@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&amp;display=swap');
html, body{
margin:0;
padding:0;
font-family: "Raleway", sans-serif;
background:#FFF;
}
ul{
margin:0;
padding:0;
}
ul li{
padding:0;
margin:0;
list-style: none;
font-family: "Raleway", sans-serif;
}
img{
max-width: 100%;
height:auto;
border:0;
outline: 0;
}
body.over{
overflow: hidden;
}
button, input, a, select{
outline: 0 !important;
border:0;
text-decoration: none;
font-family: "Raleway", sans-serif;
}
a, span, p, h1, h2, h3, h4, h5, h6, small{
font-family: "Raleway", sans-serif;
}
a{
text-decoration:none;
font-family: "Raleway", sans-serif;
}
.container{
width:1200px;
max-width: 100%;
}
.content-header{
padding: 15px 0;
position: relative;
z-index: 99;
}
.content-header .logo{
max-width: 210px;
}
.content-header .menu .list-menu .item-menu{
position: relative;
}
.content-header .menu .list-menu .item-menu:not(:last-child){
margin-right:40px;
}
.content-header .menu .list-menu .item-menu a{
position: relative;
color:#133e59;
font-weight: 500;
font-size: 18px;
padding: 10px 0;
display: flex;
transition:all .2s linear;
}
.content-header .menu .list-menu .item-menu a:hover, .content-header .menu .list-menu .item-menu.active > a{
color: #1876b1;
}
.content-header .menu .list-menu .item-menu.is_sub a{
padding-right:20px;
}
.content-header .menu .list-menu .item-menu.is_sub a:after{
content:"\f078";
font-family: "Font Awesome 6 Pro";
position:absolute;
right:0;
top:50%;
transform:translatey(-50%);
font-size: 16px;
transition:all .2s linear;
}
.content-header .menu .list-menu .item-menu .submenu-div{
opacity: 0;
visibility: hidden;
position:absolute;
transition:all .2s linear;
left:0;
top: 100%;
background-color: #fff;
border-top: 2px solid #133e59;
min-width: 250px;
box-shadow: 0 5px 5px rgba(13, 13, 13, 0.2);
}
.content-header .menu .list-menu .item-menu .submenu-div ul li a{
padding: 8px 12px;
font-size: 16px;
display: block;
}
.content-header .menu .list-menu .item-menu .submenu-div ul li:first-child a{
padding-top:15px;
}
.content-header .menu .list-menu .item-menu .submenu-div ul li:last-child a{
padding-bottom:15px;
}
.content-header .menu .list-menu .item-menu .submenu-div ul li a:after{
display: none;
}
.content-header .menu .list-menu .item-menu.active .submenu-div{
opacity: 1;
visibility: visible;
}
section#servicos{
background-color: #133e59;
position: relative;
padding:70px 0;
}
section#servicos h2{
color: #fff;
text-align: center;
font-weight: 800;
font-size: 36px;
margin: 0 auto 5px;
}
section#servicos h3{
text-align: center;
font-weight: 600;
color: #42ea9b;
font-size: 22px;
margin:0 auto 15px;
}
section#servicos  a.btn-servico{
background-color: #ebf0f9;
font-size: 18px;
font-weight: 500;
fill: #133e59;
color: #133e59;
border-style: solid;
border-width: 1px;
border-color: #ebf0f9;
border-radius: 4px 4px 4px 4px;
padding: 5px;
height: 50px;
max-width: 700px;
margin: 0 auto 15px;
transition:all .2s linear;
}
section#servicos  a.btn-servico i{
font-size: 16px;
margin-left: 10px;
transition: all .2s linear;
position: relative;
}
section#servicos  a.btn-servico:hover{
transform:scale(0.95);
}
section#servicos  a.btn-servico:last-child{
margin-bottom: 0;
}
section#como-funciona{
padding:70px 0;
background-color:#ebf0f9;
}
section#como-funciona h2{
text-align: center;
color: #133e59;
font-weight: 700;
font-size: 30px;
margin: 0 auto 30px;
}
.comos{
margin:0 -20px 0;
}
.comos .como{
width: 33.3333%;
padding: 15px 20px;
text-align: center;
}
.comos .como .content-como .icone{
font-size: 40px;
color: #bf7d2c;
margin:0 auto 5px;
}
.comos .como .content-como h3{
color: #133e59;
font-weight: 700;
font-size: 24px;
margin: 0 auto 10px;
}
.comos .como .content-como p{
font-size: 18px;
max-width: 350px;
margin: 0 auto 20px;
font-weight: 500;
color: #131313;
}
.atencao{
box-shadow: 0 0 10px 0 rgba(0,0,0,.11);
background-color: #fff;
margin-top: 40px;
padding: 30px;
text-align: center;
}
section#como-funciona .atencao h2{
font-size: 18px;
margin: 0 auto 5px;
font-weight: 800;
}
sectioN#como-funciona .atencao h3{
font-weight: 700;
font-size: 15px;
margin: 0 auto 15px;
color:#131313;
}
sectioN#como-funciona .atencao p{
font-size: 15px;
max-width: 860px;
margin:0 auto 0;
color:#131313;
}
section#duvidas{
background-color:#fff;
padding:70px 0;
}
section#duvidas h2{
text-align: center;
color: #133e59;
font-weight: 700;
font-size: 30px;
margin: 0 auto 30px;
}
.duvidas .duvida{
width: 100%;
border: 1px solid #ccc;
}
.duvidas .duvida:not(:first-child){
border-top:0;
}
.duvidas .duvida h4{
display: flex;
align-items: center;
justify-content: space-between;
margin: 0;
color: #131313;
font-weight: 600;
font-size: 20px;
cursor: pointer;
padding: 20px 25px;
}
.duvidas .duvida h4 i{
transition:all .2s linear;
}
.duvidas .duvida .resposta{
padding: 20px 25px 20px;
font-size: 16px;
color: #131313;
border-top: 1px solid #ccc;
}
.duvidas .duvida h4[aria-expanded="true"] i{
transform:rotate(180deg);
}
footer{
background-color: #133e59;
padding: 30px 0 0;
}
footer .logo-rodape{
max-width: 240px;
margin: 0 auto 25px;
}
.content-footer{
margin-bottom: 30px;
}
.content-footer .aba-footer h2{
color: #fff;
font-weight: 700;
font-size: 22px;
margin: 0 0 10px;
}
.content-footer .aba-footer span{
display: block;
color:#fff;
font-size: 18px;
margin:0 0 20px;
}
.content-footer .aba-footer a{
position: relative;
display: flex;
align-items: center;
color:#fff;
font-size: 18px;
margin-bottom: 12px;
padding-left: 20px;
}
.content-footer .aba-footer a:before{
content:"\f105";
font-family: "Font Awesome 6 Pro";
position:absolute;
left:0;
top:50%;
transform:translatey(-50%);
font-size: 16px;
transition:all .2s linear;
}
footer .copyright{
background-color: #131313;
text-align: center;
padding: 14px 0;
font-size: 14px;
color: #fff;
}
.steps-form .step.completed{
color: #131313;
background-color: #d7d7d7;
border-color: #d7d7d7;
}
.steps-form .step.active{
color:#fff;
background-color: #133e59;
border-color:#133e59;
}
.steps-form .step{
width: 25%;
padding: 10px 20px;
background-color: #fff;
border: 1px solid #ccc;
text-align: center;
font-size: 16px;
font-weight: 500;
border-radius: 10px 10px 0 0;
color:#131313;
}
#formDados .step{
display: none;
background-color: #ebf0f982;
padding: 25px;
border: 1px solid #ccc;
border-top: 0;
}
#formDados .step.active{
display: block;
}
#formDados h2.title-step{
font-weight: 700;
font-size: 20px;
color:#133e59;
margin:0 0 15px;
line-height: 1;
}
#formDados .input-form{
position: relative;
margin-bottom: 15px;
}
#formDados .input-form label{
display: flex;
align-items: center;
color:#131313;
font-weight: 700;
font-size: 16px;
position: relative;
}
#formDados .input-form label span{
color:#ff0000;
font-size: 10px;
margin-left: 5px;
}
#formDados .input-form label small{
font-size: 14px;
margin-left: 5px;
}
#formDados .input-form input{
width:100%;
height:48px;
border:1px solid #ccc;
background-color:#fff;
padding:5px 15px;
font-size: 16px;
font-weight: 500;
color:#131313;
}
#formDados .input-form input.error, #formDados .input-form select.error{
border-color: #f00;
background-color: #ff000017;
color: #f00;
}
#formDados .input-form input.ok, #formDados .input-form select.ok{
border-color: #28c607a6;
background-color: #80ff0005;
color: #131313;
}
#formDados .input-form select{
width:100%;
height:48px;
border:1px solid #ccc;
background-color:#fff;
padding:5px 15px;
font-size: 16px;
font-weight: 500;
color:#131313;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(19,19,19,1)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: 22px;
background-position: center right 10px;
}
#formDados .input-form span.error{
font-size: 13px;
color: #f00;
padding: 0 5px;
display: none;
}
#formDados .input-form small.instrucao{
font-size: 15px;
font-weight: 500;
color: #133e59;
padding: 0 5px;
transition:all .2s linear;
max-height: 0;
opacity: 0;
visibility: hidden;
display: block;
}
#formDados .input-form input:focus + small.instrucao{
max-height: 90px;
opacity: 1;
visibility:visible;
}
#formDados .input-form .radio label{
cursor: pointer;
margin:7px 0;
}
#formDados .input-form .radio label span.check{
display: flex;
align-items: center;
justify-content: center;
width:20px;
height:20px;
border-radius: 50%;
border: 1px solid #ccc;
background-color:#fff;
margin-right:7px;
margin-left: 0;
}
#formDados .input-form .radio label span.check i{
display: flex;
align-items: center;
justify-content: center;
width:14px;
height:14px;
border-radius: 50%;
background-color: #133e59;
font-size: 0;
opacity: 0;
visibility: hidden;
transition: all .2s linear;
}
#formDados .input-form .radio input:checked + label span.check i{
opacity: 1;
visibility: visible;
}
#formDados .input-form .radios .radio:not(:last-child){
margin-right: 40px;
}
.acoes-form{
display: flex;
align-items: center;
justify-content: flex-end;
}
.acoes-form button{
width: 160px;
height: 52px;
border-radius: 10px;
align-items: center;
background-color: #133e59;
transition: all .2s linear;
font-weight: 700;
color: #fff;
font-size: 18px;
transition:all .2s linear;
}
.acoes-form button:hover{
background-color: rgb(13, 47, 68);
}
.acoes-form button:not(:last-child){
margin-right: 10px;
}
.s-hidden {
visibility:hidden;
padding-right:10px;
}
.select {
cursor: pointer;
display: inline-block;
position: relative;
appearance: none;
width: 100%;
padding: 0;
margin-bottom: 0px;
border: 0;
transition: box-shadow 150ms ease 0s, border-color 150ms ease 0s, padding 150ms ease 0s !important;
background-color: transparent !important;
}
.styledSelect {
position: absolute;
top: 50%;
right: 0;
bottom: 0;
left: 0;
background-color: transparent;
padding: 0;
transform: translateY(-50%);
height: 100%;
opacity: 0;
color:#555;
z-index: 5;
}
.styledSelect:active, .styledSelect.active {
background-color:transparent;
}
.options {
display:none;
position:absolute;
top:100%;
width: 100%;
left: 0;
z-index:999;
padding:0 0;
list-style:none;
border:1px solid #B7B7B7D6;
background-color: #f9f9f9;
border-radius:0;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
max-height: 220px;
overflow-y: auto;
color:#555;
font-size:15px;
margin: 0 !important;
}
.options li {
padding:0 6px;
margin:0 0;
padding:0 10px;
height:34px;
font-size:16px;
display:flex;
align-items:center;
color:#555;
}
.options li:hover{
background:#133e59;
color:#fff;
}
table.checkout{
width: 100%;
margin:0 0 25px;
border:1px solid #133e59;
background-color: #fff;
}
table.checkout thead tr th{
border-bottom: 1px solid #133e59;
padding: 15px 15px;
font-size: 16px;
font-weight: 700;
color: #133e59;
line-height: 1;
}
table.checkout thead tr th:not(:last-child){
border-right:1px solid #133e59;
}
table.checkout tbody tr td{
border-bottom: 1px solid #133e59;
padding: 15px 15px;
font-size: 16px;
font-weight: 500;
color: #131313;
line-height: 1;
}
table.checkout tbody tr td:not(:last-child){
border-right:1px solid #133e59;
}
table.checkout tfoot tr th{
border-bottom: 0;
padding: 15px 15px;
font-size: 16px;
font-weight: 700;
color: #131313;
line-height: 1;
}
table.checkout tfoot tr th:not(:last-child){
border-right:1px solid #133e59;
}
h3.title-payment{
display: flex;
align-items: center;
font-weight: 700;
font-size: 20px;
color: #133e59;
margin: 0 0 20px;
line-height: 1;
}
h3.title-payment img{
margin-right:10px;
}
.etapas .arrow{
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
color: #01bdae;
}
.etapas .etapa{
width:20%;
}
.etapas .etapa .number{
display: flex;
align-items: center;
justify-content: center;
width: 26px;
height: 26px;
background-color: #01bdae;
border-radius: 50%;
color: #fff;
font-size: 18px;
line-height: 1;
padding-bottom: 3px;
margin: 0 0 5px;
}
.etapas .etapa .text{
font-weight: 500;
color: #131313;
font-size: 16px;
line-height: 24px;
min-height: 72px;
}
button.btn-pagar{
background-color: #133e59;
width: 100%;
height: 50px;
border-radius: 5px;
color: #fff;
font-size: 18px;
font-weight: 500;
margin: 40px 0 10px;
transition: all .2s linear;
}
button.btn-pagar:hover{
background-color: rgb(13, 47, 68);
}
#loading{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 70px 0;
}
#loading span{
font-size: 15px;
color: #131313;
display: block;
width: 100%;
text-align: center;
margin: 10px 0 0;
}
#pixArea p{
font-size: 16px;
}
.options-qr {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
}
.options-qr #qrcode{
width:180px;
}
.options-qr-instructions {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 16px;
width:calc(100% - 200px);
}
.options-qr2{
display: none;
}
.areaPix{
padding: 30px;
background-color: #fff;
max-width: 660px;
margin: 0 auto;
}
#topbar{
background-color: #133e59;
position: relative;
width: 100%;
max-width: 660px;
margin:0 auto;
z-index: 1001;
height: 36px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
#topbar i{
margin-right:8px;
font-size: 15px;
}
#topbar span{
font-size:15px;
}
button#copy-button{
background-color: #133e59;
width: 100%;
height: 50px;
border-radius: 5px;
color: #fff;
font-size: 16px;
font-weight: 500;
transition: all .2s linear;
}
button#copy-button:hover{
background-color: rgb(13, 47, 68);
}
.upsell{
background-color: #fff;
padding: 30px;
}
.upsell h3{
color: #ff3c3c;
font-weight: 700;
font-size: 20px;
}
#loading-form{
position: fixed;
background-color: rgba(255, 255, 255, 0.5);
top: 0;
left: 0;
z-index: 99;
display: none;
align-items: center;
justify-content: center;
width: 100%;
height: 100vh;
}

