@charset "UTF-8";

/*BASIC*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

html, button, input, select, textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;

}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

a, a:hover, a:link, a:visited, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  text-decoration: none;
  color: inherit;
  outline: none;
}

*:focus {
  outline: none;
}

body, html {
  margin: 0;
  color: #343a40;
  font-size: 14px;
  font-family: Brown-Pro-Regular;
  background-color: #F4F4F4;
}

.mouseCursor {
  width: 25px;
  height: 25px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  border: 3px solid gray;
  border-radius: 50%;
  pointer-events: none;
}

.mouseCursor .ballIntoMouseCursor {
  width: 3px;
  height: 3px;
  top: 0;
  left: 0;
  border: 2px solid gray;
  background-color: gray;
  border-radius: 50%;
  pointer-events: none;

}

.lpc_clearfix {
  max-width: 85%;
  margin: auto;
  position: relative;
  clear: both;
}

img {
  display: block;
  border: none;
  width: 100%;
  height: auto;
}

/*SLICK*/

/*****************************************
SLIDER BASICS
*******************************************/

/*SLIDER*/

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  margin: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-dots {
  position: absolute;
  left: calc(20% - 70px);
  bottom: 0.5%;
  padding: 0;
  list-style-type: none;
  z-index: 0;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: solid 2px #000000;
  background: none;
  padding: 0;
  width: 10px;
  cursor: pointer;
  height: 10px;
  position: relative;
}

.slick-dots li button {
  background: none;
  border: none;
  font-size: 0px;
  line-height: 0;
  display: block;
  left: -2px;
  top: -2px;
  position: relative;
}

.slick-dots .slick-active {
  background: #000000
}

.slick-dots li button:active, .slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.nw_arrows {
  position: absolute;
  top: 45%;
  z-index: 2;
  padding: 6px 13px;
  cursor: pointer;
  color: #1D1D1B !important;
  font-size: 20px;
}

.nw_arrows img {
  max-width: 27px !important;
}

.nw_arrows.flex-prev {
  left: -60px;
}

.nw_arrows.flex-next {
  right: 0px;
}

.ldnmama_slider_slide {
  margin: 0 5px;
  display: inline-block;
}

.slider_slide_popchallenge {
  margin: auto;
  background-size: cover;
  background-position: center;
  position: relative;
}

.slider_slide_popchallenge img {
  width: 350px;
  height: 500px;
  object-fit: cover;
  object-position: 50% 0%;
}

.ldnmama_slider_slide {
  margin: 0 5px;
  display: inline-block;
}

.ldnmama_slider_slide img {
  display: inline-block;
  width: 100%;
  height: auto;
  border: none;
  max-width: 420px;
}

.ldnmama_slider_slide span {
  color: white;
}

body, html {
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Brown-Pro-Regular;
  font-size: 14px;
  text-align: center;
  background-color: transparent;
}

#vsva_landings_max_container {
  width: 100%;
  min-height: calc(100vh);
}

.bg {
  background-image: url();
  background-size: cover;
  background-attachment: fixed;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.center {
  width: 500px;
  width: ;
  margin: 0 auto;
  height: calc(100vh);
}

.center p {
  line-height: 18px;
}

#footer_redes {
  position: absolute;
  right: 75px;
  padding: 10px 20px;
  color: #333;
  color: ;
  bottom: 40px;
  background-color:
}

#footer_redes a {
  color: #333;
  color: ;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 5px;
}

#footer_redes img {
  width: 30px;
  height: auto;
}

#footer_redes .fab {
  font-size: 30px;
}

.floatwhatsap {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #434142;
  z-index: 100;
}

.floatwhatsap .fa-whatsapp {
  margin-top: 16px;
}

.floatwhatsap:hover {
  text-decoration: none;
  color: #25d366;
  background-color: #fff;
}

#logotop {
  width: 200px;
  width: ;
}

.req {
  margin: 0 0 0 3px;
  color: #e85a5a;
  font-size: 12px;
  font-weight: normal;
}

input, textarea, select {
  padding: 10px;
  color: #666;
  margin: 5px 0;
  width: 85%;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#formresult {
  font-size: 17px;
  height: auto;
  border: solid 1px #ccc;
  padding-bottom: 40px;
}

.error {
  color: #e56b06;
}

select {
  width: 90%
}

hr {
  clear: both;
  display: block;
  margin-bottom: 25px;
  border-top: 1px solid #e8e8e8;
}

p.vsvfull {
  width: 100%;
  text-align: center;
  display: block;
}

p.vsvfull .vsvfield {
  width: calc(100% - 45px);
}

.floatwhatsap {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #434142;
  z-index: 100;
}

.floatwhatsap .fa-whatsapp {
  margin-top: 16px;
}

.floatwhatsap:hover {
  text-decoration: none;
  color: #25d366;
  background-color: #fff;
}

.req {
  margin: 0 0 0 3px;
  color: #00B8FD !important;
  font-size: 12px;
  font-weight: normal;
  display: inline-block !important;
}

.nw_arrows img {
  max-width: 27px !important;
}

.ldnmama_slider_slide {
  margin: 0;
  display: inline-block;
  padding: 5px;
}

.ldnmama_slider_slide img {
  display: inline-block;
  width: 100%;
  height: auto;
  border: none;
}

#ldnmama_banner {
  display: block;
  position: relative;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}

#ldnmama_banner img {
  width: 20%;
  max-width: 350px;
  display: inline-block;
  margin: 0;
}

#ldnmama_products, #ldnmama_tiendas {
  display: block;
  position: relative;
  padding: 30px 20px;
  text-align: center;
  font-size: 12px;
}

#ldnmama_products h2, #ldnmama_tiendas h2 {}

#ldnmama_products {
  background: #E2E735;
}

#vsva_landings_max_container {
  font-family: Brown-Pro-Regular;

}

@media all and (max-device-width: 600px) {
  #vsva_landings_max_container {
    overflow-x: hidden;
  }

}

#ldnmama_header {
  display: block;
  position: relative;
}

#ldnmama_header img {
  display: block;
  border: none;
  width: 100%;
  height: auto;
  margin: auto;
}

#ldnmama_header_resp {
  display: none;
}

#ldnmama_header_resp img {
  display: block;
  border: none;
  width: 100%;
  height: auto;
  margin: auto;
}

#ldnmama_content {
  display: block;
  position: relative;
  text-align: center;
  padding-left: 0px;
  padding-top: 20px;
  background-color: #FFF;
  width: 50%;
  border-right: 1px solid #0bd2f8;
}

.clearfix {
  max-width: 1200px;
  margin: auto;
}

#ldnmama_content h1 {
  margin: 0;
  font-family: Brown-Pro-Bold;
  color: white;
  font-weight: normal;
  font-size: 40px;
}

.title_sm {
  font-family: Brown-Pro-Bold;
  text-align: center;
  color: white;
  font-size: 28px;
  text-transform: uppercase;
  background-color: #DF3D4B;
  display: inline-block;
  padding: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  letter-spacing: 5px;
}



.title_img {
  width: 11%;
  vertical-align: top;
}

.title_lg {
  margin: 0;
  font-family: Brown-Pro-Bold;
  color: #814FFA;
  font-weight: normal;
  font-size: 20px;
}

#ldnmama_content p {
  line-height: 28px;
  margin: auto;
  font-size: 20px;
}

#ldnmama_content p span {
  color: #fff;
  display: block;
}

#ldnmama_content h2 {
  text-transform: uppercase;
  font-family: Brown-Pro-Bold;
  color: #1D1D1B;
  font-size: 35px;
  font-weight: normal;
  margin: auto;
}

#ldnmama_content ul {
  padding: 40px;
  list-style-type: none;
  text-align: left;
}

