/* @import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;700;800&display=swap"); */
/* @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;700&display=swap'); */
  /* @import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
/**
 * Definições de fontes
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px



 */
 :root{
    --bs-gutter-x: 1.5rem;
    --color-black:#121212;
    --color-white:#FFFFFF;
    --color-primary:#102D54;
    --color-azul-secondary:#0B1E38;
    --color-secondary:#37EE80;
    --Secundria-Green: #37EE80;
    --azul-principal: #1293EF;
    --cinza_01:#ECECEC;
    --cinza_02:#B8B8B8;
    --cinza_03:#F7F7F7;
    --cinza_04:#6D6D6D;
    --azul_05:#01365B;
    
    --font: "Heebo", sans-serif;
 }
.cinza_01{
    color:var(--cinza_01) !important;
}
.azul_05{
    color: var(--azul_05);
}
.font-light { font-weight: 400 !important; font-family: var(--font); }
.font-regular { font-weight: 400 !important; font-family: var(--font); }
.font-medium { font-weight: 500 !important; font-family: var(--font);}
.font-bold { font-weight: 700 !important; font-family:var(--font);}
.ftz-10 { font-size: 10px !important; }
.ftz-11 { font-size: 11px !important; }
.ftz-12 { font-size: 12px !important; }
.ftz-14 { font-size: 14px !important; }
.ftz-15 { font-size: 15px !important; }
.ftz-16 { font-size: 16px !important; }
.ftz-18 { font-size: 18px !important; }
.ftz-20 { font-size: 20px !important; }
.ftz-24 { font-size: 24px !important; }
.ftz-26 { font-size: 26px !important; }
.ftz-28 { font-size: 28px !important; }
.ftz-36 { font-size: 36px !important; }
.ftz-48 { font-size: 48px !important; }
.ftz-56 { font-size: 56px !important; }
.ftz-64 { font-size: 64px !important; }
h1,h2,h3,h4{
    font-weight: 700 !important; 
    font-family: var(--font);
    color:var(--color-secondary);
}
.color--azul-principal{
    color:var(--azul-principal);
}
.format-text-default .subtitle{
    font-family: var(--font);
    color: var(--azul-principal);
    font-size: 16px;
    font-weight: 400 !important;
    text-align: center;
    width: 100%;
    margin:0;
}
.format-text-default .subtitle::after,
.format-text-default .subtitle::before{
    content: '•';
    color: #121212;
}
.format-text-default .subtitle::after{
    margin-left: 10px;
}
.format-text-default .subtitle::before{
    margin-right: 10px;
}
.format-text-default .title-section{
    font-family: var(--font);
    color: var(--azul_05);
    font-size: 48px;
    font-weight: 500 !important;
    text-align: center;
    width: 100%;
}
.w-100{ width:100%; }
.h-100{ height:100%; }
.text-left{ text-align: left !important; }
.hide{display: none !important;}

.color-black{
    color:var(--color-black) !important;
}
.color-white{
    color:var(--color-white) !important;
}
.color-primary{
    color:var(--color-primary) !important;
}
.color-secondary{
    color:var(--color-secondary) !important;
}
.container-btn-green-section {
    margin-top: 30px;
    margin-bottom: 50px;
}
.container-btn-green-section .btn-green{
    width: 375px;
}

.btn-green-whatsapp{
    transition: all .3s ease-in-out;
    font-family: var(--font);
    font-weight: 700;
    color: var(--color-white);
    font-size:14px;
    display: flex;
    height: 56px;
    padding: 12px 28px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 52px;
    background: #1DAA61;
}
/*  */

.text-decoration-none { text-decoration: none; }
.text-uppercase{text-transform: uppercase;}
.text-justify{text-align: justify;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.px-0{padding-left: 0!important;padding-right: 0 !important;}
.py-0{padding-top: 0!important;padding-top: 0 !important;}
.pr-0{padding-right: 0 !important;}
.pl-0{padding-left : 0 !important;}
.ma-0{margin:0;}
.title-bread-crumb{font-size: 37px;}
.title-section{
    font-size:32px;
    font-family: var(--font);
    color:var(--color-white);
    font-weight: 700;
    text-align: center;
}
.bg-topo-page{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
a,a:hover { text-decoration: none; }
/* .container-main{
    perspective: 1px;
    transform-style: preserve-3d;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.container-paralax-content {
    position: relative;
    display: block;
    background-color: white;
    z-index: 1;
  } */
  #banner{
    /* display: flex; */
    /* flex: 1 0 auto; */
    /* position: relative; */
    /* z-index: -1; */
    /* height: 100vh; */
    /* justify-content: center; */
    /* align-items: center; */
    /* transform: translateZ(-1px) scale(2); */
    /* transform: scaleZ(-1); */
    /* background: url('https://i.imgur.com/y0Da7Pi.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-color: red; */
  }
  #container-scroll{
    position: relative;
    z-index: 5;
  }
