@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
@import url(../css/estilosmenu_submenu.css);

/*
CELESTE #33BEBF;
AZUL #2957A4;
ROJO #ED3237;
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
	font-family: 'Raleway', sans-serif;
}
img {
  display: block;
  width: 100%;
}
ul, li {
  list-style: none;
}
a {
  display: block;
  text-decoration: none;
	color: #666;
}
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: 7px 0;
	background: #33BEBF;
}
.barrasuperior .colum {
	margin-right: 20px;
	display: flex;
	justify-content: flex-start;
}
.barrasuperior-redes {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.barrasuperior-txt {
	color: #fff;
	font-size: 0.9em;
}
.barrasuperior-redes span {
	font-size: 1em;
	color: #fff;
	margin-right: 10px;
}

/*LOGO SUPERIOR*/
.logo-superior {
	overflow: hidden;
	max-width: 100%;
	margin: auto;
	background: #fff;
}
.logotipo-header {
	padding: 10px 0;
	width: 260px;
	margin: auto;
}
.datos-s {
	display: none;
}
.logosuperior-datos {
	display: none;
}
.whatsapp-img {
	display: none;
}

/*BANNER*/
.banner {
	overflow: hidden;
	width: 100%;
	position: relative;

  margin: auto;
	background-image: url(../img/banner-fondo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}
.banner:before {
	content: "";
	position: absolute;

	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
	background: rgba(0,0,0,0.5);
}
.banner span {
	font-weight: 700;
}
.banner-textos {
	position: absolute;

	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	color: #fff;
	text-align: center;
}
.banner-titulo {
	font-size: 2.1em;
  font-weight: 300;
	color: #eee;
}
.titulo-interior {
	letter-spacing: -1.5px;
	font-size: 2.5em;
  font-weight: 300;
}
.banner-subtitulo {
	padding: 10px;
	font-size: 1.4em;
  font-weight: 300;
	color: #eee;
}
.banner-botones {
	max-width: 400px;
	margin: auto;
}
.banner-btn {
	position: relative;
	z-index: 1000;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 10px;
	background: #33BEBF;
	border: 2px solid #33BEBF;
	width: 48%;
}
.banner-btn2 {
	position: relative;
	z-index: 1000;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 10px;
	border: 2px solid #33BEBF;
	width: 48%;
}

/*WADIRECTO*/
#wadirecto {
  max-width: 100%;
  margin: auto;
  background: #FAFAFA;
	padding: 20px 0;
}
.wadirecto-titulo {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
.wadirecto-subtitulo {

  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
  color: #333;
}
.wadirecto-img {
	width: 120px;
	margin: auto;
}

/*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;
}





/*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;
  background-repeat: no-repeat;
	background-attachment: fixed;
  padding: 150px 10px;
	text-align: center;
}
.solicite-asesor:before {
  content: "";
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.solicite-asesor-titulo {
  margin: auto;
  font-weight: 700;
	font-size: 2em;
	color: #fff;
	margin-bottom: 10px;
}
.solicite-asesor-txt {
	display: none;
}
.soliciteasesor-btn {
	position: relative;
	z-index: 1000;
  font-weight: 600;
    color: #333;
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
		background: #33BEBF;
}
.soliciteasesor-btn:hover {
    background-color: #fff;
}


/*FOOTER*/
.footer {
	overflow: hidden;
  max-width: 100%;
	padding: 100px 0;
  margin: auto;
  background: #1d1d1d;
}
.grupo-footer {

}
.logo-footer {
	width: 220px;
	padding: 10px;
}
.columna-footer {
	padding: 20px 0;
}
.columna-footer a {
	font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  color: #eee;
	color: #fff;
}
.footer-titulo {
  font-weight: 300;
  color: #eee;
  font-size: 1.2em;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #999;
}
.footer-txt {
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.5px;
  font-size: 1em;
  color: #eee;
	text-align: left;
	line-height: 25px;
}
.footer .datos {
  display: flex;
}
.FOOTER-ICON {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.copy {
	max-width: 100%;
	margin: auto;
  text-align: center;
  background: #333;
  padding: 20px 0;
}
.copy-derechos {
	font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
	color: #fff;
  padding: 0;
}
.elaboradopor {
	font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  color: #fff;
}

@media (min-width: 768px){
	.barrasuperior {
		display: none;
	}
	.barrasuperior-redes {
		display: block;
	}
	.barrasuperior-redes .colum {
		padding: 5px 0;
		display: flex;
		border-bottom: 1px dashed #999;
	}
	.barrasuperior-redes .colum:last-child {
		border-bottom: none;
	}
	.barrasuperior-redes span {
		font-size: 1.2em;
		color: #33BEBF;
	}
	.barrasuperior-txt {
		font-size: 1em;
		color: #666;
	}
	
/*LOGO SUPERIOR*/
	.logo-superior {
		padding: 20px 0;
	}
.whatsapp-img {
	display: block;
	width: 160px;
	padding: 0 10px;
	border: 1px dashed #33BEBF;
	border-radius: 10px;
}
.grupo-logosuperior {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	.datos-s {
		display: block;
	}
  
/*BANNER*/
.banner {
  height: 700px;
}
.banner-interior {
	height: 400px;	
	}
.banner-titulo {
	font-size: 4.6em;
}
.banner-subtitulo {
	font-size: 2em;
}
.binterior {
  height: 300px;
}
.banner-ingenieria {
  height: 300px;
}
.titulo-interior {
	font-size: 3em;
}
}


@media (min-width: 1024px) {
.logotipo-header {
	width: 300px;
	padding: 0;
}
.banner-titulo {
	font-size: 5em;
}

.section {
	padding: 80px 0;
}

/*ASESOR*/
	.solicite-asesor-txt {
	display: block;
		max-width: 1000px;
  margin: auto;
  font-weight: 300;
	font-size: 1.6em;
	color: #fff;
	position: relative;
}
	
/*FOOTER*/
.grupo-footer {
	display: flex;
	justify-content: space-between;
}
.columna-footer {
	margin-right: 15px;
	width: 25%;
	padding: 0;
}

}