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

@font-face {
	font-family:"OpenSans-Italic";
	src:url("../fonts/OpenSans-Italicr.eot?") format("eot"),
	url("../fonts/OpenSans-Italic.woff") format("woff"),
	url("../fonts/OpenSans-Italic.ttf") format("truetype"),
	url("../fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
	font-weight:normal;
	font-style:normal;
}
	
	
#contenedor{
  	width:100%;
  	overflow:hidden;
  	z-index:9999;
  	position:relative;
  	background: url(../img/bg.jpg);
	font-family:"OpenSans-Italic";
}
.pad{
  	padding-left:0px;
  	padding-right:0px;
}
.clear{
  	clear:both;
}
header {
  	background: #fff;
}
#logo {
	padding-bottom: 14px;
}
#barra-menu{
  	min-height: 54px;
  	background-color: #D72720;
  	border-bottom: 3px solid #fff;
}
#menu{
	padding-bottom: none;
	background: transparent;
	width: 100%;
	margin-bottom:0;
	border: none;
	font-family:"eurostarblackextended";
    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: 16px;
  	float: left;
  	position: relative;
  	padding: 19px 13px;
  	margin-left: 20px;
  	margin-top: 0px;
  	text-shadow: 0px 1px 1px #000;
}
#navbar a:hover{
  	background-color: #fff;
  	color: #211267;
  	text-decoration: none;
}
#navbar .selec{
  	background-color: #fff; 
  	color: #211267;
  	text-decoration: none;
}
.datos-head{
	position: relative;
	float: right;
}
.datos-head p{
	text-shadow: 0px 0px 5px #8c78eb;
	font-size: 18px;
	color: #211267;
	margin-top: 30px;
	line-height: 55px;
}
.datos-head span{
	top: 8px;
	left: -20px;
	color: #211267;
}
.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: #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;
}
.borde{
   	border-left: solid 1px #fff;
}
.caption{
  	position: absolute;
  	right:13%;
  	bottom: 70px;
}
.caption h1{
  	font-family:"eurostarblackextended";
	text-shadow:0px 0px 14px #ffefbf;
  	font-size: 48px;
  	color: #ffefbf;
  	text-align: right;
  	box-shadow: 0px 1px 18px #000;
  	background-color: #000000e6;
  	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: #211267;
  	border-color: #211267;
}
#carousel-home .carousel-indicators .active{
  	background: #D72720;
  	border-color: #211267;
}
#contenido{
  	padding: 99px 0px;
}
#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;
}
.btn-home{
  	background: #FFF;
  	padding: 10px;
  	float: left;
  	position: relative;
  	width: 100%;
  	margin-top: 20px;
  	margin-bottom: 20px;
  	box-shadow: 5px 5px 3px #6e6d6d;
  	border: 1px solid #030303;
}
.btn-home h2{
  	font-family:"eurostarblackextended";
  	color: #000;
  	font-size: 22px;
}
.btn-home p{
	font-size: 15px;
  	margin-top: 10px;
}
.btn-home a{
  	display: inline-block;
  	margin-top: 20px;
  	padding: 7px 20px;
  	background: #D72720;
  	text-transform: uppercase;
  	font-size: 14px;
  	color: #FFF;
  	font-weight: bold;
}
.btn-home a:hover{
  	background: #211267;
  	text-decoration: none;
  	color: #fff;
}
.photo {
	background-attachment: fixed;
  	padding-top: 100px;
  	padding-bottom: 80px;
	background-position: 20% 0;
	position: relative;
  	background-image: url(../img/img.jpg);
  	background-size: cover;
}
.texto-photo{
  	display: inline-block;
  	padding:60px;
  	color: #FFF;
}
.texto-photo h1{
  	width: 100%;
  	float: left;
  	position: relative;
  	font-family:"eurostarblackextended";
  	font-size: 36px;
  	text-align: center;
}
.texto-photo h3{
  	width: 100%;
  	float: left;
  	position: relative;
  	font-family:"eurostarblackextended";
  	font-size: 36px;
  	text-align: center;
}
.texto-photo p{
  	width: 100%;
	float: left;
	position: relative;
	font-size: 18px;
	margin-top: 20px;
	text-align: center !important;
}
.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: #D72720;
  	color:#fff;
}
#clientes{
  	background: #fff;
  	padding: 50px 0px;
}
footer{
  	background:#fff;
  	border: 1px solid #000;
}
.datos{
  	padding: 20px 0px;
  	color: #0B0B0B;
}
.datos h1{
  	float: left;
  	position: relative;
  	padding-right: 12px;
  	border-right: solid 1px #000;
  	text-align: right;
	font-size: 14px;
 	font-family:"eurostarblackextended";
  	line-height: 22px;
  	color:#000;
}
.datos p{
  	font-size:16px;
  	float: left;
  	margin-left: 12px;
  	position: relative;
  	line-height: 22px;
  	color:#000;
}
.redes{
  	background: url(../img/bg-redes.png) no-repeat center bottom;
  	height: 130px;
  	text-align: center;
}
.redes h2{
	font-family:"eurostarblackextended";
  	margin-top: 30px;
  	color: #000;
  	font-size: 14px;
  	text-align: left;
  	margin-left: 75px;
}
#fb{
  	background: url(../img/redes.png) no-repeat  -10px 0px;
  	width: 50px;
  	height: 50px;
  	display: inline-block;
  	margin-top: 30px;
}
#fb:hover{
  	background: url(../img/redes-h.png) no-repeat  -10px 0px;
}
#ins{
  	background: url(../img/redes.png) no-repeat right top;
  	width: 50px;
  	height: 50px;
  	display: inline-block;
  	margin-top: 30px;
  	margin-left: 30px;
}
#ins:hover{
  	background: url(../img/redes-h.png) no-repeat right top;
}
#web{
   	background: #D72720;
  	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;
}
#empresa {
	padding: 58px 0px;
    background: url(../img/bg.jpg);
}
#empresa h1{
	padding-bottom: 17px;
	font-size: 24px;
	font-family:"eurostarblackextended";
}
#empresa p{
	font-size: 17px;
	line-height: 22px;
}	