#ldnmama_content li {
  display: block;
  vertical-align: middle;
  width: 100%;
  padding: 10px 0px 5px 0px;
  font-size: 16px;
  text-align: left;
  color: #fff;
  min-height: 0;
  display: flex;
  align-items: center;
}

#ldnmama_content .fas {
  font-size: 35px;
  display: block;
  color: #00B8FD;
  margin-right: 10px;
}

#ldnmama_content .openpop {
  font-size: 16px;
  color: #008DD2;
  font-family: Brown-Pro-Regular;
  font-weight: normal;
  text-decoration: underline;
}

/*HEADER*/

#etv_header {
  display: none;
}

/*SECTION COUNTRY*/

#sectionCountry {
  min-height: 100vh;
  width: 100%;
  position: fixed;
  display: block;
  background-color: #020B0A;

}

#sectionCountry .imgSectionCountry {
  width: 20%;
  padding: 20px;
}

#sectionCountry .containerCountry {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#sectionCountry .sectionCountryText {
  font-family: Brown-Pro-Bold;
  font-size: 30px;
  color: #fff;
}

@media all and (max-device-width: 600px) {}

#sectionCountry .flags {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  width: 50%;
  margin-top: 10px;
}

#sectionCountry .flags a {
  margin: 2%;
  box-sizing: border-box;
}

@media all and (max-device-width: 600px) {
  #sectionCountry .imgSectionCountry {
    width: 50%;
  }

  #sectionCountry .flags {
    width: 80%;
    grid-template-columns: repeat(3, 1fr);
  }

  #sectionCountry .flags a {
    margin-top: 30%;
  }
}

/*MENU PRINCIPAL*/
.logoMenu {
  width: 100px;
  position: absolute;
  top: 23%;
  z-index: 99999;
  left: 5%;
}

.nav {
  padding: 5px;
  background: #000;
  color: #fff;
  font-family: Brown-Pro-Regular;
  font-size: 15px;
  position: -webkit-fixed;
  position: -moz-fixed;
  position: -o-fixed;
  position: -ms-fixed;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}

.nav ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: right;
  padding-right: 50px;
}

.nav ul li {
  padding: 10px;
  width: 10%;
}

.nav ul li:hover {
  cursor: pointer;
  border-bottom: 2px solid #0bd2f8;
}

@media all and (max-device-width: 600px) {
  .nav {
    position: fixed;
    top: 0;
    bottom: unset;
    width: 100%;
  }

  .nav ul {
    align-items: center;
    width: 100%;
  }

  .nav ul li {
    width: 50%;
  }

  .logoMenu {
    display: none;
  }
}


/*SLIDER PRINCIPAL*/

:root {
  --all-shadow:
    0 0 0.5vw 0vw #fff,
    0 0 1vw 0vw #0BD2F8,
    0 0 1vw 0vw #0BD2F8,
    inset 0 0 0.5vw 0vw #fff,
    inset 0 0 1vw 0vw #0BD2F8,
    inset 0 0 1vw 0vw #0BD2F8;

  --color-primary: #0BD2F8;
  --color-secondary: #d2a1fc;

}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

#cont_slider_principal {
  margin-top: 3%;
}

#cont_slider_principal .logoSliderPrincipal {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 150px;
  transform: translate(-50%, 0);


}

#cont_slider_principal .bannerMecanica {
  font-family: Brown-Pro-Light;
  color: #1D1D1B;
  font-size: 21px;
  background-color: #FFF;
  padding: 1% 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cont_slider_principal .bannerMecanica p {
  margin: 0;
  text-align: left;
  padding: 1%;
}

#contPremios_container {
  width: 100%;
  margin: auto;
}

#contPremios_container .contenedorPremios {
  width: 80%;
  margin: auto;
}

#contPremios_container .contenedorPremios_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#contPremios_container .contenedorPremios_container_item {
  /*width: 33.33%;*/
}

#contPremios_container .premioTitulo {
  font-size: 16px;
  font-weight: bold;
  color: #1D1D1B;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  font-family: Brown-Pro-Bold !important;
  padding: 0 .5%;
  width: auto;
  margin-left: 10%;
}

#contPremios_container .premioSubtitulo {
  font-size: 13px;
  color: #1D1D1B;
  text-align: left;
  font-family: Brown-Pro-Bold !important;
  line-height: normal;
  margin-top: 10px;
}

#contPremios_container .kitprotitle {
  width: 20%;
}

#contPremios_container .racingtitle {
  width: 50%;
}

#contPremios_container .astrotitle {
  width: 50%;
}


.contenedorPremios_container img {
  height: 250px;
  width: auto;
}

.premio01 {
  animation: move-premio01 2s ease-in-out 0s infinite alternate both;
}

.premio02 {
  animation: move-premio02 2s ease-in-out 0s infinite alternate both;
}

.premio03 {
  animation: move-premio03 3s ease-in-out 0s infinite alternate both;
}



@keyframes move-premio01 {
  from {
    -webkit-transform: rotate(75deg) translateX(5px) rotate(-75deg)
  }

  to {
    -webkit-transform: rotate(80deg) translateX(10px) rotate(-80deg);
  }
}

@keyframes move-premio02 {
  from {
    -webkit-transform: rotate(180deg) translateX(5px) rotate(-180deg)
  }

  to {
    -webkit-transform: rotate(180deg) translateX(10px) rotate(-180deg);
  }
}

@keyframes move-premio03 {
  from {
    -webkit-transform: rotate(75deg) translateY(5px) rotate(-75deg)
  }

  to {
    -webkit-transform: rotate(90deg) translateY (20px) rotate(-90deg);
  }
}



#contPremios_container .imagenIlustrativa {
  position: relative;
  width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 15px;
}

#contPremios_container .merchContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0;
  margin-left: -50%;
}

#contPremios_container .containerMerch {
  background-color: transparent;
  padding: 20px;
  border: 4px solid white;
  box-sizing: border-box;
  width: 20%;
  aspect-ratio: 4 / 2;
  position: relative;
}

#contPremios_container .merchImagen {
  position: absolute;
  top: -54%;
  width: 83%;
}


#contPremios_container .textMerch {
  color: #fff;
  display: flex;
  justify-content: end;
  background-color: #000;
  font-family: 'Brown-Pro-Bold';
  padding: 15px;
  margin-left: -20%;
  font-size: 1.5rem;
  text-align: left;
  width: 50%;
}

#contPremios_container .merchOtrosPaises {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  margin-left: -15%;
}

#contPremios_container .textMerch p {
  margin: 0;
  line-height: 1.2;
}

@media all and (max-device-width: 600px) {
  #cont_slider_principal {
    margin-top: 30px;
  }

  #contPremios_container .textMerch {
    width: 90%;
    margin: auto;
    text-align: center;
  }

  #contPremios_container .imagenIlustrativa {
    text-align: center;
    font-size: 10px;
  }

  #contPremios_container .merchContainer {
    flex-direction: column;
    margin: 50px 0;
    margin-left: 0;
  }

  #contPremios_container .containerMerch {
    width: 100%;
    margin-top: 80px;
  }

  #contPremios_container .contenedorPremios_container {
    flex-direction: column;
  }

  .contenedorPremios_container img {
    width: 95%;
    height: auto;
    margin: auto;
  }

  #contPremios_container .kitprotitle, #contPremios_container .racingtitle, #contPremios_container .astrotitle {
    width: 60%;
    margin: auto;
  }
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  min-height: calc(100vh);
  z-index: 999999999;
  background: url('../img/GAME-ON-Icono-2.gif') 50% 50% no-repeat #000;
  background-size: 10%;
  opacity: 1;
}

@media all and (max-width: 960px) {
  #cont_slider_principal .bannerMecanica {
    width: 100%;
    font-size: 24px;
    padding: 5% 0;
  }

  #cont_slider_principal .bannerMecanica p {
    padding: 0 10px;
    font-size: 18px !important;
  }
}

