/****
****** Fonts
******************************/
@font-face {
    font-family: "Cocogoose";
    src: url(fonts/Cocogoose.otf) format('opentype');
    font-weight: bold;
    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;
}

/****
****** Color
******************************/

:root {
    --primary: #2670ae;
    --primary-lighten: #8bd2f4;
    --secondary: #EE7D58;
    --secondary-light: #e69275;
    --green: #4faa38;
    --green-lighten: #c5d86f;
    --white: #ffffff;
}

/****
****** Body
******************************/
body {
    overflow: hidden;
}

/****
****** Typography
******************************/
h2 {
    color: #2670ae;
    font-size: calc((3.2 - 1) * 1.2vw + 1rem);
}

h3 {
    color: #444040;
    font-size: calc((1.9 - 1) * 1.2vw + 1rem);
    line-height: 1.15;
}

p {
    font-size: calc((1.6 - 1) * 1.2vw + 1rem);
    line-height: 1.15;
}


/****
****** Menu
******************************/
#header-ecoconcurso {
    position: fixed;
    width: 100%;
    top: 0px;
    padding: 0;
    z-index: 100;
}
nav#menu-escritorio {
    background-color: #00457B;
    border-radius: 25rem;
    margin: 50px auto 0;
    padding: 2rem 2rem;
}

.headroom--not-top #header-ecoconcurso {
    background: #00457B;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
}

.headroom--not-top #header-ecoconcurso nav#menu-escritorio {
    margin-bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: hsl(132deg 39% 18% / 0%);
    justify-content: center;
    border-radius: 0;
    margin-top: 0;
}

.headroom--not-top #header-ecoconcurso .container:after {
    opacity: 0;
}

@media (min-width:1025px) {
    #header-ecoconcurso .container:after {
        content: "";
        position: absolute;
        top: -35px;
        left: 0;
        width: 280px;
        height: 100px;
        background: url(https://www.ecoconcurso.com.uy/images/2024/nube.svg)   center bottom no-repeat;
        background-size: 100%;
    }
    
}

/****
****** Banner
******************************/

#banner-2024 {
    /*background-image: url(../images/2024/banner-eco_2024.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;*/
    position: relative;
    padding-top: 100px;
    background-color: #9FD7ED;
    overflow: hidden;
}

#banner-2024:before {
    content: "";
    position: absolute;
    top: 23%;
    left: -8%;
    width: 170px;
    height: 100px;
    background: url(https://www.ecoconcurso.com.uy/images/2024/nube.svg)   center bottom no-repeat;
    background-size: contain;
}

#banner-2024:after {
    content: "";
    position: absolute;
    top: 5%;
    right: -9%;
    width: 200px;
    height: 150px;
    background: url(https://www.ecoconcurso.com.uy/images/2024/nube.svg)   center bottom no-repeat;
    background-size: contain;
}

.logo-2024 {
    width: 600px;
    padding-bottom: 2.25rem;
}

#banner-2024 h3.title-banner {
    background: url(https://www.ecoconcurso.com.uy/images/2024/linea-text-banner.svg) left bottom no-repeat;
    background-size: 52%;
    padding-bottom: 20px;
    font-family: "Cocogoose";
}

.bottom_children {
    margin-top: -12rem;
}

.image-up {
    background: #EE7D58;
    border-radius: 100%;
    width: 280px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transform: scale(1);
    transition: transform 0.3s;
    backface-visibility: hidden;
    -webkit-filter: blur(0);
}

.image-up:hover {
    transform: scale(1.02);
    text-decoration: none;
}

/*.image-up a {
    text-align: center;
    text-decoration: none;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}*/

.image-up * {
    color: #fff;
    text-align: center;
    line-height: 1;
}

.image-up h2 {
    font-size: calc((4 - 1) * 1.2vw + 1rem);
}

.wrap_image-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (min-width: 1024px) {
    #banner-2024 h3 {
        max-width: 60%;
    }
}

