:root {
    --im-btn-bg: #ba0a0a;
}

.caja_video_nueva {
    width: 1170px;
    max-width: 100%;
    margin: auto;
    margin-top: 20px;
}

#cc-main .cm--cloud .cm__desc {
    max-height: 10.4em;
}

.texto_normal_v3 {
    font-size: 20px;
    font-family: 'OpticSans Book';
}

.imagen_eos_v3 {
    width: 100%;
    max-width: 100%;
}

.imagen_eos_v3_mediano {
    width: 500px;
    max-width: 100%;
}

.titulo_v2 {
    font-size: 33px;
}

.titulo_h1_v2 {
    font-size: 36px;
}

.titulo_mediano_v2 {
    font-size: 30px;
}

.m_top_1 {
    margin-top: 10px;
}

.m_top_2 {
    margin-top: 30px;
}

.m_top_3 {
    margin-top: 60px;
}

.m_top_4 {
    margin-top: 90px;
}

.m_bottom_3 {
    margin-bottom: 60px;
}

.m_bottom_2 {
    margin-bottom: 40px;
}

.logo_sistema_v1 {
    width: 100px;
}

.flex_x_medio {
    text-align: center;
}

.flex_center_v1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.texto_italic_v1 {
    font-style: italic;
}

.flex_icono_sistema_v1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 39px;
    justify-content: center;
}

.separador_vertical {
    width: 4px;
    height: 133px;
    background-color: #e2e2e2;
}



.boton_rojo_v1 {
    color: white;
    background-color: #cc0000;
    padding: 9px 14px;
    text-decoration: none;
    display: block;
}

.boton_rojo_v1:hover {
    color: white;
    background-color: #cc0000;
    text-decoration: none;
}

.boton_rojo_v1:focus {
    color: white;
    background-color: #cc0000;
    text-decoration: none;
}

.texto_descarga_v2 {
    font-size: 20px;
    margin-top: 9px;
    margin-bottom: 15px;
}

.justificar {
    text-align: justify;
}

.grilla_x1_2_columna {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
    flex-wrap: wrap;
    align-items: center;
}

.grilla_3_v1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    /* Espacio entre los elementos */
}

.enlace_opcion_v3 {
    color: black;
    font-size: 19px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.enlace_opcion_v3:hover {
    text-decoration: none;
}

.exponete {
    font-family: 'OpticSans Book';
    margin-left: 8px;
}

.no_select_user {
    user-select: none;
}

.texto_small_v3 {
    font-size: 13px;
    font-family: 'OpticSans Book';
}

html {
    overflow: auto;
}

.navbar-brand {
    width: fit-content;
}


.texto_donde_v1 {
    margin: 0;
    padding: 0;
}

.caja_prensa {
    background-color: #ed1c24;
    color: #ffffff;
    padding: 2px 17px;
    margin-bottom: 19px;
    margin-top: 18px;
}

.color_donde_comprar_01 {
    background-color: #C62D5C;
    color: #ffffff;
}

.color_donde_comprar_02 {
    background-color: #7467B9;
    color: #ffffff;
}

.color_donde_comprar_03 {
    background-color: #3D7EE7;
    color: #ffffff;
}

.margen_titulo_v9 {
    margin-top: 37px;
}

.grilla_prensa_v9 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: -8px;
}

.grilla_botones_donde_v9 {
    display: flex;
    align-items: center;
    gap: 12px 15px;
    flex-wrap: wrap;
    justify-content: center;
}


.boton_rojo_catalogos_v9 {
    color: #000000;
    background-color: #ebebeb;
    padding: 9px 14px;
    text-decoration: none;
    display: block;
    margin-top: 26px;
    padding: 9px 33px !important;
    font-size: 19px;
    font-family: 'OpticSans';
    border: none;

    &:active {
        border: none !important;
    }

    &:focus {
        border: none !important;
        outline: none !important;
        outline-offset: none !important;
    }
}


.boton_rojo_catalogos_v9:hover {
    color: white;
    background-color: #cc0000;
    text-decoration: none;
    border: none;
}

@media only screen and (max-width : 900px) {
    .ocultar_en_movil {
        display: none !important;
    }

    .tit-rojo-bloque-home {
        font-size: 19px;
    }

    .separador_vertical {
        width: 249px;
        height: 2px;
        background-color: #f4efef;
    }

    .texto_normal_v3 {
        font-size: 15px;
    }

    .grilla_x1_2_columna {
        grid-template-columns: repeat(1, 1fr);
    }

    .grilla_3_v1 {
        grid-template-columns: repeat(2, 1fr);
        /* Dos columnas en pantallas móviles */
    }

    .exponete {
        margin-left: 0px;
    }

    .enlace_opcion_v3 {
        font-size: 16px;
    }

    .titulo_mediano_v2 {
        font-size: 20px;
    }

    .titulo_v2 {
        font-size: 22px;
    }

    .titulo_h1_v2 {
        font-size: 23px;
    }

    .justificar {
        text-align: start;
    }
}

.boton_enviar_formulario {
    background-color: red;
    color: white;
    border: none;
    padding: 12px 20px;
    margin: 16px;
}

.caja_captcha {
    float: left;
    margin: 22px 0px;
    width: 100%;
    margin-left: 16px;
    margin-bottom: 4px;
}

.boton_contactar_v9 {
    gap: 10px;
    display: flex;
    z-index: 999;
    border-radius: 5px 0px 0px 5px;
    border: 0;
    position: fixed;
    top: 69vh;
    right: 0;
    background-color: #ed1c24;
    line-height: 1;
    padding: 0.5rem 0.8rem;
    color: white;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.boton_contactar_v9 img {
    width: 41px;
    display: block;
}

@media (max-width: 767px) {
    .boton_contactar_v9 {
        top: 78vh;
        flex-direction: row;
    }

    .boton_contactar_v9 img {
        width: 21px;
    }
}

@media (max-width: 992px) {
    .navbar {
        max-height: 100vh !important;
    }
}