/* FOOTER */
.footer-widgets-container {
    padding: 40px 20px !important;
    font-size: var(--font-size-footer) !important;
}

.site-footer #footer-widgets {
    /* background-color: var(--c-primario) !important; */
    background-color: #FFA5A5 !important;
    border-radius: 20px 20px 0px 0px;
}

#footer-widgets .inside-footer-widgets {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 0;
    align-items: center;
}

#footer-widgets .footer-widget-1 {
    flex: 0 0 10%;
    padding-right: 20px;
}

#footer-widgets .footer-widget-2 {
    flex: 0 0 50%;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid var(--blanco);
    border-top: none;
    border-bottom: none;

    .col-footer {
        line-height: 40px;
    }
}

.footer-widgets a {
    text-decoration: none !important;
    border-bottom: none !important;
    font-size: 16px !important;
    padding-block: 20px;
}

.footer-widgets a:hover {
    color: var(--c-blanco) !important;
    transition: var(--transition-all);
    
}

#menu-menu-footer {
    line-height: 0em !important;
}

#footer-widgets .footer-widget-3 {
    flex: 0 0 20%;
    padding-right: 20px;
}

/* #FFA5A5 */

#footer-widgets .footer-widget-4 {
    flex: 0 0 10%;
}

#footer-widgets aside {
    padding: 0;
    margin-bottom: 15px;
}

#footer-widgets p {
    color: var(--blanco);
}

.footer-widget-1 img {
    max-width: 110px !important;
}

#footer-widgets .footer-widget-2 p {
    margin-bottom: 5px;
}

.copyright-bar a:hover {
    color: var(--gris-medio) !important;
    transition: var(--transition-all);
}

#footer-widgets p.tit-p {
    font-size: 15px;
    margin-bottom: 15px;
}

#footer-widgets .footer-widget-3 aside {
    margin-bottom: 5px;
}

#footer-widgets .footer-widget-3 a {
    text-decoration: none !important;
    display: inline-block;
    /* margin-bottom: 5px; */

    font-size: 15px;
    transition: var(--all-transition);
}

#footer-widgets a:hover {
    color: var(--c-negro) !important;
    transition: var(--all-transition);
}

.redes-sociales {
    display: flex;
    align-items: center;
}

.redes-sociales .red {
    margin-right: 10px;
    width: 30px;
    height: auto;
}

.redes-sociales .red>a {
    border: none
}

.redes-sociales .red svg {
    max-width: 35px;
    width: 100%;
}

.copyright-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.copyright-bar>div:first-child {
    flex: 0 0 39%;
    padding-right: 40px;
}

.copyright-bar>div:nth-child(2) {
    flex: 0 0 61%;
}

.copyright-bar>div:nth-child(2) {
    text-align: right;
    line-height: 1.1em;
}

.copyright-bar>div:nth-child(2) a {
    font-size: 0.8em;
}

.copyright-bar>div p {
    color: var(--blanco);
    font-size: 0.8em;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.5em;
}

#evento-whatsapp {
    display: none;
}

#volver-arriba {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 20;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    background-color: var(--c-verde);
    color: var(--blanco);
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}

#volver-arriba .gp-icon {
    display: block !important;
}

#volver-arriba:hover {
    background-color: var(--gris-claro);
    color: var(--c-verde);
}

.cols-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;    
}

.cols-footer .col-footer {
    flex: 0 0 47%;
}

.site-info, .site-info * {
    background-color: var(--c-negro) !important;
    color: var(--c-blanco) !important;
    text-decoration: none !important;
    font-size: var(--font-size-footer) !important;
}

.inside-footer-widgets * {
    color: var(--c-negro) !important;
}

.c-f-info a, .site-info .link-copy {
    color: var(--c-blanco) !important;
    transition: var(--all-transition);
}

.c-f-info a:hover, .site-info .link-copy:hover {
    color: var(--c-secundario) !important;
    transition: var(--all-transition);
}

.btn-whatsapp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: var(--all-transition);
    z-index: 100;
}

.btn-whatsapp:hover {
    bottom: 30px;
    transition: var(--all-transition);
}

.btn-whatsapp img {
    width: 70px;
    height: 70px;
    filter: drop-shadow(var(--sombra));
    transition: var(--all-transition);
}

.btn-whatsapp:hover img {
    filter: drop-shadow(var(--sombra-hover));
    transition: var(--all-transition);
}

@media screen and (max-width: 1200px) { 
    #footer-widgets .footer-widget-1,
    #footer-widgets .footer-widget-3,
    #footer-widgets .footer-widget-4 {
        flex: 0 0 15%;
    }

}

@media screen and (orientation: landscape) and (max-width: 844px) {
    /* FOOTER */
    .copyright-bar>div:first-child {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    .copyright-bar>div:nth-child(2) {
        flex: 0 0 100%;
    }
}

@media (max-width: 768px) {
    .footer-widgets-container {
   
        display: flex
;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 844px) {
    .footer-widgets-container {
        padding: 40px !important;
    }

    #footer-widgets .inside-footer-widgets {
        /* align-items: center; */
        justify-content: center;
        padding: 20px;
    }

    #footer-widgets .footer-widget-1,
    #footer-widgets .footer-widget-2,
    #footer-widgets .footer-widget-3,
    #footer-widgets .footer-widget-4 {
        flex: 0 0 80%;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        border: none !important;
    }

    #footer-widgets .footer-widget-3,
    #footer-widgets .footer-widget-4 {
        flex: 0 0 50%;
        margin-top: 20px;
    }

    #footer-widgets .footer-widget-1 img {
        max-width: 100px !important;
        display: block;
        margin: auto;
    }
    
    #footer-widgets .footer-widget-2 {
        margin-left: 0px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        padding-top: 20px;
        margin-right: 0px;
        padding-left: 20px;
        padding-right: 20px;
        border-bottom: 1px solid var(--blanco) !important;
        border-top: 1px solid var(--blanco) !important;
    }

    .widget ul li {
        margin-bottom: 0px !important;
    }

    .redes-sociales {
        justify-content: center;
    }
    
    .cols-footer {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;

    }

    .cols-footer .col-footer{
        flex: 0 0 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
        
    /* FOOTER */
    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 20px;
    }

    #footer-widgets aside {
        text-align: center;
        margin-bottom: 0;
    }
}