@media all and (max-device-width: 600px) {
  #cont_slider_principal .logoSliderPrincipal {
    top: 10%;
    width: 100px;
  }

  #cont_slider_principal .bannerMecanica {
    top: 50%;
    font-size: 15px;
    width: 100%;
    padding: 5% 0;
    flex-direction: column;
  }

  #cont_slider_principal .bannerMecanica p {
    padding: 0 20px;
    text-align: center;
  }

  .loader {
    background-size: 50%;
  }
}

/*OFERTAS*/

#cont_ofertas {
  width: 100%;
  background-size: cover;
  background-color: #000;
  position: relative;
}

#cont_ofertas h3 {
  background: transparent;
  padding: 50px 0 20px 0;
  color: #fff;
  font-family: Brown-Pro-Bold !important;
  letter-spacing: 1px;
  margin: auto !important;

}

#cont_ofertas h3 span {
  color: #00D5FF !important;
}

#ofertas .vertiendasOfertas {
  background-color: #000;
  color: #fff;
  position: absolute;
  font-family: Brown-Pro-Bold;
  top: 65%;
  left: 9.5%;
  padding: 10px 20px;
  font-size: 20px;
  animation: cambiaColor 1s infinite;
  -webkit-animation: cambiaColor 1s infinite;
  transition: .3s;
  border-radius: 25px;
}

#ofertas .vertiendasOfertasG502X {
  background-color: #000;
  color: #fff;
  position: absolute;
  font-family: Brown-Pro-Bold;
  top: 92%;
  left: 82%;
  padding: 10px 20px;
  font-size: 20px;
  animation: cambiaColor 1s infinite;
  -webkit-animation: cambiaColor 1s infinite;
  transition: .3s;
}

#slider_ofertas {
  width: 70%;
  margin: auto;
}

#slider_ofertas .oferta {
  width: 80%;
  padding: 3px;
  margin: 3px;

}

#slider_ofertas .oferta:hover {
  border: 3px solid #00D5FF;
  margin: 0;
}

@media all and (max-device-width: 600px) {
  #slider_ofertas {
    width: 90%;
  }

  #cont_ofertas h3 {
    font-size: 30px !important;
    width: 85%;
  }

  #slider_ofertas .oferta {
    margin: auto;
  }

  #slider_ofertas .oferta:hover {
    border: 0;
  }

  #ofertas .vertiendasOfertas {
    top: 67%;
    left: 6%;
    padding: 7px 12px;
    font-size: 15px;
  }

  #ofertas .vertiendasOfertasG502X {
    top: 94.5%;
    left: 70%;
    padding: 7px 12px;
    font-size: 15px;
  }
}

#slider_ofertas .ofertaProducto {
  background-color: #00D5FF;
}

#slider_ofertas .detalleOferta {
  background-color: #fff;
  font-family: Brown-Pro-Bold;
  color: #000;
  font-size: 17px;
}

#slider_ofertas .precioAnterior {
  text-decoration-line: line-through;
  -webkit-text-decoration-line: line-through;
  text-decoration-color: #00D5FF;
  -moz-text-decoration-color: #00D5FF;
  -moz-text-decoration-line: line-through;
}


#slider_ofertas .detalleOferta .logoTienda {
  width: 70px;
  height: auto;
  margin: auto;
}

/*INFLUENCERS*/
#cont_influencers {
  width: 100%;
  background-color: #00D5FF;
}

#cont_influencers h3 {
  padding: 20px 0;
  color: #000;
  background-color: #00D5FF;
  font-family: Brown-Pro-Bold !important;
  letter-spacing: 1px;
  margin: 0;
  font-size: 32px;
}

#slider_influencers {
  width: 100%;
  margin: auto;

}

#slider_influencers .influencer {
  width: 100%;
}

#slider_influencers .influencer p {
  font-family: Brown-Pro-Bold !important;
  font-size: 18px;
  padding: 0px 10px;
  color: #000;
}

/*COMO PARTICIPAR*/

#comoparticipar {
  vertical-align: middle;
  margin-bottom: 10px;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
}

#comoparticipar img {
  display: block;
  width: 60%;
}

#comoparticipar .bases_comoparticipar {
  text-align: left;
}


#comoparticipar .cmo_number {
  color: #00B8FD;
  padding: 13px 18px;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;

}

#comoparticipar .cmo_l {
  font-size: 18px;
  padding: 20px 5px;
  padding-right: 50px;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
  font-family: Brown-Pro-Bold;
  color: #1D1D1B;
}

#comoparticipar .cmo_content {
  align-items: center;
  margin: auto;
  align-items: center;
}

#comoparticipar .cmo_content ul {
  padding-top: 30px;
  padding-left: 20px;
}

#comoparticipar .cmo_content img {
  padding-top: 30px;
  width: 80%;
  height: auto;
}

#comoparticipar .cmo_steps {
  display: flex;
  padding: 0;
  z-index: 10;

}

#comoparticipar #play_form {
  position: absolute;
  left: 0;
  top: 35%;
  opacity: 0.5;
  width: 200px;
  height: auto;
}

#comoparticipar .cmo_steps img {
  max-width: 80%;
  padding: 20px 0 20px 0;
  height: auto;
  margin: auto;
}

#comoparticipar ul h3 {
  margin: 0;
}

#comoparticipar ul p {
  margin: 5px 0 0 0;
}

#comoparticipar .cmo_icons {
  display: flex;
  align-items: center;
  color: #231F20;

}

/*FORMULARIO*/

/*FORMULARIO*/
#videoWrapper {}

#videoWrapper .bannerParticiparContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  padding-top: 60px;
}

#videoWrapper .formPrincipal {
  width: 80%;
}

#videoWrapper .mecanicaParticipar {
  width: 50%;
  margin: auto;
  text-align: left;
  line-height: normal;
  font-family: Brown-Pro-Light;
  color: #fff;

}

#videoWrapper .logosParticipar {
  width: 50%;
  margin: auto;
}

#videoWrapper .formlogo {
  width: 23% !important;
  right: 8% !important;
  left: auto !important;
}

.formularioJuega {
  font-size: 50px;
}

.formularioMecanica {
  font-size: 22px;
  line-height: 30px;
}

#videoWrapper .portadaFormulario {
  width: 20%;
  margin: auto;
}

#videoWrapper .playmore {
  width: 65%;

}

#formulario {
  background-color: #F4F4F4;
  background-size: calc(100%);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 80%;
  margin: auto;
  /*border: 3px solid #0bd2f8;*/
  margin-top: 15px;
}

.formFondo {
  background: url(../img/fondo_form.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.backgroundFormPremios {
  background-color: transparent;
  padding: 50px 0px;
}

#formulario .mecanicaForm {
  background-color: #0bd2f8;
  color: #000;
  text-align: center;
  padding: 20px 0;
  font-family: Brown-Pro-Regular;
  font-size: 20px;
}


#formulario .formularioContainer {
  display: flex;
}

@media all and (max-device-width: 600px) {

  #formulario .formularioContainer {
    flex-direction: column;
  }

  #ldnmama_content {
    width: 100%;
    display: none;
  }

  #videoWrapper .portadaFormulario {
    width: 40%;
  }

  #videoWrapper .bannerParticiparContainer {
    /*flex-direction: column-reverse;*/
  }

  #videoWrapper .playmore {
    width: 85%;
  }

  #videoWrapper .mecanicaParticipar {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .formularioJuega {
    font-size: 40px;
  }

  #videoWrapper .formPrincipal {
    width: 100%;
  }

  .formularioMecanica {
    display: none;
  }

  #videoWrapper .formlogo {
    width: 34% !important;
    top: 10% !important;

  }
}

input, textarea, select {
  padding: 10px;
  color: #666;
  margin: 5px 0;
  width: 85%;
  border: solid 1px #cdcdcd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #D3D3D3;
}