.btn-purple {
    border-color: var(--secondary, #EE7D58);
    background: var(--secondary, #EE7D58);
    color: white;
}

/****
****** More information
******************************/
.more-information {
    background: white;
    padding-top: 2rem;
    z-index: 10;
    text-align: center;
}

.paragraph--important {
    color: var(--primary,#2670ae);
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    background: #9FD7ED;
    border-radius: 25rem;
    padding: 1rem 0;
}

/****
****** FORM
******************************/

.form-section {
    background-color: white;
}
.form-section .text-center {
    margin-bottom: 80px;
}
.form-section .text-center p {
    font-size: 1.8rem;
    margin-bottom: 30px;
}
.form-section .text-center p:nth-child(2) {
    color: #046697;
    font-weight: 700;
}

#form_upload_dibujo {
    padding-bottom: 5rem;
}

#como-participar {
    background: #00457B;
    border-radius: 25px;
    text-align: center;
    padding: 50px 55px 35px;
    font-weight: 700;
}

.participar__title {
    font-family: 'GothamPro';
    font-weight: bold;
}

#como-participar p.texto-como-participar {
    font-size: 1rem;
    margin-top: 30px;
    margin-bottom: 25px;
    color: #fff;
}

#como-participar h3 {
    font-size: 1rem;
    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: 5px;
    padding: 10px 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;
}

#como-participar p {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
}

#divider-one {
    padding-top: 10px;
    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: #EE7D58;
    background-image: url(../images/2024/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: #FFFFFF;
    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: #ffffff;
    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: var(--primary, #2670ae);
    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;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    padding-top: 30px;
    max-height: 0;
    opacity: 0;
    transition: all 0.2s ease;
}

.wrap_save {
    position: absolute;
    max-width: 100%;
    border-radius: 60px;
    margin-left: auto;
    margin-right: auto;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.form__button--save {
    border-radius: 25rem;
    width: 600px;
    max-width: 100%;
    height: 90px;
    font-family: 'GothamPro';
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 85px;
    border: 2px solid var(--secondary, #2670ae);
    background: var(--secondary, #2670ae);
    color: white;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
}

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: var(--secondary-light, #8bd2f4);
    color: #FFFFFF;
    border-color: var(--secondary-light, #8bd2f4);
}

.select2-container {
    max-width: 100%;
}

#como-participar:before {
    content: "";
    position: absolute;
    right: 15%;
    top: -50px;
    width: 120px;
    height: 100px;
    background: url(../images/2024/nube-azul.svg) center no-repeat;
}

#como-participar:after {
    content: "";
    position: absolute;
    left: -50px;
    top: 60px;
    width: 120px;
    height: 100px;
    background: url(../images/2024/nube-azul.svg) center no-repeat;
}

#como-participar #form-user:before {
    content: "";
    position: absolute;
    right: -90px;
    bottom: 25%;
    width: 120px;
    height: 100px;
    background: url(../images/2024/nube-azul.svg) center no-repeat;
}

#como-participar #form-user:after {
    content: "";
    position: absolute;
    left: -70px;
    bottom: 5%;
    width: 120px;
    height: 100px;
    background: url(../images/2024/nube-azul.svg) center no-repeat;
}

.blue_cloud {
    position: absolute;
    right: -40px;
    width: 180px;
    bottom: -65px;
}

/****
****** SORTEO
******************************/

.sorteo {
    background-color: white;
    padding: 120px 0;
}

.sorteo__wrapper {
    display: flex;
    justify-content: right;
    flex-direction: row;
    
}
.sorteo__wrapper .sorteo__content{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sorteo__drawing {
    width: 650px;
    position: absolute;
    left: 5%;
    top: 120px;
    z-index: 1;
}

#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;
}

#sorteo .sorteo__content h2 {
    margin-bottom: 35px;
    font-weight: 700;
}

.sorteo__button {
    background-color: var(--secondary,#2670ae);
    border-radius: 50px;
    padding: 0.7rem 2rem;
    color: white;
    text-decoration: none;
    display: block;
    width: fit-content;
    font-weight: 700;
    font-size: 1.25rem;
    transform: scale(1);
    transition: transform 0.3s;
}

.sorteo__button:hover {
    text-decoration: none;
    background-color: var(--secondary,#2670ae);
    color: white;
    transform: scale(1.02);
} 

/****
****** GALERIA
******************************/
#galeria-de-dibujos {
    background: #97BE4A;
    padding: 90px 20px;
}

#galeria-de-dibujos .swiper-slide {
    background: #fff;
    border-radius: 30px;
    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;
    font-family: "CoolveticaRg";
    position: relative;
    z-index: 2;
}

#galeria-de-dibujos .swiper-slide:hover p.image-name {
    color: #fff;
}

