
      
.section-cabanas{
    width: 98%;
    margin: auto;
}
.title-cabanas{
    text-align: center;
}
.descripcion-cabanas{
    text-align: justify;
    font-weight: 300;
    width: 95%;
    max-width: 1000px;
    margin: auto;
}
        .slider-container-2 {

            position: relative;
            width: 98%;
            max-width: 600px;
            margin: auto;
            overflow: hidden;
            box-shadow:1px 2px 2px 2px black;

        }

        .slide-2 {
            position: absolute;
            width: 100%;
            opacity: 0;
            transition: opacity 1s ease-in-out;
        }

        .active-2 {
            opacity: 0.9;
            position: relative;
        }

        .slider-container-2 img {
            width: 100%;
            height: auto;
        }

        /* Estilos para las flechas */
        .prev-2, .next-2 {
            cursor: pointer;
            position: absolute;
            top: 50%;
            width: auto;
            padding: 6px;
            margin-top: -22px;
            color: white;
            background-color: rgb(130, 129, 129, 0.8);
            font-weight: bold;
            font-size: 18px;
            transition: 0.6s ease;
            border-radius: 0 3px 3px 0;
            user-select: none;
        }

        .next-2 {
            right: 0;
            border-radius: 3px 0 0 3px;
        }

        .prev-2 {
            left: 0;
        }

        .prev-2:hover, .next-2:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

     
      
       
        .conten-imagen{
            width: 100%;
            margin: auto;
            display: flex;
            justify-content: space-evenly;

        }
        .content-imagen-contenido{
            width: 49%;
            text-align: center;
        }
   