@charset "UTF-8";

body {
  background: url("../../../../uploads/2021/06/background.png");
}

.text-brandom {
  font-family: BrandonText-Regular, sans-serif !important;
}

h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  font-family: BrandonText-Regular, sans-serif !important;
}

.color-purple {
  color: #3A8051;
}

.background.desafio {
  top: 3rem;
  position: absolute;
}

@media (max-width: 768px) {
  .background.desafio {
    display: none;
  }
}

.background--image.desafio {
  height: 115.7894736842vh;
}

.uk-sticky-placeholder {
  height: 0 !important;
}

.but {
  color: white !important;
}

#navbar,
.navbar {
  background: rgba(124,70,148,1);
  position: absolute;
  width: 100%;
  padding: 0;
  top: 0;
  overflow: hidden;
}

@media (max-width: 991px) {

  #navbar,
  .navbar {
    padding: 0 16px !important;
  }

  #navbar-collapse,
  .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0 !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #navbar .logo-principal,
  .navbar .logo-principal {
    display: none !important;
  }

  #navbar-nav,
  .navbar-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0 !important;
  }

  #navbar-nav .nav-item:not(.hamburguer),
  .navbar-nav .nav-item:not(.hamburguer) {
    display: none !important;
  }

  #navbar-nav .hamburguer,
  .navbar-nav .hamburguer {
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#navbar.uk-sticky-fixed,
.navbar.uk-sticky-fixed {
  background: #70499c;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.09);
  z-index: 99;
}

@media (max-width: 768px) {

  #navbar.uk-sticky-fixed .logo-mobil,
  .navbar.uk-sticky-fixed .logo-mobil {
    display: block !important;
  }
}

#navbar .navbar-collapse,
.navbar .navbar-collapse {
  padding: 14px 0px;
}

#navbar .navbar-collapse .logo-principal,
.navbar .navbar-collapse .logo-principal {
  height: 70px;
  width: auto;
}

#navbar .navbar-collapse ul li a,
.navbar .navbar-collapse ul li a {
  color: #fff;
}

.nav-link.but {
  color: #70499c !important;
}


#navbar .navbar-collapse ul li a.hamburger,
.navbar .navbar-collapse ul li a.hamburger {
  background: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#navbar .hamburger .line {
  background-color: #2A6CC3;
}

#navbar .navbar-collapse ul li.premios a,
.navbar .navbar-collapse ul li.premios a {


  background-size: 100% 100%;

  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 19px;
  padding: 0.5rem 2rem;
}

#desafio {
  min-height: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  #desafio {
    padding-top: 76px;
  }
}

#desafio .img--desafio {
  width: 154px;
  display: block;
  margin: 0 auto 26px;
}

#desafio .contenido {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  font-weight: 390;
  font-size: 18px;
  color: #00394F;
}

#desafio .contenido .cont {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #01394F;
}

@media (min-width: 768px) {
  #desafio .contenido {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
}

@media (max-width: 768px) {
  #desafio .contenido {
    width: 100%;
  }

  #desafio .contenido .cont {
    font-size: 14px;
    text-align: center;
  }

  #desafio .contenido h1 {
    text-align: center;
  }
}

#desafio .contenido .boton {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#desafio .contenido .boton a {
  padding: 0.8rem 4rem;
  border-radius: 10px;
  font-size: 18px;
}

@media (max-width: 768px) {
  #desafio .contenido .boton a {
    padding: 0;
    width: 205px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    height: 37.07px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
}

#desafio .contenido .en-vivo {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#desafio .contenido .en-vivo-container {
  background: #FFB100;
  margin-top: 4rem;
  padding: 1.5rem 2rem;
  color: white;
  -webkit-box-shadow: 0px 4px 20px rgba(255, 177, 0, 0.5);
  box-shadow: 0px 4px 20px rgba(255, 177, 0, 0.5);
  border-radius: 18px;
  position: relative;
}

#desafio .contenido .en-vivo-container .from {
  position: absolute;
  top: 100%;
  background: #3B1D82;
  -webkit-box-shadow: 0px 4px 20px rgba(59, 29, 130, 0.5);
  box-shadow: 0px 4px 20px rgba(59, 29, 130, 0.5);
  border-radius: 0 0 18px 18px;
  padding: 1rem;
  width: 85%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  #desafio .contenido .en-vivo-container {
    margin: 2rem auto;
    padding: 1.2rem 8px;
  }
}

#online .en-vivo-container .image-devo {
  max-width: 60px;
}

#desafio .contenido .en-vivo-container .image-devo {
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transform: translate(-24px, 30px);
  transform: translate(-24px, 30px);
  background: #FFB100;
  padding: 10px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  #desafio .contenido .en-vivo-container .image-devo {
    left: 10px;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #desafio .contenido .en-vivo-container .image-devo img {
    width: 25px;
  }
}

#desafio .contenido .en-vivo-container h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  color: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 768px) {
  #desafio .contenido .en-vivo-container h1 {
    font-size: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#desafio .contenido .en-vivo-container h1 .fecha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  color: black;
  margin: 0 12px;
  border-radius: 10px;
  overflow: hidden;
}

#desafio .contenido .en-vivo-container h1 .fecha .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #3B1D82;
  color: white;
  padding: 5px 0;
}

@media (max-width: 768px) {
  #desafio .contenido .en-vivo-container h1 .fecha .day {
    font-size: 18px;
  }
}

#desafio .contenido .en-vivo-container h1 .fecha .mont {
  font-size: 18px;
  padding: 2px 6px;
  font-weight: 400;
}

@media (max-width: 768px) {
  #desafio .contenido .en-vivo-container h1 .fecha .mont {
    font-size: 8px;
  }
}

#desafio img.bg {
  height: 100vh !important;
}

/*#premios {
  padding: 16px 0;
}*/
#premios .content .image-mobil img {
  width: 196.25px !important;
  height: auto;
  display: block;
  margin: 20px auto;
}

#premios .content .title h1 {
  font-family: 'Poppins' !important;
  font-size: 46px;
  line-height: 32px;
  color: #c24c5c;
}

/* #premios .content .description .cont {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
  color: #00394F;
} */

#premios .content .cont {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #01394F;
}

#premios .content .group-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#premios .content a.btn {
  /* -webkit-box-shadow: 0px 4px 20px rgba(63, 167, 219, 0.5); */
  /* box-shadow: 0px 4px 20px rgba(63, 167, 219, 0.5); */
  font-size: 18px;
  border-radius: 10px;
  padding: 0.8rem 4rem;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  #premios .content a.btn {
    padding: 0;
    width: 205px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    height: 37.07px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2rem auto 0;
  }

  #comite .content a.btn {
    padding: 0;
    width: 205px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    height: 37.07px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2rem auto 0;
  }
}

