@import url("https://fonts.googleapis.com/css?family=Mystery+Quest");

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  background: #0c0b09;
  color: #fff;
}

a {
  color: white;
}

a:hover {
  color:#EBAF0C;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(12, 11, 9, 0.6);
  border-bottom: 1px solid rgba(12, 11, 9, 0.6);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #37332a;
}

#header .logo {
  font-size: 23px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
  align-items: center;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding-left: 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: white;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #d9ba85;
}

.nav-menu .book-a-table a {
  border: 2px solid #cda45e;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.nav-menu .book-a-table a:hover {
  background: #cda45e;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1a1814;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #cda45e;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
.navbar-dark .navbar-nav .nav-link{
  color: rgba(255,255,255,1);
}

.dropdown-item{
  color: white;
}
/*--------------------------------------------------------------
# img fondo antes del slider
--------------------------------------------------------------*/
#imgprincipal {
  width: 100%;
  height: 100vh;
  background: url("../../img/37711ee9-b53d-4273-9708-1f1736373786.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#backgroudcontactpricipal{
  width: 100%;
  height: 130vh;
  /*background: black;*/
  background-size: cover;
  position: relative;
  padding: 0;
  text-align: center;
}
#backgroudcontactvideos{
  width: 100%;
  height: 130vh;
  background-size: cover;
  position: relative;
  padding: 0;
  text-align: center;
}

#stablecitydateevent{
  color: white;
}

#hero:before {
  content: "";

  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 110px;
}
/*
@media (max-width: 992px) {
  #hero .container {
    padding-top: 98px;
  }
}
*/
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #cda45e;
}

#hero h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
}

#hero .btns {
  margin-top: 30px;
}

#hero .btn-menu, #hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#hero .btn-menu:hover, #hero .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#hero .btn-book {
  margin-left: 15px;
}

#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#hero .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.promocion{
  text-align: center;
  width: 90px;
  height: 40px;
  padding-top: 10px;
  background: #dc0814;
  border-radius:250px;
}

.promocion-mes{
   float: left;
}

.welcome{
  text-align: center;
  margin-left: auto;
  margin-top: auto;
}

#welcome-h4{
  font-family: "Mystery Quest", cursive;
  font-size: 150%;
}


.loading-page-leo {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 999999999;
 background: url("../../img/loading3.gif") center no-repeat #fff;
}


#reproductormp3{
  border: 1px #eee solid;
  border-radius: 10px;
  padding: 10px;
  /*background: rgba(0,0,0,0.5);*/
  opacity: 0.8;
  display: flex!important;
  width: 490px;
  height: 700px;
}


#playreproduc{
  width:6; height:6;
}
#playreproduc:hover{
  color: red;
}

#icon-reproduct{
  text-align: center;
}


/*-----------Reproductor---------------*/

*:focus
{
    outline: none;
}


#bodypreproducteor
{
    font-family: Helvetica, Arial;
    margin: 0;
    background-color: #ffeff5;
}

#app-cover
{
    position: absolute;
    top: 60%;
    right: 0;
    left: 0;
    width: 320px;
    height: 150px;
    bottom:60%;

}

#bg-artwork
{
    position: fixed;
    top: -30px;
    right: -30px;
    bottom: -30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    filter: blur(40px);
    -webkit-filter: blur(40px);
    z-index: 1;
}

#player
{
    position: relative;
    height: 100%;
    z-index: 2;
}

#player-track
{
    position: absolute;
    top: 0;
    right: 25px;
    left: 15px;
    padding: 13px 22px 10px 10px;
    background-color: transparent;
    border-radius: 15px 15px 0 0;
    transition: 0.3s ease top;
    z-index: 1;
}


#player-track.active
{
    top: -42px;
}

#album-name
{
    color: #54576f;
    font-size: 17px;
    font-weight: bold;
}


#track-name
{
    color: #acaebd;
    font-size: 13px;
    margin: 2px 0 13px 0;
}

#track-time
{
    height: 12px;
    margin-bottom: 3px;
    overflow: hidden;
}

#current-time
{
    float: left;
}

#track-length
{
    float: right;
}

#current-time, #track-length
{
    color: transparent;
    font-size: 11px;
    background-color: #ffe8ee;
    border-radius: 10px;
    transition: 0.3s ease all;
}

#track-time.active #current-time, #track-time.active #track-length
{
    color: #f86d92;
    background-color: transparent;
}

#s-area, #seek-bar
{
    position: relative;
    height: 4px;
    border-radius: 4px;
}
#s-area
{
    background-color:#ffe8ee;
    cursor: pointer;
}


#ins-time
{
    position: absolute;
    top: -29px;
    color: #fff;
    font-size: 12px;
    white-space: pre;
    padding: 5px 6px;
    border-radius: 4px;
    display:none;
}

#s-hover
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    z-index: 2;
}

#ins-time, #s-hover
{
    background-color: #3b3d50;
}


#seek-bar
{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #fd6d94;
    transition: 0.2s ease width;
    z-index: 1;
}

#player-content
{
    position: relative;
    height: 100%;
    background-color: transparent;
    border-radius: 15px;
    z-index: 2;
}

