@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&display=swap');
/*font-family: 'Arimo', sans-serif;*/
/*Morado #8f3f8f*/
/*Amarillo #ffe344*/
/*Azul #61c3dc*/
/*Negro #434040*/
/*Verde: #42b6a6*/

@font-face {
  font-family: Helvetica;
  src: url(fonts/HelveticaNeueLTStd-Bd.otf) format('opentype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: Raleway;
  src: url(fonts/Raleway-Regular.ttf) format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Raleway;
  src: url(fonts/Raleway-Medium.ttf) format('truetype');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: Raleway;
  src: url(fonts/Raleway-Bold.ttf) format('truetype');
  font-style: normal;
  font-weight: 700;
}


/*General*/	

	body {
      position: relative;
      height: 100%;
    }

	body, p, div, h1, h2, h3, h4 ,h5, h6, span, ul, li, ol, header, nav, footer, section{
		color: #434040;
	}

	body, p, div, h1, h2, h3, h4 ,h5, h6, span, ul, li, ol, header, nav, footer, section, a{
		font-family: Helvetica, 'Arimo', sans-serif !important;
	}
	
	h1, h2, h3, h4 ,h5, h6 {
	    font-weight:700;
	}
	
	/*.navbar-end {
	    background: #d8d7d7;
	}

	.main-section {
	    background: rgba(1, 120, 162, 0.12);
	}*/

	.nav-link:hover{
		color: #42b6a6;
	}

	html {
	  scroll-behavior: smooth;
	}

	#consigna2 {
	    position: relative;
	    top: -120px;
	    /* display: block; */
	    /* height: 30px; */
	    /* width: 30px; */
	    /*background: #000;*/
	}

	#como-participar {
	    position: relative;
	    top: -120px;
	}

	#sorteo2 {
	    position: relative;
	    top: -120px;
	}

	#galeria-de-dibujos2{
	    position: relative;
	    top: -120px;
	}

	#video-explicativo2{
	    position: relative;
	    top: -120px;
	}

	#contacto2{
	    position: relative;
	    top: -120px;
	}

	.nav-link.current{
		color: #42b6a6 !important; 
	}
	.modal-content {
        box-shadow: none!important;
        border: 0!important;
    }

/*FIN General*/

/*Header*/
    .logo img.logo-fixed {
        width: auto;
    }
	a.logo {
	    display: block;
	    max-width: 270px;
	    margin: auto;
	}

	.navbar.navbar-expand-md {
	    background: #fff;
	    border-radius: 100px;
	    position: relative;
	    left: 65px;
	    /*left: 50px;*/
	}
	
	nav#menu-escritorio {
        width: fit-content;
        margin-left: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    nav#menu-escritorio li.nav-item:last-child {
        padding-right: 120px;
    }

	#header-ecoconcurso-2020 {
	    position: fixed;
	    width: 100%;
	    top: 45px;
	    transition: all .3s;
	    z-index: 100;
	}

	.nav-link {
	    color: #8f3f8f;
	    font-weight: 700;
	    font-size: 13px;
	    height: 68px;
	    padding-top: 0px !important;
	    letter-spacing: -.5px;
	    /*border-right: 2px solid #8f3f8f;*/
	    padding-right: 30px !important;
	    line-height: 16px !important;
	    position: relative;
        height: fit-content;
        padding-bottom:0px!important;
	}
	
	.nav-link:after {
        content: '';
        position: absolute;
        right: 0;
        width: 2px;
        height: 50px;
        background: #8f3f8f;
        top: 0;
    }

	.logo-sticky {
	    display: none;
	}

	.caja-boton-menu{
		/*display: none*/
	}

	.linea-menu {
	  width: 35px;
	  height: 5px;
	  background-color: black;
	  margin: 6px 0;
	}

	#menu-movil {
	    display: none;
	}

	.fila-solo-movil {
		display: none;
	}

	/*icono menu*/
	.container-menu-icon {
	  display: inline-block;
	  cursor: pointer;
	}

	.bar1, .bar2, .bar3 {
	  	width: 35px;
	    height: 4px;
	    background-color: #525252;
	    margin: 6px 0;
	    transition: 0.4s;
	    border-radius: 10px !important
	}

	.change .bar1 {
	  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
	  transform: rotate(-45deg) translate(-9px, 6px);
	}

	.change .bar2 {opacity: 0;}

	.change .bar3 {
	  -webkit-transform: rotate(45deg) translate(-8px, -5px);
	  transform: rotate(45deg) translate(-8px, -5px);
	}
	
	header .fila-solo-movil .col-6 {
        width: 50%;
        display: inline;
    }
	/*fin icono menu*/

	@media (max-width: 1204px){

		header a.logo {
		    margin: 0px !important;
		    margin-left: 10px !important;
		}

		.fila-solo-movil{
			/*display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            width: 100%;*/
            width: 100%;
            display: block;
		}
		.col-6.fila-left-movil {
            float: left;
        }
        
        .col-6.fila-right-movil {
            float: right;
        }

		.fila-solo-escritorio{
			display: none;
		}

		#menu-movil {
		    display: block;
		}

		header .caja-boton-menu {
		    position: absolute;
            right: 7px;
            top: 7px;
            background: transparent;
            -webkit-appearance: none;
		}

		#header-ecoconcurso-2020 {
		    height: 70px;
		    background: #fff;
		    top: 0px !important;
		}

		header .navbar-expand-md .navbar-toggler {
		    display: block;
		}

		.menu-escritorio {
		    display: none ;
		}

		.logo-sticky {
		    display: block;
		}

		.logo-fixed {
		    display: none;
		}

		.logo-sticky {
		    display: inline;
		    width: 145px !important;
		    margin-top: 2px;
		}

		#caja-menu-movil {
		    width: 100%;
		    background: #fff;
		    position: fixed;
		    z-index: 200;
		    top: 70px;
		    padding-bottom: 20px;
		}

		#caja-menu-movil .nav-link {
		    border-right: 0px !important;
		    padding-left: 40px !important;
		    width: 100%;
		    padding-top: 15px !important;
		    display: block;
		    height: auto !important;
		}

		#caja-menu-movil ul.navbar-nav {
		    width: 100%;
		}

		#caja-menu-movil .nav-item {
		    width: 100% !important;
		    display: block !important;
		    float: none !important;
		}

	}

	@media (max-width: 1199px){
		#footer .nav-link {
		    height: 80px;
		}
	}

	@media (max-width: 690px){
		
		.anuncio2 {
		    font-size: 28px !important;
		}

	}
	
