@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;
  background: url(../img/bg.jpg);
}
.pad{
  padding-left:0px;
  padding-right:0px;
}
.clear{
  clear:both;
}
header {
  background: #000;
}
#barra-menu{
  min-height: 54px;
  background: rgba(255,76,88,1);
background: -moz-linear-gradient(top, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,76,88,1)), color-stop(50%, rgba(226,25,28,1)), color-stop(100%, rgba(255,76,88,1)));
background: -webkit-linear-gradient(top, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
background: -o-linear-gradient(top, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
background: -ms-linear-gradient(top, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
background: linear-gradient(to bottom, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c58', endColorstr='#ff4c58', GradientType=0 );
}
#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: 2px 10px;
  margin-left: 20px;
  text-decoration: none !important;
  margin-top:18px;
}
#navbar a span {
  display: none;
  width: 100%;
  position: absolute;
  text-align: center;
  top: -10px;
  left: 0px;
}
#navbar a:hover{
  border-bottom: solid 2px #fff;
}
#navbar .selec{
  border-bottom: solid 2px #fff;
}
#navbar a:hover span {
  display: block;
}
#navbar .selec span {
  display: block;
}
#buscar{
  width: 250px;
  float: left;
  position: relative;
  background: #fff;
  padding: 0px 5px;
}
#buscar input{
  border: none;
  background: #fff;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
}
#buscar button{
	border: none;
	color: #000;
  background: #fff;
  font-size: 16px;
  border-radius: 0px;
}
#btns-carrito a{
  padding: 5px;
  display: inline-block;
  font-family:"Roboto Regular";
  color: #FFF;
  margin-top: 5px;
}
.borde{
  border-left: solid 1px #fff;
}
.caption{
  position: absolute;
  right:13%;
  bottom: 70px;
}
.caption h1{
  font-family:"Roboto Regular";
  font-size: 60px;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 3px 2px 2px rgb(0, 0, 0);
}
#bootstrap-touch-slider .carousel-indicators{
  text-align: right;
  width: auto;
  background: #fff;
  float: right;
  padding: 6px;
  margin-left: 0px;
  left: auto;
  right: 13%;
  bottom: 0px;
}
#bootstrap-touch-slider .carousel-indicators li{
  width:16px;
  height:16px;
  background: #000;
  border-color: #000;
}
#bootstrap-touch-slider .carousel-indicators .active{
  background: #EA272C;
  border-color:#EA272C;
}
#contenido{
  padding: 99px 0px;
}
.btn-home{
  background: #f4f4f4;
  padding: 10px;
  float: left;
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  box-shadow: 5px 5px 3px #9e9e9e;
}
.btn-home h2{
  font-family:"Roboto Bold";
  text-transform: uppercase;
  color: #000;
  font-size: 26px;
}
.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;
}
.btn-home a:hover{
   background: rgba(235,196,105,1);
     background: rgba(255,76,88,1);
background: -moz-linear-gradient(top, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,76,88,1)), color-stop(50%, rgba(226,25,28,1)), color-stop(100%, rgba(255,76,88,1)));
background: -webkit-linear-gradient(top, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
background: -o-linear-gradient(top, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
background: -ms-linear-gradient(top, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
background: linear-gradient(to bottom, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c58', endColorstr='#ff4c58', GradientType=0 );
  text-decoration: none;
}
.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 30px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
}
.texto-photo h1{
  width: 100%;
  float: left;
  position: relative;
  font-family:"Roboto Bold";
  font-size: 36px;
}
.texto-photo p{
  font-family:"Roboto Regular";
  width: 100%;
  float: left;
  position: relative;
  font-size: 18px;
  margin-top: 20px;
  line-height: 23px;
}
.texto-photo a{
  display: inline-block;
  margin-top: 40px;
  padding: 7px 20px;
    background: rgba(255,76,88,1);
background: -moz-linear-gradient(top, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,76,88,1)), color-stop(50%, rgba(226,25,28,1)), color-stop(100%, rgba(255,76,88,1)));
background: -webkit-linear-gradient(top, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
background: -o-linear-gradient(top, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
background: -ms-linear-gradient(top, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
background: linear-gradient(to bottom, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c58', endColorstr='#ff4c58', GradientType=0 );
  text-transform: uppercase;
  font-size: 14px;
  color: #FFF;
}
.texto-photo a:hover{
  text-decoration: none;
  background: #000;
}
#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: #FF0006B3;
}
footer{
  background:#000;
}
.datos{
  padding: 20px 0px;
  font-family: 'Roboto', sans-serif;
  color: #FFF;
}
.datos h1{
  float: left;
  position: relative;
  padding-right: 12px;
  border-right: solid 1px #fff;
  text-align: right;
  text-transform: uppercase;
  line-height: 22px;
}
.datos p{
  font-family:"Roboto Regular";
  font-size:15px;
  float: left;
  margin-left: 12px;
  position: relative;
  line-height: 22px;
}
.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: #FFF;
  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;
}
#tw{
  background: url(../img/redes.png) no-repeat right top;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-top: 30px;
  margin-left: 30px;
}
#tw:hover{
  background: url(../img/redes-h.png) no-repeat right top;
}
#web{
    background: rgba(235,196,105,1);
background: rgba(255,76,88,1);
background: -moz-linear-gradient(top, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,76,88,1)), color-stop(50%, rgba(226,25,28,1)), color-stop(100%, rgba(255,76,88,1)));
background: -webkit-linear-gradient(top, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
background: -o-linear-gradient(top, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
background: -ms-linear-gradient(top, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
background: linear-gradient(to bottom, rgba(255,76,88,1) 0%, rgba(226,25,28,1) 50%, rgba(255,76,88,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c58', endColorstr='#ff4c58', GradientType=0 );  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;
}
#contenido h1{
  text-transform: uppercase;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
  font-size: 30px;
  color: #000;
  font-family:"Roboto Bold";
}
#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;
  width: 100%;
}
.productos p {
  margin-top: 30px;
  font-family:"Roboto Regular";
  font-size:18px;
  text-align: justify;
  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;
  text-align: center;
  z-index: 1;
  font-family: 'Roboto', sans-serif;
  padding-top: 23px;
	}
#ampliar:hover{
   background-color:#E21A1D !important;
  text-decoration: none;
	}
#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:#000;
	color:#fff;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	padding:11px 8px;
	margin-top: 5px;
	}
#formulario textarea{
	width:100%;
	background-color:#000;
	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: #000 !important;
	border:none;
	}
#enviar:hover{
	background-color:#E21A1D !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: #000 !important;
	border:none;
	margin-right:13px;
	}
#borrar:hover{
   background-color:#E21A1D !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;
}
@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;
}
#buscar {
  margin-left: 30px;
}
#btns-carrito a {
  margin-left: 20px;
}
#logo{
  margin-top: 10px;
  margin-bottom: 10px;
}
#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;
	line-height:20px;
}

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