#comite {
  padding: 5rem 0 10rem;
  position: relative;
}

@media (max-width: 768px) {
  #comite {
    padding: 4rem 0;
  }
}

#comite .img-right {
  position: absolute;
  bottom: 0;
  left: 0;
  /*z-index: -1;*/
}

#comite .title h1 {
  font-family: 'Poppins' !important;
  color: #4752a3;
}

@media (max-width: 768px) {
  #comite .img-right {
    display: none;
  }
}

@media (max-width: 768px) {
  #comite .content .title h1 {
    font-family: 'Poppins' !important;
    font-size: 24px;
    line-height: 32px;
  }

  #comite .content .description .cont {
    font-style: normal;
    font-weight: 390;
    font-size: 15px;
    line-height: 21px;
  }

  #comite .content .image .mobile {
    width: 268.58px !important;
    height: auto;
    margin: 20px auto;
  }
}

#comite .content .cont {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #01394F;
}

#comite .content .group-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#comite .content a.btn {
  -webkit-box-shadow: 0px 4px 20px rgba(73, 70, 133, 0.5);
  box-shadow: 0px 4px 20px rgba(73, 70, 133, 0.5);
  font-size: 18px;
  color: #fff !important;
  border-radius: 3rem;
  padding: 0.8rem 6rem;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  /* height: 40px; */
  padding: 0 2rem;
}

#comite .content .description a:hover {
  background-color: #ef147f;
}

@media (max-width: 768px) {
  #comite .content a.btn {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin-top: 1rem;
    font-family: BrandonText-Bold;
    background: #494685;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 257px;
    height: 40px;
  }
}

footer .order-button {
  -webkit-box-ordinal-group: inherit;
  -ms-flex-order: inherit;
  order: inherit;
}

@media (max-width: 768px) {
  footer .order-button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  footer .custom-checkbox {
    font-size: 8px;
    line-height: 10px;
    text-align: left;
  }

  footer .custom-checkbox label {
    font-size: 12px !important;
  }
}

@media (max-width: 768px) {
  footer button[type=submit] {
    width: 203px !important;
    height: 37px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
}

footer .footer {
  background-size: 100% 100%;
}

footer .footer .container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer .container .copyright {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  text-align: center;
  color: #000000;
}

footer .grafico .description p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  padding-left: 24%;
  padding-right: 24%;
}

@media (max-width: 768px) {
  footer .grafico .description p {
    line-height: 26px;
    padding-left: 8%;
    padding-right: 8%;
  }
}

footer .contenido {
  background: rgb(116 62 142 / 92%);
}

@media (max-width: 768px) {
  footer .contenido {
    text-align: center;
  }
}

footer .contenido .fe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  footer .contenido .fe {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .contenido ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

footer .contenido .row h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  padding-left: 0;
}

footer .contenido .row input {
  background: #FFFFFF;
  border: 0.5px solid #FFFFFF;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  font-family: Roboto;
}

footer .contenido .row input::-webkit-input-placeholder {
  color: #494991;
}

footer .contenido .row input::-moz-placeholder {
  color: #494991;
}

footer .contenido .row input:-ms-input-placeholder {
  color: #494991;
}

footer .contenido .row input::-ms-input-placeholder {
  color: #494991;
}

footer .contenido .row input::placeholder {
  color: #494991;
}

footer .contenido .row .description p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

footer .contenido .row .item label {
  font-family: 'Poppins';
  font-style: normal;
}

footer .contenido .row .boton-morado {
  background: #91C447;
  -webkit-box-shadow: 0px 4px 20px rgba(136, 65, 202, 0.5);
  box-shadow: 0px 4px 20px rgba(136, 65, 202, 0.5);
  border-radius: 10px;
}

footer .social a {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  border-radius: 50%;
  overflow: hidden;
}

.footer-mobile {
  background: #494991;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3411764706);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3411764706);
}

.footer-mobile li.active img {
  -webkit-box-shadow: 0 0 0 1px #3A8051;
  box-shadow: 0 0 0 1px #3A8051;
}

.footer-mobile ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-mobile ul li {
  width: 23%;
}

.modal.right .img-memu-left {
  position: absolute;
  top: 0;
  left: 0;
}

.modal.right .img-memu-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}

.modal.right .modal-body .contenido .icon-arrow {
  background: #464380;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-bottom: 2rem;
  padding: 0;
  position: relative;
}

.modal.right .modal-body .contenido .icon-arrow img {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal.right .modal-body .contenido .nav-item img {
  width: 20px;
}

.modal.right .modal-body .contenido .nav-item span {
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 768px) {
  .modal.right .modal-body .contenido .nav-item span {
    font-size: 15px;
  }
}

.modal.right .modal-body .contenido .social {
  padding-top: 1rem;
  padding-left: 0;
}

@media (max-width: 768px) {
  .modal.right .modal-body .contenido .social {
    padding-top: 1rem;
  }
}

.modal.right .modal-body .contenido .social ul li a img {
  width: 30px;
}

#premio {
  padding-top: 9rem;
}

#categorias,
#postula,
#aliado,
#gracias,
#finalistas {
  padding-top: 9rem;
  padding-bottom: 9rem;
  position: relative;
}

.padding_premios {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 768px) {

  #cronograma,
  #categorias,
  #postula,
  #premio,
  #aliado,
  #gracias,
  #finalistas {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}

.center-img-card {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.center-img-card img {
  max-height: 140px;
}

@media (max-width: 768px) {
  .center-img-card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .center-img-card img {
    max-height: 81.31px;
    max-width: 100px;
  }
}

.fondo-tl {
  top: 18rem;
  max-width: 5rem;
}

.fondo-tr {
  top: 4rem;
  max-width: 9rem;
  pointer-events: none;
}

.title.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .title.main {
    margin-bottom: 2rem !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.title.main h1 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 60px;
  color: #4A479C;
  font-family: 'Poppins' !important;
  margin-bottom: 0;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-style: italic;
}

@media (max-width: 768px) {
  .title.main h1 {
    font-size: 18px;
    padding-left: 14px;
    margin-bottom: 0;
  }
}

.title--block {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
  background: #000;
  width: 111px;
  height: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 18px;
}

@media (max-width: 768px) {
  .title--block {
    width: 50px;
    height: 50px;
  }
}

.title--block.categorias {
  -webkit-box-shadow: 0px 4px 20px rgba(7, 98, 168, 0.4);
  box-shadow: 0px 4px 20px rgba(7, 98, 168, 0.4);
  background: #0762A8;
}

.title--block.cronograma {
  -webkit-box-shadow: 0px 4px 15px rgba(224, 45, 134, 0.5);
  box-shadow: 0px 4px 15px rgba(224, 45, 134, 0.5);
  background: #E02D86;
}

.title--block.envivo {
  -webkit-box-shadow: 0px 4px 15px rgba(9, 98, 168, 0.5);
  box-shadow: 0px 4px 15px rgba(9, 98, 168, 0.5);
  background: #0962a8;
}

.title--block.finalistas {
  -webkit-box-shadow: 0px 4px 15px rgba(137, 76, 150, 0.5);
  box-shadow: 0px 4px 15px rgba(137, 76, 150, 0.5);
  background: #894C96;
}

.title--block.postular {
  -webkit-box-shadow: 0px 4px 20px rgba(97, 182, 71, 0.4);
  box-shadow: 0px 4px 20px rgba(97, 182, 71, 0.4);
  background: #61B647;
}

.title--block.premio {
  -webkit-box-shadow: 0px 4px 20px rgba(71, 65, 151, 0.45);
  box-shadow: 0px 4px 20px rgba(71, 65, 151, 0.45);
  background: #474197;
}

.title--block.aliado {
  -webkit-box-shadow: 0px 4px 20px rgba(226, 71, 82, 0.5);
  box-shadow: 0px 4px 20px rgba(226, 71, 82, 0.5);
  background: #E24752;
}

.title--block img {
  width: 51px !important;
  height: auto !important;
}

@media (max-width: 768px) {
  .title--block img {
    width: 19px !important;
  }
}

.card.categorias {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 258px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 1px 8px 2px rgba(0, 51, 166, 0.25);
  box-shadow: 0px 1px 8px 2px rgba(0, 51, 166, 0.25);
  border-radius: 5px;
  border: none;
  position: relative;
}

@media (max-width: 768px) {
  .card.categorias {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}

.card.categorias:after {
  content: "";
  border-top: 46px solid #000;
  border-left: 46px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.card.categorias .tl {
  font-size: 20px;
  line-height: 25px;
  text-align: justify;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #00B2CB;
  padding: 0 0 10px 0;
  font-family: "BrandonText-Bold";
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .card.categorias .tl {
    display: none;
  }
}

.card.categorias .titleDESC {
  background: no-repeat;
  color: #586168;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  padding: 0;
}

.card.categorias .titleDESC ul li {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  padding-left: 6px;
}

@media (max-width: 768px) {
  .card.categorias .titleDESC ul li {
    line-height: 22px;
  }
}

.card.categorias .titleDESC ul li::marker {
  content: "◉";
}

.card.categorias .titleDESC ul li strong {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .card.categorias .card-content {
    padding: 1rem 0;
  }
}

.card.categorias a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  width: 320px;
}

@media (max-width: 768px) {
  .card.categorias a {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 114px;
    flex: 0 0 114px;
  }
}

.card-col .card.categorias[key=item-0] {
  --color-variant: #49477E;
  --color-box: #49477E3F;
}

.card-col .card.categorias[key=item-1] {
  --color-variant: #0033A6;
  --color-box: #0033A63F;
}

.card-col .card.categorias[key=item-2] {
  --color-variant: #000;
  --color-box: #0000003F;
}

.card-col .card.categorias[key=item-3] {
  --color-variant: #00A73E;
  --color-box: #00A73E3F;
}

.card-col .card.categorias[key=item-4] {
  --color-variant: #000;
  --color-box: #0000003F;
}

.card-col .card.categorias[key=item-5] {
  --color-variant: #00A3E4;
  --color-box: #00A3E43F;
}

.card-col .card.categorias[key=item-6] {
  --color-variant: #E24752;
  --color-box: #E247523F;
}

.card-col .card.categorias[key=item-7] {
  --color-variant: #FFB100;
  --color-box: #FFB1003F;
}

.card-col .card.categorias[key=item-8] {
  --color-variant: #AE0093;
  --color-box: #AE00933F;
}

.card-col .card.categorias[key=item-0]:after {
  border-top: 46px solid #00B2CB;
}

.card-col .card.categorias .tl {
  color: var(--color-variant);
}

.card-col .card.categorias ul li::marker {
  color: var(--color-variant);
}

.card-col .card.categorias ul li strong {
  color: var(--color-variant);
}

@media (max-width: 768px) {
  #cronograma .uk-card {
    height: 110px;
    width: 90%;
    min-height: auto;
  }
}

#cronograma .center {
  padding: 0 5rem;
  padding-top: 4rem !important;
}

#cronograma .uk-card {
  background: #474393;
  border-radius: 6px;
  padding: 25px;
  width: 38%;
  height: 120px;
  min-height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px 50px 50px 0px;
}

#cronograma .list-cronograma.left .uk-card {
  border-radius: 40px 0px;
  width: 24rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--color-bg);
  padding-left: 3rem;
}

#cronograma .uk-card h3 {
  line-height: normal;
}

#cronograma .cont-right .uk-card {
  padding-left: 3rem !important;
}

#cronograma .uk-card .item-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* background: white; */
  border-radius: 10px;
  height: 113px;
  width: 60px;
  right: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-shadow: none !important;
}

#cronograma .list-cronograma.right .uk-card {
  border-radius: 40px 0px;
  width: 24rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--color-bg);
  padding-left: 3rem;
}

#cronograma .uk-card .item-right span {
  -webkit-transform: none;
  transform: none;
  font-style: normal;
  text-align: justify;
  color: var(--color-bg);
  font-weight: 700;
  font-size: 200px;
  line-height: 32px;
}

#cronograma .uk-card .item-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* background: white; */
  border-radius: 10px;
  height: 113px;
  width: 60px;
  right: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-shadow: 2px 0px 0px #fff, -5px 0px 0px #fff;
}

#cronograma .uk-card .item-left span {
  -webkit-transform: none;
  transform: none;
  font-style: normal;
  text-align: justify;
  color: var(--color-bg);
  font-weight: 700;
  font-size: 200px;
  line-height: 32px;
}

#cronograma .cont-left,
#cronograma .cont-right {
  margin-bottom: 3rem !important;
  position: relative;
  min-height: 150px;
  padding-left: 7rem;
}

@media (max-width: 768px) {

  #cronograma .cont-left,
  #cronograma .cont-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #cronograma .cont-left p,
  #cronograma .cont-right p {
    font-size: 14px;
  }

  #cronograma .cont-left h3,
  #cronograma .cont-right h3 {
    font-size: 14px;
  }
}

