/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  z-index: 3;
}

*, ::after, ::before {
  box-sizing: border-box;
}

@font-face {
  font-family: Solar Vesta;
  src: url("../fonts/Solar Vesta Script.otf") format("opentype");
}

@font-face {
  font-family: Monoton;
  src: url("../fonts/Monoton-Regular.ttf") format("opentype");
}

@font-face {
  font-family: Futura;
  src: url("../fonts/Futura.ttc") format("opentype");
}

@font-face {
  font-family: Libre Frankilin Italic;
  src: url("../fonts/LibreFranklin-Italic-VariableFont_wght.ttf") format("opentype");
}

@font-face {
  font-family: Libre Frankilin;
  src: url("../fonts/LibreFranklin-VariableFont_wght.ttf") format("opentype");
}


.container{
  margin-right: auto;
  margin-left: auto;
  padding-right: .75rem;
  padding-left: .75rem;
}

.notch{
  padding-right:env(safe-area-inset-right);
  padding-left:env(safe-area-inset-left);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -.75rem;
  margin-left: -.75rem;
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  margin-top: 0;
}

@media  (min-width: 992px){
  .container{
    max-width: 1089px;
  }
}

@media (max-width: 991px){
  .container{
    max-width: 85vw;
  }
}

:root {
  --col-12: 100;
  --col-6_5: 75;
  --col-6: 50;
  --col-5_5: 35;
  --col-5: 20;
  --col-4: 33.33333333;
  --col-3: 25;
  --col-2: 16.666;
}

.col-sm-2 {
  flex: 0 0 auto;
  width: calc(var(--col-2)*1%);
}

.col-sm-3 {
  flex: 0 0 auto;
  width: calc(var(--col-3)*1%);
}

.col-sm-4 {
  flex: 0 0 auto;
  width: calc(var(--col-4)*1%);
}

.col-sm-5 {
  flex: 0 0 auto;
  width: calc(var(--col-5)*1%);
}

.col-sm-5_5 {
  flex: 0 0 auto;
  width: calc(var(--col-5_5)*1%);
}

.col-sm-6 {
  flex: 0 0 auto;
  width: calc(var(--col-6)*1%);
}

.col-sm-6_5 {
  flex: 0 0 auto;
  width: calc(var(--col-6_5)*1%);
}

.col-sm-12 {
  flex: 0 0 auto;
  width: calc(var(--col-12)*1%);
}

@media (max-width: 576px) {
  .col-xs-2 {
    flex: 0 0 auto;
    width: calc(var(--col-2)*1%);
  }

  .col-xs-3 {
    flex: 0 0 auto;
    width: calc(var(--col-3)*1%);
  }

  .col-xs-4 {
    flex: 0 0 auto;
    width: calc(var(--col-4)*1%);
  }

  .col-xs-5 {
    flex: 0 0 auto;
    width: calc(var(--col-5)*1%);
  }
  
  .col-xs-5_5 {
    flex: 0 0 auto;
    width: calc(var(--col-5_5)*1%);
  }

  .col-xs-6 {
    flex: 0 0 auto;
    width: calc(var(--col-6)*1%);
  }

  .col-xs-6_5 {
    flex: 0 0 auto;
    width: calc(var(--col-6_5)*1%);
  }

  .col-xs-12 {
    flex: 0 0 auto;
    width: calc(var(--col-12)*1%);
  }
}

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: calc(var(--col-2)*1%);
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: calc(var(--col-3)*1%);
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: calc(var(--col-4)*1%);
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: calc(var(--col-5)*1%);
  }
  
  .col-md-5_5 {
    flex: 0 0 auto;
    width: calc(var(--col-5_5)*1%);
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: calc(var(--col-6)*1%);
  }

  .col-md-6_5 {
    flex: 0 0 auto;
    width: calc(var(--col-6_5)*1%);
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: calc(var(--col-12)*1%);
  }
}

