.flex {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.herocenter{
    justify-content:center;
}
#message{
    color: black;
  font-size: 12pt;
  font-family: 'Montserrat';
  text-align: center;

}
.upcomming {
  font-size: 45px;
  text-transform: uppercase;
  border-left: 14px solid rgba(255, 235, 59, 0.78);
  padding-left: 12px;
  margin: 18px 8px;
}
.container .item {
  padding: 0 20px;
  background: url('/images/devaia_ticket.jpg');
  overflow: hidden;
  margin: 10px;
  display:flex;
  align-items:center;
}
.container .item-right, .container .item-left {
  float: left;
  padding: 20px 
}
.container .item-right {
  padding: 42px 0px;
  margin-right: 20px;
  width: 25%;
  position: relative;
  text-align:center;
}
.container .item-right p{
    color: white;
  font-size: 14pt;
  font-weight: 600;
  text-align: center;
  margin-top:20px;
}
.price {
  font-size: 20pt !important;
}

.inforow p{
  color: #3d3d3d;
  font-size: 14pt;
}
.inforow .iTitle{
    font-size: 14pt;
  font-weight: 600;
}
.inforow .col1{
  padding-right: 20px;
}
.inforow .col2{
    border-left: 2px solid black;
  padding-left: 20px;
}
.inforow i{
    margin-right:10px;
}
.inforow img{
    width: 20px;margin-right: 10px;
}
.col2{
    display:flex;
    flex-direction:column;
}
.col2 img {
  width: 100%;
  margin: 10px;
}
.container .item-right .up-border, .container .item-right .down-border {
    padding: 14px 15px;
    background-color: #fff1d1;
    border-radius: 50%;
    position: absolute
}
.container .item-right .up-border {
  top: -8px;
  right: -35px;
}
.container .item-right .down-border {
  bottom: -13px;
  right: -35px;
}
.container .item-right .num {
  font-size: 60px;
  text-align: center;
  color: #111
}
.container .item-right .day, .container .item-left .event {
  color: #555;
  font-size: 20px;
  margin-bottom: 9px;
}
.container .item-right .day {
  text-align: center;
  font-size: 25px;
}
.container .item-left {
  width: 75%;
  padding: 20 0px 10px 45px;
  border-left: 3px dotted #d0d0d0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} 
.container .item-left::before{
  background:#fff;
}
.container .item-left .title {
  color: white;
  font-size: 34px;
  margin-bottom: 12px
}
.container .item-left .sce {
  margin-top: 5px;
}
.container .item-left .loc {
                display: flex;
            }
            .container .item-left .sce{
                display:flex;
            }
.container .item-left .sce .icon, .container .item-left .sce p,
.container .item-left .loc .icon, .container .item-left .loc p{
    float: left;
    word-spacing: 5px;
    letter-spacing: 1px;
    color: white;
    margin-bottom: 10px;
    font-size: 12pt;
  font-weight: 500;
}
.container .item-left .sce .icon, .container .item-left .loc .icon {
  margin-right: 10px;
  font-size: 20px;
  color: wheat
}
.fix {clear: both}
.container .item .tickets, .booked, .cancel{
    color: #fff;
    padding: 6px 14px;
    float: right;
    margin-top: 10px;
    font-size: 18px;
    border: none;
    cursor: pointer
}
.container .item .tickets {background: #777}
.container .item .booked {background: #3D71E9}
.container .item .cancel {background: #DF5454}
.linethrough {text-decoration: line-through}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: hsl(0, 0%, 90%)
}
.sponsors h2 {
    font-size: 30pt !important;
}
@font-face {
    font-family: "mountains";
    src: url(fonts/beyond_the_mountains.ttf);
    src: url(fonts/beyond_the_mountains.otf);
    font-weight: 400
}
.legalterms {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    z-index: 4;
  position: relative;
}
.legalterms a{
    color:#f0e5c9;
}
.d-col-n {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.home-page {
    background: url(../images/middle-cover.jpg) no-repeat
}

.site-header {
    position: relative;
    width: 100%
}

.site-header figure {
    margin: 0;
    padding: 0
}

.site-header figure img {
    max-width: 100%
}

#logo_head {
    width: 100%
}
.logo_parc{
    margin-left:20px
}
.column {
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    text-align:center;
}
.column::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}
.column span {
    z-index: 1;
}
      
.site-header .header-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 40px 0;
       background: linear-gradient(180deg, rgb(0 0 0 / 80%) 0%, rgb(65 64 64 / 60%) 45%, rgba(255, 255, 255, 0) 100%);

}

.header-bar .site-branding {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 800
}

.header-bar .site-branding a {
    color: hsl(0, 0%, 100%);
    text-decoration: none;
    z-index:9999;
}

.hamburger-menu {
    position: relative;
    width: 100%;
    max-width: 24px;
    height: 22px;
    margin-left: auto;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index:9999;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out
}

.hamburger-menu span:nth-child(1) {
    top: 2px
}

.hamburger-menu span:nth-child(2), .hamburger-menu span:nth-child(3) {
    top: 10px
}

.hamburger-menu span:nth-child(4) {
    top: 18px
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg)
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg)
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%
}




.cart-count {

    color: white;

    font-size: 14px;
    font-weight: bold;
}

.quisom {
  color: #3d3d3d;
  font-family: 'Montserrat';
  text-align: justify;
}
.quisom h2{
    font-size:20pt;
    text-align:center;
}

.info {
  color: #3d3d3d;
  font-family: 'Montserrat';
  text-align: justify;
}
.info h2{
    font-size:20pt;
    text-align:center;
}
.info .entry-title{
    display: flex;
    align-items: baseline;
}
.info .entry-content{
   text-align:left;
}
.info i{
    font-size:20pt;
    margin-right:10px;
}
.ticket-box {
    display: flex;
  background: #d29c63;
  border: 2px solid #ddd;
  border-radius: 10px;
  margin: 20px 0;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: black;
}

.ticket-image {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px dashed #ddd;
}

.ticket-image img {
    max-width: 100%;
    height: auto;
}

.ticket-info {
    flex: 1;
    padding: 20px;
    text-align: left;
}

.ticket-info-place {
    font-size: 1.2em;
    font-weight: bold;
}

.ticket-info-big-date {
    font-size: 1.5em;
    margin: 10px 0;
}

.ticket-info-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: baseline;
}

.ticket-info-shift, .ticket-info-price {
    font-size: 1em;
}
.ticket-info-price {
  font-size: 16pt;
  font-weight: 600;
}

.sold-out {
    background: #4d4d4d;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.ticket-buttons .sold-out {
    margin-top: 10px;
}

.ticket-buttons {
    margin-top: 10px;
}

