/* SCSS HEX
https://coolors.co/f4b826-58585a-bcbcbe-ebebeb-e5eafa
orange-yellow: #f4b826ff;
mayze-crayola: #f6c751ff
davys-grey: #58585aff;
gray-x-11-gray: #bcbcbeff;
raisin-black: #28282aff;
platinum: #ebebebff;
lavender-web: #e5eafaff; */

/* Global styles--------------------------------------------*/
html{
	scroll-behavior: smooth;
	overflow-y: scroll;
}

body{
	color: #28282aff;
}

p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: large;
}

h1, button{
	font-family: 'Bebas Neue', cursive;
	font-weight: bold;
}

label, h2 {
	font-family: 'Bebas Neue', cursive;
	font-weight: normal;
}

h3	{
	font-family: 'Bebas Neue', cursive;
	font-size: larger;
}

ul {
	font-family: 'Roboto Condensed', sans-serif;
}


/* header--------------------------------------------*/
header {
	width:100%; /* Establecemos que el header abarque el 100% del documento */
	height: 10%;

	position: fixed;
	top: 0;
	padding: 10px 0 10px 0;

	overflow:hidden;  /* Eliminamos errores de float */
	background-color: white; /* background:#white; */

	margin-bottom:20px;
	font-family: 'Bebas Neue', cursive;
	transition: .5s;
	z-index: 2;
}

.wrapper {
	width:90%; /* Establecemos que el ancho sera del 90% */
	/*max-width:1000px; Aqui le decimos que el ancho máximo sera de 1000px */
	margin:auto; /* Centramos los elementos */
	overflow:hidden;  /* Eliminamos errores de float */
	padding-top: 90px;

}

/* header .logo {
	color:#f2f2f2;
	font-size:50px;
	padding-left: 7%;
} */

header img{
	height: 60px;
	padding-left: 7%;
}

header nav {
	float:right;
	line-height:10%;
	padding-right: 7%;
	background-color: white;
	margin-top: auto;
	margin-bottom: auto;
}

header nav a {
	display:inline-block;
	color:#58585aff;
	text-decoration:none;
	padding:10px 20px;
	line-height:normal;
	font-size:22px;
	padding-top: 18.5px;
}

header nav a:hover {
	background:#f6c751ff;
	border-radius:50px;
}


/* Banner */

.banner{
	padding-top: 10%;
	height: 500px;
	background-image: url("../images/pexels-fauxels-3184418_M.jpg");
	background-size: cover;
	background-position: center 30%;
	background-repeat: no-repeat;
}

.banner h1{
	color: #ebebebff;
	padding: 0 50px;
	font-size: xxx-large;
}

.banner h2{
	color: #ebebebff;
	padding: 0 60px;
	font-style: italic;
	font-size: xx-large;
}

.banner span{
  border-radius: 3px;
	text-shadow: 2px 2px 2px Black;
}


.banner .wrapper{
	padding: 0;
	text-align: center;
	display: center;
	vertical-align: middle;
	margin-top: 100px;
}


/* ¿Quienes somos? */
/* .quienessomos:hover img{
	transform: scale(1.05);
	transition: 1s;
}

.quienessomos:hover .quienessomos-content h1{
	text-shadow: 2px 2px 2px #blak;
	transition: 1s;
	background-color: #F4B826;
	border-radius: 15px;
} */

.quienessomos .wrapper{
	max-width: none;
	margin: 5% 5% 0 5%;
	/* display: flex; */
}

.quienessomos img{
	float:left;
	width: 40%;
	margin: 5%;
	border-radius: 15px;
	box-shadow: -15px 15px 7.5px rgba(0, 0, 0, 0.3);
}

.quienessomos .quienessomos-content{
	float: right;
	width: 40%;
	margin: 5%;
}

.quienessomos-content h1{
	font-size: xx-large;
	/* text-shadow: 2px 2px 2px #F4B826; */
	text-align: center;
}

.quienessomos-content p{
	font-size: large;
	text-align: justify;
}



/* .quienessomos::after {
	content: "";
  clear: both;
  display: table;
} */

/* Misión,Visión,Valores */
.MVV, .quienessomos{
	background-color: rgba(128, 128, 128, 0.199);
}

.MVV .wrapper{
	padding-top: 0px;
}

.MVV h1{
	text-align: center;
	font-size: xx-large;
}

