body {
    background: #f0f0f0;
    position: relative;
}

.main-navigation, .menu-wrapper {
    display: none;
}

header {
    position :fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 100;
    padding: 0 0 20px 0;
}

.header-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 5px 5px 20px rgba(0,0,0,.05);
}

header .logo {
    width: 80px;
    position: relative;
    z-index: 3;
}

header .logo svg {
    fill: #1C397F;
    width: 100%;
}

header nav {
    position: relative;
    z-index: 3;
}

.social {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.social a {
    margin: 0 5px;
    text-decoration: none;
}

.menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.menu a.menu-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1C397F;
    margin: 0 5px;
    background: transparent;
    font-weight: 300;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 1rem;
    transition: 0.3s;
}

footer {    
    background: #1C397F;
    padding: 80px 100px;
    max-width: 1080px;
    margin: 0 auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.logo-footer {
    width: 25%;
    display: flex;
}

.logo-footer svg {
    align-self: flex-start;
    display: block;
    width: 80%;
    max-width: 150px;
}

.menu-footer {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.collection-footer {
    width: 25%;
    display: flex;
    flex-direction: column;
}

.collection-footer a {
    text-decoration: none;
    color: #fff;
    margin: 5px 0;
}

.social-footer {
    width: 25%;
}

.collection-footer h3, .social-footer h3, .menu-footer a {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0 0 10px 0;
    text-decoration: none;
    transition: .3s;
}

.collection-footer a:hover, .menu-footer a:hover {    
    color: #d3d3d3;
}

.menu a.menu-item:hover {
    background: #1C397F;
    color: #fff;
}

.banners-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;    
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
}

.banner {
    height: 200px;
    border-radius: 30px;
    overflow: hidden;
    width: 49%;
    margin-bottom: 25px;
}

.bruna-e-bia-fade {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.bruna-e-bia-fade svg {
    width: 280px;
    margin: 60px auto;
}



.page {
    padding: 100px 0 0 0;
}

.wrapper {
    width: 100%;
    height: 100vh;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}

/* content wrapper */

.content {
    position: relative;
    z-index: 3;
    padding: 120px 0 30px 0;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.main-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.main-content .main-content-infos {
    width: 63%;
    border-radius: 30px;
    background-size: 100% 100%, auto 100%;
    background-position: left top, 460px top;
}

.main-content-infos .text-container, .secondary-banner .text-container {
    padding: 50px;
    width: 60%;
}

.text-container h1 {
    color: #1C397F;
    font-size: 2.8rem;
    letter-spacing: 0.75rem;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 3.4rem;
}

.text-container h2 {
    color: #1C397F;
    font-size: 2.8rem;
    letter-spacing: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 30px 0 0 0;
    line-height: 3.4rem;
}

.text-container h3 {
    color: #1C397F;
    font-size: 0.8rem;
    letter-spacing: 0.75rem;
    text-transform: uppercase;
    font-weight: 800;
}

.text-container a {
    margin: 80px 0 0 0;
    text-decoration: none;
    border-radius: 30px;
    padding: 5px 20px;
    background: #1C397F;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    display: inline-block;
}

.text-container svg {
    position: absolute;
    display: block !important;
    right: 30px;
    bottom: -65px;
    width: 130px;
}

.main-content .secondary-banner {
    width: 35%;
    border-radius: 30px;
    overflow: hidden;
    flex-direction: column;
    border-radius: 30px;
    background-size: 100% 100%, auto 100%;
    background-position: left top, 140px 0px;
    background-repeat: no-repeat;
}
  

/* content head */

.content-head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.content-title {
    color: #1C397F;
    font-weight: 700;
    display: inline-block;
    border-radius: 20px;
    font-size: 1rem;
}

.content-title span {
    display: block;
    font-size: 1.5rem;
}

.content-title strong {
    font-size: 2rem;
    font-weight: 800;
}

.content-star {
    align-items: flex-end;
    align-self: flex-end;
}

/* tag title */

.content-tag {
    background: #fff;
    color: #1C397F;
    font-weight: 700;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 1rem;
    margin: 0 0 10px 0;
}
.blue-tag {
    color: #fff;
    background: #1C397F;
}

/* content body */

.content-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 100px 0;
}

.content-body iframe {
    width: 100%;
    min-height: 500px;
    margin: 30px auto;
    border-radius: 30px;
}

.content-body .text {
    color: #202020;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.6rem;
    display: block;
    text-align: justify;
    max-width: 49%;
}

.content-body .text-1 {
    max-width: 30%;
}


.content-body .image {
    border-radius: 30px;
    display: block;
    width: 68%;
    margin: 0 0 40px 0;
}

.content-body .image-2 {
    border-radius: 30px;
    display: block;
    width: 28%;
    margin: 40px 0;
}

.content-body .image-3 {
    border-radius: 30px;
    display: block;
    width: 70%;
    margin: 40px 0;
}

/* units page */

.unit-page {
    padding-bottom: 120px;
}

.unit-page .content-body {
    justify-content: space-between;
}

.unit .unit-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.unit-image {
    border-radius: 30px;
    width: 100%;
    /* height: 346px; */
    overflow: hidden;
}

.unit img {
    border-radius: 30px;
    width: 100%;
}

.unit h3 {
    text-align: center;
    margin: 0 auto 10px auto;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1C397F;
}

.unit-pin {
    width: 30px;
    background: #fff;
    padding: 10px 10px 5px 10px;
    border-radius: 30px;
    margin: -30px auto 10px auto;
}

.headquarters {
    width: 100%;
    margin: 0 auto 30px auto;
}

.branch {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
}

/* blog */

.post {
    width: 100%;
    position: relative;
    margin: 40px 0;
    height: 300px;
    border-radius: 300px;
    overflow: hidden;
    display: block;
}

.post img {
    transition: 0.3s;
}

.post h2 {
    position: absolute;
    width: 50%;
    height: 300px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 25%;
    text-shadow:  0 0 80px #000;
    opacity: 1;
    transition: 0.3s;
}

.post:hover:after {
    opacity: .8;
}

.post:hover img {
    transform: scale(1.2);
}

.post:hover h2 {
    opacity: 0;
}

.post:after {
    content: 'acessar';
    background-color: #1C397F;
    position: absolute;
    width: 100%;
    height: 300px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    text-shadow:  0 0 80px #000;
    opacity: 0;
    transition: 0.3s;
}

.show-post {
    margin: 40px 0;
}

.show-post img {
    border-radius: 50px;
}

.show-post .show-post-title {
    text-align: center;
    color: #1C397F;
    font-weight: 800;
    font-size: 2.4rem;
    margin: 40px 0;
}

.show-post .show-post-content p {
    color: #454545;
    font-weight: 800;
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 40px 0;
}

/* contact */

.contact .content-body {
    justify-content: center;
    align-items: center;
}

.contact-form {
    width: 600px;
    margin: 40px 0;
}

.input-group {
    display: flex;
    flex-direction: column;
}

.input-group label {
    color: #1C397F;
    font-size: 1rem;
    font-weight: 800;
    text-align: left;
    margin: 0 0 10px 0;
}

.input-group input, .input-group textarea {
    background: #D9D9D9;
    border-radius: 10px;
    padding: 20px;
    font-size: 1.1rem;
    margin: 0 0 30px 0;
    outline: none;
    resize: none;
}

.button-group {
    display: flex;
    justify-content: flex-end;
}

.button-group button {
    padding: 10px 20px;
    background: #1C397F;
    border-radius: 10px;
    align-self: flex-end;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    transition: 0.3s;
}

.button-group button:hover {
    background: #071944;
}

/* page-line */

.page-line {
    padding: 0 0 80px 0;
}

.line {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
}

.line .piece {
    width: 300px;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: -50px;
}

.line .piece .gallery-media {
    width: 100%;
    display: block;
}

.line .piece:nth-child(even){
    margin-top: 15px;
}


.piece {
    transition: transform 0.2s;
    cursor: pointer;
}

.piece:hover {
    transform: scale(1.05);
}

#modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-fade {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

#modal-content {
    height: 90vh;
    margin: 5vh auto;
    max-width: 530px;
    width: 80%;
    position: relative;
    z-index: 20000;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#modal-content img, #modal-content video {
    position: relative;
    z-index: 2;
    height: 100%;
    margin: 0 auto;
    display: block;    
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    padding: 80px 10% 40px 10%;
    bottom: 0;
    position: absolute;
    z-index: 3;
    color: #fff;
    background-image: linear-gradient(to top, #000, transparent);
}

#caption h2 {
    font-weight: 700;
    display: block;
    width: 80%;
    margin: 5px 0;
}

#caption p {
    font-size: .85rem;
    margin: 5px 0;
}


.close {
    position: absolute;
    z-index: 3;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}