html,
body {
font-weight: 400 !important;
 font-family: var(--font);
  font-size: 12px;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 !important;
  color: #15191d;
  scroll-behavior: smooth;
  background-color: var(--color-white);
  padding: 0;
  margin: 0;
}

#info-top {
  background-color: #15191d;
  padding-top: 15px;
  padding-bottom: 15px;
}
#info-top p {
  margin: 0;
}
.email-topo{
    margin-right: 133px;
}
.email-topo:hover{
    color: #e9eaef;
}
.rede-social-topo {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  transition: all 0.2s ease;
}
.facebook-top {
  background-image: url("../img/icn_facebook.png");
  width: 8px;
  height: 16px;
  margin-right: 18px;
}
.facebook-top:hover {
  background-image: url("../img/icn_facebook_hover.png");
}
.instagram-top {
  background-image: url("../img/icn_instagram.png");
  width: 16px;
  height: 16px;
}
.instagram-top:hover {
  background-image: url("../img/icn_instagram_hover.png");
}   
/**
 * Defs menu
 */
 header{
     width: 100%;
     position: fixed;
     top: 0;
     z-index: 10;
 }
.nav-menu {
    /* background-color: transparent; */
    /* background-color: var(--cinza_03);  */
    background-color: #FFFFFF;
    border-bottom: 1px solid var(--cinza_01);
    position: relative;
    padding:20px 0;
    transition: all .2s ease;
}
.nav-menu.bg{
    border-bottom: 1px solid var(--cinza_01);
    background: #FFFFFF;
    padding:14px 0;
}
.nav-menu .btn-green{
    max-width: 180px;
    min-width: 180px;
}
.brand-top svg {
    /* max-width: 100%; */
    max-width: 210px;
}
.brand-top svg path{
    transition: all .2s ease;
}
.brand-top:hover svg path{
    fill: var(--azul-principal);
}
#menu-topo{
    /* width: 35.5% */
    /* padding-left: 30px; */
}
.menu{
    padding: 0;
    margin: 0;
}
#menu-menu-topo li {
    list-style: none;
    /* margin-left: 22px; */
    
}
#menu-menu-topo > li> a{
    position: relative;
    overflow: hidden;
}
#menu-menu-topo a {
    color: var(--color-black);
    font-size: 14px;
    font-family: var(--font);
    font-weight: 400;
    text-transform: uppercase;
}
.btn-contato-menu{
    padding-left: 15px;
    padding-right: 15px;
    max-width: 120px;
}
.btn-whats{
    padding:5px 12px;
    transition: all .2s ease;
    border-radius: 8px;
    border: 2px solid var(--color-black);
    color:var(--color-black);
    font-weight: 700;
    font-size: 16px;
    background-color: var(--color-white);
    align-items: center;
    display: flex;
    margin-left: 20px;
    max-width: 230px;
 }
 .btn-whats span.img{
    background-image: url('../img/whats_black.png');
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s ease;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    display: inline-flex;
}
.btn-whats:hover{
    background-color: var(--color-black);
    color: var(--color-white);
}
.btn-whats:hover span.img{
     background-image: url('../img/whats_white.png');
 }