.MVV p{
text-align: center;
display: block;
margin-top: auto;
margin-bottom: auto;
padding-top: 35px;
}

.MVV img{
	width: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.GridMVV{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 50px;
}

.MVV .simplebox{
  background-color: white; /* #e5eafaff; */
	width: 300px;
	height: 350px;
	padding: 5px;
	border-radius: 25px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
  margin-right: auto;
	box-shadow: -15px 15px 7.5px rgba(0, 0, 0, 0.3);
}

.GridMVV .simplebox:hover img{
	transform: scale(1.25);
	transition: 1s;
}


/* Servicios */

.servicios .wrapper{
	max-width: none;
	margin: 5%;
	/* display: flex; */
}

.servicios h1{
	text-align: center;
	font-size: xx-large;
}

.servicios h2{
	text-align: center;
}

.servicios p{
	font-size: large;
	text-align: justify;
}

.servicio{
	display: inline-block;
	width: 100%;
	height: auto;
	margin-top: 100px;
}

.servicio img{
	float:right;
	width: 40%;
	border-radius: 15px;
	box-shadow: -15px 15px 7.5px rgba(0, 0, 0, 0.3);
	margin-right: 100px;
}

 .servicio-txt{
	float: left;
	width: 40%;
  margin-left: 100px;
}

#talento.servicio{
	margin-top: 20px;
}

#pruebas.servicios .servicio{
	display: block;
	width: 100%;
	height: 500px;
}


#pruebas.servicio img{
	image-orientation: center;
	float: left;
	margin-left: 100px;
	margin-right: 0px;
}

#pruebas-txt.servicio-txt{
	float: right;
	margin-right: 100px;
	margin-left: 0px;
}

#contable.servicio img{
	float: left;
  margin-left: 100px;
	margin-right: 0px;
}

#contable-txt.servicio-txt{
	float: right;
	margin-right: 100px;
	margin-left: 0px;
}

#legal.servicio img{
	margin-bottom: 30px;
}


.servicio:hover img{
	transform: scale(1.05);
	transition: 1s;
}

.servicio:hover .servicio-txt h2{
	transition: 1s;
	background-color: #F4B826;
	border-radius: 15px;
}

.cursos{
	display: inline-block;
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.cursos p{
	font-size: x-large;
	text-align: center;
}

.cursos .gridcursos{
	display: grid;
	grid-template-columns: repeat(3, 1fr);

}

.cursos .gridcursos .curso-box:hover{
	transform: scale(1.05);
	transition: 1s;
	background-color:#F4B826;
}

.cursos .gridcursos .curso-box{
	width: 300px;
	height: 200px;
	padding-right: 15px;
	padding-left:	15px;
	margin:20px;
	border-radius:15px;
	text-align: justify;
	box-shadow: -15px 15px 7.5px rgba(0, 0, 0, 0.3);
	margin-left: auto;
  margin-right: auto;
	overflow:auto;
	ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none; /* Firefox 64 */
}

.cursos .gridcursos .curso-box p{
		font-size: medium;
}

.cursos .gridcursos .curso-box h2{
	font-size: x-large;
}

.cursos .gridcursos .curso-box::-webkit-scrollbar{
	display: none;
}
/* Contacto */


.contacto h2{
	text-align: center;
}

.contacto{
	width: 100%;
	height:auto;
	background-color: rgba(128, 128, 128, 0.199);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.contacto .wrapper{
	margin-bottom: 40px;
}

.consulta{
	width: 45%;
	max-width:500px;
	margin: 0 auto;
	padding: 20px;
	box-shadow: 0px 0px 20px black;
	background-color: white;
	border-radius: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	/* margin-left: 100px; */
	/* float: left; */

}

.formulario{
	width: 100%;
	margin-top: 20px;
}

.formulario input,
.formulario textarea{
	width: 95%;
	max-height: 150px;
	padding: 10px;
	border: 1px solid rgba(128, 128, 128, 0.199);
	margin-top: 3px;
	resize: vertical;
}

.consulta button{
	width: 100%;
	border: none;
	padding: 20px;
	font-size: 24px;
	border-radius: 15px;
	background-color:#F4B826;
	transition: .3s ease background-color;
	cursor: pointer;
}

.consulta button:hover{
	background-color: rgba(244, 184, 38, .7);
}

/* info contacto{ */
.medio {
	display: inline-block;
	width: 30%;
}
.medio a{
	color: #28282aff;
}

.medio p:hover{
	text-decoration: underline;
}

.medio img{
	width: 25px;
	margin-top: 20px;
	float:left;
}

#telefono.medio	img:hover{
	transform: scale(1.1);
	transition: 1s;
}

.medio p{
	float: left;
	margin-left: 15px;
}

#ciudad.medio{
	padding-left: 110px;
}


