body {
    font-family: 'Roboto', sans-serif;
}

#splash-container {
    padding: 0; 
    width: 100%;
}

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

.header-content {
    position: absolute;
    width: 100%;
    margin: 0;
    height: 100%;
}

.hlogo{
    display: block;
    margin: 50px auto;
    max-width: 200px;
    width: 70%;
    min-width: 100px;
}

.header-content .col-md-4{
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.content-button{
    margin: 60px auto;
    display: block;
    background: rgba(40, 40, 40, .6);
    border: 2px solid #FFF;
    width: 300px;
    font-size: 20px;
    padding: 15px;
    color: white;
    border-radius: 15px;
    text-align: center;
}

.content-button:active, .content-button:focus{
    color: white;
    text-decoration: none;
    outline: none;
}

.content-button:hover{
    border: 2px solid #FFC000;
    color: white;
    text-decoration: none;
}
.content-button.active{
    background: rgb(40, 40, 40);
    border: 2px solid #FFC000;
}

h2 {
    font-size: 76px;
    font-family: 'Impact', sans-serif;
}

h3 {
    font-family: 'Impact', sans-serif;
    font-size: 46px;
}

h4 {
    color: #FFC000;
}
.details-section h3:before {
    content: '>';
    color: #FFC000;
    margin-right: 20px;
}

section:not(.header-section) {
    padding: 50px 0;
}

.details-section, .sponsors-section {
    color: white;
    background-image: url(../../images/inter-kn/details.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    
}

.sponsors-section {
    background-image: url(../../images/inter-kn/sponsors-bg.jpg);
}
.sponsors-section h3{
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    font-size: 40px;
}


.sponsors-section:before, .details-section:before { 
    content: '';
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.details-section .container, .sponsors-section .container {
    position: relative;
    z-index: 2;
}

.details-row {
    font-size: 16px;
    padding: 0 50px;
}
.details-row .col-sm-12{
    margin-top: 50px;
}

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

.category-column h3{
    text-align:left; 
    margin: 50px;
    font-size: 38px;
}

.clausura {
    margin-top: 50px;
}

.big:nth-child(2) {
    margin-left: 50px;
}
.big {
    font-size: 52px;
    /* font-weight: 900; */
    font-family: 'Impact', sans-serif;
    vertical-align: middle;
}

.middle-category{
    margin: 0 50px;
}

.links-row .col-sm-12 {
    text-align: center;
    margin-top: 50px;
}
.links-row a{
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    color: white;
}
.morelia-section {
}
.old-picture {
    max-width: 100%;
}

.map-img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.sponsors-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 20px;

}

.sponsors-list img{
    max-width: 100px;
}

.sponsors-list li{
    margin: 10px 40px;
}
.promo-text{
    font-size: 14px;
    padding-top: 14px;
}
.price-promo {
    position: relative;
    padding: 27px;
}
.cls-1{
    fill: none;
    stroke:#fff;
    stroke-miterlimit:10;
}

.curved-wrapper {
    width: 180px;
    left: 0;
    top: 0;
    position: absolute;
}

.curved-text{
    font-size: 12px;
}

.price-promo .circle{
    position: relative;
    z-index: 2;
    background-color: #FFC000;
    color: white;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.price-promo .circle .promo-price-number{
    font-size: 42px;
    display: block;
    font-weight: 900;
    text-align: center;
    /* padding-right: 20px; */
    /* font-family: 'Impact', sans-serif; */
}
.stroked-line {
    margin-top: -10px;
    border-top: 1px solid black;
    width: 70px;
}

.price-promo-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

.price-promo:nth-child(2) {
    margin-top: 40px;
    margin-bottom: 140px;
}

mark {
    background-color: transparent;
    text-decoration: underline;
    color: inherit;
}
mark.stroke {
    text-decoration: line-through;
}

.paquete-section h2 {
    font-size: 46px;
    /* text-align: center; */
    margin-bottom: 50px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.paquete-section h2 strong {
    color: #FFC000;
}

.paquete-section ul{
    /* margin-top: 20px; */
    list-style: none;
    padding: 0;
}

.paquete-section li{
    margin: 10px 0;
}

.paquete-section li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #FFC000; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }

.paquete-section h5{
    margin-top: 50px;
    font-size: 28px;
    margin-bottom: 20px;
}

#videoMore{
    width: 100%;
    margin-top: 40px;
}

section.paquete-section {
    padding-bottom: 0;
}

.festivals{
    margin-top: 40px;
    padding-bottom: 50px;
    background-color: #f2f2f2;
    padding-top: 40px;
}
.festivals h5{
    font-weight: normal;
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    margin: 0;
}

.festivals img{
    max-width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.festivals-list{
    list-style: none;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.festivals-list span{
    font-weight: normal;
    display: block;
} 
.festivals-list li{ 
    text-align: left;
}

.festivals-list li:nth-child(odd){ 
    margin-right: 50px;
    flex-basis: 50%;
}
.festivals-list li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #FFC000; 
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    font-size: 2em;
    line-height: 0;
    vertical-align: middle;
  }

  .play { 
    background: black;
    border-radius: 50% / 10%;
    color: #FFFFFF;
    font-size: 2em; /* change this to change size */
    height: 3em;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    display: block;
    width: 4em;
    opacity: .5;
  }

  .play-mich {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -61px;
      margin-top: -42px;
      transform: scale(.6);
  }

  .play-more {
      position: absolute;
      top: 63%;
        left: 33%;
      transform: scale(.4);
  }
  
  /* .play:hover {
    background: darkorange;
  } */
  
  .play::before { 
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
  }
  
  .play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: ' ';
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
  }

.sec-banner{
    max-width: 100%;
    /* box-shadow: inset 0 0 30px #000000; */
}

.resultados-swper {
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
    border: 4px solid #FFC000;
    border-radius: 20px;
}

.swiper-slide img{
    max-width: 100%;
}

#results-tab {
    background-color: #000;
    color: white;
    padding-bottom: 50px;
}

.img-thumb img, .img-cover {
    width: 100%;
    border: 4px solid #FFC000;
    border-radius: 20px;
    margin-bottom: 10px;
    height: 180px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

.img-thumb:hover, .img-thumb:active, .img-thumb:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

.img-thumb {
    color: black;
    text-decoration: none;
    margin-bottom: 20px;
}

.prensa {
    padding-bottom: 50px;
}

#video-container img{
    max-width: 100%;
    margin-bottom: 40px;
}

.img-cover {
    
}

.notas-swiper {
    margin-bottom: 40px;
}

#video-text img {
    max-width: 100%;
}
.cheer-section h4 .normal{
    /* font-size: 14px; */
    color: white;
    display:block;
}
.cheer-section h4{
    display: inline-block;
    margin: 0 40px;
}


@media (max-width: 640px) {
    .price-promo-container{
        flex-wrap: wrap;
    }

    .price-promo:nth-child(2) {
        margin-bottom: 0;
    }
    .festivals-list {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}


@media (max-width: 390px) {
    .sponsors-list img{
        max-width: 70px;
    }
}

@media (max-width: 382px) {
    .middle-category {
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 768px) {
    .header-section {
        background: url(../../images/inter-kn/header2.jpg);
        background-size: cover;
    }
    .header-image {
        display: none;
    }
    .header-content {
        position: relative;
    }
}
@media (max-width: 1160px) {
    .content-button{
        margin: 30px auto;
        font-size: 16px;
        padding: 10px;
    }
    .hlogo{
        margin: 30px auto;
        max-width: 150px;
        width: 70%;
        min-width: 80px;
    }
}
@media (max-width: 330px) {
    .sponsors-list img{
        max-width: 200px;
    }
}