@import url("https://nexureon.com/wp-content/themes/nexureon/style.css");


/*-------------------*/
/*-PALETA DE COLORES-*/
/*-------------------*/
:root {
--bluedark: rgba(10,47,92, 1);
--blue: rgba(0,56,184,1);
--black: rgba(34,34,34, 1);
--violet: rgba(75,0,130, 1);
--gray: rgba(220,220,220, 1);
    }
/*----------------------------------------*/
/*------------ESTILOS GENERALES-----------*/
/*----------------------------------------*/


@media(min-width:320px){
/*--------------------*/
/*-------HEADER-------*/
/*--------------------*/
header{
    width: 100%;
    height: 60px;
    background-color:white ;
    box-shadow: 0px 7px 7px rgba(0,0,0,.3);
    position: fixed;
    z-index: 99;
    }
    .head_adjust{
    width: 100%;
    max-width: 1920px;
    height: auto;
    position: fixed;
    margin: auto;
    background-color: white;
    }
    .logo-header-mobil{
    height: 60px;
    width:100px;
    padding: 6px;
    padding-left: 24px;
    }
    .logo-header-mobil img{
    height: 100%;
    }
    .logo-header{
    height: 60px;
    width: 68px;
    position: absolute;
    left: 0;
    padding: 12px ;
    padding-left: 36px;
    overflow: hidden;
    display: none;
    }
    .logo-header img{
    width: auto;
    height: 100%;
    }
    .search-menu-container{
    width: 150px;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: top;
    position: absolute;
    top: 0;
    right: 0;

    }
    .menu-arrows-container{
    width: 48px;
    height: 100%;
    padding: 0;
    position: relative;

    }
    .menu-arrows-container img{
    width: auto;
    height: 100%;
    padding-right: 12px;

    }
    .search-menu-box{
    background-color: #002B5D;
    display: flex;
    justify-content: flex-start;
    align-items: center;
     padding: 0;
     position: relative;
     padding-right: 16px;
     padding-left: 16px;
    }
    .icon-search-box{
        padding: 6px 0;
        top: 8px;
        right: 48px;
        width: 40px;
        height: 40px;
    }

    #icon-search{
    font-size: 24px;
    color: white;
    position: 4;
    top: 0;
    }
    #help{
    display: none;
    }
    .icon-menu-box{
    padding: 14px 0;
    top: 0;
    right: 55px;
    }
    #icon-menu{
    font-size: 24px;
    color: white
    }
/*---NAVEGADOR/MENU NAV----*/
    #cssnav{
    position: absolute;
    padding: 16px;
    top: 65px;
    right: -100%;
    width: 100%;
    padding: 16px;
    height: 100vh;
    background-color: white;
    background-repeat: repeat-y;
    background-origin: border-box;
    background-position-x: right;
    z-index: 99;
    }
    /*--button close--*/
    .close-nav-box{
    width: 100%;
    padding: 12px 16px;
    position: relative;
    }
    .close-nav-box a{
    float: right;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
}
    /*links a tag*/
    #cssnav a{
    font-size: 16px;
    color: var(--black);
    display: block;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    }
    #cssnav a:hover{
    color: var(--blue);
    }
    #cssnav ul li a{
    display: block;
    }
    #cssnav ul li ul li a{
    display: block;
    }
    /*orderer list*/
    #cssnav ul{
    list-style: none;
    padding-right: 10%;
    }
    /*orderer list single*/
    #cssnav ul li{
    padding: 16px 16px ;
    border-bottom: 1px solid var(--bluedark);
    }
    #cssnav ul li:hover ul {
    display: block;
    }



    /*---fin de @media---*/
    }
    @media(min-width:480px){

    /*---fin de @media---*/
    }
    @media(min-width:540px){

    /*---fin de @media---*/
    }

    @media(min-width:640px){
    .logo-header-mobil{
        display: none;
    }
    .logo-header{
    width: 260px;
    display: block;
    padding: 10px 0 10px 24px;
    }
     .logo-header img{
     width: 100%;
     }
    /*---fin de @media---*/
    }

    @media(min-width:720px){
        /*links a tag*/
    #cssnav a{
    font-size: 18px;
    }



    /*---fin de @media---*/
    }

    @media(min-width:800px){

    /*---fin de @media---*/
    }

    @media(min-width:900px){

    /*---fin de @media---*/
    }

    @media(min-width:1024px){

    /*---fin de @media---*/
    }
    @media(min-width:1100px){

    /*---fin de @media---*/
    }

    @media(min-width:1280px){




    /*---fin de @media---*/
    }

    @media(min-width:1360px){
    header{
    position:fixed;
    }
    .head_adjust{
    display: flex;
    justify-content: flex-start;
    background-color: transparent;
    padding: 0 24px;
    }
    .icon-search-box{
    width: 150px;
    display: flex;
    }
    #help{
    display: block;
    color: white;
    font-size: 18px;
    }
    #help:hover{
    cursor: pointer;
    }
    .icon-menu-box{
    display: none;
    }
    .logo-header{
    position: relative;
    width: 224px;
    padding: 14px 0 14px 18px;
    }

    #cssnav{
    position: relative;
    top: 0px;
    left: 0px;
    width:700px;
    padding:0 ;
    height:59px;
    padding-left: 16px;
    }
    .close-nav-box{
    display: none;
    }
    #cssnav ul{
    list-style: none;
    padding-right: 15%;
    display:flex;
    justify-content: space-between;
    width: 700px;
    height:59px;
    }
    #cssnav ul li{
    border: none;
    padding: 24px 16px;
    }
    #cssnav ul li:hover{
    border-bottom: 2px solid var(--blue);
    }
    #cssnav ul li a{
    font-size: 18px;

    /*---fin de @media---*/
    }
    }

    @media(min-width:1440px){

    /*---fin de @media---*/
    }

    @media(min-width:1600px){

    #cssnav{
    width: 900px;
    padding-left: 48px;
     }


    /*---fin de @media---*/
    }


    @media(min-width:1920px){
    #cssnav ul{
    width: 900px;
    }
    #cssnav ul li{
    border: none;
    padding: 24px ;
    }
    #cssnav ul li a{
    font-size: 21px;
    }
    /*---fin de @media---*/
}