.site-header{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    width: 100%;   
}

.logo-container{
    width: 20%;
    margin-left: 4rem;
}

.logo-container a > .logo{
    max-width: 100%;
    width: 50%;
}

.form-container > .search-container{
    position: relative;
    display: flex;
    align-items: center;
    margin: .3rem 0;
}

.form-container > .search-container > input, .form-container > .search-container > button{
    height: 2rem;
    border-radius: .2rem;
    border-style: none;
    padding: 1.2rem;
    background-color: rgba(128, 128, 128, 0.473);
}
.form-container > .search-container > input{
    width: 100%;
    padding-top: .4rem;
    padding-left: .4rem;
    padding-bottom: .4rem;
    font-size: 1.2rem;
    
}
.form-container > .search-container > input:focus{
    outline: none;
    border-radius: .2rem;
    border-color: transparent;
}

.form-container > .search-container > button{
    position: absolute;
    width: 10%;
    right: 0;
    padding: .5rem 0;
    border-style: none;
    border-radius: 0 .2rem .2rem 0;
    margin-right: 0;
    color: white;
    cursor: pointer;
}
.form-container > .search-container > button:hover{
    outline: none;
}

.social-icons-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: .5rem;
}
.social-icons-container span{
    font-size: 1rem;
}
.social-icons-container span > a{
    text-decoration: none;
    color: black;
}
.social-icons-container span > a > img{
    width: 20px;
}



.escudo-desktop{
    display: inline;
}
.escudo-mobile{
    display: none;
}

/* .hamburger-menu{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    font-size: 1.5rem;
    border-radius: .2rem;
    color: #fff;
    background-color: #22356C;
    display: none;
    z-index: 999;
}
 */
/* ================================== */
/* Estilos al menú principal */
/* ================================== */

/* ================================== */
/* ============Primer nivel========== */
/* ================================== */
/* .nav-container{
    padding: .4rem;
    background-color: #22356C;
}

.nav-container > .menu-list{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    list-style: none;    
}

.nav-container > .menu-list > .menu-item{
    position: relative;
    margin: .1rem .5rem;
    padding: .8rem;
    border-radius: .2rem;
    transition: background-color .4s ease-in-out;
}
.nav-container > .menu-list > .menu-item:hover{
    background-color: #EE2A24;
}
.nav-container > .menu-list > .menu-item.paso-rapido{
    background-color: #00A651;
}
.nav-container > .menu-list > .menu-item.paso-rapido:hover{
    background-color: transparent;
    color: #00A651;
    border: 1px solid #00A651;
}
.nav-container > .menu-list > .menu-item > a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 1.1rem;
    text-decoration: none;
}
.nav-container > .menu-list > .menu-item > a > i{
    margin-left: .5rem;
} */


/* ================================== */
/* ========Fin Primer nivel========== */
/* ================================== */


/* ================================== */
/* ===========Segundo nivel========== */
/* ================================== */
/* .nav-container > .menu-list > .menu-item > .sub-menu{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin: .1rem 0;
    padding: 1rem 0;
    width: 18rem;
    border-radius: .2rem;
    list-style: none;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 1px 0 6px rgba(0,0,0,.5);
}

.nav-container > .menu-list > .menu-item > .sub-menu > .menu-item{
    position: relative;
    margin: .1rem .5rem;
    padding: .6rem .3rem;
    border-radius: .2rem;
    transition: background-color .1s ease-in-out;
}
.nav-container > .menu-list > .menu-item > .sub-menu > .menu-item a{
    font-size: 1.1rem;
    text-decoration: none;
    color: #22356C;
    transition: color .1s ease-in-out;
}
.nav-container > .menu-list > .menu-item > .sub-menu > .menu-item.current-page-ancestor > a{
    font-size: 1.1rem;
    text-decoration: none;
    color: #fff;
    transition: color .1s ease-in-out;
}
.nav-container > .menu-list > .menu-item > .sub-menu > .menu-item:hover{
    background-color: #EE2A24;
}
.nav-container > .menu-list > .menu-item > .sub-menu > .menu-item:hover > a{
    color: #fff;
}

.nav-container > .menu-list > .menu-item > .sub-menu > .current-menu-item{
    background-color: #EE2A24;
}
.nav-container > .menu-list > .menu-item > .sub-menu > .current-menu-item > a{
    color: #FFF;
}
 */
/* ==================================================================== */
/* Submenus de primer nivel con pseudoelemento (before) tendran este estilo. */
/* ==================================================================== */
/* .nav-container > .menu-list > .menu-item > .sub-menu::before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    margin-top: -1.5rem;
    margin-left: 2.5rem;
    transform: rotate(45deg);
    z-index: 999;
    background-color: #fff;
} */

/* ============================= */
/* ======Fin Segundo Nivel====== */
/* ============================= */



/* ======================================== */
/* ======Tercer Nivel========== */
/* ======================================== */
/* .nav-container > .menu-list > .menu-item > .sub-menu > .menu-item > .sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 15rem;
    border-radius: .2rem;
    list-style: none;
    z-index: 9999;
    box-shadow: 1px 0 6px rgba(0,0,0,.5);
    background-color: #fff;
}
.nav-container > .menu-list > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item{
    position: relative;
    margin: .1rem .5rem;
    padding: .6rem .3rem;
    border-radius: .2rem;
    transition: background-color .4s ease-in-out;
}
.nav-container > .menu-list > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item:hover{
    background-color: #EE2A24;
}
.nav-container > .menu-list > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item:hover > a{
    color: #fff;
} */

