@font-face {
  font-family: Helvetica;
  src: url(fonts/HelveticaLt.ttf) format('truetype');
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: Helvetica;
  src: url(fonts/HelveticaNeueLTStd-Bd.otf) format('opentype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "HelveticaRounded";
  src: url(fonts/HelveticaRoundedLTStd-Bd.otf) format('opentype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "BumperSticker";
  src: url(fonts/BumperStickerDEMO.otf) format('opentype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Raleway;
  src: url(fonts/Raleway-Regular.ttf) format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Raleway;
  src: url(fonts/Raleway-Medium.ttf) format('truetype');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: Raleway;
  src: url(fonts/Raleway-Bold.ttf) format('truetype');
  font-style: normal;
  font-weight: 700;
}

body {
  position: relative;
}

body, p, div, h1, h2, h3, h4, h5, h6, span, ul, li, ol, header, nav, footer, section, a {
  font-family: Helvetica, 'Arimo', sans-serif !important;
}

.text-pink {
  color: #E94F8F;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 4rem;
}

h2 {
  color: #444040;
  font-size: 3.5rem;
}
h3 {
  color: #444040;
  font-size: 2.3rem;
}
p {
  font-size: 1.5rem;
  line-height: 1.15;
}

body.edicion-anterior #consigna .end__content p {
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.edicion-anterior .end__content {
  margin-bottom: 4rem;
}

.edicion-anterior .end__content a {
  text-decoration: none;
}
  /*---
----------Navigation--------*/

#header-ecoconcurso {
  position: fixed;
  width: 100%;
  top: 0px;
  padding: 20px 0 0;
  transition: all .3s;
  z-index: 100;
}

body.edicion-anterior #header-ecoconcurso {
  position: relative;
  background: transparent; 
}

.edicion-anterior #consigna {
  padding-top: 0;
}

header img {
  width: 320px;
  transition: all 0.1s;
}

nav#menu-escritorio {
  display: none;
}

.headroom--not-top #header-ecoconcurso {
  background: rgb(255 255 255 / 95%);
  padding: 5px 0px;
}

.headroom--not-top #header-ecoconcurso img {
  width: 150px;
}

.headroom--not-top #header-ecoconcurso nav#menu-escritorio {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
}

.headroom--not-top #header-ecoconcurso nav#menu-escritorio a.nav-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.headroom--not-top #header-ecoconcurso nav#menu-escritorio li::after {
  height: 60px;
}
/*---
----------Links / Buttons--------*/
a, button, a:focus, button:focus {
  outline: none!important;
}

.btn-medium {
  border-radius: 25rem;
  width: auto;
  max-width: 100%;
  font-family: "HelveticaRounded";
  font-size: 1.5rem;
  font-weight: 700;
  border: 2px solid;
  text-align: center;
  padding: 5px 45px;
  display: inline-block;
  text-decoration: none!important;
  transition: all 0.3s;
}

.btn-large {
  border-radius: 25rem;
  width: 600px;
  max-width: 100%;
  height: 90px;
  font-family: "HelveticaRounded"!important;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 85px;
  border: 2px solid #FFE344;
  background: #FFE344;
  color: #E94F8F;
  display: inline-block;
  text-decoration: none!important;  
  transition: all 0.3s;
}

.btn-purple {
  border-color: #8F3F8F;
  background: #8F3F8F;
  color: #FFE344;
}

.btn-purple:hover, .btn-purple:focus {
  border-color: #FFE344;
  background: #FFE344;
  color: #E94F8F;
}
/*---
----------Banner header--------*/
#banner .btn-large {
  background: #8F3F8F;
  color: #FFE344;
  border-color: #8F3F8F;
  z-index: 1;
  position: relative;
}

#banner .btn-large:hover {
  background: #FFE344;
  color: #E94F8F;
  border-color: #FFE344;
}

#banner .info-header h1 {
  color: #2BB7C5;
  font-family: "BumperSticker"!important;
  font-weight: 400;
  width: 920px;
  max-width: 100%;
  margin: 20px auto;
  font-size: 3rem;
  line-height: 1;
}
#banner  .info-header {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

/*---
----------Consigna--------*/
#consigna {
  padding-top: 80px;
}

#consigna h2 {
  margin-bottom: 30px;
}

#consigna h3 {
  margin-bottom: 18px;
}