/*FIN Header*/

/*Sticky menu on scroll jquery*/

	.sticky {
	    position: fixed;
	    top: 0;
	    width: 100%;
	    background: #fff !important;
	    top: 0px !important;
	    height: 90px;
	}

	.sticky .logo-sticky {
	    display: block;
	    width: 180px;
	    margin-top: 5px;
	}

	.sticky .logo-fixed {
		display: none;
	}

/*FIN sticky menu on scroll jquery*/

/*Hero section*/

	.hero-2020 {
	    background: url(../images/fd-inicio.png);
	    background-size: cover;
	    background-position-y: bottom;
	}

	.caja-anuncio {
	    max-width: 800px;
	    margin: auto;
	    margin-top: 170px;
	    position: relative;
	}

	.punto-amarillo {
	    position: absolute;
	    right: 0px;
	    width: 145px;
	    height: 145px;
	    background: #ffe344;
	    padding: 0px;
	    padding-top: 26px;
	    font-size: 18px;
	    border-radius: 300px;
	    color: #8f3f8f;
	    text-align: center;
	    font-weight: 700;
	    line-height: 18px;
	    top: 60px;
	}

	.punto-amarillo p {
	    color: #8f3f8f;
	}

	.img-mundo {
	    max-width: 600px;
	    margin: auto;
	    display: block;
	    width: 500px;
	}

	.anuncio1 a {
	    background: #8f3f8f;
        color: #ffe344;
        text-transform: uppercase;
        padding: 8px 25px;
        border-radius: 100px;
        font-weight: 900;
        text-align: center;
        width: 680px;
        max-width: 100%;
        margin: auto;
        font-size: 3.8rem;
        transition: all .3s;
        letter-spacing: -3px;
        display: block;
	}

	.anuncio1 a:hover {
		background:#ffe345;
		color: #8f3f8f;
	}
	.anuncio2 {
	    color: #53a8bd;
	    text-align: center;
	    margin-top: 10px;
	    font-weight: 900;
	    font-size: 3rem;
	    letter-spacing: -0.5px;
	}

	.img-estaciones-certificacion {
	    width: 250px;
	    display: block;
	    margin: auto;
	    margin-top: 20px;
	}

	.caja-anuncio a{
		text-decoration: none;
	}

	@media (max-width: 1204px){
		.caja-anuncio {
		    margin-top: 80px;
		}
	}

	@media (max-width: 840px){
		.caja-anuncio {
		    width: 90%;
		}

		.img-mundo {
		    width: 60%;
		}
	}

	@media (max-width: 520px){
		.punto-amarillo {
		    width: 110px !important;
		    height: 110px !important;
		    padding-top: 8px !important;
		    font-size: 14px !important;
		    line-height: 16px;
		}
	}

	@media (max-width: 490px){

		
		.anuncio2 {
		    font-size: 18px !important;
		}

		.punto-amarillo {
		    right: -20px;
		    top: -15px;
		    z-index: 1;
		}

		.img-mundo {
		    right: 10px;
		    position: relative;
		    z-index: 0;
		}
		
	}

/*FIN Hero section*/

/*Consigna*/

    section#consigna {
        padding-top: 0;
    }
	
	.titulo-consigna {
	    text-align: center;
	    font-size: 4.5rem;
	    font-weight: bold;
	    margin-bottom: 25px;
	    letter-spacing: -2px;
	    margin-top: 0px;
	}

	.sub-titulo-consigna {
	    text-align: center;
	    font-family: Raleway!important;
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 0;
	}

	.texto-consigna {
	    text-align: center;
        width: 950px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px!important;
        font-family: Raleway!important;
        font-weight: 400;
        font-size: 17px;
        margin-top: 0;
	}

	#consigna img {
	    width: 170px;
	    margin: auto;
	    display: block;
	}

	.img-dibujala {
	    /*width: 180px !important;
	    position: relative;
	    top: 20px;*/
	}

	.titulos-img-sec-consigna-1, .titulos-img-sec-consigna-2, .titulos-img-sec-consigna-3 {
	    font-size: 3rem;
	    font-weight: bold;
	    text-align: center;
	    margin-top: 15px;
	    letter-spacing: -3px;
	}

	.titulos-img-sec-consigna-1{
		color:#df6378 !important;
	}

	.titulos-img-sec-consigna-2{
		color:#42b6a6 !important;
	}

	.titulos-img-sec-consigna-3{
		color:#8f3f8f !important;
	}

	.mb-50 {
		margin-bottom: 50px;
	}

/*FIN Consigna*/

