@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

*{
    text-decoration: none;
    list-style: none;
}

body{
    background-color: rgb(243, 240, 231);
}

/* Share */

.a2a_kit{
    position: fixed;
    width: 25vw;
    height: 25vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    background-color: white;
    border-radius: 20px;
    margin-left: 37.5vw;
    margin-right: 37.5vw;
    margin-top: 37.5vh;
    margin-bottom: 37.5vh;
    box-shadow: 5px 4px 20px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 4px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 4px 20px 0px rgba(0,0,0,0.75);
    display: none;
}

.compartir{
    display: flex;
}

.newShare{
    display: flex;
}

.menu_iconShare{
    height: 25px;
    width: 25px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 20vw;
    margin-top: 2vh;
    display: grid;
    place-items: center;
}

.menu_iconShare:hover{
    background-color: rgb(119, 0, 0);
}

.menu_iconShare:hover .barShare{
    background-color: white;
}

.barShare{
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgb(0, 0, 0);
}

.a2a_kit:first-child{
    right: 0;
}

.menu_iconShare .barShare:first-child{
    transform: translateY(6.5px) rotate(-45deg);
}

.menu_iconShare .barShare:last-child{
    transform: translateY(-6.5px) rotate(45deg);
}

.share{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;

}


/* share */


/* Navegación */

.navegacion{
    position: fixed;
    height: 80px;
    width: 100vw;
    background-color: black;
    border-bottom: 0.5px solid gray;
    z-index: 100;
}

.nav_container{
    height: 80px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
}

.logo{
    height: 80px;
    width: 260px;
    background-image: url(img/LOGO_ANIMADO.gif);
    background-size: cover;
    background-position: center;
}

.btn.compartir{
    height: 50px;
    width: 100px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: 100ms ease-in-out;
    border: 1px solid white;
    transition: 300ms ease-in-out;
    gap: 5px;
    cursor: pointer;
}

.btn:hover{
    background-color: #fac203;
    color: black;
}

.titulo h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2rem;
    text-align: center;
}

.bx-flip-horizontal{
    font-size: 15px;
    color: white;
    transition: 300ms ease-in-out;
}

.btn:hover .bx-flip-horizontal{
    color: black;
}


/* Videos */

.contenedor_videos{
    position: relative;
    overflow: hidden;
}

.contenedor_videos iframe{
    margin-top: 80px;
    width: 65%;
    height: 75vh;
    margin-left: 5vw;
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.75);

}


.lista_videos{
    position: fixed;
    height: 100vh;
    width: 25%;
    background: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    right: 0;
    top: 0;
}

.lista_videos_detalle{
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 100px 0 auto 0;
}

.btn.video{
    color: white;
    margin-right: 20px;
    text-decoration: none;
    list-style: none;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
}

.btn.video h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    color: white;
    width: 23.5vw;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}


.btn.video h3:hover{
    background-color: #fac203;
    color: black;
    cursor: pointer;
}

.btn.video.intro h3.off:hover{
    background-color: #fac203;
    color: black;
}

.lista_time{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
}

.lista_time p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: white;
}


/* Video selecionado */
.contenedor.iframe.intro.off{
    display: none;
}

.contenedor.iframe.texto{
    display: none;
}

.contenedor.iframe.texto.on{
    display: block;
}

.contenedor.iframe.listas{
    display: none;
}

.contenedor.iframe.listas.on{
    display: block;
}

.contenedor.iframe.enlaces{
    display: none;
}

.contenedor.iframe.enlaces.on{
    display: block;
}

.contenedor.iframe.imagenes{
    display: none;
}

.contenedor.iframe.imagenes.on{
    display: block;
}

.contenedor.iframe.tablas{
    display: none;
}

.contenedor.iframe.tablas.on{
    display: block;
}

.contenedor.iframe.formularios{
    display: none;
}

.contenedor.iframe.formularios.on{
    display: block;
}

.contenedor.iframe.etiquetas{
    display: none;
}

.contenedor.iframe.etiquetas.on{
    display: block;
}

.contenedor.iframe.multimedia{
    display: none;
}

.contenedor.iframe.multimedia.on{
    display: block;
}

/* botones selecionados */

.btn.video.intro h3{
    background-color: #fac203;
    color: black;
}

.btn.video.intro h3.off{
    background-color: #000000;
    color: rgb(255, 255, 255);
}

.btn.video.texto h3.on{
    background-color: #fac203;
    color: black;
}

.btn.video.texto h3.off{
    background-color: #000000;
    color: rgb(255, 255, 255);
}

.btn.video.listas h3.on{
    background-color: #fac203;
    color: black;
}

.btn.video.listas h3.off{
    background-color: #000000;
    color: rgb(255, 255, 255);
}

.btn.video.enlaces h3.on{
    background-color: #fac203;
    color: black;
}

.btn.video.enlaces h3.off{
    background-color: #000000;
    color: rgb(255, 255, 255);
}

.btn.video.imagenes h3.on{
    background-color: #fac203;
    color: black;
}

