.logoPrincipal{
    text-align: center;
}

.redes{
    text-align: center;
    margin-bottom: 120px;
    font-size: 40px;
    margin-top: 60px;
}

.espaciosIconos{
    padding: 10px;
}

.realizado{
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    text-align: center;
    font-size: 20px;
    color: blue;
    margin-bottom: 50px; 
}

.quitar{
    text-decoration: none;
}

.flechaIzquierda1{
    font-size: 25px;
    color: blue;
    float: left;
    margin-bottom: 130px;
}

.flechaIzquierda1:hover{
    color: red;
    font-size: 25px;
    float: left;
    margin-bottom: 130px;
}

.fa-solid {
    padding: 20px;
}

.flechaDerecha1{
    font-size: 25px;
    color: rgb(255, 0, 0);
    float: right;
    margin-bottom: 130px;
}

.der{
    float: right;
}

.izq{
    float: left;
}

.flecha22 .material-symbols-outlined{

    color: rgb(4, 0, 228);
    font-size: 40px;
    cursor: pointer;
    position: fixed;
    height: 50px;
    cursor: pointer;
    bottom: 40px;
    right: 40px;
}

.flecha2{
    margin-top: 20px;
    text-align: center;
    color: rgb(4, 0, 228);
    position: fixed;
    height: 50px;
    cursor: pointer;
    bottom: 40px;
    left: 40px;
}


.whatsapp{
    position: fixed;
    height: 50px;
    cursor: pointer;
    bottom: 40px;
    right: 40px;
    
}



.logoPortada{
    width: 10%;
    height: auto;
    margin-top: 40px;
}

.lineaSeparadora{
    margin-top: 25px;
    border: 2px solid blue;
}

.titulo{
    text-align: center; 
}

.tituloPrincipal{
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 60px;
    color: blue;

}

.videoUno{

    width: 100%;
    height: auto;

}

.videoUno2{

    width: 100%;
    height: auto;
}

.video1de2detalle{
    width: 100%;
    height: auto;
    cursor: pointer;
}

.video1de2detalle2{
    width: 100%;
    height: auto;
    cursor: pointer;
}

.video1de2detalle3{
    width: 100%;
    height: auto;
    cursor: pointer;
}

.video1de2detalle4{
    width: 100%;
    height: auto;
    cursor: pointer;
}

.tituloUno{
    color: blue;
    text-align: left;
    padding-left: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
}

.video1de2{
    margin-bottom: 0px;
    padding-left: 0;
}

.contenedorVideos:hover{
  
    background-color: rgba(235, 235, 235, 0.643);
    transition-duration: 0.5s;

}

.contenedorVideos{
    margin-top: 0;
    padding: 0;
}

.flecha2{
    margin-right: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    z-index: 100;
    width: 50px;
    height: 50px;
    float: right;
}

.flecha2 .material-symbols-outlined{
    margin-top: 20px;
    color: rgb(4, 0, 228);
    font-size: 40px;
}

.titulosReelVideos{
    color: blue;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 2px solid blue;
}

.videosSecundarios3{
    overflow-y: scroll;
    width: 33.33%;
    height: 500px;
}


.container{
    margin-bottom: 50PX;
    width: 80%;
}


.flecha22 .material-symbols-outlined{
    margin-top: 20px;
    color: rgb(4, 0, 228);
    font-size: 40px;
    cursor: pointer;
    bottom: 40px;
    left: 40px;
    position: fixed;
}

.titulosInternos{
    padding-top: 20px;
    padding-bottom: 8px;
}

.btn{
    border-radius: 10px;
    padding: 15px;
}

.espaciado2{
    margin: 10px;
}


@media screen and (max-width: 991.98px) {
    .videosGeneral{
        width: 100%;

    }

    .logoPortada{
        width: 20%;
        height: auto;
        margin-top: 40px;
    }

    .flechaIzquierda1{
        font-size: 25px;
        color: blue;
        float: left;
        margin-bottom: 90px;
    }
    
    .flechaIzquierda1:hover{
        color: red;
        font-size: 25px;
        float: left;
        margin-bottom: 90px;
    }


    .fa-solid {
        padding: 20px;
    }
    
    .flechaDerecha1{
        font-size: 25px;
        color: rgb(255, 0, 0);
        float: right;
        margin-bottom: 90px;
    }
    
    .der{
        float: right;
    }
    
    .izq{
        float: left;
    }
    


}



