/***
******** Root
**********************/
.primary {
  color: #2670ae;
}

.bg_primary {
  background-color: #2670ae;
}

.border_primary {
  border-color: #2670ae;
}

.secondary {
  color: #e85023;
}

.bg_secondary {
  background-color: #e85023;
}

.border_secondary {
  border-color: #e85023;
}

.text {
  color: #444040;
}

.white {
  color: #ffffff;
}

.green {
  color: #4faa38;
}

:root {
  font-size: 16px;
}

body {
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none !important;
  transition: all 0.3s ease;
}

a.bg_secondary:hover,
a.bg_secondary:focus {
  color: #ffffff;
  background: #bf4723;
}

a.bg_primary:hover,
a.bg_primary:focus {
  color: #2670ae;
  background: #ffffff;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  height: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-family: "Gotham";
  text-transform: uppercase;
  text-align: left;
  padding: 10px 15px;
  font-size: 1.15rem;
  color: #606060;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 9px 8px 0 8px;
  margin-left: -10px;
  margin-top: -4px;
  border-color: #606060 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #606060 transparent;
  border-width: 0 8px 9px 8px;
}

/***
******** Fonts
**********************/
@font-face {
  font-family: "Gotham";
  src: url(../fonts/GothamPro-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(../fonts/GothamPro.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(../fonts/Gotham_Black.otf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Cocogoose";
  src: url(../fonts/Cocogoose-light-trial.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "CoolveticaRg";
  src: url(../fonts/coolvetica-rg.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
}

p {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.65rem;
}

h2 {
  font-size: 3.75rem;
}

h3 {
  font-size: 3.5rem;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 3rem;
  }
  p {
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  br {
    display: none;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 3rem;
  }
  p {
    font-size: 1.25rem;
  }
}
/***
******** Navbar
**********************/
#header-ecoconcurso {
  position: fixed;
  width: 100%;
  top: 0px;
  padding: 0;
  z-index: 100;
}

.navbar {
  border-radius: 0px;
}
.navbar a.nav-link {
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  font-size: 1rem;
  white-space: nowrap;
}
.navbar a.nav-link.active, .navbar a.nav-link:hover {
  color: #e85023;
}

nav#menu-escritorio {
  background-color: #00457b;
  margin: 0 auto;
  padding: 2rem 2rem;
}

.headroom--not-top #header-ecoconcurso {
  background: #00457b;
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  nav#menu-escritorio {
    padding: 5px 1rem;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .navbar-nav {
    align-items: center;
    float: none;
    height: 100%;
  }
  .navbar-nav {
    align-items: center;
    float: none;
    height: 100%;
  }
  .navbar-nav > li {
    margin: 0 10px;
    position: relative;
    height: 100%;
    float: none;
    min-height: 100%;
    display: block;
  }
  a.nav-link {
    text-align: center;
    padding: 15px 10px !important;
  }
  .navbar-nav > li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -15px;
    width: 1px;
    height: 70px;
    background: #f7ac5e;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1025px) {
  header #menu-movil {
    display: none;
  }
}
@media (min-width: 1100px) {
  .navbar-nav > li {
    margin: 0 15px;
  }
}
@media (min-width: 1200px) {
  .navbar-nav > li {
    margin: 0 15px;
  }
}
@media (min-width: 1280px) {
  .a.nav-link {
    min-width: 120px;
  }
}
@media (min-width: 1400px) {
  .navbar-nav > li {
    margin: 0 15px;
  }
}
@media (max-width: 1024px) {
  #header-ecoconcurso {
    background: #00457b;
    padding: 0 0.75rem 0;
  }
  #menu-escritorio {
    display: none !important;
  }
  #header-ecoconcurso nav#menu-movil {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    background: transparent;
    justify-content: flex-end;
  }
  #header-ecoconcurso nav#menu-movil .headroom--not-top #header-ecoconcurso img {
    max-width: 100px;
    padding: 0;
  }
  #header-ecoconcurso nav#menu-movil .logo-2024-menu {
    display: inline-block !important;
    position: absolute;
    left: 0;
    width: 100px;
  }
  #header-ecoconcurso nav#menu-movil .container-menu-icon {
    display: inline-block;
    cursor: pointer;
  }
  #header-ecoconcurso nav#menu-movil .bar1,
  #header-ecoconcurso nav#menu-movil .bar2,
  #header-ecoconcurso nav#menu-movil .bar3 {
    width: 35px;
    height: 4px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 10px !important;
  }
  #header-ecoconcurso #caja-menu-movil {
    background: rgba(40, 77, 39, 0.1019607843);
    width: 100%;
    overflow: hidden;
  }
  #header-ecoconcurso #caja-menu-movil ul {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  #header-ecoconcurso #caja-menu-movil ul li a {
    color: #ffffff;
    font-weight: 700;
  }
}
/***
********  Banner
**********************/
#banner-2024 {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(154, 213, 234) 54%, rgb(45, 151, 186) 100%);
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 25px;
}
#banner-2024 .logo-2025 {
  width: 80%;
  max-width: 950px;
}
#banner-2024 .cloud-1 {
  width: 300px;
  transform: translate(-15%, -35%);
}
#banner-2024 .cloud-2 {
  position: absolute;
  top: -4%;
  right: -10%;
  width: 180px;
}
#banner-2024 .cloud-3 {
  position: absolute;
  top: 62%;
  right: -24%;
  width: 180px;
}
#banner-2024 p.title-banner {
  font-weight: 700;
  font-size: 2.15rem;
  margin-bottom: 5px;
  margin-top: 10px;
}
#banner-2024 .sub-title-banner {
  display: flex;
  align-items: center;
}
#banner-2024 .sub-title-banner a {
  padding: 3px 15px;
  border-radius: 25rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.85rem;
  z-index: 1;
}
#banner-2024 .sub-title-banner span {
  border-style: solid;
  border-radius: 0 25rem 25rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 6px 15px 6px 35px;
  margin-left: -25px;
  z-index: 0;
}
#banner-2024 .wrap_image-up {
  display: flex;
  align-items: center;
  margin-top: -85px;
}
#banner-2024 .wrap_image-up p {
  font-size: 2.1rem;
  color: #476226;
  font-weight: bold;
  margin-right: 20px;
}
#banner-2024 .wrap_image-up a {
  text-decoration: none;
  font-weight: 700;
  font-size: 2.2rem;
  padding: 0px 35px;
  border-radius: 25rem;
}

