/*+clearfix {*/
.bloque_preguntas:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.bloque_preguntas {
  display: block;
  *height: 1px;
}
@media screen and (min-width: 640px) {
  .bloque_preguntas:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .bloque_preguntas {
    display: block;
    *height: 1px;
  }
}
/*+}*/
@font-face {
  font-family: 'Neutra Display';
  src: url('NeutraDisp-Medium.woff2') format('woff2'), url('NeutraDisp-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra Display';
  src: url('NeutraDisp-Bold.woff2') format('woff2'), url('NeutraDisp-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  scroll-behavior: smooth;
  /**/
  --f_textos: 'Neutra Display', sans-serif;
  --c1: #009740;
  --c2:#e9db11;
  --c3:#60c5ce;
  --c4:#342069;
  --c5:#fdfbe7;
  --c6:#005a46;
  /*varios*/
  --ancho_cabecera:1500px;
  --max_ancho_contenido:1080px;
  --max_ancho_contenido2:1280px;
  --max_ancho_texto:900px;
}
.amarillo {
  color:var(--c2);
}
.enlace {
  text-decoration: underline;
  cursor: pointer;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body {
  background: #FFF;
  margin: 0 auto;
  font-family:var(--f_textos);
  font-weight: 500;
  font-size: 100%;
  font-style: normal;
  /*overflow-x: hidden;*/
  height: 100%;
  min-height: 100%;
  color: #3C3C3C;
  background: #FFF;
  /*max-width: 1500px;*/
}
b, strong {
  font-weight: 600;
}
.cont_body {
  background: #FFF;
  max-width: 1184px;
  margin: 0 auto;
  padding: 10px;
  padding-bottom: 40px;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-weight: 400;
}
figure {
  margin: 0px;
}
h1, h2, h3, h4, h5 {
  font-weight: inherit;
  font-family:var(--f_titulos);
  margin: 0;
}
h1 {
  font-size: 1.875rem;
}
h2 {
  font-weight: bold;
  line-height: 1.3;
  font-size: 5.3vw;
  text-transform: uppercase;
  color:var(--c3);
  margin-bottom: 20px;
}
button {
  cursor: pointer;
}
button[type=submit]:disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
p {
  display: block;
  margin: 0 0 1rem 0;
  line-height: 1.3;
}
ul {
  list-style-type: none;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
dl, dt, dd {
  margin: 0;
}
#cargando {
  position: fixed;
  display: none;
  z-index: 1000000000;
  top: 50px;
  right: 50px;
  background: url(/imgs/cargando.svg) 0 0 / 100% no-repeat #FFF;
  border-radius: 50%;
  box-shadow: 0 0 15px #FFF;
  width: 60px;
  height: 60px;
  animation: loop 2s infinite linear;
}
.w_header div {
  background: url(../imgs/bg_ppal_2023.jpg) bottom center / cover no-repeat transparent;
  position: relative;
  height: 57.1vw;
  max-height: 900px;
  text-transform: uppercase;
  font-family: 'Neutra Display';
  font-weight: 500;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2rem;
  color: #FFF;
}
.w_header {
  background: rgb(255, 237, 212);
  background: linear-gradient(90deg, rgba(255, 237, 212, 1) 0%, rgba(254, 226, 213, 1) 50%, rgba(255, 239, 212, 1) 100%);
}
.w_header .logo_ecovidrio {
  right: 0;
  display: inline-block;
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 15px;
  position: relative;
  text-align: center;
}
.w_header span {
  background:var(--c1);
}
.w_header .logo_ecovidrio img {
  width: 135px;
  height: auto;
  margin: 0;
}
.w_header div p {
  max-width: 360px;
  margin: 0 auto;
}
.w_header div strong {
  white-space: nowrap;
  font-weight: 400;
}
.w_header .logoD {
  width: 200px;
  height: auto;
  margin: 20px 0 10px;
}
.lHeader .marcas {
  color: #FFF;
  font-family: 'Neutra Display';
  font-weight: 500;
  font-size: 0.9rem;
  bottom: 0;
  width: 100%;
  display: block;
  text-align: right;
  position: relative;
  padding: 3px 0;
  margin-top: -22px;
  background: transparent;
  right: 0;
}
.bloque_blanco {
  text-align: center;
  padding: 40px 20px;
  margin: 0 auto;
  position: relative;
  background: url(../imgs/bg_texto.jpg) top center / cover;
}
.bloque_blanco:before {
  display: block;
  position: absolute;
  top: -7.2vw;
  right: 0;
  height: 371px;
  width: calc(100% + 60px);
  content: " ";
  background: url(../imgs/franja.png) 59px 0px / contain no-repeat rgba(190, 3, 3, 0);
}
.bloque_blanco p {
  font-size: 1.5rem;
  color: #FFF;
  line-height: 1.9rem;
  margin: 0 auto 25px;
  max-width:var(--max_ancho_texto);
}
.bloque_blanco span {
  white-space: nowrap;
}
.bloque_blanco p strong {
  color:var(--c3);
  font-weight: 600;
  white-space: nowrap;
}
/*[clearfix]*/
.bloque_preguntas {
  background-color:var(--c5);
  background:url('../imgs/bg_castillo.svg') bottom center / 102% no-repeat var(--c5);
  padding: 40px 20px 150px;
  font-size: 1.2rem;
  overflow: hidden;
  position: relative;
}
.bloque_preguntas div {
  max-width:var(--max_ancho_texto);
  margin: 0 auto;
}
.bloque_preguntas p {
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin: 60px 0 0;
  font-weight: bold;
  float: left;
  clear: both;
}
.bloque_preguntas p:first-of-type {
  margin-top: 0;
}
.bloque_preguntas p strong {
  font-weight: 600;
}
.bloque_preguntas input {
  display: none;
}
.bloque_preguntas input + label {
  float: left;
  display: inline-block;
  cursor: pointer;
  width: calc(100% - 30px);
  margin: 25px 0 0 15px;
  line-height: 1.5rem;
  font-size: 1.4rem;
  padding: 0 0 0 20px;
  position: relative;
}
.bloque_preguntas label:last-child {
  margin-bottom: 0;
}
.bloque_preguntas label:before {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border:1px solid var(--c1);
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  left: -14px;
  top: 1px;
  position: absolute;
}
.bloque_preguntas input:checked + label:before {
  background:var(--c1);
  border-color:var(--c1);
  content: "✔";
  font-size: 0.9rem;
  color: #FFF;
}
.bloque_preguntas h2, .bloque_datos h2 {
  color:var(--c1);
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 40px 0;
  font-size: 2.3rem;
  width: 100%;
}
.bloque_datos h2 {
  color: #FFF;
}
.bloque_datos {
  overflow: hidden;
  margin-top: -90px;
  /*margin-bottom: 58px;*/
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.bloque_datos div {
  background: rgb(42, 142, 43);
  background: linear-gradient(180deg, rgba(42, 142, 43, 1) 15%, rgba(23, 87, 70, 1) 100%);
  padding: 60px 20px 0;
  border-top-left-radius: 50% 10%;
  border-top-right-radius: 50% 10%;
  width: 120%;
  height: 100%;
  left: -10%;
  right: 0;
  position: relative;
}
.bloque_datos div div {
  width: 90%;
  padding: 20px;
  margin: 0 15%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background: none;
}
.bloque_datos div div#infoD {
  /*padding-bottom: 50px;*/
}
#cCompra {
  background: url(../imgs/bg_miniglus.jpg) top center / cover;
  text-align: center;
  padding: 50px 10px;
}
#cCompra p {
  font-size: 5vw;
  line-height: 1.3;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
  margin: 0 15px 30px;
}
#cCompra a {
  display: inline-block;
  text-align: center;
  max-width: 200px;
  width: 45%;
  margin: 30px 2%;
}
@media screen and (min-width: 540px) {
  #cCompra a {
    max-width: 150px;
    width: 26%;
    margin: 30px 3%;
    border-radius: 30px;
  }
}
@media screen and (min-width: 1000px) {
  #cCompra a {
    max-width: 150px;
    width: 12.4%;
    margin: 30px 2%;
    border-radius: 30px;
  }
}
#cCompra a span {
  color: #FFF;
  background:var(--c3);
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 25px;
  border: none;
  padding: 9px 20px 7px;
  margin: 0 auto;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