#productos {
	padding: 58px 0px;
    background: url(../img/bg.jpg);
}
#productos h1{
  	text-transform: uppercase;
  	border-bottom: solid 1px #000;
  	padding-bottom: 10px;
  	font-size: 30px;
  	color: #000;
  	font-family:"eurostarblackextended";
}
.btn-ser{
  	float: left;
  	position: relative;
  	margin-top: 30px;
  	width: 100%;
}

.btn-ser:hover .title-ser{
  	background: #000;
  	text-decoration: none;
}
.productos-b{
  	padding-bottom: 30px;
  	float: left;
  	position: relative;
  	width: 100%;
  	margin-top: 10px;
}
.producto{
  	float: left;
  	position: relative;
  	width: 100%;
  	margin-top: 30px;
}
.productos-caption{
  	position: absolute;
  	bottom: 0px;
  	left: 0px;
  	background: #211267;
  	width: 100%;
  	padding: 15px;
  	font-family:"eurostarblackextended";
  	color: #FFF;
  	font-size: 16px;
}
.productos-caption:hover{
  	background: #D72720;
  	color: #FFF;
}
.mas{
  	position: absolute;
  	right: 15px;
  	top: 5px;
  	color: #211267;
}
#interna{
  	padding: 30px 0px   95px;
  	text-align: center;
}
#interna h1{
    text-transform: uppercase;
  	border-bottom: solid 1px #000;
  	padding-bottom: 10px;
  	font-size: 30px;
  	color: #000;
  	font-family:"eurostarblackextended";
	margin-top: 33px;
	text-align: left;
}
#interna p {
    font-size: 17px;
	line-height: 22px;
	text-align: left;
	margin-top: 13px;
}
.volver a {
    float: right;
    font-size: 20px;
    padding: 10px;
    margin-top: 20px;
    position: relative;
    background: #211267;
    color: #FFF;
	text-decoration: none !important;
}
.volver a:hover {
    background: #D72720;
    color: #FFF;
	text-decoration: none !important;
}
.interna{
  	margin-top: 40px;
  	float: left;
  	position: relative;
  	width: 100%;
  	border: 3px solid #000;
}
.caption-inter{
  	width: 100%;
  	background: #0000004D;
  	min-height: 100%;
  	font-size: 22px;
  	line-height: 25px;
  	color: #FFF;
  	text-align: left;
  	padding: 25px 15px;
  	position: absolute;
  	left: 0px;
  	top: 0px;
}
.caption-ampliar{
  	width: 99px;
  	height: 61px;
  	position: absolute;
  	bottom: 6px;
  	right: 6px;
  	background: url(../img/ampliar.png);
}
.caption-ampliar:hover{
  	background: url(../img/ampliar-h.png);
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	z-index:9999;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999999;
}
.fancybox-skin {
	position: relative;
	background: #000;
	color: #444;
	text-shadow: none;
}
.fancybox-opened {
	z-index: 999999;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 9999;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 99999;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 999999;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 99999;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
	overflow: hidden;
	}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index:9999;
	background-image:url(../img/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: -25px;
	margin-left: -15px;
	z-index:99999;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	width: 100%;
	float: left;
	position: relative;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: #000;
	color: #4286b0;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
#contacto{
  	padding: 30px 0px   95px;
  	text-align: center;
}
#contacto h1{
    text-transform: uppercase;
  	border-bottom: solid 1px #000;
  	padding-bottom: 10px;
  	font-size: 30px;
  	color: #000;
  	font-family:"eurostarblackextended";
	margin-top: 33px;
	text-align: left;
}
#contacto p{
  	text-align: justify;
  	margin-top: 70px;
  	font-size: 18px;
  	padding-left: 30px;
  	color: #000;
}
#formulario{
  	margin-top: 30px;
}
#formulario h2{
	color: #000 !important;
  	font-family:"eurostarblackextended";
  	font-weight: bold;
	text-transform: none;
	font-size: 18px;
	margin-top: 5px;
	text-align: left;
}
#formulario input{
	width:100%;
	background-color:#000;
	color:#fff;
	border:none;
	font-family:"eurostarblackextended";
	font-size:14px;
	padding:11px 8px;
	margin-top: 5px;
}
#formulario textarea{
	width:100%;
	background-color:#000;
	color:#fff;
	border:none;
	font-family:"eurostarblackextended";
	font-size:14px;
	padding:7px 8px;
	margin-top: 5px;
}
#enviar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:16px !important;
	color:#FFF !important;
	text-align:center;
    margin-right: 15px;
	margin-top:30px !important;
	padding:9px 0px !important;
	background: #211267 !important;
}
#enviar:hover{
	background-color:#D72720 !important;
	color: #FFF !important;
}
#borrar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:16px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:30px!important;
	padding:9px 0px !important;
	background: #211267 !important;
}
#borrar:hover{
    background-color:#D72720 !important;
	color: #FFF !important;
}
#mapa{
	height:400px;
  	width: 100%;
  	float: left;
  	position: relative;
  	margin-top: 70px;
}
#ampliar{
  	width: 80px;
  	height: 80px;
  	border-radius: 50%;
  	background-color: #D72720;
  	color: #FFF;
  	text-align: center;
  	position: absolute;
  	left:70%;
  	top:30px;
  	font-size: 13px;
  	z-index: 1;
  	font-family:"eurostarblackextended";
  	padding-top: 23px;
	text-decoration: none !important;
}
#ampliar:hover{
	background-color:#211267;
	text-decoration: none !important;
}
#back-top {
    background-image: url(../img/whatsapp.png);
	width: 51px;
	height: 51px;
	position: fixed;
	right: 5px;
	z-index: 900;
	bottom: 184px;
}