.herodate{
    margin-top:5%;
}
  @media(max-width:768px){
        .logo_parc {
            margin-left: -15px;
            width: 35%;
        }
        #logo_head {
            width: 80%;
            margin-right:-30px;
        }
        .col1{
            
            padding: 50px 40px;
        }
        .inforow .col1{
            padding-right:40px;
        }
        .inforow .col2{
            padding: 20px;
        }
        
        .col2 img {
          width: 100%;
          margin:0;
        }
        .column {
             margin: 10px 20px;
        }
        .container .item-left .loc {
            display: flex;
        }
        .container .item-left .sce{
            display:flex;
        }
        .container .item-left .title{
            font-size:16pt;
            text-align:center;
            margin-top:15px;
        }
        .container .item-right {
          padding: 45px 0px;
        }
        .container .item-left {
            float: left;
            padding: 0 20px;
        }
        .price {
            font-size: 14pt !important;
        }
        .info .entry-title {
            display: flex;
            align-items: baseline;
            justify-content: center;
        }
        .info .entry-content {
            text-align: center;
        }
    }
.footer {
    background-color: #f8f8f8;
    padding: 40px 20px;
    border-top: 2px solid #ddd;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    margin: 10px;
    z-index:4;
}

.footer-logo img {
    max-width: 150px;
    height: auto;
}

.footer-column h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: white;
  font-family: 'Montserrat';
  font-weight: 500;
}

.footer-column a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.footer-column a:hover {
    text-decoration: underline;
}



.footer-social-icons a img {
    width: 24px;
    height: 24px;
}

.footer-column p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 10px;
}

.footer-column a {
    display: block;
    margin-bottom: 5px;
    color: #f0e5c9;
    font-size:12pt;
}

.footer-address p {
    margin:10px 0;
    line-height: 25px;
    font-size: 10pt;
    font-family: 'Montserrat';
}
.footerrights p {
  font-size: 12pt;
  margin-top: 15px;
}
.site-navigation {
    position: absolute;
    right: 15px;
    z-index: 9998;
    width: 100%;
    height: 22px;
    overflow: hidden;
    list-style: none;
    transition: all .35s;
    color: hsl(0, 0%, 100%)
}
.cart-mobile{
    z-index:9999;
}
.fa.fa-shopping-cart{
    color:white;
}
.site-navigation.show {
    height: auto
}

.site-navigation ul {
    position: fixed;
    top: 0;
    left: -101vw;
    z-index: 9998;
    width: 100%;
    height: 100vh;
    overflow-x: scroll;
    padding: 80px 30px 0 0;
    margin: 0;
    background: #050505;
    transition: all 0.35s
}

.site-navigation.show ul {
    left: 0
}

.site-navigation ul li {
    display: block;
    padding: 15px 0
}

.site-navigation ul li a {
    display: block;
    color: #fff;
    transition: all 0.35s;
    text-decoration: none;
    font-size: 14px;
    padding-left: 40px
}


@media screen and (min-width:992px) {
    .fcol{
        padding-right:40px;
    }
    .scol{
        padding: 0 40px;
            border-left: 1px solid #e1d2a6;
    border-right: 1px solid #e1d2a6;
    }
    .tcol{
        padding-left:40px;
    }
    .header-bar .site-branding {
        margin-left: 35px
    }
    .image-list {
      display: grid;
      gap: 20px;
      padding: 20px;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      justify-content: center;
    }
.row.tickets-row {
  padding: 0 8%;
}
    .site-navigation {
        position: relative;
        top: auto;
        right: auto;
        height: auto;
        padding-right: 35px;
        background: transparent
    }

    .site-navigation ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        padding: 0;
        overflow: auto;
        background: transparent
    }

    .site-navigation ul li {
        padding: 0
    }

    .site-navigation ul li a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12pt
    }
}

.translucent-background {
    background-color: rgb(255 255 255 / 93%);
    padding: 20px;
    border-radius: 10px;
    margin: 0 10%
}

#formulario {
    display: block
}

#mensaje {
    display: none;
    color: #a98c63;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 14pt;
}

#mensajerr {
    color: red;
    text-align: center;
    font-family: 'Montserrat'
}

.translucent-background h2 {
    color: #638569;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px
}

.translucent-background form {
    max-width: 400px;
    margin: 0 auto
}

.translucent-background label {
    color: #A0C0A6
}

.translucent-background input[type="text"], .translucent-background input[type="email"], .translucent-background input[type="submit"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 25px;
    box-sizing: border-box
}

.translucent-background input[type="submit"] {
    background-color: #A0C0A6;
    color: #fff;
    border: none;
    cursor: pointer
}

.translucent-background input[type="submit"]:hover {
    background-color: #7ebe8a
}

.container80 {
    max-width: 80%;
    padding: 80px 0;
}
.programclass img{
    width:100%;
}
.biglogohero{
    width: 35vw;
    max-width:500px;
}
.biglogoheromarket{
    width:70%;
}
.hero-content {
    padding: 220px 0;
   /* background-image: url("../images/webp/devaia_hero_bg7.webp");*/
    height: 100vh;
    display: flex;
    align-items: center;

   /* background-image: image-set(url(../images/webp/devaia_hero_bg7.webp) type("image/webp"), url(../images/devaia_hero_bg7.jpg) type("image/jpeg"));*/
    background-repeat: no-repeat;
    background-size: cover
}

.hero-min{
    height:20vh;
        padding-bottom: 150px;
    padding-top: 250px;

}
.herocont{
    background-image:url("../images/devaia_contacta.jpg");
}
.heroqui{
    background-image:url("../images/devaia_qui_som.jpg");
}
.heroinfo{
    background-image:url("../images/devaia_info.jpg");
}
.herofaq{
    background-image:url("../images/devaia_faqs.jpg");
}
.heroexp{
    background-image:url("../images/devaia_expositors.jpg");
}
.overlayheader{
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Oscuridad ajustable */
  z-index: 1;
}
.index2{
    z-index:2;
}
.entry-header h1 {
    font-size: 5vw;
    font-family: 'Montserrat';
    font-weight: 600;
}
.hero-market{
    padding: 0;
    height:100vh;
    display: flex;
      align-items: center;
      justify-content: center; 
}

.hero-market h3{
    color:white;
    font-family: 'Montserrat';
}

.hero-content .entry-header {
    position: relative;
    text-align: center
}

