@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*/

/*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: 'Arimo', sans-serif !important;
	}
	
	/*.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; 
	}

/*FIN General*/

/*Header*/

	a.logo {
	    display: block;
	    max-width: 270px;
	    margin: auto;
	}

	.navbar.navbar-expand-md {
	    background: #fff;
	    border-radius: 100px;
	    position: relative;
	    left: 65px;
	    /*left: 50px;*/
	}

	#header-ecoconcurso-2020 {
	    position: fixed;
	    width: 100%;
	    top: 45px;
	    transition: all .3s;
	    z-index: 100;
	}

	.nav-link {
	    color: #8f3f8f;
	    font-weight: 700;
	    font-size: 14px;
	    height: 68px;
	    padding-top: 4px !important;
	    letter-spacing: -.5px;
	    border-right: 2px solid #8f3f8f;
	    padding-right: 30px !important;
	    line-height: 16px !important;
	}

	.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, -8px);
	  transform: rotate(45deg) translate(-8px, -8px);
	}
	/*fin icono menu*/

	@media (max-width: 1204px){

		header a.logo {
		    margin: 0px !important;
		    margin-left: 10px !important;
		}

		.fila-solo-movil{
			display: flex;
		}

		.fila-solo-escritorio{
			display: none;
		}

		#menu-movil {
		    display: block;
		}

		header .caja-boton-menu {
		    float: right;
		    margin-top: 7px;
		}

		#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: block;
		    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){
		
		.anuncio1 {
		    font-size: 32px !important;
		    max-width: 450px !important;
		}

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

	.punto-amarillo p {
	    color: #8f3f8f;
	}

	.img-mundo {
	    max-width: 600px;
	    margin: auto;
	    display: block;
	    width: 500px;
	}

	.anuncio1 {
	    background: #8f3f8f;
	    color: #ffe344;
	    text-transform: uppercase;
	    padding: 5px 25px;
	    border-radius: 100px;
	    font-weight: 900;
	    text-align: center;
	    max-width: 650px;
	    margin: auto;
	    font-size: 48px;
	    transition: all .3s;
	}

	.anuncio1:hover {
		background:#ffe345;
		color: #8f3f8f;
	}
	.anuncio2 {
	    color: #53a8bd;
	    text-align: center;
	    margin-top: 3;
	    margin-top: 10px;
	    font-weight: 900;
	    font-size: 40px;
	}

	.img-estaciones-certificacion {
	    width: 250px;
	    display: block;
	    margin: auto;
	    margin-top: 30px;
	}

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

	@media (max-width: 490px){

		.anuncio1 {
		    font-size: 18px !important;
		    max-width: 300px !important;
		}

		.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*/
	
	.titulo-consigna {
	    text-align: center;
	    font-size: 48px;
	    font-weight: bold;
	    margin-bottom: 25px;
	    letter-spacing: -2px;
	    margin-top: 35px;
	}

	.sub-titulo-consigna {
	    text-align: center;
	    font-weight: bold;
	}

	.texto-consigna {
	    text-align: center;
	}

	#consigna img {
	    width: 230px;
	    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: 34px;
	    font-weight: bold;
	    text-align: center;
	    margin-top: 15px;
	}

	.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*/

	#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: 48px;
	    font-weight: bold;
	    margin-bottom: 25px;
	    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;
	}

	.subir-archivo-bases-recaptcha {
	    border-top: 1px solid #fff;
	    border-bottom: 1px solid #fff;
	    margin-top: 50px;
	    margin-bottom: 20px;
	    padding: 20px 10px;
	}

	.acepto-radio {
	    float: left !important;
	    width: 25px;
	    margin-right: 15px !important;
	}
	
	.label-acepto-radio {
	    padding-top: 10px;
	}

	.ver-bases {
	    color: #8f3f8f;
	    text-transform: uppercase;
	    max-width: 224px;
	    margin: auto;
	    display: block;
	}

	.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;
	    /* white-space: nowrap; */
	    -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;
	}	

	#imagenInput::-webkit-file-upload-button {
	  visibility: hidden;
	}

	.label-acepto-radio {
	    padding-top: 10px;
	    float: right;
	    width: 85%;
	}

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

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

	input#acepto-radio {
	    float: left !important;
	    /*width: 10%;*/
	    width: 30px;
    	height: 30px;
	    margin: 0px !important;
	    margin-top: 10px !important;
	}

	@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: 576px){
		#g-recaptcha > div {
		    width: 100% !important;
		}
	}

	@media (max-width: 530px){
		#btn_save {
		    font-size: 28px;
		    border: 10px solid;
		    padding: 5px 20px;
		}
	}

	@media (max-width: 400px){
		#btn_save {
		    font-size: 22px;
		}

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

		.fila-sorteo-movil{
			display: flex;
		}

		.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 .image-name {
	    text-align: center;
	    color: #8f3f8f;
	    font-weight: bold;
	    margin-bottom: 0px;
	}

	.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: 65px;
	}

	.swiper-pagination-bullet {
	    width: 15px !important;
	    height: 15px !important;
	    background: #fff !important;
	    opacity: .3 !important;
	}

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

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

		.fila-certificada-movil{
			display: flex;
		}

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

	#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: rgb(66 182 166 / 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;
	}

	@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*/