@media (min-width: 1800px) {
  #banner-2024 .logo-2025 {
    width: 94%;
    max-width: 950px;
  }
}

@media (max-width: 991px) {
  #banner-2024 .sub-title-banner span {
    font-size: 1.25rem;
    padding: 1px 15px 1px 35px;
  }
  #banner-2024 .sub-title-banner a {
    font-size: 1.15rem;
  }
}

@media (max-width: 768px) {
  #banner-2024 p.title-banner {
    line-height: 1.05;
  }
  #banner-2024 .sub-title-banner {
    flex-direction: column;
  }
  #banner-2024 .sub-title-banner a {
    width: 100%;
    text-align: center;
  }
  #banner-2024 .sub-title-banner span {
    border-radius: 0 0 30px 30px;
    padding: 22px 15px 6px 15px;
    margin: -20px auto 0;
    text-align: center;
    line-height: 1.15;
    width: 100%;
  }
  #banner-2024 .wrap_image-up {
    margin-top: 25px;
    width: 100%;
    justify-content: center;
  }
  #banner-2024 .wrap_image-up .row {
    width: 100%;
  }
  #banner-2024 .wrap_image-up .col-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #banner-2024 .cloud-1 {
    width: 200px;
  }
  #banner-2024 .cloud-2 {
    width: 120px;
  }
  #banner-2024 .cloud-3 {
    width: 120px;
    top: 50%;
  }
}
/***
********  More Information
**********************/
#more-information {
  padding-top: 55px;
}
#more-information p {
  font-size: 1.7rem;
  line-height: 1.5;
}

