@charset "UTF-8";
/* CSS Document */

/* Reset */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    font-family: "Montserrat", sans-serif !important;
}
body {
    background: #000000;
}
/* Reset */

/* Header */
header.header {
    clear: both;
    display: block;
    position: fixed;
    width: 100%;
    padding: 25px 0;
    z-index: 1;
    background: rgba(0,0,0,0.3);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);    
}
img.logo {
    clear: both;
    display: block;
    width: 55%;
}
button.nav-item, a.nav-item {
    border: none;
    background: none;
    float: right;
    color: #ffffff;
    padding: 0;
    font-weight: 500;
    margin: 6px 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    transition: all .4s linear;    
}
button.nav-item:hover, a.nav-item:hover {
    font-weight: 500;
    color: #68e1fd;
}
button.nav-item.whatsapp, a.nav-item.whatsapp {
    background: #25d366;
    padding: 15px 20px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;     
}
button.nav-item.whatsapp:hover, a.nav-item.whatsapp:hover {
    color: #000000;
}
button.nav-item.whatsapp svg, a.nav-item.whatsapp svg {
    width: auto;
    height: 20px;
    margin: -5px 0 0 0;
}
.mobile {
    display: none !important;
}
/* Header */

/* Principal */
section.principal {
    padding: 0 0 375px 0;
    background: url("../img/principal.webp") 50% 0 no-repeat;
}
.principal .copy {
    clear: both;
    display: block;
    width: 50%;
    float: left;
}
.principal .copy h4 {
    font-size: 25px;
    color: #68e1fd;
    margin: 350px auto 20px auto;
}
.principal .copy h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    margin: 0 auto 15px auto;
}
.principal .copy h1 span {
    color: #68e1fd;
}
.principal .copy h2 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto 50px auto;
}
.principal .copy h2 b {
    color: #68e1fd;
}
.formulario {
    clear: both;
    display: block;
    width: 95%;
    padding: 25px;
    background: rgba(0,0,0,0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);  
    border-radius: 35px 35px 35px 35px;
    -moz-border-radius: 35px 35px 35px 35px;
    -webkit-border-radius: 35px 35px 35px 35px;     
}
.formulario h3 {
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
}
.b24-form-content {
    padding: 0 !important;
}
span.b24-form-field-agreement-link {
    color: #ffffff !important;
}
.b24-form-sign {
    display: none !important;
}
button.b24-form-btn {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 20px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;        
}
.formulario .marcas {
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 20px auto 0 auto;
}
.formulario .marcas p {
    color: #ffffff;
    margin: 0 auto;
}
.formulario .marcas p b {
    color: #68e1fd;
}
img.marcas-form {
    clear: both;
    display: block;
    width: 35%;
    margin: 0 3px 0 0;
}
/* Principal */

