* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.ham img {
	filter: invert(100%);
}
.menu-opc a {
	color: #0f0f0f;
}
.index {
	width: 100%;
	display: flex;
	justify-content: center;
}
.seccion {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sec-cen {
	justify-content: center;
	text-align: center;
}
.index .seccion p {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 28px;
	white-space: pre-line;
}
.index .seccion h2 {
	font-family: "Catamaran", sans-serif;
	font-size: 49px;
	line-height: 49px;
	white-space: pre-line;
	font-weight: 800;
	padding-bottom: 12px;
}
.index .seccion h3 {
	font-family: "Catamaran", sans-serif;
	font-size: 38px;
	line-height: 40px;
	white-space: pre-line;
	font-weight: 800;
	padding-bottom: 12px;
}
.sol-sos img {
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.index .col-1 {
		width: 16.66%;
	}
	.index .col-2 {
		width: 33.33%;
	}
	.index .col-3 {
		width: 50%;
	}
	.index .col-4 {
		width: 66.66%;
	}
	.index .col-5 {
		width: 83.33%;
	}
	.index .col-6 {
		width: 100%;
	}
	.div-valores p {
		font-size: 14px !important;
		line-height: 20px !important;
	}

	.img-peL {
		width: 80%;
		padding-top: 64px;
		padding-bottom: 32px;
	}
}
@media screen and (min-width: 1280px) {
	.contenido {
		width: 1280px;
		padding: 0px 64px;
		display: flex;
		flex-wrap: wrap;
	}
	.seccion {
		padding: 64px;
	}
	.div-PeL {
		padding: 0px 12px;
	}
	.div-valores {
		padding-top: 64px;
		padding-left: 64px;
		text-align: left;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.seccion {
		width: 980px;
		padding: 64px;
	}
	.div-PeL {
		padding: 0px 12px;
	}
	.div-valores {
		padding-top: 64px;
		padding-left: 64px;
		text-align: left;
	}
}

@media screen and (max-width: 1023px) {
	[class="col-"] {
		width: 100%;
	}
	.contenido {
		margin-top: 80px;
	}
	.seccion {
		width: 100%;
		padding: 32px;
	}
	.sol-sos {
		flex-direction: column;
	}
	.sol-sos img {
		width: 100%;
	}
	.sec-cen {
		text-align: left;
		justify-content: start;
	}
	.img-peL {
		width: 50%;
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.div-PeL {
		text-align: left;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.div-PeL p {
		padding-left: 42px;
	}
	.div-valores {
		padding-top: 32px;
	}
}
