@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;800&display=swap');


/* =================================== Base =================================== */
body {font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 500; color: var(--cinzaA); background: #fefefe; overflow-x: hidden;}
a,button, input, textarea {-webkit-transition: .3s;-o-transition: .3s;transition: .3s; outline: 0; color: inherit;}
a:hover {text-decoration: none; color: inherit;}
a:focus, button:focus, input:focus, textarea:focus {outline: 0; text-decoration: none;}
ol {list-style-type: none;}
ul {-webkit-padding-start:0; -moz-padding-start:0; margin: 0; font-size: 0;}
ul li {list-style-type: none; font-size: initial;}
address {font-style: normal; margin: 0;}
section {padding: 75px 0;}
* {margin: 0; padding: 0;}
img {max-width: 100%; height: auto;}
sub {position: unset;}
sup {position: unset; font-size: 14px; display: block; margin: 20px 0 45px;}

:root {
    --azul: #203177;
    --azulC: #367dcc;
    --azulE: #05054a;
    --cinzaA: #565872;
    --cinza: #83868c;
    --branco: #fff;
}

header {
	position: relative;
	padding-top: 50px;
}

header #menu {
    position: absolute;
    right: 15px;
    top: 0;
    width: 55px;
    height: 55px;
    background-image: url(../img/icone-menu.png);
    background-size: cover;
    display: none;
}
header ul {
	text-align: center;
	margin-top: 20px;
    transition: 0.3s;
}
header ul.abrir {
    left: 0;
}
header ul img {
    display: none;
}
header ul li {
	display: inline-block;
	margin: 0 20px;
}
header ul li.ativo a:before {
	content: '';
    position: absolute;
    width: 35px;
    height: 5px;
    background-color: var(--azul);
    bottom: -7.5px;
    right: 0px;
    border-radius: 5px;
}
header ul li a {
	font-size: 20px;
	position: relative;
	display: table;
}
header a > img {
	float: left;
    max-width: 130px;
}
header .info {
	float: right;
}
header .info img {
    float: left;
    margin-top: 25px;
    margin-right: 8px;
}
header .info p {
	float: left;
}
header .info p strong {
	display: block;
	font-size: 25px;
    color: var(--azul);
}




section.banner {

}

section.banner h1 {
    font-size: 36.5px;
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 700;
    color: var(--azul);
}
section.banner h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 42px;
    margin-left: -3px;
    margin-bottom: 35px;    
}
section.banner a {
    display: table;
    background-color: #1ec64e;
    color: #fff;
    font-size: 22px;
    padding: 14px 32px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 8px;
    margin-bottom: 35px;
}
section.banner a:hover {
    background-color: #1aa943;
}
section.banner .contador {
    display: block;
    color: var(--cinzaA);
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-top: -10px;
}
section.banner .row {
	position: relative;
}
section.banner figure {
	position: absolute;
	top: -50px;
	right: -125px;
}

section.banner ul li {
	float: left;
	margin-right: 25px;
}
section.banner ul li p {
	float: left;
}
section.banner ul li img {
	float: left;
	margin-top: 8px;
	margin-right: 8px;
}
section.banner ul li strong {
	display: block;
}
section.banner article {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    box-shadow: 0px 15px 30px -15px rgb(0 0 0 / 0.4);
    border-radius: 15px;
    padding: 22px 20px;
    width: 300px;
    background-image: url(../img/bg-duvidas.png);
    background-position: 100% -15px;
    background-repeat: no-repeat;
    z-index: 1;
    transition: .5s;
}
section.banner article h4 {
    font-weight: 800;
    color: var(--azul);
    text-transform: uppercase;
    font-size: 32px;    
    text-align: center;
}
section.banner article h4:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: var(--azul);
    display: block;
    margin: 10px 0 25px;
}
section.banner article h4 > span {
    font-size: 12.8px;
    display: block;    
}
section.banner article h4 img {
    position: relative;
    top: -3px;
}
section.banner article p {
    text-align: center;
    margin-bottom: 25px;
    font-size: 16px;
}
section.banner article a {
    padding: 12px;
    text-align: center;
    background: #1ec64e;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 20px;
}
section.banner article a:hover {
    background-color: #1aa943;
}
section.banner article .fechar {
    position: absolute;
    right: -5px;
    top: -5px;
    background: var(--azul);
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    border-radius: 10px;
    padding-top: 7px;
    font-size: 15px;
    font-family: system-ui;
    cursor: pointer;
    transition: .3s;
    z-index: 1;
}
section.banner article .fechar:hover {
    background: #e5572f;
}
section.banner article .perder {
    position: absolute;
    bottom: -110%;
    background: #fff;
    left: 0;
    right: 0;
    padding: 30px;
    height: 100%;
    border-radius: 15px;
    transition: .3s;  
}
section.banner article.ativo .perder {
    bottom: 0;
}
section.banner article .perder p strong {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    display: block;    
}
section.banner article.fechado {
    bottom: -110%;
}