@media (min-width: 992px) {
  .col-xl-2 {
    flex: 0 0 auto;
    width: calc(var(--col-2)*1%);
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: calc(var(--col-3)*1%);
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: calc(var(--col-4)*1%);
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: calc(var(--col-5)*1%);
  }
  
  .col-xl-5_5 {
    flex: 0 0 auto;
    width: calc(var(--col-5_5)*1%);
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: calc(var(--col-6)*1%);
  }

  .col-xl-6_5 {
    flex: 0 0 auto;
    width: calc(var(--col-6_5)*1%);
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: calc(var(--col-12)*1%);
  }
}

@media (min-width: 1200px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: calc(var(--col-2)*1%);
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: calc(var(--col-3)*1%);
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: calc(var(--col-4)*1%);
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: calc(var(--col-5)*1%);
  }
  
  .col-lg-5_5 {
    flex: 0 0 auto;
    width: calc(var(--col-5_5)*1%);
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: calc(var(--col-6)*1%);
  }

  .col-lg-6_5 {
    flex: 0 0 auto;
    width: calc(var(--col-6_5)*1%);
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: calc(var(--col-12)*1%);
  }
}



.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important;
}

.mb-1{
  margin-bottom: 1rem;
}

.mb-2{
  margin-bottom: 2rem;
}

.mb-3{
  margin-bottom: 3rem;
}

.mb-4{
  margin-bottom: 4rem;
}

.mb-5{
  margin-bottom: 5rem;
}

.mt-1{
  margin-top: 1rem;
}

.mt-2{
  margin-top: 2rem;
}

.mt-3{
  margin-top: 3rem;
}

.mt-4{
  margin-top: 4rem;
}

.mt-5{
  margin-top: 5rem;
}

.ml-1{
  margin-left: 1rem;
}

.ml-2{
  margin-left: 2rem;
}

.ml-3{
  margin-left: 3rem;
}

.ml-4{
  margin-left: 4rem;
}

.ml-5{
  margin-left: 5rem;
}

.mr-1{
  margin-right: 1rem;
}

.mr-2{
  margin-right: 2rem;
}

.mr-3{
  margin-right: 3rem;
}

.mr-4{
  margin-right: 4rem;
}

.mr-5{
  margin-right: 5rem;
}

.d-flex{
  display: flex;
}

.align-center{
  align-items: center;
}

.wrap{
  flex-wrap: wrap;
}

.no-wrap{
  flex-wrap: nowrap;
}

.justify-center{
  justify-content: center;
}

.flex-col{
  flex-direction: column;
}

.flex-row{
  flex-direction: row;
}

.flex-row-rev{
  flex-direction: row-reverse;
}

.flex-col-rev{
  flex-direction: column-reverse;
}


@keyframes move-twink-back {
  from {background-position:0 0;}
  to {background-position:-10000px 5000px;}
}

.stars, .twinkling {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
}

.main {
  z-index: 0;
  background:#000 url(../img/background/stars.png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.twinkle{
  background: url(../img/background/twinkling.png) repeat fixed center;
  z-index:1;
  animation:move-twink-back 400s linear infinite;
}

body {
  background: black;
  color: #f5f5f7;
  font-family: "futura";
  line-height: 1.5;
}

p{
  font-family: Futura;
  margin-bottom: 1rem;
}

@media (max-width: 750px) {
  p{
    font-size: 0.85rem;
  }
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f5f5f7;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  z-index: 1;
  position: relative;
}
h1{
  font-size: 2.5rem;
}
h2{
  font-size: 2rem;
}
h3{
  font-size: 1.3rem;
}
h4{
  font-size: 1.275rem;
}
h5{
  font-size: 1.25rem;
}
h6{
  font-size: 1rem;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

a {
  color: #D04490;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #5E0B24;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.footer a:hover {
  color: #f29b30;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  text-decoration: none;
  color: #f29b30;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  text-decoration: none;
  color: #4e4e4e;
}

.box-shadow,
.card-blog,
.work-box,
.service-box,
.paralax-mf {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.8);
}

