.fecha-sistema,
.pri-container,
.nav-container,
.icons-container,
.imput-container,
.inicio-sesion-register,
.inicio-sesion-login,
.nav-container ul,
.menu-left {
    display: none;
}

/*******************************/
.search-container {
    position: relative;
    width: 100%;
    max-width: 360px;
}

.search-container input[type="search"] {
    width: 100%;
    height: 44px;
    padding: 0 48px 0 16px;

    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1d2430;

    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;

    outline: none;
    transition: all .3s ease;
}

.search-container input[type="search"]::placeholder {
    color: #9aa3af;
}

.search-container input[type="search"]:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, .12);
}

.search-icon {
    position: absolute;
    top: 48%;
    right: 14px;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 38px;
    color: #2f66c8;
    pointer-events: none;
}


/*******************************/
.inicio-ingresar {
    display: none;
    margin-right: 2rem;
}

.little {
    background-color: #f5f5f5;
    background-image: radial-gradient(#d4d4d4 1px, transparent 1px);
    background-size: 14px 14px;
}

.img-titulo-container {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.slogan {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    padding-top: 1rem;
}

.slogan::before,
.slogan::after {
    content: "";
    width: 70px;
    height: 2px;
    background: #e53935;
    border-radius: 10px;
}

.slogan span {
    color: #1d2430;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 15px;
}


.fecha-servidor {
    margin-bottom: 1rem;
}

/* Responsive */
@media(max-width:768px) {

    .slogan {
        gap: 10px;
    }

    .slogan::before,
    .slogan::after {
        width: 40px;
    }

    .slogan span {
        font-size: 14px;
        letter-spacing: 4px;
    }
}

.icono-user-register {
    display: none;
}

.inicio-container-login {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.inicio-sesion-register {
    display: none;
    cursor: pointer;
}

.inicio-container-login {
    cursor: pointer;
}

.animated-png-menu {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.animated-png-menu:hover {
    transform: scale(1.1);
}


.pri-width,
.sec-width {
    width: 8rem;
}


.sec-container {
    display: flex;
    justify-content: space-between;

    align-items: center;
    height: 3.5rem;

}

.color-nav {
    background-color: #DD2529;
    /*#393AD1 #ed1c24 #4682bf */
}


.position-hamburger {
    display: flex;
    padding-left: 2rem;
}


.user-container {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0;
}

.icono-user {
    cursor: pointer;
    width: 2rem;
    margin: 0 2.2rem 0 0;
}


.header-logo-titulo-movile h1 {
    font-size: 1.5rem;
}


.pri-width,
.sec-width {
    z-index: 1000;
}


.fondo-transparente {
    width: 15%;
    background-color: transparent;
}

@media only screen and (min-width: 576px) {


    .fondo-transparente {
        width: 10%;
    }


    .header-logo-titulo-movile h1 {
        font-size: 2rem;
    }

    .sec-container {
        height: 5rem;
    }

    .inicio-ingresar {
        display: block;
        color: #fff;

    }

    .icono-user {
        margin: 0 1rem 0 0;
    }
}


@media only screen and (min-width: 768px) {

    .fondo-transparente {
        width: 25%;
    }


    .header-logo-titulo-movile h1 {
        font-size: 2.5rem;
    }


    .nav-container ul {

        list-style: none;
        padding: 0;
    }

    .nav-container li {
        position: relative;
        padding: 2rem 1rem 0 1rem;
        font-size: 1.8rem;
        cursor: pointer;
        height: 6rem;
        transition: background-color 0.3s ease-in-out;

    }

    .nav-container hr {
        width: 100%;
        border: none;
        height: 2px;
        background-color: transparent;
        transition: background-color 0.3s ease-in-out;
        margin: 0;
    }

    .nav-container li:hover hr {
        background-color: var(--blanco);
    }

    .nav-container li:hover {
        background-color: #161D26;
    }

    .pri-width,
    .sec-width {
        width: 20rem;
        z-index: 1000;
    }

}


@media only screen and (min-width: 900px) {

    .fondo-transparente {
        width: 32%;
    }


    .header-logo-titulo-movile h1 {
        font-size: 2.8rem;
    }

    .fecha-sistema {
        display: flex;
        justify-content: space-between;
        padding: 0.5rem 1rem 0.5rem 1rem;
    }

    .pri-width,
    .sec-width {
        width: 30rem;
    }


    .icons-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }

    /* Contenedor principal de la barra */
    .fecha-barra {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* Centra verticalmente */
        padding: 10px 20px;
        gap: 15px;
        /* Espacio mínimo entre los elementos */
        width: 100%;
    }

    /* Bloque de WhatsApp (Derecha) */
    .celular-para-publicidad {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 5px 12px;
        cursor: pointer;
        white-space: nowrap;
        transition: transform 0.2s;
    }

    .calendario-ancho {
        display: flex;
    }


    /* Bloque que contiene Calendario y Mensaje */
    .calendario-ticker {
        display: flex;
        align-items: center;
        flex-grow: 1;
        /* Permite que este bloque crezca para empujar al WhatsApp a la derecha */
        gap: 20px;
    }

    /* Estilo para el grupo del calendario */
    .icono-calendario {
        display: flex;
        align-items: center;
        gap: 8px;
        white-space: nowrap;
        /* Evita que la fecha se parta en dos líneas */

    }

    /* Estilo para el ticker (Centro) */
    .ticker-noticias {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        /* El mensaje ocupa todo el espacio central disponible */
        overflow: hidden;
        text-align: center;
        padding-left: 10px;
        /* LA LÍNEA VERTICAL ROJA */
        border-left: 5px solid #ff0000;
        padding-left: 15px;
        /* Espacio entre la línea roja y el texto */
        margin: 0 15px;
        border-radius: 2px;
        /* Un radio pequeño para que no se vea tan rígido */
        overflow: hidden;

    }

    #mensaje-informativo {
        margin: 0;
        font-size: 14px;
    }



    .celular-para-publicidad span {
        font-size: 17px;
    }



    .celular-para-publicidad:hover {
        transform: scale(1.05);
    }

    .fecha-sistema {
        padding: 0.5rem 0 0.5rem 0;
        background-color: #161D26;
        color: #fff;
        border-radius: 0rem 0rem 0.3rem 0.3rem;
        height: 35px;
    }

}

@media only screen and (min-width: 1200px) {

    .fondo-transparente {
        width: 12%;
    }


    .fecha-iconos,
    .header-logo-titulo-movile {
        display: none;
    }

    .iconos-redes-new-head {
        width: 16%;
    }





    .texto-fecha {
        letter-spacing: .2px;
        font-size: 11.5px;
    }

    .fecha-iconos-acomodar {
        display: flex;
        flex-direction: column;
        padding: 0px 60px 0px 20px;
    }


    .pri-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 25rem;
    }

    .pri-width {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        font-family: var(--fuentePrincipal);
        font-size: 14px;
        max-width: 14rem;
    }

    .linea-vertical-separador {
        width: 2rem;
        padding-left: 4rem;
    }

    .linea-vertical {
        width: 1px;
        height: 24px;
        background: #ffffff;
        opacity: .6;
    }

    .input-container {
        display: flex;
        justify-content: end;
        padding-right: 20px;
    }


    .search-input {
        width: 300px;
        height: 40px;
        font-size: 16px;
        padding: 5px;
        border: 2px solid #ccc;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .search-input:focus {
        border-color: #1877F2;
        background-color: #f0f8ff;
        color: #333;
        outline: none;
    }

    .sec-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 6rem;
        border-radius: 0rem 0rem 0.3rem 0.3rem;

    }

    .nav-container {

        display: block;
    }

    .nav-container ul {

        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0 2rem;
        width: 70rem;
        color: var(--blanco);

    }

    .user-container {
        display: flex;
        justify-content: end;
        align-items: center;
        cursor: pointer;
    }

    .inicio-sesion-register {
        display: block;
        font-family: var(--fuentePrincipal);
        font-size: 1.3rem;
        padding-right: 1rem;
        transition: transform 0.3s ease;
        color: #fff;
    }

    .inicio-container-login {
        transition: transform 0.3s ease;
    }

    .inicio-container-login:hover {
        transform: scale(1.1);
    }

    .inicio-sesion-register:hover {
        transform: scale(1.1);
    }

    .header-logo-titulo {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

    }


    .menu-left {
        display: block;
        padding-left: 10px;
        color: #fff;

    }

    .icono-user {

        width: 2rem;
        margin: 0 0.8rem;
    }


}