/*
Theme Name: 
Theme URI: http://www.crdesign.com.ar
Author: Carlos <info@crdesign.com.ar>
Author URI: http://www.crdesign.com.ar
Description: Theme Cabañas Tierras Altas
Version: 1.0
Text Domain: aguada-theme
*/


.alert-contact {
  display: none;
}
.book-modal {
  width: 100% !important;
  max-width: 900px;
}
.environtment-modal {
  width: 100% !important;
  max-width: 1000px;
}

.modal-title {
  padding:0;
  padding-bottom:10px;
  margin-bottom:20px;
  border-bottom: 1px solid #7b6f61;
}

.input-text-modal {
  width: 100% !important;
}

.alert-book {
  display: none;
}

#publicidad {
  padding: 0 !important;
}

#publicidad .fancybox-button svg {
  background: rgba(255, 255, 255, .5);
}

#reservar-boton {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9999;
}

#reservar-boton a {
  background-color: #c57211;
  padding: 10px 30px;
  padding-top:12px;
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  box-shadow: 0 0 0 5px rgb(255 255 255 / 39%);
  outline: 0;
  animation-name: buttonbg;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes buttonbg {
  0%   {background-color:#c57211;}
  50% {background-color:#5d3201;}
}

.container-services {
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 60px;
}


.services-items {
  margin-bottom: 0;
}

.services-title-h3 {
  font-size: 42px !important;
}