/**
* Menu mobile
*/
#menu-mobile{
    /* background-color: var(--color-white); */
    background-color: transparent;
    transition: all .2s ease-in-out;
}
#menu-mobile.active{
    /* min-height: 580px; */
    /* background: rgba(11, 30, 56, 0.90); */
    background: var(--azul_05);
    min-height: 100%;
}
#logo-menu-mobile svg path{
    fill: #FFFFFF;
}
#logo-menu-mobile {
    margin-left: 10px;
}
.bg-mobile{
    background-color: var(--azul-principal);
    height: 73px;
}
.open-menu{
    width: 30px;
    height: 20px;
    /* position: absolute;
    margin-top:10px;
    right: 25px; */
    margin-right: 10px;
    cursor: pointer;
}
.icone-menu{
    display: block;
    position: relative;
    cursor: pointer;
    top: -10px;
    left: -10px;
}
.icone-menu  .bar{
    position: relative;
    background-color: var(--color-white);
    top: 18px;
    right: -9px;
}
.icone-menu  .bar::after,
.icone-menu  .bar::before{
    content: '';
}
.icone-menu  .bar,
.icone-menu  .bar::after,
.icone-menu  .bar::before{
    width: 30px;
    height: 2px;
    border-radius: 0;
    transition: all .2s ease-in-out;
}
.icone-menu  .bar::after{
    position: absolute;
    left: 0;
    top: 7px;
    background-color: var(--color-white);
}
.icone-menu  .bar::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    background-color: var(--color-white);
}
#menu-mobile.active .icone-menu .bar{
    width: 15px;
}
#menu-mobile.active .icone-menu .bar::before{
    width: 8px;
    
}
#menu-mobile.active .icone-menu .bar::after{
    width: 30px;
}
.menu-mobile-content{
    list-style: none;
    width: 100%;
    margin:0;
    padding:0;
}
.menu-mobile-content ul{
    display: none;
}
.menu-mobile-content li:first-child{
    margin-top: 60px;
}
.menu-mobile-content li{
    text-align: left;
    margin-bottom: 24px;
    padding-left: 24px;
}
.menu-mobile-content a{
    color: var(--color-white);
    font-size: 20px;
    font-family: var(--font);
    font-weight: 700;
}
.menu-mobile-content a.email{}
.menu-mobile-content .container-telefone{
    margin-top:77px;
    margin-bottom:25px
}
.menu-mobile-content .email img,
.menu-mobile-content .telefone img{
    margin-right: 10px;
}
/**
 * Banner
 */
#banner{
    margin-top: 0;
    --frt-banner:48px;
    --img:url('../img/bg_banner.jpg');
    --height-banner:800px;
    --width-container-text:100%;
    --position-bg:center;
    min-height:808px;
    padding-top: 212px;
    padding-bottom: 100px;
}
#banner .container-text{
    /* position:absolute; */
    top:50vh;
    max-width:var(--width-container-text);
    /* width: calc(100vw - 30%); */
    width: 100%;
    margin-top:60px;
    
}

#banner .item >div {
    background-color: var(--cinza_01);
    border-radius: 10px;
    min-height: 65px;
    padding: 10px 16px;
    width: 220px;
    cursor: pointer;
}
#banner .item h6 {
    margin:0;
    padding:0;
    text-transform: uppercase;
    padding-left: 10px;
    color: var(--azul_05);
}
#banner .item .text {
    font-size: var(--frt-banner);
}
#banner .item.tab-active > div {
    background-color: var(--azul_05);
}
#banner .item.tab-active h6 {
    color: var(--cinza_01);
}
#banner .owl-nav {
	position: relative;
	top: -54px;
	width: 100%;
	display: flex !important;
	justify-content: center;
}
#banner .owl-nav .owl-prev,
#banner .owl-nav .owl-next{
    display: flex !important;
}


#banner .owl-nav .owl-prev{
    background: url('../img/icons/arrow_right.svg') center no-repeat !important;
    rotate:180deg;
    position: absolute;
    left: -43px;
}
#banner .owl-nav .owl-next{
    background:  url('../img/icons/arrow_right.svg') center no-repeat !important;
    position: absolute;
    right: -43px;
}

#servicos >.title-section{
    color:var(--azul_05);
    font-size: 48px;
    width: 100%;
}
#servicos >.subtitle{
    color:var(--color-black);
    text-align:center;
    margin-bottom: 40px;
    font-weight: 400 !important;
    width: 100%;
}
#owl-simulador,#content-tab{
    max-width: 975px;
}
/* #owl-simulador .owl-item{
    display: flex;
    justify-content: start;
} */
#content-tab {
    background-color: var(--cinza_01);
    min-height: 480px;
    margin-top:20px;
    border-radius: 10px;
}
#content-tab > div{
    display: none;
    padding: 70px 10px;
    min-height: 464px;
}
/**
 * estilo para as tabs
 */
 
