  header{
      height: 60px;
      width: 100%;
      background-color: black;
      color: white;
      text-decoration: none;
      display:flex;
      align-items: center;
      position: fixed;
      top: 0;   
      z-index: 100;
    }
    
    header a{
      margin: 20px;
    }
    body,html{
      margin: 0;
      padding: 0;
      background: black;
      overflow-x: hidden;
      width: 100%;
    }
    .containerlogo{
      width: 180px;
      max-width: 800px;
      margin-right: auto;
    }
    .containermenu{
      display: flex;
      font-family: "FF Mark W05",Arial,sans-serif;
      font-size: 14px;
    }
    .logo1{
      width: 126px;
      height: 43px;
      margin-right: 100%;
    }
    .itemmenu{
      text-decoration: none;
      color: white;
      margin-left: 25px;
      display: flex;
      flex-direction: column;
    }
    .itemmenu a{
      text-decoration: none;
      color: white;
    }
    
    .linea{
      background: #900;
      height: 3px;
      transform: translateY(-15px);
      width: 0;
      transition: 0.3s;
    }
    
    .itemmenu:hover .linea{
      width: 100%;
    }
    .menu_responsive{
      background-color: rgba(0, 0, 0, 0.836);
      color: black;
      flex-direction: column;
      z-index: 1000;
      position: fixed;
      height: 100%;
      width: 100%;
      display: none;
      transition: all 0.5s;
      backdrop-filter: blur(5px);
    }
    .itemmenu_re{
      text-decoration: none;
      color: rgb(255, 255, 255);
      margin-left: 25px;
      font-size: 32px;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      margin-top: 30px;
    }
    .contenedor_responsive{
      display: flex;
      flex-direction: column;
      position: absolute;
      transform: translateY(25%);
    }
    
    .containermenu ul{
      padding: 0;
      display: flex;
    }
    .botonresponsive{
      position: absolute;
      height: 30px;
      width: 30px;
      right: 0;
      margin: 20px;
    }
    
    .logomenu{
      height: 35px;
    }
    
    #botonmenu{
      display: none;
    }

    .prcontainer1{
      height: 30px;
      margin-top: 40px;
    }
    
    select {
      width: 220px;
      padding: 10px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 5px;
      appearance: none;
      background-color: #000;
      color: white;
      cursor: pointer;
      outline: none;
      text-align: center;
    }
    
    option {
      background-color: #000;
      color: white;
    }
    
    option:hover {
      background-color: #007BFF;
    }
    
    .dropdown-container {
      position: relative;
      margin-left: 58px;  
    }
    
    .dropdown-container::after {
      content: '\25BC';
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      color: white;
      pointer-events: none;
    }
    .prcontainer2{
      height: 300px;
      position: relative;
      display: flex;
      flex-direction: column;
      -moz-box-align: center;
      align-items: center;
      margin-bottom: 40px;
      overflow: visible;
    }

    .titulopr{
      text-wrap: balance;
      word-break: break-word;
      font-family: "Beaufort for LOL", sans-serif;
      font-style: italic;
      font-size: clamp(50px, 9vw, 180px);
      color: rgb(255, 255, 255);
      text-transform: uppercase;
      position: absolute;
      transform: translate(0px,-17px);
      }

      .text-flicker-in-glow {
                animation: text-flicker-in-glow 3s linear both;
      }
  @keyframes text-flicker-in-glow {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0;
      text-shadow: none;
    }
    10.1% {
      opacity: 1;
      text-shadow: none;
    }
    10.2% {
      opacity: 0;
      text-shadow: none;
    }
    20% {
      opacity: 0;
      text-shadow: none;
    }
    20.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
    }
    20.6% {
      opacity: 0;
      text-shadow: none;
    }
    30% {
      opacity: 0;
      text-shadow: none;
    }
    30.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.5% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    30.6% {
      opacity: 0;
      text-shadow: none;
    }
    45% {
      opacity: 0;
      text-shadow: none;
    }
    45.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    50% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
    }
    55.1% {
      opacity: 0;
      text-shadow: none;
    }
    57% {
      opacity: 0;
      text-shadow: none;
    }
    57.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
    }
    60.1% {
      opacity: 0;
      text-shadow: none;
    }
    65% {
      opacity: 0;
      text-shadow: none;
    }
    65.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    75.1% {
      opacity: 0;
      text-shadow: none;
    }
    77% {
      opacity: 0;
      text-shadow: none;
    }
    77.1% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    85.1% {
      opacity: 0;
      text-shadow: none;
    }
    86% {
      opacity: 0;
      text-shadow: none;
    }
    86.1% {
      opacity: 1;
      
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
    100% {
      opacity: 1;
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    }
  }
  .text-flicker-in-glow2 {
    animation: text-flicker-in-glow2 4s linear both;
  }
  @keyframes text-flicker-in-glow2 {
  0% {
  opacity: 0;
  }
  10% {
  opacity: 0;
  text-shadow: none;
  }
  10.1% {
  opacity: 1;
  text-shadow: none;
  }
  10.2% {
  opacity: 0;
  text-shadow: none;
  }
  20% {
  opacity: 0;
  text-shadow: none;
  }
  20.1% {
  opacity: 1;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
  }
  20.6% {
  opacity: 0;
  text-shadow: none;
  }
  30% {
  opacity: 0;
  text-shadow: none;
  }
  30.1% {
  opacity: 1;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.5% {
  opacity: 1;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.6% {
  opacity: 0;
  text-shadow: none;
  }
  45% {
  opacity: 0;
  text-shadow: none;
  }
  45.1% {
  opacity: 1;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  50% {
  opacity: 1;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55% {
  opacity: 1;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55.1% {
  opacity: 0;
  text-shadow: none;
  }
  57% {
  opacity: 0;
  text-shadow: none;
  }
  57.1% {
  opacity: 1;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60% {
  opacity: 1;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60.1% {
  opacity: 0;
  text-shadow: none;
  }
  65% {
  opacity: 0;
  text-shadow: none;
  }
  65.1% {
  opacity: 1;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75% {
  opacity: 1;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75.1% {
  opacity: 0;
  text-shadow: none;
  }
  77% {
  opacity: 0;
  text-shadow: none;
  }
  77.1% {
  opacity: 1;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85% {
  opacity: 1;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85.1% {
  opacity: 0;
  text-shadow: none;
  }
  86% {
  opacity: 0;
  text-shadow: none;
  }
  86.1% {
  opacity: 1;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  100% {
  opacity: 1;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  }
  .ltpr{
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
    .iconcontainer{
      height:200px;
      display: flex;
      justify-content: center;
      align-items: center;
	  width:100%;
	  position:relative;
	  z-index:+1;
	  margin-bottom:40px;
    }
    .spotsc{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100px;
      text-align: center;
      font-size: 9px;
      margin-left: 40px;
      margin-right: 60px;
    }
    .spotsc:hover svg {
      width: 80px;
      height: 80px;
    }

    .spotsc:hover svg path {
      stroke: red;
    }
    
    .spotsc:hover {
      filter: drop-shadow(0 0 30px rgb(255, 255, 255)) drop-shadow(0 0 60px rgba(255, 255, 255, 0.45)) drop-shadow(0 0 110px rgba(255, 255, 255, 0.25)) drop-shadow(0 0 100px rgba(255, 255, 255, 0.1));
    }
    .spotst{
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
      color: white;
    }
    .sesionesc{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; 
      width: 100px;
      text-align: center;
      font-size: 9px;
      margin-left: 40px;
      margin-right: 60px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .sesionesc svg {
      width: 50px;
      height: 50px;
      transition: all 0.2s ease; /* Suaviza los cambios */
    }

    .sesionesc svg path {
      transition: stroke 0.2s ease; /* Suaviza el cambio de color */
    }
    .sesionesc:hover svg {
      width: 80px;
      height: 80px;
    }

    .sesionesc:hover svg path {
      stroke: red;
    }
    
    .sesionesc:hover {
      filter: drop-shadow(0 0 30px rgb(255, 255, 255)) drop-shadow(0 0 60px rgba(255, 255, 255, 0.45)) drop-shadow(0 0 110px rgba(255, 255, 255, 0.25)) drop-shadow(0 0 100px rgba(255, 255, 255, 0.1));
    }

    .sesionest{
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
      color: white;
    }
    .pelisc{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; 
      width: 100px;
      text-align: center;
      font-size: 9px;
      margin-left: 60px;
      margin-right: 40px;
    }
    .pelisc svg {
      width: 50px;
      height: 50px;
      transition: all 0.2s ease; /* Suaviza los cambios */
    }

    .pelissc svg path {
      transition: stroke 0.2s ease; /* Suaviza el cambio de color */
    }
    .pelisc:hover svg {
      width: 80px;
      height: 80px;
    }

    .pelisc:hover svg path {
      stroke: red;
    }
    
    .pelisc:hover {
      filter: drop-shadow(0 0 30px rgb(255, 255, 255)) drop-shadow(0 0 60px rgba(255, 255, 255, 0.45)) drop-shadow(0 0 110px rgba(255, 255, 255, 0.25)) drop-shadow(0 0 100px rgba(255, 255, 255, 0.1));
    }
    .pelist{
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
      color: white;
    }
    .videoclipsc{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; 
      width: 100px;
      text-align: center;
      font-size: 9px;
      margin-left: 60px;
      margin-right: 40px;
    }
    .videoclipsc svg {
      width: 50px;
      height: 50px;
      transition: all 0.2s ease; /* Suaviza los cambios */
    }
    .videoclipssc svg path {
      transition: stroke 0.2s ease; /* Suaviza el cambio de color */
    }
    .videoclipsc:hover svg {
      width: 80px;
      height: 80px;
    }

    .videoclipsc:hover svg path {
      stroke: red;
    }
    
    .videoclipsc:hover {
      filter: drop-shadow(0 0 30px rgb(255, 255, 255)) drop-shadow(0 0 60px rgba(255, 255, 255, 0.45)) drop-shadow(0 0 110px rgba(255, 255, 255, 0.25)) drop-shadow(0 0 100px rgba(255, 255, 255, 0.1));
    }
    .videoclipst{
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
      color: white;
    }

    .eventosc{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; 
      width: 100px;
      text-align: center;
      font-size: 9px;
      margin-left: 60px;
      margin-right: 40px;
    }
    .eventosc svg {
      width: 50px;
      height: 50px;
      transition: all 0.2s ease; /* Suaviza los cambios */
    }
    .eventosc svg path {
      transition: stroke 0.2s ease; /* Suaviza el cambio de color */
    }
    .eventosc:hover svg {
      width: 80px;
      height: 80px;
    }

    .eventosc:hover svg path {
      stroke: red;
    }
    
    .eventosc:hover {
      filter: drop-shadow(0 0 30px rgb(255, 255, 255)) drop-shadow(0 0 60px rgba(255, 255, 255, 0.45)) drop-shadow(0 0 110px rgba(255, 255, 255, 0.25)) drop-shadow(0 0 100px rgba(255, 255, 255, 0.1));
    }
    .eventost{
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
      color: white;
    }
.tagActivo{
      filter: drop-shadow(0 0 30px rgb(255, 255, 255)) drop-shadow(0 0 60px rgba(255, 255, 255, 0.45)) drop-shadow(0 0 110px rgba(255, 255, 255, 0.25)) drop-shadow(0 0 100px rgba(255, 255, 255, 0.1)) !important;
}
    .tagActivo svg {
      width: 80px !important;
      height: 80px !important;
    }

    .tagActivo svg path {
      stroke: red !important;
    }
    .prcontainer3{
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    .fila{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 507px;
      overflow: hidden;
    }
    
    .vehinfo{
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      background: rgba(26, 24, 24, 0.45);
      backdrop-filter: blur(0px);
      color: rgba(255, 255, 255, 0.914);
      padding: 19px;
      box-sizing: border-box;
      height: 100%;
      display: flex;
      justify-content: start;
      align-items: end;
      z-index: +1;

    }
    .ti{
  line-height: 66px;
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'Cinzel', serif;
  transition:opacity 0.2s ease;
  margin-bottom: -10px;
    }

  @keyframes fade-out-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
      opacity: 0;
    }
  }

  .sesionesimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all 0.3s;
  }

  .media-image, .media-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.5s ease;
  }

  .media-video {
      opacity: 0;
  }

  .ej1:hover .sesionesimg{
    scale: 1.1;
    transition: all 0.3s;
  }

  .ej1:hover .media-image {
      opacity: 0;
  }


  .ej1:hover .ti {
      animation: fade-out-right 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

  .ej1:hover .media-video {
      opacity: 1;
  }
    
    .ej1{
    padding: 40px;
    width: 705px;
    height: 390px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    margin-left: 35px;
    margin-right: 17px;

    }
    .ej1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
    }

   .ej2:hover .sesionesimg{
    scale: 1.1;
    transition: all 0.3s;
  }
  .ej2:hover .media-image {
      opacity: 0;
  }
  .ej2:hover .ti {
    animation: fade-out-right 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  .ej2:hover .media-video {
      opacity: 1;
  }
    .ej2{
    padding: 40px;
    width: 705px;
    height: 390px;
    position: relative;
    overflow: hidden;
    margin-left: 17px;
    margin-right: 35px;
    }
    .ej2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
    }

    .slidederechacss {
    -webkit-animation: slide-right 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-right 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    @-webkit-keyframes slide-right {
      0% {
        -webkit-transform: translateX(-200px);
                transform: translateX(-200px);
          opacity: 0;
      }
      100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
          opacity: 1;
      }
    }
    @keyframes slide-right {
      0% {
          -webkit-transform: translateX(-200px);
                  transform: translateX(-200px);
          opacity: 0;
        }
        100% {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          opacity: 1;
        }
      }
      .slideizquierdacss {
        -webkit-animation: slide-left 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
                animation: slide-left 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        }
        @-webkit-keyframes slide-left {
          0% {
            -webkit-transform: translateX(+200px);
                    transform: translateX(+200px);
              opacity: 0;
          }
          100% {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
              opacity: 1;
          }
        }
        @keyframes slide-left {
          0% {
              -webkit-transform: translateX(+200px);
                      transform: translateX(+200px);
              opacity: 0;
            }
            100% {
              -webkit-transform: translateX(0);
                      transform: translateX(0);
              opacity: 1;
            }
          }
        .prcontainer4{
          background: black;
          height: 200px;
        } 

		.btn-vermas, .btn-volver {
		cursor: pointer;
		  display: flex;
		  gap:
		0.5rem;
		  border:none;
		  transition:all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		  border-radius:100px;
		  font-weight: 800;
		  place-content:center;
		  padding:0.75rem 1rem;
		  font-size: 30px;
		  line-height: 1rem;
		  background-color: rgba(0, 0, 0, 0.4);
		  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
		  color: #fff;
		  text-transform: uppercase;
		  font-family: 'Cinzel', serif;
		  margin-top: 50px;
		  margin-bottom: -80px;

		}

		.btn-vermas:hover {
		  box-shadow:
			inset 0 1px 0 0 rgba(255, 255, 255, 0.08),
			inset 0 0 0 1px rgba(252, 232, 3, 0.08);
		  color: #da0000;
		  transform: translate(0, -0.25rem);
		  background-color: rgba(0, 0, 0, 0.5);
		}

		.btn-volver:hover {
		  box-shadow:
			inset 0 1px 0 0 rgba(255, 255, 255, 0.08),
			inset 0 0 0 1px rgba(252, 232, 3, 0.08);
		  color: #da0000;
		  transform: translate(0, +0.25rem);
		  background-color: rgba(0, 0, 0, 0.5);
		}

        footer{
          background-color: rgb(0, 0, 0);
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
        }
        .containerlogos a{
          text-decoration: none;
        }
        .containerlogos{
          position: absolute;
        }
        .logosrs{
          width: 26px;
          height: 30px;
        padding: 4px;
        text-decoration: none;
        }
        .lastcontainer{
          display: flex;
          width: 100%;
          justify-content: space-between;
          align-items: center;
          position: relative;
        }
        .contacto{
          color: rgb(213, 213, 213);
          margin-right: 15px;
        }
        .copyright{
          color: rgb(213, 213, 213);
          margin-left: 15px;
        }
        

    
    @media (max-width: 1090px){
      #botonmenu{
          display: flex;
      }
      .containermenu ul{
          display: none;
      }
		.prcontainer2{
		height:160px;
		margin-bottom:0px;
		margin-top:0px;
		}
		    .spotsc, .videoclipsc, .sesionesc, .eventosc, .pelisc {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100px;
      text-align: center;
      font-size: 9px;
      margin-left: 10px;
      margin-right: 10px;
    }
	  .tagActivo svg {
      width: 50px !important;
      height: 50px !important;
    }
		iconcontainer{
		margin-bottom:0;
		}
    }

    @media (max-width: 1000px){
          .fila {
              flex-direction: column; 
              height: auto; 
			  width:87%;
          }
        
          .ej1, .ej2, .ej3 {
              width: 87%; 
              margin-bottom: 20px; 
			  margin-right:0px;
			  margin-left:0px;
          }
		.prcontainer4{
		height:150px;
		}
    }
      

    @media(max-width: 630px){
    

footer {
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: column;
  height: auto;
}
    .lastcontainer {
      display: flex;
      width: 100%;
      justify-content: space-between;
      position: relative;
      flex-direction: column;
      align-items: start;
    }
    .containerlogos{
      position: absolute;
      right: 37px;
      margin-top: 48px;
    }
    .copyright {
      color: rgb(213, 213, 213);
      margin-left: 35px;
    }
    .contacto {
      color: rgb(213, 213, 213);
      margin-right: 0;
      transform: translateY(-10%);
      margin-left: 38px;
    }
		.prcontainer2{
		height:100px;
		}
	.iconcontainer{
	  margin-bottom:0px;
	  height:100px;
		}
	 .spotsc, .videoclipsc, .sesionesc, .eventosc, .pelisc {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70px;
    text-align: center;
    font-size: 9px;
    margin-left: 2px;
    margin-right: 2px;
    scale: 0.5;
    }	
     .ej1, .ej2, .ej3 {
      height:240px;
     }
		.ti{
	font-size: 30px;
    text-align: center;
    line-height: 30px;
		}
		.vehinfo{
		justify-content:center;
		}
		#cargarMas{
		font-size:20px;
		}
  }
    