.arbusto_left {
    position: absolute;
    width: 450PX;
    left: -5%;
    top: -310px;
    z-index: 1;
}

.arbusto_right {
    position: absolute;
    top: -170px;
    right: -1%;
    width: 210px;
}

.galeria__title {
    color: #ffffff;
    margin-bottom: 3px;
}

#galeria-de-dibujos .wrap_search {
    width:100%;
}

.galeria__description {
    color: var(--white, #ffffff);
    font-size: 1.5rem;
    text-align: center;
    margin-top: 28px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/2024/angle-white-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/2024/angle-white-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: 16px;
    height: 16px;
    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: var(--secondary, #EE7D58);
}

.swiper-slide:hover:before {
    width: 100%;
    height: 100%;
    display: block;
    content: " ";
    background: url(../images/2024/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 .3s !important;
}

.swiper-slide:hover:after {
    width: 100%;
    height: 100%;
    display: block;
    content: " ";
    background: var(--secondary, #EE7D58);
    opacity: .9;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 30px;
    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 var(--white, #ffffff);
    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: var(--white, #ffffff);
}

#galeria-de-dibujos .center-title.no-results {
    text-align: center;
}

#galeria-de-dibujos .center-title.no-results h3 {
    color: var(--white, #ffffff);
}

span.select2.select2-container.select2-container--default, div#g-recaptcha {
    margin-bottom: 0.5rem;
}


/*---
----------Video Explicativo--------*/

#video-explicativo {
    padding: 80px 0 0px;
    /*padding: 250px 0 0px;*/
    background: #9FD7ED;
}

.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;
}

.fondo-aves {
    margin-top: -160px;
}


/*---
----------Estacion certificada--------*/
#certificada {
    background: var(--green-lighten, #9ABB4D);
    text-align: center;
    padding: 90px 0;
}
#certificada .station {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
#certificada .container {
    width: 1050px;
    max-width: 100%;
    z-index: 2;
}

#certificada h2.text-white {
    margin-bottom: 45px;
}

#what-dows-a-station p:not(:last-of-type) {
    margin-bottom: 40px;
}

#what-dows-a-station p {
    width: 920px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#what-dows-a-station p:last-of-type {
    margin-bottom: 65px;
}

.station-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.station-image p{
    margin-top: 30px;
}
.station-image-left p, .station-image-right p {
    text-align: left;
    font-weight: 700;
    font-size: calc((1.4 - 1) * 1.2vw + 1rem);
}
.img-footer-left{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
}
.img-footer-right{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
}
.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: 25rem;
    margin-top: 20px;
}
/*#toggle-estaciones:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}*/

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;
    letter-spacing: -2px;
}

#ediciones-anteriores {
    background: url(../images/2024/banner-edicion-anterior2_2024.jpg) top center no-repeat #9FD7ED;
    background-size: 100%;
    padding: 90px 0 10px;
    z-index: 1;
}

.ediciones-anteriores{
    padding-top:35px !important;
}

#ediciones-anteriores h2{
    color: #2670AE;
    font-weight: 700;
}

h3.titulo-ediciones-anteriores {
    font-size: 2rem;
    margin-top: 5px;
    color: #00457B;
}

.lupa-hover-ediciones-anteriores {
    display: block;
    width: 60px;
    margin: auto;
    height:58.81px;
}

#ediciones-anteriores a {
    text-decoration: none;
    display: flex;
    position: relative;
    flex-flow: column;
    row-gap: 1rem;
    align-items: center;
    margin-bottom: 2rem;
}

.img-ediciones-anteriores {
    padding: 8px;
    background: #fff;
    border-radius: 20px;
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.hover-img-ediciones-anteriores {
    background: var(--secondary, #EE7D58);
    width: 100%;
    height: 300px;
    max-width: 300px;
    max-height: 100%;
    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: .9;
}

.mb-90 {
    margin-bottom: 90px;
}

/*---
----------Contacto--------*/
#contacto {
   background-image: url(../images/2024/banner-contacto_2024.jpg);
   background-position: top center;
   background-size: cover;
   background-repeat: no-repeat;
   color: #444040;
   overflow: hidden;
   padding: 220px 0 90px;
   margin-top: -75px;
}

#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;
    font-weight: 700;
}

