/*.mb-120{
	margin-bottom: 120px;
}*/
.mb-100 {
  margin-bottom: 100px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.p0 {
  padding: 0;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}

.br {
  border-right: 2px #ebebeb solid;
}
.bb {
  border-bottom: 2px #ebebeb solid;
}
.hr {
  width: 35px;
  margin: 20px auto;
  height: 3px;
  background-color: #316c47;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pr {
  position: relative !important;
}
html {
  opacity: 0;
}
.btn_effect {
  box-shadow: inset 0 0 0 4px #316c47, 0 0 1px rgba(0, 0, 0, 0);
  transition: 0.5s;
  text-decoration: none;
}
.btn_effect:hover {
  background: transparent;
  transition: 0.5s;
  color: #434343;
  text-decoration: none;
}

a.hideme {
  position: relative;
  top: -55px;
}
a.hideme.show {
  top: 0px;
}
.hideme {
  opacity: 0;
  transition: 1.8s;
  transform: translateY(-55px);
}

.hideme.show {
  opacity: 1;
  transform: translateY(0px);
}

/*=====================
NAVBAR
=====================*/
nav {
  width: 100%;
  position: absolute !important;
  z-index: 10;
}
.nav-item {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 12px;
  position: relative;
}

.nav-item a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.nav-item a:hover::after {
  height: 1px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
/*=====================
/NAVBAR
=====================*/
/*=====================
INDEX
=====================*/
/*section.bienvenida_index{
	background-image: url(../img/backgrounds/bg_index_bienvenida.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}*/

/*Carousel bienvenida*/
/*.carousel_bienvenida{
	margin-top: 200px;
}*/

.carousel_bienvenida .slick-dots {
  bottom: 0;
}

.slick-dots li button:before {
  color: #fff;
  opacity: 0.5;
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}
.carousel_bienvenida .slick-slide {
  padding-top: 231px;
  padding-bottom: 150px;
  background-size: cover;
  background-position: bottom;
}
/*.slick-dots{
	margin-top: 120px;
}*/

.carousel_bienvenida h3 {
  font-family: "Playfair Display";
  font-weight: 700;
  color: #fff;
  font-size: 32px;
  margin-bottom: 40px;
  padding-left: 10%;
}
.carousel_bienvenida p {
  font-family: "Montserrat";
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  margin-bottom: 40px;
  padding-left: 10%;
}
.carousel_bienvenida a.link {
  font-family: "Playfair Display";
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  border: solid 1px #fff;
  padding: 10px 65px;
  margin-left: 10%;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  background: transparent;
  cursor: pointer;
  z-index: 1;
  text-decoration: none;
  overflow: hidden;
}
.carousel_bienvenida a.link:hover {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  background: #fff;
}
/*
.carousel_bienvenida a.link:before{
    content: "";
    width: 101%;
    height: 101%;
    background: #fff;
    transform: translateX(-130%) skewX(25deg) translateZ(0);
    transition: 0.5s;
    -moz-transition: opactiy .1s linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}
.carousel_bienvenida a.link:hover:before {
    transform: translateX(0%) skewX(0deg) translateZ(0);
    -moz-transition: opactiy .1s linear;
    opacity: 1;
}
*/
.carousel_bienvenida {
  background-image: url(../img/backgrounds/bg_index_descripcion.jpg);
}

.slide-1 {
  background-image: url(../img/banner/slide-1.jpg);
}
.slide-2 {
  background-image: url(../img/banner/slide-2.jpg);
}
.slide-3 {
  background-image: url(../img/banner/slide-3.jpg);
}
.slide-4 {
  background-image: url(../img/banner/slide-4.jpg);
}

/*Descripcion*/
section.descripcion_index {
  background-image: url(../img/backgrounds/bg_index_descripcion.jpg);
  padding: 50px 0;
}

.descripcion_index h3 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 30px;
  margin: 10px 0 25px 0;
}

.descripcion_index p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px;
}
.descripcion_index a {
  font-family: "Playfair Display";
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  padding: 10px 65px;
  background-color: #316c47;
  line-height: 40px;
}
.descripcion_index a:hover {
  text-decoration: none;
}

/*Carousel Nuestras Instalaciones*/
.slider-instalaciones_index {
  padding: 50px 0;
}
.slide-instalaciones {
  background-image: url(../img/index/slider-1.jpg);
  background-size: cover;
  background-position: top;
}
.slide-instalaciones.sm-2 {
  background-image: url(../img/index/slider-2.jpg);
  background-size: cover;
  background-position: top;
}
.slide-instalaciones.sm-3 {
  background-image: url(../img/index/slider-3.jpg);
  background-size: cover;
  background-position: top;
}
.slide-instalaciones.sm-4 {
  background-image: url(../img/index/slider-4.jpg);
  background-size: cover;
  background-position: top;
}

.slide-instalaciones h3 {
  font-family: "Playfair Display";
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  margin-top: 90px;
  margin-bottom: 60px;
}

.slide-instalaciones p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  padding: 180px 0;
}

.carousel-instalaciones .slick-dots {
  bottom: 0;
  width: 50%;
  margin-top: 0;
}

