*{
	font-family: 'Roboto', sans-serif;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
	background-color: white;
}
button {
    border: initial;
    background: initial;
    color: initial;
    padding: initial;
    margin: initial;
    text-decoration: initial;
}
a:link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

a:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}
h1{
	font-size: 38px;
	font-weight: 400;
}
h2{
	font-size: 30px;
	font-weight: 700;
}
h3{
	font-size: 24px;
	font-weight: 700;
}
p{
	font-size: 16px;
	font-weight: 400;
}
h4{
	font-size: 20px;
	font-weight: 600;
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.whatsapp-container{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	cursor: pointer;
	transition-duration: 0.3s;
}
.whatsapp-container:hover{
	transform: scale(1.1);
}
.menu{
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100px;
	background-color: white;
	text-align: center;
}
.nav-item{
	display: inline-block;
}
.navbar-nav a{
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}
.nav-link-wrapper{
	padding: 5px 30px 5px 30px;
	border-radius: 100px;
	background: #001E68;
	color:  white;
	font-weight: 700;
	cursor: pointer;
	border: none;
	margin-left: 20px;
	transition-duration: 0.3s;
	opacity: 0;
}
.nav-link-wrapper:hover{
	background-color: #E7E7E7;
	color: #001E68;
}
.nav-link-wrapper a{
	cursor: pointer;
}
.nav-link-simple{
	padding: 5px 20px 5px 20px;
	color:  #7F7F7F;
	font-weight: 400;
	cursor: pointer;
	white-space: nowrap;
	transition-duration: 0.3s;
	opacity: 0;
}
.nav-link-simple:hover{
	color: #001E68;
}
#link-1{
	animation: 0.6s menuIn 1 ease-in-out;
	animation-fill-mode:forwards;
	animation-delay: 0.2s;
}
#link-2{
	animation: 0.6s menuIn 1 ease-in-out;
	animation-fill-mode:forwards;
	animation-delay: 0.4s;
}
#link-3{
	animation: 0.6s menuIn 1 ease-in-out;
	animation-fill-mode:forwards;
	animation-delay: 0.6s;
}
#link-4{
	animation: 0.6s menuIn 1 ease-in-out;
	animation-fill-mode:forwards;
	animation-delay: 0.8s;
}
#link-6{
	animation: 0.6s menuIn 1 ease-in-out;
	animation-fill-mode:forwards;
	animation-delay: 1s;
}
.navbar-brand{
	background-color: #F6F6F6;
	position: relative;
	padding: 40px 5px 5px 5px;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 0px 9px -4px rgba(0,0,0,0.4);
}
.navbar-brand img{
	height: 150px;
	transition-duration: 0.8s;
}
.masthead {
  height: 700px;
  background-image: url('../img/background/header-background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding-top: 100px;
}
.hr-masthead{
	background-color: white;
	width: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	animation: 1.3s hrIn forwards cubic-bezier(0.5, 1, 0.89, 1);
	animation-delay: 0.4s;
}
.masthead img{
	width: 300px;
	opacity: 0;
	animation: 1.3s iconsIn forwards cubic-bezier(0.5, 1, 0.89, 1);
	animation-delay: 0.8s;
	transform: translateY(20px);
}
.masthead h1{
	margin-top: 30px;
	opacity: 0;
	animation: 1.3s esloganIn forwards cubic-bezier(0.5, 1, 0.89, 1);
	animation-delay: 0.8s;
	transform: translateY(-20px);
}
.masthead h3{
	opacity: 0;
	animation: 1.3s esloganIn forwards cubic-bezier(0.5, 1, 0.89, 1);
	animation-delay: 0.4s;
	transform: translateY(-20px);
}
.nosotros-container{
	padding: 100px 150px 0px 100px;
}
.nosotros-text{
	text-align: justify;
}
.nosotros-container h2{
	color: #001E68;
}
.nosotros-container img{
	height: 200px;
}
.hr-nosotros{
	margin: 0;
	width: 50%;
	background-color: #362B68;
	margin: 20px 0px 20px 0px;
}
.nosotros-icon{
	color: #001E68;
	font-size: 54px;
	margin-right: 20px;
	margin-top: -10px;
}
.nosotros-beneficios{
	margin-top: 150px;
}
.col-alcance{
	background-color: #001E68;
	color: white;
	padding: 0px 60px 40px 60px;
	border-radius: 20px 0px 0px 20px;
}
.col-alcance h2{
	color: white;
	margin-bottom: 20px;
}
.col-beneficios{
	background-color: #ADAEAD;
	color: white;
	padding: 0px 60px 40px 60px;
	border-radius: 0px 20px 20px 0px;
}
.col-beneficios h2{
	color: white;
	margin-bottom: 20px;
}
.nosotros-icon-container{
	background-color: white;
	height: 150px;
	width: 150px;
	border-radius: 100%;
	margin-bottom: 30px;
	margin-top: -75px;
	box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.2);
	display: flex;
  justify-content: center;
  align-items: center;
}
.nosotros-icon-container img{
	height: 100px;
}
.sectores-container{
	background-color: #F6F6F6;
	padding: 220px 180px 80px 180px;
	margin-top: -150px;
}
.sectores-container h2{
	color: #001E68;
}
.sectores-container h3{
	color: #001E68;
	margin-top: 10px;
}
.hr-sectores{
	width: 230px;
	background-color: #362B68;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sectores-icon-row{
	margin-top: 50px;
}
.sectores-icon img{
	height: 180px;
}
#sector-icon-1{
	transition-delay: 0s;
}
#sector-icon-2{
	transition-delay: 0.2s;
}
#sector-icon-3{
	transition-delay: 0.4s;
}
#sector-icon-4{
	transition-delay: 0.6s;
}
#sector-icon-5{
	transition-delay: 0.8s;
}
.sector-otro{
	margin-top: 100px;
}
.sector-otro h2{
	color: white;
	font-size: 28px;
}
.sector-otro-title{
	background-color: #001E68;
	padding: 20px 40px 20px 40px;
	height: 140px;
	box-sizing: border-box;
	border-radius: 100px 0px 0px 100px;
}
.sector-otro-text{
	background-color: #E3E3E3;
	height: 140px;
	box-sizing: border-box;
	padding: 25px 40px 20px 40px;
	border-radius: 0px 100px 100px 0px;
}
.sector-otro img{
	margin-right: 30px;
	height: 60px;
}
.sector-boton-container{
	margin-top: -20px;
}
.sector-otro-text button{
	padding: 15px 40px 15px 40px;
	border-radius: 120px;
	font-size: 20px;
	font-weight: 700;
	background-color: #001E68;
	color: white;
	margin-top: 0px;
	transition-duration: 0.3s;
}
.sector-otro-text button:hover{
	transform: scale(1.08);
}
.servicios-container{
	padding: 80px 180px 80px 180px;
}
.servicios-container p {
	color: #362B68;
	margin-top: 10px;
}
.servicios-container h2{
	color: #001E68;
}
.hr-servicios{
	width: 230px;
	background-color: #362B68;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.servicios-icon-row{
	margin-top: 50px;
}
.servicios-icon img{
	height: 180px;
}
#servicios-icon-1{
	transition-delay: 0s;
}
#servicios-icon-2{
	transition-delay: 0.2s;
}
#servicios-icon-3{
	transition-delay: 0.4s;
}
#servicios-icon-4{
	transition-delay: 0.6s;
}
#servicios-icon-5{
	transition-delay: 0.8s;
}
.tabla-gia{
	margin: 130px 0px 0px 0px;
	padding: 0px;
}
.tabla-titulo{
	background-color: #001E68;
	width: 100%;
	padding: 20px 40px 20px 40px;
	border-radius: 15px 15px 0px 0px;
}
.tabla-titulo h2 {
	color: white;
}
.tabla-titulo i{
	font-size: 48px;
	margin-right: 10px;
}
.tabla-info{
	background-color: #E3E3E3;
	padding: 0px;
}
.tabla-logo{
	background-color: #C4CACF;
	padding: 30px;
}
.tabla-info p{
	color: #362B68;
	padding: 25px;
	font-size: 17px;
}
.map-img{
	height: auto;
  width: 80%;
  margin: 30px 0px 30px 0px;
}
.col-img{
	width: 100%;
	height: auto;
}
.col-img-2{
	width: 140%;
	height: auto;
}
.tabla-info-titulo{
	background-color: #0837A9;
	margin: 0px;
	color: white;
	padding: 15px 80px 15px 30px;
	height: 80px;
}
.tabla-info-titulo-2{
	background-color: #2F5ED3;
	margin: 0px;
	color: white;
	padding: 15px 30px 15px 30px;
	height: 80px;
}
.tabla-info h5{
	background-color: #001E68;
	text-align: center;
	color: white;
	margin: 0px 10px 0px 10px;
	padding: 10px;
	font-size: 16px;
	border-radius: 90px;
	margin-bottom: 10px;
}
.tabla-list{
	padding: 0px 30px 0px 30px;
	margin-top: 20px;
}
.tabla-list li{
	color: #362B68;
	font-weight: 700;
}
#ul-2 li{
	margin-bottom: 20px;
	font-size: 18px;
}
.tabla-icon-container{
	padding: 20px 30px 20px 30px;
}
.tabla-icon{
	background-color: white;
	text-align: center;
	padding: 15px 0px 15px 0px;
	border: solid 2px #E3E3E3;
}
.tabla-icon-container img{
	width: 40px;
	margin-bottom: 20px;
}
#icon-lg{
	height: 50px;
	width: auto;
	margin-bottom: 10px;
}
#icon-lg-2{
	height: 80px;
	width: auto;
	margin-bottom: 0px;
}
.tabla-icon-container p{
	padding: 0px;
	margin: 0px;
}
.tabla-icon-container > .tabla-icon:first-child {
    border-radius: 25px 0px 0px 0px;
}
.tabla-icon-container > .tabla-icon:nth-child(2) {
    border-radius: 0px 25px 0px 0px;
}
.tabla-icon-container > .tabla-icon:nth-last-child(2) {
    border-radius: 0px 0px 0px 25px;
}
.tabla-icon-container > .tabla-icon:last-child {
    border-radius: 0px 0px 25px 0px;
}
.tabla-gia > .tabla-info:nth-child(2) {
    border-radius: 0px 0px 0px 25px;
}
.tabla-gia > .tabla-info:nth-child(4) {
    border-radius: 0px 0px 25px 0px;
}
.cert-container{
	background: #F6F6F6;
	padding: 200px 100px 180px 100px;
	margin-top: -140px;
}
.cert-container h2{
	color: #001E68;
}
.hr-cert{
	width: 230px;
	background-color: #362B68;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 60px;
}
.cert-logo-container{
	margin: 0px 20px 0px 20px;
}
.cert-logo-container img{
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}
#last-icon {
  height: 100px;
	width: auto;
}
.familia-container{
	padding: 0px 180px 80px 180px;
}
.tabla-familia{
	margin: -82px 0px 0px 0px;
	padding: 0px;
}
.tabla-logo img{
	height: auto;
	width: 70%;
}
.mast-footer{
	height: 300px;
	background-image: url('../img/background/footer-background.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px 150px 0px 150px;
}
.mast-footer h1{
	color: white;
}
.mast-footer button{
	font-size: 28px;
	font-weight: 700;
	color: white;
	margin-bottom: 10px;
	background-color: #001E68;
	padding: 5px 35px 5px 35px;
	border-radius: 100px;
	cursor: not-allowed;
}
.contacto-container{
	padding: 0px 280px 0px 280px;
	padding-bottom: 80px;
}
.tarjeta-datos{
	border-radius: 15px;
	background: #F2F2F2;
	padding: 30px 15px 30px 15px;
}
.tarjeta-datos p{
	color: #362B68;
	font-size: 18px;
	font-weight: 400;
}
.tarjeta-datos a{
	cursor: pointer;
}
.tarjeta-datos i{
	margin-top: -10px;
	margin-right: 10px;
}
.tarjeta-contacto{
	border-radius: 15px;
	padding: 0px 45px 0px 0px;
}
.form-control{
	border: 1px solid #C4CACF;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 0px;
}
#form_name {
	border-radius: 15px 15px 0px 0px;
}
#form_message {
 	border-radius: 0px 0px 15px 15px;
}
.contacto-container h2{
	color: #001E68;
}
.contacto-container p{
	color: #001E68;
	margin-bottom: 0px;
}
.mex-flag{
	height: 20px;
	margin-top: -4px;
}
.hr-contacto{
	text-align: left;
	width: 230px;
	background-color: #362B68;
}
form input {
  all: initial;
}
form textarea {
  all: initial;
}
#form_message{
	height: 120px;
}
.row-button{
	padding-left: 15px;
	margin-top: 20px;
}
.form-group{
	margin-bottom: 0px;
}
.btnContacto{
	background-color: #001E68;
	border-radius: 100px;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding: 5px 30px 5px 30px;
	margin-top: 20px;
}
.footer-container{
	background-color: #171717;
	padding: 60px 100px 60px 100px;
}
.footer-brand{
}
.footer-brand img{
	height: 140px;
}
.footer-text{
	padding: 10px 0px 0px 0px;
}
.footer-text li{
	color: white;
	font-size: 22px;
	font-weight: 500;
	margin: 0px 30px 0px 30px;
	cursor: pointer;
}
.footer-text a{
	cursor: pointer;
}
.hr-footer{
	width: 80%;
	background-color: #424241;
}
@keyframes menuIn{
	0%{
		transform: translateY(-10px);
		opacity: 0;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}
@keyframes hrIn {
  0% {
    width: 0px;
  }
  100%{
  	width: 80%;
  }
}
@keyframes esloganIn {
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes iconsIn {
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@media (min-width:320px) and (max-width:1024px) {
	.whatsapp-container{
		display: none;
	}
	h1{
		font-size: 28px;
		font-weight: 400;
	}
	h2{
		font-size: 20px;
		font-weight: 700;
	}
	h3{
		font-size: 20px;
		font-weight: 700;
	}
	p{
		font-size: 16px;
		font-weight: 400;
	}
	h4{
		font-size: 20px;
		font-weight: 600;
	}
	.menu{
		width: 100%;
		padding: 0;
		margin: 0;
		height: 90px;
		background-color: white;
		text-align: center;
	}
	.navbar-toggler{
		margin: 0px;
		padding: 0px;
		display: none;
	}
	.navbar-brand{
		background-color: rgba(0, 0, 0, 0.0);
		position: relative;
		padding: 0px 0px 0px 0px;
		border-radius: 0px;
		box-shadow: 0px 0px 9px -4px rgba(0,0,0,0.0);
	}
	.navbar-brand img{
		height: 80px;
		transition-duration: 0.8s;
	}
	.masthead img{
		width: 180px;
		opacity: 0;
		animation: 1.3s iconsIn forwards cubic-bezier(0.5, 1, 0.89, 1);
		animation-delay: 0.8s;
		transform: translateY(20px);
	}
	.nosotros-container{
		padding: 80px 40px 0px 40px;
	}
	.nosotros-text{
		text-align: left;
	}
	.nosotros-container h2{
		color: #001E68;
	}
	.nosotros-container img{
		height: 100px;
	}
	.nosotros-map{
		display: none;
	}
	.hr-nosotros{
		margin: 0;
		width: 100%;
		background-color: #362B68;
		margin: 40px 0px 30px 0px;
	}
	.nosotros-icon{
		color: #001E68;
		font-size: 54px;
		margin-right: 20px;
		margin-top: -10px;
	}
	.nosotros-beneficios{
		margin-top: 100px;
	}
	.col-alcance{
		background-color: #001E68;
		color: white;
		padding: 0px 30px 30px 30px;
		border-radius: 20px 20px 20px 20px;
		margin-bottom: 50px;
		text-align: left;
	}
	.col-alcance h2{
		color: white;
		margin-bottom: 20px;
	}
	.col-beneficios{
		background-color: #ADAEAD;
		color: white;
		padding: 0px 30px 30px 30px;
		border-radius: 20px 20px 20px 20px;
		text-align: left;
	}
	.col-beneficios h2{
		color: white;
		margin-bottom: 20px;
	}
	.nosotros-icon-container{
		background-color: white;
		height: 100px;
		width: 100px;
		border-radius: 100%;
		margin-bottom: 20px;
		margin-top: -75px;
		box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.2);
		display: flex;
	  	justify-content: center;
	  	align-items: center;
	}
	.nosotros-icon-container img{
		height: 60px;
	}
	.sectores-container{
		background-color: #F6F6F6;
		padding: 220px 40px 80px 40px;
		margin-top: -150px;
	}
	.hr-sectores{
		width: 230px;
		background-color: #362B68;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.sectores-icon-row{
		margin-top: 50px;
	}
	.sectores-icon img{
		height: 120px;
	}
	.sectores-container h3{
		color: #001E68;
		margin-top: 10px;
		font-size: 18px;
	}
	.sector-otro{
		display: none;
	}
	.servicios-container{
		padding: 80px 40px 80px 40px;
	}
	.servicios-container p {
		color: #362B68;
		margin-top: 15px;
		font-size: 14px;
	}
	.servicios-icon-row{
		margin-top: 50px;
	}
	.servicios-icon img{
		height: 120px;
	}
	.tabla-gia{
		margin: 50px 0px 0px 0px;
		padding: 0px;
	}
	.tabla-titulo{
		background-color: #001E68;
		width: 100%;
		padding: 20px 10px 20px 20px;
		border-radius: 15px 15px 0px 0px;
	}
	.tabla-titulo i{
		font-size: 34px;
		margin-right: 10px;
	}
	.tabla-logo{
		background-color: #C4CACF;
		padding: 30px;
	}
	.tabla-info p{
		color: #362B68;
		padding: 25px;
		font-size: 17px;
	}
	.map-img{
		height: auto;
	  width: 80%;
	  margin: 30px 0px 30px 0px;
	}
	.col-img{
		width: 100%;
		height: auto;
	}
	.col-img-2{
		width: 100%;
		height: auto;
	}
	.tabla-icon-container > .tabla-icon:first-child {
	    border-radius: 20px 20px 0px 0px;
	}
	.tabla-icon-container > .tabla-icon:nth-child(2) {
	    border-radius: 0px 0px 0px 0px;
	}
	.tabla-icon-container > .tabla-icon:nth-last-child(2) {
	    border-radius: 0px 0px 0px 0px;
	}
	.tabla-icon-container > .tabla-icon:last-child {
	    border-radius: 0px 0px 20px 20px;
	}
	.tabla-gia > .tabla-info:nth-child(2) {
	    border-radius: 0px 0px 0px 0px;
	}
	.tabla-gia > .tabla-info:nth-child(4) {
	    border-radius: 0px 0px 15px 15px;
	}
	.cert-container{
		background: #F6F6F6;
		padding: 150px 40px 180px 40px;
		margin-top: -140px;
	}
	.hr-cert{
		width: 230px;
		background-color: #362B68;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 60px;
	}
	.cert-logo-container{
		margin: 0px 0px 0px 0px;
		padding: 20px 40px 20px 40px;
	}
	.cert-logo-container img{
		width: 80%;
		height: auto;
		mix-blend-mode: multiply;
	}
	.familia-container{
		padding: 0px 40px 80px 40px;
	}
	.tabla-familia{
		margin: -82px 0px 0px 0px;
		padding: 0px;
	}
	.tabla-logo img{
		height: auto;
		width: 70%;
	}
	.contacto-container{
		padding: 0px 40px 0px 40px;
		padding-bottom: 80px;
	}
	.tarjeta-datos{
		border-radius: 15px;
		background: #F2F2F2;
		padding: 30px 30px 30px 30px;
	}
	.tarjeta-contacto{
		border-radius: 15px;
		padding: 0px 45px 0px 0px;
		margin-bottom: 50px;
	}
	.mast-footer{
		height: 300px;
		background-image: url('../img/background/footer-background.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding: 0px 20px 0px 20px;
	}
	.mast-footer h1{
		color: white;
		font-size: 24px;
	}
	.mast-footer button{
		font-size: 18px;
		font-weight: 700;
		color: white;
		margin-bottom: 10px;
		background-color: #001E68;
		padding: 5px 35px 5px 35px;
		border-radius: 100px;
		cursor: not-allowed;
	}
	.footer-container{
		background-color: #171717;
		padding: 40px 40px 40px 40px;
	}
	.footer-brand{
	}
	.footer-brand img{
		height: 100px;
		margin-bottom: 20px;
	}
	.footer-text{
		padding: 0px 0px 0px 0px;
	}
	.footer-text li{
		color: white;
		font-size: 22px;
		font-weight: 500;
		margin: 0px 20px 0px 20px;
	}
	.hr-footer{
		width: 80%;
		background-color: #424241;
	}
}