/* **************************************** */
/* configuracoes de Fontes */
/* **************************************** */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* **************************************** */
/* Fim de configuracoes de Fontes */
/* **************************************** */

/* **************************************** */
/* Definicoes de Padroes de Fonte e Cores */
/* **************************************** */
:root {
    /* Font Families */
    --font-default: Montserrat, sans-serif;
    --font-primary: Montserrat, sans-serif;
    --font-secondary: Montserrat, sans-serif;

    /* Colors */
    --color-1: #F49519;
    /* --color-2: #005a78; */
    --color-2: #102969;
    --color-3: #ffffff;
    --color-4: #000820;
    --color-5: #1c1c1b;
    --color-whatsapp: #0cb940;

    /* **************************************** /* 
    * PadrÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o de Escala TipogrÃƒÆ’Ã‚Â¡fica
    * Proporcao ÃƒÆ’Ã‚Âurea
    * Tamanho Base Aplicado: 1rem (16px) 
    /* **************************************** */

    /* Font Sizes for Desktop */
    --fs-base: 1rem;
    /* 16px */
    --fs-h1-desktop: 2.618rem;
    /* ~41.888px */
    --fs-h2-desktop: 1.618rem;
    /* ~25.888px */
    --fs-h3-desktop: 1.25rem;
    /* ~20px (additional step) */
    --fs-p-desktop: 1rem;
    /* 16px */
    --fs-sm-desktop: 0.875rem;
    /* 14px (additional step) */
    --fm-bt-desktop: 1.225rem;

    /* Font Sizes for Mobile */
    --fs-h1-mobile: 1.6rem;
    /* 32px */
    --fs-h2-mobile: 1.5rem;
    /* 24px */
    --fs-h3-mobile: 1.25rem;
    /* 20px */
    --fs-p-mobile: 1rem;
    /* 16px */
    --fs-button-mobile: 0.875rem;
    /* 14px */

    /* Font Sizes for Full HD */
    --fs-base-fullhd: 1.125rem;
    /* 18px */
    --fs-h1-fullhd: calc(2.618 * var(--fs-base-fullhd));
    /* ~51.888px */
    --fs-h2-fullhd: calc(2.236 * var(--fs-base-fullhd));
    /* ~41.888px */
    --fs-h3-fullhd: calc(1.618 * var(--fs-base-fullhd));
    /* ~25.888px */
    --fs-h4-fullhd: calc(1.25 * var(--fs-base-fullhd));
    /* ~20px */
    --fs-p-fullhd: var(--fs-base-fullhd);
    /* 18px */
    --fs-formulario-fullhd: var(--fs-base-fullhd);
    /* 18px */
    --fm-bt-fullhd: calc(2.825 * var(--fs-base-fullhd));
    /* ~51px */
}

/* **************************************** */
/* Fim das Definicoes dos Padroes de Fonte e Cores */
/* **************************************** */

/* **************************************** */
/* Configuracoes Gerais */
/* **************************************** */
body {
    font-family: var(--font-default);
    color: var(--color-5);
}

a {
    color: var(--color-5);
    text-decoration: none;
}

.nav-link,
.nav-link {
    color: var(--color-5);
}

p,
a,
p ul li {
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: normal;
}

span,
p,
a,
ul li a {
    font-size: var(--fs-p-desktop);
}

h1 {
    font-size: var(--fs-h1-desktop);
}

h2 {
    font-size: var(--fs-h2-desktop);
}

h3 {
    font-size: var(--fs-h2-desktop);
}

@media (max-width: 768px) {

    span,
    p,
    a,
    ul li a {
        font-size: var(--fs-p-mobile);
    }

    h1 {
        font-size: var(--fs-h1-mobile);
    }

    h2 {
        font-size: var(--fs-h2-mobile);
    }

    h3 {
        font-size: var(--fs-h2-mobile);
    }
}

@media (min-width: 1920px) and (min-height: 1080px) {

    span,
    p,
    a,
    ul li a {
        font-size: var(--fs-p-fullhd);
    }

    .nav-link {
        font-size: var(--fs-p-fullhd) !important;
    }

    h1 {
        font-size: var(--fs-h1-fullhd);
    }

    h2 {
        font-size: var(--fs-h2-fullhd);
    }

    h3 {
        font-size: var(--fs-h2-fullhd);
    }
}