.frm-simulacao h6.title{
    color:var(--azul_05);
    font-size: 14px;
    font-weight: 400 !important;
    width: 100%;
}
.frm-simulacao h6.title-destaque{
    color:var(--azul_05);
    font-size: 20px;
    font-weight: 500 !important;
    width: 100%;
    background: linear-gradient(270deg, #0E71B8 21.63%, #1293EF 73.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
    text-align: center;
}
.frm-simulacao div.text{
    color:var(--azul_05);
    font-size: 14px;
    font-weight: 500 !important;
    width: 100%;
    background: linear-gradient(270deg, #0E71B8 21.63%, #1293EF 73.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
    text-align: center;
}

.frm-simulacao .container-frm{
    max-width: 80%;
}
#tab-compra-venda .container-frm-calc,
#tab-compra-venda .container-btn-whatsapp ,
#tab-cartao-pre-pago .container-calc-cartao ,
#tab-cartao-pre-pago .container-frm-calc,
#tab-cartao-pre-pago .container-btn-whatsapp {
    max-width: 327px;
    margin:0 auto;
}
.frm-simulacao .container-input-vlr{
    border-bottom: 1px solid var(--cinza_04);
}
.frm-simulacao .container-input-vlr input {
    color: var(--cinza_04);
	font-family: var(--font);
	font-size: 20px;
	font-weight: 400 !important;
	background: transparent;
	border: none;
}
.frm-simulacao .container-input-vlr .form-control,
.frm-simulacao .container-input-vlr .btn {
    border: none;
    padding-left: 0;
}
.frm-simulacao .container-input-vlr .btn:hover,
.frm-simulacao .container-input-vlr .btn:active{
    background:none;
    border: none;
    color: var(--cinza_04);
}
.frm-simulacao .container-input-vlr .dropdown-toggle::after {
    content: url('../img/icons/arrow_select_down.svg');
    border: none !important;
}
.frm-simulacao .title-section{
    color:var(--azul_05);
    font-size: 20px;
    font-weight: 500 !important;
    width: 100%;
    margin-bottom: 24px;
}
.container-btn-whatsapp{
    margin-top: 24px;
}
.container-btn-whatsapp >p,
.local-cotacao{
    color: var(--azul_05);
    font-size: 14px;
    font-family: var(--font);
    font-weight: 400;
    width: 100%;
    text-align: center;
}
.container-btn-whatsapp >p span,
.local-cotacao span{
    font-weight: 700;
}
 .btn-whats-frm {
	/* background-color: rgb(29, 170, 97,0.80);
     */
    background: #1DAA61CC;
	width: 320px;
	border-radius: 30px;
	height: 51px;
    font-weight: 700;
    font-size: 14px;
	color: var(--cinza_01);
    transition: all .2s ease;
}
.btn-whats-frm:hover {
   background-color: #1DAA61;
}
.container-frm{
    position: relative;
}
.content-pais li{
    padding: 5px 4px;
    font-size: 14px;
    color: var(--cinza_04);
    font-weight: 400;
    font-family: var(--font);
    text-transform: uppercase;
    cursor: pointer;
}
.content-pais li img{
    margin-right: 5px;
}
.container-input-vlr .content-selected-flag img{
    margin-right: 5px;
}
.container-input-vlr .content-selected-flag span{
    text-transform: uppercase;
}
.container-input-vlr .form-control:focus{
    border:none !important;
    box-shadow: none !important;
}
.container-frm .max-width{
    position:relative;
}
.container-btn-change {
	position: absolute;
	top: -106px;
	left:100%;
	cursor: pointer;
	border: 1px solid var(--cinza_04);
	border-radius: 50%;
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
}
.btn-change{
    width: 20px;
}
.container-transferir-para .sigla{
    font-weight: 400;
    font-size: 20px;
    width: 100%;
}
.frm-simulacao  .btn-outline-secondary {
    --bs-btn-active-bg:transparent;
    --bs-btn-active-color:var(--cinza_04);
}
.container-transferir-para .dropdown-menu{
    width: 100%;
}
.reverse-fields input{
    text-align: right;
}
.table-cartao-pre{
    --bs-table-bg: transparent;
}
.table-cartao-pre td{
    font-family: var(--font);
    font-size: 12px;
    color: var(--azul_05);
}
.container-vlr-moneygram img{
    width: 25px;
    height: 24px;
}
.container-vlr-moneygram p{
    margin: 0;
}
.container-vlr-moneygram{
    background-color: #FFFFFF;
    border-radius: 50px;
    color: var(--azul_05);
    font-size: 20px;
    font-family: var(--font);
    font-weight: 400;
    width: 100%;
    padding: 12px;
    margin-bottom: 24px;
}
.container-calc-moneygram p{
    margin: 0;
    color: var(--azul_05);
    font-size:12px;
    padding-left: 12px;
    margin-bottom: 5px;
}
/**
 *Sobre
 */
 #bg-multiple {
	/* background-image: url('../img/bg_multiple.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--color-azul-secondary);
    position: relative; */
	min-height: 1684px;
}
/**
 *Sobre
 */