/* Diferenciais */
section.diferenciais {
    padding: 75px 0;
    background: #68e1fd;
}
.diferenciais .box {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.diferenciais .box svg {
    height: auto;
    width: 60px;
    fill: #ffffff !important;
}
.diferenciais .box h1 {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    width: 59%;
    padding-left: 15px;
    margin: 0;
}
/* Diferenciais */

/* Serviços */
section.servicos {
    padding: 100px 0;
}
.servicos h1 {
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 45px;
    text-transform: uppercase;
    margin: 0 auto 25px auto;
}
.servicos h1 b {
    color: #68e1fd;
}
.servicos h2 {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    width: 75%;
    margin: 0 auto 50px auto;
}
/* Estilo para o contêiner das abas */
.w3-bar {
	overflow: hidden;
	background-color: #000;
	display: flex;
}
/* Botões das abas */
.w3-bar .tablink {
    flex: 1;
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    color: #68e1fd;
    font-size: 20px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    outline: none;
    background: #1000000;
    background: -webkit-linear-gradient(130deg, rgba(0, 0, 0, 1) 0%, rgba(25, 25, 25, 1) 100%);
    background: -moz-linear-gradient(130deg,rgba(0, 0, 0, 1) 0%, rgba(25, 25, 25, 1) 100%);
    background: linear-gradient(130deg, rgba(0, 0, 0, 1) 0%, rgba(25, 25, 25, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#191919", GradientType=0 );
    border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    -webkit-border-radius: 25px 25px 0 0;  
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    transition: all .4s linear;
}
.w3-bar .tablink:hover {
	background: #68e1fd;
    color: #000000;
}
.w3-bar .tablink svg {
    width: auto;
    height: 35px;
    margin: -5px 10px 0 0;
}
/* Aba ativa */
.w3-bar .tablink.w3-red {
	background: #68e1fd;
    color: #000000;    
}
/* Classe para ocultar abas não ativas */
.city {
	display: none;
}
/* Aba inicial visível */
.city.active {
	display: block;
}
/* Estilo para o contêiner das abas */
/* Conteúdos das abas */
.content-tab {
    padding: 35px;
    border: solid 1px #68e1fd;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);      
    border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    -webkit-border-radius: 0 0 25px 25px;     
}
.servicos img.circle {
    position: absolute;
    height: auto;
    z-index: -1;
    width: 23%;
    margin: -50px 0 0 1000px;
}
.spiner {
    -webkit-animation: spin 50.0s linear infinite;
    -moz-animation: spin 50.0s linear infinite;
    animation: spin 50.0s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.desc-servico {
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.desc-servico ul {
    clear: both;
    display: block;
    padding: 0;
    margin: 0 50px 0 0;
    width: 50%;
}
.desc-servico ul li {
    list-style: none;
    color: #ffffff;
    margin: 0 0 20px 0;
}
.desc-servico ul li svg {
    fill: #25d366;
    width: auto;
    height: 20px;
    margin: -5px 0 0 0;
}
.desc-servico ul p {
    font-weight: 600;
    color: #ffffff;
    margin: 0 auto 5px auto;
}
.desc-servico img {
    clear: both;
    display: block;
    height: auto;
    width: 40%;
    margin: 0 0 0 auto;
    border-radius: 35px 35px 35px 35px;
    -moz-border-radius: 35px 35px 35px 35px;
    -webkit-border-radius: 35px 35px 35px 35px;        
}
/* Serviços */

/* Especialistas */
section.especialistas {
    padding: 150px 0;
    background: url("../img/bg-all.webp") 50% 0 no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.especialistas h1 {
    color: #ffffff;
    font-weight: 500;
    font-size: 45px;
    text-transform: uppercase;
    margin: 0 auto 25px auto;
}
.especialistas h1 b {
    color: #68e1fd;
}
a.cta, button.cta {
    clear: both;
    display: block;
    width: 75%;
    border: none;
    background: #25d366;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 0;
    margin: 0;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;      
}
.blob {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse-black 2s infinite;
}
.blob.green {
	box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
	animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
	}
	
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
	}
}
.cards {
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.cards img {
    width: 30%;
    margin: 0 -118px 0 0;
    box-shadow: -6px 1px 16px -3px rgba(0, 0, 0, 0.76);
    -webkit-box-shadow: -6px 1px 16px -3px rgba(0, 0, 0, 0.76);
    -moz-box-shadow: -6px 1px 16px -3px rgba(0,0,0,0.76);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;     
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    transition: all .4s linear;      
}
.cards img:hover {
    margin: -50px -118px 0 0;
    position: relative;
    z-index: 1;
}
/* Especialistas */

/* Marcas */
section.marcas {
    padding: 75px 0 0 0;
    background: #000000 url("../img/resolva-text.webp") 50% -35px no-repeat;
}
.marcas h1 {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 45px;
    text-transform: uppercase;
    margin: 0 auto 25px auto;
}
.marcas h1 b {
    color: #68e1fd;
}
.marcas h2 {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    width: 75%;
    margin: 0 auto 50px auto;
}
.marquee {
    overflow: hidden;
    width: 100%;
    padding: 25px 0;
    background: rgba(0,0,0,0.3);    
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);  
    margin: 0 auto;
}
.marquee .marquee-content {
    display: flex;
    animation: scroll-marquee 25s linear infinite;
}
.marquee .marquee-content .tarja {
    display: inline-block;
    padding-right: 10px; /* Space between the repeated texts */
    white-space: nowrap;
}
.marquee .marquee-content span.tarja {
    font-size: 14px;
    color: #dd0101;
}
@keyframes scroll-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* Marcas */

/* Planos */
section.planos {
	padding: 0 0 75px 0;
}
.planos h1 {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 45px;
    text-transform: uppercase;
    margin: 0 auto 25px auto;
}
.planos h1 b {
    color: #68e1fd;
}
.planos h2 {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto 50px auto;
}
a.plano, button.plano {
    clear: both;
    display: flex;
    border: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    width: 100%;    
	height: 830px;
    background: #ffffff;
    text-decoration: none;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
}
a.plano.plus {
    border: solid 5px #25d366;
}
section.planos p {
    color: #ffffff;
	text-align: center;
    font-size: 20px;
    margin: 0 auto 50px auto;
}
.plano h2 {
    background: #68e1fd;
    width: 100%;
    padding: 35px 0;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin: 0 auto 20px auto;
    border-radius: 25px 25px 0px 0px;
    -moz-border-radius: 25px 25px 0px 0px;
    -webkit-border-radius: 25px 25px 0px 0px;
}
.plano ul {
    margin: 0 auto 25px auto;
    padding: 0 20px;
}
.plano ul li {
    clear: both;
    display: block;
    color: #000000;
    font-size: 16px;
    margin: 10px 0;
    border-bottom: solid 1px lightgray;
    padding: 0 0 10px 0;
}
.plano ul li svg {
    fill: #25d366;
    width: auto;
    height: 20px;
    margin: -3px 0 0 0;
}
.contratar {
    clear: both;
    display: block;
    padding: 25px;
    margin-top: auto;
}
.contratar h3 {
    color: red;
    text-align: center;
    font-size: 16px;
}
.contratar h3 i {
	text-decoration: line-through;
}
.contratar h4 {
    color: #25d366;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
}
.contratar h5 {
    text-align: center;
    color: #000000;
    font-size: 16px;
    margin: 0 auto 10px auto;
}
.contratar h5 span {
    background: #725bc2;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}
span.cta-plano {
    border: none !important;
    clear: both;
    display: block;
    background: #25d366;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    padding: 25px;
    width: 100%;
	margin: 25px auto 0 auto;
    margin-top: auto;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}
span.cta-plano svg {
    width: auto;
    height: 20px;
    margin: -3px 0 0 0;
}
/* Planos */

/* Análise */
section.analise {
    padding: 150px 0;
    background: url("../img/bg-all.webp") 50% 0 no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.analise h1 {
    color: #ffffff;
    font-weight: 500;
    font-size: 45px;
    text-transform: uppercase;
    margin: 85px auto 25px auto;
}
.analise h1 b {
    color: #68e1fd;
}
.analise h2 {
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto 50px auto;
}
.analise .box1 {
    background: url(../img/step1.webp) 0 50% no-repeat;
    padding: 85px 50px 85px 135px;
}
.analise .box2 {
    background: url(../img/step2.webp) 0 50% no-repeat;
    padding: 50px 50px 50px 135px;
}
.analise .box1 h3, .analise .box2 h3 {
    color: #ffffff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 auto 15px auto;
}
.analise .box1 h3 b, .analise .box2 h3 b {
    color: #68e1fd;
}
.analise .box1 p, .analise .box2 p {
    color: #ffffff;
    font-size: 18px;
    margin: 0 auto;
}
/* Análise */

/* Depoimentos */
section.comentarios {
    padding: 75px 0;
    background: #ffffff;
}
.comentarios h1 {
    text-align: center;
    font-weight: 500;
    font-size: 45px;
    text-transform: uppercase;
    margin: 0 auto 25px auto;
}
.comentarios h2 {
    text-align: center;
    font-size: 20px;
    margin: 0 auto 50px auto;
}
.box-um {
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.box-dois {
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: 100%;
}
.depoimento {
    clear: both;
    display: block;
    width: 32%;
    margin: 0 auto;
    padding: 20px;
    background: #f4f4f4;
    height: 100%;
}
img.stars-dp {
    clear: both;
    display: block;
    width: 50%;
    margin: 20px 0;
}
.depoimento p {
    margin: 0 auto;
    line-height: 1.6;
}
.box-um h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}
img.stars-google {
    clear: both;
    display: block;
    width: 50%;
    margin: 0 auto 10px auto;
}
.box-um p {
    text-align: center;
}
img.logo-google {
    clear: both;
    display: block;
    width: 40%;
    margin: 0 auto;
}
section.comentarios a.cta, section.comentarios button.cta {
    margin: 50px auto 0 auto;
    width: 35%;
}
/* Depoimentos */

/* 4 Passos */
section.passos {
    padding: 75px 0;
    background: #000000;
}
.passos h1 {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 45px;
    text-transform: uppercase;
    margin: 0 auto 75px auto;
}
.passos h1 b {
    color: #68e1fd;
}
.passos .box {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.33, rgb(0, 0, 0, 0.1)), color-stop(0.67, rgb(104, 225, 253)));
    background-image: -moz-linear-gradient(center bottom, rgb(0,0,0,0.1) 33%, rgb(104,225,253) 67% );
    padding: 1px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;    
}
.passos .passo1, .passos .passo2, .passos .passo3, .passos .passo4 {
    height: 400px;
    padding: 50px 35px 25px 35px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;     
}
.passos .passo1 {
    background: url("../img/passo1.webp") 50% bottom no-repeat;
}
.passos .passo2 {
    background: url("../img/passo2.webp") 50% bottom no-repeat;
}
.passos .passo3 {
    background: url("../img/passo3.webp") 50% bottom no-repeat;
}
.passos .passo4 {
    background: url("../img/passo4.webp") 50% bottom no-repeat;
}
.passos .box > div {
    background: #000000;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}
.passos .box span {
    background: #68e1fd;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    font-weight: 800;
    position: absolute;
    margin: -70px 0 0 -50px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;      
}
.passos .box h2 {
    font-size: 30px;
    font-weight: 700;
    color: #68e1fd;
    margin: 0 auto 25px auto;
}
.passos .box p {
    color: #ffffff;
    margin: 0 auto;
}
/* 4 Passos */

/* A Resolva */
section.aresolva {
    padding: 50px 0;
    background: url("../img/bg-all.webp") 50% 0 no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
img.resolva-3d {
    clear: both;
    display: block;
    width: 75%;
    margin: 0 auto;
}
.aresolva h1 {
    color: #ffffff;
    font-weight: 500;
    font-size: 45px;
    text-transform: uppercase;
    margin: 200px auto 25px auto;
}
.aresolva h1 b {
    color: #68e1fd;
}
.aresolva p {
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto;
}
/* A Resolva */

/* Faq */
section.faq {
    padding: 100px 0;
}
.faq h1 {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 45px;
    text-transform: uppercase;
    margin: 0 auto 25px auto;
}
.faq h1 b {
    color: #68e1fd;
}
.faq  h2 {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto 50px auto;
}
.accordion-item {
	width: 75%;
	margin: 0 auto 25px auto;
    border: none;
    border-radius: 0 !important;   
    background: transparent;
}
.accordion-header {
    background: #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    background-image: -webkit-gradient(linear, left center, right center, color-stop(0.33, rgb(104, 225, 253)), color-stop(0.67, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(left, rgb(104,225,253) 33%, rgba(0,0,0,0.1) 67%);
    padding: 1px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;    
}
.accordion-header > div {
    background: #000000;
    padding: 25px 35px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}
.accordion-content {
	padding: 25px;
	display: none; /* Oculta o conteúdo inicialmente */
    color: #ffffff;
}
.arrow {
	position: absolute;
	right: 20px;
	top: 50%;
	color: #68e1fd;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}
.rotate {
	transform: translateY(-50%) rotate(90deg);
}
.active .accordion-content {
	display: block; /* Exibe o conteúdo quando o item está aberto */
}
.faq h3 {
    color: #68e1fd;
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    margin: 35px auto 25px auto;
}
.faq p {
    text-align: center;
    color: #ffffff;
    line-height: 1.6;
    width: 75%;
    margin: 0 auto;
}
/* Faq */

/* Rodapé */
footer.footer {
    padding: 75px 0;
    background: #68e1fd;
}
footer.footer p {
    color: #ffffff;
    font-weight: 600;
    margin: 10px 0 15px 0;
}
a.link-ft {
    text-decoration: none;
    margin: 0 25px 0 0;
}
span.separate {
    clear: both;
    display: block;
    background: #ffffff;
    height: 1px;
    margin: 50px 0;
}
footer.footer h6 {
    text-align: center;
    color: #ffffff;
    margin: 0;
}
img.inpi {
    clear: both;
    display: block;
    width: 60%;
}
a.rs {
    clear: both;
    display: block;
    text-align: right;
    margin: 0 auto 10px auto;
}
a.rs svg {
    width: auto;
    height: 30px;
    fill: #ffffff;
}
/* Rodapé */

/* PopUp */
.popup {
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility .25s ease-in-out,opacity .25s ease-in-out,transform .25s ease-in-out;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.popup-content {
    background-color: white;
    padding: 50px 35px;    
    width: 45%;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.popup-content span.b24-form-field-agreement-link {
    color: #000000 !important;
}
button.close-btn {
    background: transparent;
    border: none;
    clear: both;
    display: block;
    float: right;
    margin: -40px -30px 0 0 !important;
    width: auto;
    height: auto;
}
button.close-btn svg {
    height: 20px;
    width: 20px;
    fill: red;
    opacity: 0.5;
}
button.close-btn svg:hover {
	opacity: 1;
}
.show-popup{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);    
}
.popup h1 {
	color: #000000;
	font-size: 33px;
	text-align: center;
	font-weight: 700;
	margin: 0 auto 15px auto;
}
.popup a {
    clear: both;
    display: block;
    text-align: center;
    font-size: 12px;
    margin: 15px auto 0 auto;
    color: #000000;
    text-decoration: none;
}
/* PopUp */

/* Responsivo */
@media (max-width: 750px) {
    /* Header */
    header.header {
        padding: 20px 0;
    }
    .desktop {
        display: none !important;
    } 
    .mobile {
        display: block !important;
    }  
    img.logo {
        width: 40%;
        margin: auto;
    } 
    /* Header */
    
    /* Principal */
    section.principal {
        padding: 115px 0 375px 0;
        background: url(../img/principal-mb.webp) 50% bottom no-repeat;
        background-size: contain;
    }  
    .principal .copy {
        float: none;
        width: 100%;
    }    
    .principal .copy h4 {
        text-align: center;
        font-size: 18px;
        margin: 0 auto 20px auto;
    }
    .principal .copy h1 {
        text-align: center;
        font-size: 22px;
    }
    .principal .copy h2 {
        text-align: center;
        font-size: 16px;
        line-height: 1.4;
        margin: 0 auto 35px auto
    }
    .formulario {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
    }    
    .formulario h3 {
        font-size: 16px;
        line-height: 1.4;
    }
    button.b24-form-btn {
        font-size: 16px;
        text-align: center;
        width: 100%;
        padding: 20px 0;
    } 
    .formulario .marcas p {
        width: 55%;
        font-size: 14px;
    }    
    /* Principal */
    
    /* Diferenciais */
    section.diferenciais {
        padding: 20px 0 15px 0;
    }    
    .diferenciais .box {
        margin: 10px auto;
        width: 100% !important;
    }
    .diferenciais .box h1 {
        font-size: 18px;
        width: 80%;
    }
    .diferenciais .box svg {
        width: 30px;
    }    
    /* Diferenciais */
    
    /* Serviços */
    section.servicos {
        padding: 50px 0;
    }
    img.circle.spiner.img-fluid {
        display: none;
    }
    .servicos h1 {
        font-size: 25px;
    }
    .servicos h2 {
        width: 100%;
        font-size: 16px;
        margin: 0 auto 35px auto;
    }
    .w3-bar .tablink {
        width: 30%;
        text-align: center;
        line-height: normal;
        font-size: 14px;
        padding: 15px 10px;
    }  
    .w3-bar .tablink svg {
        width: 25px;
        clear: both;
        display: block;
        margin: 0 auto 5px auto;
    }    
    .content-tab {
        padding: 20px;
    }
    .desc-servico ul {
        margin: 0 auto 25px auto;
        width: 100%;
    }
    .desc-servico img {
        width: 75%;
        margin: 0 auto;
    }
    .desc-servico ul li {
        margin: 0 auto 10px auto;
    }    
    /* Serviços */   
    
    /* Especialistas */
    section.especialistas {
        padding: 50px 0;
    }
    .especialistas h1 {
        text-align: center;
        font-size: 25px;
    }    
    .cards img {
        margin: 0 auto 35px auto;
    }   
    .cards img:hover {
        margin: -15px auto 35px auto;
        position: inherit;
        z-index: 1;
    }    
    a.cta, button.cta {
        width: 100%;
    }    
    /* Especialistas */
    
    /* Marcas */
    section.marcas {
        padding: 50px 0;
        background: #000000 url(../img/resolva-text.webp) 50% -5px no-repeat;
        background-size: 425px;
    }
    .marcas h1 {
        font-size: 25px;
    }
    .marcas h2 {
        width: 100%;
        font-size: 16px;
        margin: 0 auto 15px auto;
    }
    span.tarja img {
        height: auto;
        width: 900px;
    }
    img.marcas-line.img-fluid {
        width: 900px !important;
        max-width: max-content;
    }    
    /* Marcas */
    
    /* Planos */
    section.planos {
        padding: 0 0 50px 0;
    }
    .planos h1 {
        font-size: 25px;
    }
    .planos h2 {
        font-size: 16px;
        line-height: 1.4;
        margin: 0 auto 35px auto;
    }   
    a.plano, button.plano {
        height: auto;
        width: 95%;
        margin: 0 auto 35px auto;
    }    
    /* Planos */
    
    /* Analise */
    section.analise {
        padding: 75px 0;
    }
    .analise h1 {
        text-align: center;
        font-size: 25px;
        margin: 0 auto 24px auto;
    } 
    .analise h2 {
        text-align: center;
        font-size: 16px;
        line-height: 1.4;
        margin: 0 auto;
    } 
    .analise .box1 h3, .analise .box2 h3 {
        font-size: 18px;
    }
    .analise .box1 p, .analise .box2 p {
        font-size: 16px;
    }   
    .analise .box1, .analise .box2 {
        padding: 85px 15px 85px 110px;
        margin: 0 -10px 0 0;
    }  
    /* Analise */
    
    /* Depoimentos */
    section.comentarios {
        padding: 50px 0;
    }
    .comentarios h1 {
        font-size: 25px;
    }
    .comentarios h2 {
        margin: 0 auto 35px auto;
    }
    img.stars-google {
        width: 30%;
    }  
    .box-dois {
        display: block;
    }
    .depoimento {
        height: auto;
        width: 100%;
        margin: 20px 0;
    } 
    img.dp-top {
        width: 75%;
    }
    img.stars-dp {
        width: 30%;
        margin: 15px 0;
    }
    section.comentarios a.cta, section.comentarios button.cta {
        width: 100%;
        margin: 25px auto 0 auto;
    }    
    /* Depoimentos */
    
    /* Passos */
    section.passos {
        padding: 50px 0;
    }
    .passos h1 {
        font-size: 25px;
        margin: 0 auto 50px auto;
    }
    .passos .box {
        width: 75%;
        height: auto;
        margin: 0 auto 45px auto;
    }
    .passos .passo1, .passos .passo2, .passos .passo3, .passos .passo4 {
        padding: 45px 20px 0 20px;
    }    
    /* Passos */
    
    /* Resolva */
    section.aresolva {
        padding: 75px 0;
    }
    .aresolva h1 {
        text-align: center;
        font-size: 25px;
        margin: 0 auto 35px auto;
    }
    img.resolva-3d {
        width: 50%;
        margin: 0 auto 25px auto;
    }
    .aresolva p {
        text-align: center;
        font-size: 18px;
        line-height: 1.6;
    }    
    /* Resolva */
    
    /* Faq */
    section.faq {
        padding: 50px 0;
    }
    .faq h1 {
        font-size: 25px;
    } 
    .faq h2 {
        font-size: 16px;
        line-height: 1.4;
        margin: 0 auto 35px auto;
    }
    .accordion-item {
        width: 100%;
        margin: 0 auto 20px auto;
    }  
    .accordion-header > div {
        padding: 20px 50px 20px 20px;
    }    
    .accordion-header {
        font-size: 16px;
        font-weight: 600;
    }    
    .faq h3 {
        font-size: 20px;
    }
    .faq p {
        width: 100%;
        line-height: 1.4;
    }
    /* Faq */
    
    /* Rodapé */
    footer.footer {
        padding: 50px 0;
    }
    img.logo-ft {
        clear: both;
        display: block;
        width: 50%;
        margin: 0 auto;
    }
    footer.footer p, footer.footer h6 {
        text-align: center;
        margin: 35px auto 20px auto;
        font-size: 14px;
    } 
    a.link-ft {
        clear: both;
        display: block;
        text-align: center;
        margin: 0 auto 15px auto;
    }
    .footer .col-sm-1.col-md-1.col-lg-1 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }    
    img.inpi {
        margin: 0 auto 35px auto;
    }
    a.rs {
        text-align: center !important;
        height: auto;
        margin: 0 auto;
    }
    /* Rodapé */    
    
    /* Popup */
    .popup-content {
        width: 90%;
        padding: 35px 20px;
    }
    .popup h1 {
        font-size: 23px;
        margin: 0 auto 10px auto;
    }   
    button.close-btn {
        margin: -30px -18px 0 0 !important;
    }    
    /* Popup */
}
/* Responsivo */