button.contacto-boton-enviar {
    border: 2px solid var(--secondary, #EE7D58);
    background: var(--secondary, #EE7D58);
    color: white;
    border-radius: 25rem;
    font-weight: 700;
    font-family: "HelveticaRounded";
    font-weight: 700;
    font-size: 1.25rem;
    padding: 10px 45px;
    box-shadow: none!important;
    transition: all 0.3s;
    height: auto;
}

button.contacto-boton-enviar:hover {
    background: var(--secondary-light, #2670ae);
    border-color: var(--secondary-light, #2670ae);
    color: white;
}

@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: 30px;
    margin-bottom: 0;
}

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: 105px;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
}
footer a.nav-link {
    color: #00457B!important;
}
footer .navbar-nav > li:not(:last-child):after {
    background: #00457B;
    font-weight: 700;
}

.logos-footer img.logo-footer {
    width: 420px;
}

footer nav {
    justify-content: center!important;
    background: transparent!important;
}
footer .navbar-nav .nav-link{
    font-weight: 700 !important;
}

p.copyright.center-title {
    position: relative;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #97be4b;
    margin-bottom: 0;
    font-size: 1.2rem;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    z-index: 1;
}





/*---
----------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: var(--primary, #2670ae);
}

.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 QUERIES
*/

@media screen and (min-width: 768px) {
    .info-header {
        margin-top: -55px;
    }  
    footer .logos-footer {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        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) {

.caja-menu-movil .navbar-nav {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.caja-menu-movil .navbar-nav > li:not(:last-child):after {
    display: none;
}

.caja-menu-movil .navbar-nav a {
    font-size: 16px;
}

nav#menu-escritorio {
    display: flex;
    width: 100%;
    justify-content: center;
}
.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 {
    color: #ffffff!important;
    font-weight: 500;
    text-align: left;
    font-size: .9rem;
    white-space: nowrap;
}

a.nav-link.active {
    color: var(--secondary)!important;
}

.navbar-nav > li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -10px;
    width: 1px;
    height: 70px;
    background: #ffffff;
    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;
    }
    
    #caja-menu-movil {
        display: none;
    }
    #banner-2024 {
        padding-top: 200px;
    }
}
@media screen and (min-width: 1100px) {
    .navbar-nav > li {
        margin: 0 15px;
    }
    .navbar-nav > li:not(:last-child):after {
        right: -15px;
    }
}
@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;
    }
    .navbar-nav > li {
        margin: 0 20px;
    }
    .navbar-nav > li:not(:last-child):after {
        right: -20px;
    }
}