@media(max-width:992px){
.menu .nav{
display: none;
}
.content-header .logo {
max-width: 160px;
}
.menu-mobile{
font-size: 22px;
color: #133e59
}
section#servicos h2 {
font-size:26px;
}
section#servicos h3 {
font-size: 18px;
margin: 0 auto 15px;
max-width: 250px;
}
section#servicos a.btn-servico {
font-size: 16px;
height: 46px;
max-width: 340px;
}
section#servicos{
padding:50px 0 60px;
}
section#como-funciona {
padding: 50px 0;
}
section#como-funciona h2 {
font-size: 24px;
margin: 0 auto 30px;
max-width: 360px;
}
.comos .como {
width: 100%;
padding: 0px 20px;
text-align: center;
max-width: 360px;
margin: 0 auto;
}
.comos .como .content-como .icone {
font-size: 32px;
}
.comos .como .content-como h3{
font-size: 20px;
}
.comos .como .content-como p {
font-size: 16px;
max-width: 350px;
}
section#como-funciona .atencao h2{
font-size:16px;
}
sectioN#como-funciona .atencao h3{
font-size: 14px;
}
sectioN#como-funciona .atencao p {
font-size: 14px;
}
section#duvidas{
padding:50px 0;
}
section#duvidas h2{
font-size:24px;
}
.duvidas .duvida h4 {
font-size: 16px;
padding: 15px 15px;
}
.duvidas .duvida .resposta {
padding: 15px 15px 5px;
font-size: 15px;
}
footer .logo-rodape {
max-width: 190px;
margin: 0 auto 25px;
}
.content-footer .aba-footer h2 {
font-size: 18px;
margin: 0 0 10px;
text-align: center;
}
.content-footer .aba-footer{
width:100%;
margin:0 0 15px;
}
.content-footer .aba-footer span {
font-size: 16px;
text-align: center;
}
.content-footer .aba-footer a::before{
display: none;
}
.content-footer .aba-footer a{
padding-left: 0;
justify-content: center;
font-size: 16px;
}
footer .copyright{
font-size: 12px;
}
.comos {
margin: 0;
}
.steps-form .step {
width: 100%;
border-radius: 0;
font-size: 15px;
}
.steps-form .step:first-child{
border-radius: 10px 10px 0 0;
}
#formDados .step{
padding:20px 15px;
}
#formDados h2.title-step{
font-size:18px;
}
#formDados .input-form label{
font-size: 14px;
}
#formDados .input-form input, #formDados .input-form select {
width: 100%;
height: 46px;
padding: 5px 10px;
font-size: 14px;
}
#formDados .input-form select{
background-size: 20px;
background-position: center right 5px;
}
.acoes-form button {
width: 50%;
height: 48px;
font-size: 16px;
}
.options li{
font-size:14px;
}
#formDados .input-form small.instrucao{
font-size: 13px;
}
.steps-form .step.completed{
border-color:#ccc;
}
table.checkout thead tr th {
padding: 10px 10px;
font-size: 15px;
}
table.checkout tbody tr td {
padding: 10px 10px;
font-size: 15px;
}
h3.title-payment{
font-size: 18px;
}
section#agendamento{
padding:0 0 70px;
}
.etapas .etapa {
width: 100%;
}
.etapas .etapa .number{
margin:0 auto 5px;
}
.etapas .etapa .text {
font-size: 15px;
line-height: 22px;
min-height: auto;
text-align: center;
max-width: 300px;
margin: 0 auto;
}
.etapas .arrow {
margin: 15px auto;
transform: rotate(90deg);
}
button.btn-pagar{
height:48px;
font-size: 16px;
}
.options-qr .options-qr-instructions{
display: none;
}
.options-qr2 {
display: block;
}
.areaPix {
padding: 20px 10px;
background-color: #fff;
}
.areaPix h1{
font-size: 18px !important;
}
.areaPix h1 + p{
font-size: 15px !important;
}
#pixArea p {
font-size: 15px;
}
button#copy-button{
height: 48px !important;
font-size: 15px;
margin-bottom: 25px;
}
#topbar span {
font-size: 14px;
}
.upsell {
background-color: #fff;
padding: 20px 10px;
}


}