#formresult {
  font-size: 17px;
  height: auto;
  border: solid 1px #00B8FD;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.error {
  color: #e56b06;
}

p.row {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  text-align: left;
  line-height: normal;
  font-size: 14px;
  margin: 5px 0;
}

#btn_slider_principal {
  position: absolute;
  top: 73%;
  left: 72%;
  background-color: #000000;
  border: none;
  color: #fff;
  padding: 8px;
  border: solid 3px #000000;
  font-family: Brown-Pro-Bold;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  width: auto;
  z-index: 999;
}

#btn_slider_principal:hover {
  background-color: #040322;
}

#btn_send {
  background-color: #00B8FD;
  border: none;
  color: #fff;
  width: 150px;
  padding: 15px;
  border: solid 3px #00B8FD;
  font-family: Brown-Pro-Bold;
  font-size: 16px;
  cursor: pointer;
}

select {
  width: 90%
}

hr {
  clear: both;
  display: block;
  margin-bottom: 25px;
  border-top: 1px solid #e8e8e8;
}

p.vsvfull {
  width: 100%;
  text-align: center;
  display: block;
}

p.vsvfull .vsvfield {
  width: calc(100% - 45px);
}

#ldnmama_form {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  padding-top: 50px;
  font-size: 11px;
  background-color: #fff;
}

#ldnmama_form h2 {
  color: #01B6FD;
  padding: 0;
  font-size: 20px;
  text-align: center;
}

#ldnmama_form p {
  line-height: 19px;
  font-size: 14px;
  max-width: 600px;
  margin: auto;
  color: #231F20;
}

#ldnmama_formform {
  display: block;
  position: relative;
  min-height: 100px;
  height: auto;
  padding: 30px 20px;
}

#formresult {
  display: none;
  font-family: Brown-Pro-Bold;
  color: #7e57c5;
  line-height: 30px;
  font-size: 20px;
}

#formresult p {}

#formlanding h3 {
  margin: 0;
  color: #01b6fd;
}

#formlanding .formdescr {
  color: #2f3132;
  font-family: Brown-Pro-Bold;
  font-size: 14px;
  margin: 5px 0 10px;
}

#formlanding i {
  font-size: 20px;
  color: #7e5bc3;
  vertical-align: bottom;
}

@media (min-width: 668px) {
  .whatsapp {
    display: none
  }
}

/*CUSTOM SLIDERS*/

.ss_slide {
  position: relative;
}

/*MECANICA*/
#cont_mecanica {
  background-color: #814FFA;
}


#cont_mecanica .mecanica_div {
  width: 85%;
  padding: 2%;
  margin: auto;
}

#cont_mecanica .mecanica_premios {
  width: 75%;
  margin: auto;
}



#cont_mecanica .mecanica_semanal {
  width: 80%;
  margin: auto;
}


#cont_mecanica #container_mecanica {
  text-align: center;
  background-color: #814FFA;
  padding: 50px 0 50px;
  width: 100%;
  margin: auto;
  color: #fff;
}

#cont_mecanica #container_mecanica_blanco {
  text-align: center;
  background-color: #fff;
  padding: 50px 0 50px;
  width: 100%;
  margin: auto;
  color: #000000;
}

#cont_mecanica #container_mecanica .title_L_white {
  text-align: left;
  color: #fff;
  width: 50%;
  margin-left: 40%;
  font-size: 25px;

}

#cont_mecanica #container_mecanica .title_XL_white {
  text-align: left;
  color: #fff;
  width: 50%;
  margin-left: 40%;
  font-size: 40px;
  font-family: Brown-Pro-Bold;
  line-height: 40px;
}

#cont_mecanica .img_mecanica {
  width: 100%;
}

#cont_mecanica #container_mecanica_blanco .title_M_black {
  text-align: left;
  color: #000;
  width: 50%;
  margin-left: 40%;
  font-size: 20px;
}

#cont_mecanica #container_mecanica_blanco .title_L_black {
  text-align: left;
  color: #000;
  width: 50%;
  margin-left: 40%;
  font-size: 25px;
  font-family: Brown-Pro-Bold;
}

#cont_mecanica .mecanica_gif {
  position: absolute;
  left: 0;
  margin-top: 2%;
  margin-left: 10%;
  width: 27%;
  height: auto;
}

/*PREMIOS*/

#cont_premios {}

@keyframes cambiaColor {
  0% {
    background-color: #00D5FF;
  }

  50% {
    background-color: #000000;
  }

  100% {
    background-color: #00D5FF;
  }
}


#cont_slider_principal .botonForm {
  /*box-shadow: var(--all-shadow);*/
  /*background: #00D5FF !important;*/
  font-family: Brown-Pro-Bold;
  color: #fff;
  padding: 10px 15px;
  width: 35%;
  margin: auto;
  font-size: 17px !important;
  animation: cambiaColor 1s infinite;
  -webkit-animation: cambiaColor 1s infinite;
  transition: .3s;
  margin-top: 30px;
  position: relative;
  border-radius: 25px;
  display: block;
  text-decoration: none;
}

#cont_slider_principal .botonForm:hover {
  cursor: pointer;
}

#cont_slider_principal a .botonForm {
  display: block;
  text-decoration: none;
}

#cont_slider_principal .videoLogo {
  width: 15%;
  position: absolute;
  top: 16%;
  left: 6%;
}

#cont_slider_principal .logoIzquierda {
  right: 7%;
  left: auto;
}

#cont_slider_principal #secondGif {
  display: none;
}

#cont_botonesFlotantes .flotantes_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 15px;
  align-items: end;
  width: 10%;
  z-index: 9999;
  position: fixed;
  bottom: calc(30% - 100px);
  right: 2%;
}

#cont_botonesFlotantes .formFlotante {
  /*box-shadow: var(--all-shadow);*/
  background: #00A3DF !important;
  border: 1px solid #000;
  font-family: Brown-Pro-Bold;
  color: #fff;
  padding: 10px 15px;
  margin: auto;
  font-size: 20px !important;
  /*animation: cambiaColor 1s infinite;
  -webkit-animation: cambiaColor 1s infinite;
  transition: .3s;*/
  border-radius: 25px;
}

#cont_botonesFlotantes .formFlotante:hover {
  cursor: pointer;
}

#cont_botonesFlotantes .ofertasFlotante {
  background: #00A3DF !important;
  border: 1px solid #000;
  color: #fff;
  font-family: Brown-Pro-Bold;
  padding: 10px 20px;
  font-size: 20px;
  /*animation: cambiaColor 1s infinite;
  -webkit-animation: cambiaColor 1s infinite;
  transition: .3s;*/
  border-radius: 25px;
}

#cont_botonesFlotantes .ofertasFlotante:hover {
  cursor: pointer;
}

@media all and (max-width: 1450px) {
  #cont_slider_principal .botonForm {
    width: 25%;
  }

}

.sintop {
  margin-top: 0 !important;
}

@media all and (max-device-width: 600px) {
  #cont_slider_principal .botonForm {
    width: 80%;
  }

  #cont_slider_principal .videoLogo {
    width: 25%;
    top: 6%;
    right: 3%;
    left: auto;
  }

  #cont_botonesFlotantes .formFlotante {
    /*width: 20%;*/
    font-size: 15px !important;
    bottom: 0.5%;
  }

  #cont_botonesFlotantes .ofertasFlotante {
    /*width: 20%;*/
    font-size: 15px !important;
    bottom: 0.5%;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}




#premioMayor .h3PremioMayor {
  background: transparent;
  padding: 50px 0 20px 0;
  color: #fff;
  font-family: Brown-Pro-Bold !important;
  letter-spacing: 1px;
  font-size: 35px;
  line-height: normal;
}

#premioMayor .h3PremioMayor .premioMayorBig {
  font-size: 60px !important;
  color: #00D5FF !important;
}

