.menu {
    background-color: black;
    width: 100%;
   
}

#imagen {
    width: 100%;
    height: 250px;
}


/* Estilos generales del botón */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366; /* Color de fondo de WhatsApp */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Sombra para darle un efecto de elevación */
    text-decoration: none;
  }
  
  /* Estilos para el ícono de WhatsApp */
  .whatsapp-float img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  
  /* Estilos al pasar el cursor sobre el botón */
  .whatsapp-float:hover {
    background-color: #128C7E; /* Cambia el color de fondo al pasar el cursor */
  }


  .container {
    align-items: center;
    text-align: center;
  }

  .nosotros {
    background-image: url(images/fondo.jpg);
    background-repeat: no-repeat;
   width: 100%;
   height: 100%;
    background-position: cover;
    align-items: center;
    text-align: center;
    color: black;
  }
  @media screen and (max-width: 560px){
    .video{ 
      width: 50px;
      height: 150px;
        
    }


}


  .texto {
    background-color: white;
    border-radius: 10px;
    align-items: center;
    text-align: center;
  }


  .video {
    width: 350px;
    border-color: white;
    border-width: 2px;
    border-radius: 10px;
    
 
  }

      /* Estilo para el contenedor de las columnas */
      .columnas-contenedor {
        column-count: 2; /* Especifica el número de columnas */
        column-gap: 100px; /* Espacio entre las columnas */
      }

      @media screen and (max-width: 560px){
        .columnas-contenedor{ 
          column-count: 1;
            column-gap: 0;
        }

        .map {
          margin-top: 50px;
          width: 300px;
        }
       }
      

       .social-contact {
        display: flex;
        gap: 20px;
    }
    
    .social-contact a {
        display: block;
        text-decoration: none;
        transition: transform 0.3s ease;
    }
    
    .social-contact img {
        width: 40px;
        height: 40px;
    }
    
    .social-contact a:hover {
        transform: scale(1.1);
    }


    .content {
      padding-top: 100px;
    }


    .navbar {
      background-color: black !important;
    }

   
    
    .buttons a {
      text-decoration: none;
      font-size: 28px;
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      background: #314652;
      color: #f1f1f1;
      border-radius: 50%;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
      transition: all .4s ease-in-out;
    }
    
    .buttons a:hover {
      transform: scale(1.2);
    }

    .contenedor-botones {
      display: flex;
      text-align: center;
      align-items: center;
      gap: 40px;
      padding: 50px;
      justify-content: center;
    }