/*Form como participar*/

    section#form_upload_dibujo {
        padding-top: 0;
    }

	#sharer {
	    display: none;
	}

	.caja-form-como-participar {
	    background: url(../images/fd-form.jpg);
	    padding: 35px;
	    padding-top: 0px;
	    border-radius: 30px;
	    background-size: cover;
	}

	.titulo-como-participar {
		padding-top: 35px;
	    text-align: center;
	    font-size: 4.5rem;
	    font-weight: bold;
	    margin-bottom: 20px;
	    letter-spacing: -2px;
	}

	.texto-como-participar {
	    text-align: center;
	}

	.titulo-form-como-participar {
	    text-align: center;
	    font-size: 15px;
	    text-transform: uppercase;
	    font-weight: bold;
	    margin-top: 35px;
	    margin-bottom: 15px;
	}

	.input-group-addon {
	    height: 38px;
	}
	.msj-conditions {
        padding-top: 19px;
    }
    
    .msj-conditions p {
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 0;
    }
    .msj-conditions p:first-of-type {
        margin-bottom: 10px;
    }

	.subir-archivo-bases-recaptcha {
	    border-top: 1px solid #fff;
	    border-bottom: 1px solid #fff;
	    margin-top: 30px;
	    margin-bottom: 20px;
	    padding: 20px 10px;
	}

	.acepto-radio {
	    float: left !important;
	    width: 25px;
	    margin-right: 15px !important;
	}
	
	.label-acepto-radio {
	    padding-top: 10px;
	}
	
	.send_message {
        text-align: center;
        padding-bottom: 15px;
        color: #8f3f8f;
        font-weight: bold;
        font-size: 18px;
        padding-top: 30px;
        max-height: 0;
        opacity: 0;
        transition: all 0.2s ease;
    }

	.ver-bases {
	    color: #8f3f8f;
	    text-transform: uppercase;
	    max-width: 100%;
	    margin: auto;
	    display: block;
	    font-weight: 700;
        text-align: center;
	}
	a.ver-bases:hover {
        color: #8f3f8f;
    }

	.ver-bases:hover{
		color: #42b6a6;
	}

	#btn_save {
	    background: #8f3f8f;
	    border: 30px solid #ffe344;
	    padding: 5px 50px;
	    /* width: 350px; */
	    color: #ffe344;
	    text-transform: uppercase;
	    font-size: 44px;
	    margin: auto;
	    display: block;
	    border-radius: 100px;
	    font-weight: bold;
	    position: relative;
	    top: 80px;
	    margin-top: -90px;
	    transition: all .3s;
	    outline: 0 !important;
	}

	#btn_save:hover {
	    color: #8f3f8f;
	    background: #e8cd2f;
	}

	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  /*color: red !important;*/
	  opacity: 1 !important; /* Firefox */
	  text-transform: uppercase;
	  font-size: 13px;
	}

	:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  /*color: red !important;*/
	  text-transform: uppercase;
	  text-transform: uppercase;
	  font-size: 13px;
	}

	::-ms-input-placeholder { /* Microsoft Edge */
	  /*color: red !important;*/
	  text-transform: uppercase;
	  text-transform: uppercase;
	  font-size: 13px;
	}

	#departamentoInput, #estacion_idInput {
	    font-size: 12px;
	    color: #495057;
	}

	#imagenInput {
	    background: none;
	    border: none;
	    height: 100px;
	    width: 100% !important;
	}

	/*#imagenInput::after {
	    content: 'Subir dibujo';
	    background: url(../images/fd-subir-img.png) !important;
	    background-position: -50px -36px !important;
	    background-repeat: no-repeat !important;
	    background-image: 100px 200px;
	    background-size: 244px 110px !important;
	    border: none;
	    border-radius: 100px;
	    padding: 5px 8px;
	    outline: none;
	    -webkit-user-select: none;
	    cursor: pointer;
	    font-weight: 700;
	    font-size: 17px;
	    color: #fff;
	    width: 170px;
	    height: 50px;
	    display: block !important;
	    text-align: center;
	    line-height: 40px;
	    text-indent: -40px;
	}	*/
	
	input#imagenInput {
        width: 0.1px;
         height: 0.1px;
         opacity: 0;
         overflow: hidden;
         position: absolute;
         z-index: -1;
    }

.imagenInputdiv label span {
    color: #fff;
}
.imagenInputdiv label {
    color: #fff;
    background: url(../images/fd-subir-img.png) !important;
    background-position: -50px -36px !important;
    background-repeat: no-repeat !important;
    background-size: 244px 110px !important;
    border: none;
    border-radius: 100px;
    padding: 5px 8px;
    cursor: pointer;
    font-weight: 700;
    font-size: 17px;
    width: 170px;
    height: 50px;
    display: block !important;
    text-align: center;
    line-height: 40px;
    text-indent: -40px;
    margin-bottom: 0;
}