@media screen and (min-width: 1300px){
   
.navbar-nav > li {
    margin: 0 25px;
    }
    .navbar-nav > li:not(:last-child):after {
        right: -25px;
    }
}
@media screen and (min-width:1400px) {
    .navbar-nav > li {
        margin: 0 25px;
    }
    .navbar-nav > li:not(:last-child):after {
        right: -35px;
    }
    a.nav-link {
        font-size: 1.15rem;
    }
    .navbar-nav > li:not(:last-child):after {
        right: -35px;
        height: 70px;
    }  
    /* .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 (min-width:1600px) {
    .logo-2024 {
        width: 780px;
    }
    .image-up {
        width: 360px;
        height: 360px;
    }
    .image-up h2 {
        font-size: calc((5 - 1) * 1.2vw + 1rem);
    }
    #banner-2024:after {
        width: 300px;
        height: 250px;
    }
    #banner-2024:before {
        left: -10%;
        width: 270px;
        height: 200px;
    }
    .sorteo__drawing {
        max-width: 650px;
    }


}


@media (max-width:1599px) {
    #header-ecoconcurso {
        padding: 0;
    }
    
    #banner-winner .banner__content {
        margin-top: 400px;
    }

}


@media (max-width:1440px) {
    header img {
        max-width: 280px;
    }
    .logo-win {
        max-width: 25%;
    }
}

@media (max-width: 1400px) {

    .more-information .container {
        margin-top: 1rem;
    }

    label.label-acepto-radio {
        text-align: left;
    }

    .banner__content {
        padding-left: 4rem;
    }
    
    
}

@media (max-width:1300px) {
    .arbusto_left {
        width: 350PX;
        left: -5%;
        top: -220px;
    }
    
    .arbusto_right {
        top: -150px;
        right: -1%;
        width: 180px;
    }
    .sorteo__drawing {
        left: -2%;
    }
}

@media (max-width: 1199px) {
    .sorteo__drawing {
        width: 450px;
    }
    
    header img {
        max-width: 130px;
        padding: 0.25rem 0;
    }

    .banner__footer {
        flex-flow: column;
        row-gap: 10rem;
    }

    .banner-footer__board {
        order: 2;
        align-self: center;
    }

    .banner-footer__description {
        text-align: center;
        font-size: 2.5rem;
    }

    .banner-footer__board-content {
        font-size: 1.8rem;
    }

    #header-ecoconcurso {
        padding: 0;
    }

    .banner__title {
        font-size: 4rem;
    }

    .banner__tree {
        right: 0%;
    }

    .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 35px;
    }
    
    #banner-winner .banner__content {
        margin-top: 320px;
    }
    
    #banner-winner h3 {
        transform: translateX(-50px);
    }
    
    .btn-win {
        font-size: 2rem;
    }
    
    .btn-win small {
        font-size: 1.15rem;
    }
    .fondo-aves {
        margin-top: -60px;
    }


}

@media (max-width: 1024px) {
    .logo-2024-menu {
        display: inline-block!important;
        position: absolute;
        left: 0;
        width: 100px;
    }

    nav#menu-escritorio {
        display: none!important;
    }

    .headroom--not-top #header-ecoconcurso img {
        max-width: 100px;
        padding: 0;
    }
    
    .menu-escritorio__wrapper {
        align-self: center;
    }

    nav#menu-movil {
        background: transparent;
        justify-content: flex-end;
    }
    div#caja-menu-movil {
        background: #284d271a;
        width: 100%;
        overflow: hidden;
    }

    div#caja-menu-movil ul {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    div#caja-menu-movil ul li a {
        color: white;
        font-weight: 700;
    }

    #header-ecoconcurso {
        background: #00457B;
        padding: 0 .75rem 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;
        background-size: 150%;
    }
    .container-menu-icon {
        display: inline-block;
        cursor: pointer;
    }

    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 4px;
        background-color: white;
        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);
    }

    .banner__content {
        top: 30%;
    }
    
}

@media (min-width: 768px) and (max-width: 991px) {
    .container, .container-md, .container-sm {
        max-width: calc(100% - 30px);
    }
    
    .fondo-aves {
        margin-top: -60px;
    }
}

@media (max-width: 991px) {
    .arbusto_right {
        top: -115px;
        width: 150px;
    }
    
    #banner-winner .btn-win:last-of-type {
        margin-bottom: 20px;
    }
    
    .banner-footer__board:nth-of-type(odd) > .banner-footer__board-content {
        transform: rotate(-2deg) translateX(0);
    }
    
    .banner-footer__board:nth-of-type(odd) > .banner-footer__board-background {
        transform: rotate(-2deg) translateX(-50%);
    }
    
    /* Even numbers */
    .banner-footer__board:nth-of-type(even) > .banner-footer__board-content {
        transform: rotate(-2deg) translateX(0);
    }
    
    .banner-footer__board:nth-of-type(even) > .banner-footer__board-background {
        transform: rotate(-2deg) translateX(-50%);
    }
    
    .banner__content {
        padding-left: 50px;
        top: 30%;
        transform: translateY(0);
        z-index: 5;
    }
    .banner__content img.logo {
        width: 40%;
        transform: translateY(55px);
    }

    .banner__content br{
        display: none;
    }
    .banner__content  {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-bottom: 100px;
    }
    .banner__content .banner-footer h3 span {
        display: block;
        text-align: center;
    }
    .banner__content .banner_footer_link {
        text-align: center;
        margin-top: 50px;
    }
    .banner__content .banner_footer_link p {        
        margin-bottom: 15px;
    }
    .sorteo br{
        display: none;
    }

    #certificada .station {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .sorteo__drawing {
        max-width: 350px;
        order: 2;
        top: 180px;
    }

    .sorteo__content {
        order: 1;
    }
    .img-footer-left,  .img-footer-right {
        width: 25%;
        max-width: 100px;
    }
    #certificada .station-image-left p, #certificada .station-image-right p {
        text-align: center;
    }

    .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;
    }
    
    .select2-container, .imagenInputdiv span.name_file {
        max-width: 100%;
        width: 100%;
    }
    #contacto {
        background-image: url(../images/2023/banner-contacto.jpg);
        background-position: 35%;
        background-size: cover;
    }
    #contacto .contacto-from {
        margin-left: 32%;
    }
    form#contact-form {
        width: 65%;
    }
    #banner-winner h3 {
        transform: none;
        width: 350px;
        margin-left: 0;
    }
    
    #banner-winner {
        margin-top: 35px;
    }
    
    .content-logo {
        top: 50px;
        padding-left: 3.05rem;
    }
    
    img.cert {
        right: auto;
        left: auto;
        position: relative;
        margin-left: auto;
        margin-right: 3rem;
        margin-bottom: 30px;
        display: block;
        width: 250px;
    }
    
    #banner-winner .banner__content {
        margin-top: 300px;
        padding-bottom: 10px;
    }
    
    .f-white {
        width: 60%;
    }
    
    .logo-win {
        max-width: 35%;
        width: 35%;
    }

}

