@font-face {
  font-family: "Dumbo";
  src: url("../fonts/DumboLikev1.otf");
}

h1,h2,h3,h4,h6,h6{
    font-family: "Dumbo";
}
nav a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
nav a:hover {
    color: #ffffff;
}
nav li { margin-right: 25px }

ul {
  list-style: none;
  padding: 0;
}
.list-custom li {
  padding-left: 1.3em;
}
.list-custom li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  display: inline-block;
  margin-left: -1.3em; 
  width: 1.3em; 
  color: #17a2b8;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

.shadow-t { text-shadow: 4px 0px 2px #000000; }

.lds-dual-ring {
  display: block;
  width: 100%;
  height: 64px;
  margin-top: -150px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.bg-entradas {
  padding: 150px 0;
  background-image: url(../images/bg-entradas-min.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.35);
}
.bg-vip {
  padding: 150px 0;
  background-image: url(../images/bg-vip12.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.35);
}
.bg-contacto {
  padding: 150px 0;
  background-image: url(../images/bg-contacto-min.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.35);
}
.bg-normas {
  padding: 150px 0;
  background-image: url(../images/bg-normas-min.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.35);
}
.bg-fotos {
  padding: 100px 0;
  background-image: url(../images/bg-fotos-min.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.35);
}
.bg-evento {
  padding: 100px 0;
  background-image: url(../images/bg-evento-min.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.35);
}

.bg-beach-home {
  background-image: url(../images/palmeras-beach-home.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.bg-vip-home {
    background-image: url(../images/palmera-vip1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.p-100 { padding: 100px 0 }
.m-100 { margin: 100px 0 }
.p-150 { padding: 150px 0 }
.m-150 { margin: 150px 0 }
.pt-100 { padding-top: 100px }
.pt-150 { padding-top: 150px }

.border-title {
  width: 100%;
  border-bottom: 3px solid #17A2B8;
}

.overlay-foto-evento {
    position: absolute;
    color: #000;
    font-size: 1.3rem !important;
    top: 37%;
    left: 23%;
}

.overlay-foto-text {
    background-color: rgba(255,255,255,.6);
    padding: 25px;
}
.overlay-foto-text:hover {
    background-color: #fff;
}

.buy-btn {
  padding: 15px;
  background-color: black;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: 0.35s all ease-in-out;
}

.buy-btn > a {
  color: white;
  text-decoration: none;
}

.buy-btn:hover {
  background-color: #21A6BB;
}
.buy-btn:hover > a{
  text-decoration: none;
  color: #fff;  
}
.buy-btn-vip:hover {
  text-decoration: none;
  background-color: #f3d962;
  color: #fff;  
}

.hover-map-vip:hover {
  filter: grayscale(.7);
}

#overlay {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

#logo-brand { transition: all .4s; }

.sticky-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1020;
}

.bg-semitransparent{
    background-color: rgba(0,0,0,.5);
}
.bg-semitransparent-mob{
    background-color: rgba(0,0,0,.0);
}

.cool-link {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}
.link-rs{ font-size: 20px }
.link-rs:hover { text-decoration: none; }

.title-mini {
    font-size: 35px;
}

.subtitle {
    font-size:21px;
    font-family: "Dumbo";
    text-transform: uppercase;
    font-weight: bold;
}

.subtitle-impor{
  font-size:20px;
}

.padding-section-home { padding: 20px 50px; }

.bg-section-1{
    background-image: url('../images/bg-beach-19-min.jpeg');
    background-size: cover;
    background-position: center center;
}
.bg-section-2{
    background-image: url('../images/bg_vip-min.jpeg');
    background-size: cover;
    background-position: center center;
}
.bg-section-3{
    background-image: url("../images/imagebox1.jpg");
    background-size: cover;
    background-position: center center;
}

.bg-entrada {
    background: url(../images/palmeras10.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.foto-section-container { 
    position: relative;
    overflow: hidden; 
    cursor: pointer;
}

.foto-section-container:before {
    content: attr(data-title);
    position: absolute;
    width: 100%;
    text-align: center;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    z-index: 10;
    font-size: 18px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.foto-section-container:hover:before {
    font-size: 19px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.65);
}
.foto-section-container > img { 
    transition: all 2s ease-in-out;
    z-index: 1;
}

.foto-section-container:hover { filter: grayscale(.7); }
.foto-section-container:hover > img { transform: scale(1.1); }

.foto-container { 
    max-height: 485px;
    position: relative;
    overflow: hidden; 
    cursor: pointer;
}
.foto-container-pasado{
    max-height: 485px;  
}

.foto-container-pasado > img {
    filter: grayscale(1);
}

.foto-container:before {
    content: "ENTRADAS";
    position: absolute;
    width: 100%;
    text-align: center;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    z-index: 10;
    font-size: 24px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.foto-container:hover:before {
    font-size: 26px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.65);
}
.foto-container > img { 
    transition: all 2s ease-in-out;
    z-index: 1;
}

.foto-container:hover { filter: grayscale(.7); }
.foto-container:hover > img { transform: scale(1.1); }

.carousel-inner { max-height: 100vh }
.carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

.img-event {
    max-width: 292px;
    max-height: 251px;
}

.item-img { margin-top: 30px;margin-bottom: 30px }

.overlay-foto-text {
    background-color: rgba(255,255,255,.6);
    padding: 25px;
}

.overlay-foto-text:hover {
    background-color: #fff;
}

.overlay-foto {
    position: absolute;
    width: 100%;
    text-align: center;
    display: block;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    z-index: 10;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 0 0;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.link-hover-effect {
    transition-duration: 0.5s;
}
.link-hover-effect:hover {
    opacity: 0.5;
    transform: scale(1.07) rotate(3deg);
}

.icon-search {
  opacity: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  font-size: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
}

.zoom-effect-carousel {
  transition: 0.6s all ease-in-out;

}
.zoom-effect-carousel:hover {
  filter: grayscale(.8);
  transform: scale(1.1);  
}

.zoom {
  animation: scale 40s linear infinite;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}

/* ---- .grid-item ---- */

.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }

.grid-item:hover {
    opacity: 0.7;
}

.grid-item img {
  display: block;
  max-width: 100%;
  cursor: pointer;
  border: 1px solid white;
}

/* fluid 5 columns */
.grid-sizer,
.grid-item { width: 20%; }
/* 2 columns */
.grid-item--width2 { width: 40%; }

/* LIGHTBOX */

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.7);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.closes {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 55px;
  font-weight: bold;
}

.closes:hover,
.closes:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.vip-map-image { display: block; }

@media (min-width: 600px){
  .vip-map-image { display: block !important; }
  .vip-map-image-mob { display: none !important; }

}

@media (max-width: 768px){
  .bg-section-1, .bg-section-2, .bg-section-3 { padding: 135px 0; }
  .bg-semitransparent-mob{
    background-color: rgba(0,0,0,.5);
  }
  .padding-section-home {
    padding: 30px 80px;
  }
}

@media (max-width: 600px){
  .title { font-size: 38px; }
  .vip-map-image-mob { display: block !important; }
  .vip-map-image { display: none !important; }
}


#medusa-bg-video {
    width: 100%;
    position: absolute;
    top:-230px;
    left:0;
}


.videoHeader{
  height: 529px !important;
}

.title-abonos-blue{
  color:white !important;
  font-size: 60px;
  margin-bottom: -2.5rem !important;
  text-shadow: 2px 2px black;
}

.title-abonos-red{
  color:black !important;
  font-size: 60px;
  margin-bottom: -2.5rem !important;
  text-shadow: 2px 2px white;
}

.title-abonos-red-dia{
  color:white !important;
  font-size: 33px;
  margin-bottom: -2.5rem !important;
  text-shadow: 2px 2px black;
}



.bg-general{
  background-size: cover;
  background-position: center center;
  background-image: linear-gradient(#17a2b8, #ff070757
    ),
 url(../images/Medusa1.jpg); 

}

.bg-general-dia{
  background-position: center center;
  /*background-image: linear-gradient(#d1ecf15e, #d1ecf15e ), url(../images/escheresque.png);*/ 
  background-color: #9b3333;
}

.bg-premium-dia{
    background-size: cover;
  background-position: center center;
  /*background-image: url(../images/concrete_seamless.png); */
   background-color: #2590ab;
}

.info-abonos{
  font-family: "Dumbo";
  font-size: 30px;
  text-shadow: 2px 2px white;
}

.info-abonos-dia{
  font-family: "Dumbo";
  font-size: 28px;
  text-shadow: 2px 2px black;
  color:white;
}

.info-abonos-ast{
  font-size: 18px;
  text-shadow: 1px 1px black;
  color:white !important;
}

.info-abonos-ast-dia{
  font-size: 18px;
  text-shadow: 1px 1px black;
  color:white !important;
}

.info-abonos-ast-white{
   font-size: 19.4px;
  color:white !important;
}

.info-abonos-ast-white-shadow{
  font-size: 19px;
  color:black !important;
  text-shadow: 0.5px 0.5px white;
}

.info-abonos-red{
  font-family: "Dumbo";
  font-size: 30px;
  color:white !important;
  text-shadow: 2px 2px black;
}

.info-abonos-red-dia{
  font-family: "Dumbo";
  font-size: 24px;
  color:white !important;
  text-shadow: 2px 2px black;
}

.bg-general-plus{
 
  background-size: cover;
  background-position: center center;
  background-image: linear-gradient(#ff070757, #d8da5557
    ),
 url(../images/Medusa2.jpg);
}

.bg-general-premium{
  background-size: cover;
  background-position: center center;
  background-image: linear-gradient(#d8da5557, #ffc10769
    ),url(../images/Medusa3.jpg); 
}



.info-btn{
    padding: 15px;
    background-color: white;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: 0.35s all ease-in-out;
}

.text-info{
  color: black !important;
}

.text-info-red{
  color: #f2786c !important;
}

.text-info-amarillo{
 color: #bcbc49 !important;
}

.text-center{
  text-align: center !important;
}

.bg-grey-text{
  background-color: rgb(255, 112, 112); 
}

.bg-comple{
  background-color: white;
}

.bg-comple-osc{
  background-color: #343a40;
}

.title-comple{
  color:black !important;
  font-size: 35px;
  margin-bottom: -2.5rem !important;
}

.precio-comple{
  font-family: "Dumbo";
  font-size: 27px;
}

.info-comple{
   font-size: 18px;
  color:black !important;
}

.bg-nombre{
  background-color: rgba(23, 162, 184,0.2) ;
  transition: all .5s ease-in-out;
}

.bg-nombre:hover{
  /*filter: brightness(0%);*/
  background-color: white;
}

.bg-gorra{
  background-color: rgba(255, 170, 170,0.3) ;
  transition: all .5s ease-in-out;
}

.bg-gorra:hover{
  /*filter: brightness(0%);*/
  background-color: white;
}

.bg-camiseta{
  background-color: rgba(242,242,197,0.9) ;
  transition: all .5s ease-in-out;
}

.bg-camiseta:hover{
  /*filter: brightness(0%);*/
  background-color: white;
}

.bg-bandera{
  background-color: rgba(255,229,153,0.3);
  transition: all .5s ease-in-out;
}

.bg-bandera:hover{
  /*filter: brightness(0%);*/
  background-color: white;
}

.marquee{
  font-family: "Dumbo";
  height: 76px;
  font-size:30px;
  padding: 5px;
  padding-top: 17px;

}

.li-modal{
  margin-left: 25px;
}

.complements{
  margin-top: -6px !important;
}

button{
  border:none;
}

.bg-cab{
    padding: 34px 0px 282px 0px;
    background-image: url(../images/imagebox1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.logo{
  width:176px
}


#myBtn:hover{
  background-color: #17a2b8!important;
  color:white !important;
}

#myBtn{
  transition: all .5s ease-in-out;
  font-family: "Dumbo";
  font-size:26px;
  border: 2px solid #17a2b8;
  box-shadow: 2px 2px #17a2b8;
  padding: 10px 40px;
}

#myBtnDia:hover{
  background-color: #17a2b8!important;
  color:white !important;
}

#myBtnDia{
  transition: all .5s ease-in-out;
  font-family: "Dumbo";
  font-size:26px;
  border: 2px solid #17a2b8;
  box-shadow: 2px 2px #17a2b8;
  padding: 10px 40px;
}

#myBtnPlus:hover{
   background-color: #f2786c!important;
  color:white !important;
}

#myBtnPlus{
  transition: all .5s ease-in-out;
  font-family: "Dumbo";
    font-size: 26px;
    border: 2px solid #f2786c;
    box-shadow: 2px 2px #f2786c;
  padding: 10px 40px;
}

#myBtnPremium{
  color: #b3aa00 !important;
  background-color: white !important;
  transition: all .5s ease-in-out;
  font-family: "Dumbo";
  font-size:26px;
  border: 2px solid #b3aa00;
  box-shadow: 2px 2px #b3aa00;
  padding: 10px 40px;
}

