

html{
    background-color: beige;
    font-family: 'Source Serif Pro', serif;
}
body{
    font-family: 'Source Serif Pro', serif;
    overflow-x: hidden;
}
main{
    background-color: beige;
    font-family: 'Source Serif Pro', serif;
}
.text-align-justify{
    text-align:justify;
}

#ribbon{
    background-color: rgb(252, 223, 196);
}
#ribbon::after{
    content: '';
    background-color: transparent;
    display: block;
    height: 20px;
    width: 50%;
    margin: 0 auto;
    position: relative;
    left: auto;
    margin-top: -30px;
}
#intro{
    background-color: rgb(252, 223, 196);
    position: relative;
    margin-top: -15px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.cabana-encabezado{
    background-color: rgb(202, 224, 148);
    
}
.contacto-encabezado{
     background-color: rgb(202, 224, 148);
}
   
.imgcarrucel{
    object-fit: cover;
}


