/* -------------------------------------------------------------------------- */
/*                                  VARIABLES                                 */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                  GENERALES                                 */
/* -------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  letter-spacing: 0.1rem;
}
body ul {
  margin-bottom: 0 !important;
  padding-left: 0;
}
body p {
  color: #707070;
}
body a {
  text-decoration: none;
}
body .boton button {
  background-color: #f58734;
  color: #fff;
  padding: 0.25rem 2.25rem;
  border-radius: 1.5rem;
  border: 0;
  font-size: 1.5rem;
  transition: 0.5s;
  display: flex;
  align-items: center;
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.3764705882);
  text-transform: uppercase;
}
body .boton button:hover {
  background-color: #951b1b;
}
body .boton button i {
  padding-left: 0rem;
  transition: all 0.4s ease-out;
  font-size: 1.25rem;
  transform: translateX(-10px) scale(0);
}
body .boton button:hover i {
  transform: translateX(0) scale(1);
  padding-left: 0.8rem;
}

/* -------------------------------------------------------------------------- */
/*                                  PARALLAX                                  */
/* -------------------------------------------------------------------------- */
.bcg-parallax {
  padding: 650px 0;
  background-color: #000;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.bcg {
  background-size: cover;
  background-position: center top;
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  z-index: 1;
  opacity: 1;
}

.swiper-container {
  margin-left: 0;
}

.opacitynone {
  opacity: 0 !important;
}

.transform-cell {
  -o-object-fit: contain;
  object-fit: contain;
}

.project {
  opacity: 0;
  transform: translateY(100px);
  transition: 1.25s;
}

.project-down {
  opacity: 0;
  transform: translateY(100px);
  transition: 1.25s;
}

.project-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: 1.25s;
}

.project-right {
  opacity: 0;
  transform: translateX(100px);
  transition: 1.25s;
}

.project-zoom {
  opacity: 0;
  transform: scale(0);
  transition: 0.65s;
}

.project-zoom_dos {
  opacity: 0;
  transform: scale(0);
  transition: 1.5s;
}

.project-zoom_tres {
  opacity: 0;
  transform: scale(0);
  transition: 2s;
}

.project-zoom_cuatro {
  opacity: 0;
  transform: scale(0);
  transition: 2.5s;
}

.project-zoom_cinco {
  opacity: 0;
  transform: scale(0);
  transition: 2.8s;
}

.project-zoom_seis {
  opacity: 0;
  transform: scale(0);
  transition: 3.1s;
}

.fade-left {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  opacity: 1;
  transform: translateX(0);
}

.fade-in {
  opacity: 1;
  transform: translateX(0);
}

.zoom-in {
  opacity: 1;
  transform: scale(1);
}

.fade-up {
  opacity: 1;
  transform: translateY(0);
}