#consigna img {
  width: 250px;
  max-width: 80%;
}
#consigna .bottles {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  margin-bottom: 80px;
}
#consigna p {
  margin-bottom: 45px;
}

/*---
----------Form photo upload--------*/
#como-participar {
  background: #2BB7C5;
  border-radius: 30px;
  text-align: center;
  padding: 50px 55px 0;
}

#como-participar p.texto-como-participar {
  font-size: 1.4rem;
  margin-top: 30px;
  margin-bottom: 25px;
  color: #fff;
}

#como-participar h3 {
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 32px;
}

#como-participar h3.title-fathers {
  margin-bottom: 30px;
}

#como-participar .form-control {
  outline: none;
  box-shadow: none!important;
  border-radius: 0;
  padding: 6px 15px;
  height: auto;
  margin-bottom: 10px;
  border-color: #fff;
  background: #fff;
}
#como-participar form .requiredInput input {
    border-color: red;
}

#como-participar .form-control, 
#como-participar .form-control::placeholder,
form#contact-form input, form#contact-form textarea, 
form#contact-form input::placeholder, form#contact-form textarea::placeholder {
  color: #606060;
  font-size: .9rem;
  font-weight: 700;
}

#como-participar .form-control::placeholder,

form#contact-form input::placeholder, form#contact-form textarea::placeholder {
  text-transform: uppercase;
}

.select2-search--dropdown {
  display: none;
}

#como-participar .select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 54px;
  line-height: 54px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
  border-color: #fff;
  font-weight: 700;
  font-size: .9rem;
}

#como-participar span.select2-selection__arrow {
  top: 10px;
  right: 15px;
  height: 30px;
  width: 30px;
}

#como-participar .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #606060 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}

#como-participar .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #606060 transparent;
  border-width: 0 10px 10px 10px;
}

#como-participar .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #606060;
  padding: 0;
}

#divider-one {
  padding-top: 30px;
  padding-bottom: 13px;
}

#divider-two {
  padding-top: 18px;
}

.divider {
  border-top: 1px solid #fff;
}
.imagenInputdiv {
  padding-top: 15px;
  position: relative;
  text-align: left;
}
input#imagenInput {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.imagenInputdiv label {
  background-color: #fff;
  background-image: url(../images/upload.svg);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position-y: 5px;
  background-position-x: calc(100% - 10px);
  border-radius: 25rem;
  padding: 5px 8px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.7rem;
  width: 300px;
  max-width: 100%;
  height: 70px;
  display: block !important;
  text-align: center;
  line-height: 60px;
  text-indent: -40px;
  margin-bottom: 0;
  color: #2BB7C5;
  transform: scale(1);
  transition: transform 0.3s;
}

.imagenInputdiv label:hover {
    transform: scale(1.02);
}

.imagenInputdiv span.name_file {
  width: 300px;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin-top: 10px;
}

.radio_bases {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  font-size: 1.15rem;
  position: relative;
  margin-top: 15px;
}

.radio_bases input#acepto-radio {
    position: absolute;
    width: 100%;
    height: 100%!important;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

label.label-acepto-radio {
    padding-left: 60px;
}

a.ver-bases {
  color: #23388D;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-top: 20px;
  display: inline-block;
}

a.ver-bases:hover {
  text-decoration: none;
}

.radio_bases label {
  position: relative;
}

label.label-acepto-radio:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 100%;
}

label.label-acepto-radio:after {
    content: '';
    position: absolute;
    left: 8px;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background: #E94F8F;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.radio_bases input#acepto-radio:checked ~ label.label-acepto-radio:after {
    opacity: 1;
}

.send_message {
  text-align: center;
  padding-bottom: 60px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  padding-top: 30px;
  max-height: 0;
  opacity: 0;
  transition: all 0.2s ease;
}

.wrap_save {
  border: 30px solid #2BB7C5;
  top: 80px;
  margin-top: -165px;
  position: relative;
  width: fit-content;
  max-width: 100%;
  border-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  background: #2BB7C5;
}

button#btn_save {
  text-transform: uppercase;
  margin: auto;
  display: block;
  border-radius: 100px;
  font-weight: bold;
  position: relative;
  transition: all .3s;
  outline: 0 !important;
}
button#btn_save:hover {
  background: #8F3F8F;
  color: #FFE344;
  border-color: #8F3F8F;
}

