/* FONTS  */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,700;1,200;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belleza&display=swap');

/* GENERALES */
body {
  background-color: #e2e5e8;
  font-family: 'Montserrat', sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
.text-carousel {
  display: inline-block;
  margin: 0px 0px;
  cursor: pointer;
  opacity: 0.85;
  color: white;
  text-shadow: 0px 0px 5px #333;
  font-family: 'Belleza', sans-serif;
}
.text-format{
  font-family: 'Belleza', sans-serif;
  font-weight:10px;
}
.row {
  margin: 0%;
}
.col-12 {
  padding: 0;
}
.pointer {
  cursor: pointer;
}
.textarea {
  resize: none;
}
.hide {
  transition: all 0.5s;
  display: none;
}
.show {
  transition: all 0.5s;
  display: block;
}





/* BOTON FLOTANTE */
.btn-whatsapp {
  display: block;
  width: 70px;
  height: 70px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  z-index: 999;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
}





/* NAVBAR */
.navbar {
  padding: 0;
}
.dropdown-menu {
  background-color: #e2e5e8;
}
.navbar-brand {
  width: 120px;
  height: 100%;
}
.navbar-brand img {
  padding: 5px;
  padding-left: 10px;
}
.navbar-text a {
  font-size: 1.5em;
}
.collapse ul li {
  margin: 0 10px;
}
#menuSocial1 {
  display: none;
}
#phone{
  padding-left: 15px;
}
#face{
  padding-left: 7px;
}
#insta{
  padding-left: 7px;
  padding-right: 5px;
}





/* SLIDER */
.carousel-item {
    overflow: hidden;
    width: 100% important!;
    height: 90vh;
}

#carouselExampleCaptions {
     width          : 100%;
}

.carousel-item img {
    width          : 100%;
    height         : 100%;
    object-fit     : cover;
    object-position: center botom;  /* Esto baja visualmente la imagen */
}

#bah{
  opacity: 0.5;
  height: 9.8em;
}
#cardi{
  width: 250px;
  height: 350px;
}
#bah-1{
  opacity: 0.5;
  height: 6em;
}
#vista-sli-1{
  display: block;
}
#fan{
  opacity: 0.5;
  height: 15em;
}
#fan2{
  opacity: 0.5;
  height: 15em;
}
#fan3{
  opacity: 0.5;
  height: 7.5em;
}





/* UBICACIÓN */
#ubicacion{
  /* margin-top: 10px; */
  overflow: hidden;
  height: 700px;
  padding: 0 2%;
}
#googlemap{
  height: 620px;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
#googglemap {
  border-radius: 5px;
}




/* RECORRIDO VIRTUAL */
#recorridoVirtual{
  overflow: hidden;
  height: 700px;
  padding: 0 2%;
}
#guia{
  height: 620px;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
#guia iframe {
  border-radius: 5px;
}



/*GALERÍA*/
#habitaciones{
  padding: 0 2%;
  text-align: justify;
}

#habitaciones .carousel-inner {
  border: 0;
}

/*TRIPADVISOR*/
#tripadvisor{
  padding: 0 2%;
}
#tripadvisor.carousel-inner {
  border: 0;
}
#tripadvisorder{
  background-image: url("../img/fondo.jpg");
  padding-top: 100px;
  font-weight: 350;
  letter-spacing: 0.7px;
  text-align: center;
  height: 350px;
  color: #181818;
}

/*CONTACTO*/
#contacto {
  overflow: hidden;
}

#email a {
  text-decoration: none;
  color: rgb(248, 248, 248);
}

/* MEDIA Para navbar */
@media (max-width: 1024px) {
  .collapse ul li {
    margin: 0;
  }
}
@media (max-width: 825px) {
  #menuSocial1 {
    display: block;
  }
  #menuSocial2 {
    display: none;
  }


/* MEDIA Para slider */

}







/* NO RECONOZCO EL ID 
#tarifas{
  overflow: hidden;
  height: 700px;
  padding: 0 2%;
}
#mapa,
#costos{
  height: 620px;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
#mapa iframe{
  border-radius: 5px;
}
.card,
.card .collapse {
  background-color: #e2e5e8;
  border: 1px solid #9e1b32;
}
.card .card-header {
  background-color: #9e1b32;
  border-bottom: 2px solid #e2e5e8;
}
.card .card-body .col {
  padding: 0;
}
.card button {
  color: #e2e5e8;
  text-decoration: none;
  font-weight: bold;
}
.card button:hover {
  color: #e2e5e8;
  text-decoration: none;
  font-weight: bold;
}
.card button:focus {
  box-shadow: none;
  border-bottom: none;
}
*/