.hero-content .entry-header h2 {
    padding: 50px;
    margin: 0;
    font-family: mountains;
    font-size: 120px;
    background: -webkit-linear-gradient(#00d0ff, #25ffbf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.translucent-background p{
    color: #638569;
  font-size: 8pt;
  text-align: center;
  font-weight: 600;
}
.translucent-background span{
    font-family: "Bebas Neue", sans-serif;
  letter-spacing: 2px;
  font-weight: 500;
}

.groovin {
    position: relative;
    overflow: hidden
}

.groovin h2 {
    font-family: "Bebas Neue", sans-serif
}

.groovin p {
    font-family: "Bebas Neue", sans-serif
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.fallback-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: image-set(url(../images/webp/devaia_hero_bg7.webp) type("image/webp"), url(../images/devaia_hero_bg7.jpg) type("image/jpeg"));
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.mapimg {
    width: 70%
}

.maplink {
    cursor: zoom-in
}

#video-fondo {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 0
}

.faqs-box {
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 600px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #3d3d3d;
}

.faqs-category {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: bold;
}

.faqs-content {
    margin-bottom: 10px;
}

.faqs-title {
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faqs-description {
    display: none;
    margin-top: 10px;
}

.faqs-description p {
    margin: 0;
}

.faqs-arrow img {
    width: 20px;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.faqs-content.open .faqs-arrow img {
    transform: rotate(90deg);
}

.faqs-content.open .faqs-description {
    display: block;
}

.hero-content .entry-header .entry-meta-date {
    position: absolute;
    width: 100%;
    margin-top: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: hsl(0, 0%, 100%);
    text-align: center;
    background-color: #dbc187;
    border-radius: 25px;
    margin-top: 20px
}

div#devaia_hero_info {
    background: #A0C0A6;
    padding: 5%;
    border-radius: 25px;
    font-size: 16pt;
    text-align: justify
}

@media screen and (min-width:992px) {
    .hero-content .entry-header h2 {
        font-size: 172px
    }
}

.countdown {
    margin-top: 5%;
    border-radius: 25px;
    text-align: center
}

.countdown-holder {
    min-width: 150px
}
.sponsorsrow img{
    width:125px;
}
#devaiamap{
    filter: grayscale(100%);
}

@media (max-width:768px) {
    .menucol{
        display:contents
    }
    .carteldevaia{
        padding: 0;
    }
    .carteldevaia img{
        width:100%;
    }
    .sponsorcol{
        padding:0;
    }
    .quisom {
        padding: 60px 20px;
    }
    .quisomcol4{
        margin-top:20px;
    }
    #devaiamap{
        width:100%;
    }
    .hero-content{
        height:60vh;
    }
    .hero-min{
        height:35vh;
    }
    .entry-header h1 {
        font-size: 40pt;
        justify-content:center;
    }
    .countdown-holder {
        min-width: 50%
    }
    .sponsorsrow img{
    width:20vw;
    }

    .inforow img {
        margin: 10px 0;
    }
    .countdown {
        margin-top: 40px;
        margin-bottom: 30px
    }
    .site-footer{
        padding: 40px 40px;
        text-align:center;
    }
}

.countdown-holder .dday, .countdown-holder .dhour, .countdown-holder .dmin, .countdown-holder .dsec {
    display: block;
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    color: hsl(0, 0%, 100%)
}

.countdown-holder label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: hsl(0, 0%, 100%)
}

.hero-content .entry-footer {
    margin-top: 125px;
    text-align: center
}

.hero-content .entry-footer .btn {
    background: hsl(0, 0%, 100%);
    padding: 16px 40px;
    border-radius: 0;
    margin-right: 20px;
    color: hsl(0, 0%, 17%);
    font-weight: 600
}

.hero-content .entry-footer a:hover, .hero-content .entry-footer .current {
    background: -webkit-linear-gradient(#00d0ff, #25ffbf);
    color: hsl(0, 0%, 0%)
}
.expositorsclass .boton {
        display: inline-block;
        padding: 10px 20px;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        border: 2px solid #ae5a41;
        border-radius: 5px;
        color: #ae5a41;
        transition: all 0.3s ease;
    }

.expositorsclass .boton:hover {
        background-color: #ae5a41;
        color: #ffffff;
    }

.expositorsclass .icono {
        margin-right: 10px;
    }
.contenedor-botones {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    height: 100%
}

.boton-redondeado {
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #3498db;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    text-align: center
}

.marketbtn {
    background-color: #9ECFA6;
    color: #4b684f
}

.marketbtn:hover {
    background-color: #89b590;
    text-decoration: none;
    color: #4b684f;
    font-weight: 500
}

.foodbtn {
    background-color: #F4C582;
    color: #695539
}

.foodbtn:hover {
    background-color: #a8885a;
    text-decoration: none;
    color: #695539;
    font-weight: 500
}

.artbtn {
    background-color: #EFED9D;
    color: #636241
}

.artbtn:hover {
    background-color: #a09f6a;
    text-decoration: none;
    color: #636241;
    font-weight: 500
}

.musicbtn {
    background-color: #9DEBED;
    color: #3d5b5c
}

.musicbtn:hover {
    background-color: #6fa5a7;
    text-decoration: none;
    color: #3d5b5c;
    font-weight: 500
}

.groovinbtn {
    background-color: greenyellow;
    color: #000;
    -webkit-box-shadow: 0 0 10px 0 rgba(116, 238, 21, .75);
    -moz-box-shadow: 0 0 10px 0 rgba(116, 238, 21, .75);
    box-shadow: 0 0 10px 0 rgba(116, 238, 21, .75);
    text-shadow: 0 0 10px 0 rgba(116, 238, 21, .75)
}

.groovinbtn:hover {
    background-color: #000;
    color: greenyellow;
    -webkit-box-shadow: 0 0 10px 0 rgba(116, 238, 21, .75);
    -moz-box-shadow: 0 0 10px 0 rgba(116, 238, 21, .75);
    box-shadow: 0 0 10px 0 rgba(116, 238, 21, .75);
    text-shadow: 0 0 10px 0 rgba(116, 238, 21, .75)
}

@keyframes neon-glow {
    0% {
        filter: blur(10px);
        opacity: .5
    }

    100% {
        filter: blur(20px);
        opacity: 1
    }
}

.content-section {
    width: 100%;
    background-color: #fff1d1;
    background-size: 100% auto;
    position:relative;
    z-index:3;
}

.content-section .middle-cover {
    margin: 0;
    padding: 0;
    position: relative
}

.content-section .middle-cover img {
    max-width: 100%
}

.lineup-artists-headline {
    margin-top: 115px
}

.lineup-artists-headline .entry-title p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: hsl(0, 0%, 48%)
}

.lineup-artists-headline .entry-title h2 {
    width: 100%;
    font-size: 48px;
    font-weight: 600;
    color: hsl(0, 0%, 0%)
}

.entry-right{
    text-align:right;
    margin-top:100px;
}

@media(max-width:768px) {
    .lineup-artists-headline {
        margin-top: 75px
    }
    .biglogohero{
        width:100%;
    }
}

@media(min-width:1024px) {
    .lineup-artists {
        padding-top: 20px
    }
}