.select2-container {
  max-width: 100%;
}

/*---
----------Sorteo--------*/
#sorteo {
  padding-top: 40px;
}

#sorteo .world-boy {
  width: 55%;
  margin-top: 50px;
}

#sorteo .title-sorteo {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#sorteo .title-sorteo h1 {
  line-height: 1;
}

#sorteo .title-sorteo img {
  flex-basis: 40%;
  width: 40%;
}

#sorteo p {
  margin-bottom: 35px;
}

section#galeria-de-dibujos {
  background: #FFE344;
  margin-top: 115px;
  padding-top: 60px;
}

#galeria-de-dibujos .swiper-slide {
  background: #fff;
  border-radius: 40px;
  padding: 15px;
}

#galeria-de-dibujos .swiper-slide figure.image.is-square {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
  padding-top: 80%;
}

#galeria-de-dibujos .swiper-slide figure.image.is-square .image_gal {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#galeria-de-dibujos  p.image-name {
  color: #8F3F8F;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0;
}
#galeria-de-dibujos h2 {
  color: #8F3F8F;
  margin-bottom: 3px;
}
#galeria-de-dibujos .wrap_search {
    width:100%;
}
#galeria-de-dibujos p.texto-galeria {
  font-size: 1.5rem;
  color: #8F3F8F;
  text-align: center;
  margin-top: 28px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/2021/arrow-left.svg)!important;
  color: transparent!important;
  width: 90px!important;
  height: 90px!important;
  background-size: 50px!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  left: -60px!important;
  
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/2021/arrow-right.svg)!important;
  color: transparent!important;
  width: 90px!important;
  height: 90px!important;
  background-size: 50px!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  right: -60px!important;
}

.wrap_gallery_swiper {
  position: relative;
  margin-top: 20px;
}

.wrap_gallery_swiper .swiper-button-prev, .wrap_gallery_swiper .swiper-button-next {
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}


#galeria-de-dibujos .swiper-pagination {
  margin-top: 65px;
  position: relative;
}

#galeria-de-dibujos .swiper-pagination span.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: .8;
  margin: 0 4px;
}

#galeria-de-dibujos .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active, 
#galeria-de-dibujos .swiper-pagination span.swiper-pagination-bullet:hover {
  background: #8F3F8F;
}

.swiper-slide:hover:before {
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  background: url(../images/2021/lupa.svg);
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 15px;
  z-index: 3;
  cursor: pointer;
  transition: all .3s !important;
}

.swiper-slide:hover:after {
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  background: rgb(143 63 143 / 85%);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 40px;
  transition: all .3s !important;
}
#galeria-de-dibujos figure.image.is-square img {
  object-fit: cover;
}
.modal-content {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  width: fit-content;
}

.modal-content::-webkit-scrollbar {
    width: 0;
}


#galeria-de-dibujos .modal-content img {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  max-width: 100%;
  height: auto;
}

#galeria-de-dibujos nav.breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 0.75rem 1rem;
}

.padding-sides-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
#galeria-de-dibujos nav.breadcrumb ul {
  padding-left: 0;
}
#galeria-de-dibujos input#search-input {
  border: 2px solid #8F3F8F;
  border-radius: 15px;
  background: transparent;
  padding: 10px 60px 10px 30px;
  height: auto;
}

.control.has-icons-right img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}

#galeria-de-dibujos input#search-input, 
#galeria-de-dibujos input#search-input::placeholder {
  color: #8F3F8F;
}

/*---
----------Video Explicativo--------*/
#video-explicativo {
  padding-top: 90px;
}
.embed-container {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.wrap_video {
  position: relative;
  padding-top: 56.26%;
}
.wrap_video iframe {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*---
----------Estacion certificada--------*/
#certificada {
  background: #9ABB4D;
  text-align: center;
  padding-top: 75px;
  margin-top: 65px;
}

#certificada .container {
  width: 1050px;
  max-width: 100%;
}

#certificada h2.text-white {
  margin-bottom: 45px;
}

#what-dows-a-station p:not(:last-of-type) {
  margin-bottom: 40px;
}

#what-dows-a-station p:last-of-type {
  margin-bottom: 65px;
}

.station-image-left, .station-image-right {
  align-items: center;
}
.station-image-left p, .station-image-right p {
  text-align: left;
}

.station-image-left img, .station-image-right img {
  width: 350px;
}

