@font-face {
  font-family: 'ColabThi';
  src: url('../fonts/ColabThi.otf');
  
}
@font-face {
  font-family: 'ColabMed';
  src: url('../fonts/ColabMed.otf');
}

@font-face {
  font-family: 'RoundSuperUltraLight';
  src: url('../fonts/232MKSDRoundSuperUltraLight.ttf');
}

a{
  text-decoration: none;
}

body{
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color:white;
  position: relative;
  transition: background-image 1s ease-in-out;
  background-color: black;
  background-size: cover;
}

.contenedor-index{
  height: 100vh;
  overflow-y: auto;
  display: flex;
  align-items: center;
}

.container-contedor-index {
  max-height: 90%;
}

.contenedor-index h1{
  font-family: "RoundSuperUltraLight";
}

.contenedor-logo-empresa img{
  width: 30%;
}

.contenedor-menu-items{
  width: 60%;
  margin: auto;
  text-align: center;
  margin-top: 30px;
}
.contenedor-menu-items .item{
  width: 55%;
  background: rgb(216 216 216 / 60%);
  backdrop-filter: blur(4px);
  margin: auto;
  border-radius: 20px;
  padding: 6px 0px 6px 0px;
  margin-bottom: 10px;
  color: black;
  font-weight: bold;
  font-family: "ColabMed";
}

.contenedor-redes-sociales{
  width: 20%;
  margin: auto;
}

.redes-sociales{
  width: 35px;
  height: 35px;
  background: black;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}

.contenedor-redes-sociales p{
  margin-bottom: 0px;
}

footer{
  background: rgba(0 , 0 , 0 , 0.8);
  backdrop-filter: blur(4px);
  color: white;
  font-family: "ColabThi";
  width: 100%;
  padding: 0px;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.pointer:hover{
  cursor: pointer;
}

#comoLlegarModal .modal-dialog{
  max-width: 60% !important;
}

#comoLlegarModal .modal-content{
  background: rgba(0,0,0,0.9);
  backdrop-filter: blur(4px);
}

#comoLlegarModal .modal-title{
  color:white;
}

#comoLlegarModal iframe{
  width: 100%;
  border-radius: 20px;
}

.contenedor-galeria{
  display:none;
  padding-top: 0px;
  padding-bottom: 10px;
}

.contenedor-caratula-galeria{
  width: 100%;
  height: 299px;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  position: relative;
}

.contenedor-caratula-galeria-modal{
  background-size: contain !important;
  height: 500px;
}

.contenedor-texto-caratula-galeria{
  font-size: 10px;
  position: absolute;
  margin: auto;
  width: 90%;
  bottom: 0px;
  background: rgba(0 , 0 , 0 , 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 5px;
}

.contenedor-texto-caratula-galeria h4{
  font-size: 15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.contenedor-caratula-galeria:hover{
  cursor:pointer;
}

.my-grow-effect {
  transition: transform 0.3s ease;
}

.my-grow-effect:hover {
  transform: scale(1.1);
}

.contenedor-fotografias-thum{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.modal-backdrop.show{
  display: none;
}

.fotografias-galeria .modal-dialog{
  max-width: 60% !important;
}

.fotografias-galeria .modal-content{
  background: rgba(0,0,0,0.9);
  backdrop-filter: blur(4px);
}

.fotografias-galeria .modal-title{
  color:white;
}

.contenedor-carousel {
  position: relative;
}

/* Estilos para el owl-nav */
.contenedor-carousel .owl-nav {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  font-size: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.contenedor-carousel .owl-next {
  float: right;
}

.contenedor-planes{
  display:none;
  padding-top: 0px;
  padding-bottom: 10px;
}

.contenedor-imagen-blog{
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.contenedor-contenido-blog-noticia{
  padding: 10px;
  background: rgba(255 , 255 , 255 , 0.90);
  backdrop-filter: blur(4px);
  color: black;
  z-index: 1;
  position: relative;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

.contenedor-titulo-fecha-blog p:first-child{
  font-family: "ColabMed";
  margin-bottom: 0px !important;
  font-weight: bold;
  color: black;
  font-size: 20px;
}

.contenedor-titulo-fecha-blog p:nth-child(2) {
  font-family: "ColabThi";
  margin-bottom: 0px !important;
  font-size: 13px;
  color: gray;
}

.blog-noticias .modal-dialog{
  max-width: 60% !important;
}

.blog-noticias .modal-content{
  backdrop-filter: blur(4px);
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(4px);
  color:black;
}

.blog-noticias .modal-title{
  color:black;
}

.contenedor-albumes-galeria{
  width: 80%;
  margin: auto;
}

.contendor-paginacion{
  width: 0%;
  margin: auto;
  margin-top: 40px;
  padding-left: 20px;
}

.page-item.disabled .page-link{
  color: white;
  background-color: black;
  border-color: white;
}

.page-item.disabled{
  cursor:not-allowed;
}

.page-item .page-link{
  color: white;
  background-color: black;
  border-color: white;
}

.page-item.active .page-link {
  z-index: 3;
  color: black;
  background-color: white;
  border-color: black;
}

.contenedor-reserva{
  display:none;
  padding-top: 0px;
  padding-bottom: 10px;
}

.contenedor-formulario{
  width: 70%;
  margin: auto;
  background: rgba(0 , 0 , 0 , 0.60);
  backdrop-filter: blur(4px);
  padding: 20px;
  border-radius: 15px;
}

.hr-web{
  color: white;
  margin-top: 20px;
  margin-bottom: 0px;
}

#politica-de-privacidad .modal-dialog{
  max-width: 60% !important;
}

#politica-de-privacidad .modal-content{
  background: rgba(0,0,0,0.9);
  backdrop-filter: blur(4px);
}

#politica-de-privacidad .modal-title{
  color:white;
}

#politica-de-privacidad iframe{
  width: 100%;
  border-radius: 20px;
}

.creadoPor{
  font-size: 13px;
}

.creadoPor a{
  color:white;
}

@media (min-width:0px) and (max-width:700px){
  body{
    background-size: cover;
  }

  .contenedor-logo-empresa img {
    width: 60%;
  }
  
  .contenedor-menu-items {
    width: 90%;
  }

  .contenedor-redes-sociales {
    width: 60%;
    margin: auto;
  }

  .modal-dialog {
    max-width: 60% !important;
    margin: auto;
    top: 10%;
  }

  .fotografias-galeria .modal-dialog {
    max-width: 90% !important;
  }

  .blog-noticias .modal-dialog {
    max-width: 95% !important;
  }

  .contenedor-formulario{
    width: 90%;
  }

  .no-js .owl-carousel, .owl-carousel.owl-loaded{
    min-height: 450px !important;
  }
}