/* Recordamos quitar esta linea de codigo en todos los css que resten

    background-image: url("imagenes/INICIO/logo_haifumexico3.png");

*/
/*
header {
    background:  rgba(227, 253, 255, 0.9);
    
}

header .pleca {
    width: auto;
    height: 30px;
    background: linear-gradient(to right, #2580C3, #2196A6);
}

header .logo {
    margin: 50px 0px 00px 0px;
    background-image: url("../css/imagenes/INICIO/logo_haifumexico3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
header .logo a{
    display: block;
    width: 100%;
    height: 60px;
}


nav{
    max-width: 1200px;
    margin: auto;
    margin-top: 3px;  
}

.menu-horizontal{
    list-style: none;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #92ecf8;
    box-shadow: 0px 15px 20px rgba(8, 45, 73, 0.3);
    padding: 0;
   }

.menu-horizontal > li > a {
    display: block;
    padding: 15px 25px;
    color:#175473;
    text-decoration: none;
    display: block;
    border-bottom: solid #16c5d5 1px;
}
 
.menu-horizontal > li:hover{
    background-color:#0deded ;
}

.menu-vertical {
    position: absolute;
    display:none;
    list-style:none;
    margin-left: 150px;
    width: 250px;
    background-color:#175473;
    padding: 0;
}

.menu-horizontal li:hover .menu-vertical{
    display: block;
}

.menu-vertical li:hover{
    background-color:#2196A6;
}

.menu-vertical li a{
    display: block;
    color: #92ecf8;
    padding: 15px 15px 15px 15px;
    text-decoration: none;
    border-bottom: solid #16c5d5 1px;
    
}








@media (min-width: 760px){
    header{
        position: fixed;
        height: 120px;
        width: 100%;
        border-bottom: 1px solid #2196A6;
        box-shadow: 0px 10px 20px rgba(8, 45, 73, 0.3);
    }

    header .pleca {
        width: auto;
        height: 20px;
        background: linear-gradient(to right, #2580C3, #2196A6);
    }
    header .container{
        max-width: 1200px;
        flex-direction:row;
        justify-content:center;
        padding: 20px 30px;
        border-bottom: 2px,#175473;
        display: flex;
        flex-direction: column;
        align-items: center; 
        
    }
   
    header .logo {
        margin:0;
        padding: 0px;
        width: 100%;
        height: 60px;
        background-size:contain;
    }

    nav{
        max-width: 1200px;
        margin: auto;
        margin-top: 3px; 
       
    }

    .menu-horizontal{
        list-style: none;
        display:flex;
        flex-direction:row;
        justify-content: space-around;
        background-color: #92ecf8;
        box-shadow: 0px 15px 20px rgba(8, 45, 73, 0.3);
        padding: 0;
        border-radius:0px 0px 20px 20px; 
        
       }
    
    .menu-horizontal > li > a {
        display: block;
        padding: 15px 35px;
        color:#175473;
        text-decoration: none;
        border-bottom: 0px;
    }
     
    .menu-horizontal > li:hover{
        background-color:#0deded ;
        
    }
    .nos {
        border-radius: 0px 0px 0px 20px;

    }
    .contacto {
        border-radius: 0px 0px 20px 0px;

    }
    .menu-vertical {
        position: absolute;
        display: none;
        list-style:none;
        width: 250px;
        background-color:#175473;
        padding: 0;
        margin-left: 0px;
    }
    
    .menu-horizontal li:hover .menu-vertical{
        display: block;
    }

    .menu-vertical li:hover{
        background-color:#2196A6;
    }
 
    .menu-vertical li a{
        display: block;
        color: #92ecf8;
        padding: 15px 15px 15px 15px;
        text-decoration: none;
    }

}
/*
header {
    background: rgba(227, 253, 255, 0.9);
}

header .pleca {
    width: auto;
    height: 30px;
    background: linear-gradient(to right, #2580C3, #2196A6);
}

header .logo {
    margin: 50px 0px 0px 0px;
    background-image: url("imagenes/INICIO/logo_haifumexico3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

header .logo a {
    display: block;
    width: 100%;
    height: 60px;
}

nav {
    max-width: 1200px;
    margin: auto;
    margin-top: 3px;
}

.menu-horizontal {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #92ecf8;
    box-shadow: 0px 15px 20px rgba(8, 45, 73, 0.3);
    padding: 0;
}

.menu-horizontal > li > a {
    display: block;
    padding: 15px 25px;
    color: #175473;
    text-decoration: none;
    border-bottom: solid #16c5d5 1px;
}

.menu-horizontal > li:hover {
    background-color: #0deded;
}

.menu-vertical {
    position: absolute;
    display: none;
    list-style: none;
    margin-left: 150px;
    width: 250px;
    background-color: #175473;
    padding: 0;
}

.menu-horizontal li:hover .menu-vertical {
    display: block;
}

.menu-vertical li:hover {
    background-color: #2196A6;
}

.menu-vertical li a {
    display: block;
    color: #92ecf8;
    padding: 15px;
    text-decoration: none;
    border-bottom: solid #16c5d5 1px;
}

@media (min-width: 760px) {
    header {
        position: fixed;
        height: 120px;
        width: 100%;
        border-bottom: 1px solid #2196A6;
        box-shadow: 0px 10px 20px rgba(8, 45, 73, 0.3);
    }

    header .pleca {
        height: 20px;
    }

    header .container {
        max-width: 1200px;
        flex-direction: row;
        justify-content: center;
        padding: 20px 30px;
        display: flex;
        align-items: center;
    }

    .menu-horizontal {
        flex-direction: row;
        border-radius: 0px 0px 20px 20px;
    }

    .menu-horizontal > li > a {
        padding: 15px 35px;
    }

    .menu-horizontal > li:hover {
        background-color: #0deded;
    }

    .menu-vertical {
        margin-left: 0px;
    }

    .nos {
        border-radius: 0px 0px 0px 20px;
    }

    .contacto {
        border-radius: 0px 0px 20px 0px;
    }
}
*/








