@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 {

    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%;
    }


}

/*_____________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%;
    }


    /*04/07/2024*/
    .contenedor-social-media {
        display: none;
    }
    .d-flex{
        justify-content: center;
    }
     /*04/07/2024*/
    /*-------------------------------------------------------*/

    /*BIOGRAFIA*/


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

.seccion_foto{
    width: 40%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0.1;
    display: flex;
    padding: 0  0 5% 0;
    margin-top: 3%;
    justify-content: center;
}

.foto_biografia{
    
    width: 90%;
    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;
    box-shadow: 14px 14px 20px 0 rgba(20, 20, 20, 0.3);
}

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

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

#cuerpo_biografia{
    width: 52vw;
    position: absolute;
    top: 0;
    right: 0;
}

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


/*BIOGRAFIA*/
    


}