@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');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/*
font-family: "Poppins", sans-serif;
font-family: "Open Sans", sans-serif;
font-family: "Playfair Display", serif;

AZUL: #002768;
ROJO: #BE0A2F;
/

/*----------ESTILOS GENERALES----------*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
  background: #fff;
}
img {
	display: block;
  width: 100%;
  margin: auto;
}
ul, li {
	list-style: none;
}
a {
	display: block;
	text-decoration: none;
	font-family: "Poppins", sans-serif;
}

.contenedor {
	width: 95%;
	max-width: 1200px;
	margin: auto;
}
.section {
  max-width: 1500px;
  overflow: hidden;
  margin: auto;
	padding: 60px 0;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Poppins", sans-serif;
}
p {
font-family: "Open Sans", sans-serif;
}

.titulo-seccion {
	max-width: 960px;
	margin: auto;
  font-size: 1.8em;
	line-height: 1.1em;
  text-align: center;
  color: #444;
	font-weight: 700;
	margin-bottom: 5px;
}
.titulo-seccion span {
	color: #BE0A2F;
}
.subtitulo-seccion {
  font-size: 1.2em;
	line-height: 1.2em;
  text-align: center;
  color: #333;
	font-weight: 500;
}
.txt {
	font-size: 1em;
	max-width: 960px;
  margin: auto;
  text-align: left;
}
.txt span {
	font-weight: 700;
}

/*BARRA SUPERIOR*/
.barrasuperior {
  max-width: 100%;
  margin: auto;
  background-image: linear-gradient(90deg, #002768, #BE0A2F);
/*	background: #BE0A2F;*/
	padding: 7px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.barrasuperior-txt {
	font-size: 1.1em;
	font-weight: 500;
	text-align: center;
	color: #fff;
}
.barrasuperior-txt span {
	font-weight: 700;
}


/*LOGO SUPERIOR*/
.logo-superior {
	overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #fff;
  padding: 10px;
}
.logotipo-header {
	max-width: 150px;
}
.btnsup {
	display: none;
}
.wa-btnverdegeneral {
	width: fit-content;
	margin: auto;
  color: #fff;
	background: #BE0A2F;
  font-size: 1em;
  font-weight: 600;
	text-align: center;
  padding: 7px 20px;
  border-radius: 5px;
  transition: all 0.4s;
}
.wa-btnverdegeneral:hover {
  background: #002768;
}

/*prueba social 1*/
.pruebasocial1 {
	width: fit-content;
	margin: auto;
	
	padding: 5px 15px;
	border-radius: 7px;
	border: 1px dashed #fff;
	margin: auto;
	margin-bottom: 10px;

	display: flex;
	justify-content: center;
}
.bannerelegirnostxt {
	font-size: 0.9em;
	color: #fff;
}
.estrellas {
	position: relative;
	top: 2px;
	padding: 0 5px;
	margin: auto;
}
.icon-star {
	color: #F5B700;
	font-size: 0.7em;
}


/*--------------------BANNER--------------------*/
.banner-index {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/index-banner.jpg);
	background-position: center;
	background-size: cover;
  background-attachment: fixed;
  height: 450px;
  position: relative;
}
.banner-index:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002768;
  opacity: 0.6;
}

