html {
  scroll-behavior: smooth;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    font-family: Quicksand;

}

a:hover{
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button{
    border: none;
}
button:hover{
    transform: scale3d(1.1rem)
}
button:focus {
    outline: none;
    box-shadow: none;
}
.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}
.btn:hover{
    color: #fff;
}

img{
    width: 100%;
}


.mb-110{
    margin-bottom: 110px;
}

@media(max-width: 767px){
    .desk{display: none;}
}

/* Nav */
.bg-light {
    background-color:  #fff !important;
    z-index: 100000;
}

nav{
    width: 100%;
}

.nav-link{
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #FF6B00 !important;
    text-align: center;
    font-family: 'Dosis', sans-serif;

}

.btn-pedir{
    padding: .5rem 1.1rem;
    font-family: Quicksand;
    background: #FEC827;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    margin-left: 1rem;
}

.btn-pedir:hover{
    color: #fff;
    transform: scale(1.1);
}


@media(max-width: 1199px){
    .nav-link{
        font-size: 16px;
    }
}

@media(max-width: 991px){
    .nav-link {
        text-align: left;
    }
    .btn-pedir{
        margin-left: 0;
    }
}

/* Footer */
footer{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 300px;
    padding-bottom: 60px;
}

footer img{
    width: 97.04px;
    height: 105.69px;
}

footer .box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

footer .title{
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 6px;
}

footer a{
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
}

footer a:hover, footer:active {
    text-decoration: none;
    color: #f5f5f5;
}

footer .rede-social img{
    width: 24px;
    height: 24px;
}

footer .rede-social {
    justify-content: space-around;
    align-content: space-around;
    display: flex;
}

.copyright{
    margin-top: 70px;
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
}

.rede-social a:hover{
    opacity: .6;
}


@media(max-width: 991px){
    footer .rede{
        margin-top: 1.5rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media(max-width:767px){
    footer .box{
        width: 100% !important;
        display: flex;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    footer .title{
        margin-top: 1.5rem;
        text-align: center;
    }

    footer p{
        text-align: center;
    }
}

/* Heaader */
.header{
    position: relative;
    background-image: url('../img/header.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 470px;
}

.header .title{
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 100%;
    /* or 50px */


    color: #FFFFFF;
}

.header .title span{
    font-weight: bold;
}

.header .subtitle{
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    margin-top: 40px;
    color: #FFFFFF;
}

.vertical{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width: 1199px){
    .header .title {
        font-size: 46px;
    }
}

@media(max-width: 991px){
    .header .title {
        font-size: 42px;
    }
    .header .subtitle {
        font-size: 20px;
    }
}

@media(max-width: 767px){
    .header .title {
        font-size: 38px;
    }
    .header .subtitle {
        font-size: 18px;
    }
}

@media(max-width: 660px){
    .header .title {
        font-size: 32px;
    }
}


@media(max-width: 575px){
    .header .title {
        font-size: 30px;
        margin-left: 10px;
    }
    .header .subtitle {
        margin-left: 10px;

    }
}


@media(max-width: 430px){
    .header .title{
        font-size: 28px;
        margin-left: 10px;
    }
    .header .subtitle {
        font-size: 16px;
    }
}

@media(max-width: 400px){
    .header .title {
        font-size: 28px;
    }
}

@media(max-width: 360px){
    .header .title {
        font-size: 26px;
    }
}
/* Formulario */
label{
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;   
    color: #FF6B00;
}

.form-control {
    background: #FFFFFF;
    border: 1px solid #FF6B00;
    box-sizing: border-box;
    border-radius: 6px;
}

.form-check input{
    all: unset;
    border: 1px solid #FF6B00;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
}
.form-check input:checked{
    background-color: #FF8126;
  
}

@media(max-width: 500px){
    label {
        font-size: 16px;
    }

    .form-check input {
        width: 10px;
        height: 10px;
     }
}

/* Adquira já */
.adquira{
    position: relative;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 900px;
    margin-bottom: 100px;
}

.duvida2{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 940px;
    margin-bottom: 100px;
}

.adquira h1{
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 100%;
    color: #FFFFFF;
}

.adquira span{
    font-weight: bold;
}

.adquira p{
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
    margin-top: 25px;
}

.duvida2 h1,
.duvida2 p{
    color: #FF6B00;
}

.adquira .btn-adquira{
    padding: 13px 60px;
    background: #FEC827;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 70px;
}

 .duvida2  .btn-adquira{
    background: #FF6B00;
}

.adquira .vertical{
    transform: translateY(-70%);
}

@media(max-width: 1230px){
    .adquira {
        height: 100vh;
        margin-bottom: 0px;
    }

    .adquira .vertical {
        transform: translateY(-75%);
        margin-left: 5%;
    }
    .duvida2{
        height: 1300px;
    }
}

@media (max-width: 1230px){
    .adquira .vertical {
        margin-left: 0%;
    }
     .adquira p {
        font-size: 20px;
    }
}


@media (max-width: 991px){
    .adquira {
        height: 85vh;
        margin-bottom: 0px;
    }
    .adquira h1 {
        font-size: 36px;
    }
    .adquira .btn-adquira {
        margin-top: 50px;
    }
}

@media (max-width: 860px){
    .adquira {
        height: 70vh;
        margin-bottom: 0px;
    }
    .adquira h1 {
        font-size: 32px;
    }
    .adquira .btn-adquira {
        margin-top: 50px;
    }
    
}


@media (max-width: 767px){
    .adquira {
        height: 70vh;
        margin-bottom: 0px;
        background-size: cover;
    }
    .adquira h1 {
        font-size: 30px;
    }
    .adquira .btn-adquira {
        margin-top: 50px;
    }
}

@media (max-width: 660px){

    .adquira h1 {
        font-size: 28px;
    }

    .adquira p{
        font-size: 18px;
    }
    .adquira .btn-adquira {
        margin-top: 50px;
    }
}

@media (max-width: 330px){
    .navbar-brand {
        width: 70%;
}