.box-shadow-a,
.button:hover {
  text-decoration: none;
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

.overlay-mf {
  background-color: black;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Title s /--*/
.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/
.title-box {
  margin-bottom: 4rem;
}

.title-a {
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.subtitle-a {
  text-decoration: none;
}

.line-mf {
  width: 40px;
  height: 5px;
  background: linear-gradient(to right, #FFB04F, #D04490);
  margin: 0 auto;
}

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

.flex{
  display: flex;
}

.espacio{
  margin-right: 10px;
}

/*--/ Title Left /--*/
.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #f29b30;
  width: 100px;
  bottom: -12px;
}

section {
  padding-bottom: 5rem;
  overflow: hidden;
}

#noPopup{
  overflow: hidden;
}

.portada {
  width: 100%;
  padding-bottom: 10px;
  position: relative;
}

/*------/ Owl Carousel /------*/
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0 solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/
.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #f5f5f7;
  line-height: 1.5;
  text-align: center;
  color: #f5f5f7;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 250ms ease-in-out;
}

.scrolltop-mf span:hover {
  background-color: #f29b30;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  display: flex;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 1px;
  left: 0;
  top: 0;
}

#header .logo img {
  left: 50px;
  max-width: 120px;
  display: block;
  position: relative;
  top: 8px;
}

#header.header-scrolled .navbar-mobile #navul {
  height: unset!important;
}

#header.header-scrolled .navbar #navul {
  background: rgba(255, 255, 255, 0.9);
  padding: 12px 20px;
  border-radius: 12px;
  z-index: 5;
  transition: all ease-in-out 0.5s;
}

#header.header-scrolled .navbar #navul a{
  color: black;
}

@media (max-width: 1024px) {
  #header .logo img{
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/

.navbar {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: .5rem;
  left: -60px;
}

@media (max-width: 1024px) {
  .navbar{
    top: 0;
  }
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}


.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
}

.navbar a,
.navbar a:hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f5f5f7;
  padding: 0;
  white-space: nowrap;
  font-size: 1.2rem;
  font-family: "Futura";
  transition: 0.3s;
  letter-spacing: 0.4px;
  position: relative;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:hover i {
  font-size: 10px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -6px;
  left: 0;
  width: 0;
  background: white;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.navbar>ul>.first-nav>a:before{
  background: linear-gradient(
          to right, #FFB04F, #D04490);
  }
.navbar>ul>.second-nav>a:before{
  background: linear-gradient(
          to right, #FFB04F, #D04490);
}
.navbar>ul>.third-nav>a:before{
  background: linear-gradient(
          to right, #FFB04F, #D04490);
}
.navbar>ul>.forth-nav>a:before{
  background: linear-gradient(
          to right, #FFB04F, #D04490);
}
.navbar>ul>.fith-nav>a:before{
  background: linear-gradient(
          to right, #FFB04F, #D04490);
}
.navbar>ul>.sixth-nav>a:before{
  background: linear-gradient(
          to right, #FFB04F, #D04490);
}


.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 80%;
}


.navbar a:hover,
.navbar .active,
.navbar .active:hover,
.navbar li:hover>a {
  color: #f5f5f7;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  top: 50px;
  margin: 0;
  padding: 10px 0;
  z-index: 999;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  opacity: 0;
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 8px 20px;
  font-weight: 100;
  text-transform: uppercase;
  color: black;
  font-size: 20px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #f29b30;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 50px;
  visibility: visible;
}

@media (max-width: 900px) {
  #header{
    display: flex;
    justify-content: center;
    top: 50px;
  }

  #header .logo {
    display: none;
  }

  #header .navbar #navul {
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 20px;
    border-radius: 5px;
  }

  #header .navbar #navul a{
    color: black;
  }

  #header{
    padding: 0;
  }

  .navbar a,
  .navbar a:hover{
    font-size: 150%;
  }

  .navbar .dropdown ul {
    left: 0;
    display: block;
    position: absolute;
  }
  .navbar .dropdown ul ul{
    padding: 8px 5px;
  }

  .navbar .dropdown ul a{
    font-size: 10px;
    padding: 8px 3px;
  }

  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

.navbar ul>li {
  padding-right: 10px;
  padding-left: 10px;
}

.viejoceloso_obra .navbar a,
.venganza_obra .navbar a,
.burlador_obra .navbar a
.viejoceloso_obra .navbar a:hover,
.venganza_obra .navbar a:hover,
.burlador_obra .navbar a:hover{
  color: black;
}

@media (max-width: 734px) {
  #header{
    display: flex;
    justify-content: center;
    top: 50px;
  }

  #header .logo {
    display: none;
  }

  .navbar{
    top: -55px;
  }

  .navbar ul>li {
    padding-right: 5px;
    padding-left: 5px;
  }

  #header .navbar #navul {
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 20px;
    border-radius: 5px;
  }

  #header .navbar #navul a{
    color: black;
  }

  #header{
    padding: 0;
  }

  .navbar a,
  .navbar a:hover{
    font-size: 0.9rem;
  }

  .navbar .dropdown ul {
    left: 0;
    display: block;
    position: absolute;
  }
  .navbar .dropdown ul ul{
    padding: 8px 5px;
  }

  .navbar .dropdown ul a{
    font-size: 10px;
    padding: 8px 3px;
  }

  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
