@charset "UTF-8";
/* CSS Document */
/* Header */
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background-color: rgba(255,255,255,0.1);
}

header div#header-top,div#header-bottom{
    height: auto;
    display: block;
}

/* Header Top */
header div#header-top{
    padding-top: 14px;
    padding-bottom: 42px;
    background-color: rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 8px 10px 0px rgba(34, 57, 69, 0.4);
    -moz-box-shadow: 0px 8px 10px 0px rgba(34, 57, 69, 0.4);
    box-shadow: 0px 8px 10px 0px rgba(34, 57, 69, 0.4);
    -webkit-transition: all .15s;
    -moz-transition: all .15s; 
    -o-transition: all .15s; 
    transition: all .15s;
}
header div#header-top div#header-top-container{
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
header div#header-top div#header-top-container div#header-1,div#header-2,div#header-3,div#header-4{
    height: auto;
}

header div#header-top div#header-top-container div#header-2,div#header-3{
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
}
header div#header-top div#header-top-container div#header-2,div#header-3,div#header-4{
    margin-left: 2%;
}


header div#header-top div#header-top-container div#header-1{
    order: 1;
    flex-grow: 1;
}
header div#header-top div#header-top-container div#header-2{
    order: 2;
}
header div#header-top div#header-top-container div#header-3{
    order: 3;
}
header div#header-top div#header-top-container div#header-4{
    order: 4;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

a#logo-header{
    width: 100%;
    max-width: 180px;
    min-width: 1px;
    height: auto;
    display: block;
}
a#logo-header img{
    width: 100%;
    height: auto;
}
img.icon-header{
    width: 100%;
    max-width: 30px;
    min-width: 1px;
    height: auto;
    margin-right: 14px;
}
p.p-address-info{
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: rgba(35,106,158,1.00);
}
a.icon-social-header{
    width: 100%;
    max-width: 40px;
    min-width: 1px;
    height: auto;
    display: block;
    margin-left: 2%;
}
a.icon-social-header img{
    width: 100%;
    height: auto;
}

/* Header Bottom */
header div#header-bottom{
    width: 100%;
    margin: -28px auto 0 auto;
    
    position: absolute;
    z-index: 1002;
    left: 0;
    right: 0;
}
/* Header Nav */
div#header-nav{
    width: 100%;
    max-width: 1080px;
    min-width: 1px;

    padding: 16px 2%;
    
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    
    background: url(../imgs/fondo_nav.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
div#header-nav nav{
    flex-grow: 1;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
div#header-nav nav a{
    margin-right: 6%;
    font-size: 0.95em;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
    text-shadow: 0px 4px 4px rgba(33, 33, 33, 0);
    -webkit-transition: all .15s;
    -moz-transition: all .15s; 
    -o-transition: all .15s;
    transition: all .15s;
}
div#header-nav nav a:hover{
    color: rgba(255,255,255,1.00);
    text-shadow: 0px 4px 4px rgba(33, 33, 33, 0.85);
    -webkit-transition: all .15s;
    -moz-transition: all .15s; 
    -o-transition: all .15s; 
    transition: all .15s;
}

/* Menu */
div#header-nav div#menu{
    display: block;
}
/* Show Button Menu */
#showButton{
    width: 32px;
    height: 26px;
    margin: 0;
    cursor: pointer;
    flex-flow: row wrap;
    justify-content: center;
    align-content: space-between;
}
#showButton div.menu-line{
    width: 100%;
    height: 18%;
    margin: 0;
    display: block;
    background-color: rgba(198,219,231,0.9);
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s; 
    transition: all .15s;
}
#showButton:hover div.menu-line{
    display: block;
    flex-flow: column nowrap;
    background-color: rgba(255,255,255,1.00);
    -webkit-transition: all .15s;
    -moz-transition: all .15s; 
    -o-transition: all .15s; 
    transition: all .15s;
}
/* Menu Div */
#menuDiv{
    /* IMPORTANT! NO EREASE RULE */
    display: none;
    
    /* Safe Rules */
    width: 280px;
    height: auto;
    margin: 16px 0px 0px -226px;
    overflow: hidden;
    
    position: fixed;
    z-index: 999;
    left: auto;
    
    background-color: rgba(36,107,159,1.00);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0px 9px 12px 0px rgba(34,57,69,0.2);
    -moz-box-shadow: 0px 9px 12px 0px rgba(34,57,69,0.2);
    box-shadow: 0px 9px 12px 0px rgba(34,57,69,0.2);

}
#menuDiv #menu-list{
    width: 100%;
    height: auto;
    flex-flow: column nowrap;
}
#menuDiv #menu-list a{
    padding: 15px 15px;
    font-size: 0.85em;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
    background-color: rgba(255,140,179,0.0);
    -webkit-transition: all .15s;
    -moz-transition: all .15s; 
    -o-transition: all .15s; 
    transition: all .15s;
}
#menuDiv #menu-list a:hover{
    color: rgba(32,132,181,0.9);
    background-color: rgba(255,255,255,1.00);
    -webkit-transition: all .15s;
    -moz-transition: all .15s; 
    -o-transition: all .15s; 
    transition: all .15s;
}
#menuDiv #menu-list div.menuline{
    width: 100%;
    height: 1px;
    display: block;
    background-color: rgba(93,163,214,1.00);
}