.imagenInputdiv {
    padding-top: 15px;position: relative;
    
}

	/*#imagenInput::-webkit-file-upload-button {
	  visibility: hidden;
	}*/

	
	.form-control:focus {
	    outline: 0 !important;
	    box-shadow: none;
	}

	/*input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }*/

    .radio_bases {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-top: 22px;
    }
    
    .radio_bases label {
        margin-bottom: 0;
        padding-top: 0;
        position: relative;
        padding-left: 45px;
    }
    
    .radio_bases input#acepto-radio {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: auto;
        margin: 0!important;
        padding: 0;
        opacity:0;
    }
    
    .radio_bases label:after {
        content: '';
        position: absolute;
        left: 0;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        background: #fff;
        border: 4px solid #fff;
        top: -5px;
        cursor:pointer;
    }
    
    .radio_bases input:checked ~ label:after {
        background: #8f3f8f;
    }
   /* input[type='radio']:checked:after {
	    width: 100%;
	    height: 100%;
	    border-radius: 15px;
	    top: 0px;
	    left: 0px;
	    position: relative;
	    background-color: #8f3f8f;
	    content: '';
	    display: inline-block;
	    visibility: visible;
	    border: 3px solid white;
	}*/

	.form-control {
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	
	form#form-user input, form#form-user select {
        border: 0;
        outline: none!important;
    }
    
    form#form-user .form-control {
        height: calc(1.5em + 0.75rem + 6px);
        padding: 0.5rem 0.75rem;
    }

	input#acepto-radio {
	    float: left !important;
	    /*width: 10%;*/
	    width: 30px;
    	height: 30px;
	    margin: 0px !important;
	    margin-top: 10px !important;
	}
	
	.select2-container--default .select2-selection--single {
        border-color: #fff;
        height: 42px;
        outline: none!important;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 42px;
        text-transform: uppercase;
        color: #495057;
        font-size: 14px!important;
    }
    
    .select2-search--dropdown {
        display: none!important;
    }
    
    .select2-results__option--selectable {
        font-size: 14px;
        text-transform: uppercase;
        color: #495057;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
    }
    
    div#datepicker span.input-group-addon {
        background-color: #e9ecef;
        opacity: 1;
        height: 42px;
        border: 0;
    }

	@media (max-width: 992px){
		
		.g-recaptcha {
		    margin-top: 30px;
		}

		.ver-bases {
		    margin-top: 30px;
		    margin-left: 6px;
		}

		#acepto-radio {
		    width: 5%;
		}

		.label-acepto-radio {
		    padding-top: 16px;
		    width: 92%;
		}

		input#acepto-radio {
		    width: 30px;
    		height: 30px;
		}
	}

	@media (max-width: 768px){

		#imagenInput::after {
		    margin: auto;
		}

		input#acepto-radio {
		    float: left !important;
		    width: 30px;
    		height: 30px;
		    margin: 0px !important;
		    margin-top: 9px !important;
		    text-align: right;
		}

		.ver-bases {
		    margin-top: 30px;
		    margin-bottom: 10px;
		    text-align: center;
		}

	}

	@media (max-width: 590px){
		.titulo-como-participar {
		    font-size: 28px;
		}

		.label-acepto-radio {
		    width: 84%;
		}

		input#acepto-radio {
		    width: 30px;
    		height: 30px;
		    margin-top: 12px !important;
		}
	}



	@media (max-width: 530px){
		#btn_save {
		    font-size: 28px;
		    border: 10px solid;
            padding-left: 20px;
            padding-right: 20px;
            margin-top: -70px;
            top: 20px;
            padding-top: 5px;
            padding-bottom: 0px;
		}
	}

	@media (max-width: 400px){
		#btn_save {
		    font-size: 22px;
		    padding-top: 5px;
            padding-bottom: 0px;
		}

		.fila-movil-footer .nav-item .nav-link {
		    padding-left: 15px;
		}
	}

	@media (max-width: 350px){
		.titulo-como-participar {
		    font-size: 22px;
		}
	}

/*FIN Form como participar*/

/*Sorteo*/

	.titulo-sorteo {
	    text-align: left;
	    font-size: 48px;
	    font-weight: bold;
	    margin-bottom: 25px;
	    letter-spacing: -2px;
	}

	#sorteo {
	    padding-top: 100px;
	}

	.img-sorteo {
	    width: 250px;
	    margin: auto;
	    display: block;
	}

	.boton-sorteo {
	    color: #fff;
	    background: #8f3f8f;
	    padding: 10px 30px;
	    border-radius: 100px;
	    font-weight: bold;
	    margin-top: 30px;
	    display: block;
	    max-width: 316px;
	    text-align: center;
	    transition: all .3s;
	}

	.boton-sorteo:hover{
		background: #ffe345;
		color: #904090;
		text-decoration: none;
		font-weight: bold !important;
	}
	
	.fila-sorteo-movil{
		display: none;
	}

	@media (max-width: 768px){

		.fila-sorteo-escritorio{
			display: none;
		}

		.row.fila-sorteo-movil {
            display: block;
        }
        
        .row.fila-sorteo-movil .col-4 {
            float: left;
        }
        
        .row.fila-sorteo-movil .col-8 {
            float: right;
        }
        
        .row.fila-sorteo-movil .col-12 {
            margin-top: 150px;
        }

		.texto-sorteo {
		    text-align: center;
		        margin-top: 30px;
		}

		.boton-sorteo {
		    width: 100% !important;
		    display: block !important;
		    max-width: 100% !important;
		}

		.titulo-sorteo {
		    font-size: 32px;
		    line-height: 32px;
		}

		.img-sorteo {
		    width: 90px;
		}
	}

/*FIN Sorteo*/

