* {
	box-sizing: border-box;
}

body {
	font-size: 15px;
	background-color: white;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}



@font-face {
	font-family: "Wilke-bold-italic";
	src: url(https://marchagreen.elcorreo.com/fonts/WilkeLTStd-BoldItalic.otf) format("opentype");
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
ul,
li {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}



.container {
	padding: 10px 0;
}

.row {
	margin-left: 0;
	margin-right: 0;
}



#elcorreo-header {
	padding: 0;
	margin: 0;
	height: 0;
}

#elcorreo-header iframe {
	width: 100%;
	height: 35px;
	background: #000;
	border: none;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

#header {
	text-align: center;
	position: absolute;
	top: 75px;
	width: 100%;
}



.navbar {
	margin: 0;
	min-height: 0;
}

.navbar-inner .container {
	padding: 0;
}

.navbar-inner .nav>li {
	width: auto !important;
}

#navi {
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 4px 10px rgba(50, 50, 50, 0.4);
}

.nav {
	position: relative;
	z-index: 99999;
}

.nav li a {
	text-shadow: 0px 1px 5px #fff;
	color: #555;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}

.navbar .nav li a {
	text-shadow: none;
}

.nav-tabs>li>a {
	border-radius: 0;
	border: none;
}

.nav li.active,
.nav li.active:hover {
	background: rgba(255, 255, 255, 0.7);
}

.nav li:hover a,
.nav li:focus a,
.nav li:hover,
.nav li:focus {
	background: none;
}



#titulo-principal {
	font-family: 'Bree Serif', serif;
	text-align: center;
	margin-top: 0;
	font-size: 60px;
	color: #009640;
}

#titulo-principal span {
	font-size: 60px;
	font-family: 'Bree Serif', serif;
}

#titulo-secundario {
	text-align: center;
	font-family: 'Wilke', serif;
	color: #334e0a;
	font-size: 22px;
	line-height: 1.2em;
	width: 85%;
	margin: 2rem auto;
}

.main-title,
.second-title {
	text-align: center;
	font-weight: 700;
}

.home h1.main-title,
.home .recorrido h1.main-title,
.recorrido h2.second-title,
.recorrido .title-caption {
	color: #fff;
	margin-top: 100px;
}

.second-title {
	font-size: 20px;
	font-weight: 300;
}

.title-caption {
	color: #fff;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
}



#parrafo-principal {
	color: #339933;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-weight: bold;
	font-size: 22px;
	color: #444;
	line-height: 28px;
	margin-bottom: 50px;
}

h3.red {
	color: #fff;
	background: #FF0000;
	padding: 10px 15px;
	border-radius: 4px;
}

h3.blue {
	color: #fff;
	background: #3366ff;
	padding: 10px 15px;
	border-radius: 4px;
}

h3.yellow {
	color: #fff;
	background: #ffcc33;
	padding: 10px 15px;
	border-radius: 4px;
}



.center {
	text-align: center;
}

.left {
	text-align: left;
}

.flex {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.green {
	font-weight: 600;
	color: #009944;
	font-size: 40px;
	font-family: 'Bree Serif', serif;
}

.list {
	text-align: left;
	list-style-type: none;
}

.list strong {
	font-size: 18px;
}



#main {
	padding: 10px 0;
	width: 100%;
	height: 700px;
	background-image: url(../img/marcha-green-2022-3-header.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}



#icons {
	display: flex;
	justify-content: space-around;
	max-width: 750px;
	margin: 20px auto;
}

#icons div {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#icons div:nth-child(1),
#icons div:nth-child(2) {
	width: 50%;
}

.primero {
	margin-left: -94px;
}



.fa-solid.fa-calendar-days {
	color: white;
	font-size: 30px;
	border: 2px solid #339933;
	padding: 10px 12px;
	border-radius: 50px;
	background-color: #339933;
}

.fa-solid.fa-camera {
	color: white;
	font-size: 30px;
	border: 2px solid #ffffff;
	padding: 10px;
	border-radius: 50px;
	margin-right: 20px;
}

