@charset "UTF-8";
/* CSS Document */
/* Footer */
footer{}

/* Footer Top and Bottom (Both Rules) */
footer div#footer-human,div#footer-legal{
    width: 100%;
    height: auto;
    display: block;
}

/* Footer Human - Top */
footer div#footer-human{
    padding-top: 45px;
    padding-bottom: 45px;
    background: url(../imgs/fondo_footer.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
div#footer-human-container{
    width: 100%;
    height: auto;
    flex-flow: row nowrap;
    justify-content: space-between;
}

/* Footer Human 1,2,3,4 */
div#footer-logo-data,div#footer-contacto-data,div#footer-mapa-data,div#footer-social-data{
    height: auto;
    display: block;
}
div#footer-mapa-data,div#footer-social-data{
    flex-basis: 14%;
}

/* Footer Human 1 - LOGO */
div#footer-logo-data{
    order: 1;
    margin-right: 1%;
}
img.logo-footer{
    width: 100%;
    max-width: 160px;
    min-width: 1px;
    height: auto;
}

/* Footer Human 2 - CONTACT INFO */
div#footer-contacto-data{
    flex-basis: 40%;
    order: 2;
    flex-grow: 1;
    margin-right: 6%;
    align-self: center;
}
p.p-footer-contacto{
    margin-bottom: 0.3em;
    font-size: 1.05em;
    line-height: 1.35em;
    letter-spacing: -0.01em;
    color: rgba(245,245,245,0.9);
}

/* Footer Human 3 MAP */
div#footer-mapa-data{
    order: 3;
    margin-right: 1%;
}
h6#title-mapa-sitio{
    margin-bottom: 1.2em;
    font-size: 1.2em;
    font-weight: 700;
    color: rgba(250,250,250,0.9);
}
ul#mapa-sitio{
    list-style: none;
}
ul#mapa-sitio li{
    margin-bottom: 0.4em;
}
ul#mapa-sitio li a{
    font-size: 1em;
    font-weight: 400;
    color: rgba(245,245,245,0.8);
    -webkit-transition: all .15s;
    -moz-transition: all .15s; 
    -o-transition: all .15s; 
    transition: all .15s;
}
ul#mapa-sitio li a:hover{
    color: rgba(255,255,255,1.00);
    -webkit-transition: all .15s;
    -moz-transition: all .15s; 
    -o-transition: all .15s; 
    transition: all .15s;
}

/* Footer Human 4 SOCIAL */
div#footer-social-data{
    order: 4;
}
div#footer-social-container{
    flex-flow: row wrap;
    justify-content: flex-start;
}
a.footer-social-icon{
    width: 100%;
    max-width: 45px;
    min-width: 1px;
    height: auto;
    opacity: 0.9;
    display: block;
    margin-right: 6px;
    margin-bottom: 6px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s; 
    -o-transition: all .15s; 
    transition: all .15s;
}
a.footer-social-icon img{
    width: 100%;
    height: auto;
}
a:hover.footer-social-icon{
    opacity: 1.00;
    -webkit-transition: all .15s;
    -moz-transition: all .15s; 
    -o-transition: all .15s; 
    transition: all .15s;
}

/* Footer Legal - Bottom */
footer div#footer-legal{
    padding-top: 21px;
    padding-bottom: 21px;
    background-color: rgba(33,33,33,1.00);
}
/* Footer P Legal */
footer p.p-legal{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1.45em;
    letter-spacing: 0.03em;
    color: rgba(190,190,190,1.00)
}
footer p.p-legal a{
    color: rgba(0,174,239,1.00);
}

/* Styles: 1080px */
@media only screen and (max-width: 1080px){
    /* Footer Human - Top */
    footer div#footer-human{
        padding-top: 42px;
        padding-bottom: 42px;
    }
    
    /* Footer Legal - Bottom */
    footer div#footer-legal{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/* Styles: 960px */
@media only screen and (max-width: 960px){
    /* Footer Human - Top */
    footer div#footer-human{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    div#footer-human-container{
        flex-flow: column wrap;
        justify-content: center;
    }
    /* Footer Human 1,2,3,4 */
    div#footer-logo-data,div#footer-contacto-data,div#footer-mapa-data,div#footer-social-data{
        width: 100%;
        flex-basis: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 16px;
    }
    
    /* Footer Human 1 - LOGO */
    img.logo-footer{
        max-width: 140px;
        margin: 0 auto;
    }
    /* Footer Human 2 - CONTACT INFO */
    div#footer-contacto-data{
        flex-grow: 0;
        align-self: flex-start;
    }
    p.p-footer-contacto{
        margin-bottom: 0.28em;
        font-size: 0.95em;
        text-align: center;
    }
    
    /* Footer Human 4 SOCIAL */
    div#footer-social-container{
        flex-flow: row nowrap;
        justify-content: center;
    }
    a.footer-social-icon{
        max-width: 40px;
        margin-right: 6px;
        margin-left: 6px;
        margin-bottom: 6px;
    }
    
    /* Footer Human 3 MAP */
    h6#title-mapa-sitio{
        margin-bottom: 1.15em;
        font-size: 1.1em;
        text-align: center;
    }
    ul#mapa-sitio li{
        text-align: center;
    }
    ul#mapa-sitio li a{
        font-size: 0.95em;
        text-align: center;
    }
    
    /* Footer Legal - Bottom */
    footer div#footer-legal{
        padding-top: 18px;
        padding-bottom: 18px;
    }
    /* Footer P Legal */
    footer p.p-legal{
        font-size: 0.7em;
        text-align: center;
    }
}
/* Styles: 450px */
@media only screen and (max-width: 450px){
    /* Footer Human - Top */
    footer div#footer-human{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    
    /* Footer Human 1,2,3,4 */
    div#footer-logo-data,div#footer-contacto-data,div#footer-mapa-data,div#footer-social-data{
        margin-bottom: 14px;
    }
    
    /* Footer Human 1 - LOGO */
    img.logo-footer{
        max-width: 120px;
    }
    
    /* Footer Human 2 - CONTACT INFO */
    p.p-footer-contacto{
        margin-bottom: 0.26em;
        font-size: 0.85em;
    }
    
    /* Footer Human 3 MAP */
    h6#title-mapa-sitio{
        margin-bottom: 1.1em;
        font-size: 1em;
    }
    ul#mapa-sitio li a{
        font-size: 0.9em;
    }
    
    /* Footer Human 4 SOCIAL */
    a.footer-social-icon{
        max-width: 35px;
    }
    
    /* Footer Legal - Bottom */
    footer div#footer-legal{
        padding-top: 16px;
        padding-bottom: 16px;
    }
    /* Footer P Legal */
    footer p.p-legal{
        font-size: 0.65em;
    }
}