#form_upload_dibujo {
  padding-bottom: 5rem;
  position: relative;
  margin-top: 100px;
}

#como-participar {
  background: #00a7b4;
  border-radius: 0px;
  text-align: center;
  padding: 50px 55px 35px;
  font-weight: 700;
}
#como-participar h3 {
  font-size: 1.15rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 23px;
}
#como-participar h3.title-fathers {
  margin-bottom: 22px;
  margin-top: 10px;
}
#como-participar p {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}
#como-participar .participar__title {
  font-family: "Gotham";
  font-weight: 700;
}
#como-participar .texto-como-participar {
  font-size: 1.15rem;
  margin-top: 20px;
  margin-bottom: 12px;
  color: #fff;
}
#como-participar .form-control {
  font-family: "Gotham";
  outline: none;
  box-shadow: none !important;
  border-radius: 0px;
  padding: 10px 15px;
  height: auto;
  margin-bottom: 10px;
  border-color: #fff;
  background: #fff;
  color: #444040;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -1px;
}
#como-participar .form-control::-moz-placeholder {
  font-family: "Gotham";
  color: #444040;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
}
#como-participar .form-control::placeholder {
  font-family: "Gotham";
  color: #444040;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
}
#como-participar .requiredInput input {
  border-color: red;
}
#como-participar .imagenInputdiv {
  padding-top: 15px;
  position: relative;
  text-align: left;
}
#como-participar .imagenInputdiv input#imagenInput {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#como-participar .imagenInputdiv label {
  background-color: #ffffff;
  background-image: url(../../images/2025/upload.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position-y: 7px;
  background-position-x: calc(100% - 10px);
  border-radius: 25rem;
  padding: 5px 8px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.7rem;
  width: 250px;
  max-width: 100%;
  height: 65px;
  display: block !important;
  text-align: center;
  line-height: 55px;
  text-indent: -40px;
  margin-bottom: 0;
  color: #2bb7c5;
  transform: scale(1);
  transition: transform 0.3s;
}
#como-participar .imagenInputdiv .name_file {
  width: 250px;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin-top: 10px;
  font-weight: 400;
  font-size: 0.85rem;
}
#como-participar a.ver-bases {
  color: #23388d;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-top: 20px;
  display: inline-block;
}
#como-participar .radio_bases {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.15rem;
  position: relative;
  margin-top: 15px;
}
#como-participar .radio_bases input {
  position: absolute;
  width: 100%;
  height: 100% !important;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
#como-participar .radio_bases input:checked ~ label.label-acepto-radio:after {
  opacity: 1;
}
#como-participar .radio_bases label {
  position: relative;
  padding-left: 45px;
}
#como-participar .radio_bases label::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 100%;
}
#como-participar .radio_bases label::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #2bb7c5;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
#como-participar .send_message {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  padding-top: 30px;
  max-height: 0;
  opacity: 0;
  transition: all 0.2s ease;
}
#como-participar .wrap_save {
  position: absolute;
  max-width: 100%;
  border-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  top: 100%;
  left: 0;
  width: 100%;
}
#como-participar .wrap_save button#btn_save {
  font-family: "Gotham";
  text-transform: uppercase;
  margin: auto;
  display: block;
  border-radius: 100px;
  font-weight: 400;
  font-size: 2.8rem;
  color: #fff;
  line-height: 85px;
  position: relative;
  transition: all 0.3s;
  outline: 0 !important;
  width: 600px;
  max-width: 100%;
  height: 90px;
  text-decoration: none;
  border: 2px solid #2670ae;
  background: #2670ae;
}
#como-participar .wrap_save button#btn_save:hover {
  background: #23388d;
  border-color: #23388d;
  color: #fff;
}
#como-participar #divider-one {
  padding-top: 10px;
  padding-bottom: 13px;
}
#como-participar #divider-two {
  padding-top: 18px;
}
#como-participar #loader {
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  height: 96%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99999;
  text-align: center;
  vertical-align: middle;
  display: none;
}
#como-participar #loader span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #444040;
  font-size: 2rem;
}
#como-participar .success-modal-bg-layer {
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
  margin: auto;
  width: 96%;
  height: 96%;
  border-radius: 25px;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}
