
/* FOOTER */
.newFooter {
    gap: 32px;
    width: 100%;
    padding: 3% 5%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.newFooterLeft {
    gap: 32px;
    /*flex: 1 1 0;*/
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.LogoYResumenFooter {
    /*gap: 32px;*/
    display: flex;
    align-self: stretch;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.LogoFooter {
    gap: 16px;
    width: 180px;
    align-items: center;
    display: inline-flex;
    justify-content: flex-start;
}

.ResumenFooter {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    align-self: stretch;
    word-wrap: break-word;
}

.RedesSociales {
    gap: 32px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.RedesSociales .icono {
    width: 40px;
    height: 40px;
    position: relative
}

.RedesSociales .icono .bg-mundioma {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 9999px;
}

.RedesSociales .icono .color-white-ef {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    justify-items: center;
    align-content: center;
}

.RedesSociales .icono .color-white-ef > i {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.newFooterRight {
    gap: 32px;
    flex: 1 1 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.acercadeFooter {
    gap: 20px;
    flex: 1 1 0;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.titleFooter {
    font-size: 20px;
    font-weight: 700;
    align-self: stretch;
    word-wrap: break-word;
}

.textFooter {
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    align-self: stretch;
    word-wrap: break-word;
}

.icono:hover > a {
    color: #a72135 !important;
}

.textFooter > a:hover {
    color: #a72135 !important;
    font-weight: 700;
}

.rowFooter {
    gap: 8px;
    height: 66px;
    display: flex;
    align-self: stretch;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

/* COPYRIGHT */
.Copy {
    gap: 16px;
    width: 100%;
    height: 61px;
    padding: 32px 84px;
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.LineCopy {
    height: 0;
    align-self: stretch;
    border: 1px rgba(128, 128, 128, 0.74) solid;
}

.Copy .Copyright {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    word-wrap: break-word;
}


/*!* Media Carousel *!*/
@media (max-width: 390px) {
    .newFooterRight {
        gap: 8px;
        padding: 0;
    }

    .RedesSociales {
        gap: 8px;
    }

    .RedesSociales .icono .color-white-ef>i {
        font-size: 15px;
    }

    .RedesSociales .icono {
        width: 30px;
        height: 30px;
    }

    .newFooter {
        padding: 0;
    }

    .acercadeFooter {
        padding: 0;
    }

    .Copy {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .titleFooter {
        margin-top: 10px;
    }
}


@media (max-width: 821px) {
    .newFooter {
        margin: 0;
    }

    .newFooterRight {
        gap: 16px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }
}

@media (max-width: 568px) {
    .RedesSociales {
        gap: 12px;
    }

    .acercadeFooter {
        gap: 10px;
        flex: none;
        flex-wrap: wrap;
        text-align: center;
    }

    .newFooter {
        margin: 0;
        padding: 0;
    }

    .newFooterRight {
        padding: 0;
    }

    .acercadeFooter {
        padding: 0;
    }

    .Copy {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .titleFooter {
        margin-top: 10px;
    }
}

.my-icon-center {
    text-align: center !important;
    text-align: -webkit-center !important;
    text-align: -moz-center !important;
}
