@charset "utf-8";
/* CSS Diaporamas, galerias, miniaturas */
/* Primero los contenedores */
.contDiapoFull {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh; height: 100dvh;
    width: 100vw;
    border-bottom: 1px solid var(--dorado);
}
.contMapas {
    position: relative;
    max-height: 40vh;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 5/3;
}
.contMapas .DiapSlide a{
    fill: transparente;
}
.contDiapoMedio {
    height: 75vh; height: 75dvh;
    width: 100%;
    border-bottom: 1px solid var(--dorado);
}
    .myDiapo {
        width: 100%;
        height: 100%;
      }
    .DiapSlide {
        overflow: hidden;
        background: var(--theme-color-neutro);
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        /* text-align: center; */
        /* font-size: 18px; */
    }
      .DiapSlide img {
/*        opacity: .85;*/
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 75%;
      }
      .DiapSlide img {
    }
    .presentacion {
        mix-blend-mode:difference;
        pointer-events: none;
        position: absolute;
        height: 100vh; height: 100svh;
        width: 100%;
        z-index: 7;
        /* text-align: center; */
        /* top: 7vh; */
        /* padding-bottom: 5vh; */
        }
    .SobreDiaporama {
        position: sticky;
        z-index: 10;
        top: 3rem;
    }
    .SobreDiaporama h1 {
/*        text-wrap: balance;*/
/*        line-height: .9em;*/
        width: 95%;
        margin: 0 auto;
        padding-top: 3rem;
        padding-bottom: 11rem;
        color: var(--text-color-inverse);
    }
    .SobreDiaporama h2 {
/*        line-height: .9em;*/
        padding-bottom: 5rem;
        margin-top: 82vh;
/*        margin-top: 75svh;*/
        color: var(--text-color-inverse);
        /* text-shadow: var(--sombras-negras-finas); */
    }

    .SobreDiapMed {
        position: sticky;
        z-index: 10;
        top: 3.75rem;
        }
    .SobreDiapMed h1 {
    font-size: clamp(.6rem, 1.5rem + 3vw, 10rem);
/*        text-wrap: balance;*/
/*        line-height: .9em;*/
        width: 95%;
        margin: 0 auto;
        /* text-shadow: var(--sombras-negras); */
        padding-top: 1.5rem;
        padding-bottom: 23rem;
/*        margin-top:.5vh;*/
        color: var(--text-color-inverse);
        /* margin-top:3vh; */
        /* color: var(--primary-color-oscuro); */
    }
/* Miniaturas a Lightbox */
.conteniente {
    position: relative;
    padding: 2vh;
    height: 33vh;
    max-width: 1440px;
    margin: 0 auto;
}
.mySwiper {
    width: 100%;
    height: 70%;
  }
      .galSlide {
/*          width: 95%;*/
        aspect-ratio: 2/2;
        overflow: hidden;
        background: #fff;
/* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        /* aspect-ratio: 2/2; */
        /* text-align: center; */
        /* font-size: 18px; */
      }
      .galSlide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 1px solid var(--dorado);
      }
/* Color flechas */
    .swiper-navBtn{
        color: var(--primary-color-oscuro);
        display: none;
    }
        .swiper-navBtn:before,
        .swiper-navBtn:after {
        /*    content:"";*/
        font-size: 1.3rem;
        }
        .swiper-button-next {
            right: -1rem;
            margin: auto 0;
        }
        .swiper-button-prev {
            left: -1rem;
            margin: auto 0;
        }
/* Miniaturas con enlaces, en el Indice */
.minEnl {
    display: flex;
    flex-direction: column;
    padding: 9rem 1.7rem 5rem 1.7rem;
}
.minEnl article {
    flex: 70%;
}
.minEnl .text{
    max-width: 625px;
    padding-bottom: 1.5rem;
    /* padding-right: 2.5em; */
    /* padding: 1rem 1rem 0 1rem; */
}
.minEnl h3 {
    text-align: center;
}
.minEnl p {
    color: var(--text-color-inverse);
}
.mycards {
    max-width: 70%;
    min-height: 25vh;
}
.mycards .card {
    padding-right: .75em;
    width: 75%;
}
.mycards .thumbnail {
    aspect-ratio: 2/2;
}
.mycards .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid var(--dorado);
}
.mycards .card .title-container {
    font-size: 1.3rem;
    color: var(--text-color);
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 1.5em;
/*    font-weight: bolder;*/
}.mycards .card:hover .title-container {
color: var(--dorado);
}
.mycards .card .descripcion p {
    text-indent: 0;
    /* 3 líneas y puntos suspensivos */
    width: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /* fin 3 líneas y puntos suspensivos */
    text-wrap: pretty;
    font-size: large;
}
.mycards .card:hover .descripcion p {
    color:var(--dorado);
}


