/* CAJA RESPONSIVE (BETA) */
.container-responsive {
    max-width: 1140px;
    clear: both;
    margin: 0 auto;
    padding: 60px 30px;
}

/* CAJA INICIAL INTRODUCCION
---------------------------------------- */

.acreba-post-title,
.listado-introducion {
    max-width: 788px;
    margin: 0 auto 35px;
}

.acreba-post-title {
    font-family: "Lora", serif;
    font-size: 24px;
    letter-spacing: 0.212em;
    margin-bottom: 35px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-kerning: none;
    text-decoration: none;
    
}

.listado-introducion p:nth-child(1), .listado-introducion p:nth-child(2){
    font-family: "Lora", serif;
    font-size: 13pt;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 0.212em;
}

.listado-introducion p:nth-child(3) {
    font-family: "Lora", serif;
    font-size: 13pt;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 0.212em;
}

.listado-introducion strong {
    font-family: "Lora", serif;
    font-weight: 700;
}

.texto-explicativo-intro{     
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
    color: rgb(0, 0, 0);
    font-kerning: none;
    text-decoration: none;
    line-height: 37px;
    letter-spacing: 0.007em;
    max-width: 891.04px;
    margin: 35px auto;
    text-align: center;
}

.elemento-centro{
    display: flex;
    justify-content: center;

}
/* GALERIA
------------------------------------------- */
.acreba-post-layout-37 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 140px 0;
    margin-top: 80px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
}

.left-content-37 {
    flex: 1;
    padding-right: 20px;
}

.right-gallery-37 {
    flex: 1;
    max-width: 50%;
}

.slick-gallery-37 img {
    width: 100%;
    height: 100% !important;
    max-height: 100%;
    object-fit: cover; /* Esto asegura que las imágenes cubran el contenedor sin cambiar su relación de aspecto */
    object-position: 65% 90% ;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.slick-slider .slick-track {
    height: 100%;
}

.slick-list {
    height: 580px;
}

.acreba-post-title-37 {
    font-size: 28px;
    margin-bottom: 20px;
}

.acreba-post-content-37 {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    width: 75%;
}

.slick-slide-37 {
    padding: 10px;
}

.first-item{
    margin-top: 2em;
}

/* SLICK */
.slick-prev, .slick-next {
    background-color: #2f4858 !important; /* Fondo transparente */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}



/* Cambia el color de los íconos de las flechas */
.slick-prev:before, .slick-next:before {
    opacity: 1 !important;
    font-size: 30px !important; /* Tamaño del ícono de la flecha */
    content: '\2190' !important; /* Código Unicode para la flecha hacia la izquierda */
}

.slick-next:before {
    content: '\2192' !important; /* Código Unicode para la flecha hacia la derecha */
}

/* POST 45 Chicas */
.acreba-post-layout-45 {
        margin: 40px 0;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    place-items: center;
    gap: 2em;
}

.acreba-left-column-45 {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.acreba-left-column-45 p {
    flex: 1;
    text-align: center;
}

.acreba-left-column-45 img {
    width: 100%;
    
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.acreba-left-column-45 span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #555;
}

.acreba-left-column-45 h3 {
    font-family: "Questrial", sans-serif !important;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    margin-top: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.acreba-left-column-45 span {
    font-size: 14px;
    font-weight: 400;
    font-family: "Questrial", sans-serif !important;
    line-height: 20px;
    letter-spacing: 0.212em;
}

.acreba-right-column-45 {
    padding-left: 20px;
}

.acreba-right-column-45 h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.acreba-post-content-45 {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
/*  Publicación 52 (CAJA Azul)
-------------------------*/
.acreba-post-item-52{
    background-color: #1F4858;
    color: white;
    padding: 60px 0 30px;
}
.acreba-post-title-52{
    text-align: center;
    text-transform: uppercase;
    font-size: 26.6183px;
    line-height: 32px;
    letter-spacing: 0.365em;
    margin-bottom: 1.5em;
}
.acreba-post-layout-52{
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    margin: auto;
}
.acreba-post-content-include-52 {
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
}

.acreba-post-content-52 li{
    margin: 10px 60px;
    list-style-type: disc;
    font-size: 16px;
}

.acreba-post-content-52 li span{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
.acreba-post-content-52 li strong span {
    font-weight: 700;
}




/* QUERIES */
@media (max-width:900px){
    .acreba-post-content, .acreba-post-layout-45,.left-content-37{
        width: 95%;
        margin: auto;
    }

    .slick-slide-37 {
        padding: 5px;
    }

    .acreba-post-content-52 {
        margin-left: 2em;
    } 

    .acreba-post-content-52 {
        margin-left: 2em;
    } 

    .acreba-post-layout-52 > .acreba-post-title-52 {
        margin-left: 2em;
        margin-right: 2em;
    }

    .slick-gallery-37 img {
        object-position: center;
    }

    .acreba-post-layout-37 {
        flex-direction: column-reverse;
    }

    .acreba-post-layout-37 > .left-content-37 {
        margin-top: 2em;
    }

    .left-content-37 {
        padding-right: 0;
    }

    .right-gallery-37{
        width: 80% ;
        max-width: 100% ;
    }

    .acreba-post-content-37{
        width: 100%;
    }

    .acreba-post-layout-45{
        grid-template-columns: repeat(1, auto);
    }

    .acreba-left-column-45 {
        width: 80%;
    }

    .site-inner{
        padding: 10px 0px;
    }

    .acreba-right-column-45{
        padding-left: 0px;
        width: 95%;
        margin: 45px auto;
    }

    .acreba-post-content-52{
        width: 85%;
        margin: auto;
    }
    .acreba-rooms{
        width: 100%;
        margin: auto;
    }
    .acreba-room-content {
        font-size: 18px;
    }
    .acreba-rooms .right-column{
        padding-top: 15px;
    }
    .acreba-post-content-52 li {
        margin: 10px 20px;
    }

    .acreba-room-content {
        margin-left: 20px; 
    }

    .container-responsive {
        padding: 20px 15px;
    }

}
@media (max-width:768px){
    .acreba-post-content, .acreba-post-layout-45, .left-content-37{
        width: 90%;
        margin: auto;
    }
    .acreba-left-column-45{
        flex-direction: column;
    }

    .acreba-image-container-45:nth-child(2) {
        margin-top: 2em;
    }

    .acreba-post-content-37 {
        width: 95%;
        margin: auto;
    }

    h3.acreba-post-title-37, h3.acreba-post-title-45 {
        text-align: center;
    }
}
@media (max-width:650px){
    .first-item{
        width: 90%;
        margin: auto;
    }

    .acreba-post-content, .acreba-post-layout-45, .left-content-37{
        width: 87%;
        margin: auto;
    }
}