.close {
    border: 0;
    background: var(--color-2);
    color: var(--color-3);
    border-radius: 44px;
    width: 28px;
    height: 28px;
}

/* **************************************** */
/* Fim de configuracoes Gerais */
/* **************************************** */

/* **************************************** */
/* configuracoes Gerais de SeÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµes */
/* **************************************** */
section {
    padding: 60px 0px 60px 0px;
}

.section-header {
    text-align: center;
    padding: 0px 0px 10px 0px;
    position: relative;
}

.section-header h2 {
    font-weight: 700;
    padding-bottom: 0;
    z-index: 2;
    position: relative;
}

.section-header span {
    color: var(--color-1);
    font-weight: 700;
    line-height: 0;
}

.section-header p {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.section-header-left {
    text-align: left;
    padding: 0px 0px 10px 0px;
    position: relative;
}

.section-header-left h2 {
    font-weight: 700;
    padding-bottom: 0;
    z-index: 2;
    position: relative;
}

.section-header-left span {
    color: var(--color-1);
    font-weight: 700;
    line-height: 0;
}

.section-header-left p {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .section-header h2 {
        line-height: inherit;
    }

    .section-header span {
        font-size: var(--fs-p-mobile);
        line-height: revert;
    }
}

/* **************************************** */
/* Fim de configuracoes Gerais de SeÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµes */
/* **************************************** */

/* **************************************** */
/* configuracoes do Elemento Header */
/* **************************************** */
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    height: 85px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

#header .icones-contato {
    margin-right: 5px;
}

#header #btn-whatsapp-240530-1044 {
    background: var(--color-1);
    padding: 15px 30px 15px 30px;
    border-radius: 44px;
    border: 2px solid var(--color-);
    color: var(--color-3);
    font-weight: bold;
    margin-left: 10px;
}

#header #btn-whatsapp-240530-1044:hover {
    background: var(--color-whatsapp);
    color: var(--color-3);
}

@media (max-width:768px){
    #header #btn-whatsapp-240530-1044 {
        background: var(--color-whatsapp);
        color: var(--color-3);
    } 
}


.btn-atendimento-whatsapp {
    padding: 15px 30px 15px 30px;
    border-radius: 15px;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    background-color: var(--color-4);
    color: var(--color-3);
    border: 1px solid var(--color-whatsapp);
    border-radius: 45px;
    font-weight: 600;
}

.btn-atendimento-whatsapp:hover {
    background-color: var(--color-3);
    border: 1px solid var(--color-whatsapp);
    color: var(--color-2);
    font-weight: 600;
}

/* **************************************** */
/* Fim de configuracoes do Elemento Header */
/* **************************************** */


/* Menu de Navegacao */
/* **************************************** */
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 15px 10px 15px;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

#navbar ul li:hover {
    background: var(--color-1);
    border-radius: 15px;
}

#navbar ul li:hover a {
    color: var(--color-3);
}

/* Redefine a cor para links dentro de .dropdown ul */
.navbar .dropdown ul a {
    color: var(--color-4) !important;
}

.navbar .dropdown ul a:hover {
    color: var(--color-3) !important;
    background: var(--color-1);
    border-radius: 0px;
}



.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    margin: 0px;
    padding: 10px 0px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: rgb(255, 255, 255);
    box-shadow: rgba(127, 137, 161, 0.25) 0px 0px 30px;
    transition: all 0.3s ease 0s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    border: none;
    display: grid;
}

.navbar .dropdown ul a span {
    font-size: 14px;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: var(--color-2);
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/* **************************************** */
/* configuracoes do Menu Mobile */
/* **************************************** */
.mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--color-2);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: transparent;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    color: var(--color-3);
    font-weight: 700;
}

.navbar-mobile>ul>li {
    padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: var(--color-1) !important;
    font-weight: 600;
    background: white;
    border-radius: 10px;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: var(--color-3);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    border-radius: 15px;
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}



.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: var(--color-2);
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

/* **************************************** */
/* Fim de configuracoes do Menu Mobile */
/* **************************************** */
/* **************************************** */
/* Fim de Menu de Navagacao */
/* **************************************** */


/* **************************************** */
/* WhatsApp flutuante */
/* **************************************** */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 30px;
    background-color: rgb(37, 211, 102);
    color: var(--color-3);
    border-radius: 50px;
    text-align: center;
    box-shadow: rgb(153, 153, 153) 2px 2px 3px;
    z-index: 100;
    transition: all 0.2s ease-in-out 0s;
}

