@font-face {
    font-family: 'gotham_medium';
    src: url('../fontes/gotham_medium.eot');
    src: url('../fontes/gotham_medium.eot?#iefix') format('embedded-opentype'),
        url('../fontes/gotham_medium.woff2') format('woff2'),
        url('../fontes/gotham_medium.woff') format('woff'),
        url('../fontes/gotham_medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gotham_bold';
    src: url('../fontes/gotham_bold.eot');
    src: url('../fontes/gotham_bold.eot?#iefix') format('embedded-opentype'),
        url('../fontes/gotham_bold.woff2') format('woff2'),
        url('../fontes/gotham_bold.woff') format('woff'),
        url('../fontes/gotham_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gotham_book';
    src: url('../fontes/gotham_book.eot');
    src: url('../fontes/gotham_book.eot?#iefix') format('embedded-opentype'),
        url('../fontes/gotham_book.woff2') format('woff2'),
        url('../fontes/gotham_book.woff') format('woff'),
        url('../fontes/gotham_book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gotham_light';
    src: url('../fontes/gotham_light.eot');
    src: url('../fontes/gotham_light.eot?#iefix') format('embedded-opentype'),
        url('../fontes/gotham_light.woff2') format('woff2'),
        url('../fontes/gotham_light.woff') format('woff'),
        url('../fontes/gotham_light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
body{
    max-width: 1920px;
    margin: 0 auto;
}
.center_header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	z-index: 7;
}
header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 70px;
    column-gap: 30px;
    padding-top: 26px;
    padding-bottom: 14px;
    z-index: 9999;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
header.ativo, 
#pag-quemsomos header.ativo {
	background: url(../imagens/banner_inst.png) center top no-repeat;
}
header .esquerda h3 {
    display: none;
}
header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 30px;
    width: 100%;
}
header ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}
header ul.central {
    justify-content: space-between;
    column-gap: 10px;
    margin-left: auto;
}
header ul.central h2 {
    display: flex;
}
header ul.central h2 a {
    font-family: 'gotham_bold';
    font-size: 13px;
    letter-spacing: 1.3px;
    color: #9696de;
    text-transform: uppercase;
    padding: 6px 16px 9px 22px;
    border: 1px solid transparent;
}
header ul.central h2 a.selected {
    border: 1px solid #9696de;
    border-radius: 15px; 
}
header ul.direita {
    align-items: center;
    column-gap: 5px;
}
header ul.direita h3 {
    display: flex;
}
header ul.direita h3 a {
    font-family: 'gotham_bold';
    font-size: 13px;
    letter-spacing: 1.3px;
    color: #1aacac;
    text-transform: uppercase;
    border: 1px solid #1aacac;
    border-radius: 15px;
    background: url(../imagens/whatsapp.png) center left 12px no-repeat;
    padding: 8px 22px 9px 41px;
}
header ul.direita h4 a {
    display: inline-block;
    height: 33px;
    width: 69px;
    text-indent: -9999px;
    background: url(../imagens/menu.png) center no-repeat;
    background-size: contain;
}
header h1 a {
    display: inline-block;
    width: 112px;
    height: 61px;
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
main #banner {
    min-height: 100vh;
    background: url(../imagens/banner-bg.png) center no-repeat;
    padding-top: 100px;
    box-sizing: border-box;
}
.center {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}
.center-grande {
    width: 100%;
    margin: 0 auto;
    padding: 0 70px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.saiba-mais {
    font-family: 'gotham_bold';
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    background: #9696de url(../imagens/right_arrow.png) center right 16px no-repeat;
    border-radius: 22px;
    padding: 13px 42px 16px 21px;
}
main #banner .center-grande {
    height: 100%;
    padding-bottom: 50px;
}
main #banner .center-grande div.esquerda {
    width: 50%;
    box-sizing: border-box;
    padding-left: 70px;
}
main #banner .center-grande div.esquerda {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
main #banner .center-grande div.direita {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 890px;
    position: relative;
}
main #banner .center-grande div.direita .bolinhas {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 7px;
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
}
main #banner .center-grande div.direita .bolinhas span {
    width: 12.25px;
    height: 12.25px;
    background: #242438;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
}
main #banner .center-grande div.direita .bolinhas span.selected {
    width: 18px;
    height: 18px;
    background: url(../imagens/bolinha_selected.png) center no-repeat;
}
main #banner .esquerda h2 {
    height: 76px;
    width: 313px;
    background: url(../imagens/topafix.png) center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    margin-top: auto;
}
main #banner .esquerda a {
    font-family: 'gotham_bold';
    font-size: 14px;
    color: #9696de;
    text-transform: uppercase;
    border: 2px solid #9696de;
    border-radius: 22px;
    background: url(../imagens/seta-bt.png) center right 16px no-repeat;
    padding: 12px 40px 13px 19px;
    display: inline-block;
    margin-top: 22px;
}
main #banner h3{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: -70px; 
    margin-top: 20px;
}
main #banner h3 b {
    background: #1aacac;
    font-family: 'gotham_bold';
    font-size: 17px;
    color: #1e3e58;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 10px 20px 11px 18px;
}
main #banner h3 span.linha {
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #1aacac;
}
main #banner p {
    font-family: 'gotham_light';
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    max-width: 456px;
    margin-top: 38px;
}
main #banner .center-grande .esquerda ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: auto;
}
main #banner .center-grande .esquerda ol li {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
}
main #banner .center-grande .esquerda ol li .mask_img {
    width: 55px;
    height: 55px;
    background: #3b6392;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