/* #album-art
{
    position: absolute;
    top: -40px;
    width: 115px;
    height: 115px;
    margin-left: 40px;
    transform: rotateZ(0);
    transition: 0.3s ease all;
    box-shadow: 0 0 0 10px #fff;
    border-radius: 50%;
    overflow: hidden;
} */


#album-art.active
{
    top: -60px;
    box-shadow: 0 0 0 4px #fff7f7, 0 30px 50px -15px #afb7c1;
}

#album-art:before
{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: -10px auto 0 auto;
    background-color: #d6dee7;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #fff;
    z-index: 2;
}

#album-art img
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

#album-art img.active
{
    opacity: 1;
    z-index: 1;
}

#album-art.active img.active
{
    z-index: 1;
    animation: rotateAlbumArt 3s linear 0s infinite forwards;
}

@keyframes rotateAlbumArt
{
    0%{ transform: rotateZ(0); }
    100%{ transform: rotateZ(360deg); }
}

#buffer-box
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 40px;
    color: #1f1f1f;
    font-size: 13px;
    font-family: Helvetica;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding: 6px;
    margin: -12px auto 0 auto;
    background-color: rgba(255, 255, 255, 0.19);
    opacity: 0;
    z-index: 2;
}

#album-art img, #buffer-box
{
    transition: 0.1s linear all;
}

#album-art.buffering img
{
    opacity: 0.25;
}

#album-art.buffering img.active
{
    opacity: 0.8;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

#album-art.buffering #buffer-box
{
    opacity: 1;
}

#player-controls
{
    width: 320px;
    height: 100%;
    margin: 0 5px 0 141px;
    float: right;
    overflow: hidden;
    padding-top: 40px;
}

.control
{
    width: 33.333%;
    float: left;
    padding: 12px 0;
}

.button
{
    width: 26px;
    height: 26px;
    padding: 25px;
    background-color: transparent;
    border-radius: 6px;
    cursor: pointer;
}

.button i
{

    color: #d6dee7;
    font-size: 26px;
    text-align: left;
    line-height: 1;
}

.button, .button i
{
    transition: 0.2s ease all;
}

.button:hover
{
    background-color: #d6d6de;
}

.button:hover i
{
    color: #fff;
}

#ytd-url {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  margin: 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background-color: #ae5f87;
  border-radius: 4px;
  box-shadow: 0 10px 20px -5px rgba(174, 95, 135, 0.86);
  z-index: 125;
}

#card-body-style{
  background-color: black;
}
    .social{
      width:140px;
      position:fixed;
      top:50px;
      right:0;
      height:100px;
    }

    /* Extra centrado vertical*/
    .social{
      top:60%;
      height:120px;
      margin-top:-100px;
    }

.icon-redes-sociales{
  font-size: 14px;
}
#icon-facebook{
  color: blue;
}
#icon-youtube{
  color: red;
}
#icon-instagram{
  color: red;
}

.caroucel__contenedor,.caroucel__contenedor_misa{
  position: relative;
}
.caroucel-previus,.caroucel-next,.caroucel_previus_misa,.caroucel_next_misa{
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  top: calc(50% - 35px);
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #fff;
  opacity: 20%;
}

.caroucel-previus:hover,.caroucel-next:hover,.caroucel_previus_misa:hover,.caroucel_next_misa:hover{
  background: white;
}

.caroucel-previus,.caroucel_previus_misa{
  left: -30px;
}

.caroucel-next,.caroucel_next_misa{
  right: -30px;
}

.carroucel__list,.carroucel_list_misa{
  overflow: hidden;
}

.card-body{
   height: 50px !important;
}

.fb-comments{
  color: white !important;
  background: white;
}

#imgabout{
  width: 90%;
  height: 95%;
}

.floating-wpp-message{
  color: blue;
}

.error{
  color: red;
}

#form-contact{
  margin-top: 0%;
}

#slider-img{
  margin-top: 20%;
}

.fb_iframe_widget_fluid_desktop iframe{
    color: white !important;
    background: white;
}

@media only screen and (max-width: 874px){
  #imgprincipal {
    width: 100%;
    height: 100vh;
    background: url("../../img/37711ee9-b53d-4273-9708-1f1736373786.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 0;
  }
  #backgroudcontactvideos{
      margin-top:10%;
      width: 100%;
      height: 130vh;
      /*background: black;*/
      background-size: cover;
      position: relative;
      padding: 0;
      text-align: center;
    }
  #header .logo {
    font-size: 12px;
  }
  #contentVideos{
      margin-top: 45%;
  }
  #form-contact{
    margin-top: 35%;
  }
  #slider-img{
    margin-top: 35%;
  }
  .fb-comments{
      color: white !important;
      background: white;
   }
   iframe[name="f921a6c1338f1c"] {
      color: white !important;
      background: white;
   }
   #app-cover{
       margin-top:10%;
       margin-bottom:80%;
   }

}
#commentsusersall{
    color: black;
    padding-top: 20px;
    padding-left: 14px;
}


#commentform{
    padding: 12px;
    background-color: cadetblue;
}