.carousel-instalaciones.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*Separador*/
.separador_index {
  background-image: url(../img/backgrounds/bg_index_separador.jpg);
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
  padding: 120px 0;
}

.eventos_index {
  padding-top: 45px;
}

.eventos_index h3 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 30px;
  margin: 25px 0;
}

.eventos_index p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px;
}

.eventos_index a {
  font-family: "Playfair Display";
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  padding: 10px 65px;
  background-color: #316c47;
  line-height: 40px;
}

.linea-vertical {
  background: #fff;
  background: linear-gradient(180deg, transparent, #b7b7b7, transparent);
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 2px auto;
  margin: 110px 0 50px 0;
}

footer {
  background-color: #f9f2eb;
  padding: 50px 0;
}

footer .list-inline-item a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  color: #383838;
}
footer p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  color: #383838;
}
/*=====================
/INDEX
=====================*/

/*=====================
EVENTOS
=====================*/
section.bienvenida_eventos {
  background-image: url(../img/backgrounds/bg_eventos_bienvenida.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
}

.menu_container {
  padding: 30px 0;
}
.menu_container h3 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 30px;
  margin: 10px 0 0 0;
}
.menu_para_eventos {
  padding-top: 30px;
}
.menu_para_eventos h3 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 30px;
  margin: 10px 0 25px 0;
}

.menu_para_eventos p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 40px;
}

.info-paquetes h4 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 25px;
  color: #316c47;
}
.info-paquetes p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 17px;
  color: #316c47;
  margin-bottom: 0;
}
.info-paquetes ul li {
  list-style: none;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 15px;
}
.info-paquetes ul li span {
  font-family: "Montserrat";
  font-weight: 400;
}
.info-paquetes .precio_paquete p {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 15px;
  color: #316c47;
}
.info-paquetes .precio_paquete {
  transition: 0.5s;
  opacity: 0;
}
.paquete_evento:hover .precio_paquete {
  transition: 0.5s;
  opacity: 1;
}
.paquete_evento {
  transition: 0.5s;
}
.paquete_evento:hover {
  transition: 0.5s;
  background-color: #f3f3f3;
}

/*Descripcion*/
section.condiciones {
  background-image: url(../img/backgrounds/bg_index_descripcion.jpg);
  padding: 50px 0;
}
.condiciones h3 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 30px;
}
.condiciones ul li {
  list-style: none;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
}
/*=====================
/EVENTOS
=====================*/

/*=====================
MENÚ
=====================*/
section.bienvenida_menu {
  background-image: url(../img/backgrounds/bg_menu_bienvenida.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
}
.slick-track:focus,
.slick-slide:focus,
.slick-current:focus,
.slick-active:focus {
  outline: none;
}

.menu_container .list-inline-item:not(:last-child) {
  margin-right: 15px;
}

.menu_container .list-inline-item {
  margin-bottom: 15px;
}

.menu_container .list-inline-item.last {
  margin-right: -4px !important;
}

.menu_container button {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  border: none;
  background-color: #316c47;
  min-width: 150px;
  min-height: 50px;
  cursor: pointer;
}
.menu_container button.activo {
  border: solid 2px #316c47;
  background-color: #fff;
  color: #316c47;
  pointer-events: none;
  cursor: default;
}
.menu_container button:focus {
  outline: none;
}

.menu_container button.btn-lg.btn-block {
  min-height: auto;
  margin-bottom: 30px;
}

.menu_container button.btn-lg.btn-block:focus {
  box-shadow: none;
  border: solid 1px #316c47;
  background-color: #fff;
  transition: 0.5s;
  color: #316c47;
}

.menu_container .dropdown-menu.show {
  width: 100%;
}

.slider-menu h3.titulo-menu {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 28px;
  color: #313131;
}

.slider-menu h5.platillo {
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 16px;
  color: #316c47;
}

.slider-menu p.descripcion {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 14px;
  color: #313131;
}

.slider-menu p.precio {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 14px;
  color: #316c47;
}

/*=====================
/MENÚ
=====================*/

/*=====================
CONTÁCTANOS
=====================*/
section.bienvenida_contactanos {
  background-image: url(../img/backgrounds/bg_contactanos_bienvenida.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
}
.contactanos h3 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 30px;
  margin-top: 15px;
}
.contactanos h4 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 25px;
  margin-top: 15px;
}
.contactanos {
  padding: 30px 0 80px 0;
}
.contactanos p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
}
.contactanos form input {
  width: 100%;
  border: 1px #316c47 solid;
  margin: 10px 0;
  padding-left: 5px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
}
.contactanos form textarea {
  width: 100%;
  border: 1px #316c47 solid;
  margin: 10px 0;
  padding-left: 5px;
  resize: none;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
}
.contactanos form button {
  float: right;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background-color: #316c47;
  padding: 10px 45px;
  border: none;
  cursor: pointer;
  margin-top: 15px;
}
.mapa {
  margin-bottom: -5px;
}
/*=====================
/CONTÁCTANOS
=====================*/

