@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('./alert.css');
:root {
	--color_base: #003D70;
	--color_hover: #25A981;
	--ancho: 1200px;
}
*{font-family: 'Poppins', sans-serif;}
body {
	background-color: #021231;
	padding: 0;
	margin: 0;
}
header{
	background-color: #fff;
	height: 135px;
}
header > div {
	align-items: center;
	height: 135px;
	max-width: var(--ancho);
	margin: 0 auto;
	position: relative;
}
header a.logo {
	background-image: url('../img/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 77px;
	width: 185px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
}
header div.links {
	box-sizing: border-box;
	padding-right: 45px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
a.indiana_acceso {
	color: #fff;
	background-color: #26A981;
	display: flex;
	text-transform: uppercase;
	width: 195px;
	box-sizing: border-box;
	padding: 2.5px 10px;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
}
a.indiana_acceso i {
	font-size: 28px;
	padding-right: 10px;
}
a.indiana_acceso span {
	font-size: 14px;
	text-align: center;
}
header div.links > div{
	display: flex;
	justify-content: space-around;
	margin-top: 5px;
}
header div.links > div a {
	color: #003D70;
	font-size: 22px;
	cursor: pointer;
}
header div.menu {
	box-sizing: border-box;
	max-width: 410px;
	width: 100%;
	/* position: relative; */
	overflow: hidden;
	height: 135px;
	padding: 0 20px;
	position: absolute;
	left: 0;
	top: 0;
	transition: ease all .5s;
	z-index: 1;
}
header div.menu a{
	align-items: center;
	border-bottom: solid 1px #FFFFFF;
	color: #003D70;
	display: flex;
	height: 65px;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
}
header div.menu a:hover{
	font-weight: bold;
}
header div.menu a:first-child{
	border-bottom:none;
	height: 135px;
}
header div.menu a:last-child{
	border-bottom:none;
}
header div.menu a i {
	font-size: 25px;
	width: 40px;
	text-align: center;
	margin-right: 20px;
}
header div.menu a:first-child i{
	margin-right: 0;
	margin-left: 20px;
}
header div.menu a:first-child span{
	width: 50px;
}
header div.menu a span{
	text-transform: uppercase;
}

header div.menu.hover{
	background-color: #021231;
	height: 685px;
	z-index: 10;
}
header div.menu.hover a{
	color: #ffffff;
}
#slide{
	height: 550px;
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 2;
}
#slide > a {
	background-size: cover;
	background-position: center;
	cursor: pointer;
	display: block;
	height: 550px;
	width: 100%;
	position: absolute;
	transition: ease all .5s;
	top: 0;
	background-blend-mode: multiply;
	background-color: #6FBEFF;
}
#slide>a:nth-child(1){
	left: 0;
	background-image: url('../img/header/1.jpg');
}
#slide>a:nth-child(2){
	left: 100%;
	background-image: url('../img/header/2.jpg');
}
#slide>a:nth-child(3){
	left: 100%;
	background-image: url('../img/header/3.jpg');
}
#slide>a:nth-child(4){
	left: 100%;
	background-image: url('../img/header/4.jpg');
}
#slide > a > div{
	position: relative;
	height: 550px;
	margin: 0 auto;
	/*max-width: 1200px;*/
	width: 100%;
}
#slide > a > div > div:nth-child(1) {
	background-color: #00325bcc;
	background-blend-mode: multiply;
	color: #fff;
	font-size: 40px;
	padding: 15px 20px 15px 70px;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#slide > a > div > div:nth-child(2) {
	display: inline-block;
	position: absolute;
	top: 60%;
	margin-left: 70px;
	background-color: #00325bcc;
	color: #fff;
	padding: 5px 25px 5px 5px;
}
footer{
	background-color: #021231;
	position: relative;
	width: 100%;
}
footer > div {
	box-sizing: border-box;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	padding: 50px;
	height: 490px;
}
footer > div > div.left {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
footer > div > div.left > div {
	display: flex;
	align-items: center;
	width: 100%;
}
footer a,
footer p,
footer span,
footer i{
	color: #FFFFFF;
}
footer > div > div.left i {
	font-size: 60px;
	width: 120px;
	text-align: center;
}
footer > div > div.left img{
	margin-right: 20px;
}
footer > div > div.left b{
	display: block;
	text-transform: uppercase;
}
footer > div > div.left span{
	display: block;
}
footer > div > div.left a{
	cursor: pointer;
	text-decoration: none;
}
footer > div > div.left a:hover{
	font-weight: bold;
}
footer > div > div.right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: space-between;
	justify-content: right;
}
div.break {
	flex-basis: 100%;
}
footer > div > div.right div.iconos {
	width: 195px;
	display: flex;
	justify-content: space-between;
}
footer > div > div.right div.iconos a{
	cursor: pointer;
}
footer > div > div.right div.iconos i{
	font-size: 24px;
}
div.titulo {
	background-color: #021231;
	color: #ffffff;
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.titulo span {
	font-weight: bold;
	font-size: 20px;
}
div.titulo i {
	margin-left: 15px;
	font-size: 30px;
}
div.equipo {
	display: flex;
	justify-content: center;
	background-color: #26a981;
}
div.equipo > div {
	display: flex;
	overflow: auto;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
div.equipo > div > div {
	align-items: flex-start;
	background-color: #26A981;
	color: #ffffff;
	display: flex;
	width: 100%;
}
div.equipo img {
	height: 260px;
	/* filter: grayscale(100%); */
}
div.equipo h1 {
	margin: 0;
	font-size: 24px;
}
div.equipo h2 {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
}
div.equipo p{
	
}
div.equipo ul {
	padding-left: 15px;
}
div.equipo > div > div > div {
	/* width: 540px; */
	box-sizing: border-box;
	padding: 20px;
	flex-grow: 1;
}
div.equipo li,
div.equipo p{
	font-size: 14px;
}
div.objetivos{
	background-color: #26A981;
	width: 100%;
}
div.objetivos > div {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	display: flex;
}
div.objetivos div.izquierda,
div.objetivos div.derecha{
	box-sizing: border-box;
	padding: 0 40px;
}

div.objetivos div.izquierda {
	color: #ffffff;
	width: 64%;
}
div.objetivos div.derecha {
	background-color: #ffffff;
	color: #26A981;
	font-size: 18px;
	width: 36%;
}
div.servicios{
	background-color: #26A981;
	width: 100%;
}
div.servicios > div {
	box-sizing: border-box;
	color: #ffffff;
	margin: 0 auto;
	max-width: 1200px;
	padding: 20px;
}

div.servicios ul{
	padding: 0;
}
div.servicios li{
	margin-bottom: 20px;
}
div.contacto{
	width: 100%;
}
div.contacto > div {
	box-sizing: border-box;
	color: #ffffff;
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
}
div.contacto h1 {
	width: 100%;
	margin: 0 0 20px 0;
	font-weight: normal;
}
div.contacto input[type=text],
div.contacto textarea{
	width: 540px;
}
div.contacto div.formulario > div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
div.contacto div.formulario span{
	font-weight: bold;
	width: 80px;
	font-size: 14px;
}
div.contacto input[type="submit"] {
	background-color: #26A981;
	color: #ffffff;
	border: 0;
	padding: 5px 20px;
	cursor: pointer;
}
div.contacto div.mapa {
	display: flex;
	flex-grow: 1;
	margin-left: 20px;
}
div.contacto div.formulario > div:last-child{
	justify-content: flex-end;
}
div.contacto h2  {
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
}
div.contacto h2.error {
	color: #ff4040;
}
div.contacto h2.ok {
	color: #40ff40;
}