.station-image-left {
  margin-bottom: 60px;
}

.station-image-right {
  margin-bottom: 90px;
}

a#toggle-estaciones {
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  text-align: left;
  padding: 18px 25px;
  color: #606060;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 22px;
  margin-top: 20px;
}

a#toggle-estaciones.collapsed i.fas.fa-sort-down {
  border-color: #606060 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  color: transparent;
  width: 20px;
  height: 10px;
}

a#toggle-estaciones:not(.collapsed) i.fas.fa-sort-down {
  border-color: transparent transparent #606060 transparent;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  color: transparent;
  width: 20px;
  height: 10px;
}

div#listado-de-estaciones {
  background: #fff;
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  padding-bottom: 10px;
  margin-top: -18px;
  padding-top: 18px;
}

div#listado-de-estaciones .row {
  align-items: center;
}

div#listado-de-estaciones .row:not(:last-of-type) {
  border-bottom: 1px solid rgb(96 96 96 / 50%);
}

div#listado-de-estaciones p {
  color: #606060;
  font-size: 1rem;
  text-align: left;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*---
----------Ediciones anteriores-------*/

.ediciones-anteriores {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 35px;
  letter-spacing: -2px;
}

#ediciones-anteriores {
  background: #e8e8e8;
  padding-bottom: 60px;
  padding-top: 90px;
}

.ediciones-anteriores{
  padding-top:35px !important;
}


#ediciones-anteriores h2 {
  margin-bottom: 55px;
}

h3.titulo-ediciones-anteriores {
  font-size: 2rem;
  margin-top: 20px;
}

.lupa-hover-ediciones-anteriores {
  display: block;
  width: 60px;
  margin: auto;
  height:58.81px;
}

#ediciones-anteriores a{
text-decoration: none;
}

.img-ediciones-anteriores {
  padding: 8px;
  background: #fff;
  border-radius: 20px;
  width: 300px;
}

.hover-img-ediciones-anteriores {
  background: rgba(66, 182, 166,0.75);
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 303px;
  position: absolute;
  top: 0px;
  transition: all .3s;
  display: flex;
  vertical-align: middle;
  opacity: 0;
  border-radius: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.hover-img-ediciones-anteriores:hover {
  opacity: 1;
}

.mb-90 {
  margin-bottom: 90px;
}


/*---
----------Contacto--------*/
#contacto {
  /* background: #2BB7C5; */
  background-image: url(../images/banner-contacto.jpg);
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  padding: 90px 0;
  color: #fff;
  overflow: hidden;
  padding-top: 45px;  
  padding-bottom: 20px;
}

#contacto h2 {
  margin-bottom: 45px;
}
#contacto .contacto-from {
  margin-left: 50%;
}
form#contact-form {
  width: 45%;
}
form#contact-form input, form#contact-form textarea {
  border-radius: 0;
  border-color: #fff;
  outline: none!important;
  box-shadow: none!important;
  padding: 6px 15px;
  height: auto;
  margin-bottom: 10px;
}

form#contact-form textarea {
  resize: none;
}
.enviando, .enviado, .error, .otroCorreo{
  display: none;
}

div#error {
    color: #df6378;
    font-weight: 700;
}

div#error i {
    margin-right: 10px;
}

div#enviando, div#enviado {
    color: #df6378;
    font-weight: 700;
}

div#enviado i {
    margin-left: 10px;
}

.field.is-grouped {
  margin-top: 30px;
}

.control.is-expanded p {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

button.contacto-boton-enviar {
  border: 2px solid #62C3DC;
  background: #62C3DC;
  color: white;
  border-radius: 25rem;
  font-weight: 700;
  font-family: "HelveticaRounded";
  font-weight: 700;
  font-size: 1rem;
  padding: 5px 25px;
  box-shadow: none!important;
  transition: all 0.3s;
}

button.contacto-boton-enviar:hover {
  background: white;
    border-color: white;
    color: #62C3DC;
}

@keyframes rotate360 {
 to { transform: rotate(360deg); }
}

div#enviando i { 
    -moz-animation: rotate360 2s linear infinite;
    -o-animation: rotate360 2s linear infinite;
    -webkit-animation: rotate360 2s linear infinite;
    animation: 2s rotate360 infinite linear; 
}


