﻿.footer-info-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 10px;
}

.footer-info {
    flex: 1;
    text-align: center;
}

/* Botones Acceso Profesionales y Donde Comprar */

.botones-producto {
    display: flex;
    gap: 10px;
    margin-bottom: 30px; 
}

.access-professionals-button, .where-to-buy-button {
    width: 200px;
    height: 40px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none; 
}

.access-professionals-button {
    background-color: #48B9C7;
}

.where-to-buy-button {
    background-color: #962D99;
}

.botones-blog {
    justify-content: center;
}

#btn-grid-layout-1{
    font-size: 11px;
}


#btn-prof-comprar-list{
    font-size: 11px;

}

#btn-prof-comprar-list a {
    width: 150px;
}


/* footer-desktop-3 */

/* Reglas generales */
footer {
    width: 100%;        
    margin: 0;          
    padding: 0;          
    position: relative;  
    bottom: 0;           
}

.footer3 {
    font-size: 12px; 
    color: #000; 
}

.footer3 p, 
.footer3 a, 
.footer3 span {
    font-size: 12px;
}

.footer3 i.fa-phone,
.footer3 i.fa-envelope-o {
    font-size: 18px; 
}

.footer-end-menus {
    font-size: 16px !important;
}

.footer3-main-container {
    width: 100%;  
    display: flex;
    align-items: stretch;
    min-height: 100px;
    padding: 20px;
    line-height: 1.2;
}

/* Ajustes en la información de contacto */

.footer-info-custom {
    background-color: #F8A4B8;
    width: 100%;  
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    flex: 0 0 33.33%;
    padding-left: 15%;
}


.footer-info {
    width: 100%;  
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    background-color: #F8A4B8;
    flex: 0 0 33.33%;
    padding-left: 15%;
}

.footer-info p {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-info p span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-info a {
    color: inherit; 
    text-decoration: none;
}

.footer-data {
    width: 100%; 
    background-color: #FDECF0;
    padding: 10px;
}

.footer-icons img {
    width: 80px; 
    height: auto; 
}

/* Redes Sociales */
.footer-rrss-container {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 10%;
    padding-left: 40px;
    margin-left: auto;
}

.footer-rrss-container div {
    display: flex;
    flex-wrap: nowrap; 
}

.footer-rrss-container a {
    color: inherit;
    text-decoration: none; 
}

.footer-rrss-container a:focus,
.footer-rrss-container a:active {
    outline: none;
    border: none;
}


.footer-rrss-container img {
    width: 20px;
    height: 20px;
    object-fit: cover; 
}

/* Menú de pie de página */
.footer-menus {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    background-color: #FDECF0;
    padding: 10px;
    border-radius: 5px;
}

/* .footer-menus-caja {
    flex: 1;
    padding: 10px;
    background-color: #FDECF0;
    text-align: left;
} */

.footer-menus-caja {
    padding: 10px 80px 0px 0px;
    background-color: #FDECF0;
    text-align: left;
}

.footer-menus-caja ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menus-caja li {
    margin-bottom: 10px;
}

.footer-menus-caja span {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.footer-menus-caja ul > li > ul {
    display: flex;
    flex-direction: column;
}

.footer-menus-caja li ul li {
    display: flex;
    align-items: flex-end;
    gap: 3px;
}

.footer-menus-caja li ul li img {
    width: 22px;
    height: 22px;
    object-fit: cover;
    filter: invert(100%) grayscale(100%) brightness(0%);
}

.footer-menus-caja li ul li a,
.footer-menus-caja a {
    text-decoration: none;
    color: #000;
}

.footer-text img {
    width: 25px; 
    height: auto; 
}

/* Caja final de información */
.footer-caja-bis {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.footer-caja-bis a {
    color: inherit; 
    text-decoration: none;
}


@media (max-width: 768px) {
    .footer-menus-caja {
        padding: 10px 20px;  
    }

    .footer-rrss-container {
        padding-top: 5%;  
        padding-left: 20px; 
    }

    /* .footer-rrss-container div {
        justify-content: center; 
    } */


    .footer-rrss-container img {
        width: 16px; 
        height: 16px;
    }

    .footer3-main-container {
        flex-direction: column;  
        padding: 10px;  
    }

    .footer-info {
        flex: 0 0 100%; 
        padding-left: 5%; 
    }

    .footer-data {
        padding: 5px; 
    }

    .footer-caja-bis {
        padding: 10px; 
    }
}

@media (max-width: 480px) {
    .footer-menus-caja {
        padding: 10px 15px; 
    }

    .footer-rrss-container {
        padding-left: 10px; 
    }

    .footer-rrss-container img {
        width: 14px;  
        height: 14px;
    }

    .footer3-main-container {
        padding: 5px;  
    }

    .footer-info {
        padding-left: 5%;  
    }
    
}