html
{
	overflow-x: hidden;
	overflow-y: scroll;
	
}
body
{
	width: 100%;
	overflow: hidden;
	overflow-y: hidden;
}
.Header
{
	height: 120px;
	padding: 15px 100px;
	background: white;
}
.Logo
{
	height: 100px;
	width: 100px;
	border-radius: 150px;
}
.ContenedorOpcionesMenu
{
	font-size: 23px;
	font-weight: bold;
	color: #47814c;
	display: inline-block;
	vertical-align: top;
	top: 50%;
	transform: translateY(-50%);
	right: 100px;
	position: absolute;
}
.OpcionMenu
{
	display: inline-block;
	margin-left: 70px;
}
.Hero
{
	background-image: url("design/fondohero.jpeg");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	height: 450px;
	min-height: calc(100vh - 250px);
	text-align: center;
}
.HeroTitulo
{
	font-size: 30px;
	font-weight: bold;
	color: white;
	background: #2a4d89;
	padding: 15px 45px;
	border-radius: 30px;
	border: 5px solid #47814c;
	display: inline-block;
	margin-top: 3%;
}
.HeroLogo
{
	height: 250px;
	width: 250px;
	border-radius: 300px;
	margin-top: 3%;
}
.HeroSubtitulo
{
	background: rgba(0,0,0,0.5);
	padding: 15px 40px;
	font-size: 25px;
	font-weight: bold;
	color: white;
	display: inline-block;
	margin-top: 3%;
}
.DivisorVerde
{
	font-size: 25px;
	font-weight: bold;
	color: white;
	background: #47814c;
	padding: 3% 20%;
	text-align: center;
	text-shadow: 3px 1px 5px rgba(0, 0, 0, 0.5);
}
.Objetivos
{
	text-align: center;
	padding: 40px 0;
}
.NumeroCirculo
{
	width: 100px;
	height: 100px;
	border-radius: 100px;
	font-size: 65px;
	color: white;
	background: #47814c;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
}
.TextoObjetivo
{
	background: white;
	font-size: 20px;
	width: 400px;
	display: inline-block;
	border-radius: 20px;
	padding: 30px;
	font-weight: bold;
	margin: 0 5%;
	vertical-align: bottom;
}
.Objetivo1
{
	transform: translateY(-50px);
}
.IconoObjetivo
{
	height: 200px;
	display: inline-block;
}
.CuadroActividades
{
	width: 60%;
	height: 400px;
	background: white;
	border-radius: 20px;
	overflow: hidden;
	margin: 90px auto;
}
.ImagenCuadro
{
	height: 400px;
	width: 400px;
	display: inline-block;
}
.DescripcionActividades
{
	width: calc( 100% - 401px);
	display: inline-block;
	text-align: center;
	padding: 40px;
	vertical-align: top;
	top: 50%;
	transform: translateY(-50%);
}
.TituloActividades
{
	font-weight: bold;
	font-size: 25px;
	color: #47814c;
	display: inline-block;
	margin-bottom: 15px;
}
.TextoActividades
{
	font-size: 19px;
	color: black;
	display: inline-block;
	font-weight: bold;
}
.CajaTituloGris
{
	width: 30%;
	background: #777777;
	color: white;
	font-weight: bold;
	font-size: 25px;
	margin: 50px auto;
	padding: 15px 60px;
	border-radius: 10px;
	text-align: center;
}
.Intervenciones
{
	width: 60%;
	height: 400px;
	overflow: hidden;
	margin: 30px auto;
}
.CuadroInter
{
	height: 400px;
	width: 400px;
	display: inline-block;
	border-radius: 10px;
}
.TextoInter
{
	font-size: 23px;
	font-weight: bold;
	color: black;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding: 5%;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 401px);
}
.TextoGrandeNegro
{
	font-weight: bold;
	font-size: 25px;
	color: black;
	width: 60%;
	margin: 40px auto;
	text-align: center;
}
.ImagenAdopta
{
	width: 400px;
	height: 400px;
	margin: 10px auto;
	display: block;
	border-radius: 10px;
}
.TextoVerde
{
	font-size: 40px;
	font-weight: bold;
	color: #47814c;
	text-align: center;
	margin: 30px auto;
}
.Cora
{
	font-size: 300px;
	text-align: center;
	margin: -30px auto;
}
.Social
{
	width: 350px;
	margin: 40px;
	display: inline-block;
	vertical-align: top;
}
.Contacto
{
	text-align: left;
	padding: 5%;
	padding-left: 10%;
	font-size: 25px;
	font-weight: bold;
	color: black;
	display: inline-block;
	max-width: 60%;
	vertical-align: top;
	text-shadow: 1px 1px 8px rgba(254, 254, 254, 0.6);
}
.Contacto .FB
{
	width: 350px;
}
.Contacto > div
{
	display: inline-block;
}
.Mapa
{
	min-width: 300px;
	width: 30%;
	display: inline-block;
	margin: 3%;
	vertical-align: top;
}
.ImagenFull
{
	width: 100%;
}
.Donacion
{
	display: inline-block;
	width: 80%;
}
.CuadroAdoptaPerrito
{
	width: 160px;
	border-radius: 10px;
	background: white;
	padding: 10px;
	height: 185px;
	display: inline-block;
	margin: 10px;
	text-align: left;
}
.FotoAdoptaPerrito
{
	width: 140px;
	height: 85px;
	object-fit: cover;
	border-radius: 5px; 
}
.NombreAdoptaPerrito
{
	font-size: 20px;
	font-weight: bold;
	color: green;
}
.SubtituloPerrito
{
	font-size: 15px;
	color: dimgray;
	display: inline-block;
}
.InfoAdoptaPerrito
{
	font-size: 16px;
	color: black;
	display: inline-block;
	font-weight: bold;
}
.CajaPerritos
{
	text-align: center;
}
@media only screen and (max-width: 1400px) {
	.Header
	{
		height: 90px;
		padding: 5px 100px;
	}
	.Logo
	{
		height: 80px;
		width: 80px;
	}
	.ContenedorOpcionesMenu
	{
		font-size: 20px;
	}
	.OpcionMenu
	{
		margin-left: 50px;
	}
	.Hero
	{
		height: 450px;
	}
	.HeroTitulo
	{
		font-size: 25px;
		padding: 10px 35px;
		border-radius: 20px;
		border: 3px solid #47814c;
		margin-top: 3%;
	}
	.HeroLogo
	{
		height: 200px;
		width: 200px;
		margin-top: 3%;
	}
	.HeroSubtitulo
	{
		padding: 10px 30px;
		font-size: 20px;
		margin-top: 3%;
	}
	.DivisorVerde
	{
		font-size: 20px;
		padding: 3% 20%;
		text-align: center;
	}
	.Objetivos
	{
		padding: 20px 0;
	}
	.NumeroCirculo
	{
		width: 70px;
		height: 70px;
		font-size: 45px;
		padding-top: 5px;
	}
	.TextoObjetivo
	{
		font-size: 18px;
		width: 400px;
		border-radius: 10px;
		padding: 20px;
		margin: 0 5%;
	}
	.Objetivo1
	{
		transform: translateY(-20px);
	}
	.IconoObjetivo
	{
		height: 150px;
	}
	.CuadroActividades
	{
		height: 300px;
		margin: 40px auto;
	}
	.ImagenCuadro
	{
		height: 300px;
		width: 300px;
		display: inline-block;
	}
	.DescripcionActividades
	{
		width: calc( 100% - 301px);
		padding: 30px;
	}
	.TituloActividades
	{
		font-size: 20px;
	}
	.TextoActividades
	{
		font-size: 16px;
	}
	.CajaTituloGris
	{
		width: 35%;
		font-size: 22px;
		margin: 30px auto;
		padding: 15px 50px;
	}
	.Intervenciones
	{
		height: 300px;
		margin: 25px auto;
	}
	.CuadroInter
	{
		height: 300px;
		width: 300px;
	}
	.TextoInter
	{
		font-size: 20px;
		width: calc(100% - 301px);
	}
	.TextoGrandeNegro
	{
		font-size: 20px;
		margin: 30px auto;
	}
	.ImagenAdopta
	{
		width: 300px;
		height: 300px;
		margin: 10px auto;
	}
	.TextoVerde
	{
		font-size: 30px;
		margin: 25px auto;
	}
	.Cora
	{
		font-size: 200px;
		margin: -20px auto;
	}
	.Social
	{
		width: 300px;
		margin: 30px;
	}
	.Contacto
	{
		font-size: 15px;
	}
	.Mapa
	{
		min-width: 300px;
	}
}
@media only screen and (max-width: 1000px) {
	.TituloActividades
	{
		font-size: 17px;
	}
	.TextoActividades
	{
		font-size: 15px;
	}
	.DescripcionActividades
	{
		padding: 10px;
	}
	.CuadroActividades
	{
		width: 70%;
	}
	.CajaTituloGris
	{
		padding: 10px;
	}
	.TextoInter
	{
		font-size: 18px;
	}
	.Intervenciones
	{
		width: 70%;
	}
}
@media only screen and (max-width: 800px) {
.Header
{
	height: 70px;
	padding: 5px 10px;
	background: white;
}
.Logo
{
	height: 60px;
	width: 60px;
	border-radius: 150px;
}
.ContenedorOpcionesMenu
{
	font-size: 14px;
	right: 30px;
}
.OpcionMenu
{
	margin-left: 10px;
}
.Hero
{
	height: 450px;
}
.HeroTitulo
{
	font-size: 20px;
	padding: 10px 25px;
	border-radius: 20px;
	border: 3px solid #47814c;
	margin-top: 10%;
	width: 90%;
}
.HeroLogo
{
	height: 200px;
	width: 200px;
	margin-top: 5%;
}
.HeroSubtitulo
{
	padding: 10px 20px;
	font-size: 18px;
	margin-top: 10%;
	width: 90%;
}
.DivisorVerde
{
	font-size: 19px;
	padding: 3% 5%;
}
.Objetivos
{
	text-align: center;
	padding: 30px 0;
}
.NumeroCirculo
{
	width: 70px;
	height: 70px;
	font-size: 55px;
	padding-top: 3px;
	top: 0;
	transform: translateY(0%);
}
.TextoObjetivo
{
	font-size: 20px;
	width: 90%;
	border-radius: 10px;
	padding: 15px;
	top: 0;
	transform: translateY(0%);
}
.IconoObjetivo
{
	height: 150px;
	display: inline-block;
}
.CuadroActividades
{
	width: 80%;
	height: auto;
	border-radius: 15px;
	overflow: hidden;
	margin: 5% auto;
	text-align: center;
}
.ImagenCuadro
{
	width: 100%;
	height: auto;
	display: inline-block;
}
.DescripcionActividades
{
	width: 90%;
	display: inline-block;
	padding: 20px;
	vertical-align: top;
	top: 0;
	transform: translateY(0);
}
.TituloActividades
{
	font-weight: bold;
	font-size: 20px;
	color: #47814c;
	display: inline-block;
	margin-bottom: 15px;
}
.TextoActividades
{
	font-size: 18px;
	color: black;
	display: inline-block;
	font-weight: bold;
}
.CajaTituloGris
{
	width: 80%;
	font-size: 20px;
	margin: 40px auto 20px auto;
	padding: 10px 30px;
}
.Intervenciones
{
	width: 90%;
	height: auto;
	margin: 30px auto;
	text-align: center;
}
.CuadroInter
{
	width: 90%;
	height: auto;
	border-radius: 10px;
	text-align: center;
}
.TextoInter
{
	font-size: 18px;
	width: 90%;
	transform: translateY(0);
}
.TextoGrandeNegro
{
	font-size: 20px;
	width: 90%;
	margin: 30px auto;
}
.ImagenAdopta
{
	width: 90%;
	height: auto;
	margin: 10px auto;
	display: block;
	border-radius: 10px;
}
.TextoVerde
{
	font-size: 30px;
	margin: 20px auto;
}
.Cora
{
	font-size: 150px;
	margin: -20px auto;
}
.Social
{
	width: 350px;
	margin: auto;
	display: inline-block;
	vertical-align: top;
}
.Contacto
{
	font-size: 18px;
	max-width: 90%;
	margin: auto;
}
.Mapa
{
	width: 350px;
	display: block;
	margin: auto;
}
.Mapa > iframe
{
	margin: auto;
	width: 350px;
}
}
