* {
    margin: 0;
    padding: 0;
}
@font-face {
	font-family: NexaB;
	font-style: normal;
	src: url(../fonts/NexaBold.otf);
}
@font-face {
	font-family: NexaL;
	font-style: normal;
	src: url(../fonts/NexaLight.otf);
}

*::-webkit-input-placeholder {
	color: #444;
	font-family: NexaB;
	font-size: 1em;
	font-weight: bold;
}
*:-moz-placeholder {
	color: #444;
	font-family: NexaB;
	font-size: 1em;
	font-weight: bold;
}
*::-moz-placeholder {
	color: #444;
	font-family: NexaB;
	font-size: 1em;
	font-weight: bold;
}
*:-ms-input-placeholder {
	color: #444;
	font-family: NexaB;
	font-size: 1em;
	font-weight: bold;
}
ul {
	list-style: none;
}

body {
	
	background-color: #000;
	background-repeat: repeat-xy;
    box-sizing:  border-box;
	font-family: NexaL;
	color: #FFF;
}

/*
 * ENCABEZADO
 */
header {
	background-color: #EC7C0E;
	background-size: cover;
	height: 190px;
	width: 100%;
}


#contenido{
	background: #000;
}

.header2 {
	position: fixed;
}
.logo {
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	padding: 20px;
	text-align: center;
	width: 25%;
}
.logo img {
	max-height: 130px;
}
.headA {
	color: #FFF;
	float: right;
	padding: 2% 0px;
	text-align: center;
	text-transform: uppercase;
	width: 70%;
	margin-top: 0px;
}
.infoA {
	display: inline-block;
	font-size: 2em;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
.infoA01 {
	display: inline-block;
	font-size: 2em;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	margin-top: -4%;
}
.infoB {
	color: #000;
	display: inline-block;
	margin-left: 0px;
	font-size: 1em;
	padding: 0px;
	font-weight: bold;
	vertical-align: middle;
	-webkit-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}
.icon-whatsapp, .icon-wrench{
	color: #000;
}
.telefonowats
{
	margin-left: 0px;
	font-size: 17px;
	padding: 0px;
	color: #000;
	font-weight: normal;
}
.infoB01 {
	color: #000;
	display: inline-block;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 1em;
	padding: 0px;
	font-weight: bold;
	vertical-align: middle;
	-webkit-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}

.telefonos{
	margin-left: 0px;
	font-size: 17px;
	padding: 0px;
	color: #000;
	font-weight: normal;
}
.telefonos2{
	margin-left: 0px;
	font-size: 17px;
	padding: 0px;
	color: #000;
	font-weight: normal;
}

.infoC {
	width: 15%;
	display: inline-block;
	background: #FFF;
	box-sizing: border-box;
	border-radius: 4px;
	color: #EC7C0E;
	cursor: pointer;
	font-size: 1.2em;
	margin-left: 25px;
	padding: 15px 0px;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}
.infoC:hover {
	background: #000;
	color: #EC7C0E;
}
.infoC a{text-decoration:none; color: #EC7C0E;}
.infoC a:hover {text-decoration:none; color: #EC7C0E;}

#form{text-decoration:none;color: #fff}
#form:hover {color: #EC7C0E;}


nav {
	background: #000;
	box-sizing: border-box;
	float: left;
	height: 88px;
	padding: 0px 20px;
	text-align: center;
	width: 100%;
}
.nav1 > li {
	display: inline-block;
	list-style: none !important;
	vertical-align: middle;
}
.nav1 li a {
	color: #fff;
	display: table-cell;
	font: 300 1.3em NexaL;
	height: 88px;
	margin: 0;
	padding: 0px 30px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
	font-weight: bold;
	font-size: 13px;
}
.nav1 li a:hover {
	background: #EC7C0E;
	color: #FFF;
	cursor: pointer;
}
.nav1 li ul {
	display: none;
	width: 180px;
	position: absolute;
	-webkit-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}
.nav1 li:hover > ul {
	display: block;
}




.menu1, .menu2, .div2 {
	display: none;
}



.precios img
{
	width: 50%;
}
.der hr {
  height: 5px;
  background-color: #EC7C0E;
  margin-top: -12px;
  margin-bottom: -20px;
  width: 90%;
}

/*
 * ESTIL PARA TEXTO
 */
.mensajeA {
	box-sizing: border-box;
	color: #FFF;
	display: inline-block;
	font: 300 2.4em NexaL;
	padding: 0px 100px;
	text-align: center;
	width: 100%;
	font-size: 40px;
	font-weight: bold;
}
.mensajeB {
	background-color: #EC7C0E;
	background-size: cover;
	box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
	display: inline-block;
	font: 300 2.4em NexaL;
	padding: 40px 100px;
	text-align: center;
	width: 100%;
}
.contenedor{
	background-color: #EC7C0E;
	padding-top: 3%;
	padding-bottom: 3%;
}
 .z01{
	box-sizing: border-box;
	color: #FFF;
	display: inline-block;
	font: 300 2.4em NexaL;
	padding: 0px 100px;
	text-align: center;
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}
.italica {
	font-style: normal;
}
.grueso {
	font-family: NexaB;
}

.colorNaranja {
	color: #EC7C0E;
}
.colorNegro {
	color: #000000;
	font-size: 1em;
	font-size: 15px;
	letter-spacing: .1em;
}
.colorNaranja2 {
	color: #EC7C0E;
}
.colorBlanco {
	color: #FFF;
}
.colorGris {
	color: #444;
	font-size: 1em;
	font-size: 15px;
	letter-spacing: .1em;
}
.vineta{
	list-style-type:disc;
	font-size: 60px;
	color: #EC7C0E;
	margin-top: -30px;
}

.archivos{
	margin-top: -48px;
	width: 90%;
	font-size: 1em;
	letter-spacing: .1em;	
	color: #444;
	font-size: 15px;
	font-weight: normal;
}

.colorNaranja02 {
	color: #EC7C0E;
	font-size: 1em;
	letter-spacing: .1em;
	text-align: center;
	font-weight: bold;
}
.txtjus {
	text-align: justify;
}
.textoA {
	color: #EC7C0E;
	cursor: pointer;
	font-size: .7em;
	font-style: italic;
	text-align: right;
	-webkit-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}
.textoA:hover {
	color: #000;
	font-family: NexaB;
}


/*carrusel */


/*------*/

/*
 * APARTADO DE FORMUALRIO PARA LA CAPTURA DE DATOS Y DE CONTACTO
 */
.formulario {
	margin-top: 0px;
	background: #000;
	box-sizing: border-box;
	padding: 0% 0%;
	padding-top: 2%;

	text-align: center;
	width: 100%;
}
.formulario2 {
	background: #444;
	box-sizing: border-box;
	padding: 120px 0px;
	text-align: center;
	width: 100%;
}


/*
 * ESTILO PARA CUADROS DE TEXTO
 */
.contacto {
	background: #FFF;
	border: solid 1px #FFF;
	border-radius: 6px;
	box-sizing: border-box;
	font-family: NexaB;
	font-size: 1em;
	margin: 10px;
	padding: 15px 20px;
	width: 80%;
}
textarea {
	background: #FFF;
	border: solid 1px #FFF;
	border-radius: 6px;
	box-sizing: border-box;
	font-family: NexaB;
	font-size: 1em;
	height: 140px;
	margin: 10px;
	padding: 15px 20px;
	width: 88%;
}
.login {
	background: #EC7C0E;
	border: solid 1px #000;
	border-radius: 6px;
	box-sizing: border-box;
	font-family: NexaB;
	font-size: 1em;
	margin: 10px;
	padding: 15px 20px;
	width: 80%;
}


/*
 * ESTILOS PARA TITULOS DE LA PAGINA
 */
.tituloA {
	font: 300 2.2em NexaB;
	letter-spacing: .1em;
	font-size: 40px;
}
.tituloB {
	font: 300 1.8em NexaB;
	letter-spacing: .1em;
	width: 48%;
}
.tituloC {
	font: 300 1.8em NexaL;
	letter-spacing: .1em;
	margin-left: 25%;
	margin-right: 25%;
	font-size: 20px;
}
.tituloD {
	font: 300 1.6em NexaB;
	letter-spacing: .1em;
}
.tituloD2 {
	font: 300 1.6em NexaB;
	letter-spacing: .1em;
	text-align: left;
}
.tituloE {
	font: 300 1.6em NexaB;
	letter-spacing: .1em;
}
.tituloF{
	font: 300 1.8em NexaL;
	letter-spacing: .1em;
	margin-left: 24%;
	margin-right: 24%;
	font-size: 16px;
}
.tituloZ {
	font: 300 1.8em NexaL;
	letter-spacing: .1em;
	margin-left: 26%;
	margin-right: 26%;
	font-size: 20px;
	text-align: center;
}
/*
 * ESTILO PARA ESPACIOS ENTRE OBJETOS Y LONGITUDES DE OBJETOS
 */
.espacioA {
	padding: 5px;
	text-align: left;
}
.espacioB {
	margin-top: 0px;
}
.espacioC {
	padding: 0px 200px;
}
.longitudA {
	width: 90%;
}

.paquete {
	box-sizing: border-box;
	padding: 0px 1%;
	text-align: center;
	width: 100%;
	margin-bottom: 60px;
}

/*
 * ESTILO PARA GLOBOS
 */
.globo {
	box-sizing: border-box;
	background: #EC7C0E;
	border-radius: 4px;
	color: #FFF;
	cursor: pointer;
	display: inline-table;
	font: 600 1.3em NexaL;
	height: 80px;
	margin-bottom: 10px;
	padding: 15px 10px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	-webkit-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}
.globo:hover {
	background: #FFF;
	color: #EC7C0E;
}

.globo2  ul li {
	
	list-style-type:disc;
	text-align: justify;
	font-size: 15px;
	color: #EC7C0E;
	width: 80%;
}

.globo2 {
	box-sizing: border-box;
	color: #FFF;
	display: inline-block;
	margin-top: 15px;
	padding: 15px 5px;
	vertical-align: top;
	width: 20%;
	font-size: 20px;

}
.globo2 span {
	background: #FFF;
	border-radius: 500px;
	color: #EC7C0E;
	font-size: 2em;
	padding: 18px;
	-webkit-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}

.globo2 p {
	font: 1em NexaL;
	letter-spacing: .075em;
	margin-top: 35px;
}
.globo3 {
	background: #FFF;
	box-sizing: border-box;
	border-radius: 6px;
	color: #EC7C0E;
	cursor: pointer;
	display: inline-block;
	font-size: .8em;
	margin-top: 15px;
	padding: 15px 25px;
	vertical-align: top;
	-webkit-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}
.globo3:hover {
	background: #000;
}
.globo4 {
	background: #FFF;
	box-sizing: border-box;
	border-radius: 6px;
	color: #EC7C0E;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2em;
	margin-top: 15px;
	margin-left: 30px;
	padding: 15px 25px;
	vertical-align: top;
	-webkit-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}
.globo4:hover {
	background: #EC7C0E;
	color: #FFF;
}
.globo4 img {
	height: 50px;
}
.globo5 {
	box-sizing: border-box;
	background: #EC7C0E;
	border-radius: 4px;
	color: #FFF;
	cursor: pointer;
	display: inline-table;
	font: 600 1.3em NexaL;
	height: 120px;
	padding: 20px 10px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	-webkit-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}
.globo5 span {
	font-size: 2em;
}
.globo5:hover {
	background: #FFF;
	color: #EC7C0E;
}
/*
 * ESTILOS PARA BLOQUES O FLOTANTES
 */
.flotante {
	display: inline-block;
	margin: 30px 10px;
	width: 15%;
}
.bloque {
	display: inline-block;
	margin: 15px;
	vertical-align: middle;
	width: 40%;
}
.bloque2 {
	display: inline-block;
	margin: 15px;
	vertical-align: top;
	width: 45%;
}
.bloque3 {
	display: inline-block;
	margin: 10px 5px;
	width: 30%;
}
.izq img{
	box-sizing: border-box;
	float: left;
	padding: 0px;
	vertical-align: top; 
	width: 30%;
}
.der {
	box-sizing: border-box;
	float: right;
	padding: 5px 10px;
	vertical-align: top; 
	width: 54%;
}
.izqA {
	box-sizing: border-box;
	display: inline-block;
	padding: 20px;
	vertical-align: top; 
	width: 48%;
}
.izqA p {
	font: 300 1.2em NexaL;
	margin: 30px 0px;
	text-align: justify;
}
.derA {
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 10px;
	vertical-align: top; 
	width: 48%;
}

/*
 * ESTILO PARA MAPA
 */
.mapa {
	border-radius: 4px;
	height: 500px;
	width: 100%;
}

/*
 * ESTILO PARA BOTONES
 */
.boton1 {
	background: #EC7C0E;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font: 300 1em NexaL;
	letter-spacing: .1em;
	margin-right: 2.5%;
	padding: 10px 15px;
	text-align: center;
	-webkit-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}
.boton1:hover {
	background: #FFF;
	color: #EC7C0E;
}






.dudas {
	background: #FFF;
	box-sizing: border-box;
	display: inline-block;
	padding: 50px 4%;
	width: 100%;
}


.video {
	display: inline-block;
	width: 100%;
}

.video img{
	margin-left: 0%;
	margin-top: 0px;
	width: 40%;
}


.videos .izq2 iframe {
    height: 240px;
    width: 133%;

}







.izq2 {
	box-sizing: border-box;
	float: left;
	padding: 0px;
	vertical-align: top; 
	width: 30%;
}
.der2 {
	box-sizing: border-box;
	float: right;
	padding: 5px 80px;
	vertical-align: top; 
	width: 58%;
}
.izqA2 {
	box-sizing: border-box;
	display: inline-block;
	padding: 20px;
	vertical-align: top; 
	width: 48%;
}
.izqA2 p {
	font: 300 1.2em NexaL;
	margin: 30px 0px;
	text-align: justify;
}
.derA2 {
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 10px;
	vertical-align: top; 
	width: 48%;
}


.dudas2 {
	background: #FFF;
	box-sizing: border-box;
	display: inline-block;
	padding: 0px 4%;
	width: 100%;
}

.videos {
	display: inline-block;
	margin: 10px 0px;
	width: 100%;
}
.videos iframe {
	border-radius: 10px;
	height: 200px;
	width: 100%;
}
.dudas2 .izq2
{
	margin-bottom: 5%;
}
.espacio{
	padding: 1%;
	background-color: #EC7C0E;
}

.beneficios {
	box-sizing: border-box;
	padding: 30px 10%;
	text-align: center;
	width: 100%;
	font-weight: bold;
	background-color: #EC7C0E;
}


.formularioRegistro iframe{
	width: 100%;
	height: 500px;
}

footer {
	background-color: #EC7C0E;
	background-size: cover;
	box-sizing: border-box;
	padding: 30px;
	height: 100px;
	width: 100%;
}
.pagosimg{
	text-align: right;
	margin-top: -26px;
}
footer .pagosimg img {
	display: inline-block;
	height: 40px;
	margin-right: 50px;
	margin-bottom: 0px;
}

footer .aviso
{
	text-align: center;
	margin-top: -3%;
	color: #fff;
	font: 300 1.2em NexaL;
	font-weight: bold;
}

footer .aviso a
{
	color: #fff;
	text-decoration: none;
}
footer .aviso a:hover
{
	color: #000;
}
.menu-fixed {
	position:fixed;		
	z-index:1000;
	top:0;
	width:100%;
	box-shadow:0px 4px 3px rgba(0,0,0,.5);
}

.redes {
	display: inline-block;
	font-size: 40px;
	vertical-align: middle;
	color: #000;
	letter-spacing: 21px;
	margin-left: 9%;}

.redes a {
    color: #000;
    text-decoration: none;
}
.redes a:hover {

    color: #fff;
    text-decoration: none;

}
/*
 * RESPINCIVE
 */




@media screen and (min-width: 200px) and (max-width: 800px) {
	header {
		height: 120px;
	}
	.logo {
		width: 100%;
	}
	.logo img {
		height: 100px;
	}
	nav {
		display: none;
	}
	.headA {
		display: none;
	}
	.menu1, .menu2 {
		display: inherit;
	}
	.menu1 {
		background: #FFF;
		box-sizing: border-box;
		color: #000;
		float: left;
		padding: 5px 20px;
		text-align: right;
		width: 100%;
	}
	.menu2 span {
		color: #000;
		cursor: pointer;
		font-size: 1.5em;
		padding: 15px;
		-webkit-transition: all 1200ms ease;
		-o-transition: all 1200ms ease;
		transition: all 1200ms ease;
	}
	.nav2 {
		background: #EC7C0E;
		box-sizing: border-box;
		border-bottom-left-radius: 4px;
		position: fixed;
		right: -250px;
		top: 157px;
		width: 250px;
	}
	.nav2 ul li {
		padding: 11px;
		text-align: left;
		
		-webkit-transition: all 1200ms ease;
		-o-transition: all 1200ms ease;
		transition: all 1200ms ease;
	}
	.nav2 ul li a {
		color: #FFF;
		text-decoration: none !important;
		text-transform: uppercase;
	}
	.nav2 ul li:hover {
		background: #FFF;
	}
	.nav2 ul li:hover a {
		color: #EC7C0E;
	}
	.mensajeA {
		padding: 20px;
		font-size: 1.4em;
	}
	.formulario {
		padding: 5px 10px;
	}
	.formulario p {
		text-align: left;
	}
	.izqA {
		font-size: .8em;
		padding: 0px 20px;
		width: 100%;
	}
	.derA {
		padding: 15px;
		width: 100%;
	}
	.tituloA, .tituloB, .tituloC, .tituloD {
		font-size: 1.4em;
	}
	.flotante {
		margin: 5px;
		width: 70%;
	}
	.inv2 {
		display: none;
	}
	.dudas {
		padding: 20px;
	}
	.izq {
		text-align: center;
		width: 100%;
	}
	.der {
		text-align: center;
		width: 100%;
	}
	.colorGris {
		font-size: .8em;
	}
	.globo2 {
		margin: 10px 10px;
		width: 40%;
	}
	.globo2 p {
		text-align: center;
	}
	footer {
		height: 140px;
	}
	.boton1, .boton2 {
		margin-right: 5px;
	}
}