.whatsapp-float img {
    padding: 0;
    margin: 23%;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: rgb(18, 140, 126);
    box-shadow: rgb(153, 153, 153) 3px 3px 4px;
    color: var(--color-3) !important;
}

.whatsapp-icon {
    margin-top: 15px;
}

/* **************************************** */
/* Fim de WhatsApp flutuante */
/* **************************************** */

/* **************************************** */
/* Hero Desktop*/
/* **************************************** */
.hero {
    width: 100%;
    position: relative;
    color: var(--color-3);
}

.hero .col-text h2 {
    font-size: var(--fs-h2-desktop);
}

#hero-home-desktop {
    height: auto;
    min-height: 100vh;
    margin-top: 5vh;
    background: linear-gradient(to left, #005a7800, #003d6e91), url(../img/banners/home-1440x714.png);
    background-position: center;
    background-size: cover;
}

/* Hero Service */
#hero-simulacao {
    height: auto;
    min-height: 100vh;
    margin-top: 10vh;
    background: linear-gradient(to left, #005a7800, #003d6e), url(../img/banners/banner-servico.png);
    background-position: center;
    background-size: cover;
}

#hero-info {
    height: auto;
    min-height: 95vh;
    margin-top: 5vh;
    background: var(--color-4);
}

#hero-contato {
    height: auto;
    min-height: 60vh;
    margin-top: 5vh;
}

#hero-contato .formulario {
    color: var(--color-4);
    border-radius: 5px;
    width: 100%;
    height: 100%;
    max-width: 400px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
    background: var(--color-3);
    margin-top: 20px;
    padding: 30px 30px 30px 30px;
}

#hero-contato .btn-submit {
    background-color: var(--color-1);
    color: var(--color-3);
    border: 2px solid var(--color-1);
    padding: 10px 0px 10px 0px;
    border-radius: 15px;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
}

#hero-contato .btn-submit:hover {
    background-color: var(--color-3);
    border: 2px solid var(--color-1);
    color: var(--color-5);
}

@media (min-width: 1920px) and (min-height: 1080px) {

    #hero-contato .formulario {
        width: 550px;
        height: 100%;
        padding: 30px 30px 30px 30px;
    }
}

/* 
#hero-simulacao-mobile {
    height: 25vh;
    margin-top: 10vh;
    background: linear-gradient(to bottom, #005a7800, #003d6e00), url(../img/banners/home-643x668.png);
    background-size: cover;
    background-position: top;
}

#hero-simulacao-mobile-text {
    background: var(--color-2);
    color: #fff;
    height: auto;
    padding: 15px 0 60px 0px;

    margin-top: 12vh;
} */

/* Fim de Hero Service */

#hero-home-mobile {
    height: 45vh;
    margin-top: 10vh;
    background: linear-gradient(to bottom, #005a7800, #003d6e00), url(../img/banners/home-643x668.png);
    background-size: cover;
    background-position: top;
}

#hero-home-mobile-text {
    background: var(--color-2);
    color: #fff;
    height: auto;
}

/* @media (min-width: 1920px) and (min-height: 1080px) {
    #hero-home-desktop {
        background: linear-gradient(to left, #005a7800, #003d6e91), url(../img/banners/home-1920x1080.png);
    }
} */

/* @media (max-width: 768px) {} */
/* **************************************** */
/* Fim de Hero Desktop */
/* **************************************** */


/* **************************************** */
/* Hero Sobre Desktop*/
/* **************************************** */
.hero-sobre {
    width: 100%;
    position: relative;
    color: var(--color-5);
}

.hero-sobre .col-text h2 {
    font-size: var(--fs-h2-desktop);
}

#hero-sobre-desktop span {
    color: var(--color-1);
}

#hero-sobre-desktop {
    height: 90vh;
    margin-top: 10vh;
    background: var(--color-3);
}

