@font-face {
  font-family: 'helvetica-bold';
  src: url("../fonts/HelveticaBold.Ttf");
  font-family: 'helvetica-light';
  src: url("../fonts/HelveticaLTStd-Light.otf"); }
.boton-cerrar {
  color: #FFFFFF;
  font-size: 24px;
  transition: all .5s;
  position: absolute;
  right: 17px;
  top: -105px; }
  .boton-cerrar:hover {
    transition: all .5s;
    color: #5b5b5e; }

#page-title {
  margin-top: 55px;
  margin-right: 6px; }

body, #logo-wrapper, #description-region, #headers, #content-wrapper, .headers-inwards-wrapper-bottom-right, #chat-header .background-right, #chat, #avatar-region, #avatar-region, #message .background-right, #message, #chat .background-shady-right {
  background: #AD9E6E;
  color: #FFFFFF; }

input[type="text"], textarea {
  background-color: #AD9E6E;
  border: 1px solid #FFF;
  font-size: 12px;
  color: #FFFFFF;
  height: 25px;
  width: 100%;
  padding: 5px; }

#content-wrapper #send-message {
  margin-top: 41px;
  margin-right: 44px;
  float: right;
  background: url("../images/btn-reservar.svg") no-repeat 0 0 transparent;
  background-size: 100% 100%;
  display: inline-block;
  box-shadow: 0 8px 15px -6px black;
  border: none;
  width: 140px;
  height: 35px;
  font-size: 15px;
  line-height: 34px;
  color: #FFFFFF;
  transition: .5s all;
  text-align: center; }
  #content-wrapper #send-message:hover {
    transition: .5s all;
    color: #AE9E71;
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

#submit-survey {
  margin-top: 41px;
  margin-right: 62px;
  float: right;
  background: url("../images/btn-reservar.svg") no-repeat 0 0 transparent;
  background-size: 100% 100%;
  display: inline-block;
  box-shadow: 0 8px 15px -6px black;
  border: none;
  width: 140px;
  height: 35px;
  font-size: 15px;
  line-height: 34px;
  color: #FFFFFF;
  transition: .5s all;
  text-align: center; }
  #submit-survey:hover {
    transition: .5s all;
    color: #AE9E71;
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.botones-chat {
  font-size: 18px;
  color: #FFFFFF;
  transition: all .5s; }
  .botones-chat:hover {
    color: #5b5b5e;
    transition: all .5s; }

/*# sourceMappingURL=estilos-personalizados.css.map */
