main {
	max-width: 100%;
}

video {
	margin: 0px;
	padding: 0px;
	width: 50%;
}

section.Primera {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	gap: 5vw;
	padding: 0px 5vw;
	height: auto;
	width: calc(100% - 10vw);
}

div.Primera_texto {
	text-align: justify;
	width: 50%;
}
div.Primera_texto h1 {
	font-family: Gill;
	font-size: 3.0em;
	text-align: center;
}
div.Primera_texto p {
	line-height: 1.6em;
}


section.Menina {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 40px 0px;
	padding: 0px 5vw;
	width: calc(100% - 10vw);
}

section.Menina img {
	/*
	border-radius: 50%;
	box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 0px;
	height: 300px;
	max-height: 300px;
	width: 300px;
	max-width: 300px;
	
	transition: transform 0.2s;
	*/
	border-radius: 6px;
	box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 0px;
	height: auto;
	width: 40%;
	
}


div.CheckMark {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-top: 12px;
	height: 48px;
	width: 48px;
}

div.Menina2 {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
	margin-left: 5vw;
}

div.Menina3 {
	display: flex;
	fill: green;
	flex-flow: row nowrap;
}
div.Menina4 {
	display: flex;
	flex-flow: column nowrap;
	margin-left: 0px;
}

div.Menina4 h3 {
	margin: 12px 0px 0px 0px;
	padding: 0px;
}
div.Menina4 p {
	margin: 6px 0px 0px 0px;
	padding: 0px;
}





section.Noticias {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	/* gap: 20px; */
	margin: 20px auto 20px auto;
	padding: 0px 5vw;
}

section.Noticias h1 {
	font-family: 'Gill';
	font-size: 2.6em;
	text-align: center;
	margin: 12px 0px 20px 0px;
	width: 100%;
}

section.Noticias article {
	align-items: center;
	background-color: white;
	box-shadow: 6px 6px 6px 5px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	margin: 0px 10px 20px 10px;
	padding: 1vw 1vw 1vw 1vw;
	width: calc(50% - 2vw - 20px);
	max-width: 500px;
}

section.Noticias article img {
	margin-bottom: 6px;
	width: 100%;
}

section.Noticias article h2 {
	color: var(--main-text-negro);
	font-family: 'RobotoCondensed';
	text-align: left;
	text-transform: uppercase;
	margin: 0px;
	width: 100%;
}

section.Noticias article p {
	color: var(--main-text-gris);
	text-align: left;
	line-height: 1.4em;
	margin: 12px 0px 0px 0px;
}

section.Noticias article a, section.Noticias article a:visited {
	background-color: #102e63;
	border-radius: 6px;
	border: 1px solid var(--main-back-azul);
	/* box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.6); */
	color: white;
	cursor: pointer;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	transition:
		background-color 1s,
		color 0.5s,
		transform 0.5s;
	margin: 20px 0px 10px 0px;
	padding: 12px 24px;
	width: 198px;
}
section.Noticias article a:hover {
	background-color: var(--main-back-grisclaro);
	color: var(--main-text-azul);
	transform: scale(1.1, 1.1);
}






section.Ayudanos {
	background-color: #f7f7f7;
	background-color: #e7e7e7;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0px;
	padding: 0px 5vw 0px 5vw;
}

section.Ayudanos h1 {
	font-family: 'Gill';
	font-size: 2.6em;
	text-align: center;
	margin: 12px 0px 20px 0px;
	width: 100%;
}

div.D_Ayudanos {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: space-between;
	margin: 0px 10px;
	padding: 0px 0px 20px 0px;
	width: calc(50% - 20px);
	max-width: 500px;
}

div.D_Ayudanos img {
	border-radius: 10px;
	box-shadow: 6px 6px 6px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	width: 100%;
}

div.D_Ayudanos h2 {
	font-family: 'Impact';
	margin: 0px;
}

div.D_Ayudanos p {
	text-align: center;
}

div.D_Ayudanos a {
	background-color: var(--main-back-azul);
	border-radius: 6px;
	border: 1px solid var(--main-back-azul);
	box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.6);
	color: white;
	cursor: pointer;
	font-size: 1.2em;
	text-decoration: none;
	transition:
		background-color 1s,
		color 0.5s;
	margin: 10px 0px;
	padding: 20px 40px;
}
div.D_Ayudanos a:hover {
	background-color: #eee;
	color: var(--main-text-azul);
}



@media only screen and (max-width: 980px) {
	
	section.Primera {
		flex-flow: column-reverse nowrap;
		gap: 0vw;
	}
	
	div.Primera_texto, video {
		width: 100%;
	}
	
	
	section.Menina {
		flex-flow: column nowrap;
	}
	section.Menina img {
		margin-bottom: 30px;
		width: calc(100% - 5vw + 11px);
	}
	div.Menina2 {
		margin-left: 0vw;
	}
	
	section.Noticias {
		padding: 0px 1vw;
	}
	section.Noticias article {
		margin-bottom: 20px;
		width: calc(100% - 2vw);
	}
	
	section.Ayudanos {
		padding: 0px 1vw;
	}
	div.D_Ayudanos {
		width: calc(100% - 2vw + 11px);
		max-width: 500px;
	}
	
	
}




@media only screen and (max-width: 600px) {
	section.Menina img {
		width: calc(100% - 2vw);
	}
	section.Noticias article {
		width: calc(100% - 2vw);
	}
}