section.desconto {
	padding: 25px 0 0;
}
section.desconto .info {
    background: #fff;
	box-shadow: 0px 0px 30px -15px rgb(0 0 0 / 0.3);
    border-radius: 15px;	
}
section.desconto article {
    padding: 25px;	
    text-align: center;
}
section.desconto article sup {
    background-color: var(--azul);
    color: #fff;
    width: 130px;
    height: 130px;
    float: left;
    font-size: 48px;
    position: unset;
    line-height: normal;
    vertical-align: unset;
    text-align: center;
    padding-top: 34px;
    font-weight: 800;
    border-radius: 100%;
    margin-bottom: 20px;
    margin-right: 20px;
}
section.desconto article p {
    margin-bottom: 0;
}
section.desconto article h2 {
	font-size: 58px;
    font-weight: 800;
    color: var(--azul);	
	line-height: 48px; 
	margin: 0 0 -5px;   
    text-transform: uppercase;
}
section.desconto article h2 span {
	font-size: 30px;
	color: var(--cinzaA);
	display: block;
    text-transform: none;
    margin-bottom: 10px;
}
section.desconto .contador {
    float: right;
    font-size: 90px;
    font-weight: 800;
    color: #a0a6a6;	
    margin-top: -15px;
}
section.desconto .contador span {
    width: 160px;
    height: 160px;
    display: inline-block;
    background: #ecefef;
    border-radius: 100%;
    text-align: center;
    padding-top: 10px;	
}
section.desconto .contador sub {
	bottom: unset;
    position: relative;
    line-height: unset;
    font-size: 165px;
    color: var(--azul);
    font-family: monospace;
    line-height: 0;
    margin: 0 -15px;
    top: 12px;	
}
section.desconto form {
    background: var(--azul);
    padding: 20px 15px;
    border-radius: 0 0 15px 15px;
}
section.desconto form a {
    padding: 12px;
    text-align: center;
    background: #1ec64e;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    display: block;
    font-size: 18px;
}
section.desconto form a:hover {
    background-color: #1aa943;    
}




section.sobre {
	padding: 75px 0;
}
section.sobre img {
	float: left;
	margin-right: 50px;
    border-radius: 20px;
}
section.sobre h2 {
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 13px;
    font-weight: 600;
}
section.sobre h3 {
    font-size: 66px;
    font-weight: 800;
    color: var(--azul);
    text-transform: uppercase;
    line-height: 64px;
    margin: 0 0 30px;
    position: relative;
} 

section.sobre p {
	font-size: 16px;
	line-height: 32px;
}
section.sobre a {
    display: table;
    background-color: #1ec64e;
    color: #fff;
    font-size: 22px;
    padding: 14px 32px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 40px;	
    position: relative;
}
section.sobre a:hover {
    background-color: #1aa943;
}
section.sobre a:before {
    content: '';
    position: absolute;
    background-image: url(../img/icone-seta.png);
    width: 151px;
    height: 27px;
    right: -191px;
}




section.servicos {
	padding: 0;
	position: relative;
}