/*   



header {
    background: #EDF2F5;
    
}

header .pleca {
    width: auto;
    height: 30px;
    background: linear-gradient(to right, #2580C3, #2196A6);
}
header .logo {
    margin: 50px 0px 20px 0px;
    width: 80vw;
    background-image: url("imagenes/INICIO/logo_haifumexico3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
header .logo a{
    display: block;
    width: 100%;
    height: 60px;
}

header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

header nav {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    margin-bottom: 50px;
    background: linear-gradient(to top,  rgba(33,150,166,0.1),
    rgba(33,150,166, 0.5));
    width: 90vw;
    border-radius: 8px;
    border: 1px solid rgb(182, 235, 252);
  
}

header nav a {
    margin: 2px 0px;
    padding: 3px;
    width:auto;
    text-decoration: none;
    color: rgb(224, 224, 224);
    background-color:#175473;
    border-radius:5px;
    box-shadow:2px 2px 6px rgba(4, 11, 37, 0.3);
}

header nav a:hover {
    color:#175473;
    background-color: #0deded;
}

@media (min-width: 760px){
    header{
        position: fixed;
        height: 120px;
        width: 100%;
        box-shadow: 2px 2px 15px rgba(8, 45, 73, 0.5);
        border-bottom: 1px solid #2196A6; 
    }

    header .pleca {
        width: auto;
        height: 20px;
        background: linear-gradient(to right, #2580C3, #2196A6);
    }
    header .container{
        flex-direction:row;
        justify-content:center;
        padding: 20px 30px;
        border-bottom: 2px,#175473; 
    }
   
   
    header .logo {
        margin:0;
        padding: 0px;
        width: 100%;
        height: 60px;
        background-size:contain;
    }

    header nav{
        display: flex;
        flex-direction: row;
        text-align: right;
        justify-content: right;
        align-items: right;
        padding: 0px 0px 0px 50px;
        margin-bottom: 0px;
        background: none;
        width: 90vw;
        border-radius: 0;
        border: none;
    }
    header nav a {
        margin: 0;
        padding-left: 15px;
        width:auto;
        text-decoration: none;
        color:#175473;
        background-color:rgba(4, 11, 37, 0.0);
        border-radius:0;
        box-shadow:0px 20px 0px rgba(4, 11, 37, 0.0);
    }
    
    header nav a:hover {
        color:#2196A6;
        background-color:rgba(4, 11, 37, 0.0);
    }
    


*/