/*
Theme Name: Morada Theme
Author: Daniela Ponciano e Natalia Pedroso
Author URI: http://www.nataliapedroso.com.br
Description: Tema feito para Morada.ai
Version: 1.0
Tags: Responsive, Flexbox

*/
:root {
    /* Fonts */
    --ff-main: "neulis-neue", sans-serif;
    /* Defaults */
    --base-boxshadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    --base-transition: 0.3s ease-in-out;
    --base-areapadding: 2rem 5rem;
    /* Colours */
    --color-black: #404040;
    --color-gray: #7A8498;
    --color-opacity-gray: rgba(56, 56, 77, .1);
    --color-light-gray: #F2F2F2;
    --color-bg-gray: #f7f7f7;
    --color-white: #FCFCFC;
    --color-royal: #0074FF;
    --color-bright-teal: #00FFE0;
    --color-cyan: #00CFFF;
    --color-navy: #00203C;
    /* Gradients */
    --gradient-all: linear-gradient(90deg,#2aa3e6 0%, #67e0c6 25%, #7f67c8 50%, #8f77bd 75%, #ffed6b 100%);
    --gradient-hero-home: linear-gradient(180deg, #0074FF 20%, #00DCC1 70%);
    --gradient-hero-inner: radial-gradient(135.9% 97.21% at 50% 97.21%, rgba(255, 255, 255, 0) 34.04%, #01FBE2 56.25%, #0073FF 98.08%);
}

html {
    background-color: var(--color-white);
}

body {
    font-family: var(--ff-main);
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-black);
    background-color: var(--color-white);
    height: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: var(--base-transition);
}

a:hover, a:focus {
    color: inherit;
    opacity: 0.5;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--ff-title);
}

.custom-edit-button {
    position: fixed;
    right: 47%;
    left: 45%;
    bottom: 1rem;
    background-color: var(--color-white);
    color: var(--color-black);
    border-radius: 3rem;
    height: 3rem;
    width: 3rem;
    text-indent: -999999px;
    background-image: url(./images/edit.svg);
    background-size: 1.6rem;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000;
}

.hiddenBox {
    display: none;
}

/* =========================================== Base  =============== */
.botaoBase, .hs-button {
    border-radius: 0.6rem;
    padding: .6rem 1.5rem;
    background: var(--color-royal);
    font-size: .9rem;
    transition: all .5s ease-in-out;
    background-size: 300% 100%;
    color: #fff;
    overflow: hidden;
    display: flex;
    position: relative;
}

.botaoBase:before, .hs-button:before {
    content: "";
    position: absolute;
    top: -30px;
    left: -80px;
    height: 100px;
    width: 70px;
    background: rgba(255, 255, 255, .3);
    transform: rotate(20deg);
}

.botaoBase:hover:before, .hs-button:hover:before {
    left: 110%;
    transition: all .5s;
}

.botaoNavy {
    background: var(--color-navy);
	border: 1px solid var(--color-navy);
}

.botaoEntrar {
    border:1px solid white;
}
.botaoEntrar:hover {
    border: 1px solid #01C5AD;
}
@media (min-width:768px){
	.botaoEntrar {
	margin-left:-2rem;
	}
}

.botaoTrabalhe {
    background: #01C5AD;
}

.botaoBase:hover {
    opacity: 1;
    color: #fff;
}

.menu-item.botaoBase {
    padding: 0;
}

.menu-item.botaoBase > a {
    padding: .6rem 1.5rem;
}

.welcomeBar {
    padding: .5rem;
    font-size: .75rem;
    text-rendering: geometricPrecision;
}

.MainNavSite {
    position: relative;
    z-index: 10;
}

/* =========================================== Page  =============== */
.pageContainer:before {
    content: '';
    position: absolute;
    width: 40vw;
    height: 50vh;
    filter: blur(35px);
    background-image: url(./images/detail-right-cyan.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: -5vh;
    right: -10vw;
    z-index: 0;
}

.pageContainer {
    position: relative;
    overflow: hidden;
}

.pageContainer:after {
    content: '';
    position: absolute;
    width: 40vw;
    height: 50vh;
    filter: blur(35px);
    background-image: url(./images/detail-left-verde.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: -5vw;
    bottom: -15vh;
    z-index: 0;
}

.pageTemplate {
    margin: 0 auto;
    max-width: 1000px;
    padding: var(--base-areapadding);
    position: relative;
    z-index: 1;
}

.pageTitle h2 {
    font-size: 2.4rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-weight: 600;
    text-rendering: geometricPrecision;
}

.pageTitle, article {
    position: relative;
    z-index: 1;
}

article ul, article ol {
    padding-left: 2em;
    margin-bottom: 1rem;
}

article ul {
    list-style: disc;
}

article ol {
    list-style: decimal;
}

article em {
    font-style: italic;
}

article strong {
    font-weight: bolder;
    text-rendering: geometricPrecision;
}

article hr {
    border: 0;
    border-top: 1px solid var(--color-navy);
    margin: 1rem 0;
}

article blockquote {
    padding: 3em 2rem 1rem 2rem;
    font-size: 1.2rem;
    background-image: url(./images/quote.svg);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: 13px 15px;
}

article blockquote p:last-child {
    margin-bottom: 0
}

article a {
    color: var(--color-royal);
}

article hr {
    border-color: var(--color-opacity-gray);
}

article p {
    width: 100%;
    display: inline-block;
    margin-bottom: 1rem;
    text-rendering: geometricPrecision;
    line-height: 1.75;
}

article p:last-child {
    margin-bottom: 0;
}

article p > img.aligncenter {
    display: flex;
}

article pre {
    background-color: var(--color-bg-gray);
    font-family: monospace;
    padding: 2rem;
}

article .alignleft {
    float: left;
    padding-right: 1rem;
}

article .alignright {
    float: right;
    padding-left: 1rem;
}

article .aligncenter {
    margin: 0 auto;
    padding: 1rem;
}

article .wp-caption {
    padding: 1em;
}

article iframe {
    width: 100%;
    min-height: 400px;
}

.wp-caption-text {
    margin: 0;
    padding-top: 5px;
    font-size: .7em;
    font-style: italic;
    text-align: center;
}

article h1 {
    font-size: 2rem;
    margin: 1.5rem 0;
}

article h2 {
    font-size: 1.75rem;
    margin: 1.25rem 0;
}

article h3 {
    font-size: 1.5rem;
    margin: 1rem 0;
}

article h4 {
    font-size: 1.25rem;
    margin: 1rem 0;
}

article h5 {
    font-size: 1rem;
    margin: 0.75rem 0;
}

article h6 {
    font-size: 0.875rem;
    margin: 0.75rem 0;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
    text-rendering: geometricPrecision;
    font-weight: bolder;
}

article figcaption {
    font-style: italic;
    font-size: .8rem;
    opacity: .5;
}

article table {
    border: 1px solid var(--color-bg-gray);
    align-items: center;
}

article tr {
}

article thead th {
    background: var(--color-navy);
    color: #fff;
}

article td, article th {
    border: 1px solid var(--color-opacity-gray);
    padding: 5px;
}

@media(max-width: 991px) {
    .pageTitle h2 {
        font-size: 2rem;
        line-height: 1.5;
    }

    article {
        font-size: 15px;
    }

    article h1 {
        font-size: 1.8rem;
        margin: 1.2rem 0;
    }

    article h2 {
        font-size: 1.5rem;
        margin: 1rem 0;
    }

    article h3 {
        font-size: 1.3rem;
        margin: 0.9rem 0;
    }

    article h4 {
        font-size: 1.1rem;
        margin: 0.8rem 0;
    }

    article h5 {
        font-size: 1rem;
        margin: 0.7rem 0;
    }

    article h6 {
        font-size: 0.875rem;
        margin: 0.7rem 0;
    }
}

/* =========================================== Home  =============== */
#hero:before {
    content: '';
    position: absolute;
    width: 20vw;
    height: 30vw;
    filter: blur(30px);
    background-image: url(./images/detail-left-verde.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    transform: rotate(180deg);
    bottom: -20vh;
    z-index: 1;
    background-position: -50px;
}

#hero {
    background: var(--gradient-hero-home);
    padding: var(--base-areapadding);
    position: relative;
}

#hero:after {
    content: '';
    display: block;
    height: 15vh;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: var(--color-white);
}

.heroContent {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.textHero {
    padding-bottom: 15vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

.chamadaHero {
}

.chamadaHero h1 {
    color:#fff;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 0;
}

.chamadaHero h1 strong{
    font-weight:600;
}

.chamadaHero h3 {
    color:#fff;
    font-size: 1.25rem;
    margin-top:1.5rem;
}

.botoesHero {
    display: flex;
    gap: 1rem;
}

.imagemTel {
    max-width: 45%;
}

#solucoesHome {
    padding: var(--base-areapadding);
    position: relative;
    padding-top: 0;
}

#solucoesHome:after {
    content: '';
    position: absolute;
    width: 5rem;
    height: 30vw;
    filter: blur(10px);
    background-image: url(./images/detail-left-cyan.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.sectionTitle {
    font-size: 3rem;
    text-rendering: geometricPrecision;
    margin-bottom: 1rem;
    max-width: 50vw;
}

.sectionTitle h2 {
    line-height: 1.1;
    margin-bottom: 1rem;
}

@media (max-width:767px){
    .sectionTitle h2 {
        font-size:2rem;
    }
}

.sectionTitle b {
    font-weight: 600;
}

.sectionTitle p {
    font-size: 1.1rem;
}

ul.solucoesHomeRow {
    display: flex;
    gap: 1rem;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 5rem;
}

ul.solucoesHomeRow > li {
    max-width: 22vw;
}

.solucoesHomeRow > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blocoSolucoes a:hover {
    opacity: 1;
}

.logoSol {
    width: 55%;
    aspect-ratio: 1 / 1;
    position: relative;
    z-index: 1;
    perspective: 1000px;
    overflow: hidden;
    margin-bottom: -2rem;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.blocoSolucoes:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.frontCard, .backCard {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20rem;
}

.frontCard {
}

.backCard {
    color: white;
    transform: rotateY(180deg);
}

.backCard span {
    background-color: rgb(0 0 0 / 15%);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.logoSol img {
    max-width: 60%;
}

.conteudoSol {
    text-align: center;
    background: rgba(224, 242, 245, 0.5);
    backdrop-filter: blur(27.5px);
    border-radius: 15px;
    border: 3px solid rgba(224, 242, 245, 0.6);
    padding: 2rem;
    padding-top: 3rem;
    font-size: 1rem;
    text-rendering: geometricPrecision;
}

.conteudoSol h3 {
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 1rem;
}

.conteudoSol p {
    font-size: .85rem;
    margin-bottom: 1rem;
}

.conteudoSol span {
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.emNumeros {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
    text-align: center;
    margin-bottom: 3rem;
}

.emNumerosContent {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 2rem;
    text-align: center;
}

.blocoEmNumeros {
    aspect-ratio: 4 / 3;
    width: 13vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: rgba(56, 56, 77, 0.1);
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
}

.blocoEmNumeros h3 {
    font-weight: 600;
    font-size: 3.3rem;
    color: var(--color-royal);
    line-height: 1;
}

.blocoEmNumeros p {
    font-size: 0.9rem;
    line-height: 1.25;
}

#desafiosHome {
    background-image: url(./images/bgDesafios.png);
    padding: var(--base-areapadding);
    text-align: center;
    background-size: cover;
    background-color: #173c6b;
}

.swiper-container {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.blocoSlider {
    display: flex;
    align-items: center;
    background: rgba(212, 212, 212, 0.1);
    backdrop-filter: blur(17.5px);
    border-radius: 15px;
    border: 3px solid rgba(212, 212, 212, 0.2);
    color: #fff;
    padding: 4rem;
    max-width: 500px;
    margin: 4rem auto;
}

.blocoSlider h2 {
    font-size: 2rem;
    text-rendering: geometricPrecision;
}

.blocoSlider h2 b {
    font-weight: 600;
}

.navSlider {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next, .swiper-button-next, .swiper-button-prev {
    position: relative;
    height: auto;
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    margin: 0px 4px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    width: auto;
    bottom: 2px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
}

.swiper-pagination-bullet-active {
    background: var(--color-royal);
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: '⏴';
    font-size: 18px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '⏵';
    font-size: 18px;
}

.swiper-button-disabled {
    color: #000;
    opacity: .2;
}

.swiper-button-next, .swiper-button-prev {
    transition: var(--base-transition);
}

.chamadaDes {
    padding: 2rem;
    color: #fff;
    font-size: 2rem;
    text-rendering: geometricPrecision;
}

.chamadaDes h3 {
    color: var(--color-bright-teal);
    font-weight: bold;
}

.iframeCrieSuaMia iframe {
    max-width: 90%;
    min-width: 50vw;
    min-height: 70vh;
}

.featherlight.crieBox {
    background: rgba(0, 32, 60, .8);
}

.crieBox .featherlight-content {
    background: transparent;
}

.crieBox button.featherlight-close-icon.featherlight-close {
    background: transparent;
    color: #fff
}

#empresasqueconfiam {
    padding: var(--base-areapadding);
    position: relative;
    margin-top: 4rem;
}

.empresasTitle {
    display: flex;
}

.empresasTitle .seloDestaque {
    width: 150px;
    align-self: center;
    padding: 1rem;
}

#empresasHomeSlider {
    margin-top: 5rem;
    max-width: 1100px;
    margin: 5rem auto;
}

#empresasHomeSlider .swiper-wrapper {
    align-items: center;
}

.blocoEmpresas {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 1rem;
    padding: 2rem;
    box-sizing: border-box;
}

.blocoEmpresas span {
    display: block;
    width: 100%;
    min-height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#empresasHomeSlider.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    border-radius: 1rem;
}

#empresasHomeSlider.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    border-radius: 1rem;
}

#empresasHomeSlider .swiper-slide-active .blocoEmpresas {
    background: transparent;
}

#empresasHomeSlider .navSlider {
    margin-top: 2rem;
}

#comoFunciona {
    background-image: url(./images/bgComo.png);
    background-size: cover;
    background-color: var(--color-royal);
    color: #fff;
    padding: var(--base-areapadding);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.comoFuncionTitle {
    margin-top: 3rem;
    text-align: center;
    margin-bottom: 3rem;
}

.listaComoFunciona {
    margin-bottom: 3rem;
    width: 100%;
}

.listaComoFunciona ul {
    display: flex;
    gap: 1rem;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.listaComoFunciona ul > li {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(224, 242, 245, 0.4);
    backdrop-filter: blur(27.5px);
    border-radius: 15px;
    border: 3px solid rgba(224, 242, 245, 0.65);
    padding: 2rem;
    font-size: 1rem;
    text-rendering: geometricPrecision;
    flex: 1;
    max-width: 13vw;
}

.blcoComoFunciona {
}

.iconeComoFunciona img {
    max-width: 100px;
    max-height: 100px;
}

#integracoesInteligentes {
    background-color: var(--color-bg-gray);
    padding: var(--base-areapadding);
    background-image: url(./images/bgIcon.svg);
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}

.listaPlataformasTitle {
    margin-top: 3rem;
}

.listaPlataformasTitle h2 {
}

.listaPlataformasTitle p, .popUpOutrasIntegracoes {
    color: var(--color-gray);
}

.integracoesEmpresas {
    margin: 3rem 0;
}

.integracoesEmpresas ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.integracoesEmpresas li {
    width: calc(16% - 2rem);
    background-color: #eee;
    aspect-ratio: 3 / 1.7;
    border-radius: .5rem;
    overflow: hidden;
    padding: .5rem;
    box-sizing: border-box;
}

.integracaoLogo {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.integracoesEmpresas li a {
    display: block;
    height: 100%;
    width: 100%;
}

.integracoesEmpresas li a:hover {
    opacity: 1;
    transform: scale(1.1)
}

.popUpOutrasIntegracoes a {
    text-decoration: underline;
}

.popUpOutrasIntegracoes {
    margin-bottom: 3rem;
}

.artigoInte {
    background-color: var(--color-bg-gray);
    width: 800px;
    padding: 2rem;
    background-image: url(./images/bgIcon.svg);
    background-position: right top;
    background-size: 50%;
    background-repeat: no-repeat;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.artigoInte h2 {
    margin-top: 0;
}

#depoimentosClientes {
    background-image: url(./images/bgDepo.png);
    background-color: #0078C7;
    padding: var(--base-areapadding);
    text-align: center;
    background-size: cover;
}

.clientesTituloHome {
    color: #fff;
    text-align: center;
}

.clientesTituloHome .sectionTitle {
    margin: 2rem auto;
}

#clientesHomeSlider .swiper-wrapper {justify-content: stretch;align-items: stretch;}
#clientesHomeSlider .swiper-slide {
    height: auto;
    align-self: stretch;
}
#clientesHomeSlider {
    max-width: 1100px;
    margin: 4rem auto 2rem auto;
}

