.desactivarEnlace {
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;

}

<<<<<<< HEAD
/*ESTILO DE LISTAS*/
.ui-autocomplete {
  list-style: none; 
  max-width: 500px;
  background-color: #F7F5F5;
  border: 1px solid #ccc;
  padding-left:0;
/*  max-height: 300px;*/
}

.ui-menu-item {
  padding: 5px 10px;
  width: 100%; 
  
}

.ui-menu-item:hover {
  background-color: #65BCFA; 
  color: #fff; 
}
=======
.box__fixed{   
    width: 70px;
    height: 70px;
    background-color: rgb(37, 211, 102);
    position: fixed;
    bottom: 12px;
    right:10px;
    border-radius: 100%;
    
}
.imagenWat{
    width: 90%;
    height: 90%; 
    
}

@media screen and (max-width: 880px){
 
    .container{
     
      padding: 20px;  
    }
   
      .contact-box{
          grid-template-columns: 1fr;
      }
      .left{
          background-size: cover;
          height: 100%;
      }
      .right{
          padding: 25px 20px;
      }
  }
   
  .footer {
      min-height: 200px;
      
  }
       
  .footer-logo {
      height: 50px;
      width: 50px;
      margin: 10px;
  }
      
  .footer-texto {
      font-size: 1.5rem;
      font-family: 'Quicksand', sans-serif;
      padding: 10px;
      margin-bottom: 20px;
      font-family: 'Quicksand', sans-serif;
  }
      
  .iconos-redes-sociales {
      padding: 5px;
      
  }
      
  
>>>>>>> 3b46567caf7c32af538ff44c1755cf72f205a132