#como-participar #success {
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  padding: 15px 35px;
  border-radius: 30px;
  font-size: 24px;
  z-index: 999999;
  transition: all 0.5s ease-out;
  transform: translateY(-50px);
  visibility: hidden;
  display: none;
  bottom: 0;
  height: 100%;
  /*display: flex;*/
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#como-participar #success span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 3rem;
    color: #444040;
    cursor: pointer;
}
#como-participar #success .title {
  color: #00457b;
  font-size: 3rem;
  font-weight: 700;
  color: #2670ae;
}
#como-participar #success .title + p.subtitle {
  margin-bottom: 0;
}
#como-participar #success .subtitle {
  color: #444040;
  font-size: 1.5rem;
}
#como-participar #success .btn-purple {
  border-color: #2670ae;
  background: #2670ae;
  color: white;
}

.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;
}

.divider {
  border-top: 1px solid #fff;
}

#sorteo {
  position: relative;
  padding: 50px 0;
}
#sorteo .sorteo__drawing {
  width: 600px;
  position: absolute;
  left: 5%;
  top: 120px;
  z-index: 1;
}
#sorteo .sorteo__wrapper {
  display: flex;
  justify-content: right;
  flex-direction: row;
}
#sorteo .sorteo__wrapper .sorteo__content {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#sorteo .sorteo__button {
  border-style: solid;
  background-color: #2670ae;
  border-radius: 50px;
  padding: 0.7rem 2rem;
  color: white;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 1.25rem;
  transform: scale(1);
  transition: transform 0.3s;
}
#sorteo .sorteo__button:hover {
  background-color: #23388d;
}

@media (min-width: 1600px) {
  #sorteo .sorteo__drawing {
    max-width: 600px;
  }
}

@media (min-width: 1300px) and (max-width: 1470px) {
  #sorteo .sorteo__drawing {
    width: 500px;
  }
}

