/*Variables css*/
:root {
  --azul: #00ffff;
  --verde: #f9ff00;
  --verde-opacity30: #afca0030;
  --morado: #6f36ea;
  --azulMetal: #003366;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  src: url(assets/fonts/Poppins-Regular.ttf);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Poppins;
  font-size: 1.6rem;
}

html body a {
  text-decoration: none;
  color: blue;
}

.msgError {
  color: red;
}

.evento {
  background: #f9f9f9;
  height: auto;
  /* display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
}

.vista {
  /* overflow-x: scroll; */
  position: relative;
}

.container {
  max-width: 2250px;
  margin: auto;
}

.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
}
.flexCenterRows{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.5rem;
}
.flexCenterRows a{
  width: 30%;
}
.header__preevento {
  background-image: url("https://imagenes.blackfridaycol.com/assets-web/Imagen_background_blackfriday_nov2025.png");
  padding-bottom: 6rem;
  background-color: #19363f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 1000px rgb(0 0 0 / 30%);
}

.header__bottom {
  min-height: 300px;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  max-width: 100%;
  margin-top: 6rem;
}

.figureCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mid-banner figure {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 100%; */
}

.header__evento {
  background-image: url("https://imagenes.blackfridaycol.com/assets-web/Imagen_background_blackfriday_nov2025.png");
  padding-bottom: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.header__top {
  text-align: center;
  display: flex;
  flex-direction: row;
  margin: 0;
  justify-content: center;
  align-items: center;
  min-width: 95%;
  z-index: 1;
  position: fixed;
  width: 100%;
}

.sticky__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* background-color: #6868682d; */
  padding: 2 rem;
  height: 12rem;
}