.list-cronograma::after {
  content: "";
  background-image: url(../../../../uploads/2022/04/circle-bar.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: -5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  /*     width: 100px;
  height: 60px;
  top: 39%;
  right: 10%;
  -webkit-transform: translate(-6rem, -50%);
  transform: translate(-6rem, -50%); */
}

@media (max-width: 768px) {
  .list-cronograma.activo.cont-left:after {
    display: none;
  }
}

.list-cronograma.activo.cont-right:after {
  content: "";
  background-image: url(../../../../uploads/2021/06/Arrow-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 60px;
  top: 39%;
  right: auto;
  -webkit-transform: translate(6rem, -50%) rotate(180deg);
  transform: translate(6rem, -50%) rotate(180deg);
  left: 10%;
}

@media (max-width: 768px) {
  .list-cronograma.activo.cont-right:after {
    display: none;
  }
}

@media (max-width: 768px) {
  .list-cronograma:nth-child(1) .uk-card:after {
    display: none;
  }
}

@media (max-width: 768px) {
  .list-cronograma:nth-child(2) .uk-card:after {
    display: none;
  }
}

@media (max-width: 768px) {
  .list-cronograma:nth-child(3) .uk-card:after {
    display: none;
  }
}

@media (max-width: 768px) {
  .list-cronograma:nth-child(4) .uk-card:after {
    display: none;
  }
}

@media (max-width: 768px) {
  .list-cronograma:nth-child(5) .uk-card:after {
    display: none;
  }
}

@media (max-width: 768px) {
  .list-cronograma:nth-child(6) .uk-card:after {
    display: none;
  }
}

.ko-progress-circle {
  background-color: white;
  position: relative;
}

@media (max-width: 768px) {
  .ko-progress-circle {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    margin-bottom: 4rem;
    margin-top: 1.5rem;
  }
}

.ko-progress-circle .deco-image {
  position: absolute;
  right: 2rem;
  z-index: 8;
  top: 1rem;
  max-width: 4rem;
}

@media (max-width: 768px) {
  .ko-progress-circle .deco-image {
    width: 2rem;
    right: 0;
    top: 7px;
  }
}

.ko-progress-circle:before {
  content: "";
  /* border: 1px solid #ffb91d; */
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 167, 230, 0.3019607843);
  box-shadow: inset 0 0 0 1px rgba(0, 167, 230, 0.3019607843);
}

@media (max-width: 768px) {
  .ko-progress-circle:before {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }
}

#postula .container .image {
  padding: 8%;
}

@media (max-width: 768px) {
  #postula .container .contenido .arrows {
    text-align: left;
  }
}

@media (max-width: 768px) {
  #postula .container .contenido .slick-carousel .item {
    height: 175px;
    text-align: center;
  }
}

#postula .container .contenido .slick-carousel .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#postula .container .contenido .slick-carousel .item .title svg {
  height: 24px;
  width: 24px;
}

@media (max-width: 768px) {
  #postula .container .contenido .slick-carousel .item .title {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

#postula .container .contenido .slick-carousel .item .title img {
  width: 45px;
  height: 45px;
}

@media (max-width: 768px) {
  #postula .container .contenido .slick-carousel .item .title img {
    width: 24px;
    height: 24px;
  }
}

#postula .container .contenido .slick-carousel .item .title h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  color: #0096D2;
  text-transform: uppercase;
  padding-left: 18px;
  margin: 0;
  font-family: "BrandonText-Bold" !important;
}

@media (max-width: 768px) {
  #postula .container .contenido .slick-carousel .item .title h1 {
    font-size: 24px;
    padding-left: 10px;
  }
}

#postula .container .contenido .slick-carousel .item .title h1 span {
  font-family: BrandonText-Bold;
}

@media (max-width: 768px) {
  #postula .container .contenido .slick-carousel .item .title h1 span {
    font-size: 28px;
    line-height: 32px;
    -webkit-text-stroke: 1px #0096D2;
  }
}

#postula .container .contenido .slick-carousel .item .sub-title h1 {
  color: #474747;
  font-size: 32px;
  font-size: 32px;
  line-height: 32px;
  text-align: justify;
  letter-spacing: 0.03em;
}

@media (max-width: 768px) {
  #postula .container .contenido .slick-carousel .item .sub-title h1 {
    font-size: 20px;
    text-align: center;
  }
}

#postula .container .contenido .slick-carousel .item .sub-title p {
  color: #333333;
  font-size: 17px;
  font-size: 17px;
  line-height: 32px;
  text-align: justify;
  letter-spacing: 0.03em;
}

@media (max-width: 768px) {
  #postula .container .contenido .slick-carousel .item .sub-title p {
    font-size: 15px;
    text-align: center;
  }
}

#postula .container .contenido .bottom-arrow i,
#postula .container .contenido .top-arrow i {
  color: #0096D2;
}

#postula .container .contenido .botones a {
  margin-bottom: 2rem;
  background: #3280C4;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 28rem;
  width: auto;
}

@media (max-width: 768px) {
  #postula .container .contenido .botones a {
    width: 100%;
    height: 53px;
  }
}

#postula .container .contenido .botones a.alter {
  background: #3FA7DB;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#postula .container .contenido .botones a span {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  /*line-height: 24px;*/
  line-height: 12px;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 768px) {
  #postula .container .contenido .botones a span {
    font-size: 14px;
  }
}

#premio .container .background {
  background-color: #E02D86;
  overflow: hidden;
  border-radius: 0px 50px;
}

#premio .container .background .banner {
  background-position: left;
  background-size: contain;
}

#premio .container .background .banner .contenido {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 2rem;
}

@media (max-width: 768px) {
  #premio .container .background .banner .contenido {
    padding-bottom: 1.5rem;
  }
}

#premio .container .background .banner .contenido div {
  width: auto;
  padding-left: 5rem;
}

#premio .container .background .banner .contenido ul {
  text-align: left;
  color: white;
}

#premio .container .background .banner .contenido ul li {
  padding-left: 6px;
  margin-bottom: 10px;
}

#premio .container .background .banner .contenido ul li:last-child {
  margin-bottom: 0;
}

#premio .container .background .banner .contenido ul li::marker {
  content: "●";
}

@media (max-width: 768px) {
  #premio .container .background .banner .contenido div {
    padding-left: 0;
  }
}

#premio .container .background .banner .contenido div h1 {
  text-align: left;
  font-size: 35px;
  line-height: 32px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  #premio .container .background .banner .contenido div h1 {
    font-size: 23px;
    text-align: center;
  }
}

#premio .container .background .banner .contenido div p {
  font-style: normal;
  font-weight: 390;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 3px;
  margin-top: 0;
}

@media (max-width: 768px) {
  #premio .container .background .banner .contenido div p {
    padding: 0;
    text-align: center;
    padding-bottom: 5px;
  }
}

#premio .container .card-premios .card {
  background-color: #91C447;
  border-radius: 0px 40px;
  border: none;
  margin: 1rem 0;
  min-height: 21rem;
  border-radius: 40px 0px;
}

#premio .container .card-premios .card-body {
  height: auto;
  padding: 2rem 3rem;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#premio .container .card-premios .card-body svg {
  position: absolute;
  right: 1rem;
  top: -26px;
}