@media (max-width: 767px) {
    .arbusto_left {
        width: 200PX;
        left: -5%;
        top: -125px;
    }
    
    .arbusto_right {
        top: -103px;
        width: 120px;
    }
    .fondo-aves {
        margin-top: 0;
    }
    
    #como-participar:before {
        width: 80px;
        right: 5%;
    }
    
    #como-participar:after {
        width: 80px;
        top: 10px;
    }
    
    #como-participar #form-user:before, 
    #como-participar #form-user:after,
    #banner-2024:before,
    #como-participar:after,
    #como-participar:before {
        content: none;
    }
    
    .blue_cloud {
        display: none;
        width: 100px;
        bottom: -20px;
    }
    
    #banner-2024:after {
        width: 180px;
        height: 80px;
        right: -15%;
    }
    
    .image-up {
        width: 200px;
        height: 200px;
    }
    
    .bottom_children {
        margin-top: 0rem;
    }

    img.cert {
        margin-bottom: 0px;
    }
    .btn-win {
        font-size: 1.8rem;
    }
    #header-ecoconcurso {
        padding: 0 .75rem 0;
    }
    
    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);
    }

    .more-information {
        padding-top: 0;
    }

    div#como-participar {
        padding: 30px 15px 35px;
    }

    .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;
    }
    .banner__content .banner_footer {
        padding-bottom: 50px;
    }
    
    .banner-fwinner {
        transform: translateX(0);
    }
    .banner-fwinner .banner_winner {
        flex-direction: column;
        column-gap: 0;
        row-gap: 30px;
        padding-bottom: 80px;
    }
    
    #certificada .station {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .station-image p {
        margin-top: 0;
    }
    .form__button--save {
        font-size: 1.5rem;
        width: fit-content;
        padding: 0 4rem;
    }

    .btn-medium {
        padding: 5px 10px 7px;
        width: 100%;
        font-size: 1.2rem;
    }

    #sorteo a.btn-medium.btn-purple {
        padding: 8px 10px 5px;
    }
    .sorteo__button {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .sorteo {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .sorteo__drawing {
        position: relative;
        left: 0;
        right: 0;
        max-width: 90%;
        margin: 0 auto;
        top: 0px;
        -ms-grid-row: 1;
        grid-row: 1;
    }
    
    section#sorteo .container {
        -ms-grid-row: 2;
        grid-row: 2;
    }
    .sorteo__wrapper .sorteo__content{
        width: 100%;
    }
    .sorteo__wrapper {
        justify-content: left;
    }
    .wrap_save {
        border-width: 0 0 15px 0;
        border-radius: 30px;
        width: 100%;
        margin-top: 0;
    }

    .radio_bases {
        font-size: 1rem;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }

    .imagenInputdiv {
        text-align: center;
    }

    #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: 45px;
    }
    
    #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;
        background: white;
        padding-bottom: 0rem;
    }
    
    #sorteo .title-sorteo {
        margin-bottom: 23px;
    }
    
    #sorteo p {
        margin-bottom: 28px;
    }

    .station-image {
        width: 430px;
        max-width: 100%;
    }
    
    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: 65px 0 0px;
    }

    .embed-container {
        margin-top: 31px;
    }

    #certificada {
        margin-top: 0px;
        padding-top: 30px;
        padding-bottom: 135px;
    }
    
    .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;
    }
    .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;
    }
        
    #ediciones-anteriores a {
        margin-bottom: 2rem;
    }

    .titulo-ediciones-anteriores {
        margin-bottom: 0;
    }

    .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 {
        margin-top: 32px;
        width: 100%;
        padding: 7px 25px 4px;
    }

    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;
    }

    #contacto {
        background: #97be4b;
    }
    #contacto .contacto-from {
        margin-left: auto;
    }
    form#contact-form {
        width: auto;
    }

    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;
    }

    .banner__field img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: top;
    }

    .banner__field {
        height: 100%;
        width: 100%;
    }

    .banner__tree {
        position: absolute;
        top: -150px;
        right: -200px;
        max-width: 500px;
        min-width: 450px;
    }

    .banner__content {
        top: 120px;
        padding-left: 2.25rem;
        transform: translateY(0);
    }

    .banner__content img.logo {
        width: 50%;
        transform: translateY(50px);
    }

    .banner__title {
        font-size: 3rem;
    }

    .banner__top-section {
        /* min-height: 50vh; */
    }

    .banner__field {
        position: absolute;
        top: 65%;
    }

    .banner-bottom__button {
        font-size: 1rem;
        padding: 1rem 2rem;
        margin: 0 auto; 
    }

    .banner__bottom-transition {
        top: -50px;
    }

    .banner__bottom-section {
        padding: 4rem 15px;
        margin-bottom: 4rem;
    }

    .banner__footer {
        row-gap: 4rem;
    }

    p.copyright.center-title {
        z-index: 0;
        position: relative;
    }

    footer#footer {
        margin-bottom: 0;
    }
}