.scrolled {
  background-image: url("assets/images/barra-fija.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.form_noticias {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_top__organiza {
  text-align: left;
  display: flex;
  height: 10rem;
  width: auto;
  /* margin-left: 3rem;
     */
}

.header_top__organiza > a > img {
  width: 15.4rem;
  height: 10rem;
  padding-left: 2rem;
}

.header__top__redessociales {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-right: 4rem;
  /* background-color: #8ce0f52d; */
  padding: 10px;
  height: 55px;
  border-radius: 3px;
}

.header__top-redes-iconos {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.image__shadow-claro:hover {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0.2rem 0.2rem 0.5rem #dddddd;
}

.image__shadow-oscuro:hover {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0.2rem 0.2rem 0.5rem #686868;
}

.contador {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  padding: 1rem;
  min-width: 320px;
  align-items: center;
}

.container-contador {
  border-radius: 10px;
  /* background-color: #00314a; */
  bottom: 0px;
  position: relative;
  padding: 10px;
}

.contador > h5 {
  color: #f9ff00;
}

.logoBlackFriday {
  display: flex;
  justify-content: center;
}

.logoBlackFriday img {
  width: 80%;
}

.bannerCentral {
  width: 100%;
  align-items: center;
  padding-top: -10rem;
}

.container_cuadro__fecha {
  text-align: center;
}

.container__texto {
  color: white;
  font-weight: bold;
  font-size: 3rem;
}

header .container__texto_pequenno {
  color: white;
  font-size: 1.3rem;
  margin-block: 0.5rem;
  margin-left: 0.5rem;
  font-weight: bold;
}

header .formulario {
  position: relative;
  top: 0;
  border-radius: 5px;
  background-color: #ffffff20;
  padding: 3rem;
}

.formulario input[type="text"],
.formulario input[type="email"],
.formulario input[type="number"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.formulario input[type="checkbox"] {
  margin-right: 1rem;
}

.formulario__boton {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.formulario__boton button img {
  height: 50px;
}

.formulario__boton-btn1 {
  border: 0;
  background: transparent;
  border-radius: 25px;
}

.formulario__boton-btn1:hover {
  box-shadow: 0px 0px 5px 2px var(--morado);
}

.formulario__boton-btn1:active {
  box-shadow: 0 0 5px 2px #ffffff50;
  transform: translateY(4px);
}

.header__contador-cuadros {
  display: flex;
  flex-direction: row;
  min-width: 320px;
  justify-content: space-around;
  height: auto;
  margin-block: 2rem;
  margin-inline: 0;
}

.contador_cuadros_tiempo {
  width: 68px;
  height: 66px;
  background: white 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 11px #f9ff00;
  border: 1px solid #cfd949;
  border-radius: 16px;
  text-align: center;
  opacity: 90%;
}

.contador_cuadros_tiempo_valor {
  text-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.7rem;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 1.8rem 1rem 3rem 1rem;
}

.contador_cuadros_tiempo_texto {
  text-align: center;
  line-height: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0px;
  color: white;
  opacity: 1;
  text-transform: uppercase;
}

.formulario__checkTerminos {
  color: white;
  position: relative;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-block: 1rem;
}

.formulario__checkTerminos label {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.formulario__checkTerminos label a {
  color: var(--verde);
}

.formulario__checkCaptcha {
  display: flex;
  justify-content: center;
}

.header__evento-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header__evento figure {
  text-align: center;
}

.header__evento-top > span {
  padding-top: 2rem;
  padding-inline: 1rem;
  /* flex: 33%; */
}

.header__evento .spanPequeño {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.header__evento .spanPequeño .tituloGranPatrocinador {
  color: white;
  font-size: 1.2rem;
  margin-top: 2rem;
  text-transform: uppercase;
  /* font-weight: bold; */
}

.header__evento .containerLogoHeader {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /* border-top: 1px solid #c3c3c3; */
  /* padding-top: 2.5rem; */
}

.containerLogoHeader img {
  width: 100px;
  height: 100px;
  box-shadow: 5px 5px 12px #53004d23;
  border: 2px solid #f1f1f1;
  border-radius: 33px;
  margin: 1rem;
  opacity: 1;
  transition: 0.5s border;
  position: flex;
}

.containerLogoMenu img {
  width: 86px;
  height: 30px;
  box-shadow: 5px 5px 12px #53004d23;
  margin: 1.4rem 0.2rem 1rem 0.2rem;
  opacity: 1;
  transition: 0.5s border;
}
.containerLogoMenu img:hover {
  box-shadow: 5px 5px 12px #53004d23 !important;
}
.header__evento .spanGrande {
  width: 30%;
}

.header__evento--logo {
  width: 250px;
  height: 100px;
}

.header__input-busqueda {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0.9rem;
  width: 100%;
  font-size: 1.6rem;
  height: 4.5rem;
  margin-block: 1rem;
  text-align: center;
}
/*botón de lupa*/
.header__input-submit {
  max-width: 40px;
  height: 40px;
  color: #151c1d;
  box-shadow: 3px 3px 6px 1px #034f421f inset;
  background: transparent linear-gradient(180deg, #f9ff00 0%, #f9ff00 100%) 0% 
    0% no-repeat padding-box;
  border-radius: 40px;
  /* border:0; */
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 4px;
}
.lipa {
  width: 90%;
}

main {
  padding-block: 5rem;
  background-color: white;
}

.main_titulo-primer-black {
  text-transform: uppercase;
  text-align: center;
  color: #9b4c9e;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
.main__titulo {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: var(--morado);
}

.main__patrocinador {
  margin-top: 2rem;
  padding: 2.5rem;
  justify-content: center;
  text-align: center;
}

.main__patrocinador > h3 {
  text-align: center;
  margin-bottom: 1rem;
}

.main__patrocinador img {
  width: 160px;
  height: 160px;
  border: 2px solid #f1f1f1;
  border-radius: 33px;
}

.main__listaAnunciantes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #c3c3c3;
  padding-top: 2.5rem;
}

.main__lista-media-partners > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #c3c3c3;
  padding-top: 2.5rem;
}

.main__lista-media-partners > h3 {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}

.main__lista-media-partners img {
  width: 130px;
  height: 130px;
  box-shadow: 5px 5px 12px #53004d23;
  border: 2px solid #f1f1f1;
  border-radius: 33px;
  margin: 1rem;
  opacity: 1;
  transition: 0.5s border;
  position: flex;
}

.main__lista-apoyan > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #c3c3c3;
  padding-top: 2.5rem;
}

.main__lista-apoyan > h3 {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}

.main__lista-apoyan img {
  width: 100px;
  height: 100px;
  box-shadow: 5px 5px 12px #53004d23;
  border: 2px solid #f1f1f1;
  border-radius: 33px;
  margin: 1rem;
  opacity: 1;
  transition: 0.5s border;
  position: flex;
}

.main__logoAnunciante {
  width: 151px;
  height: 151px;
  box-shadow: 5px 5px 12px #53004d23;
  border: 2px solid #f1f1f1;
  border-radius: 33px;
  margin: 1rem;
  opacity: 1;
  transition: 0.5s border;
  position: flex;
}

footer {
  padding-top: 20px;
  padding-bottom: 0;
  min-height: 350px;
  background-image: url("https://imagenes.blackfridaycol.com/assets-web/Imagen_background_blackfriday_nov2025.png");
  background-color: var(--verde);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__mapa-sitio {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__mapa-sitio > div {
  margin-right: 2rem;
  margin-left: 2rem;
}

.footer_subtitulo {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: var(--verde);
}

.container-eltiempo {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.footer__sobre-el-evento {
  display: flex;
  flex-direction: column;
  flex: 35%;
}

.footer__sobre-el-evento__texto {
  color: white;
  text-align: left;
}

.footer__sitio {
  flex: 20%;
}

.footer__contacto {
  flex: 20%;
}

footer h3 {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.footer__enlaces {
  flex: 10%;
  margin-bottom: 5rem;
}

.footer__enlaces div {
  display: flex;
  font-size: 2rem;
}

.footer__enlaces div a {
  height: 22px;
  width: 22px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  padding-inline: 2rem;
}

.footer_top a {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: white;
}

.footer_top ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

.footer_top li {
  padding-block: 0.7rem;
}

.footer_top .links ul:last-of-type {
  margin-left: 3rem;
}

.footer__logo-blackfriday {
  max-width: 330px;
}

.formulario__select {
  position: relative;
}

.formulario__select-cat {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  cursor: pointer;
}

.formulario__select-cat .btn-text {
  display: flex;
  color: #6d6d6d;
  font-size: 1.4rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.formulario__list-items {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
}

.formulario__list-items .item {
  display: flex;
  align-items: center;
  list-style: none;
  height: 50px;
  transition: 0.3s;
  padding: 0 15px;
  border-radius: 8px;
}

.formulario__list-items .item:hover {
  background-color: #e7edfe;
}

.item .item-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  width: 100%;
  cursor: pointer;
}

/* .item .checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    margin-right: 12px;
    border: 1.5px solid #c0c0c0;
    transition: all 0.3s ease-in-out;
} */

/* .item.checked .checkbox {
    background-color: #4070f4;
    border-color: #4070f4;
} */

/* .checkbox .check-icon {
    color: #fff;
    font-size: 11px;
    transform: scale(0);
    transition: all 0.2s ease-in-out;
} */

/* .item.checked .check-icon {
    transform: scale(1);
} */

.close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  float: right;
}

.header__TopLeft-banner {
  height: 100%;
  width: 100%;
  position: relative;
  margin-top: 2rem;
  /* padding-left: 6.7rem; */
  -webkit-mask-image: radial-gradient(
        circle at center,
        rgba(0, 0, 0, 1) 60%,  /* Centro visible */
        rgba(0, 0, 0, 0) 100%  /* Bordes difuminados */
    );
    mask-image: radial-gradient(
        circle at center,
        rgba(0, 0, 0, 1) 60%,
        rgba(0, 0, 0, 0) 100%
    );
}

.header__Muy-pronto {
  height: 100%;
  width: 100%;
  position: relative;
}

.header__Logo-black {
  height: 100%;
  width: 100%;
  position: relative;
  margin-top: 2rem;
  padding-left: 1rem;
}

.header__Logo-fechas {
  height: 100%;
  width: 100%;
  position: relative;
  margin-top: 2rem;
  padding-left: 1rem;
}

.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #000000;
  color: var(--verde);
  /* padding: 15px 20px; */
  border-radius: 50%;
  width: 150px;
  height: 150px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  border: solid 2px #252323;
  z-index: 1000;
}

.floating-button img {
  width: 100%;
}

.floating-button:hover {
  background-color: var(--verde);
  color: white;
}
.container-dataglobal {
  margin: 4.5rem 0 0 0;
  width: 150px;
  height: 40px;
  display: flex;
}
.container-dataglobal img {
  width: 100%;
  height: 100%;
}
.proxBlackFriday {
  color: white;
  font-size: 1.6rem;
  text-align: center;
}
/*TV y Pantallas extra grandes */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1250px;
    /* background-color: red;*/
  }

  .header__bottom > div {
    margin-inline: 2rem;
    min-width: 350px;
    width: 100%;
  }

  .mid-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/*Pantallas  desktop y laptos*/
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .container {
    max-width: 980px;
  }

  .header__top {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .header_top__organiza {
    height: 8rem;
  }

  .sticky__container {
    width: 100%;
  }

  .header__bottom {
    min-width: 330px;
    margin: 0px auto 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    max-width: 100%;
  }

  .header__bottom > div {
    margin-inline: 2rem;
    min-width: 350px;
    max-width: 430px;
    width: 100%;
  }

  .container-contador {
    bottom: 0px;
    margin-top: 0rem;
  }

  /* .banner-1 figure {
        display: none;
    } */

  .left-banner {
    margin-top: 8rem;
  }

  .left-banner figure {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .header_top__organiza {
    margin: 0;
  }

  .header__Logo-black {
    display: none;
  }

  .header__Logo-fechas {
    width: 80%;
    position: static;
    height: 80%;
    margin-top: 0rem;
    padding-left: 0rem;
    margin: 4rem 0 6rem 0;
  }
  .mid-banner {
    display: none;
  }

  .container-eltiempo {
    width: auto;
    height: auto;
    justify-content: start;
    /* display: ; */
    align-items: auto;
    margin-top: 2rem;
    margin-left: 1.6rem;
  }

  .header__evento .containerLogoHeader {
    padding-top: 0rem;
  }
  .header__evento .spanGrande {
    width: 50%;
  }
  .header__evento .spanPequeño {
    width: 50%;
  }
}

/*iPads y tables */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  header,
  footer {
    background-image: url("https://imagenes.blackfridaycol.com/assets-web/Imagen_background_blackfriday_nov2025.png");
  }
  .formulario input[type="checkbox"] {
    margin-right: 0.5rem;
    height: auto;
    /* width: 100%;
      height: 100%; */
  }
  .container {
    margin-inline: 0rem;
  }

  .header__top {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .sticky__container {
    width: 100%;
  }
  .header__Logo-black {
    display: none;
  }
  .header__top__redessociales {
    display: flex;
    padding-right: 1rem;
    height: auto;
  }

  .container-contador {
    bottom: 0px;
    margin-bottom: 4rem;
  }

  .header_top__organiza {
    height: 8rem;
  }

  .header__bottom {
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    max-width: 100%;
    flex-direction: column;
    margin-top: 0rem;
  }

  .left-banner {
    margin-top: 8rem;
  }

  .left-banner figure {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .header_top__organiza {
    margin: 0;
  }

  .header__bottom > div {
    margin-top: 0rem;
    /* width: 100%; */
  }
  .formulario {
    width: min-content;
  }
  .mid-banner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4rem 0 4rem 0;
  }

  /* .banner-1 figure {
        display: none;
    } */

  .header__Logo-black {
    display: none;
  }

  .figureCenter {
    width: 70%;
  }

  .header__Logo-fechas {
    width: 60%;
    position: static;
    /* height: 60%; */
    margin-top: 0rem;
    padding-left: 0rem;
    margin-bottom: 2rem;
  }
  .container-eltiempo {
    width: auto;
    height: auto;
    justify-content: start;
    align-items: auto;
    margin-top: 2rem;
    margin-left: 1.6rem;
  }

  .header__evento .containerLogoHeader {
    padding-top: 0rem;
  }
  .header__evento .spanGrande {
    width: 100%;
  }
  .header__evento .spanPequeño {
    width: 50%;
  }

  .floating-button {
    width: 130px;
    height: 130px;
  }

  .container-dataglobal {
    margin: 1rem 0 0 0;
  }
}

/* Teléfonos moviles*/
@media only screen and (max-width: 480px) {
  .header_top__organiza > a > img {
    width: 15.4rem;
    height: 10rem;
    padding-left: 0rem;
  }

  header,
  footer {
    background-image: url("https://imagenes.blackfridaycol.com/assets-web/Imagen_background_blackfriday_nov2025.png");
  }

  .container {
    margin-inline: 1rem;
  }

  .formulario input[type="checkbox"] {
    margin-right: 0.5rem;
    height: auto;
    /* width: 100%;
      height: 100%; */
  }

  .header__top__redessociales {
    display: flex;
    flex-direction: row;
    padding-right: 1rem;
    margin-right: 0;
  }

  .header_top__organiza > img {
    padding-left: 0rem;
  }

  .header__Logo-black {
    display: none;
  }
  .sticky__container {
    width: 100%;
  }

  .header__bottom {
    margin: 5rem auto 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    margin-top: 0rem;
  }

  .header__bottom > div {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .left-banner {
    display: flex;
    align-items: end;
    justify-content: center;
  }

  .container-contador {
    margin-top: 2.1rem;
  }

  .header__TopLeft-banner {
    width: 90%;
    height: 100%;
    /* top:100px; */
    position: relative;
    padding-left: 0rem;
    -webkit-mask-image: radial-gradient(
        circle at center,
        rgba(0, 0, 0, 1) 60%,  /* Centro visible */
        rgba(0, 0, 0, 0) 100%  /* Bordes difuminados */
    );
    mask-image: radial-gradient(
        circle at center,
        rgba(0, 0, 0, 1) 60%,
        rgba(0, 0, 0, 0) 100%
    );
  }
  

  .header__Muy-pronto {
    display: none;
  }

  .main__logoAnunciante {
    width: 90px;
    height: 90px;
    border-radius: 15px;
  }

  .header__Logo-fechas {
    /* width: max-content; */
    position: relative;
    height: 120px;
    position: relative;
    bottom: 40px;
    margin-top: 5rem;
    padding-left: 0rem;
    /* display:none; */
  }

  .header__Logo-black {
    display: none;
  }

  .container-eltiempo {
    width: auto;
    height: auto;
    justify-content: start;
    align-items: auto;
    margin-top: 2rem;
    margin-left: 1.6rem;
  }

  .header__evento .containerLogoHeader {
    padding-top: 0rem;
  }
  .header__evento .spanGrande {
    width: 100%;
  }
  .header__evento .spanPequeño {
    width: 100%;
  }
  .floating-button {
    width: 110px;
    height: 110px;
  }
  .container-dataglobal {
    margin: 1rem 0 0 0;
  }
}

/* Menu Hamburguesa */
.main-header {
  height: 65px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: transparent linear-gradient(179deg, black 0%, #212121 100%) 0% 0%
    no-repeat padding-box;
  padding: 0 0.4rem;
  position: relative;
  z-index: 3;
}
/*línea de categorias y color de letra*/
.main-header::after {
  content: "";
  position: absolute;
  background: transparent linear-gradient(179deg, #000 0%, #212121 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0 2px 2px var(--verde), 0 -2px 2px var(--verde);
  filter: blur(2px);
  width: 100%;
  height: 65px;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}

/* .main-logo {
  color: black;
  font-size: 32px;
  text-decoration: none;
}
 */
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  margin-left: -100%;
  transition: all 0.2s linear;
  z-index: 100;
}

.main-nav.show {
  margin-left: 0;
}

.nav-links {
  background: transparent linear-gradient(179deg, #000 0%, #212121 100%) 0% 0%
    no-repeat padding-box;
  display: flex;
  flex-direction: column;
  width: 70%;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}
/*Botones de categorías en navbar*/
.btnOfertas {
  margin-top: 1rem;
  max-width: 134px;
  height: 40px;
  color: #151c1d;
  box-shadow: 3px 3px 6px 1px #034f421f inset;
  background: transparent linear-gradient(180deg, var(--verde) 0%, #f9ff00 100%) 0%
    0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  text-align: center;
}
/*Color de letra en navbar categorias */
.link-item {
  text-transform: uppercase;
  margin-top: 2rem;
  color: var(--verde);
  text-decoration: none;
  /* font-weight: bold; */
  position: relative;
}

.button-menu {
  z-index: 200;
  width: 40px;
  height: 40px;
  border: none;
  display: flex;
  background: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.button-menu span {
  width: 36px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #444444;
  border-radius: 3px;
  transform-origin: 4px 0px;
  transition: all 0.2s linear;
}

.button-menu.close span {
  opacity: 1;
  transform: rotate(45deg) translate(0px, 0px);
  background: #ffffff;
}

.button-menu.close span:nth-child(2) {
  transform: rotate(-45deg) translate(-8px, 5px);
}

.button-menu.close span:nth-child(3) {
  display: none;
}

@media screen and (min-width: 768px) {
  .button-menu {
    display: none;
  }

  .main-header {
    display: flex;
    justify-content: center;
    /* z-index: 2; */
  }
  /* .main-nav::after {
      content: '';
      position: absolute;
      background: transparent linear-gradient(179deg, #000 0%, #212121 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0 2px 2px var(green), 0 -2px 2px var(green);
      filter: blur(2px);
      width: 100%;
      height: 50%;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 1;
  } */
  /* .main-logo {
    flex-basis: 30%;
  }
 */
  .main-nav {
    position: static;
    margin-left: 0;
    /* flex-basis: 70%; */
    height: 100%;
    display: flex;
  }

  .nav-links {
    max-width: 1250px;
    margin: auto;
    height: auto;
    /* padding-top: 10px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    /* background: white; */
    /* background: rgba(0,0,0,0.1); */
    background: transparent;
    width: 100%;
  }

  .nav-links .btnCategoria {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    justify-content: center;
    flex-direction: column;
    overflow-clip-margin: content-box;
    font-size: 1.3rem;
    padding-inline: 0.5rem;
    text-transform: uppercase;
  }

  /*Lineas de separación entre categorías del navbar*/
  .link-item {
    /* display: inline-block;  */
    margin-top: 0;
    /* margin-right: 2rem; */
    height: 40px;
    display: inline-block;
    display: flex;
    flex-grow: 1;
    width: max-content;
    border-right: 1px solid #f9ff00;
  }

  .btnOfertas {
    margin-top: 0rem;
    margin-left: 5px;
  }
}

/* Fin Menu Hamburguesa */

.cookie-modal {
    display: block;
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    /* height: 100%; Full height */
    overflow: auto; /* Enable scroll if needed */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
  }
  .cookie-modal-content {
    position: fixed;
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    border-top: 2px solid #f9ff00;
    -webkit-box-shadow: 0px 0px 35px -14px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 35px -14px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 35px -14px rgba(0,0,0,0.55);

  }
  
  .cookie-btn {
    background: transparent linear-gradient(180deg, #f9ff00 0%, #95aa0f 100%) 0%
    0% no-repeat padding-box;
    color: #151c1d;
    font-family: Poppins;
    font-size: 20px;
    transition: 0.5s;
    margin: auto 50px;
    padding: 12px 32px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
  }

  .cookie-btn:hover{
    background: transparent linear-gradient(180deg, #aac401 0%, #aac210 100%) 0%
    0% no-repeat padding-box;
  }
  
  .cookie-close:hover,
  .cookie-close:focus {
    text-decoration: none;
    cursor: pointer;
    color: #343a40 !important;
    background-color: white;
  }

  .link-cookie-content{
    color: #2553BC;
    text-decoration: underline;
  }
  
  .cookie-modal-body {
    padding: 16px 20px;
    display: flex;
    max-width: 80%;
    margin: 0 auto;
    font-family: Poppins;
    font-size: 16px;
  }

  @media (max-width: 720px) {
    .cookie-modal-body{
        display: block;
        max-width: 100%;
    }
    .cookie-content{
        width: 100%;
        margin: 20px 0 32px;
    }
    .cookie-btn{
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .cookie-btn{
        margin-bottom: 4px;
        padding: 16px 32px;
    }
  }
  
  @-webkit-keyframes slideIn {
    from {
      bottom: -300px;
      opacity: 0;
    }
    to {
      bottom: 0;
      opacity: 1;
    }
  }
  
  @keyframes slideIn {
    from {
      bottom: -300px;
      opacity: 0;
    }
    to {
      bottom: 0;
      opacity: 1;
    }
  }
  
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }