@font-face {
    font-family: "PPMori-Regular";
    src: url("/assets/font/PPMori-Regular.otf");
}

@font-face {
    font-family: "PPMori-SemiBold";
    src: url("/assets/font/PPMori-SemiBold.otf");
}

@font-face {
    font-family: "PPMori-Extralight";
    src: url("/assets/font/PPMori-Extralight.otf");
}

@font-face {
    font-family: "Satoshi-ligth";
    src: url("/assets/font/Satoshi-Light.otf");
}

@font-face {
    font-family: "Satoshi-Medium";
    src: url("/assets/font/Satoshi-Medium.otf");
}

@font-face {
    font-family: "Satoshi-Regular";
    src: url("/assets/font/Satoshi-Regular.otf");
}

@font-face {
    font-family: "HunDIN";
    src: url("/assets/font/HunDIN1451.ttf");
}

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {

    position: relative;
    width: 100%;
    height: 100vh;
    overflow: auto;
    text-align: center;

}

figcaption {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*menu redes*/

i {

    font-size: 29px;
    width: 39px;
    height: 39px;

}

a {
    text-decoration: none;
    font-family: "PPMori-SemiBold";
    color: black;
    text-decoration: none;
    font-size: 48px;
    width: 29px;
    height: 29px;
}

/*26/06/24*/
.social-media {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-media i {
    display: flex;
    align-items: center;
}

/*26/06/24*/
.social-media-aside {
    display: none;
}

.media-aside__item i {
    color: black;
    font-size: 2vw;

}

.media-aside__item li {

    align-items: center;
    height: 35px;
}

/*contenedores*/

/*26/06/24*/

/*04/07/2024*/
.navbar>.container-md {
    width: 100%;
    justify-content: center;
    margin: 0;
}

.d-flex {
    width: 100%;
    gap: 5%;
    justify-content: space-between;
}

/*04/07/2024*/

.navbar-nav .nav-link.active {
    width: 100%;
    align-items: center;
    color: black;
}

.navbar .navbar-expand-lg .bg-body-tertiary {

    background-color: #ffffff;
}

.bg-body-tertiary {
    align-items: flex-start;
    --bs-bg-opacity: 0;
}

.container-md {
    width: 20%;
}

.contenedor-social-media {
    width: 60%;
    display: flex;
    justify-content: center;
}

/*26/06/24*/


header {
    display: flex;
    justify-content: end;
    width: 100%;
    max-width: 100%;
    position: fixed;
    background: #ffffff;
    z-index: 1000;
}

nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px 10px 5px 5px;
    align-items: center;
}

.menu {

    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0;

}

.menu .menu__item {
    display: none;
}

.menu .menu__item:first-child {
    display: flex;
    height: 29px;
}


nav {
    max-width: 375px;
}

main {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    align-content: center;
    max-width: 100%;


}


/*---------------------------------------------------*/


/*BIOGRAFIA*/


#contenedor_biografia {
    width: 100%;
    min-height: 100vh;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seccion_foto {
    width: 100vh;
    min-height: 100vh;
    display: flex;
    padding: 0 0 0 0;
    margin-top: 3%;
    justify-content: center;
}

.foto_biografia {

    width: 100%;
    min-height: 90vh;
    height: max-content;
    background-image: url(assets/img/PosterBiografia1.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 0 0 50vb 50vb;

}

.titulo_biografia {
    display: flex;
    width: 100%;
    background-color: #ffffff;
    min-height: 10vh;
    margin-top: 5%;
    align-items: center;
    justify-content: center;

}

.titulo_biografia h1 {
    font-family: "PPMori-SemiBold";
    font-size: 10vw;
    padding-top: 2%;
    border-bottom: 0.5vw solid rgb(5, 5, 5);
    color: rgb(22, 22, 22);
    margin-bottom: 10%;

}

#cuerpo_biografia {
    width: 100%;


}

.texto_biografia {
    width: 100%;
    padding: 5%;
    font-size: 20px;
    padding-bottom: 10%;
}


/*BIOGRAFIA*/




/*_____________FORMATO Telefono________________*/


@media (min-width: 375px) {

    nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .social-media {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .media__item i {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bg-body-tertiary {
        align-items: flex-start;
        --bs-bg-opacity: 0;
        max-width: 100%;
        justify-content: flex-end;
    }

    /*04/07/2024*/
    .contenedor-social-media {
        width: 65%;
        display: flex;
        justify-content: center;
    }

    /*04/07/2024*/


}



/*_____________FORMATO TABLET________________*/


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

    /*
    header {
        max-width: 884px;
        margin: 0;
        height: 4.5em;
    } */

    /*26/06/24*/

    .container-md {
        width: 94%;
    }

    .social-media i {
        display: inline-flex;
        justify-content: center;
    }

    /*26/06/24*/

    .menu {
        max-width: 884px;
    }

    nav {
        max-width: 884px;
        justify-content: center;
    }

    nav .social-media {
        display: none;
    }

    .social-media-aside {
        display: block;
        flex: 1;
        flex-direction: column;
        position: fixed;
        width: 6%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 0.5%;
        background-color: #FFF;
    }

    .social-media-aside .social-media {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 0;
        gap: 2%;
        justify-content: center;
        color: rgb(0, 0, 0);
    }

    /*04/07/2024*/
    .contenedor-social-media {
        display: none;
    }

    .d-flex {
        justify-content: center;
    }

    /*04/07/2024*/
    /*-------------------------------------------------------*/

    #contenedor_biografia {
        min-height: 70vh;
    }

    .seccion_foto {
        width: 94%;
        margin-left: 6%;
        min-height: 70vh;
        display: flex;
        padding: 0 0 0 0;
        margin-top: 3%;
        justify-content: center;
    }

    .foto_biografia {

        width: 60vh;
        min-height: 70vh;
        height: max-content;
        background-image: url(assets/img/PosterBiografia1.jpg);
        background-position: center;
        background-size: cover;
        border-radius: 0 0 50vb 50vb;

    }

    #cuerpo_biografia {
        width: 94%;
        margin-left: 6%;
    }

    /*------------GALERIA-----------*/


    .gallery {

        margin-top: 5%;
        max-width: 94%;
        margin-left: 6%;

    }



}