#premio .container .card-premios .card.alter {
  background-color: #2A6CC3;
  min-height: 13rem;
}

#premio .container .card-premios .card img.main {
  width: 25px;
}

#premio .container .card-premios .card .card-title {
  font-size: 18px;
  line-height: 25px;
  text-decoration-line: underline;
}

#premio .container .card-premios .card .card-subtitle span {
  font-weight: normal;
  font-size: 12px;
}

#premio .container .card-premios .card .card-text {
  font-weight: 390;
  font-size: 14px;
  line-height: 16px;
}

#premio .container .card-premios .card .card-text ul {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 100;
  font-family: BrandonText-Light;
  padding-left: 10px;
}

#premio .container .card-premios .card .card-text ul li {
  margin-bottom: 15px;
  padding-left: 6px;
}

#premio .container .card-premios .card .card-text ul li::marker {
  content: "●";
}

#aliado .tab-border {
  border: 5px solid #D3DC00;
  border-radius: 40px 0px;
  margin-bottom: 3rem;
  padding-top: 2rem;
  position: relative;
  padding-bottom: 14px;
}

#aliado .tab-border .lessp {
  position: relative;
  top: -28px;
}

#aliado .tab-border .lessp {
  content: attr(data-name);
  position: absolute;
  left: 2rem;
  top: -30px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
  letter-spacing: 0;
  color: #E24752;
  background-image: url(../../../../uploads/2023/05/er.png);
  background-size: 17rem;
  height: 50px;
  background-color: white;
  padding-right: 2rem;
  padding-left: 2rem;
  font-family: BrandonText-Bold;
  font-size: 21px;
  line-height: 29px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 992px) {
  #aliado .tab-border .lessp {
    font-size: 14px;
    line-height: 19px;
  }
}

@media (max-width: 768px) {
  #aliado .tab-border:after {
    display: none;
  }

  .modal.right .img-memu-left {
    width: 50%;
  }

  .modal.right .img-memu-bottom {
    width: 50%;
  }
}

#aliado .tab-content h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #E24752;
  letter-spacing: 0.08em;
  font-family: BrandonText-Bold;
}

@media (max-height: 740px) {
  .background--image.desafio {
    height: 141.0526315789vh !important;
  }
}

.title-desafio {
  color: #784e9f;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  text-align: left;
}

@media (min-width: 768px) {
  #premios {
    padding: 4rem 0;
  }
}

.title.main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#categorias .title img,
#postula .title img,
#premio .title img,
#aliados .title img,
#aliado .title img,
#finalistas .title img,
#cronograma .title img {
  width: 45px;
  max-width: 115px;
  height: auto;
}

.card.categorias .card-content {
  padding: 0 4rem 0 0;
  min-height: 258px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
  width: 100%;
  border-radius: 40px 0px;
  -webkit-box-shadow: 0px 1px 8px 2px rgba(73, 71, 126, 0.25);
  box-shadow: 0px 1px 8px 2px rgba(73, 71, 126, 0.25);
  border: 1px solid #49477E;
  background: white;
}

.card.categorias.alter .card-content {
  border-radius: 0 40px;
}

.card.categorias .image-c {
  position: relative;
}

.card.categorias .image-c svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.card.categorias .card-content {
  border: 6px solid var(--color-variant) !important;
  background-color: white;
  -webkit-box-shadow: 0px 1px 8px 2px var(--color-box) !important;
  box-shadow: 0px 1px 8px 2px var(--color-box) !important;
}

.card.categorias {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  min-height: auto;
  height: auto;
  margin-bottom: 3rem;
}

.card.categorias .card-content ul {
  margin-bottom: 0;
}

.bar {
  background: #DCDCDC;
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 10px;
  left: 1rem;
  -webkit-transform: none;
  transform: none;
  top: 0;
}

#categorias .title,
#premio .title,
#aliados .title,
#aliado .title,
#finalistas .title,
#postula .title.postular,
#cronograma .title {
  padding-top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block--title-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 1.5rem;
}

@media (max-width: 768px) {
  .block--title-a {
    margin-left: 0rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.finalista--h1 {
  background: var(--color-cat);
  border-radius: 0px 40px 40px 0px;
  color: white;
  padding: 1rem 4rem 1rem 4rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0rem;
  font-weight: 700;
  position: relative;
}

.finalista--h1 svg {
  position: absolute;
  right: 87%;
  top: 0;
  bottom: 0;
  height: 57px;
}

@media (max-width: 992px) {
  .finalista--h1 svg {
    position: absolute;
    right: 85%;
    top: 0;
    bottom: 0;
    height: 35px;
  }
}

.finalista--h1.alter {
  padding: 10px 4rem 10px 4rem;
}

.finalista--h1 img {
  position: absolute;
  left: -3%;
}

#finalistas .uk-card::after {
  display: none !important;
}

#finalistas .uk-card {
  display: block !important;
  border-radius: 50px 0px;
  -webkit-box-shadow: 12px 12px 0 0 var(--color-cat) !important;
  box-shadow: none !important;
  border: 1px solid var(--color-cat);
  background: var(--color-cat) !important;
}

#finalistas .uk-card h3 {
  font-weight: 700;
  font-size: 30px !important;
  line-height: 42px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  min-height: 110px;
  width: 100%;
  color: white !important;
  letter-spacing: 0.03em;
}

@media (max-width: 992px) {
  #finalistas .uk-card h3 {
    font-size: 18px !important;
    line-height: 25px !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 85px;
    padding-top: 1rem;
  }
}

#finalistas .uk-card .ciudad p {
  background: var(--color-flag);
  border-radius: 0px 20px 0px 0px;
  color: white !important;
  padding: 8px 3rem 8px 1.5rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  position: relative;
}

#finalistas .uk-card .ciudad p::before {
  content: "";
  border-style: solid;
  border-width: 0 22px 22px 0;
  height: 22px;
  width: 22px;
  position: absolute;
  border-color: transparent var(--color-flag) transparent transparent;
  opacity: 0.4;
  top: 100%;
  left: 0;
}

#finalistas .uk-card .p--a {

  margin-top: 1rem;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  
}

#finalistas .uk-card p {
  color: #FFFFFF !important;
  font-family: BrandonText-Light;
  margin: 0;
  font-size: 17px;
}

@media (max-width: 992px) {
  #finalistas .uk-card p {
    font-size: 13px;
    line-height: 18px;
  }
}

#finalistas .uk-card .red {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#finalistas .uk-card .red a {
  width: 33px;
  height: 33px;
  background: var(--color-flag);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

#finalistas .uk-card .red a img {
  width: auto;
  height: 14px;
}

.content-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 325px;
  --color-gre: #3A8051;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 1rem;
}