.blocoDepoimento {
    background: rgba(224, 242, 245, 0.4);
    backdrop-filter: blur(27.5px);
    border-radius: 15px;
    border: 3px solid rgba(224, 242, 245, 0.65);
    padding: 4rem;
    position: relative;
    height: auto;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.depo {
    color: #fff;
    font-size: 1.3rem;
    text-rendering: geometricPrecision;
    margin-bottom: 1rem;
}

.depo:before {
    content: '';
    display: block;
    position: absolute;
    right: 2vw;
    top: 2vw;
    width: 80px;
    height: 71px;
    background-image: url(./images/quote.svg);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.autorDepo {
}

#clientesHomeSlider .navSlider {
    margin-top: 3rem;
    margin-bottom: 0;
}

@media(max-width: 767px) {
    .heroContent {
        flex-direction:column;
    }

    .chamadaHero h1 {
        font-size: 2.3rem;
    }

    .chamadaHero h3 {
    }

    .textHero {
        padding-bottom: 2rem;
    }

    .imagemTel {
        max-width: 100%;
    }

    #solucoesHome {
        padding: var(--base-areapadding);
    }

    .sectionTitle {
        font-size: 2.5rem;
        line-height: 1.25;
        max-width: 100%;
    }

    .sectionTitle b {
        font-weight: 600;
    }

    .sectionTitle p {
        margin-top: 1rem;
        font-size: 1rem;
        line-height: 1.5;
    }

    ul.solucoesHomeRow > li {
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .blocoEmNumeros {
        width: 30vw;
    }

    .blocoEmNumeros h3 {
        font-size: 3rem;
    }

    .blocoEmNumeros p {
        font-size: .8reml
    }

    .blocoSlider {
        padding: 1.5rem;
        margin: 1.5rem;
    }

    .blocoSlider h2 {
        font-size: 1.25rem;
        line-height: 1.25
    }

    .chamadaDes {
        padding: 2rem 0 0 0;
        font-size: 1.5rem;
    }

    .emNumerosContent,.botoesEmNumeros {
        margin-bottom: 2rem;
    }

    .empresasTitle {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: start;
    }

    .empresasTitle .seloDestaque {
        width: 100px;
        align-self: auto;
    }

    #empresasHomeSlider {
        margin: 3rem -2rem;
    }

    .comoFuncionTitle {
        margin-bottom: 1rem;
    }

    .listaComoFunciona ul {
        flex-direction: column;
    }

    .listaComoFunciona ul > li {
        flex-direction: row;
        max-width: max-content;
    }

    .integracoesInteligentes, .listaPlataformasTitle {
        margin: 0;
    }

    .integracoesEmpresas li {
        width: calc(50% - 1rem);
    }

    .artigoInte {
        max-width: 100%;
        width: 90%;
        margin: 0 auto;
    }

    .blocoDepoimento {
        padding: 2rem;
    }
}