#small-navbar{
  display: none;
}

/*--------------------------------------------------------------
# Mobile Nav Section
--------------------------------------------------------------*/

.navbar-mobile .solar{
  font-family: "Solar Vesta";
}
.navbar-mobile .bold{
  font-weight: 900;
}
.navbar-mobile .lowercase{
  text-transform: lowercase;
  font-size: 4rem;
}
.navbar-mobile .initial{
  font-family: "Solar Vesta";
  font-size: 3rem;
}

.mobile-nav-toggle{
  display: none;
  width: 27px;
  height: 28px;
  position: fixed;
  right: 13px;
  top: 13px;
  z-index: inherit;
}

#menu-active{
  display: none;
}

.mobile-nav-toggle path{
  fill: whitesmoke;
}

@media (max-width: 991px) {
  #header #navbar{
    display: flex;
  }

  .mobile-nav-toggle{
    display: block;
  }

  #header .navbar #navul{
    bottom: 100%;
    top: -100%;
    right: 0;
    left: 0;
    display: flex;
    position: fixed;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: black;
    transition: .5s cubic-bezier(0.44, 0.31, 0.02, 1.03);
  }

  #header.header-scrolled .navbar #navul{
    background-color: black;
    transition: .5s cubic-bezier(0.44, 0.31, 0.02, 1.03);
  }

  #header .navbar-mobile #navul,
  #header.header-scrolled .navbar-mobile #navul {
    background-color: black;
    border-radius: unset;
  }

  #header .navbar-mobile #navul  a,
  #header.header-scrolled .navbar-mobile #navul a {
    padding: 10px 20px;
    font-size: 21px;
    color: whitesmoke;
    justify-content: center;
  }
}

#menu-active:checked ~ #navul{
  display: flex;
  bottom: 0;
  top: 0;
}

.navbar-mobile {
  overflow: hidden;
  z-index: 999;
}

@media (max-height: 620px) {
  .navbar-mobile .initial{
    font-size: 2rem;
  }
}

/*--------------------------------------------------------------
# Bell
--------------------------------------------------------------*/
  .bell h4{
    color: black;
  }

  .bell .btn{
    padding: 20px 27px;
    border: 5px solid white;
    background: #ff0000;
    color: white;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    transition: all ease-in-out .3s;
    width: 100%;
  }

  .bell .btn .monoton{
    color: white;
  }

  .bell-icon{
    position: fixed;
    z-index: 9999;
    top: 14px;
    left: 14px;
    color: #f4f2ef;
    padding-right: 19px;
  }
  .bell-toggle span{
    padding-right: 76px;
    padding-bottom: 19px;
  }
  .notification{
    position: fixed;
    width: .75rem;
    height: .75rem;
    top: 14px;
    left: 29px;
    border-radius: 50%;
    background: #f29b30;
  }
  @media (min-width: 950px) {
    .bell-icon{
      top: 30px;
    }
    .notification{
      top: 30px;
    }
  }

  bell {
    display: unset;
  }
  .bell-container{
    bottom: 100%;
    top: -100%;
    right: -100%;
    left: -100%;
    display: flex;
    position: fixed;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f4f2ef;
    border-radius: 45px;
    transition: .5s cubic-bezier(0.44, 0.31, 0.02, 1.03);
    z-index: 9999;
    width: 80%;
  }

  .bell-container h2{
    font-size: 1rem;
    text-align: center;
  }

  .bell-container h2, .bell-container a, .bell-container p{
    color: black;
  }

  .bell-container .socials{
    display: flex;
    justify-content: center;
  }
  .bell-container .fa{
    font-size: 3rem;
  }

  .bell-container .brand{
    text-align: center;
  }

  .bell-container .logo{
    width: 5rem;
  }

  #bell-active{
    display: none;
  }

  #bell-active:checked ~ #bell-container{
    display: flex;
    bottom: 2rem;
    top: -2rem;
  }

  .bell h3{
    color: black;
    font-size: 1rem;
    text-align: center;
  }

  .bell .ticketLogo{
    width: 50%;
  }

  .bell .tickets h4:hover{
    color: beige;
    background-color: #048ABF;
  }

  .bell .tickets h4{
    color: #048ABF;
    background: rgba(255, 255, 255, 0.12);
    border: 3px solid #048ABF;
    padding: 8px 27px;
    border-radius: 10px;
    transition: all 0.5s;
  }
  .bell .logo-credits{
    text-align: center;
  }

