@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;
}

.bx-flip-horizontal{
    font-size: 15px;
    color: white;
    transition: 300ms ease-in-out;
}

.btn:hover .bx-flip-horizontal{
    color: black;
}


/* Navegación */

/* section */
.proyectos{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 8vh;
}

.proyectos .project_title{
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proyectos .project_title h3{
    font-size: 3.5rem;
    font-family: 'Roboto', sans-serif;
}

.contenedor.iframe.proyecto_1,.proyecto_2,.proyecto_3{
    display: flex;
    margin: auto;
}

.contenedor iframe{ 
    width: 50%;
    height: 60vh;
    margin: auto;
    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);
border-radius: 20px;
}

.titulo_proyecto{
    width: 50%;
    margin: auto;
    text-align: center;
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
}

.descripcion_proyecto{
    width: 50%;
    margin: auto;
    font-size: 1.3rem;
    font-family: 'Roboto', sans-serif;
}

.volver{
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.seleccionar{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.logo_html{
    background-image: url(img/HTML_LOGO.gif);
    height: 150px;
    width: 150px;
    background-size: contain;
    transition: 0.2s ease-in-out;
}

.logo_html:hover{
    height: 160px;
    width: 160px;
}


.logo_css{
    background-image: url(img/CSS_LOGO.gif);
    height: 150px;
    width: 150px;
    background-size: contain;
    transition: 0.2s ease-in-out;
}

.logo_css:hover{
    height: 160px;
    width: 160px;
}


/* section */

/* 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: 100%;
}

.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;
}

.footer_contacto a{
    background-color: #fac203;
    color: black;
}

@media (max-width:1150px){

    .a2a_kit{
        position: fixed;
        width: 55vw;
        height: 25vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 2;
        background-color: white;
        border-radius: 20px;
        margin-left: 17.5vw;
        margin-right: 17.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;
    }

    .menu_iconShare{
        height: 25px;
        width: 25px;
        cursor: pointer;
        border-radius: 5px;
        margin-left: 40vw;
        margin-top: 2vh;
        display: grid;
        place-items: center;
    }
}



@media (max-width:700px){

    .proyectos{
        display: flex;
        flex-direction: column;
        gap: 5vh;
    }


    .navegacion{
        width: 100vw;
    }

    .logo{
        height: 60px;
        width: 60px;
        background-image: url(img/LOGO_ECB.gif);
        background-size: cover;
        background-position: center;
    }


    .titulo h2{
        font-size: 1.2rem;
    }

    .project_title{
        text-align: center;
    }

    .proyectos .project_title h3{
        font-size: 2.5rem;
        font-family: 'Roboto', sans-serif;
    }

    .contenedor iframe{ 
        width: 90%;
        height: 30vh;
        margin: auto;
        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);
    border-radius: 20px;
    }

    .titulo_proyecto{
        width: 90%;
    }
    .descripcion_proyecto{
        width: 90%;
    }

    .footer_container{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .nombre_canal{
        text-align: center;
    }

    .nombre_canal h2{
        font-size: 2rem;
    } 

    .a2a_kit{
        position: fixed;
        width: 75vw;
        height: 25vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 2;
        background-color: white;
        border-radius: 20px;
        margin-left: 12.5vw;
        margin-right: 12.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;
    }

    .menu_iconShare{
        height: 25px;
        width: 25px;
        cursor: pointer;
        border-radius: 5px;
        margin-left: 60vw;
        margin-top: 2vh;
        display: grid;
        place-items: center;
    }


}