main #banner .center-grande .esquerda ol li h4 {
    font-family: 'gotham_bold';
    font-size: 11px;
    line-height: 13px;
    color: #3b6392;
    text-transform: uppercase;
}
main #banner .center-grande .direita .carrossel-img {
    margin-top: auto;
    max-width: 651px;
    width: 100%;
    height: 588px;
    position: relative;
}
main #banner .center-grande .direita .carrossel-img img {
    position: absolute;
}
main #banner .center-grande .direita .carrossel-img img.elipse {
    width: 465px;
    height: 465px;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
main #banner .center-grande .direita .carrossel-img img.item1 {
    left: 117px;
    top: 0;
		width: 225px;
		height: 163px;
}
main #banner .center-grande .direita .carrossel-img img.item2 {
    right: 1px;
    top: 27px;
		width: 234px;
		height: 171px;	
}
main #banner .center-grande .direita .carrossel-img img.item3 {
    left: 0;
    bottom: 0px;
		width: 605px;
		height: 442px;	
}
main #banner .center-grande .direita section.opcoes {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-top: auto;
    overflow: hidden;
    padding: 0 75px;
    padding-top: 148px;
}
main #banner .center-grande .direita section.opcoes .passador {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
main #banner .center-grande .direita .passador span {
    width: 55px;
    height: 55px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
}
main #banner .center-grande .direita .passador span.esquerda {
    background: url(../imagens/passador_esquerda.png) center no-repeat;
}
main #banner .center-grande .direita .passador span.direita {
    background: url(../imagens/passador_direita.png) center no-repeat;
}
main #banner .center-grande .direita section.opcoes ol {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 9px;
    min-width: 540px;
}
main #banner .center-grande .direita section.opcoes ol li {
    height: 55px;
    width: 174px;
}
main #banner .center-grande .direita section.opcoes ol h2 {
    font-family: 'gotham_bold';
    font-size: 13px;
    color: #9ca1da;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    background: #2f2f49;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    cursor: pointer;
}
main #banner .center-grande .direita section.opcoes ol h2.selected,
main #banner .center-grande .direita section.opcoes ol h2:hover {
    background: #404065;
}
main #quemsomos {
    padding-bottom: 90px;
    padding-top: 66px;
    background: #e2e2e2;
}
main #quemsomos .center {
    display: flex;
    flex-direction: row;
}
main #quemsomos .center .esquerda,
main #quemsomos .center .direita {
    width: 50%;
    box-sizing: border-box;
}
main #quemsomos .center .esquerda {
    padding-right: 10px;
}
main #quemsomos .center .esquerda ul {
    display: grid;
    grid-template-columns: 0.45fr 0.55fr;
    grid-template-rows: 283px 139px;
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    align-content: end;
}
main #quemsomos .center .esquerda ul li {
    overflow: hidden;
    width: 100%;
}
main #quemsomos .center .esquerda ul li:first-child {
    grid-column: 1;
    grid-row: 1;
}
main #quemsomos .center .esquerda ul li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}
main #quemsomos .center .esquerda ul li:last-child {
    grid-column: 2;
    grid-row: -1/1;
    display: flex;
    flex-direction: row;
    align-items: end;
}
main #quemsomos .center .esquerda ul li:first-child img {
    height: 283px;
    width: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 16px 0 0 16px;
}
main #quemsomos .center .esquerda ul li:nth-child(2) img {
    width: 100%;
    max-width: 159px;
    height: 139px;
    object-fit: cover;
    border-radius: 16px 0 0 16px;
    margin-left: auto;
    display: block;
}
main #quemsomos .center .esquerda ul li:last-child img {
    border-radius: 0 16px 16px 0;
    height: 402px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