#hero-sobre-desktop .sobre-img {
    background: url('../img/banners/sobre-1600x1200.webp');
    /* background: url('../img/banners/sobre-1601x1607.webp'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    border-radius: 15px;
}

#hero-sobre-desktop #img-240531-1405 {
    width: 100%;
    height: auto;
    max-width: 516px;
    max-height: 516px;
    border-radius: 15px;
}

#hero-sobre-mobile {
    height: 40vh;
    margin-top: 13vh;
    background: linear-gradient(to bottom, #005a7800, #003d6e00), url(../img/banners/sobre-1600x1200.jpg);
    /* background: linear-gradient(to bottom, #005a7800, #003d6e00), url('../img/banners/sobre-1601x1607.webp'); */
    background-size: cover;
    background-position: bottom;
}

#hero-sobre-mobile-text {
    background: var(--color-2);
    color: #fff;
    height: auto;
    padding: 60px 30px 30px 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    /* position: absolute; */
    /* top: 50vh; */
    margin-top: -5%;
}

@media (min-width: 1920px) and (min-height: 1080px) {
    /* #hero-sobre-desktop {
        background: linear-gradient(to left, #005a7800, #003d6e91), url(../img/banners/home-1920x1080.png);
    } */
}

/* @media (max-width: 768px) {} */
/* **************************************** */
/* Fim de Hero Sobre Desktop */
/* **************************************** */


/* **************************************** */
/* Hero Credito Desktop*/
/* **************************************** */
.hero-solucoes {
    width: 100%;
    position: relative;
    color: var(--color-5);
}

.hero-solucoes .col-text h2 {
    font-size: var(--fs-h2-desktop);
}

#hero-solucoes-desktop strong {
    color: var(--color-1);
}

#hero-solucoes-desktop {
    height: auto;
    margin-top: 10vh;
    background: var(--color-3);
}

#hero-solucoes-desktop #img-240531-1427 {
    width: 100%;
    height: auto;
    max-width: 588px;
    max-height: 689px;
    border-radius: 15px;
}

#hero-solucoes-mobile {
    height: 50vh;
    margin-top: 10vh;
    background: linear-gradient(to bottom, #005a7800, #003d6e00), url(../img/banners/credito-643x668.png);
    background-size: cover;
    background-position: top;
}

#hero-solucoes-mobile-text {
    background: var(--color-2);
    color: #fff;
    height: auto;
    padding: 60px 30px 30px 30px;
}

#cards-hero-solucoes {
    margin-top: 5%;
    width: 140%;
}

#cards-hero-solucoes .card-container .card-footer a {
    padding: 10px;
    border-radius: 15px;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: var(--color-2);
}

#cards-hero-solucoes .card-container .card-footer a:hover {
    border: 2px solid var(--color-2);
    padding: 10px;
}

#cards-hero-solucoes .card-container .card-footer a img {
    width: 20px;
}

@media (max-width: 768px) {
    #cards-hero-solucoes {
        width: auto;
        margin-top: 0;
    }
}

@media (min-width: 1920px) and (min-height: 1080px) {
    #cards-hero-solucoes {
        width: 143%;
    }
}

.hero-solucoes .card-container {
    position: relative;
    height: 460px;
    border-radius: 20px;
    box-shadow: 0px 2px 15px #dadada9e;
    background: var(--color-3);
}

@media (max-width: 768px) {
    .hero-solucoes .card-container {
        height: 500px;
        margin-top: 30px;
    }
}

@media (min-width: 1920px) and (min-height: 1080px) {
    .hero-solucoes .card-container {
        height: 450px;
    }
}

.hero-solucoes .card-image img {
    width: 100%;
    height: auto;
}

.hero-solucoes .card-body {
    padding: 30px 15px 0px 15px;
}

.hero-solucoes .card-footer {
    position: absolute;
    bottom: 15px;
    padding: 0px 15px 0px 15px;
}

@media (min-width: 1920px) and (min-height: 1080px) {
    /* #hero-solucoes-desktop {
        background: linear-gradient(to left, #005a7800, #003d6e91), url(../img/banners/home-1920x1080.png);
    } */
}

/* @media (max-width: 768px) {} */
/* **************************************** */
/* Fim de Hero Credito Desktop */
/* **************************************** */



/* **************************************** */
/* Hero Servico Desktop*/
/* **************************************** */
.hero {
    width: 100%;
    position: relative;
    color: var(--color-3);
}

.hero .col-text h2 {
    font-size: var(--fs-h2-desktop);
}

#hero-simulacao {
    height: auto;
    min-height: 100vh;
    margin-top: 5vh;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 768px) {
    #hero-simulacao {
        background: var(--color-2) !important;
        color: #fff;
        height: auto;
    }
}

