/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 3, 2018, 11:51:16 AM
    Author     : DesignSoft
*/
html { height: 100%; box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
body { margin: 0; padding: 0; font-family: Helvetica, Arial, sans-serif; background: #f2f2f2; position: relative; min-height: 100%; }
            
#main-footer { background: #D7DBDD; color: #444; position: relative; right: 0; bottom: 0; left: 0; padding: 0.5rem; }
.info-footer { display: inline-block; }
.footer-content { padding-top: 6px;margin-top: 5px;text-align: center; }
#main-footer .info-footer div { margin: 0;font-size: 11px;border-right: 1px solid #797d7f; display: inline-block; margin-right: 10px; padding-right: 12px; text-align: left; vertical-align: middle; }
#main-footer .info-footer div:last-child { border: medium none; margin: 0; padding: 0; }
#main-footer a { color: black; }
#main-footer p i { font-size: 13px; }
/* Botones social2*/
#m-soc .fa { padding: 6px; font-size: 12px; width: 25px; height: 25px; text-align: center; text-decoration: none; border-radius: 50%; background: #005d85; color: white; }
#m-soc{margin:0;padding:0;display: inline-flex;}
#m-soc li{list-style:none;float:left;border:none;margin-left:5px;padding:0}
#m-soc li a{display:block;position:relative;overflow:visible;margin:0;padding:0}
#m-soc li a:hover{text-decoration:none}
.border-top-footer { border-top: 1px solid #797d7f;width: 90%; }
@media (max-width: 600px) {
    #main-footer .info-footer div { border-right: none; border-bottom: 1px solid rgba(121, 125, 127, 0.3); display: flow-root !important; text-align: center !important; padding-top: 5px; padding-bottom: 5px;}
    #m-soc { padding: 10px 0 0; }
}