body{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

header{
 display: flex;
 width: 100%;
 justify-content: space-around;
 background-color: #937bf3;
}

.navegacion{
    display: flex;
}

.logo img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.logo{
    display: flex;
    align-items: center;
}

.navIcono{
    padding: 10px;
    background-color: #6b4fdb; 
    border-radius: 25px; 
    margin: 8px;  
    border: 1px solid white;
}

.navIcono img{
    width: 12px;
    height: 12px;
}

.navIcono a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.header-izquierdo{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reserva{
    display: flex;
    justify-content: center;
    background-color: #cbc1f2;
}

.desplegableCiudad{
    display: flex;
    align-items: center;
    margin: 10px;
}

#ciudades{
    border-radius:30px;
    padding: 5px;
}

.cantidad-personas{
    display: flex;
    align-items: center;
    margin: 10px;

}

#cantidad{
    border-radius: 30px;
    padding: 5px;
}

.calendario-salida{
    display: flex;
    align-items: center;
    margin: 10px;

}

.calendario-salida input{
    height: 20px;
    border-radius: 30px;
    margin-left:5px ;
    border: none;
}

.calendario-regreso{
    display: flex;
    align-items: center;
    margin: 10px;
}

.calendario-regreso input{
    height: 20px;
    border-radius: 30px;
    margin-left:5px ;
    border: none;
}
main{
background-color:#cbc1f2;
color:#6b4fdb;
display: flex;
}
.texto{
    font-size: 20px;
    padding-left: 20px;
}

.container-texto{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: 120px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color:#fff;
}
.container-city{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px;
}
.city{
    display: flex;
    flex-direction: column;
    margin: 30px;
    width: 200px;
    height: 120px;
}

.img-city{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    height: 100%;
}
.container-texto{
    border: radius 10%;
    height: 50px;
    width: 100%;
}

footer{
    display: flex;
    justify-content: center;
    background-color:#6b4fdb;
}
.footer-icons{
    display: flex;
    margin: 20px;
    align-items: center;
}
.icons{
    margin: 8px;
}