/* Footer */
footer {
	display: inline-block;
	width: 100%
}

footer .aviso{
	font-size: medium;
	text-align: center;
}

/* MOBILE */
@media screen
and (max-width: 2304px)
and (-webkit-min-device-pixel-ratio: 2){
	/* Universal */
  .wrapper{
		padding-top: 100px;
	}

	/* HEADER */
	header{
		height: 100px;
	}

	header nav {
		margin-top: 20px;
	}

	header nav a {
		/* display: list-item; */
		/* padding: 3px; */
		font-size: xx-large;
		margin-right:10px;
		padding: 10px;
	}

	header img {
		height: 100px;
		padding-left: 10px;
		/* margin-left: 10px; */
	}

	/* BANNER */
	.banner{
		height: auto;
	}

	.banner-content{
		text-align: justify;
		margin-bottom: 100px;
	}

	.banner h2{
		padding: 0 10px;
		font-size: xxx-large;
	}

	/* QUIENES SOMOS */

	.quienessomos-content h1{
		font-size: 60px;
	}

	.quienessomos-content p{
		font-size: xx-large;
	}

	.quienessomos img{
		width: 100%;
		margin: 0;
	}

	.quienessomos .quienessomos-content{
		width: auto;
		margin: 0;
	}

	.GridMVV{
		display: grid;
		grid-template-columns: auto;
	}

	.MVV .simplebox{
		margin-bottom: 20px;
		width: 500px;
		height: 500px;
	}

	.MVV h1 {
    font-size: 60px;
	}

	.MVV img {
    width: 150px;
	}

	.MVV p {
    font-size: xx-large;
	}

	/* Servicios */
	.servicios h1{
		font-size: 60px;
	}

	.servicios h2{
		font-size: xxx-large;
	}

	.servicios p{
		font-size: xx-large;
	}

	.servicio{
			margin-top: 30px;
	}

	.servicio-txt {
    width: 90%;
    margin: 0px 5% 0px 5%;
	}

   .servicio img{
		 width: 90%;
     margin: 0px 5% 0px 5%;
	 }

	 #pruebas-txt.servicio-txt {
		float: none;
    margin:auto;
    margin-left: 0px;
		}

		#pruebas-txt.servicio-txt , #contable-txt.servicio-txt{
			float: none;
			margin: 30px auto auto auto;
		}

		#pruebas.servicio img, #contable.servicio img {
    image-orientation: center;
    float: none;
    margin: 0 5%;
		}

		.cursos p {
    	font-size: xx-large;
		}

		.cursos .gridcursos {
    	display: list-item;
		}

		.cursos .gridcursos .curso-box {
			width: 500px;
			height: 400px;
		}

		.cursos .gridcursos .curso-box h2 {
    	font-size: xxx-large;
		}

		.cursos .gridcursos .curso-box p {
    	font-size: xx-large;
		}

		/* CONTACTANOS */
		.contacto h2{
			font-size: 60px;
		}

		.consulta {
			width: 90%;
			max-width: 750px;
		}

		label {
			font-size: xxx-large;
		}

		.formulario input, .formulario textarea {
    width: 95%;
	  height: 80px;
    max-height: 150px;
    padding: 10px;
    border: 1px solid rgba(128, 128, 128, 0.199);
    margin-top: 3px;
		margin-bottom: 5px;
    font-size: xxx-large;
		}

		.formulario textarea{
		 height: 150px;
		 resize: vertical;
		}

		.consulta button {
    font-size: xxx-large;
		}

		.medio {
				display: flex;
				width: 60%
			}

			.medio p{
				font-size: xx-large;
				margin: 10px;
			}

			.medio img {
			width: 50px;
			height: 50px;
			float: left;
			margin: 10px;
			}

			#ciudad.medio {
			padding-left: 0px;
			}

			footer p {
				font-size: x-large;
			}