#sobre{
    background: url('../img/nova_singratur.jpg') no-repeat top center;
    min-height: 576px;
    /* max-height: 576px; */
    background-size: cover;
}
#sobre .container{
    min-height:100vh ;
}
#sobre .title-section{
    color: var(--azul-principal);
    font-size: 48px;
    font-weight: 500 !important;
    width: 600px !important;
}
#sobre .title-section .anchor-sobre {
	border: 1px solid var(--azul-principal);
	border-radius: 50%;
	background-color: #118CE442;
	width: 50px;
	height: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top:40px;
    background-image: url('../img/icons/arrow_down.svg');
    background-position: center;
    background-repeat: no-repeat;
}
/* #sobre .title-section .anchor-sobre img{
    width: 16px;
    height: 18px;
} */

/**
 * mais-informacao
 */
#mais-informacao{
    background-color: var(--azul_05);
    /*  */
}
#mais-informacao .container-informacao > div{
    padding-left: 68px;
}
#mais-informacao .title-section{
    color: var(--azul-principal);
    font-size: 48px;
    font-weight: 500 !important;
    margin-bottom: 25px;
}
#mais-informacao .text {
    color: var(--cinza_03);
	font-size: 14px;
	font-weight: 400;
	line-height: 29px;
	text-align: left;
	width: 100%;
}
/**
 * Diferencias
 */
#diferencias {
    padding-top: 170px;
    padding-bottom: 170px;
}
#diferencias .title-section{
    color: var(--azul_05);
    font-size: 48px;
    font-weight: 500 !important;
    margin-bottom: 25px;
}
#diferencias .subtitle{
    color: var(--azul-principal);
    font-size: 16px;
    font-weight: 400 !important;
    margin-bottom: 25px;
}
#list-diferencias{
    list-style: none;
}
#list-diferencias li{
    cursor: pointer;
    transition: all .2s ease-in-out;
}
#list-diferencias li > div{
    border: 1px solid var(--cinza_02);
    border-radius: 10px;
    margin: 30px 10px;
    min-height: 160px;
    padding: 25px;
}
#list-diferencias li img{
    transition: all .2s ease-in-out;
}
#list-diferencias h6{
    width: 100%;
    text-align: center;
    transition: all .2s ease-in-out;
}
#list-diferencias .text{
    color:#121212;
    transition: all .2s ease-in-out;
    height: 0;
    width: 0;
    overflow: hidden;
}
#list-diferencias li:hover img,
#list-diferencias li:hover h6,
#list-diferencias li.active img,
#list-diferencias li.active h6{
    height: 0;
    width: 0;
    overflow: hidden;
}
#list-diferencias li:hover .text,
#list-diferencias li.active .text{
    height: inherit;
    width: auto;
    overflow: hidden;
}
/*
* Depoimentos
*/
.grw-header{
    display: none !important;
}

.wp-gr .grw-row-m .grw-header + .grw-content,
.wp-gr .grw-row-s .grw-header + .grw-content{
    flex:0 0 100% !important
}
#depoimentos{
    --margin-bottom-quadro:0;
    --padding-top-quadro:32px;
    --padding-left-quadro:32px;
    --padding-bottom-quadro:32px;
    --padding-right-quadro:32px;
    --border-radius-individual:88px;
    --border-radius-img: var(--border-radius-individual);
    --margin-bottom-title-section:8px;
    min-height: 768px;
    background:#ECECEC;
    background-size: cover;
    padding:120px 0 120px 0;
}
/* #depoimentos .owl-nav .owl-prev,
#depoimentos .owl-nav .owl-next{
    position: absolute;
} */
#depoimentos .owl-nav {
    position: relative;
    top: 58px;
    width: 100%;
    display: flex !important;
    justify-content: center;
}
#depoimentos .owl-nav .owl-prev,
#depoimentos .owl-nav .owl-next{
    display: flex !important;
    border-radius: 10px;
}

#depoimentos .owl-nav .owl-prev{
    background: var(--cinza_03) url('../img/icons/arrow_azul_left.svg') center no-repeat !important;
    rotate:180deg;
    margin-right: 12px;
}
#depoimentos .owl-nav .owl-next{
    background: var(--cinza_03) url('../img/icons/arrow_azul_right.svg') center no-repeat !important;
    rotate: 180deg;
    margin-left: 12px;
}
#depoimentos .btn-veja-mais {
	border-radius: 80px;
	background: linear-gradient(#0E71B8 0%, #1293EF 100%);
	font-weight: 700;
	font-size: 14px;
	width: 200px;
	color: #FFFFFF;
	text-align: center;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 109px;
    transition: all .20s ease-in-out;
}
#depoimentos .btn-veja-mais:hover {
	background: linear-gradient(#1293EF 0%, #0E71B8 100%);
}
#depoimentos .container-quadro{
    padding:0 24px 0 0;
}
#depoimentos .title-section{
    color: var(--azul_05);
    font-size: 48px;
    font-weight: 500 !important;
    margin-bottom: 25px;
}
#depoimentos .subtitle{
    color: var(--azul-principal);
    font-size: 16px;
    font-weight: 400 !important;
    margin-bottom: 25px;
}


