@font-face {
	font-family:"Roboto Bold";
	src:url("../fonts/Roboto-Bold.eot?") format("eot"),
	url("../fonts/Roboto-Bold.woff") format("woff"),
	url("../fonts/Roboto-Bold.ttf") format("truetype"),
	url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
	font-weight:normal;
	font-style:normal;
	}

@font-face {
	font-family:"Roboto Regular";
	src:url("../fonts/Roboto-Regular.eot?") format("eot"),
	url("../fonts/Roboto-Regular.woff") format("woff"),
	url("../fonts/Roboto-Regular.ttf") format("truetype"),
	url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
	font-weight:normal;
	font-style:normal;
	}

@font-face {
	font-family:"AmazingGrotesk-UltraItalic";
	src:url("../fonts/AmazingGrotesk-UltraItalic.eot?") format("eot"),
	url("../fonts/AmazingGrotesk-UltraItalic.woff") format("woff"),
	url("../fonts/AmazingGrotesk-UltraItalic.ttf") format("truetype"),
	url("../fonts/AmazingGrotesk-UltraItalic.svg#AmazingGrotesk-UltraItalic") format("svg");
	font-weight:normal;
	font-style:normal;
	}	
	

#contenedor{
  	width:100%;
  	overflow:hidden;
  	z-index:9999;
  	position:relative;
  	background: url(../img/bg.jpg);
	}
.pad{
  	padding-left:0px;
  	padding-right:0px;
	}
.clear{
  	clear:both;
	}
header {
  	background: #fff;
	}
#logo {
	padding-bottom: 14px;
	}
#barra-menu{
  	min-height: 54px;
  	background-color: #0f2363;
  	border-bottom: 3px solid #fff;
	}
#menu{
	padding-bottom: none;
	background: transparent;
	width: 100%;
	margin-bottom:0;
	border: none;
	font-family:"Roboto Bold";
    min-height: 10px;
	}
.menu{
  	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-flow: row wrap;
  	justify-content: space-around;
	}
.menu li{
  	text-align: center;
	}
#navbar a{
  	color: #fff;
  	font-size: 20px;
  	float: left;
  	position: relative;
  	padding: 19px 13px;
 	 margin-left: 20px;
  	margin-top: 0px;
  	font-family: "AmazingGrotesk-UltraItalic";
  	text-shadow: 0px 1px 1px #000;
	}

#navbar a:hover{
  	background-color: #fff;
  	color: #000;
  	text-decoration: none;
	}
#navbar .selec{
  	background-color: #fff; 
  	color: #000;
  	text-decoration: none;
	}
.borde{
  	border-left: solid 1px #fff;
	}
.caption{
  	position: absolute;
  	left:10%;
  	bottom: 70px;
  	z-index: 11;
	}
.caption h1{
  	font-family: "Roboto Regular";
  	font-size: 48px;
  	color: #000;
  	text-align: right;
  	box-shadow: 0px 1px 18px #000;
  	background-color: #ffffffe6;
  	padding: 8px;
	}
#carousel-home .carousel-indicators{
  	text-align: right;
 	width: auto;
  	background: #fff;
  	float: right;
  	padding: 6px;
  	margin-left: 0px;
  	left: auto;
  	right: 13%;
  	bottom: 0px;
	}
#carousel-home .carousel-indicators li{
  	width:16px;
  	height:16px;
  	background: #fff;
  	border-color: #000;
	}
#carousel-home .carousel-indicators .active{
  	background: #000;
  	border-color: #000;
	}
#contenido{
  	padding: 64px 0px 0px;
  	background: url(../img/bg.jpg);
	}
#carousel-home2 {
    padding-bottom: 20px;
	}
#carousel-home2 .carousel-indicators{
  	bottom: -26px;
	}
#carousel-home2 .carousel-indicators li{
  	background: #000;
  	width: 20px;
  	height: 20px;
  	border:none;
	}
#carousel-home2 .carousel-indicators .active{
  	background: #9D132C;
	}
#empresa{
	padding: 64px 0px 0px;
	background: url(../img/bg.jpg);
	}
.btn-home{
  	background: #FFF;
  	padding: 10px;
  	float: left;
  	position: relative;
  	width: 100%;
  	margin-top: 20px;
  	margin-bottom: 20px;
  	font-family: 'Roboto', sans-serif;
  	box-shadow: 5px 5px 3px #6e6d6d;
  	border: 1px solid #030303;
  	min-height: 170px;
	}
.btn-home h2{
  	font-family: "AmazingGrotesk-UltraItalic";
  	text-transform: uppercase;
  	color: #000;
  	font-size: 26px;
  	margin-top: 20%;
  	text-align: center;
	}