.fa-solid.fa-clock,
.fa-calendar,
.fa-location-dot,
.fa-ticket,
.fa-camera,
.fa-circle-exclamation,
.fa-coins {
	color: #ffffff;
	font-size: 30px;
	padding: 10px;
}

.fa-solid.fa-map-location-dot {
	color: white;
	font-size: 30px;
	border: 2px solid #339933;
	padding: 10px 8px;
	border-radius: 50px;
	background-color: #339933;
	margin-right: 20px;
}

.fa-solid.fa-file-pen.cabecera {
	color: white;
	font-size: 30px;
	border: 2px solid #339933;
	padding: 10px 8px;
	border-radius: 50px;
	background-color: #339933;
	margin-right: 20px;
	text-align: center;
}

.fa-solid.fa-circle-exclamation {
	font-size: 100px;
	border-radius: 50px;
	margin: 0 auto;
}



#secondary {
	position: relative;
	border-radius: 8px 8px 0 0;
}

#secondary img {
	border-radius: 8px;
	box-shadow: 0px 2px 12px #333;
}

#secondary .secondary-text h2 a {
	position: relative;
	top: -120px;
	color: #fff;
	max-width: 70%;
	margin: 0 auto;
	text-shadow: 1px 0px 3px #111;
	background: #141415bd;
	text-transform: uppercase;
	padding: 12px;
	line-height: 1.7em;
}

#secondary .secondary-text h3 {
	color: #009944;
}

#secondary .secondary-text p {
	margin: 30px auto;
	font-size: 17px;
}

#tertiary {
	background: #D5D5D5;
	padding: 30px 0;
}



#caja-info {
	color: #334e0a;
	font-size: 18px;
	font-weight: normal;
	background: #cccc00e6;
	border-radius: 16px;
	padding: 20px;
	margin: 15px auto;
}

#caja {
	display: flex;
	margin-top: 47px;
	justify-content: space-around;
}

#caja>#sol {
	position: static;
	top: 0;
	box-shadow: none;
	margin-left: auto;
}

#caja div {
	margin-left: 51px;
	width: 50%;
}

#caja li {
	margin-top: 8px;
	font-size: 15px;
	line-height: 0.9em;
}

#caja strong {
	font-size: 18px;
}

#caja h2 {
	text-align: left !important;
	font-family: 'Bree Serif';
	color: #000;
	font-size: 40px;
	line-height: 0.9em;
}



h2.recorrido-title {
	color: #009944;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	padding-left: 20px;
}

ol.recorrido {
	text-align: left;
}

.recorrido li {
	padding-left: 20px;
}

.avituallamiento {
	background: #e9e9e9;
}

#recorrido {
	border-radius: 8px 8px 0 0;
	text-align: center;
	padding-top: 20px;
}

#recorrido h1,
#lista-fotos h1 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin: 35px 0;
	color: #009944;
	text-transform: uppercase;
}

.recorrido-lista {
	background: #f5f5f5;
	padding: 20px;
}

.recorrido-lista ol li {
	margin-bottom: 15px;
}

.recorrido-lista ol>li:before {
	font-weight: bold;
}

.horas {
	background-color: #ccc;
	color: #000;
	padding: 3px;
}



#cta {
	position: static;
	width: 100%;
	margin-top: 35px;
}

#cta .row {
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
}

#cta h3 {
	color: #2e2e2e;
	padding: 15px 25px;
	width: 100%;
	margin: 10px auto;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	font-family: 'Wilke', serif;
}

#cta h3.info {
	background: none;
	color: #333;
	font-size: 18px;
	text-align: left;
	width: 100%;
}



.inscripciones {
	background: #444;
	color: #fff;
	text-align: left;
	margin: 55px;
	padding: 20px;
}

.recaudacion {
	color: #fff;
	padding: 15px 25px;
	text-align: left;
	margin: 10px 0;
	border-radius: 20px;
	border: 1px solid black;
	border-left: 8px solid #339933;
	font-size: 14px;
	line-height: 32px;
	width: 100%;
}

.recaudacion h4 {
	text-transform: uppercase;
	font-weight: bold;
}