/*Galeria*/
	
	#galeria-de-dibujos {
	    background: url(../images/fd-galeria.jpg);
	    background-size: cover;
	    background-position-y: bottom;
	    padding-bottom: 150px;
	    padding-top: 65px;
	}

	.swiper-slide {/*
	    width: 23% !important;
	    float: left;
	    margin-right: 2%;
	    margin-top: 2%;
	    margin-bottom: 2%;*/
	}

	.swiper-slide {
	    background: #fff;
	    padding: 10px;
	    border-radius: 15px;
	}

	.swiper-slide .image img {
	    border-top-right-radius: 15px !important;
	    border-top-left-radius: 15px !important;
	}

    .swiper-slide figure.image.is-square {
        overflow: hidden;
        border-radius: 15px;
    }
    .swiper-slide .image img {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: initial;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 0!important;
    }
    
    .image_gal {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
	.swiper-slide .image-name {
	    text-align: center;
	    color: #8f3f8f;
	    font-weight: bold;
	    margin-bottom: 0px;
	    
	    width: 100%;
        bottom: 2px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px
	}

	.swiper-container {
      width: 100%;
      height: 100%;
    }

	.titulo-galeria {
	    text-align: left;
	    font-size: 48px;
	    font-weight: bold;
	    margin-bottom: 25px;
	    letter-spacing: -2px;
	    color: #fff;
	    width: 220px;
	    padding-top: 20px;
	}

	.texto-galeria {
	    color: #fff;
	    text-align: center;
	    font-weight: bold;
	    margin-bottom: 30px;
	}

	#search-input {
	    color: #fff;
	    background: none;
	    margin-top: 40px;
	    border-color: #fff;
	}

	#search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  /*color: red !important;*/
	  opacity: 1 !important; /* Firefox */
	  text-transform: uppercase;
	  font-size: 13px;
	  color: #fff !important;
	}

	#search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  /*color: red !important;*/
	  text-transform: uppercase;
	  text-transform: uppercase;
	  font-size: 13px;
	  color: #fff !important;
	}

	#search-input::-ms-input-placeholder { /* Microsoft Edge */
	  /*color: red !important;*/
	  text-transform: uppercase;
	  text-transform: uppercase;
	  font-size: 13px;
	  color: #fff !important;
	}

	.icon.is-medium.is-right {
	    margin-top: 40px;
	    color: #fff;
	}

	.swiper-button-prev {
	    color: #fff !important;
	    /* border: 5px solid !important; */
	}

	.swiper-button-next {
	    background: none;
	}

	.swiper-button-prev {
	    background: none;
	}

	.swiper-button-next:after, .swiper-button-prev:after {
	    color: #fff;
	}

	.swiper-button-prev {
	    left: -60px !important;
	    position: absolute !important;
	}

	.swiper-button-next{
		right: -90px !important;
	    position: absolute !important;
	}

	.swiper-button-prev::after {
	    font-size: 75px;
	    font-weight: bold;
	}

	.swiper-wrapper {
	    padding-bottom: 220px;
	}
	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
	.swiper-pagination-bullet {
	    width: 15px !important;
	    height: 15px !important;
	    background: #fff !important;
	    opacity: .3 !important;
	    
	}
	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet {
        margin-bottom: 15px;
    }

	span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	    background: #8f3f8f !important;
	    opacity: .7 !important;
	}

	.swiper-button-prev {
	    background: url(../images/izquierda-blanco.png) !important;
	    background-size: contain !important;
	    background-repeat: no-repeat !important;
	    width: 90px !important;
	    height: 90px !important;
	}

	.swiper-button-prev::after, .swiper-button-next::after {
		display: none; !important;

	}

	.swiper-button-next{
		background: url(../images/derecha-blanco.png) !important;
	    background-size: contain !important;
	    background-repeat: no-repeat !important;
	    width: 90px !important;
	    height: 90px !important;
	}

	.swiper-button-next:focus, .swiper-button-prev:focus {
	    border: none !important;
	    outline: -webkit-focus-ring-color auto 0px;
	}

	.swiper-slide{
		transition: all .3s !important;
	}

	.swiper-slide:hover:after {
	    width: 100%;
	    height: 100%;
	    display: block;
	    content: " ";
	    background: rgb(66 182 166 / 85%);
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    border-radius: 15px;
	    transition: all .3s !important;
	}

	.swiper-slide:hover:before {
	    width: 100%;
	    height: 100%;
	    display: block;
	    content: " ";
	    background: url(../images/lupa-hover-img.png);
	    background-size: 50px 50px;
	    background-position: center;
	    background-repeat: no-repeat;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    border-radius: 15px;
	    z-index: 3;
	    cursor: pointer;
	    transition: all .3s !important;
	}
	
	.swiper-container-multirow>.swiper-wrapper {
        margin-bottom: 0!important;
        margin-top: 20px!important;
    }
    
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
        position: absolute!important;
        bottom: 0;
    }
    
    .swiper-button-next, .swiper-button-prev {
        top: calc(50% - 45px)!important;
    }
	
	#galeria-de-dibujos nav.breadcrumb {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    #galeria-de-dibujos .modal-content img {
        margin-left: auto;
        margin-right: auto;
    }
    

	@media (max-width: 768px){

		.titulo-galeria {
		    width: 100%;
		    text-align: center;
		}

		.texto-galeria {
		    margin-top: 40px;
		}

		.swiper-button-prev, .swiper-button-next {
		    width: 40px !important;
		    height: 40px !important;
		}

		.swiper-button-prev {
		    left: -30px !important;
		    position: absolute !important;
		}

		.swiper-button-next{
			right: -45px !important;
		    position: absolute !important;
		}

	}

/*FIN Galeria*/

/*Video explicativo*/
	
	#video-explicativo {
	    background: url(../images/fd-video.jpg);
	    background-size: cover;
	    background-position-y: bottom;
	    padding-bottom: 100px;
	    padding-top: 65px;
	}

	.titulo-video {
	    text-align: center;
	    font-size: 48px;
	    font-weight: bold;
	    margin-bottom: 35px;
	    letter-spacing: -2px;
	    padding-top: 20px;
	}

	.iframe-video {
	    height: 550px;
	    width: 100%;
	    margin: auto;
	}

/*FIN Video explicativo*/