section.servicos h2 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 7.5px;
    font-weight: 600;
} 
section.servicos h3 {
    font-size: 66px;
    font-weight: 800;
    color: var(--azul);
    text-transform: uppercase;
    line-height: 64px;
    margin: 0 0 30px;
}
section.servicos article {
	height: 350px;
	overflow: hidden;
	border-radius: 35px;
	position: relative;
}
section.servicos article img {
	position: absolute;
}
section.servicos article h4 {
	font-size: 30px;
	font-weight: 800;
	color: #fff;
	position: relative;
}
section.servicos article h4:before {
    content: '';
    width: 9px;
    height: 23px;
    background-color: var(--azul);
    display: inline-block;
    margin-right: 10px;
    border-radius: 10px;
}
section.servicos article p {
	color: #fff;
}
section.servicos article a {
	display: table;
	padding: 10px 26px;
	border: 2px solid #fff;
	border-radius: 10px;
	color: #fff;
}
section.servicos article a:hover {
	background-color: #fff;
	color: var(--cinzaA);
}
section.servicos article blockquote {
	padding: 30px;
	position: absolute;
	bottom: 0;
	margin: 0;
}
section.servicos .img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
    filter: brightness(0.6);
    transition: 0.3s;
}
section.servicos article:hover .img {
    filter: brightness(0.7);
    transform: scale(1.2);    
}
section.servicos hr {
	margin: 50px 0;
    border-color: var(--azul);	
    position: relative;
    border-width: 2px;
}
section.servicos hr:before {
    content: '';
    position: absolute;
    top: -26px;
    width: 52px;
    height: 52px;
    background: var(--azul);
    border-radius: 100%;
    border: 12px solid #fefefe;
    box-shadow: 0 0 0 3px var(--azul);
}
section.servicos form {
	background: #fff;
    box-shadow: 0px 0px 30px -15px rgb(0 0 0 / 0.3);
    border-radius: 15px;	
    padding: 30px;
}
section.servicos form h5 {
	font-size: 32px;
	color: var(--azul);
	text-align: center;
	font-weight: 800;
	line-height: 30px;
}
section.servicos form span {
	font-weight: 600;
	color: #a9a9a9;
	display: block;
	text-align: center;
    text-decoration: line-through;	
}
section.servicos form p {
	font-size: 62px;
	font-weight: 800;
	color: var(--cinzaA);
    line-height: 52px;
    margin: 0 0 20px;    	
}
section.servicos form sup {
	top: -25px;
    font-size: 24px;
    right: -15px;	
}
section.servicos form a {
    padding: 12px;
    text-align: center;
    background: #1ec64e;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    display: block;
}
section.servicos form a:hover {
    background-color: #1aa943;    
}
section.servicos form ul {
    margin: 0 0 20px;
}
section.servicos form ul li {
    font-size: 14px;
}
section.servicos form ul li img {
    width: 15px;
}




section.exemplo {
	padding-bottom: 0;
}
section.exemplo h2 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 7.5px;
    font-weight: 600;
    text-align: center;
} 
section.exemplo h3 {
    font-size: 66px;
    font-weight: 800;
    color: var(--azul);
    text-transform: uppercase;
    line-height: 64px;
    margin: 0 0 30px;
    position: relative;
    display: table;
    margin: 0 auto;
}

section.exemplo p {
	text-align: right;
    color: var(--azul);
    margin-right: 212px;
}
section.exemplo p:before {
	content: '';
	width: 7px;
	height: 7px;
	background-color: var(--azul);
	display: inline-block;
	border-radius: 100%;
	margin-right: 5px;
}
section.exemplo #comparador {
    max-width: 900px;
    width: 100%;
	margin: 25px auto;
    padding: 50px 0 0;
}
section.exemplo .container {
	position: relative;
}

section.exemplo #comparador img {
	top: 75px;
}




section.credito article {
    background: #fff;
    box-shadow: 0px 15px 30px -15px rgb(0 0 0 / 0.3);
    border-radius: 15px;
    padding: 30px 30px 22px 275px;
    position: relative;
}
section.credito article h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 7.5px;
    font-weight: 600;
    margin: 0;
} 
section.credito article h3 {
    font-size: 50px;
    font-weight: 800;
    color: var(--azul);
    text-transform: uppercase;
    line-height: 64px;
    margin: 0;
}
section.credito article > img {
	float: right;
	margin-top: 16px;
}
section.credito article figure {
    position: absolute;
    left: -75px;
    top: -82px;
}