#owl-depoimentos {
    margin-top:52px;
}
#depoimentos .item{
    background-color: var(--color-grey-1);
    width: 100%;
    
    
}

#depoimentos .grw-backgnd,
#depoimentos .quadro{
    padding-top: var(--padding-top-quadro) !important;
    padding-right: var(--padding-right-quadro) !important;
    padding-left: var(--padding-left-quadro) !important;
    padding-bottom: var(--padding-bottom-quadro) !important;
    margin-bottom: var(--margin-bottom-quadro) !important;
    border-radius: 20px !important;
    border-radius: 20px !important;
    border: none !important;
    background: var(--cinza_03) !important;

}
#depoimentos p{
    margin:0 !important;
}

#depoimentos .content-title-rating{
    padding-left: 16px;
}
#depoimentos .informacao{
    margin-bottom: 16px;
}
#depoimentos .rating img{
    height: 11px;
    width: 12px;
    margin-right: 4px;
    padding: 0;
    margin-top:3px;
    margin-bottom:3px;
}
#depoimentos .wp-google-name,
#depoimentos .item h6{
    color: var(--azul_05) !important;
    font-family: var(--font) !important;
    margin-bottom: 5px !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
}

#depoimentos .wp-google-text,
#depoimentos .texto{
    font-size:16px !important;
    font-family: var(--font) !important;
    color:var(--azul_05) !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    text-align: left !important;
}
#depoimentos .wp-gr .wp-star svg{
    width: 11px !important;
    height: 11px !important;
}
#depoimentos .img-cliente{
    border-radius: var(--border-radius-img);
    width:60px;
    height: 60px;
}

/**
 * Agendamento cliente
 */
#agendamento-cliente{
    background-image: url('../img/bola.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0  -250px;
    min-height: 1030px;
    /* padding-top: 320px; */
    padding-top: 380px;
    padding-bottom: 126px;
}
/**
 * Agendamento
 */
 #agendamento .container{
    padding-top: 120px;
    background: url('../img/gradiente_cinza.png') no-repeat center top;
    border-radius: 20px;
    border-top: 1px solid #949494;
}
#agendamento .btn-green{
    width: 375px;
    margin-top:80px;
}
#agendamento .img-fluid{
    /* width: 100%; */
}
#agendamento h3{
    color: var(--Secundria-Green-2, #31D472);
    text-align: center;
    font-family: var(--font);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    margin-bottom: 16px;
}
#agendamento .text{
    color: var(--Principal-Azul-1, #102D54);
    font-family: var(--font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
}
/**
 * Clientes
 */
 #clientes {
     margin-top: 80px;
}
#clientes .container{
    padding-top: 120px;
    background: url('../img/gradiente_cinza.png') no-repeat center top;
    border-radius: 20px;
    border-top: 1px solid #949494;
}
 #clientes h2{
    color: var(--Secundria-Green-2, #31D472);
    text-align: center;
    
    /* headline/h3 */
    font-family: var(--font);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 100% */
 }
 #clientes h4{
    color: var(--Secundria-Azul-3, #0B1E38);
    font-family:var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 52px;;
 }
 #clientes .owl-nav {
    /* position: relative; */
    margin-top: 32px;
    width: 100%;
    display: flex !important;
    justify-content: center;
}
#clientes .owl-nav .owl-prev,
#clientes .owl-nav .owl-next{
    border-radius: 80px;
    border: 2px solid var(--Principal-Azul-1, #102D54);
    display: block !important;
}

