* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.tihe {
	text-align: left;
}

.tihe h1 {
	font-family: "Uni-sans", sans-serif;
	white-space: pre-line;
	font-size: 40px;
	line-height: 40px;
}

.tihe h3 {
	font-family: "Catamaran", sans-serif;
	font-size: 25px;
}

.index {
	width: 100%;
	color: #212322;
}

.par,
.impar {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.impar {
	background-color: #fff;
}

.par {
	background-color: #0f0f0f;
	color: #fff;
}

.seccion {
	display: flex;
	justify-content: center;
	align-items: center;
}

.seccion .col {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	width: 50%;
}

.seccion .col h2 {
	font-family: "Catamaran", sans-serif;
	font-size: 40px;
	line-height: 40px;
	white-space: pre-line;
	font-weight: 800;
}

.seccion .col p {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 28px;
}

.seccion .col img {
	width: 100%;
}

.par .seccion {
	flex-direction: row-reverse;
}

@media screen and (min-width: 1280px) {
	.tihe {
		width: 1280px;
		padding: 128px 64px;
	}
	.seccion {
		width: 1280px;
		padding: 128px 64px;
	}
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
	.tihe {
		width: 1024px;
		padding: 128px 32px;
	}
	.seccion {
		width: 1024px;
		padding: 128px 32px;
	}
}

@media screen and (max-width: 1023px) {
	.index {
		padding-top: 80px;
	}
	.tihe {
		display: block;
		padding: 128px 64px;
	}
	.seccion {
		width: 100%;
		flex-direction: column;
		padding: 128px 32px;
	}
	.par .seccion {
		flex-direction: column;
	}
	.index .col {
		width: 100%;
	}
}

/*Animacion*/

.contenedor {
	width: 100%;
	height: 512px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	animation: back-color 13500ms infinite;
	-webkit-animation: back-color 13500ms infinite;
	background-color: #1d274a;
}

.animated {
	white-space: pre-line;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-right: 10px;
	font-family: "Catamaran", sans-serif;
	font-weight: 800;
	font-size: 33px;
	line-height: 54px;
	display: flex;
	align-items: right;
	text-align: right;
	color: #f0f0f0;
	animation: text_down 13500ms infinite;
	transform: translateY(-214px);
}

.static {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 31px;
	color: #f0f0f0;
}

@media screen and (max-width: 1023px) {
	.static {
		font-size: 14px;
	}
	.animated {
		font-size: 16px;
		line-height: 37px;
		transform: translateY(-148px);
		padding-right: 4px;
	}
}

.animated .p1 {
	animation: p1 13500ms infinite;
}

.animated .p2 {
	animation: p2 13500ms infinite;
}

.animated .p3 {
	animation: p3 13500ms infinite;
}

.animated .p4 {
	animation: p4 13500ms infinite;
}

.animated .p5 {
	animation: p5 13500ms infinite;
}

.animated .p6 {
	animation: p6 13500ms infinite;
}

.animated .p7 {
	animation: p7 13500ms infinite;
}

.animated .p8 {
	animation: p8 13500ms infinite;
}

.animated .p9 {
	animation: p9 13500ms infinite;
}

.animated .p10 {
	animation: p10 13500ms infinite;
}

.animated .p11 {
	animation: p11 13500ms infinite;
}

.animated .p12 {
	animation: p12 13500ms infinite;
}

.animated .p13 {
	animation: p13 13500ms infinite;
}

.animated .p14 {
	animation: p14 13500ms infinite;
}

.animated .p15 {
	opacity: 0;
}