@media (min-width: 1920px) and (min-height: 1080px) {
    /* #hero-simulacao {
        background: linear-gradient(to left, #005a7800, #003d6e91), url(../img/banners/home-1920x1080.png);
    } */
}

/* @media (max-width: 768px) {} */
/* **************************************** */
/* Fim de Hero Servico Desktop */
/* **************************************** */

/* **************************************** */
/* Simulador */
/* **************************************** */
.simulador {
    width: 360px;
    height: 560px;
    border: 3px solid var(--color-1);
    border-radius: 15px;
    background: var(--color-3);
}

/* **************************************** */
/* Fim de Simulador */
/* **************************************** */

/* **************************************** */
/* Sections Home */
/* **************************************** */

/* **************************************** */
/* section-240603-0837 */
/* **************************************** */
#section-240603-0837 {
    background: linear-gradient(to left, #e8e8e894, #0000000f), url(../img/bg/mapa-mundo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 60px 0px 140px 0px;
}

#section-240603-0837 .card-container {
    position: relative;
    height: calc(100% + 5vw);
    border-radius: 20px;
    box-shadow: 0px 2px 15px #dadada9e;
    background: var(--color-3);
}

@media(max-width: 768px) {
    #section-240603-0837 {
        background: linear-gradient(to left, #e8e8e894, #0000000f), url(../img/bg/mapa-mundo.png);
        background-position: top;
        background-size: contain;
        padding: 30px 0px 30px 0px;
        background-repeat: repeat;
    }

    #section-240603-0837 .card-container {
        height: 525px;
    }
}

#section-240603-0837 .card-image img {
    width: 100%;
    height: auto;
}

#section-240603-0837 .card-body {
    padding: 30px 15px 0px 15px;
}

#section-240603-0837 .card-footer {
    position: absolute;
    bottom: 19px;
    width: 100%;
    padding: 30px 15px 0px 15px;
}

#section-240603-0837 .btn-content img {
    width: 32px;
    height: 32px;
}

#section-240603-0837 .btn-content a {
    background-color: var(--color-1);
    color: var(--color-3);
    padding: 10px 15px 10px 15px;
    border-radius: 15px;
    margin-left: 10px;
    display: inline-grid;
    width: 80%;
    text-align: center;
}

#section-240603-0837 .btn-content a:hover {
    background-color: var(--color-3);
    border: 2px solid var(--color-1);
    color: var(--color-1);
    font-weight: 600;
}

/* **************************************** */
/* Fim de section-240603-0837 */
/* **************************************** */

/* **************************************** */
/* section-240506-1227 */
/* **************************************** */

#section-240506-1227 img {
    width: 100%;
    height: auto;
}

.div_240506_1250 {
    list-style: none;
    overflow: hidden
}

.div_240506_1250 li {
    float: left;
    position: relative;
    /* -webkit-backface-visibility: hidden */
}

.div_240506_1250 li {
    width: 14%;
    padding: 0;
    height: 73px;
    align-items: center;
    justify-content: center;
    display: flex;
}

@media(max-width:768px) {
    .div_240506_1250 li {
        width: 33%;
        padding: 0;
        height: 73px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
}


.div_240506_1250 li a {
    opacity: .6
}

body:not(.device-touch) .div_240506_1250 li a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.div_240506_1250 li a:hover {
    opacity: 1
}

.div_240506_1250 li a,
.div_240506_1250 li img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto
}

.div_240506_1250 li a img {
    width: 100%
}

.div_240506_1250 li:after,
.div_240506_1250 li:before {
    content: '';
    position: absolute
}

.div_240506_1250 li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed #ddd
}

.div_240506_1250 li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #ddd
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
    border-bottom: 1px dashed #ddd;
}

/* **************************************** */
/* Fim de section-240506-1227 */
/* **************************************** */

/* **************************************** */
/* section-242704-1002 */
/* **************************************** */

#section-242704-1002 {
    background: #102969;
}

#section-242704-1002 .box {
    position: relative;
    background: var(--color-2);
    border: 3px solid rgba(255, 255, 255, 0.1);
    padding: 58px 40px 36px 39px;
    text-align: left;
    height: 100%;
    border-radius: 15px;
}


#section-242704-1002 .box:hover {
    background: var(--color-3);
    border-radius: 15px;
}