#myBtnPremium:hover{
  color: white !important;
  background-color: #b3aa00 !important;
}

#myBtnPremiumDia{
  color: #407f82 !important;
  background-color: white !important;
  transition: all .5s ease-in-out;
  font-family: "Dumbo";
  font-size:26px;
  border: 2px solid #407f82;
  box-shadow: 2px 2px #407f82;
  padding: 10px 40px;
}

#myBtnPremiumDia:hover{
  color: white !important;
  background-color: #407f82 !important;
}

.title-header{
    color: white !important;
    font-size: 85px;
    margin-bottom: -2.5rem !important;
    text-shadow: 3px 3px black;
    display: flex;
    justify-content: center;
    align-items: flex-start !important;
}

@media(max-width: 430px){
    .title-header{
      font-size: 41px;
    }

    .bg-cab{
      padding: -200px 0;
      background-image: url(../images/imagebox1.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    }

    .title-abonos-blue {
    color: white !important;
    font-size: 36px;
    margin-bottom: -2.5rem !important;
    text-shadow: 2px 2px black;
    }
    .info-abonos-red {
    font-family: "Dumbo";
    font-size: 24px;
    color: white !important;
    text-shadow: 2px 2px black;
  }

    .botonmar{
      margin-bottom: 0.5rem !important;
    }

    .info-abonos-red-dia{
      font-family: "Dumbo";
      color:white !important;
      text-shadow: 2px 2px black;
    }

    .subtitle-impor{
        text-align:justify;
    }
}

.border{
  border:1px solid black;
  border-radius: 30px;
  box-shadow: 6px 6px 24px -6px rgba(0,0,0,0.47);
  background-color: #17a2b817;
}

.title-one-day{
    color: black !important;
    font-size: 36px;
    margin-bottom: -2.5rem !important;
    
}

.margin{
  margin-right:60px;
}

@media(max-width: 768px){
   .margin{
      margin-right:0px;
    }
}

.info-abonos-one-day{
  font-size: 24px !important;
}

.info-abonos-ast-white-one-day{
  font-size: 19px;
  color:black !important;
}

.texto {
    font-family: 'Staatliches', cursive;
    font-size: 70px;
    text-shadow: 0.04em 0 0 rgba(255, 0, 0, 0.9), -0.04em 0 0 rgba(0, 255, 255, 0.9);
}

.textfooter {
    font-family: 'Nova Mono', monospace;
    text-decoration: none;
    color: #7d7d7d;
}

.menu:hover {
    color: #ffda3c !important;
}

.menu {
    font-family: 'Staatliches', cursive;
    font-size: 25px;
}

#barraaceptacion {
  display:none;
  position:fixed;
  left:0px;
  right:0px;
  bottom:0px;

  width:100%;
  text-align:center;
  
  background-color: rgba(0, 0, 0, 0.8);
  color: #87929c;
  z-index:99999;
}