/* Fonts */
@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url(../css/fonts/EncodeSansSemiCondensed-Thin.ttf);
    font-weight: 100;
}

@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url(../css/fonts//EncodeSansSemiCondensed-Light.ttf);
    font-weight: 200;
}

@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url(../css/fonts/EncodeSansSemiCondensed-ExtraLight.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url(../css/fonts/EncodeSansSemiCondensed-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url(../css/fonts/EncodeSansSemiCondensed-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url(../css/fonts/EncodeSansSemiCondensed-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url(../css/fonts/EncodeSansSemiCondensed-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url(../css/fonts/EncodeSansSemiCondensed-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url(../css/fonts/EncodeSansSemiCondensed-Black.ttf);
    font-weight: 900;
}

/* Resets */

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --primary: #EAEAEA;
    --secondary: #4D4D4D;
    --extra: #17528f;

    --brack: #000000;
    --white: #FFFFFF;
}

html{
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 400;
    color: #000000;
}

ul{
    list-style: none;
}

@media only screen and (max-width: 655px){
    html{
        font-size: 80%;
    }
}

.size-71{
    font-size: 71px;
    line-height: 68px;
}

.size-58{
    font-size: 58px;
    line-height: 58.8px;
}

.size-49{
    font-size: 49px;
    line-height: 58.8px;
}

.size-40{
    font-size: 40px;
    line-height: 48px;
}

.size-39{
    font-size: 39px;
    line-height: 46.8px;
}

.size-30{
    font-size: 30px;
    line-height: 45px;
}

.size-29{
    font-size: 29px;
    line-height: 34.8px;
}

.size-27{
    font-size: 27.84px;
    line-height: 22.78px;
}

.size-24{
    font-size: 24px;
    line-height: 28.8px;
}

.size-22{
    font-size: 22px;
    line-height: 26.4px;
}

.size-19{
    font-size: 19px;
    line-height: 22.8px;
}

.bg-primary{
    background-color: var(--primary);
}

.bg-secondary{
    background-color: var(--extra);
}

.bg-cinza{
    background-color: var(--secondary);
}

img{
    width: 100%;
    max-width: max-content;
}

h1{
    margin: 0;
}

.container-main{
    overflow: hidden;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.sec-1, .sec-2, .sec-3, .sec-4, .sec-6, .sec-7, .sec-9, .h-816, .sectionModel8{
    height: 787px !important;
}

.h-

.sec-1{
    display: flex;
    color: #000;
}

.sec-1 > div:first-of-type{
    padding-left: 60px;
}

.sec-1 > div:first-of-type img{
    position: relative;
    z-index: 1;
}

.sec-1 > div:last-of-type{
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sec-1-top{
    margin: 0 auto;
    padding-top: 118px;
    padding-bottom: 68px;
    padding-left: 40px;
}

.sec-1 .sec-1-top img{
    margin-bottom: 20px;
}

.sec-1 .sec-1-top h1{
    font-weight: 200;
    margin-bottom: 0;
}

.sec-1 .sec-1-top h2{
    color: var(--extra);;
    font-weight: 800;
    text-transform: uppercase;
}

.sec-1 .sec-1-bottom h3{
    font-weight: 500;
}

.sec-1 .sec-1-bottom h4{
    font-weight: 200;
}

.sec-1-bottom{
    padding-left: 45px;
    padding-top: 48px;
    padding-right: 140px;
    padding-bottom: 48px;
    width: 122%;
}

.sec-1.image-left{
    display: flex;
}

.sec-1.image-left > div:first-of-type{
    order: 2;
    padding-left: 0;
}

.sec-1.image-left > div:last-of-type{
    order: 1;
    align-items: center;
    padding-left: 70px;
}

.sec-1.image-left div:first-of-type .sec-1-top{
    padding-left: 40px;
}

.sec-1.image-left .sec-1-bottom {
    padding-left: 200px;
    margin-left: -14px;
    padding-right: 0;
    width: 120%;
    position: absolute;
    right: 60px;
    left: -150px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sec-2{
    position: relative;
}

.sec-2 ul li{
    display: flex;
    align-items: center;
    color: #000;
}

.sec-2 ul li + li{
    margin-top: 80px;
}

.sec-2 ul li div:first-of-type{
    min-width: 132.9px;
    height: 132.9px;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    border-radius: 10px;
    margin-left: 37.4px;
    color: #fff;
}

.sec-2 ul li h1{
    margin-bottom: 10px;
    font-weight: 500;
}

.sec-2 ul li h4{
    font-weight: 200;
}

.sec-2 ul li.top-image{
    flex-direction: column;
    align-items: flex-start;
}

.sec-2 ul li.top-image img{
    margin-bottom: 20px;
}
.sec-2 ul li.top-image div:first-of-type{
    flex-direction: column;
    align-items: self-start;
}

.sec-2 > div:last-of-type{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-right: 40px;
}

.sec-2.image-right{
    display: flex;
}

.sec-2.image-right > div:first-of-type{
    order: 2;
    display: flex;
    justify-content: center;
}

.sec-2.image-right > div:last-of-type{
    order: 1;
    padding-right: 0;
}

.sec-2.extra{
    height: 680px !important;
}

.sec-2.extra ul li div:first-of-type{
    color: var(--brack);
    height: auto;
    margin-left: 0;
}

.sec-2.extra > div:first-of-type{
    height: 100%;
}

.sec-2 .plus{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-2 img.plus-icon{
    position: absolute;
    z-index: 1;
    margin-top: 0;
    margin-left: 0;
    cursor: pointer;
}

.sec-2 .plus-hover{
    position: absolute;
    background-color: #d8d8d8;
    max-width: 480px;
    border-radius: 10px;
    text-align: center;
    padding: 50px;
    margin-top: 250px;
    opacity: 0;

    transition: opacity 0.8s;
}

.sec-2 img.plus-icon:hover ~ .plus-hover{
    opacity: 1;
}

.sec-2 .plus-hover h1{font-weight: 500; padding-top: 25px;}
.sec-2 .plus-hover h4{font-weight: 200;}

.sec-2.new-section{
    display: flex;
    height: 680px !important;
}

.sec-2.new-section > div:first-of-type{
    order: 2;
}
.sec-2.new-section > div:last-of-type{
    order: 1;
}

.sec-2.new-section > div:last-of-type ul{
    height: 70%;
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec-3 > div:first-of-type{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-right: 0;
}

.sec-3 > div:last-of-type{
    display: flex;
    height: 100%;
}

.sec-3.image-left{
    display: flex;
    height: 630px !important;
}

.sec-3.image-left > div:first-of-type{
    order: 2;
}
.sec-3.image-left > div:last-of-type{
    order: 1;
}

.sec-3 .sec-3-text{
    height: 40%;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 60px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.sec-3 .sec-3-text h1{
    margin-bottom: 20px;
    font-weight: 500;
}

.sec-3 .sec-3-text p{
    font-weight: 200;
}

.sec-3 .sec-3-image{
    height: 60%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sec-6{
    display: block;
}

.sec-6 .mobile{
    display: none;
}

.sec-6 > div:first-of-type{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-6 > div:last-of-type{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-top: 30px;
}

.sec-6 > div:last-of-type img {
    margin-left: 26%;
}

.sec-6 h1 {
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 80.44px;
}

.sec-6 ul{
    padding-right: 30px;
}

.sec-6 ul li{
    margin-bottom: 36.634px;
    display: flex;
    align-items: center;
}

.sec-6 ul li span {
    font-weight: 600;
    margin-right: 30px;
}

.sec-6 ul li h5 {
    font-weight: 400;
}

.sec-6.image-right{
    display: flex;
    padding: 0 50px;
}

.sec-6.image-right > div:first-of-type{
    order: 2;
}

.sec-6.image-right > div:last-of-type{
    order: 1;
}

/* section-imageInTop */
.section-imageInTop{
    display: flex;
    height: 650px !important;
    margin: 50px 0;
}

.section-imageInTop > div:first-of-type{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 0;
}

.section-imageInTop > div:last-of-type{
    color: var(--white);
    margin-left: -80px;
    width: 66%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-imageInTop > div:last-of-type li{
    margin-bottom: 40px;
}

.section-imageInTop > div:last-of-type h1{
    font-weight: 500;
    margin-bottom: 10px;
}
.section-imageInTop > div:last-of-type h4{
    font-weight: 300;
}

.sec-7{
    background-color: #D1D1D1;
}

.sec-7 > div:first-of-type{
    display: grid;
    align-items: center;
    grid-template-rows: 33.3% 33.3% 33.3%;
    height: 100%;
}

.sec-7 > div:first-of-type div h1{
    font-weight: 500;
    margin-bottom: 10px;
}

.sec-7 > div:first-of-type div h4{
    font-weight: 200;
}

.sec-7 > div:first-of-type .mid{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
    color: #fff;
}

.sec-7 > div:first-of-type .top,
    .sec-7 > div:first-of-type .bottom{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
}

.sec-7 > div:last-of-type{
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
}

.sec-7.image-left{
    display: flex;
}

.sec-7.image-left > div:first-of-type{
    order: 2;
}

.sec-7.image-left > div:first-of-type > div{
    padding-right: 60px;
}

.sec-7.image-left > div:last-of-type{
    order: 1;
}

.sectionModel8 > div:first-of-type{
    padding: 0;
    position: relative;
    z-index: 1;
    order: 2;
}

.sectionModel8 > div:first-of-type img{
    position: absolute;
    width: 120%;
    left: -122px;
}

.sectionModel8{
    display: flex;
}

.sectionModel8 > div:last-of-type{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    order: 1;
}

.sectionModel8 > div:last-of-type > div{
    height: 100%;
    width: 100%;
    /* margin-left: -85px; */
    /* margin-top: 50px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 50px; */
    padding-left: 140px;
    color: var(--white);
}

.sectionModel8 > div:last-of-type > div h1{
    margin-top: 25px;
}

.sectionModel8 > div:last-of-type > div p{
    margin-top: 25px;
    font-weight: 200;
    font-size: 25px;
}

.sec-9{
    position: relative;
}

.sec-9 > div:first-of-type{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-right: 0;
    margin-right: -5px;
}

.sec-9 ul li{
    display: flex;
    align-items: center;
    color: #000;
}

.sec-9 ul li + li{
    margin-top: 80px;
}

.sec-9 ul li div:first-of-type{
    min-width: 132.9px;
    height: 132.9px;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    border-radius: 10px;
    margin-left: 37.4px;
    color: #fff;
}

.sec-9 ul li h1{
    margin-bottom: 10px;
    font-weight: 500;
}

.sec-9 ul li h4{
    font-weight: 200;
}

.sec-9 ul li.top-image{
    flex-direction: column;
    align-items: flex-start;
}

.sec-9 ul li.top-image img{
    margin-bottom: 20px;
}
.sec-9 ul li.top-image div:first-of-type{
    flex-direction: column;
    align-items: self-start;
}

.sec-9 > div:last-of-type{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-left: 70px;
}

.sec-9.image-right{
    display: flex;
}

.sec-9.image-right > div:first-of-type{
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-9.image-right > div:last-of-type{
    order: 1;
    padding-right: 0;
}

@media only screen and (max-width: 992px){
    .sec-1, .sec-2, .sec-3, .sec-4, .sec-6, .sec-7, .sec-9, .h-816, .sectionModel8{
        height: auto !important;
    }

    .sec-2.new-section{
        height: auto !important;
    }
    
    .sec-3.image-left{
        height: auto !important;
    }

    .sec-1{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px !important;
        padding: 0 30px;
        padding-top: 40px;
    }
    .sec-1 > div:first-of-type{
        order: 2;
    }

    .sec-1 > div:last-of-type{
        order: 1;
    }

    .sec-1.image-left > div:last-of-type {
        padding-left: 0;
    }

    .sec-1.image-left .sec-1-bottom {
        padding: 40px;
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        margin: 0;
    }

    .sec-1.image-left > div:first-of-type {
        padding-left: 15px;
    }

    .sec-1.image-left div:first-of-type .sec-1-top {
        padding-left: 20px;
    }

    .sec-2{
        display: flex;
        flex-direction: column;
    }

    .sec-2 > div:first-of-type{
        text-align: center;
        padding: 0;
        order: 1;
        padding-bottom: 20px;
    }

    .sec-2 > div:last-of-type{
        height: auto;
        padding: 40px 20px;
        order: 1;
    }

    .sec-2.image-right > div:last-of-type {
        order: 2;
        padding-left: 30px;
        padding-right: 30px;
    }

    .sec-2.image-right > div:last-of-type img {
        padding-bottom: 30px;
    }

    .sec-3{
        height: auto;
    }

    .sec-3 > div:first-of-type{
        padding: 0;
    }

    .sec-3 > div:last-of-type{
        display: none;
    }

    .sec-3 .sec-3-image{
        height: 250px;
    }

    .sec-4{
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .sec-4 > div:last-of-type{
        order: 1;
        height: auto;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .sec-4 > div:last-of-type > div{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sec-4 > div:first-of-type{
        order: 2;
        height: auto;
        margin-bottom: 50px;
        display: none;
    }

    .sec-2.extra {
        height: auto !important;
    }

    .sec-2.extra > div:first-of-type{
        display: none;
    }

    .sec-5{
        height: auto;
    }

    .sec-5 > div:first-of-type{
        text-align: center;
        padding: 140px 0;
    }

    .sec-5 > div:last-of-type{
        height: auto;
    }

    .sec-6 > div:first-of-type{
        flex-direction: column;
    }

    .sec-6 > div:first-of-type h1{
        margin-bottom: 20px;
    }

    .sec-6 .mobile{
        display: block;
    }

    .sec-6 .desktop{
        display: none;
    }

    .sec-6 > div:last-of-type{
        padding-left: 20px;
        padding-right: 20px;
    }

    .sec-6.image-right{
        flex-direction: column;
    }

    .sec-6.image-right > div:first-of-type{
        order: 1;
    }
    .sec-6.image-right > div:last-of-type{
        order: 2;
    }

    .section-imageInTop {
        flex-direction: column;
    }

    .section-imageInTop > div:first-of-type{
        margin: 30px 0;
    }

    .section-imageInTop > div:last-of-type{
        width: 100%;
        margin: 0;
        padding: 30px;
        margin-bottom: 30px;
    }

    .sec-7 {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .sec-7 > div:last-of-type{
        order: 1;
    }

    .sec-7 > div:first-of-type{
        padding: 0;
        order: 2;
    }

    .sec-7 > div:first-of-type .mid,.sec-7 > div:first-of-type .top, .sec-7 > div:first-of-type .bottom{
        padding: 30px;
    }

    .sectionModel8{
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sectionModel8 > div:last-of-type > div {
        align-items: center;
        padding: 60px 20px;
        padding-left: 20px;
    }

    .sectionModel8 > div:last-of-type{
        width: 100%;
        text-align: center;
    }

    .sectionModel8 > div:first-of-type img{
        position: inherit;
        width: 100%;
        left: 0;
    }

    .sec-9{
        display: flex;
        flex-direction: column;
    }

    .sec-9 > div:first-of-type{
        text-align: center;
        padding: 0;
        order: 1;
        padding-bottom: 20px;
    }

    .sec-9 > div:last-of-type{
        height: auto;
        padding: 40px 20px;
        order: 1;
    }

    .sec-9.image-right > div:last-of-type {
        order: 2;
        padding-left: 30px;
        padding-right: 30px;
    }

    .sec-9.image-right > div:last-of-type img {
        padding-bottom: 30px;
    }

    .container-main .row{
        margin: 0;
    }
}

@media only screen and (max-width: 692px){
    .sec-1 {
        padding: 0 20px;
    }

    .sec-1.image-left div:first-of-type .sec-1-top {
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .sec-1.image-left .sec-1-bottom{
        padding: 25px;
    }

    .sec-1 .sec-1-top h1 {
        font-size: 23px;
    }

    .sec-1 .sec-1-top h2 {
        font-size: 45px;
    }

    .sec-2 ul li {
        flex-direction: column;
        justify-content: center;
    }

    .sec-2 ul li.top-image{
        align-items: center;
        text-align: center;
    }

    .sec-2 ul li.top-image{
        align-items: center;
        text-align: center;
    }
    
    .sec-2 ul li div:first-of-type{
        margin: 0;
        text-align: center;
        align-items: center;
        height: auto;
    }

    .sec-2 ul li.top-image  div:first-of-type{
        align-items: center;
        height: auto;
    }

    .sec-1.image-left > div:first-of-type {
        width: 100%;
    }

    .sec-7 > div:first-of-type {
        grid-template-rows: auto;
        height: auto;
    }

    .sec-9 ul li {
        flex-direction: column;
        justify-content: center;
    }

    .sec-9 ul li.top-image{
        align-items: center;
        text-align: center;
    }

    .sec-9 ul li.top-image{
        align-items: center;
        text-align: center;
    }
    
    .sec-9 ul li div:first-of-type{
        margin: 0;
        text-align: center;
        align-items: center;
        height: auto;
    }

    .sec-9 ul li.top-image  div:first-of-type{
        align-items: center;
        height: auto;
    }
}