body{
    background-color: var(--bg-color);
    color: var(--text-color);
}
a{
    color:var(--text-color);
    transition: color 0.3s;
}
a:hover{
    color:lightgrey;
}
.carousel-item img{
    aspect-ratio: 16/6;
    object-fit: cover;
}
#carouselGaleria .carousel-item img{
    aspect-ratio: 16/9;
    object-fit: cover;
}
.imagen-lateral img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover
}
.carousel-titulo {
    position: absolute;
    width: 75%;
    transform: translate(-50%,-50%);
    left: 50%;
    text-align: center;
    font-size: 25px;
    top: 65%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: 1px 1px 5px black;
    font-family: 'ITC Avant Garde Std Md';
}

.carousel-indicators [data-bs-target]{
    --tamano-circulo:7px;
    width: var(--tamano-circulo);
    height: var(--tamano-circulo);
    border-radius: 50%;
}

.publicidad-full-width{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.bloque-notas-texto{
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
}

.bloque-notas-texto .seccion{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'ITC Avant Garde Gothic Std Bold Condensed', sans-serif;
}
.bloque-notas-texto .titulo{
    font-family: 'Playfair Display',serif;
}


.nombre-bloque{
    font-family: 'Playfair Display',serif;
    font-size: 36px;
    text-transform: uppercase;
}
.separador-triple + .nombre-bloque{
    font-size: 28px;
    text-align: center !important;
}

.bloque-notas-circulares{
    width: 100%;
    max-width: 950px;
    margin: 30px auto;
}
.bloque-notas-circulares .row,
.bloque-notas-carousel .row{
    --bs-gutter-x: 3rem;
}
.nota-imagen-circular .titulo{
    margin-top: 10px;
    font-family: Poppins, sans-serif;
    line-height: 1.2;
    font-weight: 300;
}
.imagen-circular img{
    width: 100%;
    aspect-ratio: 1;
    border-radius: 1000px;
    object-fit: cover;
}

.bloque-notas-pared img{
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
}
.col-md-6 .pared-notas-laterales img{
    aspect-ratio: 1/1.2;
}

.bloque-notas-pared .titulo,
.bloque-notas-carousel .titulo{
    margin-top: 15px;
    font-family: Poppins, sans-serif;
    line-height: 1.1;
    font-weight: 400;
    height: 5.6ch;
}
.img-destinos {
    position: absolute;
    top: 50%;
    left: 19%;
    width: 25%;
    transform: translateY(-50%);
    /* box-shadow: 2px 2px 10px black; */
}
.img-destinos img{
    aspect-ratio: 1;
    width: 100%;
    object-fit: cover;
}
.cuadro-destinos-texto {
    justify-content: center;
    background-color: white;
    height: 100%;
    color: #454545;
    display: flex;
    align-items: center;
}
.cuadro-destinos-texto .info{
    width: 60%;
}

.cuadro-destinos-texto .info .titulo{
    font-family: 'Playfair Display',serif;
    font-size: 32px;
    line-height: 1.0;
    color:black;
    margin-bottom:25px;
    text-align: center;
}
.cuadro-destinos-texto .info .sumario{
    margin-top: 15px;
    color:#888;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    line-height: 1.2;
    font-weight: 300;
    font-style: italic;
    text-align: center;
}
.full-img-destinos img{
    aspect-ratio: 150/207;
    width: 100%;
    object-fit: cover;
}

.notas-bloque-tercio .imagen-tercio img{
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}
.notas-bloque-tercio .titulo{
    font-family: Poppins, sans-serif;
    line-height: 1.1;
    font-weight: 400;
    font-size: 14px;
    margin-top:5px;
    margin-left:7px;
}
.nota-tercio{
    margin-bottom:15px;
}
.splide__pagination{
    bottom:0;
}
.col-12:has(.publicidad){
    margin-top: 10px;
    margin-bottom: 10px;
}
.center-box{
    display:grid;
    width: 100%;
    aspect-ratio: 1;
    place-items: center;
}

@media screen and (min-width: 768px){
    .col-md-3w{
        width: 22%;
    }
    .col-md-6w{
        width: 56%;
    }
}

@media screen and (max-width: 768px){

    .cuadro-destinos-texto .info{
        width: 100%;
        padding:20px 20px;
    }
    .cuadro-destinos-texto .info .titulo{
        font-size: 24px;
        margin-bottom:15px;
    }
    .cuadro-destinos-texto .info .sumario{
        font-size: 16px;
    }
    .col-md-6 .pared-notas-laterales img{
        aspect-ratio: 1/1;
    }
    .carousel-item img{
        aspect-ratio: 4/3;
    }
    .carousel-titulo{
        font-size: 16px;
    }
    .nombre-bloque{
        font-size: 24px;
        padding-right:20px;
    }
    div[class^="bloque-notas-"]{
        padding-left: 10px;
        padding-right: 10px;
    }
    .nota-solo-titulo{
        margin-top:25px;
    }
    .bloque-notas-circulares .row,
    .bloque-notas-carousel .row{
        --bs-gutter-x: 1.5rem;
    }
}