:root {

  --theme-color: #27cad2 !important;

}

html {
  scroll-behavior: smooth;
}


.s_ctm {

  padding: 80px 0px 80px 0px;

}

.bg-f2 {
  background-color: #f2f2f2;
}


.img-res>img {
  max-width: 100%;
}



.mt {

  margin-top: 70px;

}

.mb {

  margin-bottom: 70px;

}



.munumbers {

  position: relative;

  font-size: 45px;

  color: #e7e7e7;

  font-weight: bold;

}



.text-turquesa {

  color: var(--theme-color) !important;

}



.conten {

  padding: 30px;



}



.conten_dinamica {

  display: flex;

  flex-direction: row;

  justify-content: flex-start;

  gap: 20px;

}

.castroso {
  position: relative;
  top: -60px;
}



.dinamica {

  width: 100%;

  background-color: #ffffff9b;

  display: flex;

  flex-direction: column;

  justify-content: center;

  font-weight: 600;

}



.icon-game {

  width: 50px;

}



.icon-header {

  width: 70px;

  margin: 0 auto;

}



.text-U {

  text-transform: uppercase;

}



.text-L {

  text-transform: lowercase;

}



.premios {

  width: 100%;

}



.footer-logo {

  width: 70px;

}


.avisos {
  padding: 70px 0px 70px 0px;
}

.avisos p,
ul,
h6 {
  margin: 20px 0px;
}

.grey-bg4 {
  margin-top: 0px;
  ;
}

/*
.banner-bg::before {
  background-color: #0a767c!important;
}  */

/*LOGIN*/
.inner-page-banner {
  background: url(../images/banner/banner-balon.jpg);
  background-size: cover;
  background-position: center center;
}

/**/


/*Tickets*/
.rts-match-highlights-section {
  background: url(../images/background/newsletter-bg.jpg);
  background-size: cover;
  background-position: center center;
}