/*:-- 
----------Footer--------------*/
footer#footer {
  padding-bottom: 25px;
}
footer .logos-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  column-gap: 50px;
  margin-bottom: 30px;
}

footer .logos_certificados {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

footer .logos_certificados div {
  position: relative;
}

footer .logos_certificados div:not(:last-of-type):after {
  content: '';
  position: absolute;
  right: 0;top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background: #23388D;
}

footer .logos_certificados div img {
  height: 70px;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.logos-footer img.logo-footer {
  width: 180px;
}

footer nav {
  justify-content: center!important;
  background: transparent!important;
}
p.copyright.center-title {
  color: #fff;
  text-align: center;
  background: #62C3DC;
  margin-bottom: 0;
  font-size: 1.2rem;
  padding-top: 30px;
  padding-bottom: 60px;
}

/*---
----------Children Winners--------*/
#winners {
  background: #FFE344;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 0;
  margin-top: -35px;
  border-radius: 60px;
  padding-top: 90px;
  padding-bottom: 35px;
  padding-left: 25px;
  padding-right: 25px;
}

.children-winner p {
  color: #606060;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1;
}

.children-winner div {
  column-gap: 20px;
  margin-top: 18px;
}

.children-winner button.open-modal {
  background: transparent;
  border: 0;
  color: #9E3C98;
  font-size: 1.25rem;
  line-height: 1;
}

.children_one, .children_two {
  margin-bottom: 25px;
}

.children_two h2 {
  color: #8F3F8F;
}

.children_three h2 {
  color: #2BB7C5;
}

.children-winner button.open-modal:hover {
  text-decoration: underline;
}
.modal_winner {
  padding-right: 0!important;
}
.modal_winner button.close {
  text-shadow: none;
  color: #fff!important;
  opacity: 1!important;
  position: relative;
  right: 25px;
  top: 15px;
}
.modal_winner .modal-dialog {
  left: 0;
  width: 100%!important;
  max-width: 100%!important;
  padding: 0;
  border: 0;
  outline: none;
  margin-left: 0;
}
.modal_winner .modal-dialog .modal-content {
  width: 100%!important;
  max-width: 100%!important;
  text-align: center;
  border: 0;
  box-shadow: none;
}
.modal_winner .modal-dialog .modal-content nav.breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding-top: 15px;
}
.modal_winner .modal-dialog .modal-content nav.breadcrumb ul {
  justify-content: center;
  padding-left: 0;
}
.modal_winner .modal-dialog .modal-content nav.breadcrumb ul li span {
    font-weight: 700;
}

.modal_winner .breadcrumb li+li::before {
    color: #fff;
}
.modal_winner .modal-img {
  width: 600px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal_winner.show {
  opacity: 1;
}

.modal_winner button.btn-close {
  text-shadow: none;
  color: #fff!important;
  opacity: 1!important;
  position: fixed;
  right: 10px;
  top: 10px;
  background: transparent;
  width: 30px;
  height: 30px;
  z-index: 1;
  box-shadow: none!important;
}

.modal_winner button.btn-close:after, .modal_winner button.btn-close:before {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background: #fff;
}

.modal_winner button.btn-close:before {
  height: 2px;
  width: 20px;
}

.modal_winner button.btn-close:after {
  height: 20px;
  width: 2px;
}


/*---
----------Media Querys--------*/
@media screen and (min-width:768px) {
  .info-header {
    margin-top: -55px;
  }  
  footer .logos-footer {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    margin-bottom: 30px;
  }
  
  footer .logos_certificados {
    flex-direction: row;
    align-items: center;
  }
  .row.subir-archivo-bases-recaptcha {
    align-items: center;
  }
}

@media screen and (min-width:992px) {
  #header-ecoconcurso {
    padding: 30px 30px 0;
  }
  .headroom--not-top #header-ecoconcurso {
    padding: 5px 30px 5px;
  }
  
  nav#menu-escritorio {
    border-top-left-radius: 25rem;
    border-bottom-left-radius: 25rem;
    display: flex;
    width: fit-content;
    position: absolute;
    right: 0;
    transform: translateX(0px);
  }
  .navbar-nav {
    align-items: center;
    float: none;
    height: 100%;
  }

  .navbar-nav > li {
      margin: 0 8px;
      position: relative;
      height: 100%;
      float: none;
      min-height: 100%;
      display: block;
  }

  a.nav-link {
      color: #23388D!important;
      font-weight: 700;
      text-align: center;
      font-size: .8rem;
      white-space: nowrap;
  }

  a.nav-link.active {
    color: #2BB7C5!important;
  }

  .navbar-nav > li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -8px;
    width: 2px;
    height: 70px;
    background: #23388D;
    top: 50%;
    transform: translateY(-50%);
  }

  #galeria-de-dibujos .wrap_gallery_swiper,
  #galeria-de-dibujos .swiper-pagination  {
    padding-left: 60px;
    padding-right: 60px;
  }
  #contacto img.boy-contact {
    transform: translateY(75px);
  }
}

