.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    border: 3px solid #f1f1f1;
    z-index: 9;
  }

.img-perfil {
    height: auto;
    width: 100%;
}

.entry-title.text-title--blue{
  font-size: 1.75rem!important;
}
.form-container {
  max-width: 500px;
  padding: 10px;
  background-color: white;
}
.form-container input{
    width: 100%;
}

.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
  }
  
.text-green{
  color: #339900;
}
.text-red{
  color: #cc3300;
}

.bloque-consultas{
  background: #f3f5f9;
  padding: 10px;
}
.hidden{
  display: none;
}

.bg-blue-2{
  background-size:100% auto; background-position: top;background-repeat: no-repeat;
}