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

@font-face {
	font-family: 'Roboto-Bold';
	src: 	local('Roboto-bold'),
			url('../fonts/Roboto-Bold.ttf') format ('truetype');
}
@font-face {
	font-family: 'Roboto-Light';
	src: 	local('Roboto-Light'),
			url('../fonts/Roboto-Light.ttf') format ('truetype');
}
@font-face {
	font-family: 'Roboto-Regular';
	src: 	local('Roboto-Regular'),
			url('../fonts/Roboto-Regular.ttf') format ('truetype');
}
*{
	margin: 0 auto;
	box-sizing: border-box;
}
body {
	font-family: 'Roboto-Regular', sans-serif;
}
html, body{
  height:100%;
  margin: 0; 
}
:root {
	--one--color: #F39200; /*243,146,0*/
	--two--color: #8A1002;/*138,16,2*/
	--three--color: #212121;/*33,33,33*/
	--four--color: #CACFD2;/*202,207,210*/
}


/*			Cabecera principal				*/
.header {
	width: 100%;
	height: 90px !important;
	/*background-image: url('../Image/Logo-Aprendo-encabezado.png');
	background-size: 200px;
	background-position: 30px center;
	background-repeat: no-repeat;*/
	position: relative;
	padding: 10px 0 0 10px;
}
.header a {
	cursor: pointer;
}
.button-principal {
	font-family: 'Roboto-Light', Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	top: 15px;
	right: 10px;
	box-shadow: none;
	border: none;
	background: var(--one--color);
	background-image: url('../image/Icono-Campus.png');
	background-size: 17%;
	background-repeat: no-repeat;
	background-position: 13% 35%;
	color: #ffffff;
	cursor: pointer;
	padding: 0.7em 0 0.6em 1.2em;
	width: 150px;
	text-align: center;	
	-webkit-transition: 0.25s;
	transition: 0.25s;
	line-height: 1;
	margin: 0.5em;
	box-shadow: 0 0 0 1.5em rgba(243,156,18,0);
}
.button-principal:hover, 
.button-principal:focus {
	animation: pulse-hover 1s;
	box-shadow: 0 0 0 0.5em rgba(243,156,18,0);
	outline: none;
}
@keyframes pulse-hover {
	0% {
		box-shadow: 0 0 0 0 var(--one--color);
	}
}
.container-nav-principal {
	height: 45px !important;
	background-color: var(--two--color);
	padding: 5px 10px 5px 0;
	position: relative;
}
.nav-principal-link {
	float: right;
	width: 490px;
	height: 100%;
	display: flex;
	align-self: flex-end;
	color: white;
	padding: 3px 0 0.2em;
	flex: 0 0;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Roboto-Regular', sans-serif;
	margin: 0;
	text-transform: uppercase;	
}
.nav-principal-link a {
	text-decoration: none;	
	padding: 5px 10px 0 0;
	color: white;
}
.nav-principal-link a:first-child  {
	width: 45px;
	background-image: url('../image/Home.png');
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
}
.nav-principal-link a:not(:last-child) {
	border-right: 1px solid white;	
}
.principal-content-product {
	display: none;
}
.principal-content-product#home {
	display: block;
}
.header-box-content {
	font-family: 'Roboto-Bold', Verdana, Geneva, sans-serif;
	background-color: var(--two--color);
	color: white;
	font-size: 40px;
	padding: 30px 30px 0 160px;
	height: 150px;
	text-align: right;
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: 8% 25%;
}

@media screen and (max-width: 780px) {
	.header-box-content {
		font-size: 30px;
		background-size: 80px;
		padding-left:  120px;
	}
}

.header-box-content.professional {
	background-image: url('../image/Icono-01.png');
}
.header-box-content.design {
	background-image: url('../image/Icono-04.png');
}
.header-box-content.solutions {
	background-image: url('../image/Icono-02.png');
}
.header-box-content.consulting {
	background-image: url('../image/Icono-03.png');
}
.body-box-text-content span {
	color: var(--one--color);
}
.principal-content-product .body-box-text-content {
	padding: 40px 60px;
	font-size: calc(16px + 1vw);
	color: #878787;
	height: 400px;
}







.principal-content-product .footer-social-media-container {
	margin-top: 80px;
	font-size: calc(9px + 1vw);
	height: 40px;
	padding-top: 10px;
}
.principal-content-product .footer-social-media-container p, 
.principal-content-product .footer-social-media-container a {
	float: left;
}
.principal-content-product .footer-social-media-container a {
	margin: 0 10px 0 10px;
}

.principal-content-product .footer-social-media-container a button {
	color: #878787;
	width: 120px;
	text-align: right;
	height: 30px;
	border: none;
	box-shadow: none;
	font-size: 17px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 5px center;
	cursor: pointer;
	outline: none;
}
.principal-content-product .footer-social-media-container a button:focus,
.principal-content-product .footer-social-media-container a button:active {
	outline: none;
}


.principal-content-product .footer-social-media-container a #face-button {
	background-image: url('../image/Redes-Sociales-01.png');
}
.principal-content-product .footer-social-media-container a #inst-button {
	background-image: url('../image/Redes-Sociales-03.png');
}



	





