@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200..1000&display=swap');
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "Nunito Sans", Arial, sans-serif;
	font-weight: 400;
	background-color: #FFF14C;
}
p {
	margin: 0;
}
a{
	text-decoration: none;
	color: #000;
	display: inline-block;
}
img{
	display: block;
	width: 100%;
}
h1{
	margin: 0;
	font-family: "Arvo", Arial, serif;
	color: #5A0ABA;
	text-align: center
}
footer{
	text-align: center;
	background-color: #FFEB00;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: #A59800;
	margin-top: 30px;
	padding: 10px;
}
.header{
	padding: 10px 0 20px;
}
.imagenHeader{
	width: 100%;
	height: auto;
	max-width: 190px;
	margin: 0 auto;
	position: relative;
}
.imagenHeader span.star{
	position: absolute;
	display: block;
	filter: drop-shadow(3px 3px 0px #A59800);
}
.imagenHeader span.estrellaUno{
	width: 40px;
	left: -50px;
	animation: flotar 1.7s ease-out infinite alternate;
}
.imagenHeader span.estrellaDos{
	width: 80px;
	right: -50px;
	animation: flotar 2.3s ease-out infinite alternate;
}
.imagenHeader span.estrellaTres {
	width: 20px;
	bottom: 10px;
	left: 20px;
	animation: flotar 1.3s ease-out infinite alternate;
}
@keyframes flotar{
	from{
		transform: scale(20%);
	}
	to{
		transform: scale(100%);
	}
}
.cajaPrincipal {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}
.cajaFlex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.marcoCuadro{
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
	column-gap: 2%;
}
.cuadroLateral {
	flex-basis: 40%;
	background-color: #3CC9A9;
	position: relative;
	color: #000;
}
.cuadroLateral > p{
	border-top: 4px dotted #00896A;
	padding-top: 10px;
}
.infoPersonal{
	margin: 10px 0;
}
.infoPersonal p{
	line-height: 160%;
	font-size: 1.25em;
}
.infoPersonal p:nth-child(2) {
	margin-bottom: 20px;
}
.infoPersonal a{
	padding-left: 34px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 26px;
	margin-bottom: 12px;
	transition: 0.3s all ease-out;
	line-height: 26px;
}
.infoPersonal a:hover{
	color: #5A0ABA;
	background-position: bottom left;
}
.infoPersonal a.wasap{
	background-image: url("../img/whatsapp.svg");
}
.infoPersonal a.behance{
	background-image: url("../img/behance.svg");
}
.infoPersonal a.linkedin{
	background-image: url("../img/linkedIn.svg");
}
.infoPersonal a.codepen{
	background-image: url("../img/codepen.svg");
	margin-bottom: 0;
}
.infoPersonal .nombre{
	font-size: 2em;
	font-weight: 600;
	font-family: "Arvo", Arial, serif;
}
.cuadroColum {
	flex-basis: 58%;
}
.cuadroTexto.colorA {
	text-align: center;
	font-size: 18px;
}
.cuadroTexto.colorA a{
	background-color: #5A0ABA;
	color: #fff;
	width: auto;
	padding: 10px 20px;
	border-radius: 10px;
	margin-top: 10px;
	font-family: "Arvo", Arial, serif;
	font-weight: 600;
	box-shadow: 6px 6px 0px 0px rgb(0, 0, 0);
	position: relative;
	transition: 0.1s all ease-out;
}
.cuadroTexto.colorA a::before {
	content: "";
	width: 26px;
	height: 30px;
	background-image: url("../img/descargar.svg");
	position: absolute;
	left: -16px;
	top: 10px;
}
.cuadroTexto.colorA a:hover{
	background-color: #45078F;
	box-shadow: 0 0 0px 0px rgb(0, 0, 0);
	transform: translate(6px, 6px);
}
.colorB {
	background-color: #FF7119;
}
.estiloCaja{
	border-radius: 20px;
	padding: 20px;
	line-height: 160%;
}
.cajonApp{
	margin: 10px 0;
	padding: 10px;
	justify-content: center;
    align-items: center;
	column-gap: 20px;
	border: 4px dotted #FF6200;
}
.cajonApp h3{
	font-family: "Arvo", Arial, serif;
}
.listadoApp{
	gap: 20px;
	justify-content: center;
}
.cubiTo{
	background-color: #FF6200;
	width: 70px;
	height: auto;
	border-radius: 14px;
	text-align: center;
}
.lineTiempo{
	background-color: #8649CE;
	justify-content: space-evenly;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
	color: #fff;
}
.lineTiempo:after{
	content: '';
	width: 94%;
	height: 2px;
	position: absolute;
	background-color: #5A0ABA;
	z-index: -1;
	top: 24px;
}
.tieMpo{
	width: 10px;
	height: 10px;
	background-color: #FFEB00;
	display: block;
	border-radius: 100%;
	position: relative;
	margin-bottom: 48px;
}
.tieMpo:after{
	content: '';
	width: 2px;
	height: 10px;
	background-color: #FFEB00;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 10px);
}
.tieMpo p{
	position: absolute;
	z-index: 1;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, 22px);
	text-align: center;
}
.arChivos{
	background-color: steelblue;
	flex-basis: 33.33%;
}
@media only screen and (max-width: 768px){
	.marcoCuadro {
    	display: block;
	}
	.cuadroLateral {
    	margin-bottom: 10px;
	}
}
@media only screen and (max-width: 570px){
	.lineTiempo {
    	display: block;
	}
	.tieMpo:after {
		width: 10px;
		height: 2px;
		left: 15px;
		transform: translate(-50%, 4px);
	}
	.tieMpo p {
		left: 30px;
		transform: translate(0, 0);
		top: -5px;
		text-align: left;
	}
	.lineTiempo:after {
		width: 2px;
		height: 90%;
		top: 0;
		left: 24px;
	}
}