.lineup-artists .featured-image {
    margin: 0;
    padding: 0
}

.lineup-artists .featured-image {
    width: 100%
}

.lineup-artists .featured-image img {
    width: 100%;
    max-width: 100%
}

.lineup-artists .lineup-artists-wrap {
    margin-top: 80px
}

.lineup-artists .lineup-artists-wrap .lineup-artists-description {
    position: relative;
    width: 100%
}

.lineup-artists .lineup-artists-wrap .lineup-artists-description-container {
    position: relative;
    padding: 30px;
    background: hsl(0, 0%, 100%);
    box-shadow: 50px 40px 115px rgba(0, 0, 0, .1)
}

.lineup-artists-description .entry-title {
    font-size: 30px;
    font-weight: 600;
    color: hsl(0, 0%, 9%)
}

.lineup-artists-description .entry-content {
    font-size: 14pt;
    color: hsl(0, 0%, 30%);
    line-height: 2
}

.lineup-artists-wrap .box-link {
    position: absolute;
    margin: 0;
    padding: 0;
    top: -24px;
    right: 50px;
    z-index: 999
}

@media screen and (min-width:768px) {
    .lineup-artists-description .descr {
        border-radius: 20px 10px
    }

    .lineup-artists-description .descl {
        border-radius: 10px 20px
    }

    .lineup-artists .lineup-artists-wrap {
        margin-top: 30px
    }

    .lineup-artists .featured-image {
        max-width: 360px
    }

    .lineup-artists .lineup-artists-wrap .lineup-artists-description {
        width: calc(100% - 360px)
    }
    
    .lineup-artists .lineup-artists-wrap .lineup-artists-description-container {
        position: absolute;
        z-index: 99;
        top: 100px;
        left: -75px;
        width: calc(100% + 75px)
    }
.lineup-market .lineup-artists .lineup-artists-wrap .lineup-artists-description-container{
        top: 70px;
        left: -55px;
    }
    
    .lineup-market .descl{
         top: 20px !important;
    left: 120px !important;
    }
    
    
   
    .lineup-artists .lineup-artists-wrap:nth-of-type(even) .lineup-artists-description-container {
        right: -75px;
        left: auto
    }

    .lineup-artists .lineup-artists-wrap:nth-of-type(even) .box-link {
        right: auto;
        left: 50px
    }
}

@media screen and (min-width:992px) {
    .lineup-artists .lineup-artists-wrap .lineup-artists-description-container {
        padding: 50px
    }
}

@media screen and (min-width:1200px) {
    .lineup-artists .lineup-artists-wrap .lineup-artists-description-container {
        max-width: 660px
    }

    .lineup-artists .lineup-artists-wrap:nth-last-of-type(1) {
        margin-left: 80px
    }
}

.counter_data {
    margin-top: 150px
}

.the-complete-lineup {
    margin-top: 115px
}

.the-complete-lineup .entry-title p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: hsl(0, 0%, 48%)
}

.the-complete-lineup .entry-title h2 {
    width: 100%;
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    color: hsl(0, 0%, 0%)
}

.expositores {
    list-style: none;
    font-size: 12pt;
    color: #000;
    line-height: 2;
    margin-top: 20px
}

.the-complete-lineup-artists {
    width: 100%;
    position: relative;
    height: auto;
    margin-left: 0%;
}

.the-complete-lineup-artists .artist-single {
    margin-bottom: 0
}

.the-complete-lineup-artists .artist-single:nth-of-type(even) {
    margin-top: 120px
}

.the-complete-lineup-artists .artist-single figure {
    margin: 0;
    padding: 0;
    width: 100%
}

.the-complete-lineup-artists .artist-single .box-link {
    position: absolute;
    top: 15px;
    left: 232px;
    cursor: pointer
}

.the-complete-lineup-artists .artist-single .featured-image img {
    max-width: 100%;
    height: auto;
    width: 255px
}

.the-complete-lineup-artists .artist-single .featured-image a {
    display: block
}
a {
  color: #915100;
  font-weight: 500;
}
a:hover{
    text-decoration:none;
}
.the-complete-lineup-artists .artist-single h2 {
    margin-top: 38px;
    font-size: 34px;
    font-weight: 600;
    color: hsl(0, 0%, 2%);
    text-align: center
}
 

    .image-list img {
      width: 150px; /* Ajusta el tamaño de las imágenes */
      height: auto; /* Mantén la proporción de las imágenes */
      border: 2px solid #ccc; /* Borde alrededor de las imágenes */
      border-radius: 10px; /* Bordes redondeados */
    }

@media screen and (min-width:768px) {
    .the-complete-lineup-artists .artist-single:nth-child(6) {
        margin-top: 0
    }
}

@media screen and (min-width:1200px) {
    .the-complete-lineup-artists .artist-single:nth-child(1) {
        margin-top: 2px
    }

    .the-complete-lineup-artists .artist-single:nth-child(2) {
        margin-top: 90px
    }

    .the-complete-lineup-artists .artist-single:nth-child(3) {
        margin-top: 48px
    }

    .the-complete-lineup-artists .artist-single:nth-child(4) {
        margin-top: 0
    }

    .the-complete-lineup-artists .artist-single:nth-child(5) {
        margin-top: 75px
    }

    .the-complete-lineup-artists .artist-single:nth-child(6) {
        margin-top: 165px
    }

    .the-complete-lineup-artists .artist-single:nth-child(7) {
        margin-top: 25px
    }

    .the-complete-lineup-artists .artist-single:nth-child(8) {
        margin-top: 75px
    }
}

.box-link img {
    width: 75px !important
}

.see-complete-lineup {
    margin-top: 105px
}

.see-complete-lineup .entry-footer .btn {
    padding: 15px 35px;
    margin-right: 20px;
    background: #3e9f50;
    font-weight: 500;
    font-family: "Bebas Neue", sans-serif;
    border-radius: 20px 10px;
    font-size: 14pt
}

.see-complete-lineup .entry-footer a {
    font-size: 14px;
    font-weight: 600;
    color: hsl(0, 0%, 100%)
}

.event img {
  width: 190px;
  height: 250px;
}
.homepage-next-events .entry-title p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: hsl(0, 0%, 30%)
}

.homepage-next-events .entry-title h2 {
    width: 100%;
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    color: hsl(0, 0%, 0%)
}

@media(max-width:768px) {
    .maprow .entry-title p {
        padding-top: 20px
    }

    .mapimgcol {
        transform: rotate(90deg);
        margin-top: 4rem !important;
        margin-bottom: 8rem
    }

    .mapimgcol img {
        width: 500px !important
    }
}

.next-event-slider-wrap {
    position: relative
}

.next-event-slider {
    margin-top: 110px
}