#clientes .owl-nav .owl-prev{
    background: url('../img/icons/arrow_right.svg') center no-repeat !important;
    rotate:180deg;
    margin-right: 4px;
}
#clientes .owl-nav .owl-next{
    background: url('../img/icons/arrow_right.svg') center no-repeat !important;
    margin-left: 4px;
}
/**
 * intuitivo
 */
 #intuitivo {
    --max-height:58vh;
     max-height: var(--max-height);
}
#intuitivo .container{
    padding-top: 80px;
    background: url('../img/gradiente_verde.png') no-repeat center top;
    border-radius: 20px;
    border-top: 1px solid #37EE80;
}
 #intuitivo h2.title{
    color: var(--Secundria-Green-2, #31D472);
    text-align: center;
    
    /* headline/h3 */
    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 100% */
 }
 #intuitivo .subtitle{
    color: var(--Principal-White, #FFF);
    text-align: center;
    margin-bottom: 86px;
    /* headline/h2 */
    font-family: var(--font);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 100% */
 }
 
 #intuitivo .item {
    
 }
 #intuitivo .item .container-imagem{
    padding-right: 24px;
    /* box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.25); */
 }
 #intuitivo .item .container-imagem div{
     border-radius: 20px;
     border: 2px solid var(--Secundria-Green, #37EE80);
     /* background:url("http://localhost/site_bmessenger/wp-content/uploads/2024/01/eb86370e791c3efb8f48e12a85c9c8e2.jpg"), lightgray -1px 0.142px / 100.439% 147.724% no-repeat, #0177FF; */
     box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.25);
     min-height: 320px;
     background-repeat: no-repeat;
     background-position: center top;
     background-size: cover;
}
#intuitivo .item h4{
    color: var(--Secundria-Azul-3, #0B1E38);
    text-align: center;
    font-family: var(--font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
    margin-top: 28px;
}

#modalImagem {
    /* max-width: 970px; */
    --bs-modal-width:970px
}
#modalImagem .modal-dialog{
    position: relative;
}
#modalImagem .btn-close {
	position: absolute;
	top: -24px;
	right: -23px;
	z-index: 9999999999;
	opacity: 1;
	background: transparent;
	width: 48px;
	height: 48px;
    cursor: pointer;
}
#modalImagem .modal-content {
    border:3px solid var(--Principal-Azul-2, #0177FF);
}
#modalImagem .modal-content img{
    /* width: 100%; */
}
#img-galeria{
    /* height:64vh; */
    height:70vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}
#modalImagem .modal-footer {
    border-radius: 0;
    border-top: 3px solid var(--Principal-Azul-2, #0177FF);
    background: var(--Secundria-Azul-3, #0B1E38);
    color: var(--Principal-White, #FFF);

    /* body/body */
    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

/*
* FAQ
*/
#faq{
    min-height: 812px;
    background-color: var(--cinza_03);
    padding:120px 0;
}
#faq .title-section{
    margin-top: 20px;
    margin-bottom: 50px;
}

#faq .action .icon{
    width: 28px;
    height: 17px;
    background: url('../img/icons/icn_plus.svg') no-repeat center;
}
#faq .rotate .icon{
    background-image: url('../img/icons/icn_minus.svg');
}

#faq .pergunta.active h6 span{
    color:#0E71B8;
}
#faq .pergunta.active{
    border-bottom-color: var(--azul-principal, #D9D9D9);
}
#faq .pergunta{
    transition: all .4s ease-in-out;
    padding:0 10px;
    padding-bottom:32px;
    margin-bottom:13px;
    border:none;
    border-bottom: 1px solid var(--cinza_02);
}
#faq .pergunta h6{
    color: var(--azul_05);
    font-family: var(--font);
    font-weight: 600;
    font-size: 20px;
}
#faq .resposta{
    line-height: 24px;
    color: #121212;

    /* body/body small */
    font-family:var(--font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    height: auto;
    overflow: inherit;
    margin-top:20px;
    transition: all .4s ease-in-out;
}
#faq .hide-resposta{
    height: 0;
    overflow: hidden;
}
#faq .action,
#faq .action *{
    transition: all .2s ease-in-out;
    cursor:pointer;
}
#faq .action.rotate img{
    rotate: 180deg;
}

/*
 * Footer
 */
#footer-page{
    background: url('../img/bg_footer.jpg') no-repeat center;
    min-height: 800px;
    padding: 120px 0 30px 0;
    background-size: cover;
}
#footer-page .informacoes{
    border-bottom:1px solid #0E71B8;
    padding-top: 32px;
    margin-top: 32px;
    padding-bottom: 60px;
    margin-bottom: 0;
}
#footer-page .informacoes .text{
    margin-top: 25px;
    margin-bottom: 25px;
}

#footer-page .link-politica{
    text-decoration: underline;
}
#footer-page .informacoes-contato .link{
    font-size: 16px;
    color: var(--cinza_01);
    font-family: var(--font);
    width: 100%;
    text-align: left;
}
#footer-page .container-contatos > div{
    margin-top:30px;
}
#footer-page .informacoes-contato .link img{
    margin-right: 10px;
}
#footer-page .links-uteis .link{
    font-size: 16px;
    color: var(--cinza_01);
    font-family: var(--font);
}
#footer-page .btn-green{
    margin-top:32px;
}

