* {
    font-family: "Lexend Deca", sans-serif;
}

body,
html {
    overflow-x: hidden;
    width: 100vw;
}


/* SEÇÃO INICIAL */

section.sobre {
    margin-top: 153px;
    background-repeat: no-repeat;
    background-size: 60% 100%;
    height: 489px;
    padding-top: 545px;
    padding-bottom: 249px;
}

@media (max-width: 400px) {
    section.sobre {
        margin-top: 103px;
    }
}

@media (max-width: 992px) {
    section.sobre {
        background-size: 100% 100%;
    }
}

section.sobre .container {
    margin-top: -50px;
}

section.sobre .container span h1 {
    width: 35%;
    margin-bottom: 50px;
    font-size: 52px;
    font-weight: 600;
    color: #FFF;
}

@media (max-width: 992px) {
    section.sobre .container span h1 {
        width: 64%;
    }
}

@media (max-width: 768px) {
    section.sobre .container span h1 {
        width: 88%;
    }
}

@media (max-width: 500px) {
    section.sobre .container span h1 {
        font-size: 42px;
    }
}

@media (max-width: 400px) {
    section.sobre .container span h1 {
        width: 100%;
    }
}

section.sobre .container span h2 {
    width: 31.2%;
    margin-bottom: 50px;
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
}

@media (max-width: 992px) {
    section.sobre .container span h2 {
        width: 58.2%;
    }
}

@media (max-width: 768px) {
    section.sobre .container span h2 {
        width: 79.2%;
    }
}

@media (max-width: 500px) {
    section.sobre .container span h2 {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    section.sobre .container span h2 {
        width: 100%;
    }
}

section.sobre .container span b {
    font-weight: 500;
}

section.sobre .container span a {
    background-color: #1174A5;
    color: #FFF;
    padding: 10px 40px;
    text-decoration: none;
    text-transform: uppercase;
}

section.sobre .container span a:hover {
    background-color: #004466;
}

section.sobre .container .people {
    position: relative;
}

section.sobre .container .people .building {
    position: absolute;
    top: -148px;
    left: 355px;
    width: 477px;
}

@media (max-width: 1400px) {
    section.sobre .container .people .building {
        top: -134px;
        left: 277px;
        width: 396px;
    }
}

@media (max-width: 1200px) {
    section.sobre .container .people .building {
        display: none;
    }
}

@media (max-width: 992px) {
    section.sobre .container .people .building {
        display: block;
        top: -49px;
        left: unset;
        right: 0;
    }
}

@media (max-width: 768px) {
    section.sobre .container .people .building {
        top: -57px;
        right: -37px;
        width: 330px;
    }
}

@media (max-width: 600px) {
    section.sobre .container .people .building {
        top: -57px;
        right: 0px;
        width: 330px;
    }
}

@media (max-width: 500px) {
    section.sobre .container .people .building {
        display: none;
    }
}

section.sobre .container .people .nice {
    position: absolute;
    top: -396px;
    right: -62px;
    width: 634px;
}

@media (max-width: 1200px) {
    section.sobre .container .people .nice {
        top: -414px;
        right: -25px;
        width: 606px;
    }
}

@media (max-width: 992px) {
    section.sobre .container .people .nice {
        display: none;
    }
}

section.sobre .container .box-collection {
    display: flex;
    align-items: center;
    grid-gap: 30px;
    margin-top: 190px;
    position: relative;
    z-index: 1;
}

section.sobre .container .owl-carousel {
    display: none;
}

@media (max-width:992px) {
    section.sobre .container .box-collection-desktop {
        display: none;
    }
    section.sobre .container .owl-carousel {
        display: block;
    }
}

@media (max-width: 550px) {
    section.sobre .container .owl-carousel .item {
        display: flex;
        justify-content: center;
    }
}

section.sobre .container .box-collection .box {
    width: 300px;
    height: 200px;
    background-color: #FFF;
    box-shadow: 0 5px 10px #0000000D;
    border-radius: 2px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 992px) {
    section.sobre .container .box-collection .box {
        padding: 18px;
        width: 238px;
    }
}

section.sobre .container .box-collection .box .circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #F27A24;
}

section.sobre .container .box-collection .box .circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.sobre .container .box-collection .box h2 {
    color: #999999;
}


/* FIM DA SEÇÃO INICIAL */


/* BOX ARREDONDADA */

section .box-dot {
    display: flex;
    align-items: center;
    padding: 20px 0;
    /* margin-left: 10vw; */
    height: 240px;
}


/* EFEITO DA COLUNA AO CONTRARIO */

section.reverse .box-dot {
    justify-content: flex-end;
    /* margin-right: 10vw; */
    /* margin-left: auto; */
}

@media (max-width: 600px) {
    section .box-dot {
        justify-content: center;
        flex-direction: column;
        margin-bottom: 50px;
        height: 500px;
    }
    section.reverse .box-dot {
        flex-direction: column-reverse;
    }
}

section .box-dot .background {
    position: absolute;
    top: 0;
    right: -7vw;
    width: 100%;
    height: 240px;
    background-color: #1174A5;
    z-index: -1;
    border-radius: 180px 0 0 180px;
}


/* EFEITO DA COLUNA AO CONTRARIO */

section.reverse .box-dot .background {
    background-color: #F27A24;
    border-radius: 0 180px 180px 0;
    right: unset;
    left: -7vw;
}

@media (max-width: 1024px) {
    section.reverse .box-dot .background {
        left: -3vw;
    }
}

@media (max-width: 600px) {
    section .box-dot {
        margin-left: 0;
    }
    section.reverse .box-dot {
        margin-right: 0;
    }
    section .box-dot .background {
        right: unset;
        width: 60%;
        height: 500px;
        border-radius: 180px 180px 0 0;
    }
    section.reverse .box-dot .background {
        left: unset;
        width: 60%;
        height: 500px;
        border-radius: 180px 180px 0 0;
    }
}

@media (max-width: 500px) {
    section .box-dot .background {
        width: 80%;
    }
    section.reverse .box-dot .background {
        width: 80%;
    }
}

@media (max-width: 400px) {
    section .box-dot .background {
        width: 90%;
    }
    section.reverse .box-dot .background {
        width: 90%;
    }
}

section .box-dot .circle {
    background-color: #004466;
    min-width: 160px;
    min-height: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}


/* EFEITO DA COLUNA AO CONTRARIO */

section.reverse .box-dot .circle {
    margin-right: 0;
    margin-left: 0;
    background-color: #F25824;
}