.next-event-slider .featured-image {
    display: block;
    margin: 0;
    position: relative
}

.next-event-slider .featured-image img {
    display: block;
    width: 100%
}

.next-event-slider .entry-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    padding: 30px;
    text-align: center;
    background: rgba(0, 0, 0, .75);
    text-decoration: none;
    transition: all .5s;
    opacity: 0;
    visibility: hidden
}

.next-event-slider .featured-image:hover .entry-content {
    opacity: 1;
    visibility: visible
}

.next-event-slider .entry-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: hsl(0, 0%, 100%)
}

.next-event-slider .entry-content p {
    font-size: 14px;
    color: hsl(0, 0%, 100%)
}

.next-event-slider-wrap .swiper-button-next {
    top: auto;
    bottom: -21px;
    right: auto;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-left: -21px;
    background: transparent
}

.next-event-slider-wrap .swiper-button-next img {
    width: 100%
}

@media screen and (min-width:768px) {
    .containertopnegative{
        margin-top:-100px;
    }
    .next-event-slider-wrap .swiper-button-next {
        bottom: -42px;
        width: 84px;
        height: 84px;
        margin-left: -42px
    }
}

.home-page-last-news {
    margin-top: 220px
}

.home-page-last-news .entry-title p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: hsl(0, 0%, 48%)
}

.home-page-last-news .entry-title h2 {
    width: 100%;
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    color: hsl(0, 0%, 0%)
}

.home-page-last-news-wrap {
    margin-top: 110px
}

.home-page-last-news-wrap .box-link-date {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 10px 25px;
    background: -webkit-linear-gradient(#00d0ff, #25ffbf);
    font-size: 20px;
    font-weight: 500
}

.home-page-last-news-wrap .box-link-date a {
    color: hsl(0, 0%, 100%);
    text-decoration: none
}

.home-page-last-news-wrap .content-wrapper {
    background: hsl(0, 0%, 100%);
    box-shadow: 10px 40px 115px 27px rgba(0, 0, 0, .1)
}

.home-page-last-news-wrap .featured-image {
    margin: 0;
    padding: 0;
    box-shadow: 10px 40px 115px 27px rgba(0, 0, 0, .1)
}

.home-page-last-news-wrap .featured-image img {
    max-width: 100%
}

.home-page-last-news-wrap .entry-content {
    padding: 35px 45px
}

.home-page-last-news-wrap .entry-content .entry-header h2 {
    font-size: 24px;
    font-weight: 600;
    color: hsl(0, 0%, 9%)
}

.home-page-last-news-wrap .entry-content .entry-header h2 a {
    color: hsl(0, 0%, 9%)
}

.home-page-last-news-wrap .entry-content .entry-meta {
    margin-top: 6px;
    font-size: 12px;
    color: hsl(0, 0%, 9%);
    font-weight: 500
}

.home-page-last-news-wrap .entry-content .entry-meta a {
    color: hsl(0, 0%, 10%)
}

.home-page-last-news-wrap .entry-content .entry-description {
    margin-top: 25px;
    font-size: 15px;
    color: hsl(0, 0%, 60%);
    line-height: 2
}

.home-page-last-news-wrap .entry-content .entry-meta span {
    margin-right: 10px
}

.site-footer {
    position: relative;
    padding: 40px 80px;
    background-image: image-set(url(../images/webp/footer-cover.webp) type("image/webp"), url(../images/footer-cover.jpg) type("image/jpeg"));
    backgroun-repeat: no-repeat;
    background-size: cover
}

.site-footer::before {
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    z-index: 3;
    background: hsla(0, 0%, 5%, .7);
    top: 0;
    left: 0
}

.site-footer .footer-cover-title {
    min-height: 480px;
    width: 100%
}

.site-footer .footer-cover-title h2 {
    font-size: 20vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    color: hsl(0, 0%, 100%);
    mix-blend-mode: overlay;
    z-index: 2
}

.footer-content-wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 4;
    top: 130px;
    left: 0;
    padding: 6px 0;
    text-align: center
}

.footer-content-wrapper .flex {
    flex-direction: column
}

.footer-content-wrapper .entry-title {
    text-align: center;
    margin-top: 25px
}

.footer-content-wrapper .entry-title a {
    font-size: 52px;
    font-weight: 700;
    color: hsl(0, 0%, 100%);
    line-height: 1;
    text-decoration: none
}

@media screen and (min-width:576px) {
    .footer-content-wrapper .entry-title a {
        font-size: 100px
    }
}

.footer-content-wrapper .entry-mail {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 700;
    color: hsl(0, 0%, 100%)
}

.footer-content-wrapper .entry-mail a {
    text-decoration: none;
    color: hsl(0, 0%, 100%)
}

.footer-content-wrapper .copyright-info {
    margin-top: 20px;
    font-size: 12px;
    color: hsl(0, 0%, 100%)
}

.footer-content-wrapper .footer-social {
    margin-top: 32px
}

.footer-content-wrapper .footer-social .flex {
    flex-direction: row !important
}

.footer-content-wrapper .footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-content-wrapper .footer-social ul a {
    padding: 5px 16px;
    font-size: 12px;
    color: hsl(0, 0%, 100%)
}

.about-us {
    background: url(../images/about-us-background.jpg) no-repeat;
    width: 100%;
    height: 100%
}

.about-us .site-header figure {
    margin: 0;
    padding: 0
}

.about-us .site-header figure img {
    max-width: 100%
}

.page-header {
    min-height: 520px;
    padding-top: 280px;
    background-size: cover
}

.about-us .page-header {
    background: url(../images/devaia_hero_bg7.jpg) no-repeat;
    background-size: cover
}

.page-header .entry-title {
    font-size: 72px;
    color: #fff;
    margin: 0;
    padding: 0
}

.page-header .breadcrumbs {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    list-style: none
}

.page-header .breadcrumbs li {
    position: relative;
    padding-right: 14px
}

.page-header .breadcrumbs li::after {
    content: '/';
    position: absolute;
    top: 3px;
    right: 0;
    height: 20px;
    width: 14px;
    font-size: 12px;
    text-align: center
}

.page-header .breadcrumbs li:nth-last-of-type(1)::after {
    display: none
}

.page-header .breadcrumbs li a {
    text-decoration: none;
    color: #fff
}

.main-content {
    margin: 120px 0
}

.main-content .entry-header .entry-title p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #7a7a7a
}

.main-content .entry-header .entry-title h2 {
    margin: 0;
    padding: 0;
    font-size: 48px;
    font-weight: 600;
    color: #040608
}

.about-us .main-content .entry-content {
    margin-top: 100px
}

.about-us .main-content .entry-content .entry-header h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    color: #040608
}