/* =========================================== Sobre =============== */
.heroSobre {
    background: var(--gradient-hero-inner);
    padding: var(--base-areapadding);
}

.innerHeroSobre {
    max-width: 800px;
    margin: 0rem auto;
    margin-bottom: 15rem;
    text-align: center;
}

.heroSobreTitle {
    margin: 0 auto;
    color: #fff;
}

.heroSobreTitle .sectionTitle {
    margin: 2rem auto;
}

.heroSobreTitle .sectionTitle b {
    display: block;
}

.heroSobre article {
    font-size: 1.15rem;
    margin-bottom: 2rem;
}

.botoesSobreHero {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}

#sobreHistoria {
    margin-top: -4rem;
}

.contentHistoria {
    padding: var(--base-areapadding);
}

.conteudoNossaHistoria {
    max-width: 60vw;
    text-align: justify;
    margin-bottom: 3rem;
}

#timeline {
    background-color: #0073FF;
    background: linear-gradient(180deg, #3269AB 0%, #0073FF 100%);
    padding: var(--base-areapadding);
    text-align: center;
    background-size: cover;
    position: relative;
}

#timeline:after {
    content: '';
    background-image: url(./images/icon-outline.svg);
    height: 90%;
    width: 450px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 160%;
    opacity: .1;
}

