@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;
	}
	
	
#contenedor{
  	width:100%;
  	overflow:hidden;
  	z-index:9999;
  	position:relative;
}
.pad{
  	padding-left:0px;
  	padding-right:0px;
}
.clear{
  	clear:both;
}
header {
  	background-image: url("../img/head.jpg");
}
#logo {
	padding-bottom: 14px;}
#barra-menu{
  	min-height: 54px;
  	background-color: #b62841;
  	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: 17px;
  	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: #000;
  	text-decoration: none;
}
#navbar .selec{
  	background-color: #fff; 
  	color: #000;
  	text-decoration: none;
}
.empres {
	margin-top: 20px;
}
.borde{
  	border-left: solid 1px #fff;
}
.caption{
  	position: absolute;
  	right:13%;
  	bottom: 70px;
}
.caption h1{
  	font-family: "Roboto Regular";
  	font-size: 48px;
  	color: #FFF;
  	text-align: right;
  	box-shadow: 0px 1px 18px #000;
  	background-color: #b62841cf;
  	padding: 8px;
}
.text-home h1{
	text-align: center;
    font-size: 30px;
    padding: 30px 0px;
}
.text-home p {
	text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
}
#carousel-home .carousel-indicators{
  	text-align: right;
  	width: auto;
  	background: #b62841;
  	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: #fff;
}
#carousel-home .carousel-indicators .active{
 	background: #800c0c;
  	border-color: #800c0c;
}
#contenido{
  	padding: 99px 0px;
  	padding-bottom: 20px;
	background-image: url("../img/head2.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;
}
.btn-home{
  	background: #b62841;
  	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;
}
.btn-home h2{
  	font-family:"Roboto Bold";
  	text-transform: uppercase;
  	color: #fff;
  	font-size: 26px;
}
.btn-home p{
  	font-family:"Roboto Regular";
  	font-size: 15px;
  	margin-top: 10px;
  	color: #fff;
}
.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: #b62841;
	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;
    font-size: 20px;}
.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;
  	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:"Roboto Bold";
  	font-size: 36px;
  	text-align: center;
  	text-shadow: 1px 2px 1px #000;
  	color: #b62841;
}
.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: #D0262B;
  	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: #FFF;
	color: #9D132C;
	opacity: 1;
	padding: 15px;
	width: 45px;
	height: 45px;
	position: relative;
	right: 90px;
	bottom: 3%;
	top: auto;
	left: auto;
	float: right;
}
#prev2:hover{
  	color: #000;
}

#next2{
  	background: #FFF;
  	color:#9D132C;
  	opacity: 1;
  	padding: 15px;
  	width: 45px;
  	height: 45px;
  	position: relative;
  	right: 0px;
  	bottom: 3%;
  	top: auto;
  	float: right;
}
#next2:hover{
  	color: #000;
}
#empresa h1{
	padding-bottom: 17px;
	font-size: 24px;
    font-family: "Roboto Bold";
}
#empresa p{
	font-size: 17px;
}	
footer{
  	background:#fff;
  	border: 1px solid #000;
}
.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;
}
.datos p{
  	font-family:"Roboto Regular";
  	font-size:15px;
  	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{
  	margin-top: 30px;
  	font-family: 'Roboto', sans-serif;
  	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: 51px;
  	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: #b62841;
  	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;
}
#clientes{
  	background: #fff;
  	padding: 20px 0px;
}
#contenido h1{
  	text-transform: uppercase;
  	border-bottom: solid 1px #000;
  	padding-bottom: 10px;
  	font-size: 30px;
  	color: #000;
 	font-family:"Roboto Bold";
}
#contenido h2 {
	font-size: 20px;
	margin-top: 20px;
	line-height: 26px;
}
#carousel-emp{
  	margin-top: 30px;
}
#texto-emp{
  	margin-top: 60px;
  	font-family:"Roboto Regular";
  	font-size:18px;
  	text-align: justify;
  	color: #000;
  	line-height: 20px;
}
.productos{
  	margin-top: 20px;
  	float: left;
  	position: relative;
}
.productos p {
  	margin-top: 30px;
  	font-family:"Roboto Regular";
  	font-size:18px;
  	text-align: center;
  	color: #000;
  	line-height: 20px;
}
#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: #000 !important;
  	font-family: 'Roboto', sans-serif;
  	font-weight: bold;
	text-transform: none;
	font-size: 18px;
	margin-top: 5px;
}
#formulario input{
	width:100%;
	background-color:#b62841;
	color:#fff;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	padding:11px 8px;
	margin-top: 5px;
}
#formulario textarea{
	width:100%;
	background-color:#b62841;
	color:#fff;
	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:#FFF !important;
	text-align:center;
    margin-right: 15px;
	margin-top:30px !important;
	padding:9px 0px !important;
	background: #b62841 !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:#FFF !important;
	text-align:center;
	margin-top:30px!important;
	padding:9px 0px !important;
	background: #b62841 !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: #000;
}
#back-top2 {
    background-image: url(../img/whatsapp.png);
    width: 62px;
  	height: 63px;
  	position: fixed;
 	right: 15px;
  	z-index: 900;
  	bottom: 80px;
}





@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-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: #000;
  		margin-top: 30px;
	}
}


@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;
	}
	
}