.footer-area .footer-top {
    padding: 0px 0px 0px 0px
}

.footer-top {
    background-color: #F37021 !important;
}

.footer-top2 {
    background-color: #f7f7f7  !important;
}

.footer-area .footer-top .single-wedge .footer-links a {
    font-size: 14px !important;
}

/* .footer-area .footer-top .single-wedge .need_help p a {
    color: #ececec;
    font-size: 15px;
} */

.footer-area .footer-container .single-wedge {
padding: 20px 0px 14px 0px ;
}

.footer-bottom {
    padding: 10px 0;
    background: #f7f7f7 !important ;
}

.footer-bottom .copy-text {
    color: #777779 !important;
    font-size: 14px;
    font-weight: bold;
}

.mobile-only {
    display: none;
    /* Oculta el elemento en pantallas por defecto */
}

@media only screen and (max-width: 768px) {
    .mobile-only {
        display: block;
        /* Hace visible el elemento solo en dispositivos móviles con un ancho de pantalla máximo de 768px */
    }
}

.icon-redes {
    border-top: 1px solid #bababa;
    padding-bottom: 10%;
    padding-top: 20px;
}

.footer-herading {
    padding-top: 5%;
}

.footer-top .icon-redes {
    border-radius: 0px;
}

.content_btns_contact {
    display: none;
}

@media (min-width: 281px) and (max-width: 867px) {

    .single-wedge {
        text-align: center;
    }

    .footer-row {
        text-align: center;
        grid-template-columns: auto 0%;
    }

}


/* NUEVOS ESTILOS */

.grid_footer{
    display: grid;
}

.grid-row{
    display: flex;
}

.p_siguenos{
    font-size: 15px;
    font-weight: bold;
}

.p_pagar{
    font-size: 15px;
    font-weight: bold;
}