@media (max-width: 1300px) {
  #sorteo .sorteo__drawing {
    left: 0;
    max-width: 40%;
  }
}
@media (max-width: 1024px) {
    #more-information p {
        font-size: 1.5rem;
    }
}
@media (max-width: 768px) {
  #more-information {
    padding-top: 10px;
  }
  #como-participar {
    padding: 50px 25px 35px;
  }
  #como-participar .subir-archivo-bases-recaptcha {
    align-items: center;
  }
  #como-participar .imagenInputdiv {
    text-align: center;
  }
  #como-participar .imagenInputdiv label {
    margin: 0 auto;
  }
  #como-participar .radio_bases label {
    font-size: 1.15rem;
  }
  #como-participar .select2-container {
    width: 100% !important;
  }
  #como-participar .wrap_save button#btn_save {
    font-size: 2rem;
  }
  #sorteo .sorteo__drawing {
    position: relative;
    left: 0;
    right: 0;
    max-width: 90%;
    margin: 0 auto;
    top: 0px;
    grid-row: 1;
  }
  #sorteo .sorteo__wrapper .sorteo__content {
    width: 100%;
  }
  #sorteo .sorteo__wrapper .sorteo__content p br {
    display: none;
  }
  #sorteo .sorteo__button {
    text-align: center;
  }
}
/********  Galery
**********************/
#galeria-de-dibujos {
  background: #8bd2f4;
  padding: 90px 20px;
}
#galeria-de-dibujos h2 {
  font-weight: 900;
}
#galeria-de-dibujos .subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
#galeria-de-dibujos .wrap_search {
  width: 100%;
}
#galeria-de-dibujos .wrap_search input {
  border: 2px solid #2670ae;
  border-radius: 15px;
  background: transparent;
  padding: 10px 60px 10px 30px;
  height: auto;
  color: #2670ae;
  width: 100%;
  max-width: 100%;
  outline: none !important;
}
#galeria-de-dibujos .wrap_search input::-moz-placeholder {
  color: #2670ae;
}
#galeria-de-dibujos .wrap_search input::placeholder {
  color: #2670ae;
}
#galeria-de-dibujos .wrap_search img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}
#galeria-de-dibujos .swiper-slide {
  background: #ffffff;
  border-radius: 30px;
  padding: 15px;
}
#galeria-de-dibujos .swiper-slide:hover:before {
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  background: url(../../images/2025/lupa.svg);
  background-size: 70px 70px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 15px;
  z-index: 3;
  cursor: pointer;
  transition: all 0.3s !important;
}
#galeria-de-dibujos .swiper-slide:hover:after {
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  background: #2670ae;
  opacity: 0.9;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 30px;
  transition: all 0.3s !important;
}
#galeria-de-dibujos .swiper-slide figure.image.is-square {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
  padding-top: 80%;
  position: relative;
}
#galeria-de-dibujos .swiper-slide figure.image.is-square img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#galeria-de-dibujos .swiper-slide p.image-name {
  color: #2670ae;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
#galeria-de-dibujos .swiper-pagination {
  margin-top: 65px;
  position: relative;
}
#galeria-de-dibujos .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  opacity: 0.8;
  margin: 0 4px;
}
#galeria-de-dibujos .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, #galeria-de-dibujos .swiper-pagination .swiper-pagination-bullet:hover {
  background: #2670ae;
}

.is-hidden {
  display: none !important;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../../images/2025/angle-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/2025/angle-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;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.modal.is-active {
  display: flex;
}
.modal .modal-background {
  background-color: rgba(10, 10, 10, 0.86);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.modal .modal-content::-webkit-scrollbar {
  width: 0;
}
.modal .modal-content img {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  max-width: 100%;
  height: auto;
}
.modal nav.breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 0.75rem 1rem;
}
.modal nav.breadcrumb ul {
  padding-left: 0;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.modal nav.breadcrumb ul span {
  color: #ffffff;
  padding: 0 1rem;
}
.modal nav.breadcrumb ul li + li:before {
  color: #b5b5b5;
  content: "/";
}
.modal .delete,
.modal .modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
  position: fixed;
  right: 20px;
  top: 20px;
  background: 0 0;
  -webkit-appearance: none;
  border: none;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
}
.modal .delete::before,
.modal .modal-close::before {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
  height: 2px;
  width: 50%;
}
.modal .delete::after,
.modal .modal-close::after {
  height: 50%;
  width: 2px;
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

@media (min-width: 992px) {
  #galeria-de-dibujos .wrap_gallery_swiper,
  #galeria-de-dibujos .swiper-pagination {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  #galeria-de-dibujos .swiper-button-prev,
  #galeria-de-dibujos .swiper-container-rtl .swiper-button-next {
    width: 60px !important;
    height: 60px !important;
    background-size: 30px !important;
    left: -30px !important;
  }
  #galeria-de-dibujos .swiper-button-next,
  #galeria-de-dibujos .swiper-container-rtl .swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    background-size: 30px !important;
    right: -30px !important;
  }
}
/********  Galery
**********************/
#video-explicativo {
  padding: 80px 0 95px;
}
#video-explicativo .embed-container {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
#video-explicativo .embed-container .wrap_video {
  position: relative;
  padding-top: 56.26%;
}
#video-explicativo .embed-container .wrap_video iframe {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  margin: 0;
  box-sizing: border-box;
}