#premioMayor .h3PremioMayor .premioMayorSmall {
  font-size: 22px !important;
  color: #00D5FF !important;
}

#premioMayor .premioMayorImg {
  width: 50%;
  margin: auto;

}

#premioMayor .botonGanadores {
  padding: 10px 15px;
  background: #fff;
  color: #fff;
  border: 2px solid #fff;
  width: 10%;
  margin: auto;
  font-size: 18px;
  background-image: -webkit-linear-gradient(40deg, #000 50%, transparent 50%);
  background-image: linear-gradient(40deg, #000 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;

}

#premioMayor .botonGanadores:hover {
  cursor: pointer;
  background-position: 100%;
  color: #000;
}

@media all and (max-width: 1450px) {
  #premioMayor .botonGanadores {
    background-size: 1200px;
    width: 25%;
  }
}

@media all and (max-device-width: 600px) {

  #premioMayor .h3PremioMayor {
    font-size: 25px !important;
  }

  #premioMayor .h3PremioMayor .premioMayorBig {
    font-size: 40px !important;
  }

  #premioMayor .h3PremioMayor .premioMayorSmall {
    font-size: 15px !important;
  }

  #premioMayor .premioMayorImg {
    width: 90%;
  }

  #premioMayor .botonGanadores {
    width: 50%;
  }
}


#cont_premios {
  margin: 0;
  background-color: #00A3DF;
  color: #FFF;

}

#cont_premios .granPremio_container {
  width: 100%;
  background-image: url(../img/premio/backGranPremio.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 5%;
}

#cont_premios .granPremioMecanica {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 80%;
  margin: auto;
}

#cont_premios .granPremioMecanica img {
  width: 15%;
}

#cont_premios .granPremioMecanica p {
  font-size: 22px;
  width: 75%;
  text-align: left;
}

#cont_premios h3 {
  display: inline-block;
  background: transparent;
  padding: 10px 0 20px 0;
  color: #FFF;
  font-family: Brown-Pro-Bold !important;
  letter-spacing: 1px;
  font-size: 15px !important;
  line-height: normal;
  text-align: center;
  width: 80%;
  margin: auto;
  /*border-top: 1px solid #1D1D1B;*/
  padding: 2% 0;
}

#cont_premios .titlesPremios {
  font-size: 32px !important;
  background-color: #000 !important;
  font-family: Brown-Pro-Bold !important;
  color: #FFF;
  padding: 10px 10px;
  text-align: center;
  border-radius: 10px;
  width: 25%;
  /*margin: 0; */
  margin-bottom: 20px;
}

#cont_premios .trofeoOro {
  width: 5%;
  position: absolute;
  top: 0%;
  left: 32%;
}

#cont_premios .avionGranPremio {
  width: 12%;
  position: absolute;
  top: 0%;
  left: 63%;
}

#cont_premios .trofeoPlata {
  width: 6%;
  position: absolute;
  top: 0%;
  left: 26%;
}

#cont_premios .logiG {
  width: 40%;
}

#cont_premios .h3Productos {
  border-top: none;
  position: relative;
  margin-top: 2%;
}

/*
#cont_premios .h3Productos::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #1D1D1B;
}
  */

#cont_premios p {
  font-family: Brown-Pro-Light !important;
  font-size: 20px;
  line-height: 25px;
  width: 80%;
  margin: auto;
  text-align: center;
}

#cont_premios .contenedorSorteos {
  width: 100%;
  margin: auto;
  background-color: #fff;
  color: #1D1D1B;
}

#cont_premios .pSorteos {

  color: #1D1D1B;
  font-size: 20px;
  padding: .5% 3%;
  text-align: center;
  width: 80%;
  margin: auto;
}

#cont_premios h3 .h3blue, #cont_premios h3 .h3black {
  font-size: 45px !important;
  background-color: transparent !important;
  width: 85%;
  display: block;
  margin: auto;
}


@media all and (max-device-width: 600px) {
  #cont_premios h3 {
    font-size: 20px !important;
    text-align: center;
  }

  #cont_premios h3 .h3blue, #cont_premios h3 .h3black {
    font-size: 25px !important;
    text-align: center;
    width: 95%;
  }

  #cont_premios p {
    font-size: 18px !important;
    text-align: center !important;
  }

  #cont_premios .h3Productos::before {

    width: 100%;
  }

  #cont_premios .pSorteos {
    font-size: 18px !important;
  }

  #cont_premios .titlesPremios {
    width: 70%;
    font: caption;
    margin-top: 20px;
    font-size: 25px !important;
  }

  #cont_premios .logiG {
    width: 100%;
    font: caption;
    margin-top: 20px;
    font-size: 25px !important;
  }

  #cont_premios .avionGranPremio {
    width: 25%;
    top: 7%;
    left: 82%;
  }

  #cont_premios .granPremio_container {
    padding-bottom: 10%;
  }

  #cont_premios .trofeoOro {
    width: 20%;
    top: 0%;
    left: 0%;
  }

  #cont_premios .trofeoPlata {
    width: 22%;
    top: 0%;
    left: -9%;
  }

  #cont_premios .granPremioMecanica {
    flex-direction: column;
    width: 90%;
  }

  #cont_premios .granPremioMecanica img {
    width: 25%;
  }

  #cont_premios .granPremioMecanica p {
    font-size: 18px;
    width: 90%;
  }
}



#noteproducts {
  background: #303133;
  padding: 30px;
}

#noteproducts div {}

#noteproducts p {
  background: transparent;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  padding: 10px;
  color: #ffffff;
  letter-spacing: 0;
  max-width: 60%;
  margin: auto;
  text-transform: uppercase;
}


.premio_mecanica {
  width: 45%;
  position: absolute;
  z-index: 99999;
  top: 0;
  margin-top: 15%;
  margin-left: 15%;
  border: none;
}

#cont_ganadores {
  padding-top: 80px;
  background-color: #fff;
}

#cont_ganadores .button_ganadores {
  background-color: #ED334D;
  border: none;
  color: #fff;
  border: solid 3px #ED334D;
  font-family: Brown-Pro-Bold;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  width: 22%;
  margin-left: 30px;
  margin-bottom: 0px;
}

#cont_ganadores .div_botones_ganadores {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}


#cont_ganadores .button_ganadores h4 {
  color: #fff;
  font-size: 20px;
  margin: 0;

}

#cont_ganadores .button_ganadores h5 {
  color: #fff;
  font-size: 15px;
  margin: 0;

}

#cont_logipopchallenge {
  padding-top: 80px;
  padding-bottom: 160px;
  background-color: #fff;
}

#cont_logipopchallenge h3 {
  background: transparent;
  font-family: Brown-Pro-Bold;
  font-size: 35px;
  font-weight: normal;
  padding: 10px;
  color: #1D1D1B;
  letter-spacing: 2px;
}


#slider_popchallenge {
  width: 70%;
  margin: auto;
}

#slider_popchallenge .slick-list {
  padding-bottom: 0px;
  padding-top: 0px;
}

#slider_popchallenge .nw_arrows, #slider_nextgen .nw_arrows {
  color: #231F20 !important;
}

#slider_popchallenge .nw_arrows.flex-prev {
  left: -40px;
}

#slider_popchallenge .nw_arrows.flex-next {
  right: -40px;
}

#slider_popchallenge .ss_slide:nth-child(3n+2) {
  top: 55px;
  position: relative;
}

/*PARTICIPANTES*/

#cont_participantes {
  /*padding-top: 30px;*/
  padding-bottom: 50px;

}

#cont_participantes h3, #cont_tiendas h3, #cont_premios h3, #cont_ofertas h3 {
  font-size: 32px;
  font-family: Brown-Pro-Bold;
  margin: 0;

}

#cont_participantes h3 {
  background-color: #fff;
  font-family: Brown-Pro-Bold;
  font-size: 28px;
  font-weight: normal;
  padding: 10px;
  color: #000;
  letter-spacing: 2px;
}