#footer-page .title-section{
    color:var(--azul-principal);
}
#footer-page .subtitle {
    color:var(--cinza_01);
    margin-top:20px;
}
#footer-page .link-rede-social:last-child{
    margin-left: 20px;
}
#footer-page .link-rede-social span{
    margin-left: 8px;
}
#footer-page .btn-green-whatsapp {
    margin-top:40px;
}
#footer-page .informacoes-contato .container-content,
#footer-page .links-uteis .container-content{
    margin-top:39px
}

#footer-page .brand-footer svg {
    max-width: 100%;
}
#footer-page .brand-footer svg path{
    transition: all .2s ease;
}
#footer-page .brand-footer:hover svg path{
    fill: var(--color-white);
}

#footer-page .container-rede-dev > div{
    margin-top: 30px;
}
.container-content {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

#btn-whats{
    border-radius: 50%;
    background: #1DAA61;
    position: fixed;
    right: 0;
    top: 50vh;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
#btn-whats img{
    width: 25px;
    height: 25px;
}
@media (min-width: 1440px) {
    #modalImagem{
        --bs-modal-width:80%;
    }
    #container-position{
        --top-container-formulario-contato:-222px;
    }
    #intuitivo {
        --max-height:37vh;
    }
    #banner{
        --width-container-text:100%;
        --height-banner:1068px;
        /* background-color: #0a1e37; */
    }
}
@media (max-width: 1440px) {
    /* .nav-menu .container */
    /* #vantagens .container,
    #funcionalidades .container,
    #depoimentos .container,
    #intuitivo .container,
    #agendamento .container,
    #clientes .container */
    /* {
        max-width: 100% !important;
    } */
    #banner .item .text{
        --frt-banner:46px;
    }
    #container-position{
        --top-container-formulario-contato:-211px
    }
}
@media (max-width: 1024px) {
    .nav-menu .container,
    #vantagens .container,
    #funcionalidades .container,
    #depoimentos .container,
    #intuitivo .container,
    #agendamento .container,
    #clientes .container{
        max-width: 100% !important;
    }
    #banner .item .text{
        --frt-banner:36px;
    }
    #menu-mobile-container .btn-green-whatsapp {
        max-width: 300px;
    }
    #btn-whats{
        display: flex;
        top:30vh;
        z-index: 9;
    }
}
@media (max-width: 768px) {
    #intuitivo {
        --max-height:43vh
    }
    #faq .container-list {
        padding-left:24px;
    }
    #contato{
        --min-height:auto;
    }
    #menu-mobile-container .btn-contato-menu{
        max-width: 100%;
        margin-bottom: 16px;
        text-align: center;
    }
    #menu-mobile-container .btn-whats{
        max-width: 100%;
        margin-bottom: 34px;
        justify-content: center;
    }
    #banner img{
        width: auto !important;
    }
    #banner .container-text {
        top: 15%;
    }
    #banner{
        --frt-banner:20px;
        /* padding-top: 30px; */
    }
    #banner .btn-quero-imovel {
        font-size: 14px;
    }
    #banner .item .text > div{
        margin-bottom: 30px;
    }


}
@media (max-width: 576px) {
    #banner .item .text {
        --frt-banner: 40px;
        padding-left: 23px;
    }
    #banner .btn-quero-imovel {
        font-size: 16px;
    }
    #container-position {
        --top-container-formulario-contato: 0;
    }
    #banner{
        --img:url('../img/bg_banner.jpg');
        --height-banner:776px;
        --position-bg:75% center;
    }

    #mais-informacao .container-informacao > div{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #list-diferencias {
        padding: 0 25px !important;
    }
    #banner .owl-nav .owl-prev{
        /* left: -28px; */
        left: 0;
    }
    #banner .owl-nav .owl-next{
        /* right: -28px; */
        right: 0;
    }
    .container-btn-change {
        width: 24px;
        height: 24px;
        right: -17px;
    }

}
@media (max-width: 340px) {
}

/**
 OWL
 */
 .owl-nav .owl-prev,
 .owl-nav .owl-next{
     border-radius: 32px;
     width: 56px;
     height: 40px;
     border:none;
 }
 .owl-nav.disabled,
 .owl-nav .disabled{
     display: none !important;
 }

 .owl-carousel .owl-item img{
    width: auto !important;
 }
 .cookie-notice-container {
	background: linear-gradient(#0E71B8 0%, #1293EF 100%);
 }
 .cn-close-icon{
     opacity: 1 !important;
 }
 .cn-close-icon::before,
 .cn-close-icon::after{
    background-color:#000000;
 }