.sec-inscripciones {
	max-width: 1200px;
	width: 100%;
	margin: 50px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 10px;
}

.sec-inscripciones h3 {
	padding: 10px;
	color: #339933;
	font-size: 30px;
	font-family: 'Bree Serif';
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}



#listaprincipal {
	list-style: none;
	padding-left: 0;
	margin-top: 30px;
}

.listasecun {
	text-align: left;
	padding-left: 80px;
}



img.logo {
	box-shadow: 0 4px 10px rgba(50, 50, 50, 0.4);
	border-radius: 8px;
}

img.logo-elcorreo {
	width: 120px;
}

img.fix-width {
	max-width: 100%;
}

.image {
	padding: 3px;
	border: 2px solid #e0e0e0;
	margin: 3px;
}

.image:hover {
	border: 2px solid #009944;
}



#footer {
	padding: 0;
	width: 100%;
}

#footer a {
	color: white;
}

#footer .row {
	margin: 0;
}

.negro {
	width: 100%;
	background-color: #2a2a2a;
}

.blanco {
	width: 100%;
	margin: 0 auto;
}

footer {
	width: 100%;
	margin: 0 auto;
}

.footer-links {
	padding: 30px 0;
	font-size: 12px;
}

.patrocinadores {
	padding-bottom: 20px;
}



#social {
	padding: 20px;
	background: linear-gradient(90deg, #003d12 0%, #009d3d 40%, #009d3d 40%, #003d12 100%);
	width: 100%;
}

.rowsocial {
	width: 71% !important;
	margin: 0 auto;
}



#seccion {
	width: 100%;
	height: 605px;
	position: relative;
	top: 129px;
	background-image: url(../imagenes/inscripcion-marcha-solidaria-green-2022.png);
	background-position: bottom;
	background-color: #eeeeee;
	background-repeat: no-repeat;
}

#seccion2 {
	width: 100%;
	height: auto;
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	top: 20vh;
	padding: 0 0 71px;
}

#seccion>div,
#seccion2>div {
	width: 50%;
	height: 100%;
	margin: 0 auto;
}

#secciondiv {
	position: absolute;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 40%;
}

#secciondiv2 {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

#secciondiv p,
#secciondiv2 p {
	font-size: 20px;
}

#seccion h3 {
	height: 50px !important;
	color: #000;
	position: absolute;
	top: 77px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	text-align: center;
	font-size: 40px;
}



#iconos2 {
	position: relative;
	width: 100%;
	top: 153px;
	display: flex;
	justify-content: space-around;
}

#iconos22 {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

#iconos2 div,
#iconos22 div {
	width: 33.33%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#iconos2 img,
#iconos22 img {
	object-position: center;
	object-fit: cover;
	width: 40%;
}



#cuadro {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	padding: 20px;
	position: relative;
	top: 143px;
	left: 50%;
	transform: translateX(-50%);
}

#cuadro div {
	width: 33.33%;
	display: flex;
	flex-direction: column;
}

#cuadro div p {
	padding: 0 !important;
}

#cuadro div ul {
	padding-left: 20px;
}



.prueba {
	background-image: url(../img/prueba.svg);
	background-size: 100% 100px;
	bottom: 0;
	height: 100px;
	z-index: 1;
	position: relative;
	top: 259px;
}

.nuves {
	background-image: url(../img/nuves2.svg);
	background-size: 100% 100px;
	height: 22px;
	z-index: 1;
}

.recomendaciones {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0;
}

.fila {
	background-color: #f7f7f7;
	padding: 40px 0;
}

.titularnoticia {
	text-align: center;
	font-size: 35px;
	margin-bottom: 30px;
}

.linea {
	display: block;
	width: 250px;
	height: 3px;
	background-color: #fbb907;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.fila h3 a {
	text-align: center;
	color: black;
	font-size: 20px;
}



#lista-fotos {
	border-radius: 8px 8px 0 0;
	padding-top: 20px;
	text-align: center;
}

#categoria-fotos {
	background: #fff;
	padding: 20px 0;
	text-align: center;
}



