.contact-info {
  
    background-color: white;
    text-align: center;
    border-radius: 15px;
    margin-left: 10px;
    margin-right: 10px;
    
  }
  
  .contact-info:hover {
    background-color: #FBFCFC;
  }
  
  .contact-title {
    font-size: 20px;
  }
  
  .contact-title2 {
    font-size: 25px;
    margin-top: 10px;
  }
  
  .contact-list {
    list-style: none;
    padding: 0;
    
  }
  
  .contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  
   /*telefonos utiles*/
   .telefonosutiles {
    width: 30%;
    align-items: center;
    text-align: center;
    background-color: rgb(43, 31, 207);
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 25%;
    margin-right: 25%;
    box-shadow: 10px 10px 5px 0px #4f4f53;
    color: #ffffff;
  }
  @media (max-width: 600px) {
    .telefonosutiles {
      width: 80%;
      margin-left: 10%;
      margin-right: 10%;
    }
  }
  .telefonosutileswhatsapp {
    width: 30%;
    align-items: center;
    text-align: center;
    background-color: rgb(16, 168, 67);
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 15px;
    box-shadow: 10px 10px 5px 0px #4f4f53;
  }
  @media (max-width: 600px) {
    .telefonosutileswhatsapp {
      width: 80%;
      margin-left: 10%;
      margin-right: 10%;
    }
  }
  
  .telefonosutiles p {    
    padding: 10px 10px 10px 10px;
    font-family: Arial, Helvetica, sans-serif;
    
  }
  
    .telefonosutiles a {
      color: #ffffff;
  
  }
  
    .telefonosutileswhatsapp a {
      color: #ffffff;
    }
  
    .contact-icon {
      color: white;
    }
    
  
  
  
  