/*Certificada*/

	#certificada{
		background: url(../images/fd-que-hace-una-estacion.jpg);
	    background-size: cover;
	    background-position-y: bottom;
	    padding-bottom: 100px;
	    padding-top: 100px;
	}

	.titulo-certificada {
	    text-align: left;
	    font-size: 48px;
	    font-weight: bold;
	    margin-bottom: 25px;
	    letter-spacing: -2px;
	    color: #fff;
	    line-height: 48px;
	    margin-top: 35px;
	}

	.img-certificaciones {
	    width: 200px;
	    display: block;
	    margin: auto;
	}

	.texto-certificada {
	    text-align: center;
	}

	#toggle-estaciones {
	    background: #fff;
	    width: 100%;
	    padding: 15px 25px;
	    display: block;
	    font-weight: bold;
	    font-size: 18px;
	    border-radius: 100px;
	    margin-top: 30px;
	    z-index: 2;
    	position: relative;
	}

	#toggle-estaciones .fas.fa-angle-down {
	    float: right;
	    margin-top: 1px;
	    font-size: 30px;
	}

	#listado-de-estaciones {
	    background: #fff;
	    padding: 30px;
	    padding-top: 40px;
	    position: relative;
	    top: -30px;
	    z-index: 1;
	}

	.fila-certificada-movil{
		display: none;
	}

	#listado-de-estaciones .row {
	    border-bottom: 1px solid rgb(0 0 0 / 30%);
	    margin-bottom: 15px;
	}

	@media (max-width: 991px){

		#toggle-estaciones .fas.fa-angle-down {
		    margin-top: -13px !important;
		}

		#listado-de-estaciones {
		    top: -38px !important;
		}

	}

	@media (max-width: 768px){

		.fila-certificada-escritorio{
			display: none;
		}

		.row.fila-certificada-movil {
            display: block;
            margin-bottom: 20px!important;
        }
        
        .row.fila-certificada-movil .col-4 {
            float: left;
        }
        
        .row.fila-certificada-movil .col-8 {
            float: right;
        }
		.titulo-certificada {
		    font-size: 32px;
		    margin-bottom: 0px;
		    line-height: 32px;
		    margin-top: 0px;
		}

	}

	@media (max-width: 576px){
		#toggle-estaciones {
		    background: #fff;
		    width: 100%;
		    padding: 30px 25px;
		    display: block;
		    font-weight: bold;
		    font-size: 18px;
		    border-radius: 50px;
		    margin-top: 30px;
		    z-index: 2;
		    position: relative;
		}

		.titulo-certificada {
		    font-size: 22px;
		    margin-bottom: 0px;
		    line-height: 22px;
		    margin-top: 0px;
		}
	}

/*FIN Certificada*/

/*Ediciones anteriores*/

	.ediciones-anteriores {
	    text-align: center;
	    font-size: 48px;
	    font-weight: bold;
	    margin-bottom: 35px;
	    letter-spacing: -2px;
	}

	#ediciones-anteriores {
	    background: #e8e8e8;
	    padding-bottom: 60px;
	    padding-top: 60px;
	    padding-top: 55px !important;
	}

	.ediciones-anteriores{
	    padding-top:35px !important;
	}


	.titulo-ediciones-anteriores {
	    font-weight: bold;
	    text-align: center;
	    margin-top: 10px;
	    font-size: 36px;
	    margin-bottom: 30px;
	    max-width: 300px !important;
	}

	.lupa-hover-ediciones-anteriores {
	    display: block;
	    width: 60px;
	    margin: auto;
	    height:58.81px;
	}

	#ediciones-anteriores a{
		text-decoration: none;
	}

	.img-ediciones-anteriores {
	    padding: 8px;
	    background: #fff;
	    border-radius: 20px;
	    width: 300px;
	}

	.hover-img-ediciones-anteriores {
	    /*background: #42b6a6;*/
	    background: rgba(66, 182, 166,0.75);
	    width: 100%;
	    height: 100%;
	    max-width: 300px;
			max-height: 303px;
	    position: absolute;
	    top: 0px;
	    transition: all .3s;
	    display: flex;
	    vertical-align: middle;
	    opacity: 0;
	    border-radius: 20px;
	}

	.hover-img-ediciones-anteriores:hover {
		opacity: 1;
	}

	@media (max-width: 991px){
		.hover-img-ediciones-anteriores {
		    max-width: 212px !important;
		    max-height: 212px !important;
		}
	}

	@media (max-width: 767px){

		.link-ediciones-anteriores {
		    display: block;
		    width: 300px;
		    margin: auto;
		}

		.hover-img-ediciones-anteriores {
		    max-width: 300px !important;
		    max-height: 303px !important;
		}
	}	

	@media (max-width: 576px){

		.link-ediciones-anteriores {
		    width: 260px;
		}

		.hover-img-ediciones-anteriores {
		    max-width: 260px !important;
		    max-height: 263px !important;
		}

	}

/*FIN Ediciones anteriores*/

/*Contacto*/

	#contacto{
		background: url(../images/fd-contacto.jpg);
	    background-size: cover;
	    background-position-y: bottom;
	    padding-bottom: 100px;
	    padding-top: 100px;
	}

	.titulo-contacto {
	    text-align: left;
	    font-size: 48px;
	    font-weight: bold;
	    margin-bottom: 25px;
	    letter-spacing: -2px;
	    color: #fff;
	}

	.contacto-telefono {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}

	.contacto-boton-enviar {
	    margin-top: 15px;
	    background: #8f3f8f;
	    border: none;
	    color: #fff;
	    text-transform: capitalize !important;
	    font-weight: bold;
	    padding: 21px 35px;
	    border-radius: 100px;
	    transition: all .3s;
	}

	.contacto-boton-enviar:hover {
	    background: #ffe345;
	    color: #8f3f8f;
	}

	.img-contacto-bombillo {
	    max-width: 300px;
	    display: block;
	    margin: auto;
	    width: 100%;
	}

	#contact-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  /*color: red !important;*/
	  opacity: 1 !important; /* Firefox */
	  text-transform: uppercase;
	  font-size: 13px;
	  color: #434040 !important;
	}

	#contact-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  /*color: red !important;*/
	  text-transform: uppercase;
	  text-transform: uppercase;
	  font-size: 13px;
	  color: #434040 !important;
	}

	#contact-form input::-ms-input-placeholder { /* Microsoft Edge */
	  /*color: red !important;*/
	  text-transform: uppercase;
	  text-transform: uppercase;
	  font-size: 13px;
	  color: #434040 !important;
	}

	#contact-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  /*color: red !important;*/
	  opacity: 1 !important; /* Firefox */
	  text-transform: uppercase;
	  font-size: 13px;
	  color: #434040 !important;
	}

	#contact-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  /*color: red !important;*/
	  text-transform: uppercase;
	  text-transform: uppercase;
	  font-size: 13px;
	  color: #434040 !important;
	}

	#contact-form textarea::-ms-input-placeholder { /* Microsoft Edge */
	  /*color: red !important;*/
	  text-transform: uppercase;
	  text-transform: uppercase;
	  font-size: 13px;
	  color: #434040 !important;
	}

    .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;
    }
    
    input#contact-name, input#contact-email, textarea#contact-message {
        background: #fff;
        border: 0;
        color: #495057;
    }
    
    input#contact-name::placeholder, input#contact-email::placeholder, textarea#contact-message::placeholder {
        font-weight: 400;
        color: #495057;
    }
    
    @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; 
    }
	@media (max-width: 530px){

		#contacto .field.is-grouped {
		    display: block;
		}

		.titulo-contacto {
		    font-size: 28px;
		}

	}
	