main #quemsomos .center .direita {
    padding-left: 65px;
    padding-right: 37px;
    padding-top: 36px;
    box-sizing: border-box;
}
main #quemsomos .center .direita h3 {
    font-family: 'gotham_book';
    font-size: 18px;
    text-transform: uppercase;
    color: #1b969a;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
    margin-left: -50px;
}
main #quemsomos .center .direita h3 .linha {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #1b969a;
}
main #quemsomos .center .direita h2 {
    font-family: 'gotham_bold';
    font-size: 45px;
    line-height: 46px;
    color: #353535;
    margin-top: 3px;
    margin-bottom: 25px;
}
main #quemsomos .center .direita p {
    font-family: 'gotham_book';
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    max-width: 505px;
    margin-bottom: 42px;
}
main #carrossel {
    position: relative;
    margin-top: 46px;
    margin-bottom: 57px;
		overflow: hidden;
}
main #carrossel ul {
    display: flex;
    align-items: center;
    box-sizing: border-box;
/*    padding: 0 50px;*/
    margin-top: 58px;
}
main #carrossel ul li {
    width: 315px;
		min-width: 630px;
}
main #carrossel ul li article {
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;	
		height: 240px;
		width: 370px;
}
main #carrossel ul li img {
    max-height: 202px;
    height: 100%;
    filter: blur(5px);
    height: 319px;	
}
main #carrossel ul li,
main #carrossel ul li.selected article,
main #carrossel ul li.splide__slide.is-visible.is-active article {
    display: flex;
    flex-direction: column;
    align-items: center;
	opacity: 1;
}
main #carrossel ul li.selected,
main #carrossel ul li.splide__slide.is-visible.is-active{
    min-width: 630px;
}
main #carrossel ul li.selected img,
main #carrossel ul li.splide__slide.is-visible.is-active img {
    filter: none;
    height: 100%;
    height: 319px;
}
main #carrossel ul li article h4,
main #carrossel ul li.splide__slide.is-visible.is-active article h4 {
    font-family: 'gotham_bold';
    font-size: 34px;
    line-height: 46px;
    color: #353535;
    margin-top: 44px;
}
main #carrossel ul li article p,
main #carrossel ul li.splide__slide.is-visible.is-active article p {
    font-family: 'gotham_book';
    font-size: 18px;
    line-height: 18px;
    color: #353535;
    max-width: 250px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 58px;
}
main #carrossel .passador {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 660px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 102px;
    z-index: 6;
}
main #carrossel .passador span {
    display: inline-block;
    width: 53px;
    height: 53px;
    text-indent: -99999px;
    cursor: pointer;
}
main #carrossel .passador .esquerda {
    background: url(../imagens/seta_esquerda2.png) center no-repeat;
}
main #carrossel .passador .direita {
    background: url(../imagens/seta_direita2.png) center no-repeat;
}
main #carrossel h3 {
    font-family: 'gotham_book';
    font-size: 18px;
    text-transform: uppercase;
    color: #1b969a;
    text-align: center;
}
main #carrossel h2 {
    font-family: 'gotham_bold';
    font-size: 46px;
    line-height: 46px;
    color: #353535;
    text-transform: capitalize;
    text-align: center;
    margin-top: 3px;
}
footer {
    background: #353535;
}
footer .top {
    width: 100%;
    background: #2e2e2e;
    padding-top: 8px;
    padding-bottom: 18px;
}
footer .top .center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
footer .top .center h2 {
    background: url(../imagens/logo-footer.png) center no-repeat;
    width: 106px;
    height: 54px;
    background-size: contain;
}
footer .top .center h2 a {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-indent: -99999px;
}
footer .top .center .social {
    display: flex;
    flex-direction: row;
    column-gap: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
footer .top .center .social h3 {
    width: 31px;
    height: 32px;
}
footer .top .center .social .facebook a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../imagens/facebook.png) center no-repeat;
    text-indent: -99999px;
}
footer .top .center .social .instagram a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../imagens/instagram.png) center no-repeat;
    text-indent: -99999px;
}
footer .top .center > h3 {
    font-family: 'gotham_medium';
    font-size: 18px;
    letter-spacing: 0.9px;
    color: #ffffff;
}
footer .bottom {
    margin-top: 46px;
    margin-bottom: 44px;
}
footer .bottom .center,
footer .final .center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
footer .bottom .center h2 {
    font-family: 'gotham_bold';
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 16px;
}
footer .bottom .center h3 a,
footer .bottom .center h3 {
    font-family: 'gotham_book';
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}
footer .bottom .center ul:last-child {
    margin-top: 41px;
}
footer .bottom .center ul:last-child h3 a {
    text-decoration: underline;
}
footer .final .center {
    padding-top: 18px;
    padding-bottom: 21px;
    border-top: 1px solid #6d6d6d;
}
footer .final .center h4,
footer .final .center h4 a  {
    font-family: 'gotham_light';
    font-size: 13px;
    color: #ffffff;
}
footer .final .center h4 a {
    text-decoration: underline;
}
footer .logos {
    width: 100%;
    background: #bababa;
    padding-top: 4px;
    padding-bottom: 25px;
}
footer .logos ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
footer .logos ul h5 {
    text-indent: -9999px;
}
/*################## QUEM SOMOS #######################*/
#pag-quemsomos header {
    background: url(../imagens/header-rolar.png) center;
}
#pag-quemsomos header .esquerda {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 35px;
}
#pag-quemsomos header .esquerda h3 {
    display: flex;
    width: 149px;
    height: 36px;
    background: url(../imagens/topafix_header.png) center no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
