/*
Theme Name: 
Theme URI: http://www.crdesign.com.ar
Author: Carlos <info@crdesign.com.ar>
Author URI: http://www.crdesign.com.ar
Description: Theme El Encuentro
Version: 1.0
Text Domain: elencuentro-theme
*/


.footer-contact-alert {
  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;}
}


@media (min-width: 576px){ 
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}


.gallery-image-item {
    width: 100%;
}

.gallery-container-title {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 50px;
}

.gallery-image-item {
    margin-bottom: 30px;
}

.home-slider {
    margin-top: 122px;
}

.home-slider-item {
    position: relative;
}

.home-slider-item__content {
    position: absolute;
    top:0;
    top: 50%;
    transform:translateY(-50%);
    left:0;
    right:0;
    bottom:0;
}

.home-slider-item__image {
    position: relative;
}

.home-slider-item__image::after {
    content: '';
    display: block;
    background: rgba(8, 110, 62, .41);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}