@media (min-width: 1025px) {
  header #menu-movil {
    display: none;
  }
}

@media (min-width: 1200px) {
  #certificada .container {
      width: 1050px;
      max-width: 100%;
  }
  .station-image-right p {
    padding-left: 65px;
  }

  .station-image-left p {
    padding-left: 55px;
  }
  #contacto .col-md-7 {
    padding-left: 80px;
  }
  #ediciones-anteriores .container {
    width: 1140px;
  }
}

@media screen and (min-width:1400px) {
  #header-ecoconcurso {
    padding: 60px 60px 0;
  }
  .navbar-nav > li {
    margin: 0 20px;
  }
  a.nav-link {
    font-size: .9rem;
  }
  .navbar-nav > li:not(:last-child):after {
    right: -20px;
    height: 80px;
  }  
  .headroom--not-top #header-ecoconcurso {
    padding: 10px 60px 10px;
  }
  #como-participar .form-control, 
  form#contact-form input, form#contact-form textarea {
    padding: 14px 20px;
  }
}

@media (max-width:1440px) {
    header img {
        width: 280px;
    }
}

@media (max-width:1400px) {
    label.label-acepto-radio {
        text-align: left;
    }
}

@media (max-width:1199px) {
    header img {
        width: 280px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        width: 60px!important;
        height: 60px!important;
        background-size: 30px!important;
        left: -30px!important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        width: 60px!important;
        height: 60px!important;
        background-size: 30px!important;
        right: -30px!important;
    }
    #consigna img {
        max-width: 70%;
    }
    h1 {
        font-size: 3.5rem;
    }
    
    h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 2rem;
    }
    p {
        font-size: 1.25rem;
    }
    #banner .info-header h1 {
        font-size: 3rem;
    }
    .btn-large {   
        font-size: 2.5rem;
        height: 80px;
        line-height: 77px;
    }
    .station-image-left img, .station-image-right img {
        max-width: 70%;
    }
    #como-participar {
        padding: 50px 35px 0;
    }
}

@media (max-width: 1024px) {
  nav#menu-escritorio {
    display: none!important;
  }
  nav#menu-movil {
    background: transparent;
    justify-content: flex-end;
  }
  div#caja-menu-movil {
    background: #fff;
    width: 100%;
    overflow: hidden;
  }

  div#caja-menu-movil ul {
      margin-left: auto;
      margin-right: auto;
      padding: 0 12px 5px;
  }

  div#caja-menu-movil ul li a {
      color: #23388D;
      font-weight: 700;
  }

  #header-ecoconcurso {
      background: #fff;
      padding-top: 0;
      padding-bottom: 0;
  }

  #header-ecoconcurso nav#menu-movil {
      margin-bottom: 0;
      padding-bottom: 0;
      padding-top: 0;
  }

  header .container-fluid .row {
      align-items: center;
  }

  section#banner {
      margin-top: 50px;
  }
  .container-menu-icon {
	  display: inline-block;
	  cursor: pointer;
	}

	.bar1, .bar2, .bar3 {
	  	width: 35px;
	    height: 4px;
	    background-color: #525252;
	    margin: 6px 0;
	    transition: 0.4s;
	    border-radius: 10px !important
	}

	.change .bar1 {
	  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
	  transform: rotate(-45deg) translate(-9px, 6px);
	}

	.change .bar2 {opacity: 0;}

	.change .bar3 {
	  -webkit-transform: rotate(45deg) translate(-8px, -5px);
	  transform: rotate(45deg) translate(-8px, -5px);
	}
	
}