#banner.institucional {
    display: flex;
    align-items: center;
    height: 550px;
    min-height: unset;
    background: url(../imagens/banner_inst.png) center no-repeat;
}
#banner.institucional .center-grande {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
}
#banner.institucional h2 {
    font-family: 'gotham_bold';
    font-size: 46px;
    color: #ffffff;
    text-transform: capitalize;
    margin-top: -4px;
}
#banner.institucional h3 {
    font-family: 'gotham_book';
    font-size: 18px;
    text-transform: uppercase;
    color: #1b969a;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
    margin-left: -50px;
    margin-top: 0;
}
#banner.institucional h3 span.linha {
    width: 30px;
}
#banner.institucional p {
    margin-top: 15px;
}
#pag-quemsomos main #quemsomos {
    padding-top: 80px;
    padding-bottom: 41px;
}
#pag-quemsomos main #quemsomos .center .direita p {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
#pag-quemsomos main #quemsomos .center .direita h2 {
    margin-bottom: 20px;
}
#pag-quemsomos main #quemsomos .center .direita {
    padding-left: 0;
    padding-top: 0;
    margin-top: -4px;
}
#pag-quemsomos main #quemsomos .center .esquerda {
    padding-right: 67px;
}
#pag-quemsomos main #quemsomos .center .esquerda ul {
    grid-template-columns: 0.36fr 0.64fr;
}
#pag-quemsomos main #carrossel {
    margin-bottom: 63px;
}
.h3-linha {
    font-family: 'gotham_book';
    font-size: 18px;
    text-transform: uppercase;
    color: #1b969a;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
    margin-left: -50px;
}
.h3-linha span {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #1b969a;
}
.h2-section {
    font-family: 'gotham_bold';
    font-size: 46px;
    line-height: 46px;
    color: #353535;
}
p.paragrafo {
    font-family: 'gotham_book';
    font-size: 17px;
    line-height: 28px;
    color: #000000;
    display: flex;
    flex-direction: column;
}
/*################## TOPAFIX #######################*/
#pag-topafix {
    background: #eeeeee;
}
#pag-topafix .saiba-mais {
    background: #9696de url(../imagens/seta_down2.png) center right 16px no-repeat;
    display: inline-block;
}
#pag-topafix main #banner {
    min-height: unset;
    height: 747px;
}
#pag-topafix main #banner .center-grande {
    padding-bottom: 50px;
}
#pag-topafix main #banner .center-grande .direita .carrossel-img {
    height: 484px;
    width: 560px;
}
#pag-topafix main #banner .center-grande .direita .carrossel-img img.elipse {
    width: 421px;
    height: 421px;
}
#pag-topafix main #banner .center-grande .direita .carrossel-img img.item1 {
    left: 0;
}
#pag-topafix main #banner .center-grande .direita .carrossel-img img.item2 {
    top: 41px;
}
#pag-topafix main #banner .center-grande .direita .carrossel-img img.item3 {
    width: 410px;
		height: 300px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
}
#pag-topafix main #banner .center-grande .direita section.opcoes {
    padding-top: 0;
}
#pag-topafix main #banner .esquerda h2 {
    margin-top: 0;
}
#pag-topafix main #banner .esquerda a {
    background: url(../imagens/seta_down.png) center right 16px no-repeat;
}
main #proposta {
    padding-top: 47px;
}
main #proposta .center-grande {
    display: flex;
    flex-direction: row;
}
main #proposta .center-grande .esquerda {
    width: 46%;
    padding-left: 70px;
    box-sizing: border-box;
}
main #proposta .center-grande .direita {
    width: 54%;
    padding-top: 52px;
    padding-left: 70px;
    box-sizing: border-box;
}
main #proposta .center-grande .esquerda img {
    width: 100%;
    mix-blend-mode: multiply;
}
main #proposta .center-grande .direita h2 {
    margin-top: 5px;
    margin-bottom: 15px;
    max-width: 550px;
}
main #proposta .center-grande .direita p {
    max-width: 374px;
    margin-bottom: 28px;
}
main #qualidades {
    background: #253048;
    padding-top: 31px;
    padding-bottom: 27px;
    margin-top: 120px;
}
main #qualidades ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
main #qualidades ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    row-gap: 6px;
}
main #qualidades ul article {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 6px;
}
main #qualidades ul article .mask_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    background: #19adac;
    border-radius: 50%;
}
main #qualidades ul article h2 {
    font-family: 'gotham_bold';
    font-size: 14px;
    line-height: 16px;
    color: #19adac;
    text-transform: uppercase;
    text-align: center;
}
main #qualidades ul p {
    font-family: 'gotham_book';
    font-size: 15px;
    line-height: 18px;
    color: #5b74ab;
    text-align: center;
    max-width: 245.75px;
}
main #video {
    margin-top: 90px;
}
#pag-gabarito main #video {
    margin-bottom: 90px;
}
main #video .center {
    max-width: 560px;
}
main #video .mask_img {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
main #video .mask_img > * {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
main #proposta2 {
    margin-top: 105px;
    margin-bottom: 110px;
}
main #proposta2 .center {
    display: flex;
    flex-direction: row;
}
main #proposta2 .center .esquerda {
    width: 100%;
    max-width: 560px;
}
main #proposta2 .center .esquerda h2 {
    max-width: 550px;
    margin-top: 4px;
    margin-bottom: 15px;
}
main #proposta2 .center .esquerda p {
    max-width: 501px;
    margin-bottom: 27px;
}
main #proposta2 .center .direita {
    width: 700px;
    display: flex;
}
main #proposta2 .center .direita ul {
    display: grid;
    grid-template-columns: repeat(3, 172px);
    grid-template-rows: 289px;
    column-gap: 66px;
    align-items: end;
    margin-left: auto;
    margin-top: auto;
    margin-right: -47px;
}
main #proposta2 .center .direita ul li {
    position: relative;
}
main #proposta2 .center .direita ul li img {
    position: absolute;
    mix-blend-mode: multiply;
    bottom: 87px;
    right: 23px;
}
main #proposta2 .center .direita ul h4 {
    width: 100%;
    max-width: 172px;
    height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #ababab;
    border-radius: 22px;
    font-family: 'gotham_bold';
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    z-index: 6;
}
main #especificacao {
    background: #e1e1e1;
    padding-top: 63px;
    padding-bottom: 43px;
}
main #especificacao .center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
main #especificacao ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 49px;
    margin-bottom: 22px;
}
main #especificacao ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
main #especificacao ul h3 {
    font-family: 'gotham_bold';
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    background: #19adac;
    padding: 11px 20px 13px 18px;
}
main #especificacao ul h3.primeiro {
    margin-bottom: 34px;
}
main #especificacao ul p {
    margin-top: 2px;
    margin-bottom: 29px;
}
main #especificacao ul img {
    mix-blend-mode: multiply;
}
main #especificacao .saiba-mais {
    background: #9696de url(../imagens/right_arrow.png) center right 16px no-repeat;
}
/*################## GABARITO #######################*/
#pag-gabarito main #qualidades {
    margin-top: 0;
}
#pag-gabarito main #banner {
    min-height: unset;
    height: 674px;
    background: url(../imagens/banner_gabarito.png) center no-repeat;
}
#pag-gabarito main #banner .esquerda h2 {
    margin-top: 0;
    background: url(../imagens/topafix_escuro.png) center no-repeat;
}
#pag-gabarito main #banner h3 b,
main #banner h3 span.linha {
    background: #2c5272;
}
#pag-gabarito main #banner h3 b {
    color: #ffffff;
}
#pag-gabarito main #banner .esquerda a {
    border: 2px solid #1e3e58;
    color: #1e3e58;
    background: url(../imagens/seta_escura.png) center right 16px no-repeat;;
}
/*#################### 
	Contato 
#########################*/
#contato {
	padding-top: 98px;
}
#contato h2 {
	font-family: 'gotham_bold';
	font-size: 46px;
	line-height: 46px;
	color: #353535;
	text-transform: capitalize;
	text-align: center;
	margin-top: 35px;
}
#contato form {
  display: grid;
  flex-direction: column;
  width: 45%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 45px;
  margin-bottom: 60px;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}
