* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
}
  span i {
    border: 1px solid #ff8800;
    border-radius: 100px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}
span i:hover{
    background: #ff8800;
    transition: all 0.3s ease-in-out;
}
::-webkit-scrollbar{
	width:10px;
}
::-webkit-scrollbar-thumb{
	width:10px;
	background: #0E2759;
	border-radius:30px;
}

::selection {
    background: #ff8800;
    color: #f1f1f1;
}
html,body {
    background-color: #f1f1f1;
    scroll-behavior: smooth;
    scroll-padding: 10px;
    overflow-x: hidden;
    transition: all .3s ease-in-out;
}

.interface {
    max-width: 1280px;
    max-height: 900vh;
    margin: 0 auto;
    padding: 0 4%;
}

header .btn-contato button, .hero-site button, .hoteis button {
    font-size: 1rem;
    background: transparent;
    border: solid 1px #fff;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
}

header .btn-contato button:hover, .hero-site button:hover, .hoteis button:hover{
    transition: all .5s ease-in-out;
    background: #f1f1f1;
    color: #000;
}

header {
    width: 100%;
    padding: 40px 0px;
    position: fixed;
    top: 0;
    left: 0;
    transition: all .5s ease-in-out;
    z-index: 5;
}

header .interface {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo img {
    max-width: 40px;
}
/* menu dinanmico */
header .logo img.logo-preta {
    display: none;
}

header.rolar {
    background: #fff;
    padding: 1.2rem 0px;
    filter: drop-shadow(0px 0px 8px #00000061);
}

header.rolar .menu-desktop nav ul li a {
    color: #000;
}

header.rolar .btn-contato button{
    border: solid 1px #000;
    color: #000;
    border-radius: 30px;
}

header.rolar .btn-contato button:hover {
    transition: all .5s ease-in-out;
    background: #000;
    color: #fff;
}

header.rolar .logo .logo-branca {
    display: none;
}

header.rolar .logo .logo-preta {
    display: block;
}
/* fim menu dinanmico */

header .menu-desktop nav ul {
    list-style: none;
}

header .menu-desktop nav ul li {
    display: inline-block;
    margin: 0px 20px;
}

header .menu-desktop nav ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

header .menu-desktop nav a:hover {
    transition: all 1s ease-in-out;
    transform: scale(1.05);
}

header .btn-contato button{
    width: 140px;
    height: 50px;
}
/* botão menu mobile */
header .btn-menu-mob{
    display: none;
    position: relative;
    z-index: 9999;
}

header .btn-menu-mob div{
    background-color: #fff;
    height: 3px;
    margin: 10px 0;
    transition: all .2s ease-in-out;
}

header .btn-menu-mob .line-menu-mob-1{
    width: 30px;
    cursor: pointer;
}
header .btn-menu-mob .line-menu-mob-2{
    width: 20px;
    cursor: pointer;
}

header.rolar .btn-menu-mob div{
    background: #000;
}

header .btn-menu-mob .line-menu-mob-1.ativo1{
    transform: rotate(45deg) translate(31%);
    background: #fff;
}

header .btn-menu-mob .line-menu-mob-2.ativo2{
    transform: rotate(-45deg) translate(31%);
    width: 30px;
    background-color: #fff;
}
/* fim botão menu mobile */

/* menu mobile */
header .menu-mobile{
    width: 0px;
    height: 0px;
    overflow: hidden;
    background-color: #000000cc;
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .5s ease-in-out;
}

header .menu-mobile nav ul {
    list-style: none;
}

header .menu-mobile nav {
    width: 100%;
}

header .menu-mobile nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 1.2rem 0px;
}

header .menu-mobile nav a:hover {
    background-color: #fff;
    color: #000;
    transition: all .5s ease-in-out;
    filter: drop-shadow(0px 0px 20px #fff);
}

header .menu-mobile.abrir{
    width: 90%;
    height: 80vh;
    border-radius: 10px;
}

/* fim menu mobile */
section.hero-site {
    width: 100%;
    height: 98vh;
    background-image: url(../images/bg-inicio-site.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.hero-site .interface{
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 2.5rem;
}

.hero-site .txt-hero h2{
    font-size: 4rem;
    line-height: 70px;
    font-weight: 200;
    margin-top: 15rem;
}

.hero-site .txt-hero h2 span{
    display: block;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #ff8800;
}

.hero-site .txt-hero p{
    font-size: 1.1rem;
    font-weight: 300;
    margin: 20px 0px;
}

.hero-site .txt-hero span{
    display: block;
}

.hero-site button{
    width: 220px;
    height: 60px;
    font-size: 1rem;
}

section.vantagens{
    width: 100%;
    padding: 80px 0px;
}

.vantagens .itens-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 1.2rem;
    gap: 10%;
    margin-bottom: 60px;
}

.vantagens .itens-container .img-itens img{
    max-width: 480px;
    margin-top: 1rem;
    box-shadow: 5px 5px 5px #ff8800;
    border-radius: 30px;
}
.espaco img{
    margin-left: 30px;
}
.vantagens .itens-container .img-itens img:hover{
    transition: all .5s ease-in-out;
    transform: scale(1.1);
}


.vantagens .itens-container .txt-itens h3{
    font-size: 3rem;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 1.2rem;
}

.vantagens .itens-container .txt-itens h3 span{
    background: #ff8800;
    color: #fff;
    font-weight: 200;
}

section.contato{
    background: #fff;
    padding: 80px 0px;
}

.txt-contato, .icons-contato{
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    vertical-align: middle;
}

.contato .txt-contato h3{
    font-size: 2.5rem;
    line-height: 50px;
    font-weight: 300;
    margin-left: 1rem;
    margin-bottom: 1.1rem;
}

.contato .txt-contato h3 span{
    display: block;
    font-weight: 700;
}
.contato .txt-contato p{
    margin-left: 1rem;
}

.contato .icons-contato a{
    text-decoration: none;
}

.contato .icons-contato button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    height: 60px;
    margin: 0 auto 20px auto;
    padding: 0px 60px;
    background: transparent;
    border: solid 2px #000;
    border-radius: 30px;
    cursor: pointer;
}

.contato .icons-contato button i{
    font-size: 22px;
}

.contato .icons-contato button:hover{
    transition: all .5s ease-in-out;
    background: #000;
}

.contato .icons-contato button:hover i, .contato .icons-contato button:hover p{
    transition: all .5s ease-in-out;
    color: #fff;
}

section.hoteis{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/hotel-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
    text-align: center;
}

.hoteis > .overlay{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hoteis > .interface{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    z-index: 2;
    position: relative;
}

.hoteis h3{
    font-size: 3rem;
    font-weight: 200;
    line-height: 50px;
}

.hoteis h3 span{
    display: block;
    font-weight: 700;
}

.hoteis p{
    margin: 20px 0px;
    font-size: 1.2rem;
    font-weight: 300;
}

.hoteis button{
    width: 220px;
    height: 60px;
}

section.como-funciona{
    width: 100%;
    padding: 80px 0px;
}

.txt-funciona,.instrucoes{
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    vertical-align: top;
}
.como-funciona .txt-funciona{
    position: sticky;
    top: 50%;
    padding: 35px;
}
.como-funciona .txt-funciona h3{
    font-size: 4rem;
    line-height: 60px;
    margin-left: 4rem;
    font-weight: 200;
    text-align: center;
}

.como-funciona .txt-funciona h3 span{
    display: block;
    font-weight: 700;
    color: #fff;
    background: #ff8800;
}

.instrucoes .instru-box{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 3rem;
    margin-bottom: 40px;
    border: solid 1px #000;
    border-radius: 30px;
    padding: 1.5rem;
}

.instrucoes .instru-box img{
    max-width: 100px;
}

.instrucoes .instru-box h4{
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.instrucoes .instru-box h4 span{
    font-weight: 300;
    background: #ff8800;
    color: #fff;
}

.instrucoes .instru-box h4 p{
    font-size: 1rem;
    line-height: 20px;
}
section.galeria{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    height: 400px;
    background: #f1f1f1;
}
.galeria img{
    width: 200px;
    height: 200px;
    border-radius: 200px;
    margin-bottom: 10px;
    gap: 1rem;
    transition: all .3s ease-in-out;
    margin-left: 100px;
}
.galeria img:hover{
    transition: all .3s ease-in-out;
    transform: scale(1.1);
    border-radius: 30px;
}
.forms{
    overflow: hidden;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../images/hotel-responsivo.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.form{
    width: 100%;
    margin: 0 auto;
    max-width: 32rem;
    font-size: 1.125rem;
    padding-bottom: 2rem;
}
.form h2{
    font-size: 3rem;
    text-align: center;
    color: #fff;
}
.form h2 span{
    background: #ff8800;
    color: #fff;
    font-weight: 300;
}
.form label, .form.input, .form textarea, .form button{
    display: block;
    width: 100%;
    margin: 0 auto;
}

.form label{
    color: #000;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.form input, .form textarea{
    font: inherit;
    padding: 0.8rem;
    margin-bottom: 1rem;
    border: none;
    border-radius: 30px;
    outline: none;
    width: 100%;
}

.form textarea{
    width: 100%;
    min-height: 15rem;
    resize: vertical;
}

.form button{
    background: #fff;
    padding: 1rem;
    color: #0d0e0f;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}

.form button:hover{
    transition: all .3s ease-in-out;
    background-color: #d1d1d1;
}

footer{
    width: 100%;
    padding: 30px 0px;
    background-color: #000;
    text-align: center;
    color: #fff;
}
footer .top-footer a{
 text-decoration: none;   
}

footer .top-footer button{
    width: 50px;
    height: 50px;
    font-size: 1rem;
    border: solid 1px #fff;
    background-color: transparent;
    color: #f1f1f1;
    border-radius: 50%;
    margin-bottom: 1.2rem;
    margin:1rem;
    cursor: pointer;
}

footer .top-footer button:hover{
    transition: all .5s ease-in-out;
    background: #fff;
    color: #000;
}
/* animações */

.txt1,.txt2,.txt3,.img1,.img2,.img3 {
    visibility: hidden;
}
