/*BASE*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "roboto";
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

.whatsappButton a img {
  width: 70px;
  position: fixed;
  bottom: 5px;
  right: 5px;
}
.whatsappButton a img:hover {
  width: 90px;
}

.btn {
  background-color: #355d66;
  color: #fff;
}

.btn:hover {
  color: white;
  background-color: #0c3e4d;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
header .navbar {
  width: 100%;
  background-color: none;
  text-transform: uppercase;
  font-weight: bold;
  height: 70px;
  box-shadow: 0px 13px 12px -10px rgba(0, 0, 0, 0.08);
}
header .navbar #navbarNavAltMarkup {
  justify-content: flex-end;
  background-color: #fff;
  width: 100%;
}
header .navbar #navbarNavAltMarkup .navbar-nav .nav-link {
  color: #355d66;
}
header .navbar #navbarNavAltMarkup .navbar-nav .nav-link.active {
  color: #0c3e4d;
}
header .navbar #navbarNavAltMarkup .navbar-nav .nav-link:hover {
  color: #b46c51;
}
header .navbar-brand .logo {
  width: 200px;
  max-height: 100px;
}
@media (max-width: 600px) {
  header .navbar-brand .logo {
    display: none;
  }
}
header .navbar-brand .logo1 {
  height: 50px;
}

h1 {
  font-size: 5em;
  color: white;
  font-weight: bold;
  font-family: "Playfair Display";
}

h2, h3, h4 {
  color: #355d66;
  font-family: "Playfair Display", serif;
}

footer {
  margin-top: 20px;
  display: flex;
  line-height: 2em;
  text-decoration: none;
  background-color: #beb3a1;
  font-family: "Playfair Display", serif;
  font-size: 1em;
  color: #ffffff;
  width: 100%;
}
footer a {
  text-decoration: none;
  color: #ffffff;
}
footer a:hover {
  color: #fff;
}
footer .footer-container {
  padding-top: 20px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
footer .footer-container .suscribe {
  flex-direction: column;
  width: 100%;
  font-size: 1em;
  padding-bottom: 10px;
}
footer .footer-container .suscribe .titulos-footer {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2em;
}
footer .footer-container .suscribe form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  footer .footer-container .suscribe form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer .footer-container .suscribe button {
  background-color: #beb3a1;
  border: solid 2px #fff;
  border-radius: 5px;
  color: #fff;
  font-family: "Playfair Display", serif;
  padding-left: 3px;
  padding-right: 3px;
}
footer .footer-container .footer-consultas {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
footer .footer-container .footer-consultas .titulos-footer {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2em;
  text-align: center;
}
footer .footer-container .footer-consultas .datos {
  margin-bottom: 1px;
  font-size: 1.1em;
  letter-spacing: 1px;
}
footer .footer-container .footer-consultas .social-media {
  font-size: 2em;
}
footer .footer-container .footer-consultas .logo-footer {
  width: 150px;
  margin-top: 50px;
  margin-bottom: 50px;
}

footer .footer-container .suscribe, footer .footer-container .footer-consultas {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

/*INDEX - PAGINA DE INICIO*/
#bienvenida {
  display: flex;
  flex-direction: row;
  height: calc(100vh - 70px);
  justify-content: flex-start;
  align-items: center;
  background-image: url(https://i.ibb.co/0FkQCrr/P1012671-min-1.jpg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: right;
}
@media (max-width: 600px) {
  #bienvenida {
    background-image: url(https://i.ibb.co/TTyjCJj/OLYMPUS-DIGITAL-CAMERA.jpg);
    background-repeat: no-repeat;
    background-size: 100vh 100vh;
    background-position: center;
    align-items: flex-end;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  #bienvenida {
    height: 50vh;
  }
}
@media (min-width: 960px) and (max-width: 1264px) {
  #bienvenida {
    height: 50vh;
  }
}
#bienvenida .box-portada {
  background-color: #eee;
  width: 43%;
  height: 50%;
  box-shadow: 0px 13px 12px -10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  opacity: 95%;
}
@media (max-width: 600px) {
  #bienvenida .box-portada {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  #bienvenida .box-portada {
    width: 50%;
  }
}
#bienvenida .box-portada .home-tittle {
  font-size: 2.2em;
  color: #0c3e4d;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 960px) {
  #bienvenida .box-portada .home-tittle {
    font-size: 2em;
  }
}
#bienvenida .box-portada p {
  color: #343a40;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
}