#contato form input, #contato form textarea {
  font-family: 'gotham_light';
  font-size: 16px;
  height: 40px;
  text-indent: 15px;
  color: #232f3d;;
  background: #f4f4f4;
  border: none;
}
#contato form input::placeholder,
#contato form textarea::placeholder {
  opacity: 1;
}
#contato form textarea {
  padding-top: 5px;
  height: 95px;
  resize: none;
}
#contato form button {
  margin-right: 31px;
  margin-right: 0;
  font-family: 'gotham_bold';
  text-align: center;
  display: block;
  width: 111px;
  height: 43px;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  border: none;
  float: right;
  clear: both;
  cursor: pointer;
  background: #9696de;
  margin-left: auto;
}
#contato form .p1 {
  grid-column: span 2;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< menu mobile <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#menu_mobile {
   position: fixed;
   top: 0;
   left: -800px;
   width: 100%;
   max-width: 420px;
   height: calc(100%);
   background: #404065  url(../imagens/banner-bg.png) center no-repeat;
   z-index: 9999;
   opacity: 0;
   transition: all 0.24s ease-in;
   box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.25);
}
#menu_mobile.aberto {
   opacity: 1;
   left: 0;
}
#menu_mobile ul.main {
	border-top: 1px solid #e2e2e2;
	display: flex;
	flex-flow: column;
	width: 100%;
	padding-top: 45px;
}
#menu_mobile ul.main a {
   padding-left: 25px;
   padding-bottom: 15px;
   font-size: 18px;
   line-height: 36px;
   width: 100%;
   font-family: 'gotham_bold';
   color: #9696de;
   text-transform: uppercase;
}
#menu_mobile a.bt_fechar_mobile{
   display: block;
   width: 33px;
   height: 33px;
   background: #e4e4e4;
   position: absolute;
   top: 15px;
   right: 20px;
   margin-left: -16px;
   z-index: 999999999999999999999999;
   border-radius: 50%;
   text-align: center;
   color: #9696de;
   font-family: gotham_bold;
   font-size: 13px;
   text-transform: uppercase;
   line-height: 31px;
}
#menu_mobile a.whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 20px);
    max-width: 200px;
    margin: 0 auto;
    margin-top: 25px;
    height: 34px;
    font-family: 'gotham_bold';
    font-size: 13px;
    letter-spacing: 1.3px;
    color: #1aacac;
    text-transform: uppercase;
    border: 1px solid #1aacac;
    border-radius: 15px;
    background: url(../imagens/whatsapp.png) center left 12px no-repeat;
}