.content-g .img {
  position: absolute;
  /* position: relative; */
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.content-g .img img {
  width: 325px;
  height: auto;
  aspect-ratio: 1;
}

.content-g .img svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.content-g-r {
  margin-left: 0;
  margin-top: 8rem;
  padding-left: 0rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px 0 50px 0;
  padding: 10rem 2rem 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border: 5px solid var(--color-gre);
  background-color: #fff;
}

@media (max-width: 992px) {
  .content-g-r {
    margin-top: 5rem;
    padding: 6rem 2rem 2rem 2rem;
  }
}

.content-g-r .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-g-r .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-g-r .log {
  text-align: center;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 86px;
  flex: 0 0 86px;
}

.content-g-r .log img {
  width: auto;
  height: auto;
  max-height: 70px;
}

.content-g-r .til {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: var(--color-gre);
  border-bottom: 1px solid var(--color-gre);
  margin-bottom: 1rem;
  min-height: auto;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-g-r .til h4 {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: var(--color-gre);
  font-family: BrandonText-Bold;
  margin: 0;
}

.content-g-r .cont {
  font-weight: 700;
  font-size: 14px;
}

.content-g-r .cont .le {
  font-weight: 700;
  font-size: 14px;
  color: var(--color-gre);
}

.content-g-r .cont .rig {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.content-g-r .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.content-g-r .more .lop {
  background: var(--color-gre);
  border-radius: 0px 22px 22px 0px;
  padding: 0px 45px 0px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  position: relative;
  color: white;
  cursor: pointer;
}

.content-g-r .more .lop img {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.moda-rel-close {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: transparent;
  border: none;
  color: white;
  outline: none !important;
  font-size: 22px;
}

.moda-rel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
  --color-gre: #3A8051;
  min-height: 500px;
}

.moda-rel .l {
  padding: 2rem 3.5rem;
}

.moda-rel .l .log {
  text-align: center;
  margin-bottom: 1rem;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.moda-rel .l .log img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 100px;
}

.moda-rel .l .til svg {
  height: 35px;
  width: 35px;
}

.moda-rel .l .til h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--color-gre);
  font-family: BrandonText-bold, sans-serif;
  gap: 10px;
}

.moda-rel .l p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #4D4D4D;
}

.moda-rel .r {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 335px;
  flex: 0 0 335px;
  width: 335px;
  border-radius: 40px 0px 0px 40px;
  overflow: hidden;
}

.moda-rel .r img {
  /* height: 100%;
  object-fit: cover; */
}

.deco-mm {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.deco-mm img {
  width: 75%;
}

.content-g-r .red {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.content-g-r .red a {
  width: 33px;
  height: 33px;
  background: var(--color-gre);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.content-g-r .red a img {
  width: auto;
  height: 14px;
}

.sub-title.ere {
  padding: 0 2rem;
  color: #49477E;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.table-jurado.alter tbody tr {
  background: transparent;
  border-radius: 0;
}

table.table-jurado.alter td:last-child {
  padding: 0 !important;
  position: relative;
  padding-left: 1.5rem !important;
}

.table-jurado.alter tbody tr td::before {
  content: "◉";
  color: white;
  position: absolute;
  left: 0;
}

table.table-jurado.alter {
  --color-table: #49477E;
  border: 1px solid var(--color-table);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: var(--color-table);
  border-radius: 0px 50px;
  padding: 2rem;
  margin-top: 10px;
}

.table-jurado tbody tr td {
  color: white;
}

.table-jurado.alter thead tr th {
  margin-top: 0;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
  color: white;
}

#aliados ul.nav-tabs li .nav-link,
#finalistas ul.nav-tabs li .nav-link {
  border: 1px solid #B90080 !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 10px 1rem !important;
  color: #B90080;
  border-radius: 10px 0px !important;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600 !important;
  font-family: "BrandonText-Bold" !important;
  margin: 0 0 1rem;
}

#jurado #aliados ul.nav-tabs li .nav-link.active {
  background: #b90080 !important;
  color: white !important;
  font-weight: 600 !important;
  font-family: "BrandonText-Bold" !important;
}

.table-jurado.loc tbody tr td {
  border: 1px solid white;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: white;
  text-transform: uppercase;
  border-bottom: none;
  background: #F4BB00;
  font-weight: 800;
}

table.table-jurado.loc td:first-child {
  border-right: none;
  border-left: none;
}

.table-jurado.loc tbody tr {
  background: transparent;
  margin-bottom: 0px !important;
}

.table-jurado.loc thead tr th {
  width: 50%;
  border: 1px solid white;
  border-bottom: 1px solid white;
  padding: 1rem 1rem;
  border-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: white;
  background: #E36500;
}

.table-jurado.loc thead tr th:last-child {
  border-left: none;
}

table.table-jurado.loc {
  border-spacing: 0;
}

.table-jurado.loc tbody tr:last-child td {
  border-bottom: 1px solid #DDAC49;
}

.slick-next:before,
.slick-prev:before {
  font-size: 24px;
}

.modal-content-cess {
  border: none;
  border-radius: 0;
}

#premio,
#aliados {
  height: auto !important;
}

@media (max-width: 768px) {
  #desafio .contenido .en-vivo {
    margin-bottom: 6rem;
  }

  #desafio .contenido .en-vivo-container .from {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
  }

  #categorias .title,
  #premio .title,
  #aliados .title,
  #aliado .title,
  #finalistas .title,
  #cronograma .title {
    max-width: 280px;
    margin: 0 auto;
  }

  .card.categorias a {
    position: absolute !important;
    bottom: 78%;
  }

  .title.main h1 {
    font-size: 18px !important;
    padding-left: 14px !important;
    margin-bottom: 0 !important;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
  }

  #categorias div.container .card .image {
    width: 130px !important;
  }

  .card.categorias .card-content {
    margin-top: 0;
    padding: 1rem;
  }
}

@media (max-width: 768px) and (max-width: 992px) {
  .card.categorias .card-content {
    margin-top: 0;
    padding: 5rem 1rem 1rem 1rem;
    border: 3px solid var(--color-variant) !important;
  }
}

@media (max-width: 768px) {
  .card.categorias .titleDESC ul li {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {

  #cronograma .list-cronograma.right .uk-card,
  #cronograma .list-cronograma.left .uk-card {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    /* background: #4A8FC6; */
    border: none;
    /* border-radius: 50px; */
    min-height: 100px;
    height: auto;
    margin-bottom: 0;
    padding: 1rem 3rem !important;
  }
}

@media (max-width: 768px) {

  #cronograma .uk-card .item-left span,
  #cronograma .uk-card .item-right span {
    font-size: 80px;
    line-height: 32px;
    font-family: "BrandonText-Bold";
  }
}