.welcome-container {
  width: 100%;
  display: flex;
  /* background-color: #eee; */
}
@media (max-width: 960px) {
  .welcome-container {
    display: none;
  }
}
@media (min-width: 960px) and (max-width: 1264px) {
  .welcome-container {
    background-color: #eee;
  }
}
.welcome-container div img {
  width: 600px;
  height: 100%;
  object-fit: cover;
  position: relative;
  margin-left: 40px;
  box-shadow: 25px 25px 0px 0px #beb3a1;
}
@media (min-width: 960px) and (max-width: 1264px) {
  .welcome-container div img {
    display: none;
  }
}
.welcome-container .textoBienvenida {
  padding: 150px;
}
.welcome-container .textoBienvenida h3 {
  font-size: 2em;
  font-family: "Playfair Display", serif;
  color: #355d66;
}
.welcome-container .textoBienvenida p {
  font-size: 1.09em;
  font-family: "Roboto", sans-serif;
  color: #343a40;
  font-weight: 300;
}

.nuestrascabanas {
  margin-top: 7%;
}
@media (max-width: 600px) {
  .nuestrascabanas {
    margin-top: 3%;
  }
}

.card-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3em;
  font-family: "Roboto";
  color: #b46c51;
  letter-spacing: 2px;
  margin-top: 15px;
}

.text-color {
  color: #444242;
  font-family: "Roboto";
}

.card {
  height: 750px;
}
@media (max-width: 600px) {
  .card {
    height: 670px;
    margin-bottom: 10px;
  }
}

.servicios {
  background-color: #eee;
  width: 100%;
  color: #355d66;
}

.subtitulos-servicios {
  text-transform: uppercase;
  font-weight: bold;
}

.carousel-item h3 {
  font-weight: 400;
  font-family: "Roboto";
  font-style: italic;
  color: #eee;
  font-size: 0.7em;
}

.titulo-testimonios {
  color: #fff;
  font-family: "Playfair Display", serif;
  margin-bottom: 0;
  padding-top: 50px;
}

.reviews, .titulo-testimonios {
  background-color: #355d66;
}

.reviews > .carousel > .carousel-inner > .carousel-item {
  font-size: 1.7em;
  color: #fff;
  padding-bottom: 120px;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 70px;
  font-family: "Playfair Display", serif;
}
@media (max-width: 600px) {
  .reviews > .carousel > .carousel-inner > .carousel-item {
    font-size: 1.2em;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
  }
}

.contact-form > b {
  font-size: 1.5em;
  color: #355d66;
  font-family: "Playfair Display", serif;
}

.ubicacion {
  width: 50%;
}
@media (max-width: 600px) {
  .ubicacion {
    width: 100%;
  }
}

.mapa {
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .mapa {
    height: 100%;
  }
}

.ubicacion-contact {
  display: flex;
}
@media (max-width: 600px) {
  .ubicacion-contact {
    display: flex;
    flex-direction: column-reverse;
  }
}

.contact-form {
  font-family: "Roboto", sans-serif;
  color: #0c3e4d;
  flex-wrap: wrap;
  padding: 20px;
  /*border: 1px red solid;*/
  width: 50%;
  justify-content: center;
}
@media (max-width: 600px) {
  .contact-form {
    width: 100%;
  }
}
.contact-form h3 {
  padding-top: 20px;
}
.contact-form p, .contact-form label {
  color: #343a40;
}

.box-reservas {
  font-family: "Roboto", sans-serif;
  display: flex;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
}
.box-reservas div > a {
  font-size: 1.1em;
  margin-right: 20px;
  padding: 20px;
  box-shadow: 0px 13px 12px -10px rgba(0, 0, 0, 0.1);
}
.box-reservas .reservas-texto {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-shadow: 0px 13px 12px -10px rgba(0, 0, 0, 0.1);
}
.box-reservas .reservas-texto1 {
  font-size: 1.5em;
  color: #343a40;
  font-weight: 350;
  margin-bottom: 0;
}
.box-reservas .reservas-texto2 {
  font-size: 1.5em;
  color: #b46c51;
  font-weight: 800;
  margin-top: 0;
}

