@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@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');
/*
CELESTE: #215395;
GRIS: #4D5A62;
GRIS CLARO: #D2D3D5;
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
p {
	font-family: 'Open Sans', sans-serif;
}
img {
  display: block;
  width: 100%;
}
ul, li {
  list-style: none;
}
a {
	display: block;
	text-decoration: none;
	font-family: "Poppins", sans-serif;
}
body {
  background: #fff;
}
h1, h2, h3, h4 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	line-height: 1.2em;
}

.contenedor {
	width: 98%;
	max-width: 1200px;
	margin: auto;
}
.section {
	padding: 60px 0;
	overflow: hidden;
}

/*BOTON FLOTANTE WASAP*/
.btn-whatsapp {
  display: block;
  width: 70px;
  height: 70px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  line-height: 80px;
	text-align: center;
  z-index: 999;
}

.presentacion-titulo {
	font-size: 2em;
  text-align: center;
  color: #215395;
}
.presentacion-titulo span {
  color: #4D5A62;
}


/*LOGO SUPERIOR*/
.logo-superior {
	overflow: hidden;
	max-width: 100%;
	margin: auto;
	background: #fff;
}
.grupo-logosuperior {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logotipo-header {
	max-width: 100px;
	margin: auto;
}
.redes-sociales {
	display: flex;
}
.redes-sociales a {
	transition: all 0.3s;
}
.redes-sociales a:hover {
	opacity: 0.3;
}
.redessociales-img {
	width: 30px;
	height: 30px;
	margin: 0 2px;
}
.logosuperior-datos {
	display: none;
}




/*BANNER*/
.banner {
	overflow: hidden;
	max-width: 100%;
	position: relative;
  margin: auto;
	background-image: url(../img/banner-fondo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	background-attachment: fixed;
  height: 360px;
}
.b-inte {
	height: 200px;
}
.banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
	background: #1d1d1d;
	opacity: 0.7;
}
.banner-textos {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 95%;
	color: #fff;
}
.banner-titulo {
	font-size: 2.2em;
	line-height: 1.2;
	margin-bottom: 10px;
	text-align: center;
}
.banner-subtitulo {
	font-size: 1.34em;
  font-weight: 400;
	margin-bottom: 40px;
	text-align: center;
}
.banner-contacto {
	width: 170px;
	margin: auto;
	text-align: center;
	padding: 7px 25px;
	border-radius: 20px;
	color: #fff;
	background: #215395;
	transition: all .3s;
}
.banner-contacto:hover {
	background: #4D5A62;
}

/*BENEFICIOS*/
#beneficios {
	max-width: 100%;
	margin: auto;
  background: #eee;
	padding: 10px 0;
}
.grupo-beneficios {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.columna-beneficios {
	width: 33%;
	padding: 10px;
	background: #eee;

}
.beneficios-img {
	width: 70px;
	height: 70px;
	margin: auto;
}
.beneficios-txt {
	font-size: 0.9em;
	margin-top: 20px;
}


/*PRINCIPALES SERVICIOS INDEX*/
#servicios {
	max-width: 100%;
	margin: auto;
  background: #fff;
}
.grupo-servicios {
	max-width: 1000px;
	margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.columna-servicios {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 48%;
  margin: 1%;
  padding: 20px 10px;
/*	border: 1px dashed #999;*/
}
.servicios-img {
	width: 130px;
  height: 130px;
	border-radius: 50%;
	margin: auto;
  object-fit: cover;
	
	/* Primer borde */
  box-shadow: 0 0 0 8px #fff;
  /* Segundo borde */
  box-shadow: 0 0 0 8px #fff, 0 0 0 12px #215395;
}
.servicios-mitad {
  width: 100%;
}
.servicios-txt {
  text-align: center;
  font-size: 1em;
  color: #1d1d1d;
  padding: 0 10px;
	margin-bottom: 20px;
}
.servicios-btn {
  width: 50%;
  align-self: flex-end;
  margin: 0 auto;
}
.servicios-boton {
	text-align: center;
	padding: 3px;
	border-radius: 20px;
	color: #fff;
	background: #215395;
	transition: all .3s;
}
.servicios-boton:hover {
	background: #4D5A62;
}

/*SEVICIOS INTERIOR*/
#serviciosinterior {
	max-width: 100%;
	margin: auto;
  background: #fff;
}