@media (max-width: 800px){

	header {
  		height: auto;
	}
	.navbar-header {
    	float: none;
	}
	.navbar-left,.navbar-right {
    	float: none !important;
	}
	.navbar-toggle {
    	display: block;
		background: #000  !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-size: 11px;
	}
	.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;
	  	margin-top: 30px;
	}
	#contenido {
    	padding: 26px 0px;
	}
}


@media (max-width:1000px) and (min-width:800px){
	
	
	#navbar a {
    	font-size: 13px;
    }
	#contenido {
    	padding: 39px 0px;
	}
	.caption h1 {
    	font-size: 20px;
    }
	.btn-home h2{
		font-size:17px;
	}
	
	.datos h1{
		font-size:12px;
		padding-right:4px;
	}
	
	.datos p{
		font-size:15px;
		margin-left:7px;
	}
	
	#texto-emp{
		margin-top:24px;
	}
}


@media (max-width:1300px) and (min-width:1000px){
	
	.caption h1 {
		font-size: 30px;
	}
	.btn-home h2{
		font-size:18px;
	}
	
	#texto-emp{
		margin-top:40px;
	}
	.productos-caption{
  		font-size: 14px;
	}
	
}


@media (max-width:1400px) and (min-width:1300px){
	
	
	.caption h1 {
		font-size: 40px;
	}
	.btn-home h2{
		font-size:18px;
	}
	.datos h1{
		padding-right:4px;
		font-size: 12px;
	}
	
	.datos p{
		font-size:14px;
	}
	.productos-caption{
  		font-size: 14px;
	}
	
}