/********  Estacion
**********************/
#certificada {
  background: #9abb4d;
  text-align: center;
  padding: 65px 0 120px;
  position: relative;
}
#certificada .station {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding-top: 50px;
}
#certificada .station .station-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}
#certificada .station .station-image img {
  width: 350px;
}
#certificada .station .station-image.station-image-left {
  margin-bottom: 60px;
}
#certificada .station .station-image.station-image-right {
  margin-bottom: 90px;
}
#certificada .station .station-image p {
  font-weight: 700;
  text-align: left;
  width: 350px;
  max-width: 100%;
  margin: 20px auto 0;
  font-size: 1.45rem;
}
#certificada .arbusto {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 350px;
  max-width: 100%;
}
#certificada .arbusto_left {
  left: 0;
}
#certificada .arbusto_right {
  right: 0;
}

a#toggle-estaciones {
  background: #ffffff;
  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: #444040;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 25rem;
  margin-top: 20px;
}
a#toggle-estaciones i.fas.fa-sort-down {
  border-width: 10px 10px 0 10px;
  border-color: #444040 transparent transparent transparent;
  border-color: transparent transparent #444040 transparent;
  border-width: 0 8px 9px 8px;
  border-style: solid;
  color: transparent;
  width: 20px;
  height: 10px;
}

#listado-de-estaciones {
  background: #ffffff;
  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;
}
#listado-de-estaciones .row {
  align-items: center;
}
#listado-de-estaciones .row:not(:last-of-type) {
  border-bottom: 1px solid rgba(96, 96, 96, 0.5);
}
#listado-de-estaciones p {
  color: #444040;
  font-size: 1rem;
  text-align: left;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 1280px) {
  #certificada .arbusto {
    width: 200px;
  }
}
@media (max-width: 991px) {
  #certificada .station {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #certificada .station .station-image {
    width: 90%;
  }
  #certificada .station .station-image p {
    width: 100%;
    text-align: center;
  }
}
/********  Old editions
**********************/
#ediciones-anteriores {
  padding: 90px 0 10px;
  z-index: 1;
}
#ediciones-anteriores a {
  text-decoration: none;
  display: flex;
  position: relative;
  flex-flow: column;
  row-gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}
#ediciones-anteriores a .img-ediciones-anteriores {
  padding: 8px;
  background: #ffffff;
  border-radius: 0px;
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#ediciones-anteriores a .hover-img-ediciones-anteriores {
  background: #2670ae;
  width: 100%;
  height: 300px;
  max-width: 300px;
  max-height: 100%;
  position: absolute;
  top: 0px;
  transition: all 0.3s;
  display: flex;
  vertical-align: middle;
  opacity: 0;
  border-radius: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#ediciones-anteriores a .hover-img-ediciones-anteriores:hover {
  opacity: 0.9;
}
#ediciones-anteriores a .lupa-hover-ediciones-anteriores {
  display: block;
  width: 60px;
  margin: auto;
  height: 58.81px;
}
#ediciones-anteriores a h3.titulo-ediciones-anteriores {
  font-size: 1.75rem;
  margin-top: 5px;
  color: #444040;
}