.timelineInner {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 5rem;
    align-items: center;
    box-sizing: border-box;
    padding: 2rem;
}

.tituloTimeline {
    flex: 1;
    min-width: 40%;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.25;
    text-rendering: geometricprecision;
    text-transform: uppercase;
    font-weight: 400;
}

.tituloTimeline h2 b {
    font-weight: 600;
    display: block;
    color: var(--color-bright-teal)
}

#timelineContent {
    height: 50vh;
    position: relative;
    padding-left: 3rem;
}

#timelineContent .swiper-slide {
    box-sizing: border-box;
    align-items: center;
    display: flex;
}

.blocoTimeline {
    background: rgba(224, 242, 245, 0.2);
    backdrop-filter: blur(27.5px);
    border-radius: 15px;
    border: 2px solid rgba(224, 242, 245, 0.45);
    min-height: 50%;
    text-align: left;
    padding: 1rem;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.blocoTimeline h3 {
    font-weight: bold;
    font-size: 1.75rem;
}

.blocoTimeline p {
    text-transform: uppercase;
    font-size: .9rem;
}

#timelineContent .swiper-pagination-bullet-active {
    background: var(--color-bright-teal);
}

.navVert {
    position: absolute;
    left: 1rem;
    top: 0%;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    transform: none;
}

.navVert .swiper-button-prev:after {
    transform: rotate(90deg);
}

.navVert .swiper-button-next:after {
    transform: rotate(90deg);
}

.navVert .swiper-button-next, .navVert .swiper-button-prev {
    color: var(--color-bright-teal)
}

.navVert .swiper-button-disabled {
    color: #000;
}

#equipe {
    background-color: #feffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-image: url(./images/bgEquipe.png);
    min-height: 60vh;
}

.equipeInner {
    text-align: center;
}

.equipeTitle {
    padding: 5rem;
}

.equipeTitle .sectionTitle {
    max-width: 100%;
}

.culturaTitle b, .equipeTitle b {
    color: var(--color-royal);
}

.blocoTeam {
    text-align: center;
    padding: 1rem;
}

.membroFoto {
    margin-bottom: 1rem;
}

.membroFoto span {
    display: block;
    height: 300px;
    border-radius: 2rem;
    background-position: center;
    background-size: cover;
    background-color: rgb(255 255 255 / 20%);
    backdrop-filter: blur(10px);
}

.blocoTeam h3 {
    font-weight: bold;
    font-size: 1.4rem;
    text-rendering: geometricprecision
}

.blocoTeam p {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.equipeSliderInner {
    padding-bottom: 4rem;
}

#sliderEquipe .navSlider {
    margin-top: 2rem;
}

.culturaTitle h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
}

#cultura {
    padding: var(--base-areapadding);
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.culturaInner {
    padding: 2rem 0;
    position: relative;
    z-index: 1;
}

.culturaTitle .sectionTitle {
    max-width: 90%;
    text-align: center;
    margin: 0 auto 4rem auto;
}