/* ===================== */
/* Estilos genéricos */
/* ===================== */

/* ========================================================================== */
/* menu-item de primer nivel con la pseudoclase hover mostraran el sub-menu hijo */
/* ========================================================================== */

/* Rompemos la especificidad a todos los (menu-item) en su estado hover, para 
    que todos los submenu se muestren */
/* .menu-item:hover > .sub-menu{
    display: block !important;
} */

/* .menu-item > a{
    font-size: 1.1rem;
    text-decoration: none;
    color: #003876;
    transition: color .4s ease-in-out;
} */

/* ===================== */
/* Fin Estilos genéricos */
/* ===================== */


/* ======================================== */
/* ======Fin Tercer Nivel en adelante====== */
/* ======================================== */

/* .current_page_parent{
    background-color: #EE2A24;
}
.current_page_parent a{
    color: #fff;
}

.current-page-ancestor{
    background-color: #EE2A24;
}
.current-page-ancestor a{
    color: #fff;
}
.current-menu-ancestor{
    background-color: #EE2A24;
}
.current-menu-ancestor > a{
    color: #fff !important;
}
.current-menu-item{
    background-color: #EE2A24;
}

.current-menu-item a{
    color: #fff;
} */

/* ================================================================== */
/* Custom class para mostrar y ocultar el menú en la versión móvil */
/* ================================================================== */
@keyframes mostrar {
    0% {
        transform: translate(0, -100%);
    }
    100%{
        transform: translate(0, 0);
    }
}

.mostrar{
    display: flex !important;
    transition: transform .3s ease-in-out;
    animation: mostrar .5s ease-in-out 1 both;
}

.ocultar{
    display: none !important;
}

/* =========================================== */
/* =======Medias queries Header========= */
/* =========================================== */

@media screen and (min-width: 100px) and (max-width: 768px){
    
    .site-header{
        position: relative;
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .logo-container{
        width: 50%;
        position: relative;
        top: 0;
        padding: 2rem;
        margin-left: 0;
    }
    .logo-container img{
        max-width: 100% !important;
    }
  
    .form-container{
        position: relative;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form-container > .search-container{
        width: 100%;
        margin: 0;
        margin-right: 1rem;
    }

    .escudo-container{
        width: 20%;
        display: flex;
        margin-right: 1rem !important;
    }
    
    .escudo-mobile{
        display: inline;
        width: 50%;
    }
    
    .escudo-desktop{
        display: none;
    }
    .form-container > .social-icons-container{
        display: none;
        
    }

    /* ============================= */
    /* Estilos menú versión móvil */
    /* ============================= */
    /* .nav-container{
        display: none;
    }
    .nav-container .menu-list{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .nav-container .menu-list > .menu-item{
        width: 100%;
        margin: 0.1rem 0;
    }

    .nav-container > .menu-list > .menu-item > a{
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
    }

    .nav-container > .menu-list > .menu-item-has-children:hover{
        background-color: #FFF;
    }
    .nav-container > .menu-list > .menu-item-has-children:hover > a{
        display: inline;
        color: #22356C;
    } */
    /* ========================== */
    /* ===== Segundo Nivel ====== */
    /* ========================== */
    /* .nav-container .menu-list > .menu-item > .sub-menu{
        position: relative;
        width: 100%;
        top: 0;
        margin: 0.1rem 0;
        box-shadow: none;
    }
    .nav-container .menu-list > .menu-item > .sub-menu > .menu-item-has-children:hover{
        background-color: #fff;
    }
    
    
   .nav-container > .menu-list > .menu-item > .sub-menu::before{
       position: absolute;
       content: '';
       display: none;
    } */
    /* =========================== */
    /* ==== Fin Segundo Nivel ==== */
    /* =========================== */
    
    /* ======================================== */
    /* ======Tercer Nivel en adelante========== */
    /* ======================================== */

    /* .nav-container > .menu-list > .menu-item > .sub-menu > .menu-item > .sub-menu{
        position: relative;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: transparent;
    }
    .nav-container .menu-list > .menu-item > .sub-menu > .menu-item-has-children:hover > a{
        display: inline;
        color: #22356C;
    } */
    /* ======================================== */
    /* ======Fin Tercer Nivel en adelante====== */
    /* ======================================== */
    
    /* .hamburger-menu{
        right: 1rem;
        top: 2rem;
        display: flex;
        cursor: pointer; 
    }
 */
}   

/* @media  screen and (min-width: 769px) and (max-width: 992px){
    .site-header{
        background-color: cyan;
    }
}
@media  screen and (min-width: 993px) and (max-width: 1200px){
    .site-header{
        background-color: darkcyan;
    }
}
@media  screen and (min-width: 1201px) and (max-width: 1440px){
    .site-header{
        background-color: darkslateblue;
    }
}
@media  screen and (min-width: 1441px){
    .site-header{
        background-color: dodgerblue;
    }
} */