#cont_tiendas h3 {
  background: #fff;
  font-family: Brown-Pro-Bold;
  font-size: 28px;
  font-weight: normal;
  padding: 10px;
  color: #000;
  letter-spacing: 2px;
}



#cont_participantes h2 {
  background: #5F4D97;
  padding: 5px 0;
  margin-top: 0px;
  color: #fff;
}

#cont_participantes p {
  font-family: Brown-Pro-Bold;
  font-size: 16px;
}

#cont_participantes .chgcolor {
  color: #7e5bc3;
  font-family: Brown-Pro-Bold;
  font-size: 16px;
}

#cont_participantes img {
  display: block;
  margin: auto;
}

#slider_participantes {
  width: 80%;
  margin: auto;
}

#slider_participantes .slick-list {
  padding-bottom: 0px;
  padding-top: 0px;
}

#slider_participantes .nw_arrows, #slider_nextgen .nw_arrows {
  color: #414548 !important;
}

#slider_participantes .nw_arrows.flex-prev {
  left: -40px;
}

#slider_participantes .nw_arrows.flex-next {
  right: -40px;
}

#slider_participantes .ss_slide:nth-child(3n+2) {
  top: 55px;
  position: relative;
}

#slider_participantes span {
  font-family: Brown-Pro-Bold;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #414548;
}

#slider_lifestyle .nw_arrows {
  color: #fff !important;
}

#slider_lifestyle .nw_arrows.flex-prev {
  left: 0px;
}

#slider_lifestyle .nw_arrows.flex-next {
  right: 0px;
}

.vverified {
  width: 20px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  top: -3px;
  position: relative
}

/*FILTROS*/

#cont_participantes #filtro {
  margin: 20px auto 10px;
  width: 90%;
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
}

#cont_participantes #filtro b {
  padding: 0px 0 5px;
  margin: 0 auto 5px;
  border-bottom: solid 1px #ccc;
  display: block;
}

#cont_premios #filtro {
  margin: 20px auto 10px;
  width: 90%;
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
}

#cont_premios #filtro b {
  padding: 0px 0 5px;
  margin: 0 auto 5px;
  border-bottom: solid 1px #ccc;
  display: block;
}

#filtro .filtro_row {
  display: inline-block;
  width: auto;
  margin: 0 10px;
}

#filtro .filtro_row span {
  display: block;
  margin: 10px 0 0 0;
}

#filtro .filtro_row select, #filtro .filtro_row input, #filtro .filtro_row textarea {
  width: auto;
}

#filtro input[type="submit"] {
  background: #00B8FD;
  color: #fff;
}

#filtro input[type="button"] {
  background: #00B8FD;
  color: #fff;
}

.ss_slide {}

.ss_slide_pais {
  margin: 0 0 5px;
}

.ss_slide_pais img {
  max-width: 30px;
  margin: auto;
}

.ss_slide_img {
  width: 350px;
  margin: auto;
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.ss_slide_info {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  background: rgb(255 255 255 / 33%);
  text-align: center;
  padding: 6px 0;
}

.ss_slide_votos {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  color: #2f3132;
  font-family: Brown-Pro-Bold;
  float: left;
}

.ss_slide_votos .fa-heart {
  font-size: 20px;
  color: #e82011;
  cursor: pointer;
}

.ss_slide_votos .fa-heart:hover {
  color: #ffeb3b;
}

.ss_slide_votos_total {
  font-size: 16px;
  margin: 0 0 0 5px;
}

.ss_slide_link {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  color: #2f3132;
  font-family: Brown-Pro-Bold;
  float: right;
}

.ss_slide_link .fa-share-alt {
  font-size: 20px;
  cursor: pointer;
}

.ss_slide_link .fa-share-alt:hover {
  color: #ffeb3b;
}

.ss_slide_name {
  margin: 10px auto;
  width: 80%;
  font-size: 15px;
}

/*TIENDAS*/

#cont_tiendas {
  padding: 0px 0;
  background-color: #fff;
}

#cont_tiendas .vsvaslider_tiendas img {

  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}


#cont_tiendas .mhp_filter_tiendas {
  margin: 20px;
  text-align: center
}

#cont_tiendas .mhp_filter_tiendas li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  color: #ccc;
  cursor: pointer;
}

#cont_tiendas .mhp_filter_tiendas li.active {
  color: #333;
  border-bottom: solid 1px #333;
}

#cont_tiendas .vsvaslider_tiendas {
  display: none;
  width: 90%;
  margin: auto;
  padding: 20px;
}

#cont_tiendas .active {
  display: block;
}

@media all and (max-width: 600px) {

  #formulario {
    display: block;

  }

  /* For mobile phones: */
  .columnchart_values_arg, .columnchart_values_chile, .columnchart_values_peru {
    position: fixed;
    width: 100%;
  }

  #comoparticipar .cmo_steps {
    width: 100%;
    flex-direction: column;
  }




  #cont_mecanica .mecanica_premios {
    width: 100%;
  }

  #cont_mecanica #container_mecanica {
    padding: 0px 0 0;
    max-width: 95%;
  }

  #cont_mecanica #container_mecanica_blanco {
    display: inherit;
  }



  #cont_mecanica .mecanica_semanal {
    width: 75%;
    margin: 30px auto 15px;
    padding-top: 30px;
  }

  #cont_mecanica .mecanica_semanal.fotoright {
    width: 65%;
    margin: auto;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .title_semanal {
    width: 60%;
    margin: auto;
    font-size: 20px;
    padding-top: 10px;
  }

  .desc_semanal {
    width: 60%;
    margin: auto;
    font-size: 18px;
    padding-bottom: 10px;
  }

  #cont_mecanica .filtroredes {
    width: 60%;

  }

  #cont_mecanica .linkredes {
    width: 60%;

  }

  #noteproducts p {
    font-size: 20px;
    line-height: 24px;
    max-width: 95%;
  }

  #stocknotify .cont_stocknotify {
    position: relative;
    top: 0;
    max-width: 70%;
    margin: auto;
    top: 0;
  }

  #cont_participantes h3, #cont_tiendas h3 {
    font-size: 28px;
    line-height: 30px;
  }
}

/*REFERIDOS*/

#referidos_info {
  padding: 40px 0;
  white-space: normal;
  background: #fff;
}

#referidos_info h3 {
  background: none;
  color: #854cfb;
}

#referidos_info p {
  max-width: 600px;
  font-size: 16px;
  line-height: 20px;
  margin: auto;
  color: #854cfb;
  border: solid 2px #854cfb;
  padding: 20px;
}

#ldnmama_influencer {
  text-align: center;
}

/*FOOTER*/

footer {
  background-color: #fff;
  color: #000;
  padding: 5px 0 0 0;
  font-size: 13px;
  font-family: Brown-Pro-Bold;
  font-weight: normal;


}

footer::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  /* Longitud del borde */
  border-top: 1px solid #000;
  /* Borde superior */
}

@media all and (max-device-width: 600px) {
  footer {
    padding-bottom: 35px;
  }
}

footer p {
  margin: 5px 0 0 0;
  padding: 20px 0;
}

/*LOADING*/

.loading {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 78%);
  z-index: 1;
}

.loadingimg {
  position: relative;
  top: 40%;
  text-align: center;
  color: #333;
}

.loadingimg p {
  background: #ffffff;
  padding: 10px 20px;
  max-width: 260px;
  margin: 20px auto;
  border: solid 2px #ccc;
  font-family: Brown-Pro-Bold;
}

.loadingimg img {
  max-width: 30px;
  margin: auto;
}

/*BASES*/

/*POP*/

.pop {
  position: fixed;
  z-index: 999999999999999999;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 75%);
  text-align: center;
  display: none;
}