#cCompra a:hover span {
  color: #FFF;
  background:var(--c1);
}
#cCompra div {
  max-width: 1449px;
  margin: 0 auto;
}
#cCompra img {
  width: 100%;
  max-width: 898px;
}
#cCompra img#aladina {
  width: 60%;
  margin: 15px 0 30px;
  max-width: 260px;
}
.bloque_datos div div p {
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
}
.bloque_datos div div#comparte p {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.bloque_datos div div#comparte {
  margin-bottom: 60px;
  margin-top: 40px;
  justify-content: center;
}
.bloque_datos div div p.masmargen {
  margin-bottom: 40px;
}
.bloque_datos div div label {
  flex: 0 0 calc( 100%);
  margin: 0 0 20px 0;
  font-size: 1.4rem;
}
.bloque_datos div div label input {
  width: 100%;
  padding: 2px 2px 2px 10px;
  background-color: transparent;
  border: 1px solid #FFF;
  height: 34px;
  line-height: 34px;
  color: #FFF;
  margin: 5px 0 0;
  border-radius: 17px;
  font-size: 1.3rem;
}
.bloque_datos div div label input:focus, .bloque_datos div div label input:active {
  outline: none;
  color:var(--c2);
  border:2px solid var(--c2);
}
.bloque_datos div div label input::placeholder {
  color: rgba(255, 255, 255, 0.700);
}
.bloque_datos div div.Textos p {
  text-align: justify;
  font-size: 0.9rem;
  opacity: 0.6;
}
#infoD a {
  background: #FFF;
  color:var(--c1);
  font-size: 1.45rem;
  text-align: center;
  border-radius: 25px;
  border: none;
  padding: 7px 15px;
  margin: 10px auto 15px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