#section-242704-1002 .box:hover .box-head h4,
#section-242704-1002 .box:hover .box-body p,
#section-242704-1002 .box:hover .box-head svg .svg-240603-1528 {
    color: black;
    fill: var(--color-1);
}

#section-242704-1002 .header-title-left {
    text-align: left;
    color: #fff;
    margin-bottom: 25px;
}

#section-242704-1002 .header-title-left strong {
    color: var(--color-1);
}

#section-242704-1002 .box .box-head img {
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
}

#section-242704-1002 .box .box-head svg {
    width: 64px;
    height: 64px;
    margin-bottom: 25px;
}

#section-242704-1002 .box .box-head svg .svg-240603-1528 {
    fill: var(--color-3);
}

#section-242704-1002 .box .box-head h4 {
    color: var(--color-3);
    font-weight: 600;
}

#section-242704-1002 .box .box-body p {
    color: #c4c4c4;
}

#section-242704-1002 .box .box-footer {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    width: 100%;
}

#section-242704-1002 .box .box-footer a {
    color: var(--color-1);
}

/* **************************************** */
/* Fim de section-240506-1503 */
/* **************************************** */

/* **************************************** */
/* section-240603-1537 */
/* **************************************** */
/* #section-240603-1537 {} */

.section-240603-1537 .section-image {
    position: relative;
    min-height: 400px;
}

@media(max-width:768px) {
    .section-240603-1537 {
        padding: 30px 0px 60px 0px;
    }

    .section-240603-1537 .section-image {
        height: auto;
        min-height: 300px;
    }
}

.section-240603-1537 .section-image img {
    /* position: absolute; */
    inset: 0;
    display: block;
    width: 100%;
    height: auto;
    /* object-fit: cover; */
    /* z-index: 1; */
    border: 1px;
    border-radius: 15px;
}

.section-240603-1537 .section-item {
    position: relative;
    box-shadow: 0px 2px 15px #dadada9e;
    background: var(--color-3);
    text-align: left;
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
}

.section-240603-1537 .section-item h4 {
    font-weight: 700;
    margin: 0 0 5px 0;
}

.section-240603-1537 .section-item img {
    width: 64px;
    height: 64px;
    color: var(--accent-color);
    margin-right: 20px;
    line-height: 0;
}

.section-240603-1537 .section-item p {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin: 0;
}

/* **************************************** */
/* Fim de section-240603-1537 */
/* **************************************** */

/* **************************************** */
/* section-240603-1933 */
/* **************************************** */
#section-240603-1933 {
    background: linear-gradient(to left, var(--color-2), #10296900), url(../img/bg/mapa-mundo-2.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

#section-240603-1933 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

#section-240603-1933 .image-stack {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}

#section-240603-1933 .image-stack .stack-back {
    grid-column: 4/-1;
    grid-row: 1;
    width: 100%;
    z-index: 1;
}

#section-240603-1933 .image-stack .stack-front {
    grid-row: 1;
    grid-column: 1/span 8;
    margin-top: 50%;
    width: 90%;
    z-index: 2;
    background: #707070;
    height: 40%;
    padding: 20px;
    border-radius: 10px;
}

@media(max-width:768px) {
    #section-240603-1933 {
        background: linear-gradient(to left, #102969, #10296900), url(../img/bg/mapa-mundo-2.png);
        background-repeat: repeat;
        background-position: top;
        background-size: contain;
    }

    #section-240603-1933 .image-stack .stack-front {
        margin-top: 100%;
        width: 100%;
        background: #707070;
        height: 50%;
        margin-bottom: 60px;
    }
}

/* **************************************** */
/* Fim de section-240603-1933 */
/* **************************************** */

/* **************************************** */
/* section-240604-1211 */
/* **************************************** */
.section-240604-1211 {
    background: var(--color-2);
    color: white;
}

.section-240604-1211 .section-item {
    position: relative;
    box-shadow: 0px 2px 15px #dadada9e;
    background: var(--color-3);
    text-align: left;
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
}

.section-240604-1211 .section-item h4 {
    font-weight: 700;
    margin: 0 0 5px 0;
}

.section-240604-1211 .section-item img {
    width: 64px;
    height: 64px;
    color: var(--accent-color);
    margin-right: 20px;
    line-height: 0;
}


#section-240604-1211 .btn-content img {
    width: 32px;
    height: 32px;
}