.pop .pop_center {
  position: relative;
  width: 80%;
  max-width: 900px;
  margin: 100px auto;
  text-align: justify;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #000000;
  height: calc(100vh - 250px);
  overflow-y: auto;
  z-index: 999999;
}

.pop .pop_center_ofertas {
  position: relative;
  width: 80%;
  max-width: 900px;
  margin: auto;
  text-align: center;
  background: #1c1c1c;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  /*height: calc(100vh - 250px);*/
  overflow-y: auto;
  z-index: 999999;
  top: 6%;
}

.pop_center_ofertas h2 {
  font-size: 3rem;
  margin: 0 0 10px 0;
}

.pop_center_ofertas p {
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 40px 0;
}

.popup-retailers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); */
  grid-template-rows: auto;
  grid-gap: 20px;
}

.cta {
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 20px 42px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  transition: all 0.5s;
}

.cta:hover {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 650px) {
  .pop_center_ofertas {
    padding: 40px 20px 20px;
  }

  .box-pop_center_ofertas h2 {
    font-size: 2.5rem;
  }

  .popup-retailers {
    grid-template-columns: 1fr;
  }

  .cta {
    width: 100%;
    padding: 20px 10px;
  }
}

.ldn_preparate_h1 {
  width: 80%;
  font-family: Brown-Pro-Bold;
  font-size: 80px;
  margin: auto;
  color: #fff;
  text-align: center;
  margin-top: 5%;
}

.ldn_preparate_p {
  width: 80%;
  font-family: Brown-Pro-Bold;
  font-size: 20px;
  margin: auto;
  color: #fff;
  text-align: center;
  margin-top: 5%;
}

.ldn_preparate_div_login {
  width: 50%;
  height: auto;
  margin: auto;
}

.pop .pop_close {
  position: fixed;
  right: 50%;
  transform: translateX(50%);
  top: 2%;
  font-size: 23px;
  cursor: pointer;
  color: #fff;
}

.pop .pop_close_bases_condiciones {
  top: 9% !important;
}

#ldnmama_bases_condiciones, #ldnmama_preparate {
  z-index: 999999999;
}

#ldnmama_bases_condiciones h3, #ldnmama_requisitos h3, #ldnmama_influencer h3 {
  text-align: center;
  color: #01B6FD;
  text-transform: uppercase;
  border-bottom: solid 2px;
  padding-bottom: 15px;
  font-family: Brown-Pro-Bold;
  ;
}

#ldn_calculo_referidos h3 {
  text-align: center;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: solid 2px;
  padding-bottom: 15px;
}

#ldn_calculo_referidos .parrafo {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: large;
  display: flex;
  align-items: center;
}

#ldn_calculo_referidos img {
  width: 60px;
  height: auto;
  vertical-align: top;
}

#ldnmama_bases_condiciones p {
  font-size: 14px;
}

#ldnmama_requisitos {}

#ldnmama_requisitos .pop_center {
  text-align: center;
  max-width: 400px;
  height: auto;
  font-family: Brown-Pro-Bold;
}


#video_ganador h3 strong {
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

#video_ganador h3 {
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  border-bottom: solid 2px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: normal;
}


#video_ganador_sorteoFinal h3 strong {
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

#video_ganador_sorteoFinal h3 {
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  border-bottom: solid 2px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: normal;
}

.pop .ganador_pop_center {
  position: relative;
  width: 80%;
  max-width: 900px;
  margin: 100px auto;
  text-align: justify;
  background: #00B8FC;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: calc(100vh - 230px);
  overflow-y: auto;
}

.bannervideo iframe {
  width: 100%;
  margin: auto;
  height: 400px;
  padding-bottom: 15px;
  border-bottom: solid 2px #fff;
}


#ldnmama_requisitos .pop_close {}

#ldnmama_requisitos h3 {}

#ldnmama_requisitos p {}

#ldnmama_vote {}

#ldnmama_vote .pop_center {
  height: auto;
  max-width: 200px;
  text-align: center;
  background: #7e57c5;
  color: #fff;
}

#ldnmama_vote .voteresponse {
  font-family: Brown-Pro-Bold;
  text-transform: uppercase;
  font-size: 16px;
}

/*PAGE ERRROR*/

.result_message a {
  padding: 20px;
  display: block;
  max-width: 300px;
  margin: 10px auto;
  background: #824ef9;
  color: #fff;
}

.result_message h1 {
  color: #fff;
}

.result_message p {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  max-width: 50%;
  margin: auto;
}


/*AVISRME STOCK*/
#cont_infoproducto {
  background: #e0e3f2;
  padding-top: 0px;
}

#stocknotify {
  background: #e0e3f2;
  padding: 0px 0 30px;
  position: relative;
  margin-top: 0;
}

#stocknotify .cont_stocknotify {
  position: relative;
  top: -20px;
}

#stocknotify .cont_stocknotify p {
  margin: 10px 0;
  font-family: Brown-Pro-Bold;
  color: #2F3132;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
}

#stocknotify .cont_stocknotify #activatenotify, #ldnmama_notifystock #notify_stock_submit, #stocknotify .cont_stocknotify .notifybutton {
  margin: 0;
  font-family: Brown-Pro-Bold;
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  background: #814FFA;
  padding: 10px 20px;
  display: inline-block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}

#stocknotify #activatenotifydone {
  background: #00ead1;
  cursor: default;
  color: #343538;
}

#ldnmama_notifystock {}

#ldnmama_notifystock .pop_center {
  height: auto;
  max-width: 400px;
  text-align: center;
}

#ldnmama_notifystock h3 {}

#ldnmama_notifystock p {}

#ldnmama_notifystock #notify_stock_email, #ldnmama_notifystock #notify_stock_pais {
  display: block;
  margin: 10px auto;
  background: #f2f2f2;
}

#ldnmama_notifystock #notify_stock_pais {}

#ldnmama_notifystock #notify_stock_submit {}


