/* ==================================================
   ESTILOS GLOBALES: Footer About
   ================================================== */

div.footer-about__text p {
    text-align: center;
    color: #A5A4A8 !important;
}

div.footer__icon-social-media img {
    width: 1.8rem;
}

div.footer__separator div.elementor-divider {
    justify-content: center;
}

div.footer__separator span.elementor-divider-separator {
    background: #FFF;
}




/* ==================================================
   ESTILOS DESKTOP: Footer About
   ================================================== */

@media screen and (min-width: 1025px) {
    
    div.footer-about__logo {
        order: 1;    
    }
    
    div.footer__separator-1 {
        order: 2;    
    }
    
    div.footer__separator-2 {
        order: 4;    
    }
    
    div.footer-about__text {
        order: 5;    
    }
    
    div.footer__icon-social-media {
        order: 3;   
        text-align: center;
    }
    
    div.footer-about__logo a {
        margin-left: -8px;
    }
    
    div.footer-about__logo img {
        width: 48% !important;
    }
    
    div.footer__separator span.elementor-divider-separator {
        width: 68%;
        max-width: 12rem;
        height: 2.5px;
        margin: 1rem 0;
    }
    
    div.footer-about__text {
        width: 90%;
        max-width: 17rem !important;
        margin: 0 auto;
    }
    
}



/* ==================================================
   ESTILOS MOBILE: Footer About
   ================================================== */
   
@media screen and (max-width: 767px) {
    div.footer-about__logo img {
        width: 10.5rem !important;
    }
}
   
   
   
   

/* ==================================================
   ESTILOS TABLET: Footer About
   ================================================== */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    div.footer-about__logo img {
        width: 10.5rem !important;
    }
}




