*{  margin: 0;
    padding: 0;
    border: 0;
}

.main{
    background: rgb(1, 120, 193); 
    height: 100vh;
    width: 100vw;
}
.header-main{
    text-align: center;
}

.img-logo{
    margin: 20px 0px 20px 0px;
    width: 30vw;
}
.texto-principal{
    margin: 10vw 5vw 0vw 5vw;
    letter-spacing: 0.5vw;
    line-height: 7vw;
    color: rgb(236, 247, 255);
    width: 90vw;
    height: 12vw;
    font-family: 'Rozha One', serif;
    font-size: 7.5vw;
    font-weight: bold;
}
.texto-secundario{
    margin: 5vw;
    width: 50vw;
    line-height: 4.5vw;
    color: rgb(236, 247, 255);    
    font-size: 3.8vw;
}
.dest-secundario{
    color: goldenrod;
}

.button-area{
    display: flex;
    height: 32vw;
    align-items: center;
    justify-content: center;
}

.button-disponibilidade{
    height: 12vw;
    width: 80vw;
    border-radius: 10px;
    font-size: 4.5vw;
    color: rgb(236, 247, 255); 
    background-color: rgb(12, 158, 197);
}

.anfitrioes{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32vw;
}
.img-anfitrioes{
    height: 30vw;
}
.texto-anfitrioes{
    font-size: 3.2vw;
    font-style: italic;
    width: 70vw;
    color: rgb(236, 247, 255); 
    border: 2px dashed rgb(236, 247, 255);
    margin-left: -10vw;
    padding-left: 11vw;
    z-index: -1;
}
.texto-anfitrioes >p{
 margin: 0;
}
.avaliacoes{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32vw;
    margin: 0vw 5vw;
}
.img-avaliacoes{
    height: 13.5vw;
}

.carrossel{
    height: 45vw;
    text-align: center;
    
}
.carousel-item > img{
    width: auto;
    height: 45vw;
    
}
#carouselExampleCaptions{
    margin: 5vw 15vw;
    width: 70vw;
    
}
footer{
    height: 32vw;
    text-align: center;
    margin-top: 5vw;
}
footer>p{
    margin: 0vw 5vw 0vw 5vw;
    color: rgb(236, 247, 255);
    width: 90vw;
    font-size: 2.8vw;
    
}