@media (max-width: 768px) {
    section .box-dot .circle {
        margin-left: -94px;
    }
    /* EFEITO DA COLUNA AO CONTRARIO */
    section.reverse .box-dot .circle {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    section .box-dot .circle {
        margin-left: 0;
        margin-right: 0;
    }
}

section .box-dot .circle h1 {
    font-size: 130px;
    font-weight: 700;
    color: #FFF;
}

section .box-dot .title {
    width: 31%;
    display: grid;
    grid-gap: 12px;
}

section.reverse .box-dot .title {
    width: 37%;
}

@media (min-width: 1920px) {
    section .box-dot .title {
        width: 50%;
    }
    section.reverse .box-dot .title {
        width: 50%;
    }
}

@media (min-width: 1401px) {
    section.reverse .box-dot .title {
        width: 41%;
    }
}

@media (max-width: 1400px) {
    section .box-dot .title {
        width: 36%;
    }
    section.reverse .box-dot .title {
        width: 36%;
    }
}

@media (max-width: 1200px) {
    section .box-dot .title {
        width: 47%;
    }
    section.reverse .box-dot .title {
        width: 35%;
    }
}

@media (max-width: 992px) {
    section .box-dot .title {
        width: 68%;
    }
    section.reverse .box-dot .title {
        width: 68%;
    }
}

@media (max-width: 768px) {
    section .box-dot .title {
        width: 100%;
    }
    section.reverse .box-dot .title {
        width: 100%;
    }
}

@media (max-width: 600px) {
    section .box-dot .title {
        width: 55%;
    }
    section.reverse .box-dot .title {
        width: 55%;
    }
}

@media (max-width: 500px) {
    section .box-dot .title {
        width: 75%;
    }
    section.reverse .box-dot .title {
        width: 75%;
    }
}

@media (max-width: 400px) {
    section .box-dot .title {
        width: 85%;
    }
    section.reverse .box-dot .title {
        width: 85%;
    }
}

section .box-dot .title h1 {
    font-size: 40px;
    font-weight: 600;
    color: #FFF;
}

@media (max-width: 600px) {
    section .box-dot .title h1 {
        text-align: center;
    }
}

section .box-dot .title h2 {
    color: #FFF;
    font-size: 14px;
    font-weight: 200;
    line-height: 22px;
    width: 94%;
}

@media (max-width: 1400px) {
    section .box-dot .title h2 {
        width: 92%;
    }
}

@media (max-width: 1200px) {
    section .box-dot .title h2 {
        width: 84%;
    }
}

@media (max-width: 992px) {
    section .box-dot .title h2 {
        width: 77%;
    }
}

@media (max-width: 768px) {
    section .box-dot .title h2 {
        width: 87%;
    }
}

@media (max-width: 600px) {
    section .box-dot .title h2 {
        width: 100%;
        text-align: center;
    }
}

section .box-dot .title b {
    font-weight: 400;
}


/* FIM DAS CAIXAS ARREDONDADAS */


/* SEÇÃO DE ANDAMENTO DA OBRA */

section {
    position: relative;
}

section.andamento_obra {
    height: 800px;
}

#funcionalidades {
    margin-top: 150px;
}

@media (max-width: 1200px) {
    #funcionalidades {
        margin-top: 260px;
    }
}

@media (max-width: 992px) {
    #funcionalidades {
        margin-top: 150px;
    }
    section.andamento_obra {
        height: 1150px;
    }
}

@media (max-width: 600px) {
    section.andamento_obra {
        height: 1350px;
    }
}

@media (max-width: 400px) {
    section.andamento_obra {
        height: 1550px;
    }
}