@media screen and (max-width: 1100px) {
  .slick-dots {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {

  #cont_ganadores .button_ganadores {
    margin-bottom: 20px;
    width: 80%;
  }

  #cont_ganadores .div_botones_ganadores {
    display: initial
  }

  #cont_logipopchallenge h3 {

    font-size: 20px;
    padding: 10px;

  }



  #cont_mecanica #container_mecanica .title_L_white {
    text-align: center;
    width: 90%;
    margin: auto;
    font-size: 15px;
  }

  #cont_mecanica #container_mecanica .title_XL_white {
    text-align: center;
    width: 90%;
    margin: auto;
    font-size: 25px;

  }

  #cont_mecanica #container_mecanica_blanco .title_M_black {
    text-align: center;
    width: 90%;
    margin: auto;
    font-size: 10px;
  }

  #cont_mecanica #container_mecanica_blanco .title_L_black {
    text-align: center;
    width: 90%;
    margin: auto;
    font-size: 15px;
  }

  #cont_mecanica .mecanica_gif {
    position: initial;
    margin: auto;
  }



  #formlanding, #formresult {
    margin-top: 0 !important;
    ;
    top: 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  #ldnmama_content li {
    display: block !important;
    width: auto !important;
  }

  #ldnmama_content .cmo_content {
    display: block !important;
    width: 100% !important;
    /*margin: 20px auto !important;*/
  }

  #ldnmama_content .cmo_content ul li {
    display: flex !important;
    width: auto !important;
    align-items: center !important;
  }

  #comoparticipar .cmo_number {
    /*margin: 0 auto 20px;*/
    vertical-align: middle;
  }

  #comoparticipar .cmo_l {
    vertical-align: top;
    font-size: 18px;
  }

  #ldnmama_content h2 {
    text-align: center;
    font-size: 30px;
  }

  #comoparticipar .cmo_steps img {
    display: none;
  }

  .title_sm {
    margin: 0;
    font-family: Brown-Pro-Bold;
    color: white;
    font-weight: normal;
    padding-left: 10px;
    font-size: 20px;
  }

  .title_lg {
    margin: 0;
    font-family: Brown-Pro-Bold;
    color: #1D1D1B;
    font-weight: normal;
    font-size: 20px;
  }

  #comoparticipar {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  #comoparticipar .cmo_content {
    padding-left: 0px;
  }

  #comoparticipar .cmo_content img {
    width: 100%;
  }

  #ldnmama_content ul {
    padding: 0px;
  }

  .title_img {
    width: 50%;
  }

  #comoparticipar #play_form {
    display: none;
  }

  .slick-dots {
    display: none !important;
  }

  #comoparticipar .cmo_icons {
    justify-content: center;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 650px) {

  .bannervideo iframe {
    height: 200px;
  }

  #cont_premios .button_video {
    padding: 2px;
    font-size: 5px;

  }

  p.row {
    display: block;
    width: auto;
    text-align: center;
  }

  #cont_tiendas {
    padding-top: 0px;
  }

  #btn_slider_principal {
    top: 78%;
    left: 68%;
    padding: 3px;
    font-size: 8px;
  }


  #cont_mecanica .mecanica_gif {
    position: initial;
    margin-left: 0;
    margin: auto;
    margin-top: 20px;
    width: 150px;
    height: auto;
  }

  #comoparticipar .cmo_content {
    /*padding-left: 10px !important;*/
  }

  #ldnmama_content li {
    display: block !important;
    width: auto !important;
    margin: 20px auto !important;
  }

  #ldnmama_content .cmo_content {
    display: block !important;
    width: auto !important;
    /*margin: 20px auto !important;*/
  }

  #ldnmama_content .cmo_content ul li {
    display: flex !important;
    width: auto !important;
    margin: 0px auto !important;
    align-items: center !important;
  }

  #ldnmama_header_resp {
    display: block !important;
  }

  #ldnmama_header {
    display: none !important;
  }



  #comoparticipar, #ldnmama_form {
    display: block;
    width: 90%;
    vertical-align: middle;
    border-left: none;
    border-right: none;
    padding-top: 20px;
    margin: auto;
  }

  #comoparticipar {
    padding: 0px !important;
    margin: auto !important;
    border: 0px !important;
  }

  #ldnmama_content h2 {
    text-align: center !important;
    padding: 0 0 15px 0;
  }

  #ldnmama_content .bases_comoparticipar {
    text-align: center !important;
    padding: 0 0 20px 0;
  }

  #comoparticipar img {
    display: none;
  }

  #ldnmama_banner {
    white-space: normal;
  }

  #ldnmama_banner img {
    width: 50%;
    max-width: none;
    margin: 5px 0;
  }

  #formlanding, #formresult {
    padding: 10px 0;
  }

  #ldnmama_content p {
    line-height: 20px;
    font-size: 15px;
  }

  .slick-dots {
    display: none !important;
  }

  #slider_principal_bottom_bar li {
    padding: 10px;
    width: 30%;
    vertical-align: middle;
  }

  #cont_formulario {
    padding: 0;
  }

  #slider_participantes {
    width: 80%;
  }

  #cont_premios #slider_premios_mayor, #cont_premios #slider_premios_giftcards, #slider_nextgen .scat_left, #slider_nextgen .scat_right {
    display: block;
    width: auto;
  }


  #cont_participantes {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  #cont_nextgen {
    padding-bottom: 0px;
  }

  #slider_nextgen .ss_subslide_img_lg {
    padding-top: 0px;
  }

  #slider_nextgen .scat_right {
    max-width: 100%;
    margin: auto;
  }

  #slider_nextgen .scat_left {
    max-width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
  }

  #slider_nextgen .scat_left .nxtgen_name {
    width: 50%;
    margin: auto;
  }

  #slider_nextgen .scat_left .nxtgen_spec {
    width: 50%;
    vertical-align: top;
    margin: auto;
    padding-top: 0px;
    padding-left: 30px;
  }

  #slider_nextgen .slick-dots {
    display: none !important;
  }

  #slider_nextgen .nw_arrows.flex-next {
    right: 5px;
  }

  #slider_nextgen .nw_arrows.flex-prev {
    left: 5px;
  }

  #slider_nextgen h3 {
    font-size: 25px;
  }

  #slider_nextgen h5 {
    font-size: 18px;
  }

  #slider_participantes .slick-list {
    padding-bottom: 0;
  }

  #filtro .filtro_row select, #filtro .filtro_row input, #filtro .filtro_row textarea {
    width: 100%;
    max-width: 275px;
  }

  #filtro .filtro_row {
    display: block;
  }

  #filtro .filtro_row input {
    max-width: calc(100% - 50px);
  }

  .ss_slide_img {
    width: 100%;
  }

  #slider_participantes .ss_slide:nth-child(3n+2) {
    top: 0;
  }

  #comoparticipar .cmo_number {
    /*margin: 0 auto 20px;*/
    vertical-align: middle;
    padding: 0;
  }

  #comoparticipar .cmo_l {
    vertical-align: top;
    font-size: 15px;
    padding-right: 0px;
    text-align: center;
  }

  .nw_arrows.flex-next {
    right: -15px;
    top: 28%;
  }

  .nw_arrows.flex-prev {
    left: -15px;
    top: 28%;
  }

  #cont_logipopchallenge {
    padding-top: 1px;
    padding-bottom: 50px;
  }
}

#ldnmama_content h2 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 15px;
}

#comoparticipar .cmo_steps img {
  display: none;
}

.ldn_preparate_h1 {
  width: 80%;
  font-family: Brown-Pro-Bold;
  font-size: 40px;
  margin: auto;
  color: #fff;
  text-align: center;
}

.ldn_preparate_div_login {
  width: 90%;
}

.title_sm {
  margin: 0;
  font-family: Brown-Pro-Bold;
  color: white;
  font-weight: normal;
  font-size: 15px;
}

.title_lg {
  margin: 0;
  font-family: Brown-Pro-Bold;
  color: #1D1D1B;
  font-weight: normal;
  font-size: 25px;
}

#comoparticipar {
  padding: 30px;
  margin: 0 50px;
  padding-right: 0;
  margin-right: 0;
}


#comoparticipar .cmo_content img {
  width: 100%;
}

#ldnmama_content ul {
  padding: 0px;
}

footer p {
  width: 80%;
  margin: auto;
}

#ldnmama_content .openpop {
  margin: auto;
}

#comoparticipar .cmo_content ul {
  padding-top: 0px;
}


/*MODAL*/

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

@media screen and (max-width: 650px) {
  #modal {
    position: fixed;
    z-index: 1050;
    top: 10%;
    bottom: 10%;
    right: 3%;
    margin-left: -180px;
    width: auto;
    height: auto;
    background: rgb(255 255 255 / 73%);
    text-align: center;
    display: none;
  }
}

.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  color: #7e5bc3;
}

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-lg {
  max-width: 1000px !important;
}

#crop {
  background: #7e57c5;
  border: none;
  color: #fff;
  width: 150px;
  padding: 15px;
  font-family: Brown-Pro-Bold;
  font-size: 15px;
  cursor: pointer;
}

.box-popup {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 40px 40px;
  position: relative;
  background: #1c1c1c;
  text-align: center;
}

.box-popup .mfp-close {
  color: #fff;
}

.box-popup h2 {
  font-size: 3rem;
  margin: 0 0 10px 0;
}

.box-popup h2 span {
  font-weight: 300;
}

.box-popup p {
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 40px 0;
}

.popup-retailers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /*    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));*/
  grid-template-rows: auto;
  grid-gap: 20px;
}

@media all and (max-device-width: 600px) {
  .box-popup {
    padding: 40px 20px 20px;
  }

  .box-popup h2 {
    font-size: 2.5rem;
  }

  .popup-retailers {
    grid-template-columns: 1fr;
  }

}