@media (min-width: 1025px) {
  .bell{
    top: 2rem;
    left: 1rem;
  }
}

@media (max-height: 655px) {
  .bell .ticketLogo{
    width: 25%;
  }
  .bell-container .fa{
    font-size: 2rem;
    padding-top: 0;
    margin: -7px 2px;
  }
  .bell p{
    margin-bottom: 0;
  }
  .bell .tickets h4{
    padding: 1px 13px;
  }
  .bell-container .logo{
    width: 4rem;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  position: relative;
  background: black;
  text-align: center;
  color: #f5f5f7;
  padding: 25px 0;
  border-top: 5px solid;
  border-image: linear-gradient(
          to right, #FFB04F, #D04490, #731702) 1;
}

.footer-newsletter {
  border: 2px solid #575756;
  border-radius: 20px;
  overflow: hidden;
}

.footer-newsletter input {
  padding-left: 12px;
  background: transparent;
  color: #f5f5f7;
  width: 100%;
  border: none;
  transform: scale(1);
}

.footer-newsletter .btn{
  width: 15%;
}

@media (max-width: 990px){
  .footer-newsletter .btn{
    width: 45%;
  }
}

footer .socials{
  display: flex;
  justify-content: center;
}

footer .socials a{
  font-size: 2.5rem;
  padding-left: 15px;
  color: #f5f5f7;
  transition: all 250ms ease-in-out;
}

footer .socials a:hover {
  color: #f29b30;
}

footer .logo{
  margin-top: 0;
  width: 5rem;
}

.fa {
  text-align: center;
  margin: 5px 2px;
  padding-top: 20px;
  width: 50px;
}

footer .logo-credits .logo-marquee {
  width: 7rem;
  margin-left: 7px;
}

footer .logo-credits .logo-antonio {
  transition: all 250ms ease-in-out;
}

footer .logo-credits .logo-antonio:hover {
  width: 7rem;
}

footer .logo-credits .logo-brains {
  transition: all 250ms ease-in-out;
  width: 9rem;
}

footer .logo-credits .logo-brains:hover {
  width: 12rem;
}

footer .copyright {
  margin-bottom: 0.3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #f5f5f7;
}

.btn {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-color: transparent;
  border-radius: 0.375rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*--------------------------------------------------------------
# POPUPS
--------------------------------------------------------------*/

.popup{
  background-color: #ffffff;
  width: 450px;
  padding: 10px 40px;
  position: fixed;
  transform: translate(-50%,-50%) scale(0.1);
  left: 50%;
  top: 50%;
  border-radius: 8px;
  text-align: center;
  visibility: hidden;
  transition: transform 0.4s;
  z-index: 1000;
}

.open-popup{
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.popupOverlay {
  filter: blur(20px);
}

.popup button{
  display: block;
  margin:  -35px -65px 10px auto;
  background-color: transparent;
  font-size: 30px;
  color: #ffffff;
  background: #000000;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  border: solid 2px;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.popup button:hover{
  background: #D04490;
}

.popup p{
  font-size: 14px;
  text-align: justify;
  margin: 20px 0;
  line-height: 25px;
  color: black;
}

.popup h2{
  color: black;
}

.popup h5{
  font-weight: 500;
}

.popup .logo {
  width: 100px;
}

.popup .logos{
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (max-width: 430px) {
  #confPopup #TC{
    font-size: 90%;
  }

  .popup{
    width: 85vw;
  }
}



#confPopup{
  justify-content: center;
}

#confPopup h5{
  color: black;
}

#confPopup form{
  display: flex;
  flex-direction: column;
}

#confPopup form #emailConf{
  margin-bottom: 5px;
  outline: 0;
  border: 1px solid transparent;
  border-bottom: 1px solid #575756;
  border-radius: 0;
}