/* Header > Sticky */
header.sticky{
    background-color: rgba(255,255,255,0.1);
    
}
/* Header > Sticky > Header Top */
header.sticky div#header-top{
    -webkit-box-shadow: 0px 8px 10px 0px rgba(34, 57, 69, 0.6);
    -moz-box-shadow: 0px 8px 10px 0px rgba(34, 57, 69, 0.6);
    box-shadow: 0px 8px 10px 0px rgba(34, 57, 69, 0.6);
    -webkit-transition: all .15s;
    -moz-transition: all .15s; 
    -o-transition: all .15s; 
    transition: all .15s;
}

/* Styles: 1080px */
@media only screen and (max-width: 1080px){
    /* Header Nav */
    div#header-nav{
        padding: 15px 3%;
    }
    
    /* Menu Div */
    #menuDiv{
        /* Safe Rules */
        width: 270px;
        margin: 14px 0px 0px 0px;
        right: 6%;
    }
}
/* Styles: 960px */
@media only screen and (max-width: 960px){
    /* Header Top */
    header div#header-top{
        padding-top: 12px;
        padding-bottom: 40px;
    }
    
    /* Header Nav */
    div#header-nav{
        max-width: 960px;

        padding: 14px 4%;
    }
    div#header-nav nav a{
        margin-right: 4%;
        font-size: 0.65em;
    }
    
    header div#header-top div#header-top-container div#header-1{
        order: 1;
        flex-grow: 0;
        margin-right: 1%;
    }
    header div#header-top div#header-top-container div#header-2{
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    header div#header-top div#header-top-container div#header-3{
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    header div#header-top div#header-top-container div#header-4{
        order: 2;
        margin-left: 1%;
        flex-flow: row nowrap;
        justify-content: flex-end;
    }
    a#logo-header{
        max-width: 160px;
    }
    a.icon-social-header{
        max-width: 35px;
    }
    
    /* Show Button Menu */
    #showButton{
        width: 30px;
        height: 24px;
    }
    
    /* Menu Div */
    #menuDiv{
        /* Safe Rules */
        margin: 14px 0px 0px 0px;
        right: 6%;
    }
    #menuDiv #menu-list a{
        padding: 14px 14px;
        font-size: 0.8em;
    }
}
/* Styles: 450px */
@media only screen and (max-width: 450px){
    /* Header Top */
    header div#header-top{
        padding-top: 10px;
        padding-bottom: 38px;
    }
    
    /* Header Nav */
    div#header-nav{
        max-width: 450px;

        padding: 10px 6%;
        
        flex-flow: row nowrap;
        justify-content: center;
    }
    div#header-nav nav{
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    
    header div#header-top div#header-top-container{
        flex-flow: row nowrap;
        justify-content: center;
    }
    
    header div#header-top div#header-top-container div#header-4{
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    
    a#logo-header{
        max-width: 140px;
    }
    
    /* Show Button Menu */
    #showButton{
        width: 28px;
        height: 22px;
    }
    /* Menu Div */
    #menuDiv{
        /* Safe Rules */
        width: 84%;
        max-width: 450px;
        min-width: 1px;
        margin: 10px auto 0px auto;
        left: 0;
        right: 0;
    }
    #menuDiv #menu-list a{
        padding: 12px 12px;
        text-align: center;
    }
}