.no_traducir {
    translate: no !important;
}

.form-control:focus {
    /*  border-color: rgba(255, 255, 255, 0.25) !important; */
    border-color: rgb(0, 0, 0) !important;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
}

.pointer {
    cursor: pointer;
}

body {
    scroll-behavior: smooth;
}

.lineastexto {
    transition: 1s;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lineastexto_1 {
    -webkit-line-clamp: 1;
}

.lineastexto_2 {
    -webkit-line-clamp: 2;
}

.lineastexto_3 {
    -webkit-line-clamp: 3;
}

.lineastexto_4 {
    -webkit-line-clamp: 4;
}


.play {
    transition: 0.2s;
    transform: scale(50%) !important;
    color: #ffffff25 !important;
}

.play:hover {
    transition: 0.2s;
    transform: scale(200%) !important;
    color: #ffffff85 !important;
}

@media(max-width:767px) {
    /*  .video_imagen {
                width: 39%;
            }

            .video_imagen .ratio {
                height: 100% !important;
                width: 100% !important;
            }

            .video_contenido {
                width: 60%;


            } */

    .logo_menu {
        height: 25px;
    }
}


.logo_menu {
    height: 40px;
}

.logo_menu_nombre {
    font-size: xx-large;
}

@media(max-width:767px) {
    .logo_menu {
        height: 25px;
    }

    .logo_menu_nombre {
        font-size: large;
    }
}

#q::placeholder {
    color: #3e838f7a;
    font-size: large;
    text-align: center;
}

@media(max-width:767px) {
    #video_app_contenido .titulo {
        font-size: small !important;
        line-height: 1.2;
    }

    #video_app_contenido .vistas,
    #video_app_contenido .publicacion,
    #video_app_contenido i {
        font-size: x-small !important;
    }
}

nav {
    opacity: 95%;
}

nav:hover {
    opacity: 100%;
}

.video_activo {
    background: orangered;
    color: white;
}

.video_activo .bi-play-fill {
    color: orangered !important;

}

.video_activo .video_imagen::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: orangered;
    opacity: 75%;

    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    font-size: large;
    content: 'Reproduciendo';
    animation-name: reproduciendo;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@media (max-width:767px) {
    .video_activo .video_imagen::after {
        font-size: x-small;
    }

    .titulo_video {
        font-size: small !important;
    }
}

@keyframes reproduciendo {
    to {
        color: orangered;
    }

    from {
        color: white;
    }
}

.logo_seccion {
    height: 18px;
}

@media (min-width:768px) {
    .logo_zonafacil_menu_ancla {
        height: 25px;
    }

    .logo_seccion {
        height: 25px;
    }
}

@media (min-width:1000px) {
    .logo_zonafacil_menu_ancla {
        height: 25px;
    }

    .logo_seccion {
        height: 30px;
    }
}

@media (max-width:1000px) {
    .no-responsivo {
        display: none;
    }
}

@media (min-width:1000px) {
    .responsivo {
        display: none;
    }
}





.seccion {
    /*  background: linear-gradient(95deg, #9108ee, #1945ff); */
    border-bottom-left-radius: 0% !important;
}

.fila_seccion {
    scroll-behavior: smooth;
}

@media (max-width:767px) {
    .fila_seccion {
        overflow: auto !important;
    }

    .boton_scroll_fila_seccion {
        display: none !important;
    }

    .icono_educacion {
        font-size: medium !important;
    }
}

.texto_vertical {
    writing-mode: vertical-lr;
    /* text-orientation: ; */
}




/* Estilo para la barra de desplazamiento */
@media (min-width:767px) {

    ::-webkit-scrollbar {
        width: 10px;
        /* Ancho de la barra */
    }

    /* Estilo para el riel de la barra de desplazamiento */
    ::-webkit-scrollbar-track {
        background: #ffffff;
        /* Color del riel */
    }

    /* Estilo para el pulgar de la barra de desplazamiento */
    ::-webkit-scrollbar-thumb {
        background: #3939397b;
        border-radius: 50px;
        /* Color del pulgar */
    }

    /* Estilo para el pulgar de la barra de desplazamiento al pasar el mouse por encima */
    ::-webkit-scrollbar-thumb:hover {
        background: #45454559;
        /* Color del pulgar al pasar el mouse por encima */
    }
}










#sidebar {
    width: 250px;
}

#sidebar_tablet {
    width: 100px;
}

#sidebar:hover {
    overflow: auto !important;
}


#contenido {
    /* width: calc(100vw - 250px); */
    width: calc(100vw - 0px);
    scroll-behavior: auto !important;
}














.suscritos_enlace:hover,
.seccion_enlace:hover {
    background-color: #28282811;
    /* border-radius: 50px; */
    font-weight: 500;
    cursor: pointer;
}

.seccion_enlace_n:hover {
    background-color: #FAE5D3;
    /* border-radius: 50px; */
    font-weight: 500;
    cursor: pointer;
}

.seccion_enlace_a:hover {
    background-color: #A9CCE3;
    /* border-radius: 50px; */
    font-weight: 500;
    cursor: pointer;
}

.seccion_enlace_c:hover {
    background-color: #D6EAF8;
    /* border-radius: 50px; */
    font-weight: 500;
    cursor: pointer;
}

.seccion_enlace_v:hover {
    background-color: #D1F2EB;
    /* border-radius: 50px; */
    font-weight: 500;
    cursor: pointer;
}

.seccion_enlace_m:hover {
    background-color: #F74B56;
    /* border-radius: 50px; */
    font-weight: 500;
    cursor: pointer;
    color: white;
}







#q:focus {
    width: 100% !important;
    border: 1.5px solid;
}




@media (max-width:767px) {
    #categorias_inicio {
        overflow: auto !important;
    }

    #categorias_inicio .btn {

        font-size: x-small !important;
    }
}



.enlaces_movil {
    font-size: small;
}