@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f6f6f6;
	color:#444 ;
}

.wrapper {
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
}

/* Header */

header {
	height: 90vh;
}


/* Desarrollo */

#desarrollo .pasos {
	border-radius: 100%;
	background-color: #fff;
	width: 100px;
	height: 100px;
	box-shadow:
		5px 5px 9px #e1e1e1, 
		-5px -5px 9px #ffffff;
	font-size: 60px;
	color: #5a5a5a;
	font-weight: 700;
	text-align: center;
	padding-top: 3px;
}

@media (min-width: 992px) {
	
	#desarrollo .pasos {
		width: 130px;
		height: 130px;
		font-size: 60px;
		padding-top: 20px;
	}
}

/* Crecimiento */

#crecimiento .herramientas {
	border-radius: 100%;
	background-color: #fff;
	width: 190px;
	height: 190px;
	box-shadow:
		5px 5px 9px #e1e1e1, 
        -5px -5px 9px #ffffff;
	text-align: center;
	padding:40px 50px 50px 50px;
}

/* Éxito */

#exito .inner-card {
	background-color: #fff;
	box-shadow:
		5px 5px 9px #e1e1e1, 
        -5px -5px 9px #ffffff;
	padding:40px 50px 50px 50px;
	margin-top: 60px;
}

#exito .inner-img {
	border-radius: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	margin-top: -120px;
}

@media (min-width: 992px) {
	#exito .inner-card {
		margin-top: auto;
	}
}

/* Talento */

#talento .artista {
	border-radius: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 150px;
	height: 150px;
}

@media (min-width: 992px) {
	
	#talento .artista {
		width: 170px;
		height: 170px;
	}
}

/* Footer */

footer .newsletter input {
	border: 1px solid #fff;
	background-color: transparent;
}
footer .newsletter input::placeholder {
	color: #f9f9f9!important;
}

footer .btn-social {
	color: #fff!important;
	font-size: 25px;
}

footer .btn-social:hover {
	opacity:0.7;
}

#copy {
	position: absolute;
	width: 100vw;
	bottom:0vh;
}

#copy .logo-footer {
	width: 200px;
}

/* Parallax */

.parallax-window {
	background-position: top;
	background-size: cover;
}


