@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300&family=Montserrat:ital,wght@1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300&display=swap');
@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');
/*
font-family: "Poppins", sans-serif;
font-family: "Open Sans", sans-serif;

ROJO #E00023;
NEGRO #000000;
/

/*----------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: #1d1d1d;
	font-weight: 700;
	margin-bottom: 5px;
}
.titulo-seccion span {
	color: #EB6216;
}
.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;
}
.txt span {
	font-weight: 700;
}

/*BARRA SUPERIOR*/
.barrasuperior {
  max-width: 100%;
  margin: auto;
	background: #EB6216;
	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;
}
.logotipo-header {
	max-width: 150px;
}
.btnsup {
	display: none;
}
.wa-btnverdegeneral {
	width: fit-content;
	margin: auto;
  color: #fff;
	background: #EB6216;
  font-size: 1em;
  font-weight: 600;
	text-align: center;
  padding: 7px 20px;
  border-radius: 5px;
  transition: all 0.4s;
}
.wa-btnverdegeneral:hover {
  background: #1d1d1d;
}

/*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: #000;
  opacity: 0.7;
}

/*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.7;
}

.textos-banner {
  position: absolute;
  width: 90%;
  margin: auto;
  top: 50%;
	left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.banner-titulo {
  text-align: center;
  color: #fff;
  font-size: 2.2em;
  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;
  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.8em;
	color: #fff;

	font-weight: 500;
	line-height: 1.2em;
}


/*ESTILOS FOTOS SERVICIOS*/
#fotos-servicios {
	max-width: 100%;
	margin: auto;
	background: #eee;
	overflow: hidden;
}
.grupo-fotos {
	display: flex;
	flex-wrap: wrap;
}
.columna-fotos {
	margin-bottom: 20px;
	border-radius: 20px;
}
.fotos-servicios {
	object-fit: cover;
	border-radius: 10px;
}

/*CLIENTES*/
#clientes {
	overflow: hidden;
	max-width: 1500px;
	margin: auto;
	background: #fff;
}
.grupo-clientes {
	max-width: 700px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-clientes {
	width: 48%;
	margin: 1%;	
}

/*POR QUE ELEGIRNOS*/
.grupo-elegirnos {
    max-width: 900px;
    margin: auto;
    font-family: "Open Sans", sans-serif;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.columna-elegirnos {
    width: 100%;
    background: #eee;
    padding: 20px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}
.columna-elegirnos .txt {
    text-align: center;
    margin: 0;
}
.icon-ajustes, .icon-certificate-file, .icon-male-user-1, .icon-checkcuadrado {
    font-size: 2em;
}
.central {
    text-align: center;
}
.central span {
    font-weight: 700;
}

/*---------------------FOOTER---------------------*/
.footer {
	overflow: hidden;
	max-width: 100%;
	margin: auto;
	background: #1d1d1d;
}

.footer .contenedor {
	position: relative;
	z-index: 100;
}

.footer-columna {
  padding: 0 10px;
}
.logotipo-footer {
	display: none;
}
.footer-subtitulo {
	font-size: 1em;
  padding-bottom: 10px;
	color: #eee;
  border-bottom: 1px dashed rgba(255,255,255,0.5);
}

.footer p {
	font-size: 0.9em;
	padding: 20px 0;
	color: #fff;
}
.footer [class^="icon-"] {
	padding-right: 10px;
	font-size: 1em;
	color: #eee;
}
#copy {
	max-width: 100%;
	margin: auto;
	background: #EB6216;
	padding: 20px
}
#copy p {
	font-size: 1em;
  text-align: center;
	color: #fff;
}
#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: 50px;
	margin-bottom: 10px;
}
.footer-descargar {
	font-size: 1.4em;
  padding-bottom: 10px;
	color: #333;
	text-align: center;
}

/*-------------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;
}


/*	CLIENTES*/
.columna-clientes {
	width: 31%;
}
    
/*POR QUE ELEGIRNOS*/
.columna-elegirnos {
    width: 48%;
    margin-bottom: 0;
    margin: 1%;
}

/*GRUPO FOOTER*/
.grupo-footer {
  max-width: 1500px;
  display: flex;
  justify-content: space-around;
}
.footer-columna {
	width: 20%;
}
.logotipo-footer {
	display: block;
	width: 200px;
	margin: 0;
	padding: 10px;
	background: #fff;
}
}

@media (min-width: 1024px) {
.btnsup {
	display: block;
}
.titulo-seccion {
  font-size: 2.0em;
}
	
/*	BANNER*/
.banner-titulo {
	max-width: 1000px;
	margin: auto;
  font-size: 3.2em;
}
.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%;
}
.fotos-servicios {

}
	
}