/* -------------------------------------------------------------------------- */
/*                                   HEADER                                   */
/* -------------------------------------------------------------------------- */
header {
  transition: 0.5s;
}
header .header_sticky {
  top: -100%;
  width: 100%;
  position: fixed;
  transition: 0.5s;
  z-index: 999;
  opacity: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
header .header_sticky.activo {
  left: 0;
  top: 0;
  opacity: 1;
}
header .header_sticky.activo .top_header {
  display: none;
}
header .header_sticky.activo .menu_logo {
  background-color: #fff;
}
header .header_sticky.activo .menu_logo .logo h1 {
  font-size: 2rem;
}
header .menu {
  padding: 1rem 3rem;
  background-color: #317E50;
  display: flex;
  justify-content: space-between;
}
header .menu #buttonresponsive {
  display: none;
}
header .menu__whatsapp {
  padding-left: 3rem;
}
header .menu__whatsapp button {
  border: 0;
  padding: 0.5rem 0.7rem;
  background-color: #fff;
  border-radius: 50%;
  color: #317E50;
  text-transform: uppercase;
}
header .menu__whatsapp button i {
  font-size: 1.5rem;
}
header .menu_logo .logo {
  transform: translateY(10px);
}
header .menu_logo .logo .container {
  display: flex;
  justify-content: space-between;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  max-width: 1110px;
  margin: 0 auto;
}
header .menu_logo .logo .container .social {
  display: flex;
  align-items: center;
}
header .menu_logo .logo .container .social ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
header .menu_logo .logo .container .social ul li {
  padding-right: 1.5rem;
  list-style: none;
}
header .menu_logo .logo .container .social ul li a {
  display: flex;
}
header .menu_logo .logo .container .social ul li img {
  width: 100%;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .menu_logo .logo .container .social ul li i {
  color: #317E50;
  font-size: 1.1rem;
}
header .menu_logo .logo .container .social ul li:last-child {
  padding-right: 0;
}
header .menu_logo .logo .container h1 {
  font-weight: bolder;
}
header .menu_logo .logo .container img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .menu_logo .menu {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  z-index: 3;
  position: relative;
  transform: translateY(30px);
  max-width: 1100px;
  margin: 0 auto;
}
header .menu_logo .menu nav {
  display: flex;
  align-items: center;
}
header .menu_logo .menu ul {
  display: flex;
}
header .menu_logo .menu ul li {
  padding-right: 1.5rem;
  list-style: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
}
header .menu_logo .menu ul li.current-menu-item a {
  color: #f6e14c !important;
  font-weight: bold;
}
header .menu_logo .menu ul li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
}
header .menu_logo .menu ul li .sub-menu {
  transform: translateY(16px);
  position: absolute;
  transition: 0.5s;
  opacity: 0;
  display: block;
  padding: 0.5rem 1rem;
  background-color: #317E50;
}
header .menu_logo .menu ul li .sub-menu li {
  padding: 0.25rem 0;
}
header .menu_logo .menu ul li .sub-menu li a {
  color: #fff;
}
header .menu_logo .menu ul li .sub-menu li.current-menu-item a {
  color: #f58734 !important;
  font-weight: bold;
}
header .menu_logo .menu ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: 0.5s;
  font-size: 0.87rem;
}
header .menu_logo .menu ul li a:hover {
  opacity: 0.6;
}
header .menu_logo .menu ul li:last-child {
  padding-right: 0;
}

