	@font-face {
    	font-family: "Nexa Light";
		src: url("../fonts/Nexa-Light.woff2") format('woff');
	}
	
	@font-face {
    	font-family: "Nexa Bold";
		src: url("../fonts/Nexa-Bold.woff2") format('woff');
	}
	
	body {
		font-family: "Nexa Light" !important
	}
	
	.container-menu {
		width: 100%;
		max-width: 1100px;
		height: auto;
		margin: auto;
	}
	.carousel-control.right, .carousel-control.left {
		background-image: none;
		
		filter: none;
		background-repeat: repeat-x;
	}
	
	.carousel-indicators .active {
		width: 25px;
		height: 25px;
		margin: 0;
		background-color: #1da0e7;
	}
	
	.carousel-indicators li {
		width: 25px;
		height: 25px;
		margin: 0;
		background-color: #fff;
	}
	
	.menuFijo{
		position: fixed;
		top:0;
		z-index: 100;
		width: 100%;
		height: auto;
	}
	
	.fondo-menu{
		background: rgba(29,160,231,0.8)
	}
	
	.ellogoBaja {
		max-width: 180px;
	}
	
	.cont-boton-menu-baja {
		padding-top: 1% !important;
	}
	
	.contiene-boton-menu {
		padding-top: 2%;
		text-align: right
	}
	.iconoMenu {
		color: white;
		font-size: 2.9em;
		
	}
	
	.cont-tit {
		text-align: right
	}
	
	#Historia, #Tecnologia, #Productos {
		padding-top: 2%;
		padding-bottom: 2%;
	}
	
	.tit-home-azul {
		font-family: 'Nexa Bold'; color: #0060aa; font-size: 80px; line-height: 70px;
	}
	
	.tit-home-celeste {
		font-family: 'Nexa Bold'; color: #1da0e7; font-size: 80px;line-height: 70px; 
	}
	
	.txt-historia-home {
		font-family: "Nexa Bold";
		font-size: 1.3em;
		color: #847c7c;
		padding-top: 3%;
		
	}
	
	.ft-historia {
		width: 100%;
	}
	
	.ancho100 {
		width: 100% !important;
	}
	
	.sinpadding {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#titTecnoMob {
		display: none
	}
	#titTecnoPc {
			display: inherit;
	}
	
	#footer {
		background-color: #1da0e7;
		
	}
	
	.MargenAuto {
		margin: auto !important;		
	}
	
	.logofooter {
		text-align: center;
		border-bottom: 1px solid #6ec7f8;
		max-width: 800px;
		width: 95%;
		padding-bottom: 2%;
	}
	
	.txtFoooter {
		padding-top: 2%;
		padding-bottom: 2%;
		font-family: 'Nexa Bold';
		font-size: 1.5em;
		line-height: 1.8em;
		color: white;
	}
	
	.txtFoooter>a {
		color: white;
	}
	
	
	.menuFlotante {
		position: fixed;
		left: 58%;
		top: 7%;
		width: 320px;
		height: auto;
		margin: auto;
		background: rgba(29,160,231,0.8);
		border-radius: 10px;
		padding: 10px;
		color: white;
		display: none;
		
	}
	
	.ActivarMenu {
		display: inherit;
	}
	.DesActivarMenu {
		display: none;
	}
	
	.itemMenu {
		color: white;
		font-family: 'Nexa Bold';
		font-size: 1.2em;
		text-align: center;
		line-height: 2.3em;
		border-top: 1px solid #6ec7f8;
		
	}
	
	.itemMenu>a {
		color: white;
	}
	
	.itemSubMenu {
		color:#0060aa !important ;
		border-top:none;
	}
	
	.itemSubMenu>a {
		color:#0060aa !important ;
		
	}

.TituloCentral {
	font-family: "Nexa Bold";
		color: #0060aa;
		font-size: 35px;
		line-height: 40px;
	text-align: center;
	
}
	.margenAuto {
		margin: auto !important;
	}




	.carousel-caption {
    position: absolute;
    right: none; 
    bottom: 34%;
    left: 15% !important;
    z-index: 10;
    padding-top: 23%; 
    
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
	}

	.carousel-caption>h1 {
		font-family: 'Nexa Bold';
		font-size: 3.0em !important;
	}

	.carousel-caption>p {
		font-family: 'Nexa Bold';
		font-size: 1.2em !important;
	}
		
	@media only screen and (max-width: 990px) {
		.carousel-caption {
			position: absolute;
			right: none; 
			bottom: 24%;
			left: 15% !important;
			z-index: 10;
			padding-top: 23%; 

			color: #fff;
			text-align: center;
			text-shadow: 0 1px 2px rgba(0,0,0,.6);
		}
		.carousel-caption>h1 {
			font-family: 'Nexa Bold';
			font-size: 4.0em !important;
		}
		
		
		#titTecnoMob {
			display: inherit;
		}
		#titTecnoPc {
			display: none;
		}
		#ellogo {
			max-width: 120px;
		}
		
		.cont-tit {
			text-align: left !important;
		}
		
		.tit-home-azul {
			font-family: 'Nexa Bold'; color: #0060aa; font-size: 30px !important; line-height: 30px;
		}

		.tit-home-celeste {
			font-family: 'Nexa Bold'; color: #1da0e7; font-size: 30px !important;line-height: 30px; 
		}
		
		.txt-historia-home {
			font-family: "Nexa Bold";
			font-size: 1.0em;
			color: #847c7c;
			padding-top: 3%;
			text-align: justify;
			line-height: 1.1em;

		}
		
		.txtFoooter {
			padding-top: 2%;
			padding-bottom: 2%;
			font-family: 'Nexa Bold';
			font-size: 0.8em;
			line-height: 1.2em;
			color: white;
		}
		
		.flechaAzul {
			max-width: 25px;
		}

	}
	
@media only screen and (max-width: 767px) {	
		.carousel-caption>h1 {
			font-family: 'Nexa Bold';
			font-size: 1.9em !important;
		}
		
		.carousel-caption>p {
			font-family: 'Nexa Bold';
			font-size: 4em !important; 
		}
	
		.menuFlotante {
			position: fixed;
			left: 5%; 
			top: 25%;
			width: 90%;
			height: auto;
			margin: auto;
			background: rgba(29,160,231,0.8);
			border-radius: 10px;
			padding: 10px;
			color: white;
			display: none;

		}
	
		.ActivarMenu {
			display: inherit;
		}
		.DesActivarMenu {
			display: none;
		}
	
		.carousel-indicators .active {
			width: 15px;
			height: 15px;
			margin: 0;
			background-color: #1da0e7;
		}

		.carousel-indicators li {
			width: 15px;
			height: 15px;
			margin: 0;
			background-color: #fff;
		}


}