.navbar-nav2 {
	float: right;
	display: flex;
}

.pagination {
	text-align: center;
	margin: 40px 0 0 0;
}

.navigation {
	margin: 26px 0 0 0;
}

.numeration {
	padding: 5px;
	color: #fff;
	background: #C3151C;
}



.error .container {
	background: none;
}

.error h1 {
	font-size: 72px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.error h2 {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.errorcontainer {
	padding-top: 10%;
}

a.errorlink {
	color: #fff !important;
	padding: 10px 15px;
	border-radius: 3px;
	background: #fff;
	color: #29AD51 !important;
	font-weight: 600;
}

a.errorlink:hover {
	text-decoration: underline !important;
}



#salto {
	font-size: 15px;
	color: orange;
}



#eus.naranja {
	background-color: orange;
	color: white;
}

#cas.naranja {
	background-color: #339933;
	color: white;
}



@media screen and (max-width: 991px) {

	.grupocirculos {
		margin-top: 650px;
	}
}


@media screen and (max-width: 768px) {

	.grupocirculos {
		margin-top: 5px;
	}

	#titulo-principal {
		font-size: 35px;
		line-height: 0.8;
		margin-top: 15px;
	}

	.recaudacion {
		margin: -32px auto;
		width: 100%;
	}

	#cta h3 {
		margin-top: 26px;
	}

	#seccion {
		top: -120px !important;
		height: auto;
	}

	#seccion2 {
		top: 0;
	}

	#caja>#sol {
		margin: auto;
	}

	#seccion h3 {
		position: relative !important;
		margin: 0 auto !important;
		line-height: 1.1em !important;
	}

	#secciondiv {
		position: relative;
		width: 80%;
	}

	#iconos2 {
		top: 59vh !important;
		display: flex;
		flex-direction: column;
		width: 255px;
		left: 50%;
		transform: translateX(-50%);
	}

	#iconos22 {
		display: flex;
		flex-direction: column;
	}

	#iconos2 div,
	#iconos22 div {
		width: 100%;
		margin-top: 47px;
	}

	#icons {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#icons div {
		flex-direction: row;
		justify-content: space-around;
		width: 80% !important;
		align-items: center;
	}

	.primero {
		margin-left: 0;
	}

	#main {
		opacity: 0.9;
		height: auto !important;
		background-position: top;
	}

	#caja {
		flex-direction: column;
		margin-top: -82px;
	}

	#caja div {
		width: 80%;
		margin-left: 0 !important;
	}

	#titulo-secundario {
		font-size: 20px;
		width: 80%;
	}

	h3 {
		margin-bottom: 40px;
	}

	#tertiary {
		padding: 0;
	}

	#secondary,
	#secondary img,
	#secondary .secondary-text,
	#secondary .secondary-text h2,
	.home #social,
	.home #footer {
		position: inherit;
		top: auto;
		height: auto;
		box-shadow: none;
		padding: 18px 0;
	}

	#cta {
		position: relative;
		top: auto;
		height: auto;
		box-shadow: none;
		padding: 38px 0;
		width: 100%;
	}

	#secondary img,
	#secondary {
		border-radius: 0;
	}

	#secondary .secondary-text h2 {
		font-size: 22px;
		line-height: 30px;
		max-width: 100%;
		padding: 15px;
		margin-top: 0 !important;
	}

	#cuadro {
		background-color: white;
		width: 90%;
		margin: 20px auto;
	}

	#navi {
		margin-bottom: 0;
	}

	#secondary .secondary-text p {
		padding: 20px 0 0;
	}

	#secondary .secondary-text h3 {
		padding: 0 15px;
	}

	.nav>li {
		text-align: center;
		width: 33%;
		float: left;
	}

	.navbar-inner .nav li.icon {
		width: auto !important;
	}

	#navi .container {
		padding: 0;
	}

	#recorrido,
	#lista-fotos {
		border-radius: 0;
	}

	.recomendaciones {
		flex-direction: column;
	}

	.nuves {
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.prueba {
		top: 63px;
	}
}