/*QUIENES SOMOS*/
#nosotros {
	max-width: 100%;
	margin: auto;
  background: #fff;
}
.grupo-nosotros {
	max-width: 1000px;
	margin: auto;
}
.nosotros-img {
	width: 260px;
	margin: auto;
}
.nosotros-txt {
	max-width: 700px;
	margin: auto;
}
.nosotros-txt span {
	font-size: 1.4em;
	color: #215395;
	font-weight: 700;
}
.filo {
	border: 1px dashed rgba(0,0,0,0.2);
	padding: 20px;
	margin: 10px;
}
.filosofia-img {
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
}
.grupo-valores {
	max-width: 700px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-valores {
	width: 50%;
	padding: 10px;
	margin-bottom: 20px;
}
.valores-img {
	width: 70px;
	height: 70px;
	margin: auto;
	margin-bottom: 20px;
}
.valores-txt {
	font-size: 1.4em;
	color: #215395;
	font-weight: 700;
	text-align: center;
}




/*SOLICITE*/
#solicite {
	overflow: hidden;
  max-width: 100%;
	padding: 60px 0;
  margin: auto;
  background: #215395;
}
.solicite-txt {
	font-size: 1.6em;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
.solicite-img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: auto;
	object-fit: cover;
	
	  /* Primer borde */
  box-shadow: 0 0 0 8px #215395;
  /* Segundo borde */
  box-shadow: 0 0 0 8px #215395, 0 0 0 12px #fff;
}

/*FOOTER*/
.footer {
	overflow: hidden;
  max-width: 100%;
	padding: 80px 0;
  margin: auto;
  background: #282828;
	position: relative;
}
.footerfoto-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0.1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.grupo-footer {
	position: relative;
	z-index: 10;
}
.logo-footer {
	width: 150px;
}
.columna-footer {
	padding: 20px 0;
}
.footer-titulo {
  color: #fff;
  font-size: 1.4em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999;
}
.footer-txt {
	font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  color: #fff;
	text-align: left;
	line-height: 1.5em;
}
.footer .datos {
  display: flex;
}
.footer span {
	margin-right: 10px;
  position: relative;
  top: 2px;
  color: #eee;
  font-size: 1.4em;
}
.copy {
	max-width: 100%;
	margin: auto;
  text-align: center;
  background: #303030;
  padding: 40px 0;
}
.copy-derechos {
  font-weight: 400;
  font-size: 0.9em;
  color: #fff;
}
.elaboradopor {
  font-weight: 400;
  font-size: 0.9em;
  color: #fff;
}

.descarga-img {
	width: 40px;
}


@media (min-width: 768px){
/*BANNER*/
.banner {
  height: 600px;
}
.b-inte {
	height: 300px;
}

/*	SERVICIOS*/
.columna-servicios {
	width: 33%;
	margin: 0;
}
.servicios-img {
	width: 160px;
  height: 160px;
}

/*	VALORES*/
.columna-valores {
	width: 33%;
}
}


@media (min-width: 1024px) {
/*LOGO SUPERIOR*/
.logosuperior-datos {
	display: block;
	font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9em;
	color: #666;
	display: flex;
	align-items: center;
}
	.logosuperior-datos span {
		font-size: 1.2em;
		color: #215395;
		margin: 0 10px;
	}
/*  banner*/
  .interior {
    height: 350px;
  }
	.banner-titulo {
		text-align: left;
		font-size: 4.6em;
	}
	.banner-subtitulo {
		text-align: left;
		font-size: 2em;
	}
	.banner-contacto {
		display: inline;
	}
	
/*NOSOTROS*/
.grupo-nosotros {
	display: flex;
	justify-content: center;
}
.nosotros-img {
	width: 340px;
	padding: 20px;
}
	.nosotros-txt {
	padding: 20px;
	}
	.filosofia-img {
	margin-left: 20px;
}
	
/*	SOLICITE*/
	.grupo-solicite {
		max-width: 800px;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.columna-solicite {
		width: 50%;
	}
	.solicite-txt {
	margin-bottom: 0px;
}
	
/*FOOTER*/
.grupo-footer {
	display: flex;
	justify-content: space-between;
}
.columna-footer {
	margin-right: 15px;
	width: 25%;
	padding: 0;
}
	.columna-footer:last-child {
	border-right: none;
	}
	.grupo-copy	{
		display: flex;
		justify-content: space-between;
	}
	
}