.btn-home p{
  	font-family:"Roboto Regular";
  	font-size: 15px;
  	margin-top: 10px;
	}
.btn-home a{
  	display: inline-block;
  	margin-top: 20px;
  	padding: 7px 20px;
  	background: #000;
  	text-transform: uppercase;
  	font-size: 14px;
  	color: #FFF;
  	font-weight: bold;
	}
.btn-home a:hover{
  	background: #D0262B;
  	text-decoration: none;
  	color: #fff;
	}
.glyphicon {
    position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 29px;
	background-color: #000;
	color: #fff;
	padding: 6px;
	float: left;
	right: 12px;
	}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
#telefono-h {
    color: #FFF;
    font-size: 20px;
    text-align: right;
	}
#contenedor {
    font-family: 'Roboto', sans-serif;
	}
body {
    line-height: 1;
	}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
	}
html {
    font-size: 10px;
	}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
	}
telefonos p span {
    background: #000;
    margin-right: 5px;
    padding: 5px 10px;
    margin-top: -1px;
	}
#telefonos p{
	line-height: 23px;
	margin-left: 14px;
	margin-top: 37px;
	position: absolute;
	}
.photo {
  	padding-top: 100px;
  	padding-bottom: 80px;
	position: relative;
  	background-size: cover;
  	font-family: 'Roboto', sans-serif;
	}
.texto-photo{
  	display: inline-block;
  	padding:60px;
  	color: #FFF;
	}
.texto-photo h1{
  	width: 100%;
  	float: left;
  	position: relative;
  	font-family:"AmazingGrotesk-UltraItalic";
  	font-size: 36px;
  	text-align: center;
	}
.texto-photo p{
  	font-family: "Roboto Regular";
	width: 100%;
	float: left;
	position: relative;
	font-size: 18px;
	margin-top: 20px;
	text-align: center !important;
	text-transform: uppercase;
	}
.texto-photo a{
  	display: inline-block;
  	margin-top: 40px;
  	padding: 7px 20px;
  	background: #FFF;
  	text-transform: uppercase;
  	font-size: 14px;
  	color: #000;
	}
.texto-photo a:hover{
  	text-decoration: none;
  	background: #000;
  	color:#fff;
	}
#links{
  	padding: 30px 0px;
	}
.link{
  	width: 100%;
  	float: left;
  	position: relative;
	}
.texto-link{
  	text-align: center;
  	background: rgba(0, 0, 0, 0.7);
  	position: absolute;
  	right: 0px;
  	top: 0px;
  	width: 50%;
  	height: 100%;
  	padding: 45px 15px;
	}
.texto-link h1{
  	text-transform: uppercase;
  	font-family:"Roboto Bold";
  	font-size: 22px;
  	color: #FFF;
	}
.texto-link p{
  	font-family:"Roboto Regular";
  	margin-top: 20px;
  	font-size: 15px;
  	color: #FFF;
  	line-height: 19px;
	}
.link-p{
  	text-transform: uppercase;
  	text-decoration: underline;
	}
.link:hover .texto-link{
  	background: #9d132cb3;
	}
#prev2{
  	background: url(../img/arrows.png) no-repeat left;
	color: #9D132C;
	opacity: 1;
	padding: 15px;
	width: 40px;
	height: 45px;
	position: relative;
	bottom: 3%;
	top: auto;
	left: auto;
	float: left;
	}
#prev2:hover{
  	color: #000;
	}
#next2{
  	background: url(../img/arrows.png) no-repeat right;
  	color:#9D132C;
  	opacity: 1;
  	padding: 15px;
  	width: 40px;
  	height: 45px;
  	position: relative;
  	right: 0px;
  	bottom: 3%;
  	top: auto;
  	float: left;
	}
#next2:hover{
  	color: #000;
	}
#empresa h2{
	padding-bottom: 17px;
	font-size: 30px;
    color: #fff;
    font-family: "AmazingGrotesk-UltraItalic";
	}
#empresa h1 {
	text-transform: uppercase;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
    font-size: 30px;
    color: #fff;
    font-family: "AmazingGrotesk-UltraItalic";
	}
#empresa p{
	font-size: 17px;
    color: #fff;
	}	
footer{
  	background:#fff;
  	border: 1px solid #000;
	}
.carousel-inner {
    background: #000542a3;
	}
.datos{
  	padding: 20px 0px;
  	font-family: 'Roboto', sans-serif;
  	color: #0B0B0B;
	}
.datos h1{
  	float: left;
  	position: relative;
  	padding-right: 12px;
  	border-right: solid 1px #000;
  	text-align: right;
  	text-transform: uppercase;
  	line-height: 22px;
  	color:#000;
  	font-family:"AmazingGrotesk-UltraItalic";
	}