.blocosCultura {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.blocosCultura li {
    flex: 1;
    background: var(--color-bright-teal);
    padding: 2rem;
    border-radius: 2rem;
}

.blocosCultura li h3 {
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 3rem;
    text-rendering: geometricPrecision;
}

.blocosCultura li p {
    line-height: 1.75;
}

.blocosValores {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.blocosValores li {
    flex: 1;
    background: var(--color-light-gray);
    padding: 2rem;
    border-radius: 2rem;
}

.blocosValores li h3 {
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: .2px;
    margin-bottom: 2rem;
    text-align: center;
    color: var(--color-royal);
    text-rendering: geometricPrecision;
}

.blocosValores li p {
    margin-bottom: 1.75rem;
}

.blocosValores li p:last-child {
    margin-bottom: 0;
}

#cultura:after {
    content: '';
    position: absolute;
    width: 22rem;
    height: 30rem;
    filter: blur(35px);
    background-image: url(./images/detail-left-verde.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: -11rem;
    bottom: 0rem;
}

.trabalheArea {
    background-color: var(--color-bg-gray);
    background-image: url(./images/bgTrabalhe.svg);
    padding: var(--base-areapadding);
    display: flex;
    align-items: center;
    min-height: 70vh;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}

.innerTrabalheArea {
    max-width: 50vw;
    margin: 3rem 0;
}

.heroTrabalhe {
}

.trabalheArea article {
    margin: 3rem 0;
}

.trabalheArea .botoesSobreHero {
    justify-content: flex-start;
}

body.page-template-template-Sobre > section {
    overflow: hidden;
}

@media(max-width: 767px) {
    .innerHeroSobre {
        margin-bottom: 5rem;
    }

    .heroSobreTitle .sectionTitle h2 {
        font-size: 2rem
    }

    .heroSobreTitle .sectionTitle b {
        display: inline-block;
    }

    .heroSobre article {
        font-size: 1rem;
    }

    .conteudoNossaHistoria {
        max-width: 100%;
    }

    .timelineInner {
        flex-direction: column;
        padding: 0;
        gap: 1rem;
    }

    .tituloTimeline {
        font-size: 2rem;
    }

    #timelineContent {
        margin-left: -2rem;
    }


    .equipeInner {
    }

    .equipeTitle {
        padding: 4rem 2rem;
    }

    .equipeTitle h2 {
        font-size: 2rem;
    }

    .blocosCultura, .blocosValores {
        flex-direction: column;
    }

    .blocosCultura li, .blocosValores li {
        flex: auto;
    }

    .innerTrabalheArea {
        max-width: 100%;
    }
}

/* =========================================== Blog Page  =============== */
.heroBlog {
    background: rgba(9, 29, 69, 1);
}

.blocoBlog {
    width: 100vw;
    height: 80vh;
    background: var(--gradient-hero-inner);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.innerBlocoBlog {
    background: rgba(9, 29, 69, 0.6);
    backdrop-filter: blur(7px);
    display: flex;
    padding: 2rem;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}

.innerBlocoBlog:hover {
    opacity: 1;
    background: rgba(9, 29, 69, 0.8);
    transform: scale(1.05);
    color: #fff;
}

.innerBlocoBlog h2 {
    font-size: 3rem;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.25;
}

.innerBlocoBlog p {
    margin: 1rem auto 3rem;
}

.innerBlocoBlog span {
}

#heroBlogSwiper .navSlider {
    position: absolute;
    bottom: 1rem;
    right: 0;
    left: 0;
}

.noPost {
    padding: var(--base-areapadding);
    text-align: center;
}

.noPost .sectionTitle {
    margin: 7rem auto;
    max-width: 500px;
}

.blogListing {
    position: relative;
}

.blogListing:after {
    content: '';
    position: absolute;
    width: 40vw;
    height: 50vh;
    filter: blur(35px);
    background-image: url(./images/detail-left-verde.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: -5vw;
    bottom: -15vh;
    z-index: 0;
}

.innerBlog {
    position: relative;
    z-index: 1;
    padding: var(--base-areapadding);
}
.innerBlog .sectionTitle{
    max-width:100%;
    margin-top:2rem;
}

.blogPosts {
    margin-top: 3rem;
    display: flex;
    gap: 3rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.blogPosts > li {
    width: calc(32% - 2rem);
}

.blogPosts > li a {
    background-color: #F3FAFB;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 2rem;
    padding: 1rem;
    height: 100%;
    justify-content: space-between;
    box-sizing: border-box;
}

.blogPosts > li a:hover {
    opacity: 1;
    transform: scale(1.05);
    background-color: #e4f3f5;
}

.imagemBlocoPost {
    min-height: 200px;
    border-radius: 1rem;
    background-size: cover;
    aspect-ratio: 1.5 / 1;
}

.imagemBlocoPost.Placeholder {
    background-color: rgb(107 230 209 / 40%);
    background-image: url(./images/icon-outline.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}

.catPicArea {
    position: relative;
}

.listaCategoriaPosts {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: .5rem;
    width: 100%;
    padding: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.listaCategoriaPosts > li {
    background: var(--color-navy);
    color: var(--color-bg-gray);
    font-size: .8rem;
    padding: 2px 10px;
    border-radius: 2rem;
}
.listaCategoriaPosts > li.listaBlog-evento{
    background-color:var(--color-cyan);
}
.listaCategoriaPosts > li.listaBlog-material-rico{
    background-color:var(--color-royal);
}
.listaCategoriaPosts > li.listaBlog-Post{
    background-color:var(--color-navy);
}

.listaCategoriaPosts span {
}

.textoBlocoPost {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.postBlocoTitle {
    text-rendering: geometricPrecision;
    padding-bottom: 1rem;
}

.postBlocoTitle h3 {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.25;
    margin-bottom: 1.5rem;
}

.postBlocoTitle p {
    font-size: .9rem;
}

.postBlocoButton {
    font-weight: 500;
}
.postBlocoButton i{
    transform: rotate(-45deg);
    font-size: .85rem;
}
.innerBlog > nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 1rem;
    gap: 1rem;
}

.page-numbers {
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    border-radius: 2rem;
    transition: var(--base-transition);
}

.page-numbers.current {
    background: var(--color-royal);
    color: #fff;
}

a.page-numbers:hover {
    opacity: 1;
    background-color: #f3fafb;
}

@media(max-width: 767px) {
    .blocoBlog {
        height: 60vh;
    }

    .innerBlocoBlog h2 {
        font-size: 2rem;
        color: #fff
    }

    .blogPosts {
        flex-direction: column;
    }

    .blogPosts >li {
        width: 100%;
    }

    .imagemBlocoPost {
        width: 100%;
        min-width: auto;
    }
}

/* =========================================== Blog Single  =============== */
.singleContent {
    position: relative;
    max-width: 1000px;
    margin: 0rem auto;
    box-sizing: border-box;
    z-index: 2;
}

.imagemDestacadaSingle {
    border-radius: 2rem;
    /* max-height: 60vh; */
    margin: 0 auto;
    margin-top: 5rem;
}

.singleChamada {
    padding: 3rem 0;
    color: var(--color-navy);
}

.singleChamada h2 {
    font-size: 2.75rem;
    line-height: 1.25;
    color:#0074FF;
}

.singleChamada span {
    font-weight: 600;
    text-rendering: geometricPrecision;
    margin-top: 1rem;
    display: block;
}

.singleContent article {
    color: var(--color-navy);
}

.catSingleArea {
    margin: 3rem 0;
    box-sizing: border-box;
    padding: 1rem;
    background: var(--color-bg-gray);
    border-radius: 1rem;
}

.catSingleArea h4 {
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 0.5px;
    margin-bottom: .5rem;
    color: var(--color-navy);
}

.catSingleArea .listaCategoriaPosts {
    position: relative;
    padding: 0;
}

.navigationSingle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.navigationSingle a {
    color: var(--color-navy);
    font-weight: 500;
}

@media(max-width: 767px) {
    .singleContent {
        padding:0 2rem;
    }

    .singleChamada h2 {
        font-size: 2rem;
    }
}

/* =========================================== SoluÃ§Ãµes  =============== */
body.page-template-template-Solucoes {
    background: #fff;
}

.innerHeroSol {
    max-width: 900px;
}

.heroSolucoesTitle .sectionTitle {
    max-width: 60vw;
}

.heroSolucoesTitle .sectionTitle b {
    display: inline-block;
}

#agentes {
    padding: var(--base-areapadding);
    padding-top: 0;
    margin-top: -5rem;
    position: relative;
    overflow: hidden;
}

#agentes:after {
    content: '';
    position: absolute;
    width: 360px;
    height: 300px;
    filter: blur(40px);
    background-image: url(./images/detail-left-verde.svg);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    right: -4rem;
    z-index: 0;
    transform: rotate(180deg);
}

.innerAgentes {
    padding-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.tituloAgentes {
    text-rendering: geometricPrecision;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 6rem;
    padding-top: 2rem;
}

.tituloAgentes b {
    font-weight: 600;
    color: var(--color-royal);
}

.agentesList {
    display: flex;
    gap: 5rem;
    flex-direction: column;
    max-width: 900px;
    margin: 0 auto;
}

.blocoSolucoesInner a {
    display: flex;
    align-items: center;
}
.blocoSolucoesInner a:hover{
    opacity:1;
}

.bolaSolu {
    flex: 1;
    aspect-ratio: 1 / 1;
    position: relative;
    z-index: 1;
    border-radius: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    box-sizing: border-box;
    margin-right: -2rem;
}

.bolaSolu img {
    min-width: 150px;
}

.blocoSolucoesInner .conteudoSol {
    padding: 2rem 2rem 2rem 5rem;
    border: none;
    text-align: left;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.blocoSolucoesInner .conteudoSol p {
    font-size: .95rem;
    line-height: 1.5;
    color: var(--color-black);
}

.botaoFake {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
}

.entrega {
}

.innerEntregas {
    /* padding: var(--base-areapadding); */
}

.entregasTitle {
    text-align: center;
    margin: 2rem auto 4rem auto;
}

.entregasTitle .sectionTitle {
    max-width: 1000px;
    margin: 0 auto;
}

.entregasTitle .sectionTitle h2 {
    line-height: 1.4;
    margin-bottom: 2rem;
}

.entregasTitle .sectionTitle p {
    max-width: 50vw;
    margin: 0 auto;
}

.simulacaoTelefone {
    padding: 2rem 10vw;
    background-image: url(./images/bgSolucoesPage.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.imagemTelefoneTela {
    display: block;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.blocoSimulacao {
    display: flex;
    gap: 4rem;
    padding: 2rem 1rem;
    align-items: center;
}

.blocoSimulacao > * {
    width: calc(50% - 2rem);
}

.phoneContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.telefone {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 300px;
}

.videoBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scale(.868);
}

.videoBg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    box-sizing: border-box;
}

.frameImage {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    display: block;
}

.detailIconeEsq, .detailIconeDir {
    position: relative;
    z-index: 5;
    padding: 1.2vw;
    box-sizing: border-box;
    border-radius: 1rem;
    aspect-ratio: 1 / 1;
}

.detailIconeEsq {
    left: 2.5vw;
    align-self: flex-start;
    margin-top: 20%;
}

.detailIconeEsq img {
    width: 2.5vw;
/*     min-width: 60px; */
}

.detailIconeDir {
    right: 2.5vw;
    align-self: flex-end;
    margin-bottom: 20%;
}

.detailIconeDir img {
    width: 4vw;
/*     min-width: 70px; */
}

.blocoSimulacao.rowPar {
    flex-direction: row-reverse;
}

.detailIconeEsq.rowPar {
    left: 2vw;
    align-self: flex-end;
    margin-bottom: 20%;
}

.detailIconeDir.rowPar {
    right: 2vw;
    align-self: flex-start;
    margin-top: 20%;
}

.detailIconeEsq.rowPar img {
    min-width: 20px;
    max-width: 30px;
}

.detailIconeDir.rowPar img {
    min-width: 50px;
    max-width: 20px;
}

ul.listaTopicos {
    box-sizing: border-box;
    padding: 2rem;
    background: rgba(224, 242, 245, 0.4);
    backdrop-filter: blur(27.5px);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-left: 3rem;
}

ul.listaTopicos li {
    padding-left: 1rem;
    position: relative;
}

ul.listaTopicos li:before {
    content: '✔';
    display: inline-block;
    position: absolute;
    left: -.5rem;
    font-size: 1.3rem;
}

ul.listaTopicos h3 {
    font-size: 1.1rem;
    font-weight: bold;
}

.telasArea {
}

.textoTelas .sectionTitle {
    max-width: 60vw;
    padding: var(--base-areapadding);
}

.textoTelas .sectionTitle b {
    color: var(--color-royal);
}

.textoTelas .sectionTitle article h1, .textoTelas .sectionTitle article h2, .textoTelas .sectionTitle article h3, .textoTelas .sectionTitle article h4, .textoTelas .sectionTitle article h5 {
    font-weight: normal;
}

.telasArea .listaLinks a {
    display: inline-block;
}

.galeriaArea {
    padding: 3rem 0;
    background-image: url(./images/bgTelas.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-bottom: 4rem;
}

#galeriaTelas .swiper-wrapper {
    align-items: center;
}

.sliderTela {
    text-align: center;
}

.imagemSlideTela {
    margin: 0 auto;
    padding:0 2rem;
    box-sizing:border-box;
    max-height: 600px;
}

.galeriaArea .navSlider {
    margin-top: 3rem;
}

.recursArea {
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
}

.recursArea:before {
    content: '';
    position: absolute;
    width: 40vw;
    height: 50vh;
    filter: blur(35px);
    background-image: url(./images/detail-left-verde.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: -8vw;
    bottom: 0;
    top: 10%;
    z-index: 0;
}

.recursArea:after {
    content: '';
    position: absolute;
    width: 20vw;
    height: 50vh;
    filter: blur(35px);
    background-image: url(./images/detail-right-navy.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    right: -16vw;
    bottom: 0;
    top: 15%;
    z-index: 0;
}

.recursosDasTitulos {
    text-align: center;
    margin: 5rem auto;
    max-width: 80vw;
}

.recursosDasTitulos h2 {
    font-size: 2rem;
}

.recursosDasTitulos b {
    color: var(--color-royal);
}

#sliderRecursosInner {
    position: relative;
    z-index: 2
}

#sliderRecursosInner .swiper-wrapper {
    align-items: stretch;
    justify-content: center;
}

#sliderRecursosInner .swiper-slide {
}

.blocoRecursoInner {
    box-sizing: border-box;
    background: rgba(224, 242, 245, 0.4);
    backdrop-filter: blur(27.5px);
    border-radius: 1rem;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    padding: 1.5rem;
    height: 100%;
    min-height:235px;
    margin: 1.5rem;
    justify-content: space-between;
}

.blocoRecursoInner span {
    display: block;
    aspect-ratio: 1 / 1;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.blocoRecursoInner h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.25;
}

.blocoRecursoInner p {
    margin-top: 5px;
    font-size: .9rem;
}

#integracoesInteligentesInner {
    background-color: #005AC8;
    padding: var(--base-areapadding);
    color: #fff;
    position: relative;
    z-index: 0;
    text-align: center;
}

#integracoesInteligentesInner:after {
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(./images/bgIcon.svg);
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    opacity: .1;
}

#integracoesInteligentesInner .sectionTitle {
    max-width: 70vw;
    margin: 2rem auto;
}

#integracoesInteligentesInner .integracoesInner, #integracoesInteligentesInner .integracoesEmpresas, #integracoesInteligentesInner .popUpOutrasIntegracoes {
    position: relative;
    z-index: 1;
}

#integracoesInteligentesInner .integracoesEmpresas {
    padding: 2rem
}