#blog_interno {
	padding-top: 43px;
}
#blog_interno span.img_principal {
	display: flex;
	margin: 0 auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 768px;
	position: relative;
	padding-top: 33.8%;
	margin-bottom: 70px;
}
#blog_interno span.img_principal img {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: contain;
}
#blog_interno h3 {
	font-family: 'gotham_bold';
	font-size: 52px;
	line-height: 60px;
	color: #353535;
	max-width: 790px;
	padding-bottom: 25px;
	margin: 0 auto;
	text-align: center;
	text-transform: capitalize;
}
#blog_interno h4 {
	font-family: 'gotham_bold';
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 1.35px;
	color: #1b969a;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 47px;
}
#blog_interno article {
	width: 100%;
	max-width: 1115px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 75px;
	box-sizing: border-box;
}
#blog_interno p {
	font-size: 20px;
	line-height: 32px;
	color: #797979;
	font-family: 'gotham_book' !important;
	text-align: justify;
}
#lista_blog {
	background: #eee;
	padding-top: 45px;
	padding-bottom: 45px;
} 
#blog_interno .listagem_noticias {
	display: grid;
	grid-template-columns: repeat(4, 1fr); 
	column-gap: 33px;
	padding-top: 25px;
}
#blog_interno .listagem_noticias li {
	width: 100%;
	max-width: 395px;
}
#blog_interno .listagem_noticias li a {
	display: flex;
	flex-direction: column;
	width: 100%;
}
#blog_interno .listagem_noticias li .mask_img {
	width: 100%;
	position: relative;
	padding-top: 65.8%;
}
#blog_interno .listagem_noticias li .mask_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#blog_interno .listagem_noticias li h2 {
	font-family: 'gotham_bold';
	font-size: 20px;
	line-height: 26px;
	color: #353535;
	margin-top: 19px;
	min-height: 60px;
}
#blog_interno .listagem_noticias li p {
	font-family: 'gotham_light';
	font-size: 17px;
	line-height: 26px;
	color: #797979s;
	margin-top: 8px;
	min-height: 78px;
}
#blog_interno .listagem_noticias li h3 {
	font-family: 'gotham_bold';
	font-size: 16px;
	color: #9696de;
	text-transform: uppercase;
	margin-top: 18px;
}