html {
    overflow-x: hidden;
}

body {
    margin: 0;
    background-color: #ffb422;
}

#wrap {
    position: relative;
    width: 760px;
    height: 5000px;
    margin: 0 auto;
}


#top {
    width: 960px;
    height: 150px;
    margin: 0 auto;
}

#top img {
    margin-top: 30px;
}

#menuHeader {
    width: 100%;
    height: 100px;
    position: absolute !important;
    top: 0;
    z-index: 2;



}

#menuHeader ul {
    width: 1263px;
    margin: 0 auto;
    list-style: none;
}

#menuHeader ul li {
    float: left;
    height: 100px;
    line-height: 100px;
}

#menuHeader ul li a {
    padding: 15px 30px;
    line-height: 73px;
    text-decoration: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#menuHeader ul li:first-child a {
    border-left: 0;
}

#menuHeader ul li:last-child a {
    border-right: 0;
}

#menuHeader ul li a:hover {
    background-color: #fff;
    color: #ff3839;
}

.logo {
    width: 270px;
    padding-top: 14px;
    margin-right: 360px;
    padding-left: 24px;
}

.seta-down {
    position: absolute;
    width: 400px;
    [] left: 40%;
}

.fim {
    position: absolute;
    width: 300px;
    bottom: -650px;
    left: 40%;
}

.menu-fixo {
    position: fixed !important;
    top: 0;
    z-index: 1;
    background-color: rgb(0, 0, 0, 0.5);
    transition: 1s;

}


/* BANNER */

#owl-demo .item {
    display: block;
    width: 100vw;
    height: 100vh;

}


.slide1 {
    background-color: #33b1b1;

}


.slide1 input {
    width: 293px;
    background: transparent;
    font-family: 'montserrat', sans-serif;
    font-size: 67px;
    font-weight: 800;
    color: white;
    border: none;
    text-decoration: none;
    text-align: center;
}

.slide1 span {
    font-family: 'montserrat', sans-serif;
    color: white;

    font-size: 37px;
    letter-spacing: 3.6px;

}


.auto {
    width: 1260px;
    height: 100vh;
    margin: 0 auto;
    display: flex;
}

.esq {
    height: 100%;
    width: 630px;
}

.esq > .mid {

    margin-top: calc(50vh - 178px);
    margin-left: calc(50% - 235px);

}


.dir {
    height: 100%;
    width: 630px;

}


.dir > .mid {
    margin-top: calc(50vh - 246px);
}

.divImg {
    height: 367px;
    margin: 0 auto;
}

.img {
    width: auto!important;
    margin: 0 auto;
}

.img2 {
    width: auto!important;
    margin: 0 auto;
}

.contador {
    display: flex;
    border: solid white 1px;
    height: 95px;
    margin-top: 20px;
    border-radius: 5px 0px 5px 0px;
}

.contador div {
    color: white;
    font-size: 65px;
    line-height: 97px;
    font-family: 'montserrat';
    font-weight: 800;
    margin-left: 30px;

}


.btns {
    margin-top: 19px;

}


.divbtn {

    height: 49px;
    width: 49px;
    cursor: pointer;


}

.motor {
    display: flex;

}

.btn-mais {
    background-color: #00476e;
    border-radius: 0px 5px 0px 0px;

}

.btn-menos {
    background-color: #e0491f;
    border-radius: 0px 0px 5px 0px;


}

/* FIM BANNER */

/* PT 2 */

.slide2 {
    background-color: #5f9e20;
}


.form div {
    margin-bottom: 25px;

}


.form div label {
    font-family: 'montserrat', sans-serif;
    color: white;
    font-size: 18px;
    font-weight: 700;


}

.form input {
    width: 400px;
    background-color: white;
    border-radius: 5px;
    height: 45px;
    border: none;
    text-decoration: none;
    margin-top: 8px;
    font-family: 'montserrat', sans-serif;
    font-size: 16px;
    padding-left: 16px;

}

.title {
    font-family: 'montserrat', sans-serif;
    font-size: 30px;
    color: white;
    font-weight: 800;
    margin-bottom: 30px;

}


.slide2 .esq > .mid {
    margin-top: calc(50vh - 290px);

}


.mask {
    background-color: black;
    opacity: 0.6;
    transition-duration: 2s;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    position: absolute;
}


.modalDir {
    width: 500px;
}

.modalDir img {
    margin-left: calc(50% - 197px);
    margin-top: calc(50% - 217px);
}

.modalEsq {
    width: 500px;
}

.modalEsq .form {
    margin-left: 80px;
    margin-top: calc(50% - 191px);
    text-align: left!important;
}


.modalTitle {
    text-align: center;
    font-family: 'montserrat', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: white;
    line-height: 36px;

}

.spnmodal1 {
    font-family: 'montserrat', sans-serif;
    color: white;
    font-weight: 400;
    font-size: 18px;
}


#ChegaMais {
    margin-top: 50px;
}


.footer1 {
    position: absolute;
    bottom: 0;
    z-index: 3;

    width: 100%;
    height: 40px;
    background-color: black;
    color: white;
    font-family: 'montserrat', sans-serif;
}


/* olhos */

.container {
    width: 271px;
    margin: 0 auto;
    text-align: center;

}

.container > div {
    margin-top: 10px;
    display: flex;
}

.eye {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    height: 21px;
    width: 21px;
    background: #CCC;

}

.eye:after {
    /*pupil*/
    position: absolute;
    bottom: 12px;
    right: 7px;
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    content: " ";
}



/* coracao */

.coracao {
    font-size: 15px;
    text-align: center;
    color: #de4f68;
    transition: 1s all;
    animation-name: pump;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    margin-left: 8px;
    margin-right: 8px;
}

@keyframes pump {
    0% {
        transform: scale(1.2);
    }
    50% {}
    100% {
        transform: scale(1.5);
    }
}


.texto {
    font-family: 'montserrat', sans-serif;
    color: white;
    margin-left: 15px;
    font-size: 12px;
    display: flex;
    text-align: center;
    line-height: 23px;
}

.texto strong {
    margin-left: 5px;

}


.valido {
    box-shadow: -1px 1px 12px 4px #10c20b;
    border: solid 4px #10c20b;

}

.invalido {
    box-shadow: -1px 1px 12px 4px #c11a1aa6;
    border: solid 4px #c11a1a;
}



/* SLIDE 03 */

.slide3 {
    background-color: #00476e;

}

.title3 {
    font-family: 'montserrat', sans-serif;
    font-size: 24px;
    color: white;
    font-weight: 400;
    margin-bottom: 12px;


}

.subTitle {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    color: white;
    font-weight: 800;
    margin: 12px 0px 12px 0px;

}


.title3 span {
    font-weight: 800;

}

.texto1 {
    font-size: 15.7px;
    font-family: 'montserrat', sans-serif;
    color: white;

}


.mid2 {
    margin-top: calc(50vh - 251px);
    height: 423px;
}

.menuClubVantagens{
    background-color: #e0491f;
    width: 100%;
    height: 67px;
    margin-top: 12px;
    display: flex;
    border-radius: 5px;
    
    
}


.itemMenu{
    width: 25%;
    text-align: center;
    padding-top: 14px;
    border-right: 1px solid white;
    
}

.iconMenu{
    color: white;
    font-size: 16px; 
    
}


.txtMenu{
    font-size: 16px;
    color: white;
    font-family: 'montserrat', sans-serif;
    font-weight: 700;
    
}

.slide4{
    
}

.mid3{
    margin-top: calc(50vh - 263px);
    
}

.divimg2{

    height: 460px;
    margin: 0 auto;


}