/* -------------------------------------------------------------------------- */
/*                                MAIN SECTION                                */
/* -------------------------------------------------------------------------- */
.main {
  /* -------------------------------------------------------------------------- */
  /*                              BANNER PRINCIPAL                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 BIENVENIDO                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                           ESPACIOS PARA DISFRUTAR                          */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                EVENTOS HOME                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                HABITACIONES                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 TESTIMONIOS                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                           TARJETA DE TESTIMONIOS                           */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 HEADER PAGE                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                INSTALACIONES                               */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  CONTACTO                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  NOSOTROS                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                              ALOJAMIENTOS PAGE                             */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                             HOME INSTAGRAM FEED                            */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                GALERIA LIST                                */
  /* -------------------------------------------------------------------------- */
}
.main .banner_principal {
  z-index: 1;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.main .banner_principal .titulo {
  width: 100%;
  max-width: 650px;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-50% -50%);
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
.main .banner_principal .titulo h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 7vh;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3137254902);
  line-height: 1;
  padding-bottom: 2rem;
}
.main .banner_principal .titulo p {
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3137254902);
  line-height: 1.05;
  padding: 2rem 0;
}
.main .banner_principal .titulo .boton {
  margin: 0 auto;
}
.main .banner_principal video {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: auto;
  filter: drop-shadow(2px 4px 6px black);
}
.main .banner_principal .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main__bienvenido {
  background-color: #317E50;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.main__bienvenido .container {
  max-width: 1024px;
  margin: 0 auto;
  z-index: 5;
  position: relative;
}
.main__bienvenido-titulo h1, .main__bienvenido-titulo p, .main__bienvenido-titulo span {
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  display: block;
  width: 100%;
}
.main__bienvenido-titulo h1, .main__bienvenido-titulo span {
  text-shadow: 4px 7px 10px rgba(0, 0, 0, 0.2);
  font-weight: 500;
}
.main__bienvenido-titulo span, .main__bienvenido-titulo h1, .main__bienvenido-titulo p {
  color: #fff;
  text-transform: uppercase;
}
.main__bienvenido-titulo h1 {
  font-size: 2rem;
  font-weight: 900;
  padding-bottom: 0.4rem;
}
.main__bienvenido-titulo p {
  font-size: 1.15rem;
  width: 80%;
  margin: 0 auto;
}
.main__bienvenido .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(49, 126, 80, 0.9);
}
.main__espaciosparadisfrutar-video {
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.main__espaciosparadisfrutar-video-canoa {
  position: absolute;
  left: 0;
  right: -150px;
  bottom: -100px;
  z-index: 5;
}
.main__espaciosparadisfrutar-video-canoa img {
  width: auto;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main__espaciosparadisfrutar-titulo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 0 2rem;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.main__espaciosparadisfrutar-titulo h1 {
  color: #317E50;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  line-height: 1;
  padding-bottom: 0.5em;
}
.main__espaciosparadisfrutar-titulo h1 strong {
  font-size: 2.2rem;
  color: #EC3137;
  padding-right: 0.5rem;
}
.main__espaciosparadisfrutar-titulo p {
  font-size: 1.1rem;
  text-align: justify;
  direction: ltr;
}
.main__espaciosparadisfrutar-titulo p strong {
  color: #317E50;
}
.main__espaciosparadisfrutar-titulo ul {
  padding-top: 1rem;
}
.main__espaciosparadisfrutar-titulo ul li {
  list-style: none;
  font-size: 1rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(49, 126, 80, 0.1);
  display: flex;
}
.main__espaciosparadisfrutar-titulo ul li:last-of-type {
  border-bottom: 0;
}
.main__espaciosparadisfrutar-titulo ul li:before {
  content: "";
  font-family: "FontAwesome";
  color: #317E50;
  padding-right: 0.5rem;
  font-size: 1rem;
}
.main__espaciosparadisfrutar-titulo ul li:nth-child(1):before {
  content: "\f773";
}
.main__espaciosparadisfrutar-titulo ul li:nth-child(2):before {
  content: "\f2e7";
}
.main__espaciosparadisfrutar-titulo ul li:nth-child(3)::before {
  content: "\f79f";
}
.main__espaciosparadisfrutar-titulo ul li:nth-child(4)::before {
  content: "\f7e5";
}
.main__espaciosparadisfrutar-titulo ul li:nth-child(5)::before {
  content: "\f5c5";
}
.main__espaciosparadisfrutar-titulo ul li:nth-child(6)::before {
  content: "\e59d";
}
.main__espaciosparadisfrutar-titulo ul li:nth-child(7)::before {
  content: "\f26c";
}
.main__espaciosparadisfrutar-titulo ul li:nth-child(8)::before {
  content: "\f522";
}
.main__espaciosparadisfrutar-titulo ul li:nth-child(9):before {
  content: "\f206";
}
.main__espaciosparadisfrutar-titulo ul li:nth-child(10):before {
  content: "\f82f";
}
.main .main__eventoshome {
  height: 90vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}
.main .main__eventoshome .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(40, 49, 24, 0.7);
}
.main .main__eventoshome .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
}
.main .main__eventoshome-titulo {
  text-align: center;
  transform: translateY(-60px);
}
.main .main__eventoshome-titulo h1 {
  font-size: 2.5rem;
  color: #fff;
  padding-bottom: 0.5rem;
  font-weight: bolder;
  text-shadow: 2px 7px 12px rgba(0, 0, 0, 0.4);
}
.main .main__eventoshome-titulo h2 {
  color: #fff;
  font-size: 1.35rem;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  font-weight: 400;
}
.main .main__eventoshome-gallery {
  max-width: 1150px;
  margin: 0 auto;
  position: absolute;
  bottom: -50px;
  margin: 0 auto;
  z-index: 4;
  left: 0;
  right: 0;
}
.main .main__eventoshome-gallery .swiper-slide {
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.4);
}
.main .main__eventoshome-gallery img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main__habitacionespackage {
  padding: 12rem 0 7rem 0;
  position: relative;
  overflow: hidden;
}
.main__habitacionespackage-titulo, .main__habitacionespackage-texto {
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
.main__habitacionespackage-titulo {
  text-transform: uppercase;
  line-height: 1;
}
.main__habitacionespackage-titulo span {
  font-size: 1rem;
}
.main__habitacionespackage-titulo span strong {
  font-weight: bold;
  font-size: 1.4rem;
  color: #317E50;
}
.main__habitacionespackage-titulo h1 {
  color: #317E50;
  font-weight: bolder;
  text-transform: uppercase;
}
.main__habitacionespackage-texto {
  padding: 1rem 0;
  padding: 2rem;
}
.main__habitacionespackage-texto p {
  font-size: 1.35rem;
}
.main__habitacionespackage-texto p strong {
  color: #EC3137;
}
.main__habitacionespackage .siluet {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  z-index: 1;
  opacity: 0.05;
}
.main__habitacionespackage .siluet img {
  height: 1024px;
}
.main__habitacionespackage .container {
  max-width: 1024px;
  margin: 0 auto;
  z-index: 4;
  position: relative;
}
.main__habitacionespackage .container .row .col-lg:nth-child(2) .main__habitacionespackage-box {
  background-color: #535C51;
}
.main__habitacionespackage .container .row .col-lg:nth-child(2) .main__habitacionespackage-box-titulo h3 {
  color: #fff;
}
.main__habitacionespackage .container .row .col-lg:nth-child(2) .main__habitacionespackage-box-titulo span {
  color: #fff;
}
.main__habitacionespackage .container .row .col-lg:nth-child(2) .main__habitacionespackage-box-lista ul li {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main__habitacionespackage .container .row .col-lg:nth-child(2) .main__habitacionespackage-box-lista ul li:before {
  color: #fff;
}
.main__habitacionespackage .container .row .col-lg:nth-child(2) .main__habitacionespackage-box-boton {
  color: #fff;
}
.main__habitacionespackage .container .row .col-lg:nth-child(2) .main__habitacionespackage-box-boton i {
  color: #fff;
}
.main__habitacionespackage .container .row .col-lg:nth-child(2) .main__habitacionespackage-box-leermas button {
  color: #fff;
}
.main__habitacionespackage-box {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 3em 2rem;
  background-color: #fff;
}
.main__habitacionespackage-box-titulo h3 {
  font-size: 1.4rem;
  color: #317E50;
}
.main__habitacionespackage-box-titulo span {
  color: #707070;
  font-style: italic;
  font-size: 0.7rem;
}
.main__habitacionespackage-box-boton {
  padding: 1.3rem 0;
}
.main__habitacionespackage-box-boton button {
  background-color: #317E50 !important;
}
.main__habitacionespackage-box-boton button:hover {
  background-color: #f58734 !important;
}
.main__habitacionespackage-box-lista {
  padding-bottom: 1rem;
}
.main__habitacionespackage-box-lista ul li {
  width: 80%;
  font-size: 0.8rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  color: #707070;
  list-style: none;
}
.main__habitacionespackage-box-lista ul li:last-of-type {
  border-bottom: 0;
}
.main__habitacionespackage-box-lista ul li:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  font-size: 0.9rem;
  padding-right: 0.3rem;
  color: #317E50;
}
.main__habitacionespackage-box-leermas button {
  background-color: transparent;
  border: 0;
  color: #317E50;
}
.main__habitacionespackage-box-leermas button:hover {
  color: #f58734;
}
.main__habitacionespackage-box-leermas button:hover i {
  color: #f58734;
}
.main__habitacionespackage-box-leermas button i {
  padding-left: 0.3rem;
  font-size: 0.8rem;
}
.main__testimonioshome {
  padding: 7rem 0;
  background-color: #e9ede9;
}
.main__testimonioshome-titulo {
  padding-bottom: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.main__testimonioshome-titulo h1 {
  color: #317E50;
  font-size: 2rem;
  font-weight: bold;
}
.main .box {
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  width: 100%;
  min-height: 520px;
  height: 100%;
  padding: 2rem 0;
  margin: 0 auto;
  box-shadow: -4px 10px 34px 0px rgba(85, 85, 85, 0.15);
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 0.55em;
}
.main .box .wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.main .box .wrapper img {
  border-radius: 50%;
  margin: 20px auto;
  box-shadow: 0px 10px 34px 0px rgba(85, 85, 85, 0.25);
  transition: all 450ms ease;
  width: 100%;
  height: 100px;
}
.main .box .wrapper img:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 34px 0px rgba(85, 85, 85, 0.55);
}
.main .box h3 {
  color: #aaaaaa;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 20px;
}
.main .box h4 {
  color: #4ABFB1;
  margin: 0;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 1rem;
}
.main .box p {
  color: #aaaaaa;
  letter-spacing: 0.5px;
  padding-top: 0.8rem;
  width: 80%;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: 0.8rem;
}
.main__headerpage {
  padding: 9rem 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.main__headerpage.nosotros .overlay {
  background-color: rgba(6, 45, 22, 0.7);
}
.main__headerpage .container {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  z-index: 4;
}
.main__headerpage-titulo h1 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
.main__headerpage-texto {
  padding-top: 2rem;
  max-width: 1024px;
  margin: 0 auto;
}
.main__headerpage-texto p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.35rem;
  letter-spacing: 0.13rem;
  line-height: 1.5;
}
.main__headerpage-texto p strong {
  color: #f6e14c;
}
.main__headerpage .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.main__instalacioneslist {
  padding: 5rem 0;
}
.main__instalacioneslist-box {
  margin-bottom: 1.5rem;
  background-color: #317E50;
  border-radius: 2rem;
  box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.4);
}
.main__instalacioneslist-box-feature {
  height: 100%;
}
.main__instalacioneslist-box-feature .swiper-container {
  height: 100%;
}
.main__instalacioneslist-box-feature img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main__instalacioneslist-box-info {
  padding: 4rem 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.main__instalacioneslist-box-info-titulo h3, .main__instalacioneslist-box-info-titulo p, .main__instalacioneslist-box-info-texto h3, .main__instalacioneslist-box-info-texto p {
  color: #fff;
}
.main__instalacioneslist-box-info-titulo h3, .main__instalacioneslist-box-info-texto h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-style: italic;
  padding-bottom: 0.6rem;
}
.main__instalacioneslist-box-info-titulo p, .main__instalacioneslist-box-info-texto p {
  font-size: 1.1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.main__instalacioneslist .container {
  max-width: 1110px;
  margin: 0 auto;
}
.main__contacto {
  height: calc(120vh + 200px);
  position: relative;
  background-color: rgba(49, 126, 80, 0.8);
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.main__contacto.contacto .main__contacto-info-form {
  padding: 0rem;
}
.main__contacto-info {
  height: 100%;
}
.main__contacto-info-form {
  background-color: rgba(236, 49, 55, 0.4);
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 3rem;
}
.main__contacto-info-form input[type=date]:before {
  content: attr(placeholder) !important;
  margin-right: 0.5em;
  display: block;
  font-size: 0.8rem;
  color: rgba(51, 51, 51, 0.7);
  cursor: pointer;
}
.main__contacto-info-form form input,
.main__contacto-info-form form textarea {
  width: 100%;
  border: 0;
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
}
.main__contacto-info-form form input:focus, .main__contacto-info-form form input:focus-visible, .main__contacto-info-form form input:focus-within,
.main__contacto-info-form form textarea:focus,
.main__contacto-info-form form textarea:focus-visible,
.main__contacto-info-form form textarea:focus-within {
  outline: none;
}
.main__contacto-info-form form input.wpcf7-submit,
.main__contacto-info-form form textarea.wpcf7-submit {
  background-color: #EC3137;
  padding: 0.2rem 0.5rem;
  color: #fff;
  font-size: 0.9rem;
  border: 0;
  width: 50%;
  transition: 0.5s;
}
.main__contacto-info-form form input.wpcf7-submit:hover,
.main__contacto-info-form form textarea.wpcf7-submit:hover {
  background-color: #317E50;
}
.main__contacto-info-form form .wpcf7-spinner {
  display: none;
}
.main__contacto-info-contact {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
}
.main__contacto-info-contact-titulo {
  padding-bottom: 2rem;
  line-height: 1;
  padding: 3.5rem;
}
.main__contacto-info-contact-titulo span {
  font-size: 0.9rem;
  color: rgba(51, 51, 51, 0.7);
}
.main__contacto-info-contact-titulo h2 {
  color: #317E50;
  font-weight: bolder;
}
.main__contacto-info-contact-titulo p {
  line-height: 1.5;
}
.main__contacto-info-contact-titulo p strong {
  color: #317E50;
}
.main__contacto-info-contact-feature {
  height: 100%;
}
.main__contacto-info-contact-feature img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main__contacto-info-contact ul {
  padding: 0 3.5rem;
}
.main__contacto-info-contact ul li {
  list-style: none;
  padding: 0.8rem 0;
  color: #317E50;
}
.main__contacto-info-contact ul li a {
  color: #317E50;
  display: flex;
  align-items: center;
}
.main__contacto-info-contact ul li a:hover {
  text-decoration: underline;
}
.main__contacto-info-contact ul li a i {
  padding-right: 0.4rem;
}
.main__contacto .container {
  z-index: 5;
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  height: 60%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 14px 40px 80px rgba(0, 0, 0, 0.3);
}
.main__contacto .container-fluid {
  height: 100%;
}
.main__contacto .container .row {
  height: 100%;
}
.main__contacto .overlay {
  background-color: rgba(49, 126, 80, 0.4);
  z-index: 1;
}
.main__sobrenosotros .col-sm-12:nth-child(1) {
  background-color: #317e50;
}
.main__sobrenosotros .col-sm-12:nth-child(2) {
  background-color: #2c7148;
}
.main__sobrenosotros .col-sm-12:nth-child(3) {
  background-color: #276540;
}
.main__sobrenosotros .col-sm-12:nth-child(4) {
  background-color: #225838;
}
.main__sobrenosotros .col-sm-12:nth-child(5) {
  background-color: #1d4c30;
}
.main__sobrenosotros-box {
  padding: 3rem;
}
.main__sobrenosotros-box-titulo h2 {
  color: #fff;
}
.main__sobrenosotros-box-texto {
  color: #fff;
}
.main__alojamientospage {
  background-color: #317E50;
  padding: 4rem 0;
  text-align: center;
}
.main__alojamientospage_titulo {
  line-height: 1.1;
}
.main__alojamientospage_titulo h1, .main__alojamientospage_titulo span, .main__alojamientospage_titulo p {
  color: #fff;
}
.main__alojamientospage_titulo p {
  line-height: 1.5;
  width: 80%;
  margin: 0 auto;
  font-size: 1.1rem;
  letter-spacing: 0.18rem;
}
.main__alojamientospage_titulo span strong {
  font-weight: bolder;
  font-size: 1.5rem;
  color: #f58734;
}
.main__alojamientospage_titulo h1 {
  font-size: 3.3rem;
  font-weight: 900;
}
.main .feed {
  padding: 5rem 0;
  max-width: 1024px;
  margin: 0 auto;
}
.main .feed #sb_instagram .sb_instagram_header a, .main .feed .sb_instagram_header a {
  color: #317E50 !important;
}
.main .feed #sb_instagram .sb_instagram_header .sbi_header_text, .main .feed .sb_instagram_header .sbi_header_text {
  justify-content: center;
  flex-direction: column;
}
.main__galerialist {
  padding: 5rem 0;
}
.main__galerialist-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.main__galerialist-grid a {
  height: 250px;
  overflow: hidden;
}
.main__galerialist-grid a:hover img {
  transform: scale(1.2);
}
.main__galerialist-grid img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: 0.5s;
}