/******** Contact
**********************/
#contacto {
  background-image: url(../../images/2025/contact.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #444040;
  overflow: hidden;
  padding: 220px 0 90px;
  margin-top: 45px;
}
#contacto .contacto-from {
  margin-left: 50%;
}
#contacto h2 {
  margin-bottom: 45px;
}
#contacto form#contact-form {
  width: 45%;
}
#contacto form#contact-form .field:not(:last-child) {
  margin-bottom: 0.75rem;
}
#contacto form#contact-form input,
#contacto form#contact-form textarea {
  text-transform: uppercase;
  border-radius: 0;
  border-color: #ffffff;
  outline: none !important;
  box-shadow: none !important;
  padding: 6px 15px;
  height: auto;
  margin-bottom: 10px;
  color: #444040;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  max-width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  box-shadow: none;
  display: inline-flex;
  line-height: 1.5;
  position: relative;
  vertical-align: top;
}
#contacto form#contact-form input::-moz-placeholder, #contacto form#contact-form textarea::-moz-placeholder {
  color: #444040;
  font-size: 1rem;
  font-weight: 700;
}
#contacto form#contact-form input::placeholder,
#contacto form#contact-form textarea::placeholder {
  color: #444040;
  font-size: 1rem;
  font-weight: 700;
}
#contacto .control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}
#contacto p.form-p {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
#contacto button.contacto-boton-enviar {
  border: 2px solid #2670ae;
  background: #2670ae;
  color: #ffffff;
  border-radius: 25rem;
  font-weight: 700;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 10px 45px;
  box-shadow: none !important;
  transition: all 0.3s;
  height: auto;
}
#contacto .field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
#contacto .field.is-grouped .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.enviando,
.enviado,
.error,
.otroCorreo {
  display: none;
}

div#enviando,
div#enviado {
  color: #df6378;
  font-weight: 700;
}

div#error i {
  margin-right: 10px;
}

@media (min-width: 1400px) {
  #como-participar .form-control,
  #contacto form#contact-form input,
  #contacto form#contact-form textarea {
    padding: 14px 20px;
  }
}
@media (max-width: 991px) {
  #contacto {
    background-position: 30% center;
  }
  #contacto .contacto-from {
    margin-left: 32%;
  }
  #contacto .contacto-from form#contact-form {
    width: 65%;
  }
}
@media (max-width: 767px) {
  #contacto {
    background: #8bd2f4;
    padding: 40px 0 40px;
  }
  #contacto .contacto-from {
    margin-left: auto;
  }
  #contacto .contacto-from form#contact-form {
    width: 100%;
  }
  #contacto .field.is-grouped {
    flex-direction: column;
    margin-top: 35px;
  }
  #contacto .field.is-grouped .control.is-expanded {
    text-align: center;
  }
  #contacto .field.is-grouped button.contacto-boton-enviar {
    margin-top: 32px;
    width: 100%;
    padding: 7px 25px 4px;
  }
  #footer .logos-footer {
    margin-bottom: 38px;
  }
  #footer .logos-footer img.logo-footer {
    width: auto;
    height: 60px;
  }
  #footer .logos-footer .logos_certificados {
    padding-top: 15px;
  }
  #footer .logos-footer .logos_certificados img {
    height: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
/******** Footer
**********************/
#footer {
  padding: 3rem 1.5rem 30px;
  margin-bottom: 0;
}
#footer .logos-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-bottom: 30px;
}
#footer .logos-footer img.logo-footer {
  width: 420px;
}
#footer .logos_certificados {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#footer .logos_certificados img {
  height: 105px;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}
#footer a.nav-link {
  color: #23388d;
  font-weight: 700;
}
#footer nav {
  justify-content: center;
  background: transparent;
}
#footer nav li:not(:last-child):after {
  background: #23388d;
  font-weight: 700;
}

p.copyright.center-title {
  position: relative;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  background: #c5d86f;
  margin-bottom: 0;
  font-size: 1.2rem;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  z-index: 1;
}

@media (min-width: 768px) {
  footer#footer .logos-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-bottom: 30px;
  }
  footer#footer .logos_certificados {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    align-items: center;
    float: none;
    height: 100%;
  }
}
@media (min-width: 1100px) {
  .navbar-nav > li {
    margin: 0 15px;
  }
}
@media (min-width: 1200px) {
  .navbar-nav > li {
    margin: 0 20px;
  }
}
@media (min-width: 1400px) {
  .navbar-nav > li {
    margin: 0 25px;
  }
}