#infoD a span {
  white-space: nowrap;
}
.bloque_datos .logo_ecovidrio_pie_w {
  justify-content: center;
}
.bloque_datos a.logo_ecovidrio_pie {
  background: no-repeat;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#comparte a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 15px;
  background: url(../imgs/facebook.svg) center center / 14px no-repeat #FFF;
  text-indent: -9999px;
  overflow: hidden;
}
#comparte a#twitter {
  background-image: url(../imgs/twitter.svg);
  background-size: 26px;
}
.logo_ecovidrio_pie_w {
  text-align: center;
  padding: 40px;
  background: #083628;
}
#pie {
  padding: 10px;
  /*position: absolute;*/
  /*width: calc(100% - 20px);*/
  margin: 0;
  text-align: center;
  bottom: 0;
  left: 0;
  height: 48px;
  background: #083628;
}
#pie p {
  font-size: 1.2rem;
  margin: 0;
  color: #FFF;
}
#pie p span {
  color: #FFF;
}
.enviado {
  pointer-events: none;
}
.enviado input {
  opacity: 0.6;
}
.enviado .bloque_preguntas label {
  opacity: 0.6;
}
.enviado .btnParticipar {
  opacity: 0.6;
  pointer-events: none;
}
.enviando .btnParticipar {
  opacity: 1;
  background:linear-gradient(var(--c2), var(--c2)) no-repeat, #FFF;
  background-size: 0% 100%;
  animation: progressbar 1.5s ease infinite;
}
@keyframes progressbar {
  100% {
    background-size: 100% 100%;
  }
}
/*Custom checkbox*/
.bloque_datos input.check {
  display: none;
}
.bloque_datos label.check {
  float: left;
  cursor: pointer;
  display: inline-block;
  flex: 0 0 calc(100% - 30px);
  margin: 25px 0 0 15px;
  line-height: 1.5rem;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.bloque_datos label.check:before {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  text-align: center;
  margin-right: 10px;
  border-radius: 3px;
  left: -14px;
  top: 2px;
  position: absolute;
}
.bloque_datos input:checked + label:before {
  background: #FFF;
  border-color: #FFF;
  content: "✔";
  font-size: 0.9rem;
  color:var(--c1);
}
.bloque_datos #detalle {
  /*bots*/
  display: none;
}
.btnParticipar {
  background: #FFF;
  color:var(--c1);
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 25px;
  border: none;
  padding: 9px 20px 7px;
  text-transform: uppercase;
  margin: 10px auto 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
#formDisney:not(.enviando) .btnParticipar:hover {
  color: #000;
  background-color:var(--c2);
}
/*Custom checkbox*/
#AdvertenciaCookies .check {
  display: flex !important;
  text-align: left;
  margin: 0 20px 10px 0;
  justify-content: flex-start;
  --ancho-radio: 20px;
  align-items: center;
}
#AdvertenciaCookies .check input {
  display: none;
}
#AdvertenciaCookies .check span {
  cursor: pointer;
  position: relative;
  font-size: 0.9rem;
  position: relative;
  display: inline-block;
}
#AdvertenciaCookies .check .tick {
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex:0 0 var(--ancho-radio);
  width:var(--ancho-radio);
  height:var(--ancho-radio);
  border:2px solid var(--c1);
  font-size: 1rem;
  color: transparent;
  border-radius: 50%;
}
#AdvertenciaCookies .check .tick:after {
  content: "✓";
}
#AdvertenciaCookies .check input:checked + .tick {
  color: #FFF;
  background:var(--c1);
}
/*cookies*/
#AdvertenciaCookies {
  position: fixed;
  background:var(--c1);
  color: #FFF;
  opacity: 0.95;
  position: fixed;
  bottom: 50px;
  left: 50%;
  width: 450px;
  max-width: 90%;
  transform: translatex(-50%);
  line-height: 18px;
  z-index: 1998;
  border-radius: 10px;
  /*border:1px solid var(--c3);*/
  padding: 25px;
  box-shadow: 2px 2px 7px -1px #000;
}
#AdvertenciaCookies p {
  margin-bottom: 20px;
}
#AdvertenciaCookies .check .tick {
  background: #FFF;
  border-radius: 0;
  border: none;
}
#AdvertenciaCookies .check.necesarias {
  pointer-events: none;
  opacity: 0.6;
}
#AdvertenciaCookies .check .tick:after {
  background: #FFF;
}
#AdvertenciaCookies .check input:checked + .tick {
  content: "✓";
  color:var(--c1);
  font-weight: bold;
  background: #FFF;
  padding-right: 3px;
}
#AdvertenciaCookies button {
  padding: 10px 20px;
  text-align: right;
  margin: 0 0 0 auto;
  display: block;
  position: relative;
  z-index: 99;
  background:var(--c2);
  border: none;
  border-radius: 25px;
}
/*MODALES*/
.modal.ver {
  transform: scale(1);
  z-index: 9999;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.7);
}
.modal {
  position: fixed;
  background: none;
  z-index: -1;
  transform: scale(0);
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: auto;
  text-align: center;
  transition: background 0.3s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .cont_contenido {
  position: relative;
  transform: scale(0);
  /*transition: all 0.3s ease-out;*/
  transform-origin: center;
  width: 600px;
  max-width: calc(100% - 10px);
  border-radius: 10px;
  background: #FFF;
  padding: 30px 15px;
  color: #000;
  text-align: left;
}
.modal.ver .cont_contenido {
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.modal .cerrar {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 700;
  font-size: 2rem;
  cursor: pointer;
  line-height: 0.5;
  color:var(--c5);
  z-index: 999999;
}
.modal .btn {
  cursor: pointer;
  padding: 10px 20px;
  min-width: 100px;
  display: inline-block;
  background:var(--c2);
  border: none;
  border-radius: 25px;
}
body.body_modal .cont_body {
  /*filter: blur(1px);*/
}
body.body_modal {
  overflow: hidden;
  padding-right: 17px;
}
.modal h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  color:var(--c2);
  font-family:var(--f_titulacos);
}
.modal_msg .cont_contenido {
  text-align: center;
  width: 450px;
}
.modal_msg .contenido {
  margin-bottom: 30px;
  color:var(--c1);
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 1rem;
}
.modal_msg .botonera {
  display: flex;
  justify-content: space-around;
}
.modal_msg .btn {
  cursor: pointer;
  padding: 10px 20px;
  min-width: 100px;
  display: inline-block;
  background:var(--c2);
  border: none;
  border-radius: 25px;
}
@media screen and (min-width: 700px) {
  .modal .cont_contenido {
    padding: 30px;
  }
}
.modal_bases .cont_contenido {
  width: 1000px;
  position: absolute;
  top: 30px;
}
.modal_bases .botonera {
  text-align: center;
}
.modal_privacidad .cont_contenido {
  width: 1000px;
  position: absolute;
  top: 30px;
}
.modal_privacidad .botonera {
  text-align: center;
}
.modal_cookies .cont_contenido {
  width: 1000px;
  position: absolute;
  top: 30px;
}
.modal_cookies .botonera {
  text-align: center;
}
.modal_aviso .cont_contenido {
  width: 1000px;
  position: absolute;
  top: 30px;
}
.modal_aviso .botonera {
  text-align: center;
}
/*CONCURSO FINALIZADO*/
.Textos p {
  text-align: center;
  margin: 15px auto;
}
.w_header div p:first-of-type {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .bloque_preguntas h2, .bloque_datos h2 {
    font-size: 2.7rem;
  }
  .w_header div {
    height: 56.7vw;
  }
  h2 {
    font-size: 1.9rem;
    line-height: 1.3em;
  }
  .bloque_blanco p {
    font-size: 2rem;
    line-height: 2rem;
  }
  /*[clearfix]*/
  .bloque_preguntas {
    background-size: 100%;
  }
  .bloque_preguntas p {
    margin: 70px 0 10px;
    font-size: 1.9rem;
    line-height: 2rem;
  }
  .bloque_preguntas input + label {
    padding-left: 25px;
    font-size: 1.9rem;
    line-height: 1.9rem;
  }
  .bloque_datos div div p {
    text-align: center;
    width: 100%;
    font-size: 1.9rem;
  }
  .bloque_preguntas label:before {
    width: 26px;
    height: 26px;
    left: -14px;
    top: 2px;
  }
  .bloque_datos {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .bloque_datos div div label {
    flex: 0 0 calc( 50% - 10px);
    text-align: left;
    margin: 0 0 20px 0;
    font-size: 1.6rem;
  }
  .bloque_datos div div label.ldireccion {
    flex: 0 0 calc( 100%);
  }
  .bloque_datos label.check {
    line-height: 1.9rem;
    font-size: 1.5rem;
  }
  .bloque_datos label.check:before {
    width: 24px;
    height: 24px;
    top: 3px;
  }
  .bloque_datos div div label input {
    height: 38px;
    line-height: 38px;
    font-size: 1.5rem;
    margin: 8px 0 0;
    border-radius: 20px;
  }
  .btnParticipar {
    font-size: 1.9rem;
    border-radius: 25px;
    padding: 10px 25px;
    text-transform: uppercase;
    margin: 30px auto 15px;
  }
}
.w_header div small {
  font-size: 1rem;
  margin: 25px 0;
  display: block;
  text-transform: none;
}
#Topper {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
}