/* -------------------------------------------------------------------------- */
/*                                   FOOTER                                   */
/* -------------------------------------------------------------------------- */
.footer {
  height: 350px;
  background-color: #317E50;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer__logo img {
  height: 150px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__info a {
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.footer__info a:hover {
  color: #f58734;
  text-decoration: underline;
}
.footer__info a:hover i {
  color: #f58734;
}
.footer__info a i {
  color: #fff;
  font-size: 0.89rem;
  padding-right: 0.2rem;
}
.footer_mapa iframe {
  box-shadow: 4px 20px 20px rgba(0, 0, 0, 0.2);
}

/* -------------------------------------------------------------------------- */
/*                                 RESPONSIVE                                 */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 240px) and (max-width: 1024px) {
  body {
    /* -------------------------------------------------------------------------- */
    /*                                   HEADER                                   */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                   FOOTER                                   */
    /* -------------------------------------------------------------------------- */
  }
  body p {
    text-align: center;
  }
  body header .menu_logo {
    position: relative;
    z-index: 10000;
  }
  body header .menu_logo .menu #buttonresponsive {
    display: block !important;
    background-color: transparent !important;
    border: 0;
    position: relative;
    left: -20px;
    cursor: pointer;
  }
  body header .menu_logo .menu #buttonresponsive:hover svg path fill {
    color: #f58734 !important;
  }
  body header .menu_logo .menu nav {
    position: absolute;
    left: 0;
    top: 75px;
    background-color: #317E50;
    width: 100%;
    display: none;
    z-index: 10000;
  }
  body header .menu_logo .menu nav.activo {
    display: flex;
  }
  body header .menu_logo .menu nav ul {
    display: block !important;
    padding: 0 0 1rem 1rem;
    width: 100%;
  }
  body header .menu_logo .menu nav ul li {
    padding: 0.35rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  body header .menu_logo .menu nav ul li:last-of-type {
    border-bottom: 0;
  }
  body header .menu_logo .menu .menu__whatsapp {
    right: -20px;
    position: relative;
  }
  body .main {
    /* -------------------------------------------------------------------------- */
    /*                              BANNER PRINCIPAL                              */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                 BIENVENIDO                                 */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                           ESPACIO PARA DISFRUTAR                           */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                EVENTOS HOME                                */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                              ALOJAMIENTO PAGE                              */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                GALERIA LIST                                */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                  CONTACTO                                  */
    /* -------------------------------------------------------------------------- */
  }
  body .main .banner_principal {
    height: auto;
  }
  body .main .banner_principal .titulo {
    position: relative !important;
    padding: 7rem 1rem 5rem 1rem;
    background-color: #317E50;
    background-image: url("../img/bienvenido.jpg");
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
  }
  body .main .banner_principal .titulo h1 {
    font-size: 2rem !important;
  }
  body .main .banner_principal video {
    height: auto;
  }
  body .main__bienvenido-titulo h1 {
    text-align: center !important;
  }
  body .main__bienvenido-titulo p {
    text-align: center;
  }
  body .main__espacioparadisfrutar, body .main__espaciosparadisfrutar {
    padding: 2.5rem 0;
  }
  body .main__espacioparadisfrutar-titulo, body .main__espaciosparadisfrutar-titulo {
    padding: 3rem 0;
  }
  body .main__eventoshome-titulo h2 {
    text-align: center !important;
  }
  body .main__alojamientospage_titulo h1 {
    font-size: 2rem;
  }
  body .main__galerialist-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  body .main__contacto-info-contact-titulo {
    padding: 3.5rem 3.5rem 1rem 3.5rem;
  }
  body .main__contacto-info-contact-titulo p {
    text-align: left;
  }
  body .main__contacto-info-form iframe {
    height: 400px;
  }
  body .footer {
    height: auto;
    padding: 5rem 0;
  }
  body .footer_mapa {
    margin-top: 3rem;
  }
}/*# sourceMappingURL=estilos.css.map */