#confPopup form #emailConf2{
  margin-bottom: 5px;
  outline: 0;
  border: 1px solid transparent;
  border-bottom: 1px solid #575756;
  border-radius: 0;
  margin-bottom: 10px;
}

#confPopup label{
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.mandatory{
  color: #D04490;
}

#confPopup .checks{
  margin-top: 15px;
}

#confPopup .checkboxes{
  display: flex;
  justify-content: center;
}

#confPopup .checkbox{
  margin-right: 15px;
}

#confPopup .checkboxes p{
  margin: 0px;
}

#confPopup .suscribe{
  margin: 25px;
  background-color: #D04490;
  color: whitesmoke;
}

#confPopup .suscribe:hover{
  transition: background-color;
  background-color: #FF9500;
  color: whitesmoke;
}

.mail_insert{
  margin-bottom: 5px;
  outline: 0;
  border: 1px solid transparent;
  border-bottom: 1px solid #575756;
  border-radius: 0;
  background: none;
}


/*--------------------------------------------------------------
# UNSUSCRIBE
--------------------------------------------------------------*/

.goodbye{
  text-align: center;
}

.goodbye h1{
  margin-bottom: 70px;
}

.goodbye form{
  justify-content: center;
}

.goodbye .mail_insert{
  width: 50%;
  color: white;
}

.goodbye .btn{
  color: whitesmoke;
  background-color: #D04490;
}

.goodbye .btn:hover{
  background-color: #FF9500;
}

.blur{
  filter: blur(15px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*--------404---------*/


.e404{
  margin-top: 25vh;
}

.e404 img{
  width: 50vw;
  margin-bottom: 2rem;
}

.e404 h3, .e404 h1{
  margin-bottom: 3rem;
}

/*--------------------------------------------------------------
#NEWSLETTER
--------------------------------------------------------------*/
.logo-newsletter {
  display: block;
  max-width: 100%;   /* nunca se pasa del ancho disponible */
  height: auto;      /* mantiene proporción */
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
#INSCRIPCIÓN INDEX
--------------------------------------------------------------*/
/* Estilos para móviles */
@media (max-width: 576px) {
  .inscription-index img {
    top: -35px !important;
    width: 45vw !important;
  }
}


/*--------------------------------------------------------------
#INSCRIPCIÓN
--------------------------------------------------------------*/
.menores{
  display: none;
}

.btn-adulto{
  border: 4px solid #FF9500;
  color: white;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
  }

  .btn-adulto:hover {
    background-color: #FF9500;
}

.btn-menor{
  border: 4px solid #D04490;
  color: white;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
  }

  .btn-menor:hover {
    background-color: #D04490;
}




/*

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: black;
  width: 100%;
  height: 100%;
}

.dots .dot {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 10px 0 10px;
  border-radius: 50%;
  background: #4BBF5C;
  -webkit-animation: dot-dot-dot 1s linear infinite;
}

.dots .dot:nth-child(2) {
  animation-delay: .2s;
  background: #048ABF;
}

.dots .dot:nth-child(3) {
  animation-delay: .4s;
  background: #D90404;
}

.dots .dot:nth-child(4) {
  animation-delay: .6s;
  background: #D9486E;
}

.dots .dot:nth-child(5) {
  animation-delay: .0s;
  background: #A31CA6;
}

.dots .dot:nth-child(6) {
  animation-delay: .2s;
  background: #ffffff;
}

.loaded {
  display: none;
}


@keyframes dot-dot-dot {
  0%, 60%, 100% {
    -webkit-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
*/