.datos p{
  	font-family:"AmazingGrotesk-UltraItalic";
  	font-size:15px;
  	float: left;
  	margin-left: 12px;
  	position: relative;
  	line-height: 22px;
  	color:#000;
	}
.redes{
  	height: 130px;
  	text-align: center;
	}
.redes h2{
  	margin-top: 10px;
  	font-family:"AmazingGrotesk-UltraItalic";
  	color: #000;
  	font-size: 14px;
  	text-align: left;
  	margin-left: 75px;
	}
#ins{
  	background: url(../img/redes.png) no-repeat  0px 0px;
  	width: 50px;
  	height: 50px;
  	display: inline-block;
  	margin-top: 30px;
	}
#ins:hover{
  	background: url(../img/redes-h.png) no-repeat  0px 0px;
	}
#fb{
  	background: url(../img/redes.png) no-repeat right top;
  	width: 50px;
  	height: 50px;
  	display: inline-block;
  	margin-top: 0px;
  	margin-left: 0px;
	}
#fb:hover{
  	background: url(../img/redes-h.png) no-repeat right top;
	}
#web{
   	background: #0f2363;
  	padding: 11px 0px;
	}
#web a{
  	background: url(../img/web.png) no-repeat right;
  	padding-right: 148px;
  	font-family: 'Roboto', sans-serif;
  	color: #fff;
  	text-decoration: none;
  	float: right;
	}
#web a:hover{
  	background: url(../img/web-h.png) no-repeat right;
  	color: #000;
	}
#info-home {
    padding: 72px 15px;
	background: #0f2363;
	}
#info-home h1 {
    font-size: 30px;
    text-align: center;
    color: #fff;
	font-family: "AmazingGrotesk-UltraItalic";
	}
.line {
    padding: 3px 12px;
    background: #fff;
	}
#clientes{
  	background: #fff;
  	padding: 50px 0px;
	}
#contenido h1{
  	text-transform: uppercase;
  	border-bottom: solid 1px #fff;
  	padding-bottom: 10px;
  	font-size: 30px;
  	color: #fff;
  	font-family: "AmazingGrotesk-UltraItalic";
	}
#carousel-emp{
  	margin-top: 30px;
	}
#texto-emp{
  	margin-top: 60px;
  	font-family:"Roboto Regular";
  	font-size:18px;
  	text-align: justify;
  	color: #fff;
  	line-height: 20px;
	}
.productos{
  	margin-top: 20px;
  	float: left;
  	position: relative;
  	width: 100%;
  	min-height: 300px;
	}
.productos h2{
  	color: #fff;
  	font-size: 25px;
  	border-bottom: 2px solid #fff;
  	margin-top: 17px;
  	font-family:"AmazingGrotesk-UltraItalic";
  	padding-bottom: 20px;
	}
.productos h3{
  	font-size: 23px;
  	color: #fff;
  	margin-top: 12px;
  	font-weight: bold;
	}
.productos p {
  	margin-top: 10px;
  	font-family:"Roboto Regular";
  	font-size:18px;
  	text-align: justify;
  	color: #fff;
  	line-height: 25px;
	}
.productos img{
	border: 1px solid #fff;
	max-width: 99% !important;
	float: right;
	}
#mapa{
	height:400px;
  	width: 100%;
  	float: left;
  	position: relative;
  	margin-top: 70px;
	}
#ampliar{
  	width: 80px;
  	height: 80px;
  	border-radius: 50%;
  	background-color: #000;
  	color: #FFF;
  	text-align: center;
  	position: absolute;
  	left:70%;
  	top:30px;
  	font-size: 17px;
  	z-index: 1;
  	font-family: 'Roboto', sans-serif;
  	padding-top: 23px;
	}
#ampliar:hover{
	background-color:#9D132C;
	}
#formulario{
  	margin-top: 30px;
	}
#formulario h2{
	color: #fff !important;
  	font-family: 'Roboto', sans-serif;
  	font-weight: bold;
	text-transform: none;
	font-size: 18px;
	margin-top: 5px;
	}
#formulario input{
	width:100%;
	background-color:#fff;
	color:#000;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	padding:11px 8px;
	margin-top: 5px;
	}
#formulario textarea{
	width:100%;
	background-color:#fff;
	color:#000;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	padding:7px 8px;
	margin-top: 5px;
	}
#enviar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:26px !important;
	color:#000!important;
	text-align:center;
    margin-right: 15px;
	margin-top:30px !important;
	padding:9px 0px !important;
	background: #fff !important;
	}
#enviar:hover{
	background-color:#9D132C!important;
	color: #FFF !important;
	}
#borrar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:26px !important;
	color:#000 !important;
	text-align:center;
	margin-top:30px!important;
	padding:9px 0px !important;
	background: #fff !important;
	}