#integracoesInteligentesInner .popUpOutrasIntegracoes {
    color: #fff;
    text-align: center;
    margin: 2rem auto;
}

.innerNumeros {
    max-width: 1000px;
    padding: 7rem 2rem;
    margin: 0 auto;
}

.innerNumerosTitulo.sectionTitle {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6rem;
}

.innerNumerosTitulo .sectionTitle b {
    display: block;
}

#containerSwiperNumeros {
    margin: 2rem auto;
    position: relative;
    z-index: 1;
}

#containerSwiperNumeros .navSlider {
    margin-top: 3rem;
}

.innerNumeros .blocoEmNumeros {
    background: #38384D;
    width: 100%;
    box-sizing: border-box;
    aspect-ratio: 5 / 3;
    padding: 2rem;
}

.innerNumeros .blocoEmNumeros h3 {
    font-weight: 600;
    font-size: 3.3rem;
    color: var(--color-bright-teal);
    line-height: 1;
}

.innerNumeros .blocoEmNumeros p {
    color: #fff;
}

@media(max-width: 991px) {
    .blocoSimulacao {
        flex-direction:column;
    }

    .blocoSimulacao.rowPar {
        flex-direction: column;
    }

    .blocoSimulacao > * {
        width: 100%;
    }
    .phoneContainer{
        margin:2rem 0;
    }

    .innerNumerosTitulo .sectionTitle b {
        display: inline-block;
    }
}

