
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Poppins", serif;
}

.footer-general{
    position: relative;
  
}

.pie {
   background-color: #fff;
    display: flex
;
    flex-direction: column;
    gap: 20px;
    padding:50px 25px;
   
}

.pie-arriba  {
     display: flex; /* Usamos Flexbox para distribuir los elementos */
   justify-content: space-between; /* Espacio entre los elementos */
  
}

.pie-abajo{
      display: flex; /* Usamos Flexbox para distribuir los elementos */
   justify-content: space-between; /* Espacio entre los elementos */

}

.pie-arriba .pie-lado-izquierdo,
.pie-arriba .pie-lado-derecho {
   
    display: flex;
    align-items: center; /* Alinea el contenido verticalmente */
  
    width:20%;
}

.img-logo img {
    width: 100%; /* Ajusta el ancho al 100% del contenedor */
    max-width: 190px; /* LÃ­mite de ancho mÃ¡ximo, adaptable */
    height: auto; /* Mantiene la proporciÃ³n de la imagen */
}

.pie-lado-izquierdo{
    flex-direction:column;
       align-items: start !important; 
        gap:20px;
}

.parrafo-logo p{
    color:#575756;
    font-size:16px;
    font-weight:400;
    margin:0px;
}


.pie-lado-central{
    flex-direction:column;
        
        gap:20px;
}


.enlaces{
        display: flex
;
    align-items: flex-start;
    flex-direction: column;
    gap:10px;
   

}

.enlaces svg{
    width:22px;
}
.caja-redes-sociales{
        display: flex
;
    gap: 10px;
}

.caja-redes-sociales svg{
    width:24px;
    cursor:pointer;    transition: transform 0.3s ease, background-color 0.3s ease; 
}

.caja-redes-sociales svg:hover{
     transform: scale(1.4) !important;
}
.encabezado-seccion-pie h6{
    color:#575756;
    font-weight:700;
    font-size:17px;
    margin:0;
    border-bottom: 1px solid #18A74F;
    width: max-content;
}

.triangulo-enlace{
    display: flex;
    align-items: center;
    gap:5px;
}
.triangulo-enlace svg{
    width: 10px;
    height: 10px;
}
.enlaces a{
    color:#575756 !important;
    font-weight:400;
    font-size:16px;
    margin:0;
    text-decoration:none;
}

.enlaces a:hover{
    color:#18A74F !important;
}


.pie-lado-derecho {
    flex-direction: column;
   
    gap: 20px;
}


.copyright{
   border-top: 1px solid #575756;
    padding:15px 0px;
}

.div-copyright{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.div-copyright p{
    margin:0px;
    color:#575756;
    text-align:center;
    font-weight:500;
    font-size:16px;
}

.div-copyright span{
    color: #18A74F;
}

.btn-whatsapp {
       display: flex
;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    right: 3px;
    bottom: 1rem;
    border-radius: 30px;
    text-align: center;
    z-index: 999;
    float: right;
    background: #00D35E;
    width: auto;
    padding: 15px 20px;
    gap: 13px;
    cursor:pointer;
}

.btn-whatsapp span {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
}
.btn-whatsapp  a{
    text-decoration: none;
}

.btn-whatsapp svg {
    height: 2rem;
    width: 2rem;
}


.absolute-imagen-marca{
    position:absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
   
}

.marga-agua-img{
    width: 540px;
}

.marga-agua-img img{
    width: 100%;
}



@media (max-width: 991px) {
    
    
.enlaces a {

    font-weight: 400;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
}

.pie {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px !important;
    padding: 0 !important;
}
    
.pie-arriba .pie-lado-izquierdo, .pie-arriba .pie-lado-derecho {
    display: flex
;
   align-items: start; 
 width: 100%; 
}

.pie-arriba {
    display: flex
;
    justify-content: space-between;
    flex-direction: column !important;
    padding: 20px !important;
    gap: 10px;
}
    .enlaces-none{
        display:none !important;
    }
    .pie-arriba {
    display: flex
;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}
.div-copyright p {
    margin: 0px;
  
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}
.btn-whatsapp span {
   display:none;
}

.btn-whatsapp {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    right: 3px;
    bottom: 5rem;
    border-radius: 20px;
    text-align: center;
    z-index: 999;
    float: right;
    background: #00D35E;
    width: auto;
    padding: 15px;
    /* gap: 13px; */
    cursor: pointer;
}

.copyright {
    
    margin-bottom: 5rem;
}
.div-copyright {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}

.marga-agua-img{
    display: none;
}
}

