/* ==================================================
   ESTILOS GLOBALES: Footer Bottom
   ================================================== */

div.footer-bottom {
    background: #FEF3E7;
    border-radius: 2rem 2rem 0 0;
}

div.footer-bottom > div.e-con-inner {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    padding: 0;
} 

div.footer-bottom > div.e-con-inner div {
    width: fit-content;
    height: fit-content;
}

div.footer-bottom__text p {
    text-align: start;
}

div.footer-bottom__separator {
    width: 100% !important;
}



/* ==================================================
   ESTILOS DESKTOP: Footer Bottom
   ================================================== */
   
@media screen and (min-width: 1025px) {
    
    div.footer-bottom {
        padding: .8rem 0 .6rem 0;
    }
       
    div.footer-bottom > div.e-con-inner {
        max-width: 70rem;
    }
    
    div.footer-bottom__img {
        margin-right: .6rem;
    }
    
    div.footer-bottom__img img {
        width: .8rem;
    }
    
    div.footer-bottom__text {
        margin-top: 3px !important;
    }
    
    div.footer-bottom__text--ubi p {
        font-size: 1.3rem;
    }
    
    div.footer-bottom__separator {
        height: 6px !important;
    }  
}
   











