.bg-dark {
    background: #4a8060 !important;
}

.appbotonesfooter {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    flex-wrap: wrap;
    ;
}

.appbotonesfooter img {
    width: 120px;
    margin-right: 10px;
}

.titulosfooter {
    font-family: caveat;
    font-size: 25px;
    padding-bottom: 20px;
}

.sectionfooter123 {
    padding: 50px;
    text-align: center;
    font-size: 14px;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    color: #ff9200 !important;
}

.social a {
    border: none !important;
    padding: 5px;
    font-size: 30px;
    color: white !important;
}

.social a:hover {
    background: transparent;
}

.padreqr {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 100px;
}

.redessociales {
    width: 50%;
    height: inherit;
    display: flex
;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-end;
    align-items: flex-end;
    padding-left: 100px;
}

.redsocial {
    display: flex;
    text-align: center;
    width: 45px;
    height: 45px;
    margin: 5px;
    background: #ffffff !important;
    color: #4a8060 !important;
    border-radius: 50%;
    align-content: center;
    align-items: center;
    justify-content: center;

}

.footerfooter {
    width: 50%;
    display: none;
    flex-direction: column;
    align-items: center;
}

.footerfooter1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.botonesdescargafooter {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .row {
        margin-right: 0px !important;
    }

    .sectionfooter123 {
        padding: 0px;
    }
    .padreqr{

     flex-direction: column-reverse;
    }
    .redessociales{
        width: 100%;
        padding-left: 0px;
        justify-content: center !important;
        margin-top: 5px !important;
    }
    .footerfooter{
        width: 100%;
    }
}
