/* ==================================================
   ESTILOS GLOBALES: Icons Social Media
   ================================================== */

/* ==================================================
   ESTILOS DESKTOP: Icons Social Media
   ================================================== */
   
@media screen and (min-width: 1025px) {
    
    
    
    div.footer__icon-social-media--mobile {
       display: noe;
       order: 2;
    }
   
    div.footer__icon-social-media--desktop {
       text-align: end;
       flex: 1 0 10%;
       margin-top: -0.6rem;
    }
   
    div.footer__icon-social-media--desktop svg {
       fill: #000 !important;
       width: 1.8rem;
       height: auto;
    } 
   
    svg.e-fab-facebook {
       width: 2rem !important;
    }
}   
   
   
   
/* ==================================================
ESTILOS MOBILE: Icons Social Media
================================================== */
   
@media screen and (max-width: 767px) {
    
   div.footer__icon-social-media--desktop {
       display: none;
       text-align: center;
   }     
    
}   
   


/* ==================================================
   ESTILOS TABLET: Icons Social Media
   ================================================== */   
   
@media screen and (min-width: 768px) and (max-width: 1024px) {
    
   div.footer__icon-social-media--mobile {
       display: none;
   }
   
   div.footer__icon-social-media--desktop {
       text-align: end;
       flex: 1 0 10%;
       margin-top: -0.6rem;
   }
   
   div.footer__icon-social-media--desktop svg {
       fill: #000 !important;
       width: 1.8rem;
       height: auto;
   } 
   
   svg.e-fab-facebook {
       width: 2rem !important;
    }    
}      
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   