@media (min-width:768px) and (max-width:991px) {
  .container, .container-md, .container-sm {
    max-width: calc(100% - 30px);
  }
}
@media (max-width:991px) {
  #contacto {
    background-image: url(../images/banner-contacto.jpg);
    background-position: 35%;
    background-size: cover;
  }
  #contacto .contacto-from {
    margin-left: 32%;
  }
  form#contact-form {
    width: 65%;
  }
}


@media (max-width: 767px) {
  h1 {
    font-size: calc(1.9rem + 1.5vw);
  }
  h2 {
    font-size: calc(1.7rem + 1.5vw);
  }
  h3 {
    font-size: 1.5rem;
  }
  p {
    font-size: 1.2rem;
  }
  #banner .info-header h1 {
    font-size: calc(1.5rem + 1.5vw);
  }
  div#como-participar {
    padding: 30px 15px 0;
  }
  .btn-large {
    width: 100%;
    font-size: 1.5rem!important;
    line-height: 50px;
    padding: 6px 5px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50px;
  }
  button#btn_save {
    display: flex;
  }
  
  .btn-medium {
    padding: 5px 10px 7px;
    width: 100%;
    font-size: 1.2rem;
  }
  #sorteo a.btn-medium.btn-purple {
    padding: 8px 10px 5px;
  }
  .wrap_save {
      border-width: 0 0 15px 0;
      border-radius: 30px;
      width: 100%;
      margin-top: 0;
      top: auto;
  }
  .imagenInputdiv label {
    font-size: 1.5rem;
    height: 50px;
    line-height: 50px;
    background-size: 40px;
    text-indent: -10px;
    width: 100%;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 0;
  }
  
  .radio_bases {
    font-size: 1rem;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
  .imagenInputdiv {
    text-align: center;
   }
  .select2-container, .imagenInputdiv span.name_file {
    max-width: 100%;
    width: 100%;
  }

  #como-participar .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-width: 8px 8px 0 8px;
  }

  #como-participar .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-width: 0 8px 8px 8px;
  }
  #como-participar p.texto-como-participar {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  #como-participar h3, #como-participar h3.title-fathers {
      font-size: 1rem;
      margin-top: 25px;
      margin-bottom: 15px;
  }
  #como-participar h3.select-station-title {
    margin-top: 19px;
  }

  #como-participar .form-control {
    height: 50px;
  }
  #consigna {
    padding-top: 28px;
  }
  #consigna .bottles {
    margin-bottom: 60px;
  }
  #consigna p, #consigna p.p-small {
    margin-bottom: 1em;
    font-size: 1.2rem;
  }
  #consigna img {
    width: 50%;
  }
  section#form_upload_dibujo {
    padding-top: 45px;
    padding-bottom: 0;
  }
  #divider-one {
    padding-top: 20px;
    padding-bottom: 22px;
  }

  #divider-two {
      padding-top: 35px;
  }

  .send_message {
      padding-top: 5px;
      padding-bottom: 30px;
  }
    .data-children .col-name {
        order: 1;
    }
    
    .data-children .col-ci {
        order: 2;
    }
    
    .data-children .col-nacimiento {
        order: 3;
    }
    
    .data-children .col-localidad {
        order: 4;
    }
    
    .data-children .col-departamento {
        order: 5;
    }
    
    .data-children .col-escuela {
        order: 6;
    }
  .section {
    padding-left: 15px;
    padding-right: 15px;
  }
  #sorteo {
    padding-top: 55px;
  }
  #sorteo .title-sorteo {
    margin-bottom: 23px;
  }
  #sorteo p {
    margin-bottom: 28px;
  }
  section#galeria-de-dibujos {
    margin-top: 63px;
    padding-top: 28px;
    padding-bottom: 33px;
  }

  #galeria-de-dibujos h2 {
      margin-bottom: 31px;
      text-align: center;
  }

  #galeria-de-dibujos p.texto-galeria {
      margin-top: 32px;
      font-size: 1.5rem;
      margin-bottom: 13px;
  }

  #galeria-de-dibujos .swiper-pagination {
      margin-top: 55px;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next, 
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 40px!important;
    height: 40px!important;
    background-size: 20px!important;
  }
  #galeria-de-dibujos .swiper-slide {
    border-radius: 30px;
    padding: 12px;
  }

  #galeria-de-dibujos .swiper-slide figure.image.is-square {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
  }

  #galeria-de-dibujos p.image-name {
      font-size: .9rem;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
  }
  #video-explicativo {
    padding-top: 55px;
  }

  .embed-container {
      margin-top: 31px;
  }

  #certificada {
      margin-top: 17px;
      padding-top: 30px;
      padding-bottom: 40px;
  }
  .station-image-left {
    margin-bottom: 15px;
  }

  .station-image-left img, 
  .station-image-right img, 
  #what-dows-a-station p:last-of-type {
      margin-bottom: 30px;
  }

  .station-image-right {
      flex-direction: column-reverse;
  }

  .station-image-left p, .station-image-right p {
      text-align: center;
  }

  #what-dows-a-station p:not(:last-of-type) {
      margin-bottom: 32px;
  }

  #certificada h2.text-white {
      margin-bottom: 28px;
  }

  .station-image-right {
      margin-bottom: 57px;
  }

  .station-image-right p {
      margin-bottom: 0;
  }
  a#toggle-estaciones.collapsed i.fas.fa-sort-down {
    border-width: 8px 8px 0 8px;
    height: 8px;
    width: 16px;
  }
  a#toggle-estaciones:not(.collapsed) i.fas.fa-sort-down {
    border-width: 0 8px 8px 8px;
    height: 8px;
    width: 16px;
  }
  #ediciones-anteriores {
    padding-top: 55px;
    padding-bottom: 27px;
  }

  #ediciones-anteriores h2 {
      margin-bottom: 32px;
  }

  h3.titulo-ediciones-anteriores {
      margin-bottom: 30px;
  }

  .mb-90 {
      margin-bottom: 2px;
  }

  #contacto {
    padding-bottom: 27px;
    padding-top: 30px;
  }

  .field.is-grouped {
      flex-direction: column;
      margin-top: 35px;
  }

  #contacto h2 {
      margin-bottom: 32px;
      text-align: center;
  }
  .field.is-grouped .control.is-expanded {
    text-align: center;
  }
  button.contacto-boton-enviar {
    border: 2px solid #8F3F8F;
    background: #8F3F8F;
    color: #FFE344;
    display: flex;
      margin-top: 32px;
      width: 100%;
  padding: 7px 25px 4px;

  }
  
  button.contacto-boton-enviar:hover {
    background: #FFE344;
    border-color: #FFE344;
    color: #8F3F8F;
  }

  footer#footer {
      padding-top: 61px;
  }
  .logos-footer img.logo-footer {
    width: auto;
    height: 60px;
  }
  footer .logos_certificados {
    padding-top: 15px;
  }
  footer .logos_certificados div img {
      height: 40px;
      margin-left: 15px;
      margin-right: 15px;
  }

  footer .logos-footer {
      margin-bottom: 38px;
  }
  p.copyright.center-title {
    padding-bottom: 30px;
  }
  div#g-recaptcha {
    max-width: 100%;
    overflow: hidden;
  }
  div#g-recaptcha > div:first-of-type {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #galeria-de-dibujos input#search-input {
    padding: 10px 35px 10px 10px;
    font-size: .9rem;
  }
  .control.has-icons-right img {
    width: 20px;
   }
   body {
    overflow-x: hidden;
   }
   .children-winner button.open-modal {
      margin-top: 10px;
   }
   #contacto {
    background: #62C3DC;
  }
  #contacto .contacto-from {
      margin-left: auto;
  }
  form#contact-form {
      width: auto;
  }
}

@media (max-width: 375px) {
    #banner .btn-large {
        font-size: 1.2rem!important;
        min-height: 43px;
    }
    
    .btn-medium.btn-purple {
        font-size: 1rem;
        min-height: 64px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    a#toggle-estaciones {
        min-height: 122px;
    }
    
    button#btn_save {
        height: 42px;
        line-height: 40px;
        padding-top: 0;
        padding-bottom: 0;
    }
    label.label-acepto-radio:before {
        width: 40px;
        height: 40px;
    }
    
    label.label-acepto-radio:after {
        width: 25px;
        height: 25px;
        left: 8px;
        top: 50%;
    }
    #galeria-de-dibujos input#search-input {
        padding: 10px 35px 10px 10px;
        font-size: .75rem;
    }
    .control.has-icons-right img {
        right: 10px;
    }
}

@media (max-width:321px) {
    #galeria-de-dibujos input#search-input {
        padding: 10px 30px 10px 10px;
        font-size: .7rem;
    }
}
