@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&family=Raleway:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&family=Playfair+Display&family=Raleway:wght@300&display=swap');
@import url(../css/estilosmenu_submenu.css);

/*
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Playfair Display', serif;

PRINCIPAL #F1A537;
NEGRO #17161B;
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
p {
font-family: 'Raleway', sans-serif;
	letter-spacing: 0.3px;
	text-align: justify;
}
img {
  display: block;
  width: 100%;
}
ul, li {
  list-style: none;
}
a {
font-family: 'Raleway', sans-serif;
  display: block;
  text-decoration: none;
}
body {
  background: #333;
}
.contenedor {
	width: 95%;
	max-width: 1200px;
	margin: auto;
}
.section {
	padding: 80px 0;
	overflow: hidden;
}

/*BARRA SUPERIOR*/
.barrasuperior {
	overflow: hidden;
	max-width: 100%;
	margin: auto;
	padding: 3px 0;
	background: #fff;
}
.barrasuperior-redes {
	display: flex;
	justify-content: flex-end;
}
.barrasuperior-redes span {
	font-size: 1em;
	color: #333;
	margin-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #333;
}

/*LOGO SUPERIOR*/
.logo-superior {
	overflow: hidden;
	max-width: 100%;
	margin: auto;
	background: #fff;
}
.logotipo-header {
	padding: 10px 0;
	width: 240px;
	margin: auto;
}
.logosuperior-datos {
	display: none;
}

/*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;
}

/*BANNER*/
.banner {
	overflow: hidden;
	max-width: 100%;
	position: relative;
	z-index: -1000;
  margin: auto;
	background-image: url(../img/banner-fondo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	background-attachment: fixed;
  height: 360px;
}
.banner-servicios {
	overflow: hidden;
	max-width: 100%;
	position: relative;
	z-index: -1000;
  margin: auto;
	background-image: url(../img/banner-servicios.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	background-attachment: fixed;
  height: 360px;
}
.banner-textos {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 10px #000;
}
.banner-titulo {
font-family: 'Playfair Display', serif;
font-size: 2.4em;
}

/*WADIRECTO*/
#wadirecto {
  max-width: 100%;
  margin: auto;
  background: #FAFAFA;
	padding: 20px 0;
}
.wadirecto-titulo {
font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
.wadirecto-subtitulo {
font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 800;
  text-align: center;
  color: #333;
}
.wadirecto-img {
	width: 120px;
	margin: auto;
}

/*SOLICITE ASESOR*/
.solicite-asesor {
	position: relative;
	overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/solicite-asesor.jpg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
	background-attachment: fixed;
  padding: 160px 10px;
	text-align: center;
}
.solicite-asesor:before {
  content: "";
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.solicite-asesor-txt {
  margin: auto;
font-family: 'Raleway', sans-serif;
	font-size: 2em;
	color: #fff; 
}
.soliciteasesor-btn {
	position: relative;
	z-index: 1000;
font-family: 'Raleway', sans-serif;
  color: #fff;
  text-align: center;
  display: block;
  padding: 10px 30px;
  background: #F1A537;
	width: 260px;
	margin: auto;
}
.soliciteasesor-btn:hover {
    background-color: #333;
}

/*FOOTER*/
.footer {
	overflow: hidden;
  max-width: 100%;
	padding: 60px 0;
  margin: auto;
  background: #F1A537;
}
.grupo-footer {

}
.logo-footer {
	width: 260px;
}
.columna-footer {
	padding: 20px 0;
}
.footer-titulo {
font-family: 'Raleway', sans-serif;
  color: #000;
  font-size: 1.2em;
	margin-bottom: 10px;
}
.footer-txt {
font-family: 'Raleway', sans-serif;
	line-height: 1.5em;
  font-size: 0.9em;
  color: #000;
}
.footer .datos {
  display: flex;
}
.footer span {
	margin-right: 10px;
  position: relative;
  top: 2px;
  color: #000;
  font-size: 1em;
}
.footer-social {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-social a {
	color: #fff;
	font-size: 2em;
	margin: 0 7px;
}
.copy {
	max-width: 100%;
	margin: auto;
  text-align: center;
  background: #17161B;
  padding: 20px 0;
}
.copy-derechos {
font-family: 'Raleway', sans-serif;
	font-size: 0.8em;
	color: #fff;
  padding: 10PX;
}
.copy-txt {
font-family: 'Raleway', sans-serif;
  font-size: 0.8em;
  color: #fff;
	text-align: center;
}
.elaboradopor {
font-family: 'Raleway', sans-serif;
  font-size: 1em;
  color: #eee;

	display: inline-block;
	margin-left: 10px;
}
.elaboradopor:hover {
	text-decoration: underline #333;
	padding: 2px;
	background: #eee;
	color: #333;
}
/*CLIENTES*/
#clientes {
	overflow: hidden;
  max-width: 100%;
	padding: 60px 0;
  margin: auto;
  background: #fff;
}
.grupo-clientes {
	max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.clientes-img {
	width: 30%;
	margin: 1%;
}
/*GALERIA*/
#galeria {
	overflow: hidden;
  max-width: 100%;
	padding: 60px 0;
  margin: auto;
  background: #fff;
}
.grupo-galeria {
	max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.galeria-img {
	width: 48%;
	margin: 1%;
}


@media (min-width: 768px){
/*LOGO SUPERIOR*/
.logotipo-header {
	width: 290px;
	padding: 0;
}
.logosuperior-datos {
		display: flex;
		justify-content: center;
	}
.grupo-logosuperior {
		padding: 20px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
.datos-titulo {
	font-weight: 800;
	color: #333;
}
.telefonos {
	font-size: 0.9em;
	color: #666;
}
.logosuperior-datos .icon-call, .icon-mail-read {
  color: #333;
  margin-right: 10px;
	border-right: 2px solid #999;
	padding-right: 7px;
  font-size: 1.4em;
  display: block;
}
  
/*BANNER*/
.banner {
  height: 560px;
}
.banner-servicios {
  height: 360px;
}
.banner-titulo {
	font-size: 3em;
}
.bannerinterior {
  height: 360px;
}
	
/*GALERIA*/
.galeria-img {
	width: 31%;
}
}


@media (min-width: 1024px) {
.clientes-img {
	width: 14%;
}
	
/*FOOTER*/
.grupo-footer {
	display: flex;
	justify-content: space-between;
}
.columna-footer {
	padding: 10px;
	width: 33%;
}

  
}