#borrar:hover{
   	background-color:#9D132C!important;
	color: #FFF !important;
	}
#contacto p{
  	text-align: justify;
  	font-family: 'Roboto', sans-serif;
  	margin-top: 70px;
  	font-size: 18px;
 	padding-left: 30px;
  	color: #fff;
	}
#videos_home{
	padding: 136px 0px;
	}
#videos_home h1{
	font-size: 32px;
	text-align: center;
	color: #fff;
	font-family: "AmazingGrotesk-UltraItalic";
	padding-bottom: 20px;
	}
#videos_home h2{
	font-family: 'Roboto', sans-serif;
  	margin-top: 0px;
  	font-size: 18px;
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
	}
#fondo_videos{
	text-align: center;
	background: #0f2363;
	}

									
									
		


@media (max-width: 800px){
	
	header {
 		 height: auto;
	}
	.navbar-header {
    	float: none;
	}
	.navbar-left,.navbar-right {
    	float: none !important;
	}
	.navbar-toggle {
    	display: block;
		background: #fff  !important;
	}
	.navbar-collapse {
    	border-top: 1px solid transparent;
    	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
    	top: 0;
    	border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
    	display: none!important;
	}
	.navbar-nav {
    	float: none!important;
    	margin-top: 7.5px;
	}
	.navbar-nav>li {
    	float: none;
	}
	.navbar-nav>li>a {
    	padding-top: 10px ;
    	padding-bottom: 10px;
	}
	.collapse.in{
    	display:block !important;
	}
	#navbar li {
   		width: 100%;
 	}
	#navbar a{
  		width: 100%;
  		text-align: left;
		padding: 5px;
		margin-top: 2px;
	}

	.menu{
  		display: block;
	}
	.caption {
  		bottom: 40px;
	}
	.caption h1 {
  		font-size: 20px;
	}
	#logo{
  		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: -26px;
		float: left;
		position: relative;
	}
	#telefonos{
		position: relative;
		padding-bottom:75px;
	}
	#navbar a {
  		margin-top: 10px;
  		min-height: 30px;
	}
	.link {
  		margin-top: 10px;
  		margin-bottom: 10px;
	}
	.texto-link {
  		padding: 10px 15px;
  		width: 60%;
	}
	.texto-link h1 {
  		font-size: 14px;
	}
	.texto-link p {
  		margin-top: 5px;
  		font-size: 12px;
  		color: #FFF;
  		line-height: 12px;
	}
	.datos {
  		padding: 10px 0px;
  		font-family: 'Roboto', sans-serif;
  		color: #FFF;
  		font-size: 11px;
	}
	.datos h1 {
 		min-width: 75px;
  		padding-right:7px;
	}

	.datos p{
		font-size:14px;
		margin-left:6px;
	}

	.redes {
  		background-size: contain;
	}
	#texto-emp {
  		margin-top: 20px;
	}

	.texto-photo h1{
		font-size:30px;
	}

	.btn-home h2{
		font-size:17px;
	}

	.texto-photo p{
		font-size:16px;
	}

	#contacto p {
  		padding-left: 0px;
  		color: #fff;
  		margin-top: 30px;
	}
	#videos_home h1{
		font-size: 24px;
		text-align: center;
	}
}



@media (max-width:1000px) and (min-width:800px){
	
	.btn-home h2{
		font-size:17px;
	}
	
	.texto-link{
		padding:13px 15px;
	}
	
	.texto-link p{
		line-height:16px;
		margin-top:7px;
	}
	
	.datos h1{
		font-size:8px;
		padding-right:4px;
	}
	
	.datos p{
		font-size:12px;
		margin-left:7px;
	}
	
	#texto-emp{
		margin-top:24px;
	}
	
	.productos p{
		margin-top:0px;
	}
}


@media (max-width:1300px) and (min-width:1000px){
	
	
	.btn-home h2{
		font-size:22px;
	}
	
	.texto-link p{
		line-height:17px;
	}
	
	.texto-link{
		padding:32px 15px;
	}
	
	.datos h1{
		font-size:15px;
		padding-right:2px;
	}
	
	.datos p{
		margin-left:4px;
		font-size:14px;
	}
	
	#texto-emp{
		margin-top:40px;
	}
	
	.productos p{
		margin-top:5px;
	}
	
}


@media (max-width:1400px) and (min-width:1300px){
	
	
	.texto-link{
		padding:12px 15px;
	}
	
	.texto-link p{
		line-height:18px;
		margin-top:9px;
	}
	
	.datos h1{
		padding-right:4px;
	}
	
	.datos p{
		font-size:14px;
	}
	
	.productos p{
		margin-top:13px;
	}
	
}