/*=====================
/MEDIQUERIES
=====================*/
@media (max-width: 992px) {
  .container-fluid .container,
  .container.pr {
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .container-fluid .container,
  .container.pr {
    max-width: 100% !important;
  }
  .navbar.navbar-dark {
    background-color: rgba(0, 0, 0, 0.8) !important;
  }
}

@media screen and (max-width: 768px) {
  .menu_container .list-inline-item,
  .menu_container .list-inline-item.last {
    margin-right: 15px !important;
  }

  .navbar-toggler:focus {
    background-color: #316c47;
    border-color: #316c47;
    transition: 0.5s;
  }
  .navbar-toggler:focus svg {
    color: rgba(255, 255, 255, 1) !important;
    transition: 0.5s;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler,
  .navbar-toggler.collapsed {
    border-color: rgba(255, 255, 255, 1) !important;
    background-color: transparent;
    transition: 0.5s;
  }
  .navbar-toggler svg,
  .navbar-toggler.collapsed svg {
    color: rgba(255, 255, 255, 1) !important;
    transition: 0.5s;
  }
}

@media screen and (max-width: 415px) {
  section.bienvenida_menu,
  section.bienvenida_eventos,
  section.bienvenida_contactanos {
    height: 320px;
  }
  .navbar-brand img {
    width: 190px;
  }

  .navbar-toggler:focus {
    background-color: #316c47;
    border-color: #316c47;
    transition: 0.5s;
  }
  .navbar-toggler:focus svg {
    color: rgba(255, 255, 255, 1) !important;
    transition: 0.5s;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler,
  .navbar-toggler.collapsed {
    border-color: rgba(255, 255, 255, 1) !important;
    background-color: transparent;
    transition: 0.5s;
  }
  .navbar-toggler svg,
  .navbar-toggler.collapsed svg {
    color: rgba(255, 255, 255, 1) !important;
    transition: 0.5s;
  }
  /*Carousel Nuestras Instalaciones*/
  .carousel-instalaciones .slick-dots {
    width: 100%;
  }
  .linea-vertical {
    background: none;
    margin-top: 70px;
  }
  .br,
  .bb {
    border: none;
  }
  section.condiciones .p0 {
    padding: 0 15px;
  }

  .menu_container .list-inline-item,
  .menu_container .list-inline-item.last {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .paquete_evento .precio_paquete {
    opacity: 1;
  }
  .slide-1 {
    background-image: url(../img/banner/slide-movil-1.jpg);
  }
  .slide-2 {
    background-image: url(../img/banner/slide-movil-2.jpg);
  }
  .slide-3 {
    background-image: url(../img/banner/slide-movil-3.jpg);
  }
  .slide-4 {
    background-image: url(../img/banner/slide-movil-4.jpg);
  }
  .carousel_bienvenida .slick-slide {
    padding-top: 110px;
    padding-bottom: 30px;
    background-size: cover;
    background-position: bottom;
  }
  .carousel_bienvenida h3 {
    font-size: 25px;
    margin-bottom: 25px;
    padding-left: 5%;
    padding-right: 5%;
    text-shadow: 1px 1px 3px #101010;
  }
  .carousel_bienvenida p {
    margin-bottom: 25px;
    padding-left: 5%;
    padding-right: 5%;
    text-shadow: 1px 1px 3px #101010;
  }
  .carousel_bienvenida button.link {
    margin-left: 5%;
    /*text-shadow: 2px 2px 3px #000;*/
  }

  @-webkit-keyframes opacidad {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes transicion {
    0% {
      transform: translateY(-55px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  @-moz-keyframes opacidad {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes transicion {
    0% {
      transform: translateY(-55px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  @-o-keyframes opacidad {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes transicion {
    0% {
      transform: translateY(-55px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  @keyframes opacidad {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes transicion {
    0% {
      transform: translateY(-55px);
    }
    100% {
      transform: translateY(0px);
    }
  }

  .menu-wrapper .hideme {
    -webkit-animation: opacidad 1.8s, transicion 1.8s; /* Safari 4+ */
    -moz-animation: opacidad 1.8s, transicion 1.8s; /* Fx 5+ */
    -o-animation: opacidad 1.8s, transicion 1.8s; /* Opera 12+ */
    animation: opacidad 1.8s, transicion 1.8s; /* IE 10+, Fx 29+ */
    opacity: 1;
    transform: translateY(0px);
  }

  .slide-instalaciones {
    background-position: right;
  }
}

br.especial {
  display: none;
}
@media screen and (max-width: 370px) {
  br.especial {
    display: inline-block;
  }

  .slide-instalaciones.sm-1 {
    background-image: url(../img/banner/1.jpg);
    background-size: cover;
    background-position: top;
  }
  .slide-instalaciones.sm-2 {
    background-image: url(../img/banner/2.jpg);
    background-size: cover;
    background-position: top;
  }
  .slide-instalaciones.sm-3 {
    background-image: url(../img/banner/3.jpg);
    background-size: cover;
    background-position: top;
  }
  .slide-instalaciones.sm-4 {
    background-image: url(../img/banner/4.jpg);
    background-size: cover;
    background-position: top;
  }
}

/*=====================
/MEDIQUERIES
=====================*/