/*_____________FORMATO ESCRITORIO________________*/


@media only screen and (min-width: 1024px) {



    /*MENU*/
    /*
    header {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        padding:10px ; 
       
    }*/

    /*26/06/24*/

    .container-md {
        width: 94%;
    }

    .social-media i {
        display: inline-flex;
        justify-content: center;
    }

    /*26/06/24*/

    .menu {
        display: flex;
        justify-content: flex-end;
        width: 94%;
        gap: 3%;
    }

    .menu .menu__item {
        display: flex;
    }

    a {
        width: auto;
        font-size: 1.5vw;
        font-family: "PPMori-Extralight";
        align-content: center;
    }

    .menu i {
        display: none;
    }

    nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    nav .social-media {
        display: none;
    }

    .social-media-aside {
        display: flex;
        flex: 1;
        flex-direction: column;
        position: fixed;
        width: 6%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 0.5%;
        background-color: #ffffff;
    }

    .social-media-aside .social-media {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        gap: 2%;
        justify-content: center;
        padding: 0;
        margin: 0;
        color: rgb(0, 0, 0);
    }

    main {
        width: 94%;
        margin-left: 6%;
        padding-top: 3%;
    }


    /*04/07/2024*/
    .contenedor-social-media {
        display: none;
    }

    .d-flex {
        justify-content: center;
    }

    /*04/07/2024*/
    /*-------------------------------------------------------*/

}


/*------------GALERIA-----------*/


.gallery {
    column-count: 3;
    /* Número de columnas */
    column-gap: 10px;
    /* Espacio entre columnas */
    padding: 25px;
    gap: 10px;


}

.gallery a {
    /* display: inline-block; */
    width: 100%;
    margin-bottom: 15px;
    display: block;
  overflow: hidden;
  border-radius: 10px; /* opcional: bordes redondeados */
    /* Ajuste vertical */
}

.gallery img {
    transition: transform 0.5s ease;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.gallery img:hover {
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
    .gallery {
        column-count: 2;
        padding-top: 15%;
    }

    #lightbox {
        align-content: center;}
}

@media (max-width: 480px) {
    .gallery {
        column-count: 2;
        padding-top: 15%;
    }

    #lightbox {
        align-content: center;}
}

/* Lightbox */
#lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
    /* display: flex; */
    align-items: center;
    justify-content: center;
  }

.lightbox-content {
    max-width: 90%;
    max-height: 80%;
    margin-top: 3%;
}

#lightbox-img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px rgba(255,255,255,0.4);
    border-radius: 10px;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    z-index: 1001;
  }

  #gallery img:hover {
    
  }