@media (max-width: 768px) {

  #cronograma .uk-card .item-left,
  #cronograma .uk-card .item-right {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media (max-width: 768px) {

  #cronograma .cont-left p,
  #cronograma .cont-right p {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {

  #cronograma .cont-left p span,
  #cronograma .cont-right p span {
    font-family: BrandonText-Light;
  }
}

@media (max-width: 768px) {

  #cronograma .cont-left h3,
  #cronograma .cont-right h3 {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  #cronograma .center {
    padding: 0 1rem !important;
  }
}

@media (max-width: 768px) {
  .list-cronograma::after {
    display: none;
  }
}

@media (max-width: 768px) {
  #premio .container .background .banner .contenido {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  #premio .container .card-premios .card-body {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  #premio .container .card-premios .card .card-title {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {

  .finalista--h1.alter,
  .finalista--h1 {
    font-size: 16px;
    line-height: 2px;
    padding: 1rem 2.5rem 1rem 2.5rem;
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .finalista--h1 img {
    height: 45px;
    left: -2%;
    right: auto;
  }
}

@media (max-width: 768px) {
  .content-g {
    margin-top: 2rem;
    margin-bottom: 1rem;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .content-g .img {
    top: -3.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
}

@media (max-width: 768px) {
  .content-g .img img {
    width: 128px;
    height: 128px;
  }
}

@media (max-width: 768px) {
  .content-g-r {
    margin-left: 0;
    padding-left: 1rem;
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 1rem;
    margin-top: -1rem;
  }
}

@media (max-width: 768px) {
  .content-g-r .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 768px) {

  .content-g-r::after,
  .content-g-r::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .content-g-r .til {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    margin: 0 auto 1rem;
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .content-g-r .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .content-g-r .til h4 {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .content-g-r .cont {
    font-weight: 700;
    font-size: 14px;
    width: 230px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {

  .content-g-r .more,
  .content-g-r .red {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .modal-content-cess {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .moda-rel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 768px) {
  .moda-rel .l {
    padding: 2rem 1rem 5rem;
    position: relative;
  }
}

@media (max-width: 768px) {
  .moda-rel .r {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 768px) {
  .deco-mm {
    left: 0;
    max-width: 7rem;
  }
}

@media (max-width: 768px) {
  table.table-jurado.alter {
    text-align: left;
  }
}

@media (max-width: 768px) {
  #cronograma .uk-card {
    width: 100% !important;
    height: 54px;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    font-family: BrandonText-Light;
    background: #B90080;
    border: 1px solid #B90080;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px 20px;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  #cronograma .uk-card h3 {
    font-family: BrandonText-Bold, sans-serif;
  }
}

@media (max-width: 768px) {
  .sub-title.ere {
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  #finalistas .uk-card .icon {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

@media (max-width: 768px) {

  #cronograma .cont-left,
  #cronograma .cont-right {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .moda-rel .r img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #premio .desktop-premio {
    padding-bottom: 4rem;
  }
}

@media (max-width: 768px) {

  #categorias .title img,
  #postula .title img,
  #premio .title img,
  #aliados .title img,
  #aliado .title img,
  #finalistas .title img,
  #cronograma .title img {
    width: 73px;
    max-width: 29px;
    height: auto;
  }
}

#cronograma .title h1.blue {
  color: #49477E;
}

@media (min-width: 768px) {

  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
}

#online .en-vivo {
  background: #4752a3;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 120px;
}

@media (max-width: 992px) {
  #online .en-vivo {
    height: auto;
    padding: 1rem 0;
  }
}

#online .en-vivo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

#online .en-vivo-container h1 {
  font-family: 'Poppins';
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: white;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media (max-width: 992px) {
  #online .en-vivo-container h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #online .en-vivo-container h1 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 11px;
    font-size: 16px;
    line-height: 22px;
  }
}

#online .en-vivo-container h1 .fecha {
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#online .en-vivo-container h1 .fecha .day {
  background: #398a98;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 32px;
  line-height: 50px;
}

#online .en-vivo-container h1 .fecha .mont {
  background: white;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #398a98;
  font-size: 18px;
  line-height: 25px;
}

#online .from {
  background-color: #c24c5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  color: white;
  padding: 2rem 0;
  font-weight: 300;
  font-family: 'Poppins';
}

@media (max-width: 992px) {
  #online .from {
    background-color: #f4bb04;
    background-image: url('../image/line-yellow.png');
    font-size: 14px;
    line-height: 19px;
    padding: 2rem 1rem;
  }
}

#online .from .c {
  max-width: 25rem;
}

.modal.right .modal-dialog {
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}

.modal.right .modal-body {
  background: #494991;
}

#navbar .navbar-collapse ul li.postula a {
  background: #D3DC00;
  border-radius: 10px;
  padding: 0.5rem 2rem;
}

#cronograma .columna-2 {
  max-width: 58rem;
  margin: 0 0rem 0 auto;
}

.list-cronograma:nth-child(1) .uk-card {
  background: #E36500;
}

.ko-progress-circle .ko-progress-circle__slice .ko-progress-circle__fill {
  background-color: #00A7E6;
}

#postula .container .contenido .top-arrow.slick-arrow.slick-disabled i,
#postula .container .contenido .bottom-arrow.slick-arrow.slick-disabled i {
  color: #3FA7DB;
}

#postula .container .contenido .bottom-arrow i,
#postula .container .contenido .top-arrow i {
  color: #494991;
}

#postula .container .contenido .bottom-arrow i.fa-chevron-up,
#postula .container .contenido .top-arrow i.fa-chevron-up {
  color: #3FA7DB;
}

#premio .pr {
  min-height: 350px;
  position: relative;
  margin-bottom: 4rem;
}

@media (max-width: 992px) {
  #premio .pr {
    padding: 0 2rem;
  }
}

@media (max-width: 992px) {
  #premio .pr .banner .img-mobile {
    height: 217px;
  }
}

#premio .pr .banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 992px) {
  #premio .pr .banner img {
    position: relative;
  }
}

#premio .pr .banner .contenido {
  max-width: 36rem;
}

#premio .pr .banner .text {
  background: rgba(172, 0, 138, 0.8);
  border-radius: 60px 0px 0px 60px;
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding: 1rem;
}

@media (max-width: 992px) {
  #premio .pr .banner .text {
    position: relative;
    width: 100%;
    border-radius: 0;
    background: #E02D86;
    border-radius: 0px 0px 0px 20px;
    padding: 1rem;
  }
}

#premio .pr .banner .text h1 {
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Brandon Text";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 32px;
}

@media (max-width: 992px) {
  #premio .pr .banner .text h1 {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }
}

#premio .pr .banner .text li {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 992px) {
  #premio .pr .banner .text li {
    font-size: 14px;
    line-height: 17px;
  }
}