.btn.video.imagenes h3.off{
    background-color: #000000;
    color: rgb(255, 255, 255);
}

.btn.video.tablas h3.on{
    background-color: #fac203;
    color: black;
}

.btn.video.tablas h3.off{
    background-color: #000000;
    color: rgb(255, 255, 255);
}

.btn.video.formularios h3.on{
    background-color: #fac203;
    color: black;
}

.btn.video.formularios h3.off{
    background-color: #000000;
    color: rgb(255, 255, 255);
}

.btn.video.otros h3.on{
    background-color: #fac203;
    color: black;
}

.btn.video.otros h3.off{
    background-color: #000000;
    color: rgb(255, 255, 255);
}

.btn.video.multimedia h3.on{
    background-color: #fac203;
    color: black;
}

.btn.video.multimedia h3.off{
    background-color: #000000;
    color: rgb(255, 255, 255);
}

/* section comentarios */

section.comentarios{
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.comentarios_ecb{
    display: flex;    
    width: 90%;
}

/* logo ECB */

.ecb_foto{
    position: relative;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background: url(img/LOGO_ECB.gif);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.ecb_foto:hover{
    background-size: 110%;
}

.ecb_foto::after{
    content: '';
    position: absolute;
    height: 180px;
    width: 180px;
    background-color:#fac203;
    z-index: 1;
    transform: translateY(100%);
    transition: 200ms ease-in-out;
    opacity: 0.2;
}

.ecb_foto:hover:after{
    transform: translateY(0%);
}

/* youtube */

.ecb_youtube{
    position: relative;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background: url(img/youtube_logo.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.ecb_youtube:hover{
    background-size: 110%;
}

.ecb_youtube::after{
    content: '';
    position: absolute;
    height: 180px;
    width: 180px;
    background-color:#fac203;
    z-index: 1;
    transform: translateY(100%);
    transition: 200ms ease-in-out;
    opacity: 0.2;
}

.ecb_youtube:hover:after{
    transform: translateY(0%);
}

/* Next Step */

.ecb_nextsteps{
    position: relative;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background: url(img/next.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.ecb_nextsteps:hover{
    background-size: 180%;
}

.ecb_nextsteps::after{
    content: '';
    position: absolute;
    height: 180px;
    width: 180px;
    background-color:#fac203;
    z-index: 1;
    transform: translateY(100%);
    transition: 200ms ease-in-out;
    opacity: 0.2;
}

.ecb_nextsteps:hover:after{
    transform: translateY(0%);
}

.ecb_comentario{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ecb_comentario p{
    margin: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    text-align: left;
    font-weight: 300;
}

.comentarios_ecb{
    display: flex;    
    width: 90%;
    margin: auto;
}

.comentarios_youtube{
    display: flex;    
    width: 90%;
    margin: auto;
}

.comentarios_nextsteps{
    display: flex;    
    width: 90%;
    margin: auto;
}

/* HTML A CSS */

.curso_css{
    display: flex;
    align-items: center;
    margin: auto;
}

.logo_css img{
    height: 75px;
    width: 75px;
    transition: 0.2s ease-in-out;
}

.logo_css{
    height: 85px;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_css img:hover{
    height: 85px;
    width: 85px;
}

.curso_css span{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: black;
}

.curso_css span:hover{
    background-color: #fac203;
}

/* CSS A HTML */

.curso_html{
    display: flex;
    align-items: center;
    margin: auto;
}

.logo_html{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    width: 85px;
}

.logo_html img{
    height: 75px;
    width: 75px;
    transition: 0.2s ease-in-out;
}

.logo_html img:hover{
    height: 85px;
    width: 85px;
}

.curso_html span{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: black;
}

.curso_html span:hover{
    background-color: #fac203;
}


/* Footer */

.footer_container{
    width: 90%;
    max-width: 1620px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
}

.footer{
    background-color: rgb(0, 0, 0);
    width: 75%;
}

.footer_fondo{
    background: transparent;

}

.footer_image{
    width: 100%;
    background: transparent;
}

.footer_links{
    background:transparent;
    align-self: center;
    width: 50%;
}

.footer_links a{
    letter-spacing: -3px;
}

.footer_registro{
    background: black;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.registro_titulo{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    color: white;
    display: flex;
    justify-content: center;
}

.input{
    display: flex;
    align-items: center;
    background-color: transparent;
}

input.btn{
    height: 50px;
    width: 100px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 1px solid white;
    transition: 300ms ease-in-out;
    margin-top: 1px;
    cursor: pointer;
}

.footer_input{
    background: transparent;
}

.footer_email{
    height: 47px;
    width: 205px;
    border-radius: 2px;
}

.footer_email:focus{
    border: 2px solid #fac203; 
    outline: none;
}

.footer_contacto{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_contacto h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.footer_contacto a{
    text-transform: uppercase;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.footer_line{
    width: 75%;
    margin: auto;
    height: 1rem;
    border-bottom: 1px solid white;
    background: transparent;
}

.copyright{
    width: 90%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    justify-content: center;
    background: transparent;
    margin-top: 12px;
}

.copyright p{
    font-family: 'Roboto', sans-serif;
    color: white;
    background-color: black;
    font-size: 10px;
}

.bravo{
    color:#fac203;
}

.newsletter p{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.nombre_canal{
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.nombre_canal h2{
    font-family: 'Play', sans-serif;
    font-size: 3rem;
}

.nombre_canal h2 .nombre_el{
    color: #fac203;
}

.nombre_canal h2 .nombre_codigo{
    color: #0044ff;
}

.nombre_canal h2 .nombre_bravo{
    color: #00c93f;
}

/* Redes Sociales */

.redes{
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.bxl-instagram{
    background: transparent;
    font-size: 40px;
    color: white;
}

.bxl-instagram:hover{
    color:#fac203;
}

.bxl-tiktok{
    background: transparent;
    font-size: 40px;
    color: white;
}

.bxl-tiktok:hover{
    color:#fac203;
}

.bxl-facebook{
    background: transparent;
    font-size: 40px;
    color: white;
}

.bxl-facebook:hover{
    color:#fac203;
}

.bxl-youtube{
    background: transparent;
    font-size: 40px;
    color: white;
}

.bxl-youtube:hover{
    color:#fac203;
}

/* movil */

@media (max-width:1000px){
    .lista_videos{
        transform: translateX(100%);
    }

    .lista_videos.active{
        transform: translateX(0%);
        z-index: 1;
    }

    .titulo h2{
        font-size: 1.5rem;
        text-align: center;
    }

    .contenedor_videos iframe{
        width: 90%;
        height: 50vh;
    }

    .comentarios{
        width: 90%;
        margin: auto;
    }

    .comentarios_ecb{
        align-items: center;
    }
    .ecb_comentario p{
        font-size: 1rem;
    }

    .ecb_nextsteps,.ecb_youtube,.ecb_foto{
        height: 15vw;
        width: 15vw;
    }

    .footer{
        width: 100%;
    }

    .btn.compartir{
        display: none;
    }

        /* Hamburguesa */
        .menu_icon{
            cursor: pointer;
        }
        
        .bar{
            display: block;
            width: 20px;
            height: 2px;
            margin: 4px auto;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            background-color: rgb(255, 255, 255);
        }
        
        .menu_icon.active .bar:nth-last-child(1){
            transform: translateY(-6px) rotate(-45deg);
        }
        
        .menu_icon.active .bar:nth-last-child(2){
            opacity: 0;
        }
        
        .menu_icon.active .bar:nth-last-child(3){
            transform: translateY(6px) rotate(45deg);
        }

}



@media (max-width:700px){

    .navegacion{
        width: 100vw;
    }

    .logo{
        height: 60px;
        width: 60px;
        background-image: url(img/LOGO_ECB.gif);
    }

    .btn.compartir{
        display: none;
    }

    .titulo h2{
        font-size: 1.2rem;
    }

    .contenedor_videos iframe{
        width: 90%;
        height: 30vh;
    }

    .ecb_nextsteps,.ecb_youtube,.ecb_foto{
        height: 30vw;
        width: 30vw;
    }

    .ecb_comentario{
        font-size: 0.3rem;
        text-align: justify;
        width: 95%;
    }

    .comentarios_ecb{
        display: flex;
        flex-direction: column;
        background-color: #fac00338;
        border-radius: 20px;
        width: 100%;
        padding: 5px;
        gap: 5px;
    }

    .comentarios_youtube{
        display: flex;
        flex-direction: column;
        flex-flow: column-reverse;
        background-color: #0044ff4e;
        align-items: center;
        border-radius: 20px;
        width: 100%;
        padding: 5px;
        gap: 5px;
    }

    .comentarios_nextsteps{
        display: flex;
        flex-direction: column;
        background-color: #00c9405c;
        align-items: center;
        width: 100%;
        padding: 5px;
        gap: 5px;
        border-radius: 20px;
    }

    .footer_container{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .nombre_canal{
        margin-top: 0px;
    }

    .nombre_canal h2{
        font-size: 2rem;
        text-align: center;
    }

    /* Hamburguesa */
    .menu_icon{
        cursor: pointer;
    }
    
    .bar{
        display: block;
        width: 20px;
        height: 2px;
        margin: 4px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: rgb(255, 255, 255);
    }
    
    .menu_icon.active .bar:nth-last-child(1){
        transform: translateY(-6px) rotate(-45deg);
    }
    
    .menu_icon.active .bar:nth-last-child(2){
        opacity: 0;
    }
    
    .menu_icon.active .bar:nth-last-child(3){
        transform: translateY(6px) rotate(45deg);
    }

    .lista_videos.active{
        transform: translateX(0%);
        z-index: 1;
        width: 100vw;
    }

    .btn.video.intro H3,
    .btn.video.texto H3,
    .btn.video.listas H3,
    .btn.video.enlaces H3,
    .btn.video.imagenes H3,
    .btn.video.tablas H3,
    .btn.video.formularios H3,
    .btn.video.otros H3,
    .btn.video.multimedia H3
    {
        width: 100%;
    }

}