

.titulo-footer {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
}

.footer-widget-1 {
    display: flex;
    justify-content: center;
    background-color:var(--c-blanco) ;
    padding: 20px;
    border-bottom: 1px solid var(--c-primario-light);
    border-top: 1px solid var(--c-primario-light);
}

.footer-widget-1 img {
    transform: scale(0.9);
}

.footer-widget-2, .footer-widget-3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: var(--c-primario-dark)!important;
    background-color: var(--c-primario-light);
    opacity: 0.8;
    
    
    padding: 40px;
    
    padding-top: 40px ;   
}

.footer-widget-2 a, .footer-widget-3 a{
    color: var(--c-primario-dark)!important;
}

.footer-widget-2 a:hover, .footer-widget-3 a:hover {
    color: var(--c-blanco);
    opacity: 0.6;

}

.footer-widget-3 {
    border-left: 1px solid var(--c-blanco)!important;
}

.btn-contacto {
    background-color: #25d366!important;

    display: block !important;
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    padding: 10px !important;
    border-radius: 20px;
    width: 75px !important;
    height: 75px !important;
    transition: all 0.4s ease;;
    z-index: 100 !important;
    box-shadow: 0 20px 30px 0 rgba(65, 69, 55, 0.18);
      
    
}

.btn-contacto a {
    font-family: inherit;
    font-size: inherit;
font-weight:inherit;}

.btn-contacto:hover {
    bottom: 40px!important;
    transition: all 0.4s ease;
}

.site-footer .copyright-bar {
    width: 70%;
    max-width: 1200px;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgba(191, 150, 99, 0) 0%, var(--c-blanco) 50%, rgba(191, 150, 99, 0) 100%) 1;
    padding-top: 40px;
    padding-bottom: 10px !important;

}

.site-footer .copyright-bar img{

    padding-bottom: 30px;
}

.site-footer .copyright-bar a {
    color: var(--c-primario-dark);
    transition: all 0.4s ease-out;
    padding-inline: 10px;
    font-size: 14px;
}

.site-footer .copyright-bar a:hover {
    color: var(--c-primario);
    opacity: 0.6;
    
}

.contact-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 500px;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact-item img {
    width: 40px;
    height: auto;
    margin-top: 8px;
}

@media (max-width: 1024px) {

    .site-footer .copyright-bar {
        width: 100%;
        padding-top: 20px;
        padding-inline: 0 !important;
        margin-inline: 0 !important;
        
    }

    .site-footer .copyright-bar a {
        font-size: 0.8rem;
    }
    
 

    .inside-footer-widgets > div {
        flex: 0 0 1!important; /* Evita que se encojan o crezcan */
        width: 100%!important; /* Ocupa el ancho completo del contenedor */
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
   

    .footer-widget-1 {
        margin-bottom:  0!important;
    }

    .btn-contacto {
       
        bottom: 20px !important;
        right: 20px !important;
      
        width: 60px !important;
        height: 60px !important;
     
          
        z-index: 5 !important;
    }

    .footer-widget-2 {
       
        
        text-align: center;
        padding: 40px !important;
        padding-top: 40px;
        
         
    }
    .contact-block {
        justify-content: center;
        align-items: center;
    }

    .site-footer .footer-widgets-container .inner-padding {
        padding: 0 0 0 20px !important;
    }
    

}

@media (max-width: 768px) { 
    .footer-widget-2 {
       
        padding-inline: 10px !important;  
         
    }

    #custom_html-3{
        padding-left: 0 !important;

    }

}