/*FIN Contacto*/

/*Footer*/

	.footer2020 {
	    background: #fff;
	    padding-top: 45px;
	    padding-bottom: 0px;
	    padding-left: 0px;
	    padding-right: 0px;
	    margin-bottom: 0px;
	}

	.footer2020 nav.navbar.navbar-expand-md {
	    background: no-repeat;
	    border-radius: 0px;
	    margin-top: 40px;
	    margin-bottom:40px;
	}

	.footer2020 .nav-link {
	    height: 42px;
	}

	.logo-footer {
	    width: 200px;
	    margin: auto;
	    display: block;
	}

	.estaciones-logo-footer {
	    width: 220px;
	    margin: auto;
	    display: block;
	}
	
	.copyright.center-title {
	    text-align: center;
	    padding-top: 30px;
	    padding-bottom: 30px;
	    background: #5fc2dd;
	    margin-bottom: 0px;
	    color: #fff;
	}

	#footer nav.navbar.navbar-expand-md {
	    left: auto;
	}

	.fila-movil-footer{
		display: none;
	}


	@media (max-width: 1204px){

		.fila-movil-footer{
			display: flex;
			padding-bottom: 50px;

		}

		.fila-escritorio-footer {
			display: none;
		}

		.fila-movil-footer .nav-item {
		    display: block !important;
		    float: none;
		}

		.fila-movil-footer ul.navbar-nav.mr-auto {
		    display: block;
		}

		.fila-movil-footer .nav-item .nav-link {
		    border-right: none;
		    border-left: 2px solid;
		    padding-left: 50px;
		}

		.fila-movil-footer .nav-link {
		    height: auto !important;
		}

		.footer2020 nav.navbar.navbar-expand-md {
		    margin-top: -8px;
		    margin-bottom: 0px;
		}

	}

	@media (max-width: 410px){
		
		.fila-movil-footer .nav-item .nav-link {
		    padding-left: 15px;
		}
	}

/*Fin footer*/

@media (max-width:1300px) {
    nav#menu-escritorio {
        left: 0;
    }
    body {
        overflow: hidden;
    }
    nav#menu-escritorio li.nav-item:last-child {
        padding-right: 0;
    }
    .caja-menu-escritorio ul.navbar-nav.mr-auto {
        padding-right: 30px;
    }
}
@media (min-width:992px) and (max-width:1250px) {
    #galeria-de-dibujos .container.center-title {
        max-width: calc(100% - 90px);
    } 
}
@media (max-width:991px) {
    .imagenInputdiv {
        text-align: center;
    }
    
    .imagenInputdiv label, a.ver-bases {
        margin-left: auto;
        margin-right: auto;
    }
    
    .row.subir-archivo-bases-recaptcha .col-md-12 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    label.label-acepto-radio {
        width: 100%;
    }
      
}
@media (min-width:768px) and (max-width:991px) {
    #galeria-de-dibujos .container.center-title {
        max-width: calc(100% - 60px);
    } 
}
@media (max-width:767px) {
    body {
        overflow: hidden;
    }
    
    .anuncio1 a {
        font-size: 1.7rem;
        line-height: 48px;
        padding-top: 9px;
        padding-bottom: 3px;
    }
    
    h3.sub-titulo-consigna {
        font-size: 1.35rem;
    }
    
    h1.titulo-consigna,
    h1.titulo-como-participar {
        font-size: 2.3rem;
    }
    
    .select2-container {
        max-width: 100%;
    }
    
    a.ver-bases {
        display: block;
        text-align: center;
    }
}

@media (max-width:574px) {
    .container.caja-form-como-participar {
        padding-left: 15px;
        padding-right: 15px;
    }
    div#g-recaptcha {
        max-width: 100%;
    }
    section#form_upload_dibujo {
        padding-left: 15px;
        padding-right: 15px;
    }
    .swiper-button-next {
        right: -33px!important;
    }
    
    .swiper-button-prev.swiper-button-disabled {
        left: -20px!important;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 235px;
    }
    .imagenInputdiv label {
    margin-left: auto;
    margin-right: auto;
}

input#imagenInput {
    left: -130px;
}

.imagenInputdiv {
    padding-bottom: 30px;
    text-align: center;
}
}
/*	@media (max-width: 576px){
		#g-recaptcha > div {
		    width: 100% !important;
		}
	}*/