@media(min-width: 768px) and (max-width:1200px) {
    .detailIconeEsq img {
        min-width: 25px;
    }

    .detailIconeDir img {
        min-width: 30px;
    }
}

@media(max-width: 767px) {
    .heroSolucoesTitle .sectionTitle {
        max-width: 100%;
    }

    .tituloAgentes h2, .entregasTitle .sectionTitle h2 {
        font-size: 2rem;
    }

    .agentesList {
        gap: 3rem
    }

    .blocoSolucoesInner a {
        flex-direction: column;
    }

    .bolaSolu {
        max-width: 200px;
        margin: 0;
        margin-bottom: -3rem;
    }

    .blocoSolucoesInner .conteudoSol {
        padding: 2rem;
        padding-top: 5rem;
        align-items: center;
        text-align: center;
    }

    .entregasTitle .sectionTitle p {
        max-width: 100%;
    }

    .blocoSimulacao {
        padding: 1rem 0;
    }

    .detailIconeEsq, .detailIconeDir {
        padding: 1rem;
    }

    .detailIconeEsq img {
        min-width: 2rem;
    }

    .detailIconeDir img {
        min-width: 2.5rem;
    }
    .detailIconeEsq img,
    .detailIconeEsq.rowPar img{
        min-width: 2rem;
        max-width: 2rem;
    }

    .detailIconeDir img,
    .detailIconeDir.rowPar img{
        min-width: 2.5rem;
        max-width: 2.5rem;
    }

    #integracoesInteligentesInner .sectionTitle {
        margin: 2rem auto;
        max-width: 100%;
    }

    #integracoesInteligentesInner .sectionTitle h2 {
        font-size: 2rem;
    }

    #integracoesInteligentesInner .integracoesEmpresas {
        padding: 0;
    }

    .innerNumeros {
        padding: 5rem auto;
    }

    #sliderRecursosInner .swiper-wrapper {
        align-items: initial;
        justify-content: initial;
    }
    .telefone{
        transform: scale(1.3);
        max-width: 170px;
    }
    .rowPar
    .telefone{
        margin-top:4rem;
        margin-bottom: 2rem;
    }
}

/* =========================================== SoluÃ§Ãµes - Single =============== */
body.single-solucao{
    background-color: #fff;
}
body.single-solucao > section {
    overflow: hidden;
}
.heroSingSol {
    padding: var(--base-areapadding);
    position: relative;
    overflow: hidden;
}

.innerHeroSingSol {
    display: flex;
    gap: 3rem;
    padding: 3rem 0;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
}

.detalheHeroSingSol {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 0;
}

.detalheHeroSingSol svg {
    max-width: 45vw;
    filter: blur(3rem);
    position: relative;
    top: -5vw;
    right: -6vw;
}

.textHeroSingSol {
    max-width: 60vw;
}

.textHeroSingSol .sectionTitle p {
    font-weight: bold;
    font-size: 1.4rem;
    text-rendering: geometricPrecision;
}

.innerHeroSingSol .botoesEmNumeros li {
    display: inline-block;
}

.textHeroSingSol article {
    margin-bottom: 2rem;
}

.imageLogo {
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    margin: 3rem;
    border-radius: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    max-width: 16vw;
}

.vantagens .entregasTitle .sectionTitle h2 {
    font-size: 2rem;
}

.numerosSingSol {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.numerosSingSol:after {
    content: '';
    position: absolute;
    width: 40vw;
    height: 50vh;
    filter: blur(35px);
    background-image: url(./images/detail-left-verde.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: -5vw;
    bottom: -15vh;
    z-index: 0;
}
.numerosSingSol .titleNumSol,
.entregasTitle .sectionTitle{
    margin-bottom:4rem;
    max-width: 80vw;
}

.titleNumSol {
    margin: 0 auto;
    text-align: center;
}

.titleNumSol h2 {
    font-size: 2rem;
}

.titleNumSol h2 b {
    color: var(--color-royal);
}

.blocoSolSing {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: #38384D;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    box-sizing: border-box;
    aspect-ratio: 3 / 2;
}

.blocoSolSing h3 {
    color: var(--color-bright-teal);
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: .5rem;
    text-rendering: geometricPrecision;
}

.blocoSolSing p {
    color: #fff;
}

.numerosSingSol #containerSwiperNumeros .swiper-wrapper {
    justify-content: center;
}

.numerosSingSol #containerSwiperNumeros .swiper-slide {
    justify-content: center;
}
@media(max-width:767px){
    .innerHeroSingSol{
        flex-direction: column-reverse;
        padding: 1rem 0;
        gap: 0;
    }
    .textHeroSingSol{
        min-width:100%;
    }
    .imageLogo{
        max-width: 230px;
    }
    .numerosSingSol #containerSwiperNumeros .swiper-wrapper{
        justify-content: initial;
    }
    .blocoSolSing{
        box-sizing: initial;
        max-width: 70vw;
        aspect-ratio: auto;
        margin: 0 auto;
    }
    .vantagens .sectionTitle{
        padding:0 2rem;
    }
    .numerosSingSol .sectionTitle{
        padding:0 2rem;
    }
}