/*PAGINA NUESTRAS CABANAS*/
.bg-cabanas {
  display: flex;
  flex-direction: column;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  .bg-cabanas {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bg-cabanas .titulo-cabanas {
  font-family: "Roboto";
  color: #b46c51;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.3em;
}
.bg-cabanas .subtitulo-cabanas {
  font-size: 1em;
  font-family: "Roboto";
  color: #355d66;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.comodidades-container {
  display: flex;
  width: 100%;
  padding-right: 5%;
}
.comodidades-container p {
  font-size: 1.1em;
  color: #343a40;
  font-family: "Roboto", sans-serif;
}

.imagenes-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 600px) {
  .imagenes-container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.imagenes-container img {
  width: 33.3333333333%;
  transition: transform 0.9s;
  padding: 5px;
}
.imagenes-container img:hover {
  transform: scale(1.1);
}
@media (max-width: 600px) {
  .imagenes-container img {
    width: 100%;
  }
  .imagenes-container img:hover {
    transform: scale(1);
  }
}

/*PAGINA EL COMPLEJO*/
.iconos-container {
  margin-top: 50px;
  padding-right: 100px;
  padding-left: 100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .iconos-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  .iconos-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.iconos-container .icon-card {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
@media (max-width: 600px) {
  .iconos-container .icon-card {
    width: 100%;
  }
}
.iconos-container .icon-card h4 {
  text-align: center;
}
@media (min-width: 600px) and (max-width: 960px) {
  .iconos-container .icon-card h4 {
    font-size: 1.2em;
  }
}
.iconos-container .icon-card img {
  margin-bottom: 15px;
  width: 50px;
}
.iconos-container .icon-card p {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  font-family: "Roboto";
  color: #343a40;
}
@media (min-width: 600px) and (max-width: 960px) {
  .iconos-container .icon-card p {
    font-size: 0.8em;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 960px) and (max-width: 1264px) {
  .iconos-container .icon-card p {
    font-size: 0.8EM;
  }
}

.gallery-grid .gallery {
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.5em;
  /*para separar entre foto y foto*/
  row-gap: 0.5em;
  grid-auto-rows: 300px;
}
@media (max-width: 600px) {
  .gallery-grid .gallery {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0.5em;
    /*para separar entre foto y foto*/
    row-gap: 0.5em;
    grid-auto-rows: 300px;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  .gallery-grid .gallery {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.gallery-grid .gallery .foto {
  width: 100%;
  transition: transform 0.9s;
}
@media (max-width: 600px) {
  .gallery-grid .gallery .foto {
    width: 100%;
  }
}
.gallery-grid .gallery .foto:hover {
  transform: scale(1.1);
}
@media (max-width: 600px) {
  .gallery-grid .gallery .foto:hover {
    transform: scale(1);
  }
}
.gallery-grid .gallery .foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*para que no se distorsione*/
}
.gallery-grid .gallery .foto:nth-child(2) {
  grid-column-start: span 2;
}
.gallery-grid .gallery .foto:nth-child(4) {
  grid-column-start: span 2;
}
.gallery-grid .gallery .foto:nth-child(7) {
  grid-column-start: span 2;
}
.gallery-grid .gallery .foto:nth-child(5) {
  grid-column-start: span 2;
}

/*PAGINA CHASCOMUS*/
* {
  margin: 0;
  padding: 0;
}

video {
  width: 100%;
}

.titulo-chasco {
  color: #355d66;
  font-size: 3em;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .titulo-chasco {
    margin-top: 20px;
    font-size: 2em;
  }
}
@media (min-width: 600px) and (max-width: 1264px) {
  .titulo-chasco {
    font-size: 1.7em;
  }
}

@media (max-width: 960px) {
  div video {
    display: none;
  }
}

.chascomus-box {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}
@media (max-width: 600px) {
  .chascomus-box {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.chascomus-box .box3, .chascomus-box .box2, .chascomus-box .box1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100%/3);
}
@media (max-width: 600px) {
  .chascomus-box .box3, .chascomus-box .box2, .chascomus-box .box1 {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.chascomus-box .box3 img, .chascomus-box .box2 img, .chascomus-box .box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 30px;
}
@media (max-width: 600px) {
  .chascomus-box .box3 img, .chascomus-box .box2 img, .chascomus-box .box1 img {
    padding: 0;
  }
}
@media (min-width: 600px) and (max-width: 1264px) {
  .chascomus-box .box3 img, .chascomus-box .box2 img, .chascomus-box .box1 img {
    padding: 5px;
  }
}
.chascomus-box .box3 div, .chascomus-box .box2 div, .chascomus-box .box1 div {
  display: flex;
  flex-direction: column;
  background-color: #355d66;
  width: 70%;
  height: 350px;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 10%;
  padding: 15px;
}
@media (max-width: 600px) {
  .chascomus-box .box3 div, .chascomus-box .box2 div, .chascomus-box .box1 div {
    position: relative;
    bottom: 30px;
    padding: 10px;
    height: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1264px) {
  .chascomus-box .box3 div, .chascomus-box .box2 div, .chascomus-box .box1 div {
    height: 400px;
    width: 78%;
    padding: 5px;
  }
}
.chascomus-box .box3 div h3, .chascomus-box .box2 div h3, .chascomus-box .box1 div h3 {
  color: white;
  font-size: 1.3em;
  font-family: "roboto";
  font-weight: 400;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 1264px) {
  .chascomus-box .box3 div h3, .chascomus-box .box2 div h3, .chascomus-box .box1 div h3 {
    font-size: 1em;
  }
}
.chascomus-box .box3 div p, .chascomus-box .box2 div p, .chascomus-box .box1 div p {
  font-family: "roboto";
  text-align: center;
  color: white;
  font-weight: 350;
  width: 90%;
  font-size: 0.9em;
}
@media (min-width: 600px) and (max-width: 1264px) {
  .chascomus-box .box3 div p, .chascomus-box .box2 div p, .chascomus-box .box1 div p {
    font-size: 0.7em;
  }
}
.chascomus-box .box3 div p a, .chascomus-box .box2 div p a, .chascomus-box .box1 div p a {
  color: white;
}

.container2-chascomus .card {
  height: 100%;
}

.videos-chasco {
  width: 100%;
  height: 300px;
}

.chascomusapp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: justify;
  padding: 5%;
}
@media (max-width: 600px) {
  .chascomusapp {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .chascomusapp p {
    display: none;
  }
}
.chascomusapp img {
  width: 200px;
}
@media (max-width: 600px) {
  .chascomusapp img {
    width: 120px;
  }
}
.chascomusapp h5 {
  text-transform: uppercase;
  color: #b46c51;
  font-weight: 700;
}
@media (max-width: 600px) {
  .chascomusapp h5 {
    font-size: 1.3em;
    text-align: start;
  }
}
.chascomusapp a {
  text-decoration: none;
}
.chascomusapp .link-descarga {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .chascomusapp .link-descarga {
    justify-content: center;
  }
}
.chascomusapp .link-descarga a {
  margin: 7px;
}

/*PAGINA RESERVAS */
.foto-reservas {
  background-image: url(https://i.ibb.co/LZYf34k/P1012589-min.jpg);
  background-attachment: fixed;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foto-reservas h1 {
  color: white;
  text-shadow: grey 2px 2px 2px;
}
@media (max-width: 600px) {
  .foto-reservas h1 {
    font-size: 2.5em;
  }
}

.contacto-main {
  display: flex;
  flex-direction: row;
}
.contacto-main .form-label {
  color: #343a40;
  font-family: "roboto";
}

.formulario-contacto {
  width: 50%;
  padding: 40px;
}
@media (max-width: 600px) {
  .formulario-contacto {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  .formulario-contacto {
    width: 75%;
  }
}
@media (min-width: 960px) and (max-width: 1264px) {
  .formulario-contacto {
    width: 75%;
  }
}

/*# sourceMappingURL=style.css.map */