@media (max-width:768px) {
    section#contacto .row, footer#footer .row.fila-movil-footer {
        display: block;
    }
    
    section#contacto .row .col-4, footer#footer .row.fila-movil-footer .col-5 {
        float: left;
    }
    
    section#contacto .row .col-8, footer#footer .row.fila-movil-footer .col-7 {
        float: right;
    }
    .contacto-boton-enviar {
        -webkit-appearance: none;
        height: 42px;
        line-height: 42px;
        padding-top: 0;
        display: block;
    }
    a#toggle-estaciones {
        -webkit-appearance: none;
        display: block;
            height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
        display: table-cell;
        vertical-align: middle;
    }
}
@media (max-width:640px) {
    #galeria-de-dibujos .swiper-pagination {
        bottom: 0px;
    }
    
    #galeria-de-dibujos .swiper-container-multirow>.swiper-wrapper {
        padding-bottom: 500px!important;
    }
}
@media (max-width:574px) {
    a#toggle-estaciones i.fas.fa-angle-down {
        float: none;
        position: absolute;
        right: 10px;
        top: 50%;
    }
    a#toggle-estaciones {
        padding-right: 45px;
    }
   
}
@media (max-width:360px) {
    .anuncio1 a {
        font-size: 1.3rem;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 40px;
    }
    a.link-ediciones-anteriores {
        width: 100%;
    }
}

.punto-amarillo.nuevo_sorteo {
    width: 380px;
    background: transparent;
    border-radius: 0;
    right: -130px;
    top: -10px;
}

@media (max-width:1199px) {
    .punto-amarillo.nuevo_sorteo {
        width: 300px;
        right: -50px;
        top: 20px;
    }
}

@media (max-width:850px) {
    .punto-amarillo.nuevo_sorteo {
        width: 250px;
        right: 0px;
        top: 30px;
    }
}

@media (max-width:820px) {
    .punto-amarillo.nuevo_sorteo {
        width: 200px;
        right: 15px;
        top: 30px;
    }
}

@media (max-width:740px) {
    .punto-amarillo.nuevo_sorteo {
        width: 200px;
        right: -15px;
        top: 15px;
    }
}

@media (max-width:650px) {
    .punto-amarillo.nuevo_sorteo {
        width: 200px;
        right: -30px;
        top: 0px;
    }
}

@media (max-width:570px) {
    .punto-amarillo.nuevo_sorteo {
        width: 170px;
        right: 0px;
        top: 10px;
    }
}

@media (max-width:520px) {
    .punto-amarillo.nuevo_sorteo {
        width: 145px!important;
        right: -30px;
        top: -5px;
    }
}
@media (max-width: 375px) {
    .punto-amarillo.nuevo_sorteo {
        width: 135px!important;
        right: -30px;
        top: -10px;
    }
}
@media (max-width: 360px) {
    .punto-amarillo.nuevo_sorteo {
        width: 120px!important;
        right: -30px;
        top: -10px;
    }
}

.modal_winner {
    padding-right: 0!important;
}

.modal_winner .modal-dialog {
    left: 0;
    width: 100%!important;
    max-width: 100%!important;
    padding: 0;
}

.modal_winner .modal-dialog .modal-content {
    width: 100%!important;
    max-width: 100%!important;
    text-align: center;
}

.modal-backdrop.show {
    background: rgba(10,10,10,.86);
    opacity: 1;
}

.modal_winner .modal-dialog .modal-content nav.breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.modal_winner button.close {
    text-shadow: none;
    color: #fff!important;
    opacity: 1!important;
    position: relative;
    right: 25px;
    top: 15px;
}

.modal_winner button.close span {
    color: transparent;
    opacity: 1;
}

.modal_winner button.close:after, .modal_winner button.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.close:before {
    height: 2px;
    width: 15px;
}

.modal_winner button.close:after {
    height: 15px;
    width: 2px;
}

.wrap_ganadores {
    width: fit-content;
    text-align: center;
    margin: 0 auto 35px;
}

.wrap_ganadores .bg_yellow {
    background: #ffe344;
    border-radius: 15px;
    padding: 45px 25px 15px;
    width: fit-content;
    margin-top: -25px;
    z-index: 0;
    position: relative;
}

.wrap_ganadores p.name_winner {
    font-size: 2.2rem;
    margin-bottom: 2px;
    line-height: 1;
}

.wrap_ganadores p.data_winner {
    margin-top: 0;
    font-size: 10px;
    margin-bottom: 12px;
}

.wrap_ganadores p.purpple_burbuja {
    background: #8f3f8f;
    color: #ffe344;
    font-size: 2rem;
    width: fit-content;
    border-radius: 25rem;
    padding: 0px 35px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
}

.wrap_ganadores p.data_winner a {
    color: #8f3f8f;
    text-decoration: underline;
}

.wrap_ganadores p.data_winner a:hover {
    opacity: .8;
}

@media (min-width:1300px) {
    .wrap_ganadores {
        position: absolute;
        right: -260px;
        top: -45px;
    }
}


@media (min-width:1600px) {
    .wrap_ganadores {
        position: absolute;
        right: -350px;
        top: -45px;
    }
    .wrap_ganadores p.data_winner {
        font-size: 12px;
    }
}

@media (max-width:574px) {
    .wrap_ganadores .bg_yellow {
        margin-top: -10px;
        padding: 25px 15px 15px;
    }
    
    .wrap_ganadores p.name_winner {
        font-size: 1.8rem;
    }
    .wrap_ganadores p.purpple_burbuja {
        font-size: 1.5rem;
        padding: 0 25px;
    }
    .modal_winner .modal-dialog .modal-content nav.breadcrumb ul {
        justify-content: center;
    }
}

@media (max-width:375px) {
    .wrap_ganadores p.purpple_burbuja {
        font-size: 1.2rem;
    }
}