/* =========================================== 404  =============== */
.erro404 .singleContent {
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* =========================================== Footer =============== */
.preFooter {
    padding: 3rem 5rem 0.25rem;
    text-align: center;
    position: relative;
    /* margin-top: 5rem; */
}

@media (max-width:767px){
    .preFooter .postPostContent h3{
        margin-top:1rem;
    }
}


.verdeDetalhePrefooter {
    position: absolute;
    width: 5rem;
    height: 100%;
    filter: blur(35px);
    background-image: url(./images/detail-left-verde.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: -1rem;
    top: -5rem;
}

.postPostContent h2 {
    font-size: 3rem;
    text-rendering: geometricPrecision;
}

.postPostContent h2 b {
    font-weight: 600;
}

.postPostContent h3 {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    text-rendering: geometricPrecision;
}

footer {
    background-image: url(./images/footerBg.png);
    background-size: cover;
    padding: var(--base-areapadding);
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    flex-direction: column;
    color: var(--color-white);
    background-color: #35b3df;
    overflow: hidden;
}

.footerRow {
    display: flex;
    gap: 10rem;
    justify-content: space-between;
}

.footerRow > * {
    flex: 1;
}

.logoFooter {
    max-width: 300px;
}

.tagline {
    font-size: .7rem;
    margin-top: .3rem;
}

.menusFooter {
    display: flex;
    gap: 3rem;
}

.menusFooter ul {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    flex: 1;
}

.menusFooter ul a {
    font-weight: bold;
    text-rendering: geometricprecision;
}

.activeFooterMenu {
    color: var(--color-navy);
}

.footer_col2 {
    text-align: center;
}

.footerRow h3 {
    font-weight: 600;
    text-rendering: geometricPrecision;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

ul.listaSocial {
    display: flex;
    gap: 1rem;
}

ul.listaSocial a {
    transition: var(--base-transition);
    display: flex;
    background: var(--color-navy);
    font-size: 1.2rem;
    border-radius: 2rem;
    width: 2.2rem;
    height: 2.2rem;
    align-items: center;
    justify-content: center;
}

ul.listaSocial a:hover {
    opacity: 1;
    color: #fff;
    transform: scale(1.2);
}

.footerCopy {
    font-size: 0.8rem;
}

.footerCopy > * {
    flex: auto;
}

.termosLink {
    text-decoration: underline;
    text-align: right;
}

.termosLink:hover {
    opacity: 1;
    text-decoration: none;
}

.whatsapplink {
    background-color: #25D366;
    color: #fff;
    display: flex;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    border-radius: 2rem;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 15%);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    line-height: 1;
    z-index: 200;
}

.whatsapplink:hover {
    opacity: 1;
    transform: scale(1.1);
    color: #fff;
    text-shadow: var(--base-boxshadow);
    box-shadow: none;
}

ul.botoesFooter {
    padding-top: 2rem;
}

.botoesFooter a {
    display: inline-block;
}
section.MainNavSite {
    overflow: visible !important;
}
@media(max-width: 767px) {
    :root {
        --base-areapadding: 2rem 2rem;
    }

    .preFooter {
        padding: 2rem;
    }

    .postPostContent h2 {
        font-size: 2rem;
    }

    .postPostContent h3 {
        font-size: 1rem;
    }

    .footerRow {
        flex-direction: column;
        gap: 4rem;
    }

    .botoesFooter {
        text-align: center;
    }

    .footer_col3 {
        text-align: center;
    }

    ul.listaSocial {
        justify-content: center;
    }

    .footerCopy {
        gap: 0;
        text-align: center;
    }

    .termosLink {
        text-align: center;
    }
}

.formWrapper{
	margin: 0 auto;
    display: block;
    max-width: 700px;
    padding-bottom: 5rem;
}
.formWrapper input, 
.formWrapper select{
	border-radius: 0.6rem;
	margin-bottom: 0.75rem;
	border:transparent;
}
.formWrapper input:focus-visible,
.formWrapper select:focus-visible{
	outline:none;
}

.formWrapper input{
	padding:0.75rem;
	width: calc(100% - 1.5rem);
}
.formWrapper select{
	padding:0.75rem;
	width: 100%;
	position: relative;
	right: -4px;
}
.formWrapper label{
	text-align: left;
	display: inline-block;
	width: 100%;
	margin-bottom: 8px;
}
@media (min-width:768px){
	form#hsForm_c4f47182-c706-43aa-929e-9c0290593359 {
		display: flex
			;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field, .hs_phone.hs-phone.hs-fieldtype-phonenumber.field.hs-form-field, .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field, .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
		width: 48%;
	}
	.hs_jobtitle.hs-jobtitle.hs-fieldtype-text.field.hs-form-field, .hs_company.hs-company.hs-fieldtype-text.field.hs-form-field, .hs_tipo_da_empresa.hs-tipo_da_empresa.hs-fieldtype-select.field.hs-form-field{
		width:31%;
	}
	.hs_submit.hs-submit {
		width: 100%;
	}
}
.hs-button {
	cursor:pointer;
	border-radius: 0.6rem !important;
    background: var(--color-royal);
    font-size: .9rem;
    transition: all .5s ease-in-out;
    background-size: 300% 100%;
    color: #fff;
    overflow: hidden;
    display: flex;
    position: relative;
    width: 220px !important;
    outline: none !important;
    font-family: var(--ff-main);
    border: transparent;
    margin: 2rem auto 0;
    right: -2px;
}

.hs-button:before {
    content: "";
    position: absolute;
    top: -30px;
    left: -80px;
    height: 100px;
    width: 70px;
    background: rgba(255, 255, 255, .3);
    transform: rotate(20deg);
}
.hs-button:hover:before {
    left: 110%;
    transition: all .5s;
}
.submitted-message{
	text-align:center;
}