#section-240604-1211 .btn-content a {
    background-color: var(--color-1);
    color: var(--color-3);
    padding: 10px 15px 10px 15px;
    border-radius: 15px;
    margin-left: 10px;
    display: inline-grid;
    width: auto;
    text-align: center;
}

#section-240604-1211 .btn-content a:hover {
    background-color: var(--color-3);
    border: 2px solid var(--color-1);
    color: var(--color-1);
    font-weight: 600;
}

.section-240604-1211 .section-item p {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin: 0;
}

@media(max-width:768px) {
    #section-240604-1211 {
        padding: 60px 0px 0px 0px;
    }
}

/* **************************************** */
/* section-240604-1211-v-1-2 */
/* **************************************** */
.section-240604-1211-v-1-2 {
    background: #fbf5e7;
    color: white;
    padding: 0;
    height: auto;
}

.section-240604-1211-v-1-2 .section-item {
    position: relative;
    box-shadow: 0px 2px 15px #dadada9e;
    background: var(--color-3);
    text-align: left;
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
}

.section-240604-1211-v-1-2 .section-item h4 {
    font-weight: 700;
    margin: 0 0 5px 0;
}

.section-240604-1211-v-1-2 .section-item img {
    width: 64px;
    height: 64px;
    color: var(--accent-color);
    margin-right: 20px;
    line-height: 0;
}


#section-240604-1211-v-1-2 .btn-content img {
    width: 32px;
    height: 32px;
}

#section-240604-1211-v-1-2 .btn-content a {
    background-color: var(--color-1);
    color: var(--color-3);
    padding: 10px 15px 10px 15px;
    border-radius: 15px;
    margin-left: 10px;
    display: inline-grid;
    width: auto;
    text-align: center;
}

#section-240604-1211-v-1-2 .btn-content a:hover {
    background-color: var(--color-3);
    border: 2px solid var(--color-1);
    color: var(--color-1);
    font-weight: 600;
}

.section-240604-1211-v-1-2 .section-item p {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin: 0;
}

.section-240604-1211-v-1-2 .col-left {
    background: #3957bd;
    display: grid;
    padding: 60px 0px 60px 60px;
    height: auto;
    justify-content: left;
    align-items: center;
}

.section-240604-1211-v-1-2 .col-left .section-header {
    text-align: left;
    padding: 0;
}

.section-240604-1211-v-1-2 .col-left .section-header span {
    font-size: 1.5rem;
    color: var(--color-3);
    font-weight: 500;
}

.section-240604-1211-v-1-2 .col-left .section-header h2 {
    font-size: 2rem;
}

.section-240604-1211-v-1-2 .col-right {
    background: #fbf5e7;
    padding: 30px 30px 0px 30px;
    height: auto;
    display: flow;
}

.section-240604-1211-v-1-2 .col-right h2 {
    font-size: 2.7rem;
    color: black;
    font-weight: 600;
}

.section-240604-1211-v-1-2 .col-right img {
    display: flex;
    float: right;
}


.section-240604-1211-v-1-2 .btn-submit {
    background-color: var(--color-3);
    color: var(--color-2);
    padding: 15px 30px 15px 30px;
    border-radius: 45px;
    max-width: 290px;
}

.section-240604-1211-v-1-2 .btn-submit:hover {
    background-color: transparent;
    border: 2px solid var(--color-3);
    color: var(--color-3);
}

@media(max-width:768px) {
    #section-240604-1211-v-1-2 {
        padding: 0px;
    }

    .section-240604-1211-v-1-2 .col-left .section-header h2 {
        font-size: 1.7rem;
    }

    .section-240604-1211-v-1-2 .col-left {
        padding: 60px 0px 60px 30px;
    }

    .section-240604-1211-v-1-2 .col-right h2 {
        font-size: 1.7rem;
    }

    .section-240604-1211-v-1-2 .col-right {
        padding: 30px 30px 30px 30px;
    }
}