@media (max-width: 992px) {
    section.andamento_obra .mensagem .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

section.andamento_obra .mensagem .container .conversa {
    position: relative;
}

@media (max-width: 992px) {
    section.andamento_obra .mensagem .container .conversa {
        display: flex;
        margin-bottom: 80px;
        width: 100%;
    }
}

@media (max-width: 500px) {
    section.andamento_obra .mensagem .container .conversa {
        flex-direction: column;
    }
}

section.andamento_obra .mensagem .container .conversa .nice {
    transform: translate(-64px, 25px);
    width: 270px;
}

@media (max-width:1200px) {
    section.andamento_obra .mensagem .container .conversa .nice {
        width: 250px;
    }
}

@media (max-width:600px) {
    section.andamento_obra .mensagem .container .conversa .nice {
        width: 41%;
        height: fit-content;
        transform: translate(0px, 24px);
    }
}

@media (max-width:500px) {
    section.andamento_obra .mensagem .container .conversa .nice {
        width: 50%;
        height: fit-content;
        z-index: -1;
    }
}

section.andamento_obra .mensagem .container .conversa .sombra {
    transform: translate(-173px, 19px) rotateZ( 180deg);
    width: 123px;
    position: relative;
    z-index: -1;
}

@media (max-width:1200px) {
    section.andamento_obra .mensagem .container .conversa .sombra {
        width: 113px;
    }
}

@media (max-width:600px) {
    section.andamento_obra .mensagem .container .conversa .sombra {
        transform: translate(-107%, 19px) rotateZ( 180deg);
        width: 17%;
        height: fit-content;
    }
}

@media (max-width:500px) {
    section.andamento_obra .mensagem .container .conversa .sombra {
        display: none;
    }
}

section.andamento_obra .mensagem .container .conversa .chat {
    transform: translate(-187px, 19px);
    width: 387px;
}

@media (max-width:1200px) {
    section.andamento_obra .mensagem .container .conversa .chat {
        width: 357px;
    }
}

@media (max-width:600px) {
    section.andamento_obra .mensagem .container .conversa .chat {
        width: 54%;
        height: fit-content;
        transform: translate(-37%, 19px);
    }
}

@media (max-width:500px) {
    section.andamento_obra .mensagem .container .conversa .chat {
        width: 100%;
        height: fit-content;
        transform: translate(0, -60px);
    }
}

section.andamento_obra .mensagem .container .monitor {
    transform: translate(662px, -100%);
    width: 630px;
}

@media (max-width: 1400px) {
    section.andamento_obra .mensagem .container .monitor {
        transform: translate(630px, -130%);
        width: 500px;
    }
}

@media (max-width: 1200px) {
    section.andamento_obra .mensagem .container .monitor {
        width: 383px;
    }
}

@media (max-width: 1100px) {
    section.andamento_obra .mensagem .container .monitor {
        transform: translate(583px, -160%);
    }
}

@media (max-width: 992px) {
    section.andamento_obra .mensagem .container .monitor {
        transform: unset;
        margin-bottom: 80px;
    }
}

@media (max-width: 600px) {
    section.andamento_obra .mensagem .container .monitor {
        width: 300px;
    }
}


/* FIM DA SEÇÃO DE ANDAMENTO DA OBRA */


/* SEÇÃO DE ORÇAMENTOS */

section.orcamentos {
    height: 800px;
}

@media (max-width: 992px) {
    section.orcamentos {
        height: 1114px;
    }
}

@media (max-width: 600px) {
    section.orcamentos {
        height: 1514px;
    }
}

@media (max-width: 500px) {
    section.orcamentos {
        height: 1414px;
    }
}

@media (max-width: 400px) {
    section.orcamentos {
        height: 1390px;
    }
}

section.orcamentos .sec-bg {
    position: absolute;
    bottom: -135px;
    left: 0;
    z-index: -1;
    width: 40%;
}

@media (max-width: 1500px) {
    section.orcamentos .sec-bg {
        width: 45%;
    }
}

@media (max-width: 1300px) {
    section.orcamentos .sec-bg {
        width: 50%;
    }
}

@media (max-width: 992px) {
    section.orcamentos .sec-bg {
        display: none;
    }
}

section.orcamentos .sec-color {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -2;
    background-color: #F7F7F7;
    width: 100%;
    height: 100%;
}

section.orcamentos .mensagem .container {
    position: relative;
}

@media (max-width: 992px) {
    section.orcamentos .mensagem .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

section.orcamentos .mensagem .container .conversa {
    width: 100%;
    height: 500px;
    display: flex;
    position: relative;
}

@media (max-width: 992px) {
    section.orcamentos .mensagem .container .conversa {
        width: 90%;
    }
}

@media (max-width: 769px) {
    section.orcamentos .mensagem .container .conversa {
        width: 100%;
    }
}

@media (max-width: 500px) {
    section.orcamentos .mensagem .container .conversa {
        height: 550px;
        width: 90%;
    }
}

@media (max-width: 400px) {
    section.orcamentos .mensagem .container .conversa {
        width: 100%;
    }
}

section.orcamentos .mensagem .container .conversa img {
    height: 200px;
}

section.orcamentos .mensagem .container .conversa .chat {
    position: absolute;
    height: 400px;
    width: auto;
    top: 40px;
    right: 19%;
}

@media (max-width: 1400px) {
    section.orcamentos .mensagem .container .conversa .chat {
        height: 333px;
    }
}

@media (max-width: 1200px) {
    section.orcamentos .mensagem .container .conversa .chat {
        height: 305px;
    }
}

@media (max-width: 992px) {
    section.orcamentos .mensagem .container .conversa .chat {
        right: 33%;
    }
}

@media (max-width: 600px) {
    section.orcamentos .mensagem .container .conversa .chat {
        height: fit-content;
        width: 59%;
    }
}

@media (max-width: 500px) {
    section.orcamentos .mensagem .container .conversa .chat {
        height: fit-content;
        width: 90%;
        right: 0;
        top: 160px;
    }
}

@media (max-width: 400px) {
    section.orcamentos .mensagem .container .conversa .chat {
        width: 100%;
    }
}

section.orcamentos .mensagem .container .conversa .sombra {
    position: absolute;
    height: 390px;
    width: auto;
    top: 45px;
    right: 9%;
}

@media (max-width: 1400px) {
    section.orcamentos .mensagem .container .conversa .sombra {
        height: 323px;
    }
}

@media (max-width: 1200px) {
    section.orcamentos .mensagem .container .conversa .sombra {
        height: 297px;
    }
}

@media (max-width: 992px) {
    section.orcamentos .mensagem .container .conversa .sombra {
        right: 18%;
    }
}

@media (max-width: 600px) {
    section.orcamentos .mensagem .container .conversa .sombra {
        height: fit-content;
        width: 19%;
    }
}

@media (max-width: 500px) {
    section.orcamentos .mensagem .container .conversa .sombra {
        display: none;
    }
}

section.orcamentos .mensagem .container .conversa .nice {
    position: absolute;
    height: 400px;
    width: auto;
    top: 40px;
    right: 0;
    z-index: 1;
}

@media (max-width: 1200px) {
    section.orcamentos .mensagem .container .conversa .nice {
        height: 357px;
    }
}

@media (max-width: 600px) {
    section.orcamentos .mensagem .container .conversa .nice {
        height: fit-content;
        width: 34%;
    }
}

@media (max-width: 500px) {
    section.orcamentos .mensagem .container .conversa .nice {
        height: fit-content;
        width: 50%;
        top: 0;
        z-index: -1;
    }
}

@media (max-width: 400px) {
    section.orcamentos .mensagem .container .conversa .nice {
        width: 60%;
    }
}

section.orcamentos .mensagem .container .monitor {
    position: absolute;
    height: 340px;
    width: auto;
    top: -120px;
    left: 0;
    z-index: 1;
}

@media (max-width: 1400px) {
    section.orcamentos .mensagem .container .monitor {
        height: 300px;
    }
}

@media (max-width: 1200px) {
    section.orcamentos .mensagem .container .monitor {
        height: 245px;
        top: -149px;
    }
}

@media (max-width: 992px) {
    section.orcamentos .mensagem .container .monitor {
        position: unset;
        height: 320px;
    }
}

@media (max-width: 600px) {
    section.orcamentos .mensagem .container .monitor {
        height: fit-content;
        width: 100%;
    }
}


/* FIM DA SEÇÃO DE ORÇAMENTOS */


/* SEÇÃO DE ATAS DE REUNIÃO */

section.reuniao {
    height: 800px;
}

@media (max-width: 992px) {
    section.reuniao {
        height: 1214px;
    }
}

@media (max-width: 600px) {
    section.reuniao {
        height: 1350px;
    }
}

@media (max-width: 500px) {
    section.reuniao {
        height: 1814px;
    }
}

@media (max-width: 400px) {
    section.reuniao {
        height: 1650px;
    }
}

@media (max-width: 992px) {
    section.reuniao .mensagem .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

section.reuniao .mensagem .container .conversa {
    position: relative;
}

@media (max-width: 992px) {
    section.reuniao .mensagem .container .conversa {
        display: flex;
        margin-bottom: 80px;
        width: 100%;
    }
}

@media (max-width: 500px) {
    section.reuniao .mensagem .container .conversa {
        flex-direction: column;
    }
}

section.reuniao .mensagem .container .conversa .nice {
    transform: translate(-64px, 25px);
    width: 270px;
}

@media (max-width:1200px) {
    section.reuniao .mensagem .container .conversa .nice {
        width: 250px;
    }
}

@media (max-width:860px) {
    section.reuniao .mensagem .container .conversa .nice {
        transform: translate(20%, 24px);
    }
}

@media (max-width:768px) {
    section.reuniao .mensagem .container .conversa .nice {
        transform: translate(-20%, 24px);
    }
}

@media (max-width:600px) {
    section.reuniao .mensagem .container .conversa .nice {
        width: 41%;
        height: fit-content;
        transform: translate(0px, 24px);
    }
}

@media (max-width:500px) {
    section.reuniao .mensagem .container .conversa .nice {
        width: 50%;
        height: fit-content;
        z-index: -1;
    }
}

section.reuniao .mensagem .container .conversa .sombra {
    transform: translate(-173px, 19px) rotateZ( 180deg);
    width: 123px;
    position: relative;
    z-index: -1;
}

@media (max-width:1200px) {
    section.reuniao .mensagem .container .conversa .sombra {
        width: 113px;
    }
}

@media (max-width:860px) {
    section.reuniao .mensagem .container .conversa .sombra {
        transform: translate(-40%, 19px) rotateZ( 180deg);
    }
}

@media (max-width:768px) {
    section.reuniao .mensagem .container .conversa .sombra {
        transform: translate(-130%, 19px) rotateZ( 180deg);
    }
}

@media (max-width:600px) {
    section.reuniao .mensagem .container .conversa .sombra {
        transform: translate(-107%, 89px) rotateZ( 180deg);
        width: 17%;
        height: fit-content;
    }
}

@media (max-width:500px) {
    section.reuniao .mensagem .container .conversa .sombra {
        display: none;
    }
}

section.reuniao .mensagem .container .conversa .chat {
    transform: translate(-187px, 19px);
    width: 387px;
}

@media (max-width:1200px) {
    section.reuniao .mensagem .container .conversa .chat {
        width: 357px;
    }
}

@media (max-width:860px) {
    section.reuniao .mensagem .container .conversa .chat {
        transform: translate(-17%, 19px);
    }
}

@media (max-width:768px) {
    section.reuniao .mensagem .container .conversa .chat {
        transform: translate(-47%, 19px);
    }
}

@media (max-width:600px) {
    section.reuniao .mensagem .container .conversa .chat {
        width: 54%;
        height: fit-content;
        transform: translate(-37%, 89px);
    }
}

@media (max-width:500px) {
    section.reuniao .mensagem .container .conversa .chat {
        width: 100%;
        height: fit-content;
        transform: translate(0, -60px);
    }
}

section.reuniao .mensagem .container .monitor {
    transform: translate(662px, -100%);
    width: 630px;
}

@media (max-width: 1400px) {
    section.reuniao .mensagem .container .monitor {
        transform: translate(630px, -130%);
        width: 500px;
    }
}

@media (max-width: 1200px) {
    section.reuniao .mensagem .container .monitor {
        width: 383px;
    }
}

@media (max-width: 1100px) {
    section.reuniao .mensagem .container .monitor {
        transform: translate(583px, -160%);
    }
}

@media (max-width: 992px) {
    section.reuniao .mensagem .container .monitor {
        transform: unset;
        margin-bottom: 80px;
    }
}

@media (max-width: 600px) {
    section.reuniao .mensagem .container .monitor {
        width: 300px;
    }
}


/* FIM DA SEÇÃO DE ATAS DE REUNIÃO */


/* SEÇÃO DE CRONOGRAMA */

section.cronograma {
    height: 800px;
}

@media (max-width: 992px) {
    section.cronograma {
        height: 1114px;
    }
}

@media (max-width: 600px) {
    section.cronograma {
        height: 1514px;
    }
}

@media (max-width: 500px) {
    section.cronograma {
        height: 1414px;
    }
}

@media (max-width: 400px) {
    section.cronograma {
        height: 1450px;
    }
}

section.cronograma .sec-bg {
    position: absolute;
    bottom: -135px;
    left: 0;
    z-index: -1;
    width: 40%;
}

@media (max-width: 1500px) {
    section.cronograma .sec-bg {
        width: 45%;
    }
}

@media (max-width: 1300px) {
    section.cronograma .sec-bg {
        width: 50%;
    }
}

@media (max-width: 992px) {
    section.cronograma .sec-bg {
        display: none;
    }
}

section.cronograma .sec-color {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -2;
    background-color: #F7F7F7;
    width: 100%;
    height: 100%;
}

section.cronograma .mensagem .container {
    position: relative;
}

@media (max-width: 992px) {
    section.cronograma .mensagem .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

section.cronograma .mensagem .container .conversa {
    width: 100%;
    height: 500px;
    display: flex;
    position: relative;
}

@media (max-width: 992px) {
    section.cronograma .mensagem .container .conversa {
        width: 90%;
    }
}

@media (max-width: 769px) {
    section.cronograma .mensagem .container .conversa {
        width: 100%;
    }
}

@media (max-width: 500px) {
    section.cronograma .mensagem .container .conversa {
        height: 550px;
        width: 90%;
    }
}

@media (max-width: 400px) {
    section.cronograma .mensagem .container .conversa {
        width: 100%;
    }
}

section.cronograma .mensagem .container .conversa img {
    height: 200px;
}

section.cronograma .mensagem .container .conversa .chat {
    position: absolute;
    height: 400px;
    width: auto;
    top: 40px;
    right: 19%;
}

@media (max-width: 1400px) {
    section.cronograma .mensagem .container .conversa .chat {
        height: 333px;
    }
}

@media (max-width: 1200px) {
    section.cronograma .mensagem .container .conversa .chat {
        height: 305px;
    }
}

@media (max-width: 992px) {
    section.cronograma .mensagem .container .conversa .chat {
        right: 33%;
    }
}

@media (max-width: 600px) {
    section.cronograma .mensagem .container .conversa .chat {
        height: fit-content;
        width: 59%;
    }
}

@media (max-width: 500px) {
    section.cronograma .mensagem .container .conversa .chat {
        height: fit-content;
        width: 90%;
        right: 0;
        top: 160px;
    }
}

@media (max-width: 400px) {
    section.cronograma .mensagem .container .conversa .chat {
        width: 100%;
    }
}

section.cronograma .mensagem .container .conversa .sombra {
    position: absolute;
    height: 390px;
    width: auto;
    top: 45px;
    right: 9%;
}

@media (max-width: 1400px) {
    section.cronograma .mensagem .container .conversa .sombra {
        height: 323px;
    }
}

@media (max-width: 1200px) {
    section.cronograma .mensagem .container .conversa .sombra {
        height: 297px;
    }
}

@media (max-width: 992px) {
    section.cronograma .mensagem .container .conversa .sombra {
        right: 18%;
    }
}

@media (max-width: 600px) {
    section.cronograma .mensagem .container .conversa .sombra {
        height: fit-content;
        width: 19%;
    }
}

@media (max-width: 500px) {
    section.cronograma .mensagem .container .conversa .sombra {
        display: none;
    }
}

section.cronograma .mensagem .container .conversa .nice {
    position: absolute;
    height: 400px;
    width: auto;
    top: 40px;
    right: 0;
    z-index: 1;
}

@media (max-width: 1200px) {
    section.cronograma .mensagem .container .conversa .nice {
        height: 357px;
    }
}

@media (max-width: 600px) {
    section.cronograma .mensagem .container .conversa .nice {
        height: fit-content;
        width: 34%;
    }
}

@media (max-width: 500px) {
    section.cronograma .mensagem .container .conversa .nice {
        height: fit-content;
        width: 50%;
        top: 0;
        z-index: -1;
    }
}

@media (max-width: 400px) {
    section.cronograma .mensagem .container .conversa .nice {
        width: 60%;
    }
}

section.cronograma .mensagem .container .monitor {
    position: absolute;
    height: 430px;
    width: auto;
    top: -120px;
    left: 0;
    z-index: 1;
}

@media (max-width: 1400px) {
    section.cronograma .mensagem .container .monitor {
        height: 400px;
    }
}

@media (max-width: 1200px) {
    section.cronograma .mensagem .container .monitor {
        height: 331px;
        top: -149px;
    }
}

@media (max-width: 992px) {
    section.cronograma .mensagem .container .monitor {
        position: unset;
        height: 320px;
    }
}

@media (max-width: 600px) {
    section.cronograma .mensagem .container .monitor {
        height: fit-content;
        width: 100%;
    }
}


/* FIM DA SEÇÃO DE CRONOGRAMA */


/* SEÇÃO DE PROJETOS */

section.projeto {
    height: 800px;
}

@media (max-width: 992px) {
    section.projeto {
        height: 1100px;
    }
}

@media (max-width: 600px) {
    section.projeto {
        height: 1300px;
    }
}

@media (max-width: 500px) {
    section.projeto {
        height: 1814px;
    }
}

@media (max-width: 400px) {
    section.projeto {
        height: 1650px;
    }
}

section.projeto .sec-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 40%;
}

@media (max-width: 1500px) {
    section.projeto .sec-bg {
        width: 45%;
    }
}

@media (max-width: 1300px) {
    section.projeto .sec-bg {
        width: 50%;
    }
}

@media (max-width: 992px) {
    section.projeto .sec-bg {
        display: none;
    }
}

@media (max-width: 992px) {
    section.projeto .mensagem .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

section.projeto .mensagem .container .conversa {
    position: relative;
}

@media (max-width: 992px) {
    section.projeto .mensagem .container .conversa {
        display: flex;
        margin-bottom: 80px;
        width: 100%;
    }
}

@media (max-width: 500px) {
    section.projeto .mensagem .container .conversa {
        flex-direction: column;
    }
}

section.projeto .mensagem .container .conversa .nice {
    transform: translate(-64px, 25px);
    width: 270px;
}

@media (max-width:1200px) {
    section.projeto .mensagem .container .conversa .nice {
        width: 250px;
    }
}

@media (max-width:992px) {
    section.projeto .mensagem .container .conversa .nice {
        width: 311px;
        height: fit-content;
    }
}

@media (max-width:860px) {
    section.projeto .mensagem .container .conversa .nice {
        transform: translate(10%, 24px);
    }
}

@media (max-width:768px) {
    section.projeto .mensagem .container .conversa .nice {
        transform: translate(-20%, 24px);
    }
}

@media (max-width:600px) {
    section.projeto .mensagem .container .conversa .nice {
        width: 45%;
        height: fit-content;
        transform: translate(0px, 24px);
    }
}

@media (max-width:500px) {
    section.projeto .mensagem .container .conversa .nice {
        width: 70%;
        height: fit-content;
        z-index: -1;
    }
}

section.projeto .mensagem .container .conversa .sombra {
    transform: translate(-173px, 19px) rotateZ( 180deg);
    width: 158px;
    position: relative;
    z-index: -1;
}

@media (max-width:1200px) {
    section.projeto .mensagem .container .conversa .sombra {
        width: 143px;
    }
}

@media (max-width:860px) {
    section.projeto .mensagem .container .conversa .sombra {
        transform: translate(-50%, 19px) rotateZ( 180deg);
    }
}

@media (max-width:768px) {
    section.projeto .mensagem .container .conversa .sombra {
        transform: translate(-130%, 19px) rotateZ( 180deg);
    }
}

@media (max-width:600px) {
    section.projeto .mensagem .container .conversa .sombra {
        transform: translate(-96%, 17px) rotateZ( 180deg);
        width: 24%;
        height: fit-content;
    }
}

@media (max-width:500px) {
    section.projeto .mensagem .container .conversa .sombra {
        display: none;
    }
}

section.projeto .mensagem .container .conversa .chat {
    transform: translate(-187px, 19px);
    width: 350px;
}

@media (max-width:1200px) {
    section.projeto .mensagem .container .conversa .chat {
        transform: translate(-177px, 19px);
        width: 337px;
    }
}

@media (max-width:860px) {
    section.projeto .mensagem .container .conversa .chat {
        transform: translate(-27%, 19px);
    }
}

@media (max-width:768px) {
    section.projeto .mensagem .container .conversa .chat {
        transform: translate(-68%, 19px);
        width: 300px;
    }
}

@media (max-width:600px) {
    section.projeto .mensagem .container .conversa .chat {
        width: 54%;
        height: fit-content;
        transform: translate(-45%, 10px);
    }
}

@media (max-width:500px) {
    section.projeto .mensagem .container .conversa .chat {
        width: 100%;
        height: fit-content;
        transform: translate(0, -60px);
    }
}

section.projeto .mensagem .container .monitor {
    transform: translate(662px, -160%);
    width: 630px;
}

@media (max-width: 1400px) {
    section.projeto .mensagem .container .monitor {
        transform: translate(630px, -210%);
        width: 500px;
    }
}

@media (max-width: 1200px) {
    section.projeto .mensagem .container .monitor {
        transform: translate(630px, -270%);
        width: 383px;
    }
}

@media (max-width: 1100px) {
    section.projeto .mensagem .container .monitor {
        transform: translate(583px, -270%);
    }
}

@media (max-width: 992px) {
    section.projeto .mensagem .container .monitor {
        transform: unset;
        margin-bottom: 80px;
    }
}

@media (max-width: 600px) {
    section.projeto .mensagem .container .monitor {
        width: 300px;
    }
}


/* FIM DA SEÇÃO DE PROJETOS */


/* SEÇÃO DE NOTAS FISCAIS */

section.notasfiscais {
    height: 800px;
}

@media (max-width: 992px) {
    section.notasfiscais {
        height: 1114px;
    }
}

@media (max-width: 600px) {
    section.notasfiscais {
        height: 1650px;
    }
}

@media (max-width: 500px) {
    section.notasfiscais {
        height: 1614px;
    }
}

@media (max-width: 400px) {
    section.notasfiscais {
        height: 1600px;
    }
}

section.notasfiscais .sec-bg {
    position: absolute;
    bottom: -135px;
    left: 0;
    z-index: -1;
    width: 40%;
}

@media (max-width: 1500px) {
    section.notasfiscais .sec-bg {
        width: 45%;
    }
}

@media (max-width: 1300px) {
    section.notasfiscais .sec-bg {
        width: 50%;
    }
}

@media (max-width: 992px) {
    section.notasfiscais .sec-bg {
        display: none;
    }
}

section.notasfiscais .sec-color {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -2;
    background-color: #F7F7F7;
    width: 100%;
    height: 100%;
}

section.notasfiscais .mensagem .container {
    position: relative;
}

@media (max-width: 992px) {
    section.notasfiscais .mensagem .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

section.notasfiscais .mensagem .container .conversa {
    width: 100%;
    height: 500px;
    display: flex;
    position: relative;
}

@media (max-width: 992px) {
    section.notasfiscais .mensagem .container .conversa {
        width: 90%;
    }
}

@media (max-width: 769px) {
    section.notasfiscais .mensagem .container .conversa {
        width: 100%;
    }
}

@media (max-width: 500px) {
    section.notasfiscais .mensagem .container .conversa {
        height: 550px;
        width: 90%;
    }
}

@media (max-width: 400px) {
    section.notasfiscais .mensagem .container .conversa {
        width: 100%;
    }
}

section.notasfiscais .mensagem .container .conversa img {
    height: 200px;
}

section.notasfiscais .mensagem .container .conversa .chat {
    position: absolute;
    height: 400px;
    width: auto;
    top: 40px;
    right: 19%;
}

@media (max-width: 1400px) {
    section.notasfiscais .mensagem .container .conversa .chat {
        height: 333px;
    }
}

@media (max-width: 1200px) {
    section.notasfiscais .mensagem .container .conversa .chat {
        height: 305px;
    }
}

@media (max-width: 992px) {
    section.notasfiscais .mensagem .container .conversa .chat {
        right: 33%;
    }
}

@media (max-width: 600px) {
    section.notasfiscais .mensagem .container .conversa .chat {
        height: fit-content;
        width: 59%;
    }
}

@media (max-width: 500px) {
    section.notasfiscais .mensagem .container .conversa .chat {
        height: fit-content;
        width: 90%;
        right: 0;
        top: 160px;
    }
}

@media (max-width: 400px) {
    section.notasfiscais .mensagem .container .conversa .chat {
        width: 100%;
    }
}

section.notasfiscais .mensagem .container .conversa .sombra {
    position: absolute;
    height: 390px;
    width: auto;
    top: 45px;
    right: 9%;
}

@media (max-width: 1400px) {
    section.notasfiscais .mensagem .container .conversa .sombra {
        height: 323px;
    }
}

@media (max-width: 1200px) {
    section.notasfiscais .mensagem .container .conversa .sombra {
        height: 297px;
    }
}

@media (max-width: 992px) {
    section.notasfiscais .mensagem .container .conversa .sombra {
        right: 18%;
    }
}

@media (max-width: 600px) {
    section.notasfiscais .mensagem .container .conversa .sombra {
        height: fit-content;
        width: 19%;
    }
}

@media (max-width: 500px) {
    section.notasfiscais .mensagem .container .conversa .sombra {
        display: none;
    }
}

section.notasfiscais .mensagem .container .conversa .nice {
    position: absolute;
    height: 400px;
    width: auto;
    top: 40px;
    right: 0;
    z-index: 1;
}

@media (max-width: 1200px) {
    section.notasfiscais .mensagem .container .conversa .nice {
        height: 357px;
    }
}

@media (max-width: 600px) {
    section.notasfiscais .mensagem .container .conversa .nice {
        height: fit-content;
        width: 34%;
    }
}

@media (max-width: 500px) {
    section.notasfiscais .mensagem .container .conversa .nice {
        height: fit-content;
        width: 50%;
        top: 0;
        z-index: -1;
    }
}

@media (max-width: 400px) {
    section.notasfiscais .mensagem .container .conversa .nice {
        width: 60%;
    }
}

section.notasfiscais .mensagem .container .monitor {
    position: absolute;
    height: 430px;
    width: auto;
    top: -120px;
    left: 0;
    z-index: 1;
}

@media (max-width: 1400px) {
    section.notasfiscais .mensagem .container .monitor {
        height: 400px;
    }
}

@media (max-width: 1200px) {
    section.notasfiscais .mensagem .container .monitor {
        height: 331px;
        top: -149px;
    }
}

@media (max-width: 992px) {
    section.notasfiscais .mensagem .container .monitor {
        position: unset;
        height: 320px;
    }
}

@media (max-width: 600px) {
    section.notasfiscais .mensagem .container .monitor {
        height: fit-content;
        width: 100%;
    }
}


/* FIM DA SEÇÃO DE NOTAS FISCAIS */


/* SEÇÃO DE CONTRATOS */

section.contrato {
    height: 746px;
}

@media (max-width: 992px) {
    section.contrato {
        height: 1000px;
    }
}

@media (max-width: 600px) {
    section.contrato {
        height: 1200px;
    }
}

@media (max-width: 500px) {
    section.contrato {
        height: 1700px;
    }
}

@media (max-width: 400px) {
    section.contrato {
        height: 1550px;
    }
}

section.contrato .sec-color {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -2;
    background-color: #F7F7F7;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    section.contrato .mensagem .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

section.contrato .mensagem .container .conversa {
    position: relative;
}

@media (max-width: 992px) {
    section.contrato .mensagem .container .conversa {
        display: flex;
        margin-bottom: 80px;
        width: 100%;
    }
}

@media (max-width: 500px) {
    section.contrato .mensagem .container .conversa {
        flex-direction: column;
    }
}

section.contrato .mensagem .container .conversa .nice {
    transform: translate(-64px, 25px);
    width: 270px;
}

@media (max-width:1200px) {
    section.contrato .mensagem .container .conversa .nice {
        width: 250px;
    }
}

@media (max-width:992px) {
    section.contrato .mensagem .container .conversa .nice {
        width: 253px;
        height: fit-content;
    }
}

@media (max-width:860px) {
    section.contrato .mensagem .container .conversa .nice {
        transform: translate(10%, 24px);
    }
}

@media (max-width:768px) {
    section.contrato .mensagem .container .conversa .nice {
        transform: translate(-20%, 24px);
    }
}

@media (max-width:600px) {
    section.contrato .mensagem .container .conversa .nice {
        width: 36%;
        height: fit-content;
        transform: translate(0px, 24px);
    }
}

@media (max-width:500px) {
    section.contrato .mensagem .container .conversa .nice {
        width: 70%;
        height: fit-content;
        z-index: -1;
    }
}

section.contrato .mensagem .container .conversa .sombra {
    transform: translate(-152px, 19px) rotateZ( 180deg);
    width: 97px;
    position: relative;
    z-index: -1;
}

@media (max-width:1200px) {
    section.contrato .mensagem .container .conversa .sombra {
        transform: translate(-140px, 19px) rotateZ( 180deg);
        width: 87px;
    }
}

@media (max-width:992px) {
    section.contrato .mensagem .container .conversa .sombra {
        transform: translate(-118px, 71px) rotateZ( 180deg);
        width: 95px;
        height: 267px;
    }
}

@media (max-width:860px) {
    section.contrato .mensagem .container .conversa .sombra {
        transform: translate(-50%, 70px) rotateZ( 180deg);
    }
}

@media (max-width:768px) {
    section.contrato .mensagem .container .conversa .sombra {
        transform: translate(-130%, 89px) rotateZ( 180deg);
        height: 214px;
    }
}

@media (max-width:600px) {
    section.contrato .mensagem .container .conversa .sombra {
        transform: translate(-96%, 52px) rotateZ( 180deg);
        width: 14%;
        height: fit-content;
    }
}

@media (max-width:500px) {
    section.contrato .mensagem .container .conversa .sombra {
        display: none;
    }
}

section.contrato .mensagem .container .conversa .chat {
    transform: translate(-164px, 19px);
    width: 383px;
}

@media (max-width:1200px) {
    section.contrato .mensagem .container .conversa .chat {
        transform: translate(-160px, 19px);
        width: 337px;
    }
}

@media (max-width:992px) {
    section.contrato .mensagem .container .conversa .chat {
        transform: translate(-32%, 65px);
        width: 388px;
        height: fit-content;
    }
}

@media (max-width:860px) {
    section.contrato .mensagem .container .conversa .chat {
        transform: translate(-16%, 65px);
    }
}

@media (max-width:768px) {
    section.contrato .mensagem .container .conversa .chat {
        transform: translate(-36%, 89px);
        width: 300px;
    }
}

@media (max-width:600px) {
    section.contrato .mensagem .container .conversa .chat {
        width: 54%;
        height: fit-content;
        transform: translate(-27%, 51px);
    }
}

@media (max-width:500px) {
    section.contrato .mensagem .container .conversa .chat {
        width: 100%;
        height: fit-content;
        transform: translate(0, -60px);
    }
}

section.contrato .mensagem .container .monitor {
    transform: translate(662px, -144%);
    width: 630px;
}

@media (max-width: 1400px) {
    section.contrato .mensagem .container .monitor {
        transform: translate(630px, -177%);
        width: 500px;
    }
}

@media (max-width: 1200px) {
    section.contrato .mensagem .container .monitor {
        transform: translate(630px, -217%);
        width: 383px;
    }
}

@media (max-width: 1100px) {
    section.contrato .mensagem .container .monitor {
        transform: translate(583px, -227%);
        width: 363px;
    }
}

@media (max-width: 992px) {
    section.contrato .mensagem .container .monitor {
        transform: unset;
        margin-bottom: 80px;
        width: 383px;
    }
}

@media (max-width: 600px) {
    section.contrato .mensagem .container .monitor {
        width: 300px;
    }
}


/* FIM DA SEÇÃO DE CONTRATOS */


/* SEÇÃO DE PLANOS */

section.planos {
    padding: 20px 0;
}

section.planos .container .title {
    display: grid;
    align-items: center;
    justify-content: center;
    padding-bottom: 70px;
}

section.planos .container .title h1 {
    font-weight: 700;
    font-size: 30px;
}

section.planos .container .title b {
    font-weight: 700;
    font-size: 30px;
    color: #1174A5;
}

section.planos .container .title h2 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 992px) {
    section.planos .container .title h1 {
        text-align: center;
    }
}

section.planos .container .lista-planos {
    display: flex;
    grid-gap: 50px;
    justify-content: center;
}

section.planos .container .lista-planos .plano-sobre {
    width: 400px;
    border-radius: 24px;
    padding: 35px;
    background-color: #1174A5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    min-height: 659px;
}

section.planos .container .lista-planos .plano-sobre h1 {
    font-size: 24px;
    color: #FFF;
    font-weight: 300;
}

section.planos .container .lista-planos .plano-sobre b {
    font-size: 24px;
    color: #FFF;
    font-weight: 600;
}

section.planos .container .lista-planos .plano-sobre h2 {
    font-size: 16px;
    color: #FFF;
    font-weight: 200;
    margin-top: 25px;
    width: 90%;
}

section.planos .container .lista-planos .plano-unico {
    position: relative;
    width: 400px;
    background-color: #FFE1CC;
    border-radius: 24px;
    padding: 15px;
    display: flex;
    justify-content: center;
}

section.planos .container .lista-planos .plano-unico .best {
    position: absolute;
    top: -22px;
}

section.planos .container .lista-planos .plano-unico .best h1 {
    font-size: 13px;
    font-weight: 300;
    color: #F27A24;
    border-radius: 10px;
    background-color: #FFE1CC;
    padding: 10px 15px;
}

section.planos .container .lista-planos .plano-unico .conteudo {
    background-color: #FFF;
    border-radius: 18px;
    border: 1px solid #F27A24;
    width: 100%;
    height: 100%;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.planos .container .lista-planos .plano-unico .conteudo .preco span {
    display: flex;
}

section.planos .container .lista-planos .plano-unico .conteudo .preco span h1 {
    font-weight: 300;
}

section.planos .container .lista-planos .plano-unico .conteudo .preco span h2 {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

section.planos .container .lista-planos .plano-unico .conteudo h4 {
    font-size: 16px;
    font-weight: 600;
}

section.planos .container .lista-planos .plano-unico .conteudo .preco h3 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

section.planos .container .lista-planos .plano-unico .conteudo .title-planos h1 {
    color: #F27A24;
    font-size: 24px;
    font-weight: 700;
}

section.planos .container .lista-planos .plano-unico .conteudo .title-planos h2 {
    font-size: 16px;
    margin-top: 10px;
}

section.planos .container .lista-planos .plano-unico .conteudo .vantagens {
    display: grid;
    grid-gap: 10px;
    padding: 15px 0;
}

section.planos .container .lista-planos .plano-unico .conteudo .vantagens .vantagem {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

section.planos .container .lista-planos .plano-unico .conteudo .vantagens .vantagem .check {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFE1CC;
}

section.planos .container .lista-planos .plano-unico .conteudo .vantagens .vantagem .check svg {
    position: absolute;
    width: 20px;
    height: 20px;
    fill: #F27A24;
    top: -3px;
    right: -3px;
}

section.planos .container .lista-planos .plano-unico .conteudo .vantagens .vantagem h1 {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

section.planos .container .lista-planos .plano-unico .conteudo .contato {
	outline: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    background-color: #F27A24;
    color: #FFF;
    padding: 14px 0;
    letter-spacing: 1.4px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
	border: 0;
}

section.planos .container .lista-planos .plano-unico .conteudo .contato:hover {
    background-color: #D9610B;
}

.modal-payment .modal-body {
	padding: 30px;
}

.modal-payment .modal-body .modal-option h1 {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #111E72;
}

.modal-payment .modal-body h2 {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #111E72;
}

.modal-payment .modal-body .modal-option input {
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #EDEFF1;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 8px;
	outline: none;
	box-shadow: none;
}

.modal-payment .modal-body .terms label {
	display: flex;
	grid-gap: 10px;
}

.modal-payment .modal-body .terms label .square {
    min-width: 18px;
    height: 18px;
    border: 1px solid #999;
    display: flex;
    align-items: center;
    border-radius: 3px;
    justify-content: center;
	cursor: pointer;
}

.modal-payment .modal-body .terms label svg {
	display: none;
	width: 15px;
	height: 15px;
}

.modal-payment .modal-body .terms input:checked ~ label svg {
	display: block;
}

.modal-payment .modal-body .terms input:checked ~ label .square {
	background-color: #0180FF;
    border-color: #0180FF;
}

.modal-payment .modal-body .terms h1 {
	font-size: 13px;
	font-weight: 300;
	color: #999999;
}

.modal-payment .modal-body .pay {
    width: 100%;
    background-color: #0d6efd;
    text-decoration: none;
    display: flex;
    justify-content: center;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px;
    margin-top: 40px;
	border: none;
	outline: none;
	box-shadow: none;
}

.modal-payment .modal-body .pay:hover {
	background-color: #0a58ca;
}

.modal-payment .modal-body .loading {
	display: none;
	height: 400px;
	align-items: center;
	justify-content: center;
}

.modal-payment .modal-body .loading img {
	width: 5rem;
	height: 5rem;
}

.modal-payment .modal-body .error {
	margin-bottom: 20px;
	display: none;
}

.modal-payment .modal-body .error h1 {
	font-size: 12px;
	color: #e31919;
	font-weight: 400;
}


.modal-payment .modal-body select:focus,
.modal-payment .modal-body input:focus,
.modal-payment .modal-body button:focus{
	outline: none;
}

/* FIM DA SEÇÃO DE PLANOS */


/* SEÇÃO DE DEPOIMENTOS */

section.depoimentos {
    padding: 100px 0;
    background: linear-gradient(to bottom, #FFF 35%, #FAFAFA 100%);
}

section.depoimentos .container .title {
    display: grid;
    align-items: center;
    justify-content: center;
    padding-bottom: 70px;
}

section.depoimentos .container .title h1 {
    font-weight: 700;
    font-size: 30px;
}

@media (max-width: 992px) {
    section.depoimentos .container .title h1 {
        text-align: center;
    }
}

section.depoimentos .container .title b {
    font-weight: 700;
    font-size: 30px;
    color: #1174A5;
}

section.depoimentos .container .title h2 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

section.depoimentos .container .box-collection {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* SEÇÃO DE CAROUSEL DE DEPOIMENTOS */

section.depoimentos .container .owl-carousel.owl-drag .owl-item {
    display: flex;
    justify-content: center;
}

section.depoimentos .container .box-collection .owl-nav .owl-prev {
    position: absolute;
    left: -30px;
    font-size: 50px;
}

section.depoimentos .container .box-collection .owl-nav .owl-next {
    position: absolute;
    right: -30px;
    font-size: 50px;
}

section.depoimentos .container .box-collection .owl-dots {
    position: absolute;
    bottom: -60px;
    left: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    width: 10%;
}

section.depoimentos .container .box-collection .owl-dots .owl-dot {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.depoimentos .container .box-collection .owl-dots .owl-dot.active {
    border: 1px solid black;
}

section.depoimentos .container .box-collection .owl-dots .owl-dot span {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: black;
}


/* FIM DA SEÇÃO DE CAROUSEL DE DEPOIMENTOS */

section.depoimentos .container .box-collection .box {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 40px;
}

section.depoimentos .container .box-collection .box .box-title {
    border: 1px solid #1174A5;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 7%);
}

section.depoimentos .container .box-collection .box .box-title h1 {
    font-size: 16px;
}

section.depoimentos .container .box-collection .box .author {
    display: flex;
    align-items: center;
    grid-gap: 25px;
}

section.depoimentos .container .box-collection .box .author img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

section.depoimentos .container .box-collection .box .author h1 {
    font-size: 18px;
    font-weight: 500;
}

section.depoimentos .container .box-collection .box .author h2 {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 7px;
}


/* FIM DA SEÇÃO DE DEPOIMENTOS */


/* SEÇÃO DE NOTICIAS */

section.noticias {
    padding: 100px 0;
    background: linear-gradient(to bottom, #FFF 35%, #FAFAFA 100%);
}

section.noticias .container .title {
    display: grid;
    align-items: center;
    justify-content: center;
    padding-bottom: 70px;
}

section.noticias .container .title h1 {
    font-weight: 700;
    font-size: 30px;
}

@media (max-width: 992px) {
    section.noticias .container .title h1 {
        text-align: center;
    }
}

section.noticias .container .title b {
    font-weight: 700;
    font-size: 30px;
    color: #1174A5;
}

section.noticias .container .title h2 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

section.noticias .container .box-collection {
    display: flex;
    justify-content: space-between;
}

section.noticias .container .box-collection .box {
    text-decoration: none;
    width: 400px;
    position: relative;
}

section.noticias .container .box-collection .box img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

section.noticias .container .box-collection .box .type {
    position: absolute;
    top: 150px;
    left: 40px;
    padding: 8px 20px;
    background-color: #1174A5;
    border-radius: 10px;
}

section.noticias .container .box-collection .box .type h1 {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
}

section.noticias .container .box-collection .box h2 {
    font-size: 16px;
    font-weight: 200;
    color: #999999;
    margin-top: 30px;
}

section.noticias .container .box-collection .box h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    color: #000;
}

section.noticias .container .box-collection .box h4 {
    font-size: 16px;
    font-weight: 200;
    margin-top: 20px;
    color: #999999;
}

section.noticias .container .vertodos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}

section.noticias .container .vertodos a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    width: 250px;
    background-color: #1174A5;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 0;
}

section.noticias .container .vertodos a:hover {
    background-color: #004466;
}


/* FIM DA SEÇÃO DE NOTICIAS */