@media (max-width: 579px) {
    
    .arbusto_left {
        width: 120px;
        left: -5%;
        top: -75px;
    }
    
    .arbusto_right {
        top: -70px;
        width: 80px;
    }

    .more-information::before {
        top: -100px;
    }

    .banner__bottom-transition {
        top: -32px;
    }

    p.copyright.center-title {
        font-size: .9rem;
    }

    .banner__tree {
        right: -240px;
    }
    .banner__content {
        top: 120px;
        padding-left: var(--bs-gutter-x,.75rem);
        transform: translateY(0);
        padding-bottom: 50px;
    }
    .banner__content img.logo {
        width: 50%;
        transform: translateY(30px);
    }
    .f-white {
        width: 75%;
    }
    .content-logo {
        top: 40px;
        padding-left: 1.25rem;
    }
    .logo-win {
        max-width: 45%;
        width: 45%;
    }
    #banner-winner .banner__content {
        margin-top: 245px;
        margin-bottom: 20px;
    }
    
    #banner-winner h3 {
        font-size: 2rem;
        color: #fff!important;
        width: 240px;
    }
    
    .btn-win {
        font-size: 1.35rem;
        padding: 15px 25px;
    }
    
    .btn-win small {
        font-size: 1rem;
    }
    
    button.btn-win.green {
        font-size: 1.8rem;
    }
    
    #banner-winner {
        background-position: right top;
    }
    
    img.cert {
        margin-right: 1.25rem;
    }
}

@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;
    }
}

/*CONTAINERS*/
@media (min-width: 1500px) {
    .container-xxl {
        max-width: 1440px;
    }
}

/**
Winners
***********************************/
#winners-2024 {
    margin: -25% auto 20px;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 1000px;
    max-width: calc(100% - 80px);
    background: #EC7C59;
    border-radius: 30px;
    padding: 45px 30px;
}

#winners-2024 .winner:not(:last-of-type) {
    margin-bottom: 35px;
}

#winners-2024 h3 {
    background: #00457B;
    font-family: "Cocogoose";
    color: #FFF;
    width: fit-content;
    margin: -62px auto 40px;
    transform: rotate(-4deg);
    font-size: calc((2.5 - 1) * 1.2vw + 1rem);
    padding: 5px 15px;
}

.winner .title {
    font-family: "Cocogoose";
    font-size: calc((2.5 - 1) * 1.2vw + 1rem);
}

.winner * {
    color: #FFF;
}

@media (max-width:574px) {
    #winners-2024 {
        padding: 35px 20px;
    }
    #winners-2024 h3 {
        margin: -45px auto 30px;
    }
    .winner .title {
        font-size: calc((2 - 1) * 1.2vw + 1rem);
    }
    .winner .subtitle {
        font-size: 1.15rem;
    }
}