/* **************************************** */
/* section-240604-1211-v-1-3 */
/* **************************************** */
.section-240604-1211-v-1-3 {
    background: url('../img/banners/banner-quinto-andar-desktop.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding: 0;
    height: 70vh;
    display: flex;
    align-items: center;
}

.section-240604-1211-v-1-3 .section-item {
    position: relative;
    box-shadow: 0px 2px 15px #dadada9e;
    background: var(--color-3);
    text-align: left;
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
}

.section-240604-1211-v-1-3 .section-item h4 {
    font-weight: 700;
    margin: 0 0 5px 0;
}

.section-240604-1211-v-1-3 .section-item img {
    width: 64px;
    height: 64px;
    color: var(--accent-color);
    margin-right: 20px;
    line-height: 0;
}


#section-240604-1211-v-1-3 .btn-content img {
    width: 32px;
    height: 32px;
}

#section-240604-1211-v-1-3 .btn-content a {
    background-color: var(--color-1);
    color: var(--color-3);
    padding: 10px 15px 10px 15px;
    border-radius: 15px;
    margin-left: 10px;
    display: inline-grid;
    width: auto;
    text-align: center;
}

#section-240604-1211-v-1-3 .btn-content a:hover {
    background-color: var(--color-3);
    border: 2px solid var(--color-1);
    color: var(--color-1);
    font-weight: 600;
}

.section-240604-1211-v-1-3 .section-item p {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin: 0;
}

.section-240604-1211-v-1-3 .row{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.section-240604-1211-v-1-3 .col-left {
    background: #3957bd;
    display: grid;
    padding: 60px;
    height: auto;
    justify-content: left;
    align-items: center;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 0px;
}

.section-240604-1211-v-1-3 .col-left .section-header {
    text-align: start;
    padding: 0;
}

.section-240604-1211-v-1-3 .col-left .section-header span {
    font-size: 1.5rem;
    color: var(--color-3);
    font-weight: 700;
}

.section-240604-1211-v-1-3 .col-left .section-header h2 {
    font-size: 2rem;
    font-weight: 500;
}

.section-240604-1211-v-1-3 .col-right {
    background: #fbf5e7;
    padding: 30px 30px 0px 30px;
    height: auto;
    display: flow;
}

.section-240604-1211-v-1-3 .col-right h2 {
    font-size: 2.7rem;
    color: black;
    font-weight: 600;
}

.section-240604-1211-v-1-3 .col-right img {
    display: flex;
    float: right;
}


.section-240604-1211-v-1-3 .btn-submit {
    background-color: var(--color-3);
    color: var(--color-2);
    padding: 15px 30px 15px 30px;
    border-radius: 45px;
    max-width: 290px;
}

.section-240604-1211-v-1-3 .btn-submit:hover {
    background-color: transparent;
    border: 2px solid var(--color-3);
    color: var(--color-3);
}

@media(max-width:768px) {
    .section-240604-1211-v-1-3 {
        background: url('../img/banners/banner-quinto-andar-mobile.webp');
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        height: 100vh;
        display: flex;
        align-items: center;
    }
    .section-240604-1211-v-1-3 .col-left {
        background: linear-gradient(45deg, #3957bd, #3957bdfa);
        display: grid;
        margin-top: 24vh;
        height: auto;
        justify-content: left;
        align-items: center;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 60px;
    }
    #section-240604-1211-v-1-3 {
        padding: 0px;
    }

    .section-240604-1211-v-1-3 .col-left .section-header h2 {
        font-size: 1.7rem;
    }

    .section-240604-1211-v-1-3 .col-left {
        padding: 60px 0px 60px 30px;
    }

    .section-240604-1211-v-1-3 .col-right h2 {
        font-size: 1.7rem;
    }

    .section-240604-1211-v-1-3 .col-right {
        padding: 30px 30px 30px 30px;
    }
}




/* **************************************** */
/* Footer */
/* **************************************** */
#footer {
    background: var(--color-4);
}


#footer #abrir-gps {
    width: auto;
}

#footer #abrir-gps:hover {
    background: var(--color-3);
    border: 2px solid var(--color-2);
}


#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #f9f9f9;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-2);
}

#footer .footer-top .footer-contact p {
    margin-bottom: 0;
    margin-top: 20px;
}


#footer .footer-top h4 {
    font-weight: bold;
    color: var(--color-2);
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: var(--color-2);
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: var(--color-2);
    font-weight: 500;
}

#footer .footer-top .social-links a {
    display: inline-block;
    color: #fff;
    margin-right: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

#footer .copyright {
    float: left;
}

#footer .credits {
    float: right;
}

#footer .credits a {
    transition: 0.3s;
}

/* **************************************** */
/* Fim de Footer */
/* **************************************** */