.select-ticket {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-ticket>select {
  width: 66%;
}

/**/

.banner-turquesa::before {
  background-color: #20cbd4 !important;
}

.btn-dk {
  background-color: #1c1c1c !important;
}

.conten-info-games {
  display: flex;
  gap: 15px;
  align-items: center;
}

.caja-info {
  background-color: #1c1c1c;
  color: rgb(50, 50, 50);
  padding: 8px 20px 10px 20px;
  color: #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bloqueado {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.70);
  color: #fff;
  font-weight: 3em;
  z-index: 10;
  font-weight: bold;
  text-align: center;
  font-size: 1.7em;
  padding: 35px;


}

.escala-gris {
  filter: grayscale(95%) brightness(1);
  transition: filter 0.3s ease;
}



/*QUIZ*/

.logo-quiz {
  width: 250px;
}

.conte-gral-quiz {

  position: absolute;

  top: 0px;
  width: 100%;

  padding: 40px 0px 40px 0px;

  z-index: 9999;

  background-image: url('../images/background/back-quiz-desk.jpg');

  background-size: cover;

  background-position: center center;

}



.conte-gral-quiz-res {

  position: relative;
  top: 0px;
  width: 100%;
  height: auto;
  min-height: 600px;
  background-image: url('../images/background/back-quiz-desk.jpg');
  background-size: cover;
  background-position: center center;
  padding-bottom: 20px;
}


.banner-quiz {
  position: relative;
  width: 100%;
  border-radius: 0 0 15px 15px;
  padding: 5px 0px 5px 0px;
  text-align: center;
  text-align: center;
  display: flex;
  justify-content: center;
}


.aciertos {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #27cad2;
  color: #1c1c1c;
  font-size: 1.5em;
  margin: 0 auto;
  font-weight: bold;
}



.numero-progreso {

  margin: 35px 0px 35px 0px;

  font-size: 30px;

  font-weight: 900;

}



.resalta {

  font-size: 40px;

}



.res {

  width: 100%;

  border: 1px solid #e3e3e3;

  border-radius: 15px;

  text-align: center;

  padding: 10px 0px 10px;

  margin-bottom: 10px;

  cursor: pointer;

  font-size: .9em;

  color: #1c1c1c;

  background-color: #e3e3e3;

}



.btn-quiz {

  width: 100%;

  background-image: linear-gradient(to right, #198754 0%, #1fcc7b 100%);

  text-align: center;

  color: #ffffff;

  padding: 15px 0px 15px 0px;

  border-radius: 15px;

}



.disabled {

  width: 100%;

  background-image: linear-gradient(to right, #848484 0%, #c6c6c6 100%);

  text-align: center;

  color: #e1e1e1;

}



.res {

  animation-duration: 0.8s;

  animation-fill-mode: both;

}



.res:nth-child(1) {

  animation-delay: 0.5s;

}



.res:nth-child(2) {

  animation-delay: 0.8s;

}



.res:nth-child(3) {

  animation-delay: 1.1s;

}



.conten-respuestas {

  animation-delay: 1.3s;

}





.res:hover {

  background-color: #373737;

  border: 1px solid #373737;

  color: #ffffff;

  font-size: 1.2em;

}



.res {

  transition:

    background-color .25s ease,

    border .25s ease,

    color .25s ease,

    transform .2s ease,

    font-size .2s ease;

}



.active {

  background-color: #373737;

  border: 1px solid #373737;

  color: #ffffff;

  font-size: 1.2em;

  transform: scale(1.02);

}



.caja {

  max-width: 60%;

  background-color: #8787873b;

  padding: 50px;

  margin: 0 auto;

  border-radius: 15px;

  backdrop-filter: blur(4px);

  border: 1px solid #fff;

}

.caja-res {
  max-width: 60%;
  background-color: #ffffff;
  padding: 50px;
  border-radius: 15px;
  margin: 0 auto;
}




#pregunta {

  font-weight: 500;

}



.no-copy {

  user-select: none;

  -webkit-user-select: none;

  -ms-user-select: none;

}



.globo {

  position: relative;

  background-color: #fff;

  padding: 20px 24px;

  border-radius: 18px;

  font-size: 1.1rem;

  line-height: 1.4;

  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);

}



/* Pico del globo */

.globo::after {

  content: "";

  position: absolute;

  bottom: -18px;

  left: 50%;

  transform: translateX(-50%);

  width: 0;

  height: 0;

  border-left: 14px solid transparent;

  border-right: 14px solid transparent;

  border-top: 18px solid #fff;

}



.progress {

  height: .6rem;

}

.bg-success {

  background-color: #74a2fd !important;

}

.event-location {
  max-width: 100%;
}


.game-result-header {
  background: linear-gradient(135deg, #4fccd2, #27cad2);
  color: #ffffff;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.game-result-btn {
  background: #27cad2;
}

.rts-blog-section .blog-item .blog-picture {

  height: 360px;
}

.bp2 {
  width: 100%;
  aspect-ratio: 41 / 36;
  overflow: hidden;
}

.bp2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {

  .caja {

    max-width: 100%;

    padding: 20px;

    margin: 0 auto;

    border-radius: 15px;

  }

  .caja-res {
    max-width: 100%;
  }

  .numero-progreso {

    margin: 15px 0px 15px 0px;

  }


  /**
  HOME
  /**/

  .hamburger-menu-inner {
    margin-left: 10px;
  }

  .castroso {
    top: 0px;
  }

  .rts-newsletter-section {
    height: 930px;
  }


}

.fila-p {

  height: auto;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.itm-p {
  position: relative;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.code {
  font-size: 13px !important;
  text-align: center;
}

.brd>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  margin-bottom: 5px;
}

.product-featured {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(135deg, #f0feff 0%, #e6f7f8 100%);
  border: 1px solid #a5f0f3;
  border-radius: 14px;
  padding: 14px 18px;
  margin-bottom: 20px;
  text-align: left;
}



.importante {
  font-size: 12px !important;
  font-weight: bold !important;
  color: #d22746 !important;
}

.mi-modal>p {
  font-size: 13px !important;
  color: #202020;
}

.si-bul {
  list-style: armenian;
  padding-left: 0;
  font-size: 13px;
  color: #6e6e6e;
  font-family: roboto, sans-serif;
}

.si-bul li::before {
  content: "• ";
  color: #202020;
}

.avisos ul {
  list-style: none;
  padding-left: 0;
}

.avisos li {
  position: relative;
  padding-left: 20px;
  color: #999999;
}

.avisos li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #27c8d0;
}

.avisos a {
  color: #27c8d0;
  text-decoration: none;
}

.avisos a:hover {
  text-decoration: underline;
}

.avisos p {
  color: #252525;
}

.avisos h4,
h3 {
  margin-bottom: 30px !important;
}

.extra{
  width: 85px;
}

@media (max-width: 575.98px) {
  .extra{
    width: 60px;
  }

 }