* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "DM Sans", sans-serif !important;
}

/* Estilos generales para los bloques */
.block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/* Bloque 1: Dos imÃ¡genes */
.block-1 .half-image {
    position: relative;
    width: 50%;
}

.block-1 .half-image img {
    width: 100%;
    height: auto;
    margin-bottom: -5px;
}

.block-1 .image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 10px;
    text-align: center;
    width: 80%;
    font-size: 28px;
    font-weight: 700;
}

.block-2-mbl {
    display: none;
}

/* Bloque 2: Texto que desaparece en mobile */
.text-title {
    text-align: center;
    padding: 50px 50px 20px;
    color: #00697F;
    font-size: 30px;
    font-weight: 700;
}

/* Bloques con columnas */
.block-3,
.block-4,
.block-5,
.block-6,
.block-7,
.button-columns {
    display: flex;
    width: 100%;
    margin-bottom: -5px;
}
@media only screen and (min-width: 993px) {
    .SS-content.Vcenter {
        -webkit-box-align: center;
        align-items: baseline !important;
    }
}
.column {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0px;
}

p.texto-column {
    padding: 30px 20px;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
}

.left-text {
    font-size: 25px;
    text-align: left;
    margin: 14px;
    color: #00697F;
    font-weight: 700;
}

.column img {
    width: 100%;
    height: auto;
}

.image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 5px;
    text-align: center;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    /*text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);*/
}

/* Texto de filas completas */
.full-text {
    width: 100%;
    text-align: center;
    padding: 20px;
}

/* Bloque 6 y Bloque 7: Texto arriba, 5 imÃ¡genes en fila */
.block-6 .five-columns,
.block-7 .five-columns {
    display: flex;
    width: 100%;
}

.column img {
    width: 100%;
    height: auto;
}

/* Estilos para el nuevo bloque de botones 
.block-8 .full-text {
    width: 100%;
    text-align: center;
    padding: 20px;
}

.button-columns {
    display: flex;
    width: 50%;
    margin: 0 auto;
    padding: 20px;
}

.column.buttons-left,
.column.buttons-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: initial;
}

.buttons-left button,
.buttons-right button {
    width: 80%;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
    cursor: pointer;
}

.buttons-left button {
    background-color: #fff;
    /* Color de los botones de la izquierda 
    color: #00697F;
    border: 1px solid #00697F;
    font-size: 16px;
    font-weight: 600;
}

.buttons-right button {
    background-color: #fff;
    /* Color de los botones de la derecha 
    color: #00697F;
    border: 1px solid #00697F;
    font-size: 16px;
    font-weight: 600;
}
.buttons-left button a{
    background-color: #fff;
    /* Color de los botones de la izquierda 
    color: #00697F;
    border: 1px solid #00697F;
    font-size: 16px;
    font-weight: 600;
}

.buttons-right button a{
    background-color: #fff;
    /* Color de los botones de la derecha 
    color: #00697F;
    border: 1px solid #00697F;
    font-size: 16px;
    font-weight: 600;
}
button.selected {
    background-color: #00697F;
    color: #fff;
}
*/
.mobile-only {
    display: none;
}
/*
#bolsos:link,
#bolsos:visited,
#bolsos:hover,
#bolsos:active {
    text-decoration: none;
    color: inherit;
}
a.btnBolsos {

    width: 100%;
}
*/
/* Ajustes responsive */
@media (max-width: 768px) {
    .block-1 .half-image {
        width: 100%;
    }

    .block-3 .column,
    .block-4 .column,
    .block-5 .column,
    .block-6 .column,
    .block-7 .column,
    .button-columns .column {
        width: 100%;
    }

    .block-2-mbl {
        display: inline-block;
    }

    .block-2 p {
        display: none;
    }

    .block-3,
    .block-4,
    .block-5,
    .block-6,
    .block-7 {
        display: none;
    }

    .mobile-only {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .text-mobile {
        text-align: center;
        margin: 25px 25px;
        font-size: 16px;
        font-weight: 600;
        color: #00697F;
    }
    .text-mobile-center {
        text-align: center;
        margin: 25px 25px;
        font-size: 30px;
        font-weight: 600;
        color: #00697F;
    }

    .swiper-container {
        width: 100%;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image-container img {
        width: 100%;
        height: auto;
    }

    .image-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 20px;
        font-weight: bold;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    }

    /* Flechas de navegaciÃ³n */
/* Flechas de navegaciÃ³n generales */
.arrow-right2, .arrow-left2,
.arrow-right1, .arrow-left1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px; /* Mismo ancho para ambas */
    height: 24px; /* Mismo alto para ambas */
    stroke-width: 2; /* Mismo grosor de lÃ­nea */
    color: grey;
    cursor: pointer;
    z-index: 10;
}

.arrow-right2, .arrow-right1 {
    right: 10px;
}

.arrow-left2, .arrow-left1 {
    left: 10px;
}

    .swiper-container-1 {
        width: 100%;
      }
      
      .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      
      .text-mobile-scroll {
        padding: 20px;
      }
      

    .text-mobile-scroll {
        text-align: left;
        align-items: start;
        margin: 25px 25px;
        font-size: 11px;
        font-weight: 600;
        color: #00697F;
    }

    .prov {
        background-color: #F2BE7E;
    }
/*
    .button-columns {
        width: 100%;
        padding: 0px 20px 20px;
    }

    .buttons-right button,
    .buttons-left button {
        font-size: 14px;
        font-family: 'mukta-bold';
        padding: 5px;
    }
*/
    .image-row_new {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .image-container_new {
        position: relative;
        width: 50%;
    }

    .image-container_new img {
        width: 100%;
        height: auto;
    }
}