@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 {
    justify-content: center;
    align-items: center;
    height: 35px;
}


/*contenedores*/

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

.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;
    max-width: 100%;
}
.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%;
    max-width: 375px;
    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;
}


/*____________SECTIONS_________________________*/

.section-reel{
    width: 100%;
    height: 90vh;
    margin: 0;
    padding: 0 0 5% 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    
}

.section-reel .Elemeto__reel{
    width: 75%;
    height: 85%;
}

.section-reel .Elemeto__reel video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#title_reel h1 {
    font-family: 'HunDIN';
    font-size: 4.5vw;
    color: black;
}

#accordionExample{
    margin-top: 6%;
    width: 100%;
}

.accordion-boton {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
.accordion-boton::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.accordion-boton:not(.collapsed){
    color: #FFF;
    background-color: black;
}


/*SECTION PRODUCIONES*/

#Videos__section {
    max-width: 375px;
    height: auto;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
}

.accordion-item h1 {
    width: 100%;
    text-align: center;
    font-family: 'HunDIN';
    font-size: 4.5vw;
    padding: 1.5%;
}

#Videos__section h3 {
    width: 100%;
    text-align: start;
    font-family: 'HunDIN';
    font-size: 5vw;
    margin-top: 4%;
}

.Producciones__contenedor {
    width: 100%;
    max-width: 375px;
    display: flex;
    height: 500px;
}

.Producciones__contenedor::-webkit-scrollbar{
    width: 15px;  
}
.Producciones__contenedor::-webkit-scrollbar-thumb{
    background-color: rgb(32, 32, 32);
    border-radius: 50px;
}
.Producciones__contenedor::-webkit-scrollbar-thumb:hover{
    background-color: black;
}

.Videos__Lista__tablet,
.Videos__Lista__escritorio {
    display: none;
}


.Videos__Lista {
    width: 100%;
    max-width: 375px;
}

#Videos__section {
    display: flex;
    width: 100%;
    max-width: 375px;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #FFF;
    padding-bottom: 1%;
}
/*---------------------------------------------------*/

main {

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

}

/*VIDEOS MUSICALES*/

#Videos__section h3 {
    width: 100%;
    text-align: start;
    font-family: 'HunDIN';
    font-size: 5vw;
    margin-top: 4%;
}

.Producciones__contenedor {
    width: 100%;
    max-width: 375px;
    display: flex;
}

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

    #accordionExample{
        margin-top: 20%;
    }


    .Elemeto__video video {
        width: 100%;
        max-width: 360px;
    }
    
    .accordion-body{
        padding: 2%;
    }
    .Producciones__contenedor {
        overflow: scroll;
    }
    .Producciones__contenedor::-webkit-scrollbar{
        width: 3vw;  
    }

    /*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 {
        width: 100%;
        max-width: 884px;
        justify-content: center;
    }

    nav {
        display: flex;
        width: 100%;
        max-width: 884px;
        justify-content: center;
        align-items: 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%;
        max-width: 100vw;
        height: 100%;
        gap: 2%;
        justify-content: center;
        padding: 0;
        color: rgb(0, 0, 0);
    }

    .social-media i{
        width: 100%;   
    }

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

    main {
        max-width: 94%;
        margin-left: 6%;
    }

    .accordion{
        max-width: 884px;
    }
    #accordionExample{
        margin-top: 10%;
    }

    /*---------------- VIDEOS SECTIONS -----------------------------------*/

    #Videos__section {
        width: 100%;
        max-width: max-content;
        padding: 1% 0 1% 0;
    }

    .Producciones__contenedor {
        width: 100%;
        max-width: 884px;
        display: flex;
        overflow: scroll;
    }

    #Videos__section h3 {
        font-size: 3vw;
    }

    .Videos__Lista,
    .Videos__Lista__escritorio {
        display: none;
    }

    .Videos__Lista__tablet {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        height: auto;
    }

    .Elemeto__video video {
        width: 100%;
        max-width: 360px;
    }

    .Elemeto__video {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 2%;
        max-width: 370px;
        align-items: start;
    }

    .Producciones__contenedor::-webkit-scrollbar{
        width: 1vw;  
    }
}

/*_____________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: block;
        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;
        color: rgb(0, 0, 0);
    }

    main {
        margin-left: 6%;
    }

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


    /*  PRODUCCIONES ESCRITORIO*/

    #accordionExample{
        margin-top: 6%;
    }

    #Videos__section {
        width: 100%;
        max-width: 1900px;
    }

    .accordion-boton {
        width: 100%;
    }
    .accordion-button .collapsed h1 {
        font-size: 5vw;
        padding-bottom: 2%;
        white-space: pre;
    }

    #Videos__section h3 {
        font-size: 1.5vw;
    }

    .Producciones__contenedor {
        width: 100%;
        max-width: 1900px;
        display: flex;
        overflow: scroll;
    }

    .Videos__Lista,
    .Videos__Lista__tablet {
        display: none;
    }

    .Videos__Lista__escritorio {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        width: 100%;
        
        height: auto;
    }

    .Videos__Lista__escritorio .Elemeto__video {
        margin-right: 1%;
    }

    .Elemeto__video video {
        width: 100%;
        max-width: 380px;
    }

    .Elemeto__video {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 2%;
        max-width: 370px;
        align-items: start;
    }

    .Producciones__contenedor::-webkit-scrollbar{
        width: 1vw;  
    }

}