#premio .container .card .card-subtitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 1rem;
  top: -1rem;
  background: #3FA7DB;
  border-radius: 10px;
  height: 42px;
  width: 106px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#premio .container .card-premios .card.alter .card-subtitle {
  background: #AC008A;
}

#finalistas .uk-card .ciudad {
  margin-bottom: 10px;
  /* background: var(--color-flag); */
  margin-left: -3rem;
}

.h1-ex {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
  letter-spacing: 0;
  color: #E24752;
  background-image: url(../../../../uploads/2023/05/er.png);
  background-size: 17rem;
  height: 50px;
  background-color: white;
  padding-right: 2rem;
  padding-left: 2rem;
  font-family: BrandonText-Bold;
  font-size: 21px;
  line-height: 29px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 7px;
}

#jurado .finalista--h1 {
  border-radius: 0;
}

#jurado .finalista--h1.eee {
  background: #91C447;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  padding: 1rem 5rem;
}

@media (max-width: 992px) {
  #jurado .finalista--h1.eee {
    padding: 1rem 2rem;
    font-size: 18px;
    line-height: 17px;
  }
}

#jurado .hre {
  background: #3FA7DB;
  padding: 2rem 0;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  #jurado .hre {
    margin-top: 5rem;
  }

  #jurado .hre .gerhh {
    padding-top: 37%;
  }
}

#jurado .hre .picture {
  position: absolute;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#jurado .hre .picture img {
  max-width: 22rem;
}

@media (max-width: 992px) {
  #jurado .hre .picture img {
    max-width: 75%;
  }
}

#jurado .hre h3 {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  left: 0;
  margin: 0;
  padding: 0;
}

#jurado .hre table {
  padding: 0;
  border: none;
  margin-bottom: 0;
  background: transparent;
}

#jurado .hre table td {
  color: white;
}

#jurado .hre table td:before {
  color: white;
}

#premios {
  position: relative;
}

@media (max-width: 992px) {
  #premios {
    padding: 2rem 0;
  }
}

#premios .image-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#premios .image-left img {
  max-width: 80%;
}

.fl-1 {
  position: absolute !important;
  left: 0;
  bottom: 0;
}

@media (max-width: 992px) {
  .fl-1 {
    max-width: 4rem;
  }
}

.fl-2 {
  position: absolute !important;
  top: -2rem;
  left: 4rem;
  width: 80px !important;
}

@media (max-width: 992px) {
  .fl-2 {
    position: absolute !important;
    top: -1rem;
    left: 2rem;
    width: 35px !important;
  }
}

.fl-3 {
  position: absolute !important;
  top: 40%;
}

@media (max-width: 992px) {
  .fl-3 {
    max-width: 4rem;
  }
}

.fl-4 {
  position: absolute !important;
  bottom: 0;
  right: 0;
}

@media (max-width: 992px) {
  .fl-4 {
    position: absolute !important;
    bottom: -5rem;
    right: 0;
    max-width: 4rem;
  }
}

.modal .bg-3 {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  max-width: 8rem;
}

.modal .bg-2 {
  position: absolute;
  bottom: 0;
  z-index: 1;
  max-width: 8rem;
}

@media (max-width: 992px) {
  .modal .bg-2 {
    max-width: 6rem;
  }
}

#categorias .card {
  background: transparent;
}

@media (max-width: 992px) {
  #categorias .card {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

.fondo-br {
  max-width: 8rem;
  bottom: -6rem;
  pointer-events: none;
}

.fondo-br.two {
  top: 165rem;
}

.fondo-bl {
  bottom: 1rem;
  left: 1rem;
  pointer-events: none;
}

@media (max-width: 992px) {
  .fondo-bl {
    bottom: 2rem;
    left: 1rem;
    pointer-events: none;
    max-width: 2rem;
  }
}

.fondo-bl.two {
  left: 0;
  bottom: 0;
  max-width: 17rem;
}

.fondo-bl.three {
  left: 0;
  bottom: 0;
  max-width: 9rem;
}

.fondo-bl.four {
  bottom: -2rem;
  left: 0;
}

@media (max-width: 992px) {
  .fondo-bl.four {
    max-width: 3rem;
  }
}

.fondo-bl.five {
  left: 0;
  bottom: 3rem;
  max-width: 9rem;
}

@media (max-width: 992px) {
  .fondo-bl.five {
    max-width: 4rem;
    bottom: -3rem;
  }
}

.fondo-tl {
  pointer-events: none;
}

.fondo-tl.two {
  z-index: 1;
  rotate: 180deg;
  top: 11rem;
}

.fondo-tl.three {
  top: 14%;
}

.fondo-tr.two {
  max-width: 6rem;
  top: 20%;
}

.fondo-tr.three {
  top: 9rem;
}

.fondo-ml {
  position: absolute;
  left: 0;
  rotate: 180deg;
  max-width: 5rem;
  top: 50%;
  pointer-events: none;
}

.fondo-mr {
  position: absolute;
  right: 0;
  rotate: 180deg;
  max-width: 5rem;
  top: 50%;
  pointer-events: none;
}

.ic-be {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: -5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .ic-be {
    left: -1rem;
  }
}

.deco-mm {
  pointer-events: none;
}

@media (max-width: 992px) {
  #postula {
    padding-bottom: 15rem;
  }
}

@media (max-width: 992px) {
  .grid-cet {
    padding: 0 1rem;
  }

  #aliados .nav-tabs .nav-item,
  #finalistas .nav-tabs .nav-item {
    width: 100%;
  }

  .table-jurado.loc thead tr th {
    font-size: 13px;
    line-height: 15px;
  }

  .table-jurado.loc tbody tr td {
    font-size: 12px;
    line-height: 18px;
  }

  .slick-slider {
    padding: 0 1rem;
  }

  .slick-prev {
    left: -10px;
  }

  .slick-next {
    right: -10px;
  }

  .section-vivo .title {
    margin-bottom: 0 !important;
  }
}

.slick-next:before,
.slick-prev:before {
  opacity: 1;
}

#jurado .block--title-a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 1rem;
}

#jurado .block--title-a svg {
  right: 73% !important;
}

@media (max-width: 992px) {
  .table-jurado tbody tr {
    background: #F4BB00;
  }
}

@media (min-width: 992px) {
  .modal.left .modal-dialog {
    max-width: 35%;
  }
}

@media (max-width: 992px) {

  #aliado,
  #cronograma {
    padding-bottom: 11rem;
  }
}

@media (max-width: 600px) {
  footer .contenido.uk-footer-mobile-morado {
      background: #4b4898;
  }
  footer .contenido {
      padding: 2.5rem 5% 2rem;
  }
  footer .footer{
    padding-bottom: 74px;
  }
}