section.faq h2 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 7.5px;
    font-weight: 600;
    margin: 0 0 5px;
} 
section.faq h3 {
    font-size: 72px;
    line-height: 68px;
    font-weight: 800;
    color: var(--azul);
    text-transform: uppercase;
    margin: 0 0 50px;
}
section.faq .card {
    background: #fff;
    box-shadow: 0px 15px 30px -15px rgb(0 0 0 / 0.2);
    border-radius: 15px!important;
    border: 0;
    margin-bottom: 18px;
}
section.faq .card:last-child {
	margin-bottom: 0;
}
section.faq .card a {
    font-size: 16px;
    font-weight: 800;
    display: flex;
    padding: 15px;
    cursor: pointer;
    align-items: center;
}
section.faq .card a img {
	margin-right: 10px;
}
section.faq .card p {
	padding: 0 18px;
    padding-bottom: 10px;	
}
section.faq figure {
	float: right;
}
section.faq article {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(255 255 255 / 90%);
    box-shadow: 0px 15px 30px -15px rgb(0 0 0 / 0.2);
    border-radius: 15px;
    padding: 40px 20px 30px;
    width: 300px;
    background-image: url(../img/bg-duvidas.png);
    background-position: 100% -15px;
    background-repeat: no-repeat;
}
section.faq article h4 {
    font-weight: 800;
    color: var(--azul);
    text-transform: uppercase;
    font-size: 32px;	
    text-align: center;
}
section.faq article h4:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: var(--azul);
    display: block;
    margin: 15px 0 25px;
}
section.faq article h4 img {
	position: relative;
	top: -3px;
}
section.faq article p {
	text-align: center;
	margin-bottom: 25px;
}
section.faq article a {
    padding: 12px;
    text-align: center;
    background: #1ec64e;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    display: block;
}
section.faq article a:hover {
    background-color: #1aa943;
}



section.depoimentos {
	padding: 25px 0 0;
}
section.depoimentos h2 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 7.5px;
    font-weight: 600;
    margin: 0 0 5px;
} 
section.depoimentos h3 {
    font-size: 72px;
    line-height: 68px;
    font-weight: 800;
    color: var(--azul);
    text-transform: uppercase;
    margin: 0 0 50px;
}
section.depoimentos blockquote:before {
    width: 251px;
    height: 100%;
    content: '';
    background-image: url(../img/bg-depoimentos.png);
    background-size: cover;
    background-position: 45px -10px;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;    
}
section.depoimentos blockquote:after {
    width: 81px;
    height: 81px;
    content: '';
    background-image: url(../img/icone-google.png);
    background-size: cover;
    position: absolute;
    top: -20px;
    right: -15px;
}
section.depoimentos blockquote {
    background: #fff;
    box-shadow: 0px 10px 35px -15px rgb(0 0 0 / 0.2);
    border-radius: 15px;
    margin: 0 0 30px;
    padding: 30px;
    position: relative;
}
section.depoimentos blockquote h4 {
	font-size: 24px;
	font-weight: 800;
	color: var(--azul);
}

section.depoimentos blockquote h4 span {
    font-size: 16px;
    font-weight: 600;
    color: var(--cinzaA);
    display: block;
    margin: 0 0 15px;    
}




section.contato {

}
section.contato h3 {
	font-size: 48px;
	color: var(--azul);
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	margin: 65px 0 0;
}
section.contato p {
	text-align: center;
	margin: 0 0 30px;
}
section.contato form input, section.contato form textarea {
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #8d8f8f;
    width: 100%;
    margin-bottom: 12px;
}
section.contato form textarea {
	height: 120px;
}
section.contato form button {
    padding: 12px;
    text-align: center;
    width: 100%;
    background: #1ec64e;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;	
    transition: 0.3s;
}
section.contato form button:hover {
    background-color: #1aa943;
}



footer {
	background-color: #f6f6f6;	
	padding-top: 35px;
}
footer img {
    max-width: 130px;
}
footer ul li {
	font-size: 22px;
	font-weight: 600;
}
footer ol li {
	display: inline-block;
}
footer h6 {
	font-size: 22px;
	font-weight: 600;
}
footer .creditos {
	background-color: var(--azul);
	padding: 20px 0;
	margin-top: 35px;	
}
footer .creditos p {
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
footer .creditos a {
    position: absolute;
    right: 30px;
    top: -7px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;	
}
footer .creditos a img {
	margin-left: 5px;
}



{
    padding: 50px 0 0;
}
.barra {
    display: block;
    height: 50px;
    border: 1px solid #abb5b0;
    width: 100%;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.barra .progresso {
    background: var(--azul);
    width: 0;
    height: 100%;
    border-radius: 12px;    
    animation-name: example;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 3s;
}
@keyframes example {
  from {width: 0;}
  to {width: 100%;}
}
.barra sup {
    position: absolute;
    top: 25px;
    margin-left: -50px;
    left: 1%;
    font-weight: 600;
    color: #fff;    
    animation-name: example2;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 5.1s;
}
.barra sup:after {
    content: '%';
    display: inline-block;
}
@keyframes example2 {
  from {left: 2%;}
  to {left: 100%;}
}