/*BANNER INTERIOR*/
.interior {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/SLOGAN.jpg);
	background-size: cover;
	background-position: center;
  height: 250px;
  object-fit: cover;
  position: relative;
	z-index: -100;
}
.interior:before {
  content: "";
  position: absolute;
	z-index: -90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.textos-banner {
  position: absolute;
  width: 90%;
  margin: auto;
  top: 50%;
	left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.banner-titulo {
font-family: "Playfair Display", serif;
  text-align: center;
  color: #fff;
  font-size: 3em;
  line-height: 1.1em;
	font-weight: 700;
	margin-bottom: 10px;
}
.banner-index .txt {
	color: #fff;
	text-align: center;
	font-size: 1em;
}

/*SLOGAN*/
.solicite-asesor {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	margin: auto;
	background-image: url(../img/SLOGAN.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
	background-attachment: fixed;
	height: 300px;
	text-align: center;
}
.solicite-asesor:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.solicite-asesor-titulo {
  position: absolute;
	width: 90%;
  margin: auto;
  top: 50%;
	left: 50%;
  transform: translateY(-50%) translateX(-50%);
	
	font-size: 1.4em;
	color: #fff;

	font-weight: 400;
	line-height: 1.2em;
}
.solicite-asesor-titulo span {
  background: #999;
  font-weight: 700;
}

/*ESTILOS FOTOS SERVICIOS*/
#fotos-servicios {
	max-width: 100%;
	margin: auto;
	background: #fff;
	overflow: hidden;
}
.grupo-fotos {
	display: flex;
	flex-wrap: wrap;
}
.columna-fotos {
	margin-bottom: 20px;
}
.fotos-servicios {
	object-fit: cover;
	border-radius: 20px;
}

/*GALERIA*/
#galeria {
	max-width: 100%;
	margin: auto;
	background: #fff;
	overflow: hidden;
}
.grupo-galeriafotos {
	display: flex;
	flex-wrap: wrap;
}
.columna-galeriafotos {
  border-radius: 20px;
  padding: 10px 10px;;
	margin-bottom: 20px;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.fotos-galeria {
	object-fit: cover;
	border-radius: 20px;
  margin-bottom: 20px;
}
#galeria .txt {
  text-align: center;
}

/*---------------------FOOTER---------------------*/
.footer {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	margin: auto;
  background-image: linear-gradient(90deg, #002768, #BE0A2F);

}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background-image: url(../img/patron-fondo.png);
  background-position: center;
  opacity: 0.2;

}
.footer .contenedor {
  position: relative;
  z-index: 100;
}

.footer-columna {
  padding: 5px 10px;
/*  outline: 1px solid #fff;*/
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.logotipo-footer {
  width: 200px;
  margin-bottom: 40px;
}

.footer-icon {
  margin: 0;
  width: 50px;
  height: 50px;
}
.footer p {
	font-size: 0.9em;
  font-weight: 600;
	color: #fff;
  margin-left: 5px;
  background: rgba(0,0,0,0.3);
  padding: 0 10px;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
}

#copy {
	max-width: 100%;
	margin: auto;
	background: #000;
	padding: 20px
}
#copy p {
	font-size: 0.9em;
  text-align: center;
	color: #eee;
}
#copy a {
font-family: "Poppins", sans-serif;
	font-size: 0.9em;
  text-align: center;
	color: #fff;
}
/*icono descargar BROCHURE*/
#descargar-brochure {
background: #fff;
overflow: hidden;
max-width: 100%;
margin: auto;
padding: 30px;
border-top: 2px solid #eee;
}
.grupo-descargarbrochure {
	display: flex;
	justify-content: center;
}
.pdf-img {
	width: 100px;
	margin-bottom: 10px;
}
.columna-descargabrochure {
  overflow: hidden;
  border: 1px solid #999;
  padding: 10px;
  margin: 1%;
  color: #333;
  transition: all .4s;
  text-align: center;
}
.columna-descargabrochure img {
  transition: all .4s;
}
.columna-descargabrochure img:hover {
  transform: scale(1.3);
  opacity: 0.5;
}

/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
.whatsapp-img {
	width: 40px;
	margin-right: 10px;
}
.grupo-logosuperior {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/*GRUPO FOOTER*/
.grupo-footer {
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
}
  .logotipo-footer {
    margin: 0;
    margin-bottom: 0px;
}
  .footer-colum {
    width: 40%;
  }
}

@media (min-width: 1024px) {
.btnsup {
	display: block;
}
.titulo-seccion {
  font-size: 2.0em;
}
	
/*	BANNER*/
.banner-titulo {
	max-width: 1000px;
	margin: auto;
  font-size: 5em;
}
.bannerelegirnostxt {
	font-size: 1.1em;
}
.estrellas {
	top: 4px;
}
.banner-index .txt {
	font-size: 1.4em;
}
.banner-index {
	height: 550px;
}
.banner-index .wa-btnverdegeneral {
	font-size: 1.2em;
}

.interior {
	height: 300px;
}

/*SLOGAN*/
.solicite-asesor {
	height: 400px;
}
.solicite-asesor-titulo {
	font-size: 2.2em;
	width: 60%;
}

/*ESTILOS FOTOS SERVICIOS*/
.columna-fotos {
	width: 30%;
	margin-bottom: 0;
	margin: 1%;
}
.columna-galeriafotos {
	width: 30%;
	margin-bottom: 0;
	margin: 1%;
}	
}