@font-face {
    font-family: 'Onest';
    src: url('Onest/ttf/onest-cyrillic-100-normal.ttf') format('truetype');
    src: url('Onest/ttf/onest-cyrillic-200-normal.ttf') format('truetype');
    src: url('Onest/ttf/onest-cyrillic-300-normal.ttf') format('truetype');
    src: url('Onest/ttf/onest-cyrillic-400-normal.ttf') format('truetype');
  }

body {
    font-family: 'onest', sans-serif;
    margin: 0;
    background-color: #dcdde1;
  }
  
  .icon-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    top: 90%;
  }
  
  .icon-whatsapp img {
    width: 45px;
  }

  .container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
}

h1, h2 {
    color: #333;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
    margin-top: 20px;
}

p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 16px;
}

.contacto-l {
    height: 50px;
    text-align: center;
  }
  .contacto-link {
    color: black;
    text-decoration: none;
    background-color: #596275;
    color: rgb(0, 0, 0);
    padding: 5px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;  
    width: 4%;
    font-weight: bold;
  }
  
  .contacto-link:hover {
    text-decoration: underline; 
    font-weight: bold;
  }

  footer {
    background-color: #596275;
    padding: 20px;
    text-align: center;
  }
  
  .social-media-container {
    margin-bottom: 20px;
  }
  
  .social-media-container .social-btn {
    background-color: #28a745;
    color: #596275;
    border: none;
    padding: 10px 15px;
    margin: 0 5px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
  }
  
  footer .btnFacebook {
  background-color: #071f3d; /* Color de Facebook */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 5%;
  }
  
  footer .btnWhatsapp {
  background-color: #071f3d; /* Color de WhatsApp */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 5%;
  }
  
  footer .btnInstagram {
  background-color: #071f3d; /* Color de Instagram */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 5%;
  }
  
  .copyright {
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
  }