@import url('https://fonts.googleapis.com/css?family=Oswald:300');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Semi+Condensed:wght@300;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/*
AZUL: #1D4279;
CELESTE: #2776C3;
*/

/*----------ESTILOS GENERALES----------*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
  background: #333;
}
img {
	display: block;
  width: 100%;
	max-width: 100%;
  margin: auto;
}
ul, li {
	list-style: none;
}
a {
	display: block;
	text-decoration: none;
}

.contenedor {
	width: 95%;
  max-width: 1200px;
	margin: auto;
}
.section {
  max-width: 1500px;
  overflow: hidden;
  margin: auto;
	padding: 80px 0;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Encode Sans Semi Condensed', sans-serif;
font-weight: 600;
letter-spacing: 0.7px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}

/*BARRA SUPERIOR*/
.barrasuperior {
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
  background: #1E4064;
	display: none;
}
.grupo-bs {
	padding: 5px 0;
	text-align: center;
}
.columna-bs {
	color: #fff;
	font-family: 'Encode Sans Semi Condensed', sans-serif;
	font-size: 0.8em;
	letter-spacing: 1px;
}

/*HEADER*/
.header {
	overflow: hidden;
  max-width: 1500px;
  margin: auto;
	background: #eee;
}
.grupo-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px;
}
.columna-header {
	
}
.logotipo-header {
	padding: 5px 0;
	max-width: 220px;
}

/*--------------------BANNER--------------------*/
.mockfondo-index {
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
	background-image: url(../img/portada.jpg);
	background-size: cover;
	background-position: center;
  background-attachment: fixed;
  height: 360px;
  object-fit: cover;
  position: relative;
}
.mockfondo-index:before {
  content: "";
  position: absolute;
	z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.textos-banner {
  position: absolute;
	z-index: 10;
  padding: 0 10px;
  width: 90%;
  margin: auto;
  top: 50%;
	left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.banner-txt {
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 1.2em;
  margin: 10px 0;
}
.banner-txt2 {
  text-align: center;
  font-weight: 800;
  color: #fff;
  font-size: 2em;
	margin-bottom: 20px;
}
/*BOTON WASAP*/
.botonwasap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wa-btnverdegeneral {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
  color: #fff;
	background: #2776C3;
  font-size: 1em;
  font-weight: 400;
  padding: 7px 25px;
  border-radius: 30px;
  transition: all 0.4s;
}
.wa-btnverdegeneral:hover {
  color: #fff;
  background: #1E4064;
}

/*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 INDEX*/
#presentacion  {
  background: #eee;
	max-width: 1500px;
	margin: auto;
}
.grupo-presentacion {
	max-width: 900px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.presentacion-columna {
	width: 100%;
	margin-bottom: 20px;
}
.presentacion-txt {
	font-size: 1em;
}
.presentacion-txt span {
	font-weight: 700;
}
.presentacion-img {
	width: 70%;
}


/* SLOGAN*/
.slogan {
  position: relative;
  overflow: hidden;
  background-image: url(../img/publisher-advisory-hero.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
	background-position: center;
  background-size: cover;
  max-width: 1500px;
  margin: auto;
  padding: 100px 20px;
}
.slogan:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
	opacity: 0.5;
}
.grupo-slogan {
  
}
.slogan-titulo {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.slogan-subtitulo {
  font-size: 2em;
  font-weight: 800;
  text-align: center;
  color: #fff;
}

/*SERVICIOS*/
#servicios {
	max-width: 1500px;
	margin: auto;
	background: #eee;
}
.servicios-grupo {
	max-width: 1000px;
	margin: auto;
}
.servicios-columna {
	padding: 10px;
}
.servicios-foto {
	width: 70%;
}
.icon-primitive-dot {
	position: relative;
	top: 3px;
	margin-right: 10px;
}
.servicios-item {
	display: flex;
	padding: 7px;
}


/*BROCHURE*/
.brochure {
  background: #F5F8FA;
	max-width: 1500px;
	margin: auto;
	padding: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pdf-img {
	width: 80px;
	margin: auto;
	transition: all 0.4s;
}
.pdf-img:hover {
	transform: translateY(10px);
}
.brochure-titulo {
	text-align: right;
	font-size: 1em;
	color: #333;
	padding-right: 20px;
}

/*---------------------FOOTER---------------------*/
.footer {
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
	background-image: url(../img/footer-img.jpg);
	background-size: cover;
	background-position: center;
  object-fit: cover;
  position: relative;
	z-index: -100;
	padding: 80px 10px;
}
.footer:before {
  content: "";
  position: absolute;
	z-index: -90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1D4279;
  opacity: 0.8;
}
.footer .contenedor {
	position: relative;
	z-index: 100;
}
.footer-columna {
  padding: 10px;
	margin-bottom: 20px;
}
.logotipo-footer {
	width: 300px;
}
.footer-subtitulo {
	font-size: 1.2em;
	text-align: center;
  padding-bottom: 10px;
	color: #fff;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}
.footer p {
  font-size: 1em;
	text-align: center;
  padding-top: 10px;
	color: #fff;
}
.footer span {
	display: block;
	margin: auto;
}
.footer [class^="icon-"] {
	padding-right: 10px;
	font-size: 1.1em;
	color: #fff;
}
.copy p {
  font-size: 0.8em;
	width: 100%;
  text-align: center;
  padding: 20px;
}


/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
/*  BARRA SUPERIOR*/
.barrasuperior {
	display: block;
}
.grupo-bs {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.icon-phone, .icon-email {
	font-size: 1.2em;
	color: #eee;
	}
/*	HEADER*/
.grupo-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*  BANNER*/
.mockfondo-index {
  height: 550px;
}
.interior {
  height: 360px;
}
/*SERVICIOS*/
.servicios-grupo {
	display: flex;
	justify-content: center;
}
.izq {
	width: 30%;
}
.der {
	width: 70%;
}
.servicios-foto {
	width: 100%;
}
/*GRUPO FOOTER*/
.grupo-footer {
  max-width: 1500px;
  display: flex;
  justify-content: space-around;
}
.footer-columna {
	width: 25%;
}

}

@media (min-width: 1024px) {
.banner-txt2 {
  font-size: 3.5em;
}
.banner-txt3 {
	width: 300px;
  font-size: 2em;
}
.wa-btnverdegeneral {
	font-size: 1.5em;
}

/*	PRESENTACION*/
.presentacion-columna {
	width: 50%;
	margin-bottom: 0px;
}
.presentacion-img {

}
/*	SLOGAN*/
.slogan {
  padding: 140px;
	}
.slogan-titulo {
  font-size: 2.5em;
}
.slogan-subtitulo {
	font-size: 3.5em;	
}
}