.principal-footer-site {
	height: 100px;
	background-color: var(--three--color);
	background-image: url('../image/Logo-Aprendo-gris.png');
	background-position: 98% center;
	background-size: 190px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.principal-footer-site .container-social-media {
	margin-left: 10px;
	width: 200px;
	padding: 5px 0 10px 20px;
}
.principal-footer-site .footer-button {
	float: left;
	width: 30px;
	height: 30px;
	border: none;
	box-shadow: none;
	margin-bottom: 5px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
	outline: none;
}
.principal-footer-site .footer-button:focus, .principal-footer-site .footer-button:active {
	outline: none;
}

.principal-footer-site .footer-button:first-child {
	margin-right: 10px;
}
.principal-footer-site .footer-button#facebook {
	background-image: url('../image/Redes-Sociales-01.png');	
}
.principal-footer-site .footer-button#instagram {
	background-image: url('../image/Redes-Sociales-03.png');	
}
.principal-footer-site .mail-contact-container {
	color: #878787;
}
.line_bottom_header {
	background-color: var(--one--color);
	height: 4px;
	width: 100%;	
}
.slider-wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.slider-container {
	display: flex;
	align-items: center;
	overflow: hidden;
	width: 100%;
	height: 40vw; 
	max-height: 100vh;
}
.slider-container img {
  width: 100%;
  pointer-events: none;
}
.slider-container .container-message-welcome {
	position: absolute;
	width: calc(400px + 15vw);
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	color: white;
	padding-top: 5vw;
	text-shadow: 2px 2px 4px #000000;
	padding: 2vw;
}
.slider-container .container-message-welcome h2 {
	font-size: calc(25px + 1.3vw);
	text-shadow: black;
	margin-bottom: 3vw;
}
.slider-container .container-message-welcome p {
	font-size: calc(9px + 0.7vw);
}
.slider-container .container-message-welcome p:nth-child(2) {
	margin-bottom: 10px;
}

.container-box-link {
	width: 100%;
	position: relative;
	display: block;
	margin: 0;
	padding: 10px;
}
.container-secondary-link-product {
	padding: 10px;
}

.cont-box {
	margin: 0 auto;
}
.group-box {
	zoom: 1;
}
.group-box:after, .group-box:before {
	content: '\0020';
	display: block;
	height: 0;
	overflow: hidden;
}
.group-box:after {
	clear: both;
}
.container-box-link .container-secondary-link-product .box-link-product {
	margin: 0 0 4% 0;
	position: relative;
	width: 25%;
	padding: 0 10px;
}
.container-box-link .container-secondary-link-product .box-link-product:first-child {
	float: left;
}
.container-box-link .container-secondary-link-product .box-link-product:not(:first-child) {
	float: right;
}
.box-link-product .header-box {
	font-family: 'Roboto-Bold', Verdana, Geneva, sans-serif;
	background-color: var(--two--color);
	color: white;
	font-size: calc(6px + 0.8vw);
	padding: 10px 20px 0 100px;
	height: 100px;
}
.box-link-product .header-box:hover {
	cursor: pointer;
}
.box-link-product .header-box.professional {
	background-image: url('../image/Icono-01.png');
	background-size: 70px;
	background-repeat: no-repeat;
	background-position: 8% 25%;
}
.box-link-product .header-box.design {
	background-image: url('../image/Icono-04.png');
	background-size: 70px;
	background-repeat: no-repeat;
	background-position: 8% 25%;
}
.box-link-product .header-box.consulting {
	background-image: url('../image/Icono-03.png');
	background-size: 70px;
	background-repeat: no-repeat;
	background-position: 8% 25%;
}
.box-link-product .header-box.solutions {
	background-image: url('../image/Icono-02.png');
	background-size: 70px;
	background-repeat: no-repeat;
	background-position: 8% 25%;
}
.box-link-product .body-box-text {
	background-color: var(--four--color);	
	font-size: calc(8px + 0.5vw);
	height: 250px;
	color: #424949;
	text-align: center;
	line-height: 1.3;
}
.box-link-product .body-box-text p {
	width: calc(100% - 20px);
	padding-top: 10px;
	border-bottom: 1px solid #707B7C;
	height: 100%;
	text-align: left;
}
.box-link-product .footer-box {
	height: 40px;
	background-color: var(--four--color);
	position: relative;
}
.button-secondary {
	position: absolute;
	top: 0;
	right: 0px;
	box-shadow: none;
	border: none;
	background-color: transparent;
	background-image: url('../image/Icono-ver-mas.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 13% 35%;
	color: #ffffff;
	cursor: pointer;
	padding: 0;
	width: 30px;
	height: 30px;
	text-align: center;	
	-webkit-transition: 0.25s;
	transition: 0.25s;
	line-height: 1;
	margin: 0.5em;
	box-shadow: 0 0 0 1.5em rgba(243,156,18,0);
	border-radius: 50%;
}
.button-secondary:hover, 
.button-secondary:focus {
	animation: pulse-hover 1s;
	box-shadow: 0 0 0 0.5em rgba(243,156,18,0);
	outline: none;
}
@media screen and (max-width: 1020px) {
	.container-box-link .container-secondary-link-product .box-link-product {
		width: 50%;
	}
	.container-box-link .container-secondary-link-product .box-link-product:nth-child(3) {
		clear: left;
	}
	.box-link-product .header-box {
		font-size: calc(11px + 0.8vw);
		padding-left: 120px;
	}
	.box-link-product .body-box-text {
		font-size: calc(9px + 0.5vw);
		padding: 20px;
	}
}
@media screen and (max-width: 620px) {
	.container-box-link .container-secondary-link-product .box-link-product {
		width: 100%;
	}
	.container-box-link .container-secondary-link-product .box-link-product {
		float: none;
	}
	.box-link-product .header-box {
		font-size: calc(16px + 0.8vw);
		padding-top: 15px;
		padding-left: 120px;
	}
	.box-link-product .body-box-text {
		font-size: calc(13px + 0.6vw);
		padding: 20px;
	}
}