.about-us .main-content .entry-content .entry-description p {
    margin: 0 !important;
    padding: 0;
    margin-top: 25px !important;
    font-size: 15px;
    font-weight: 300;
    color: #989898;
    line-height: 2;
    word-break: break-all;
    hyphens: auto
}

.about-us .main-content .featured-image {
    margin-top: 110px
}

.about-us .main-content .featured-image img {
    max-width: 100%
}

.about-us .hero-slider-images {
    margin-top: 110px
}

.about-us .hero-slider-images .featured-images {
    position: relative;
    margin: 0;
    padding: 0
}

.about-us .hero-slider-images .featured-images a {
    display: block
}

.about-us .hero-slider-images .featured-images img {
    max-width: 100%
}

.about-us .hero-slider-images .featured-images .button {
    position: absolute;
    top: 43%;
    left: 47.4%
}

.milestones {
    padding-bottom: 120px;
    margin-top: 100px
}

.milestones .d-col-n {
    min-width: 150px
}

.testimonial-wrap {
    position: relative;
    background-image: linear-gradient(to bottom, #0196bf, #00a0bc, #00a9b3, #00b1a4, #1bb791)
}

.testimonials-container, .testimonial-featured-image {
    position: relative;
    width: 100%;
    overflow: hidden
}

.testimonials-container {
    padding-bottom: 60px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center
}

.testimonial-content-wrap {
    padding: 120px 80px 110px 40px
}

.testimonial-content-wrap .user-avatar {
    width: 52px;
    height: 52px;
    margin-right: 40px;
    border-radius: 50%;
    overflow: hidden
}

.testimonial-content {
    width: calc(100% - 92px)
}

.testimonial-content-wrap .entry-title {
    font-size: 36px;
    font-weight: 600;
    color: #fff
}

.testimonial-content-wrap .entry-content {
    margin-top: 48px;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    color: #fff
}

.testimonial-content-wrap .entry-footer {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

.testimonial-content-wrap .entry-footer a {
    color: #fff;
    text-decoration: none
}

.testimonials-container .swiper-button-next {
    top: 50%;
    right: 15px;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    background: transparent
}

.testimonials-container .swiper-button-next img {
    width: 100%
}

.testimonials-container .swiper-pagination-bullets {
    padding-left: 292px;
    text-align: left
}

.testimonials-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
    background: transparent;
    border: 2px solid #fff;
    opacity: 1
}

.testimonials-container .swiper-pagination-bullet-active {
    background: #fff
}

.testimonial-featured-image img {
    min-width: 100%;
    width: auto;
    height: 100%
}

@media screen and (min-width:992px) {
    .testimonials-container, .testimonial-featured-image {
        width: 50%
    }

    .testimonials-container .swiper-button-next {
        right: -42px;
        width: 84px;
        height: 84px;
        margin-top: -42px
    }
}

@media screen and (min-width:1200px) {
    .testimonials-container, .testimonial-featured-image {
        width: 50%
    }

    .testimonial-content-wrap {
        padding: 120px 80px 110px 100px
    }
}

@media screen and (min-width:1500px) {
    .testimonials-container, .testimonial-featured-image {
        width: 50%
    }

    .testimonial-content-wrap {
        padding: 120px 180px 110px 200px
    }
}

.tickets-page {
    background: url(../images/elements-total-background.jpg) no-repeat;
    width: 100%;
    height: 100%
}

.tickets-page .page-header {
    background: url(../images/tickets-page-header-background.jpg) no-repeat
}

.tickets-page .tabs {
    margin-top: 80px
}

.tickets-page .tabs ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.tickets-page .tabs .active {
    background: -webkit-linear-gradient(#00d0ff, #25ffbf) !important
}

.tabs .tab-nav {
    padding: 10px 10px;
    margin-right: 0;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    color: #040608;
    cursor: pointer
}

.tabs .tab-nav:hover {
    background: -webkit-linear-gradient(#00d0ff, #25ffbf) !important
}

.tickets-page .tabs .tabs-container {
    margin-top: 5px;
    box-shadow: 13px 26px 139px rgba(0, 0, 0, .1);
    background: #fff
}

.tickets-page .tabs .tab-content {
    padding: 48px 15px;
    color: #989898;
    font-size: 15px;
    line-height: 1.8
}

@media screen and (min-width:576px) {
    .tabs .tab-nav {
        padding: 20px
    }
}

@media screen and (min-width:992px) {
    .tabs .tab-content {
        padding: 48px
    }

    .tabs .tab-nav {
        padding: 20px 60px;
        margin-right: 10px;
        font-size: 15px
    }
}

.tickets-page .single-event-details-row {
    margin-bottom: 30px
}

.tickets-page .single-event-details-row:nth-last-of-type(1) {
    margin-bottom: 0
}

.groovin {
    margin-top: 100px;
    height: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap
}

@media (max-width:768px) {
    .groovin {
        height: 200vh
    }
}

.groovin h2 {
    text-align: center;
    text-shadow: -1px 0 green, 0 1px green, 1px 0 green, 0 -1px green;
    -webkit-text-stroke: 2px #fff;
    text-align: center;
    text-shadow: -1px 0 green, 0 3px green, 3px 0 green, 0 -1px green;
    -webkit-text-stroke: 2px #fff;
    font-size: 50px
}

.groovin p {
    font-size: 14pt
}

.groovin .see-complete-lineup {
    margin: 50px auto 0 auto
}

.single-event-details, .single-event-details a, .single-event-details label {
    font-size: 18px;
    font-weight: 500;
    color: #040608
}

.single-event-details label {
    display: block;
    margin-bottom: 0;
    color: #232127
}

.single-event-details p, .single-event-details a {
    color: #989898
}

.single-event-details-row p.sold-out {
    color: #040608
}

.single-event-details-row p.sold-out span {
    color: red
}

.single-event-map {
    width: 100%;
    margin-top: 30px
}

.single-event-map iframe {
    width: 100%;
    height: 460px
}

@media screen and (min-width:768px) {
    .tickets-page .single-event-heading {
        width: auto
    }

    .single-event-details {
        width: 220px
    }

    .single-event-map {
        width: calc(100% - 220px);
        margin: 0
    }

    .event-tickets {
        padding: 40px
    }
}

@media screen and (min-width:992px) {
    .single-event-details {
        width: 340px
    }

    .single-event-map {
        width: calc(100% - 340px);
        margin: 0
    }

    .event-tickets .ticket-row {
        margin-bottom: 15px
    }

    .ticket-type {
        width: calc(100% - 400px);
        margin-bottom: 0
    }

    .event-tickets .number-of-ticket {
        margin-bottom: 0
    }
}

.tickets-page .event-tickets {
    padding: 72px 48px;
    background: #fff;
    box-shadow: 13px 26px 139px rgba(0, 0, 0, .1)
}

.tickets-page .event-tickets .ticket-row {
    background: #f4f6f7;
    margin-bottom: 15px
}

.tickets-page .event-tickets .ticket-row .ticket-type {
    padding: 15px 24px;
    margin-right: 15px
}

.tickets-page .event-tickets .ticket-row .entry-title {
    font-size: 18px;
    font-weight: 500;
    color: #03070c;
    width: 235px;
    margin: 0;
    padding: 0
}

.tickets-page .main-content .event-tickets .ticket-type span {
    font-size: 16px;
    font-weight: 500;
    color: #989898;
    margin: 0;
    padding: 0;
    width: 300px
}

.tickets-page .main-content .event-tickets .ticket-price {
    font-size: 18px;
    font-weight: 500;
    color: #03070c;
    width: 50px
}

.tickets-page .event-tickets .number-of-tickets {
    width: 120px;
    padding: 15px 24px;
    margin-right: 25px
}

.tickets-page .number-of-tickets .increase-ticket, .tickets-page .number-of-tickets .decrease-ticket {
    font-size: 18px;
    font-weight: 500;
    color: #03070c;
    cursor: pointer
}

.tickets-page .number-of-tickets .ticket-count {
    font-size: 18px;
    font-weight: 400;
    color: #03070c;
    width: 32px;
    border: 0;
    text-align: center;
    background: #f3f8f9
}

.tickets-page .clear-ticket-count {
    font-size: 16px;
    font-weight: 500;
    color: #989898;
    margin-right: 60px;
    cursor: pointer
}

.tickets-page .ticket-row .btn {
    background: #f3f8f9;
    width: 100px;
    font-size: 16px;
    font-weight: 500;
    color: #ff2630
}

.blog-page {
    width: 100%;
    height: 100%;
    background: url(../images/blog-page-background.jpg) no-repeat
}

.blog-page .page-header {
    background: url(../images/blog-header-background.jpg) no-repeat
}

.blog-list-page .single-blog-content {
    display: none
}

.blog-list-page .single-blog-content.visible {
    display: block
}

.blog-page .blog-list-page .blog-content {
    margin-top: 100px;
    box-shadow: 15px 18px 100px rgba(0, 0, 0, .1);
    transition: .35s
}

.blog-page .blog-list-page .blog-content:hover {
    box-shadow: 15px 18px 100px rgba(0, 0, 0, .3);
    transition: .35s
}

.blog-page .blog-list-page .blog-content .featured-image {
    margin: 0;
    padding: 0
}

.blog-page .blog-list-page .blog-content .featured-image img {
    max-width: 100%;
    position: relative
}

.blog-page .blog-list-page .blog-content .box-link-date {
    position: absolute;
    top: 135px;
    left: 0;
    padding: 10px 25px;
    background: -webkit-linear-gradient(#00d0ff, #25ffbf);
    cursor: pointer
}

.blog-page .blog-list-page .blog-content .box-link-date a {
    font-weight: 400;
    color: #fff;
    text-decoration: none
}

.blog-page .blog-list-page .blog-content .entry-content {
    padding: 40px 45px;
    background: #fff
}

.blog-page .blog-list-page .blog-content .entry-content .entry-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: #050505
}

.blog-page .blog-list-page .blog-content .entry-content .entry-meta {
    margin-top: 6px;
    font-size: 12px;
    color: #050505
}

.blog-page .blog-list-page .blog-content .entry-content .entry-meta span {
    margin-right: 10px
}

.blog-page .blog-list-page .blog-content .entry-content .entry-meta span a {
    color: #050505
}

.blog-page .blog-list-page .blog-content .entry-content .entry-description {
    margin-top: 25px;
    font-size: 15px;
    color: #989898;
    line-height: 2
}

.blog-page .blog-list-page .load-more {
    margin-top: 115px
}

.blog-page .blog-list-page .load-more .btn {
    padding: 15px 35px;
    border-radius: 0;
    background: -webkit-linear-gradient(#00d0ff, #25ffbf);
    font-weight: 500;
    outline: none
}

.contact-page {
    background: url(../images/contact-background-image.jpg) no-repeat
}

.contact-page .page-header {
    background: url(../images/contact-header-background.jpg) no-repeat
}

.contact-page .main-content {
    background: #fff;
    box-shadow: 13px 14px 68px rgba(0, 0, 0, .1)
}

.contact-page-map {
    width: 100%
}

.contact-page-map iframe {
    width: 100%;
    height: 660px
}

.contact-page .contact-details {
    margin-top: 70px
}

.contact-page .contact-details .contact-medium {
    padding: 0 20px
}

.contact-page .contact-details .contact-medium .contact-icon {
    padding: 0;
    margin-right: 20px
}

.contact-page .contact-details .contact-medium .contact-icon img {
    max-width: 100%;
    height: auto
}

.contact-page .contact-details .contact-medium .entry-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #040608
}

.contact-page .contact-details .contact-medium .entry-content {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #989898
}

.contact-page .get-in-touch {
    margin-top: 115px;
    padding: 0 15px
}

@media screen and (min-width:992px) {
    .contact-page .get-in-touch {
        padding: 0 100px
    }
}

.contact-page .get-in-touch .entry-header {
    text-align: center
}

.contact-page .get-in-touch .entry-title p {
    font-size: 14px;
    font-weight: 500;
    color: #989898;
    margin: 0
}

.contact-page .get-in-touch .entry-title h2 {
    font-size: 48px;
    font-weight: 600;
    color: #050505;
    margin: 5px 0 0
}

.contact-page .get-in-touch .entry-content {
    margin-top: 45px
}

.contact-page .get-in-touch .entry-content p {
    font-size: 15px;
    color: #989898;
    line-height: 2;
    text-align: center
}

.contact-page .main-content .get-in-touch .contact-form {
    margin-top: 120px
}

.contact-page .contact-form input[type="text"], .contact-page .contact-form input[type="email"], .contact-page .contact-form textarea {
    width: 100%;
    padding: 14px 22px;
    margin-bottom: 30px;
    border: 0;
    background: #f4f6f7;
    color: #050505;
    outline: none
}

.contact-page .contact-form input[type="text"]::placeholder, .contact-page .contact-form input[type="email"]::placeholder, .contact-page .contact-form textarea::placeholder {
    color: #7f7f7f;
    font-style: italic
}

.contact-page .contact-form .submit {
    margin-top: 15px;
    margin-bottom: 120px
}

.contact-page .contact-form .submit .btn {
    padding: 15px 30px;
    margin-right: 20px;
    border-radius: 0;
    font-weight: 600;
    background: -webkit-linear-gradient(#00d0ff, #25ffbf)
}

.elements-page {
    background: url(../images/elements-total-background.jpg) no-repeat
}

.elements-page .page-header {
    background: url(../images/elements-header-background.jpg) no-repeat
}

.elements-page .elements-wrap {
    margin-bottom: 110px
}

.elements-page .elements-wrap .entry-header h2.entry-title {
    color: #040608;
    font-size: 48px;
    font-weight: 600
}

.elements-page .elements-wrap h2.entry-title {
    margin-bottom: 90px
}

.elements-page .elements-wrap .entry-content .btn {
    height: 55px;
    width: 165px;
    padding: 10px 20px;
    margin-right: 20px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    color: #040608
}

.elements-page .elements-wrap .entry-content .gradient {
    background: -webkit-linear-gradient(#00d0ff, #25ffbf)
}

.elements-page .elements-wrap .entry-content .white {
    background: #fff;
    box-shadow: 0 13px 50px 9px rgba(0, 0, 0, .1)
}

.elements-page .elements-wrap .entry-content .border-blu {
    border: 2px solid #0de7e4
}

.elements-page .elements-wrap .entry-content .color-border {
    border: 2px solid #0de7e4;
    padding: 6px;
    background: #0de7e4;
    background-clip: content-box
}

.counter-box {
    text-align: center
}

.counter-box .start-counter {
    font-size: 60px;
    font-weight: 500;
    color: #040608
}

.counter-box .start-counter, .counter-box .counter-k {
    font-size: 60px;
    font-weight: 600;
    color: #040608;
    text-align: center
}

.counter-box .entry-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #989898
}

.tabs ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.tabs ul .active {
    background: -webkit-linear-gradient(#00d0ff, #25ffbf) !important
}

.tabs ul .tab-nav {
    padding: 15px 40px;
    line-height: 1;
    color: #040608;
    font-weight: 600;
    cursor: pointer
}

.tabs-container {
    background: #f3f8f9;
    box-shadow: 5px 14px 100px rgba(0, 0, 0, .1)
}

.tabs-container .tab-content {
    display: block;
    padding: 48px;
    background: #fff
}

.tabs-container .tab-content .entry-header {
    margin-top: 0;
    font-size: 24px;
    font-weight: 500;
    color: #040608
}

.tabs-container .tab-content p {
    margin-top: 35px;
    color: #989898;
    font-size: 15px;
    font-weight: 300;
    line-height: 2
}

.accordion-and-tabs-wrap .accordion-wrap {
    position: relative
}

.accordion-and-tabs-wrap .accordion-wrap .entry-title {
    width: 445px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 16px;
    color: #040608;
    cursor: pointer
}

.accordion-and-tabs-wrap .accordion-wrap .entry-title .arrow-d::before {
    content: "-"
}

.accordion-and-tabs-wrap .accordion-wrap .entry-title .arrow-r::before {
    content: "+"
}

.accordion-and-tabs-wrap .accordion-wrap .active {
    background: -webkit-linear-gradient(#00d0ff, #25ffbf)
}

.accordion-and-tabs-wrap .accordion-wrap .entry-content {
    display: none;
    width: 100%;
    height: auto;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 300;
    color: #989898;
    line-height: 2
}

.accordion-and-tabs-wrap .accordion-wrap .accordion-active {
    display: block;
    margin-top: 0
}

.circular-progress-bar {
    margin-bottom: 60px;
    text-align: center
}

.circular-progress-bar .circle {
    position: relative;
    width: 210px;
    height: 210px
}

.circular-progress-bar .circle strong {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    font-size: 60px;
    color: #050505
}

.circular-progress-bar .entry-title {
    position: absolute;
    top: 145px;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    color: #989898;
    text-align: center;
    width: 100%
}

.icon-box .entry-header {
    position: relative;
    margin: 0
}

.icon-box .entry-header::before {
    position: absolute;
    content: "01.";
    top: -18px;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    background: -webkit-linear-gradient(#00d0ff, #25ffbf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.icon-box .entry-header .entry-title {
    padding-left: 84px;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #050505
}

.icon-box .entry-content {
    margin-top: 30px;
    color: #989898;
    font-size: 15px;
    line-height: 2;
    word-break: break-all
}

.icon-box-1 .entry-header::before {
    content: "01."
}

.icon-box-2 .entry-header::before {
    content: "02."
}

.icon-box-3 .entry-header::before {
    content: "03."
}

@media(max-width:768px) {
    .translucent-background {
        margin: 0
    }

    .countdown {
        padding: 5%
    }

    .countdown-holder .dday, .countdown-holder .dhour, .countdown-holder .dmin, .countdown-holder .dsec {
        display: block;
        font-size: 35pt;
        font-weight: 600;
        line-height: 1;
        color: hsl(0, 0%, 100%)
    }

    .homepage-next-events {
        padding: 5%;
        font-size: 22pt
    }

    .mapimg {
        width: 100%
    }

    .container80 {
        max-width: 95%;
        padding:0;
    }
}

.mapInfo {
  color: #6e6e6e;
  display: flex;
}

.mapInfo .numberSpan {
  height: fit-content;
  padding: 0 10px;
  border-radius: 20px;
  text-align: center;
  margin-right: 15px;
  color:white;
  border: 2px solid #fff;
}
.spanone{
    background: #928d88;
}
.spantwo{
    background: #ae351d;
}
.spanthree{
    background: #86824c;
}
.spanfour{
    background: #dfaecf;
}
.ititle{
    font-weight:600;
}
.timeline {
         display: grid;
        grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
        gap: 5px;
        padding: 0px;
    }
    @media(max-width:768px){
        .timeline {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
        gap: 20px;
        padding: 20px;
    }
    }
    .event {
        background: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    
    .event img {
        width: 100%;
        height: 250px;
    }
    
    .info {
        padding: 10px;
        text-align: center;
    }
    
    .attendance {
        font-size: 24px;
        font-weight: bold;
        color: #333;
    }
    
    .date, .location {
        font-size: 18px;
        color: #666;
    }
   
@media (max-width:768px) {
    .hero-content {
        padding: 150px 0 70px 0
    }
    #mapazonas{
        width:300px;
    }
    .mapInfo p{
        font-size:14pt;
    }
    .ititle{
        color:black;
    }
    .milestones{
        margin-top:50px;
    }
    .timeline{
        padding:0;
    }
    .event{
        display: flex;
        align-content: center;
        align-items: center;
    }
    .attendance{
        font-size:18px !important;
    }
    .date, .location {
        font-size: 14px !important;
        color: #666;
    }
    .entry-right {
        text-align: center;
    }
    .lineup-artists-headline .entry-title h2{
        font-size:35px;
    }
   

      .image-list img {
        flex: 0 1 calc(50% - 20px); /* Ajusta el tamaño de las imágenes para que quepan dos en una fila */
      }
}