@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:"billyohio";
	src:url("../fonts/billyohio/billy-ohio.eot?") format("eot"),
	url("../fonts/billyohio/billy-ohio.woff") format("woff"),
	url("../fonts/billyohio/billy-ohio.ttf") format("truetype"),
	url("../fonts/billyohio/billy-ohio.svg#billy-ohio") format("svg");
	font-weight:normal;
	font-style:normal;
	}		
	
@font-face {
  font-family:"Miso";
  src:url("../fonts/Miso/miso.eot?") format("eot"),
  url("../fonts/Miso/miso.woff") format("woff"),
  url("../fonts/Miso/miso.ttf") format("truetype"),
  url("../fonts/Miso/miso.svg#Miso") format("svg");
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:"decker";
  src:url("../fonts/decker.eot?") format("eot"),
  url("../fonts/decker.woff") format("woff"),
  url("../fonts/decker.ttf") format("truetype"),
  url("../fonts/decker.svg#decker") format("svg");
  font-weight:normal;
  font-style:normal;
}

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



#contenedor{
  width:100%;
  overflow:hidden;
  z-index:9999;
  font-family: 'Roboto', sans-serif;
  position:relative;
  background: url(../img/bg2.jpg);
  background-position: center;
}
.pad{
  padding-left:0px;
  padding-right:0px;
}
.clear{
  clear:both;
}
#head{
  padding: 3px 0px;
  background: #fff;
}
#barra-menu{
  background-size: cover;
  background: #4D99FA;
  box-shadow: 0px 3px 8px #000;
}
#menu{
	padding-bottom: none;
	background: transparent;
	width: 100%;
	margin-bottom:0;
	border: none;
	min-height: 10px;
	font-family:"Roboto Bold";
}
.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: 50px;
	float: left;
	position: relative;
	padding: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	text-decoration: none !important;
	border-top: solid 3px #fff;
	font-family: "heartbeat-in-christmas";
	padding-top: 0px;
}
#navbar a:hover{
  background: #fff;
  color: #1F4792;
}
#navbar .selec{
  background: #fff;
  color:#1F4792;
}
#buscar-cont{
  width: 182px;
  float:left;
  position: relative;
  border: solid 1px #000;
}
#buscar{
  display: inline-block;
  background: #1F4792;
  padding: 0px 5px;
}
#buscar .ico{
	border: none;
  color: #000;
  display: inline-block;
  margin-left: 8px;
}
#buscar input{
  border: none;
  background: #1F4792;
  color: #fff !important;
  display: inline-block;
  width: 78%;
  float: none;
  font-family: 'Roboto', sans-serif;
  box-shadow: none;
  padding: 10px 0px;
}
#telefonos{
	font-family:"decker";
	text-align: center;
	margin-top: 35px;
	}
#telefonos p {
    line-height: 23px;
    
}
#btn-b button{
	border: none;
	color: #000;
  background: #fff;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 0px;
}
#btn-b button:hover{
  color: #fff;
  background: #000;
}
#btn-carrito{
  margin-top: 7px;
}
#btn-carrito ul li{
  display: inline-block;
  font-family: 'Roboto', sans-serif;
}
#btn-carrito a{
  color: #000;
  padding: 5px 7px;
  position:relative;
  float:left;
}
.btn-carrito{
  border: solid 1px #000;
  padding: 5px 15px !important;
}
.borde{
  border-left: solid 1px #000;
}
.caption{
  font-family: "heartbeat-in-christmas";
  font-size:79px;
  color: #FFF;
  position: absolute;
  top: 54%;
  left: 20%;
  z-index: 999;
  line-height: 40px;
  text-shadow: 2px 2px 2px #000;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.bootstrap-touch-slider .carousel-control {
  z-index: 2;
}
#bootstrap-touch-slider .carousel-indicators {
  text-align: left;
  bottom: 13%;
}
#bootstrap-touch-slider .carousel-indicators li{
  background: #fff;
  border-radius: 29px;
  border-color: #fff;
 width: 20px;
height: 20px;
}
#bootstrap-touch-slider .carousel-indicators .active{
  background: #233E8A;
  border-color: #000;
 }
#home{
  background: #4D99FA;
  padding: 10px 0px;
 }
#home h1{
 color: #FFF;
 font-size: 65px;
font-family: "heartbeat-in-christmas";
 }
#home p{
  margin-top: 20px;
  font-family: "decker";
  font-size: 18px;
  line-height: 20px;
  color: #FFF;
  font-weight: bold;
  }
#home a{
  display: inline-block;
  padding: 5px 20px;
  background: #fff;
  color: #000;
  margin-top: 0px;
  }
#home img{
  margin-top: 0px;
  }
#banner-home{
	border-bottom: 2px solid #fff;
	}
#productos{
  padding: 20px 0px;
  background: url(../img/bg2.jpg);
  }
#productos h1{
  color: #1F4792;
  font-family:"Miso Bold";
  font-size: 42px;
  text-align: center;
}
.linea{
  width: 50px;
  margin: auto;
  height: 4px;
  background: #1F4792;
}
#productos p{
  font-family:"Roboto Regular";
  margin-top: 12px;
  font-size:18px;
  text-align: center;
}
.btn-productos{
  width: 100%;
  float: left;
  position: relative;
  margin-top: 20px;
  height: 672px;
}
.boton{
  height: 100%;
}
.btn1{
  width:100%;
  float: left;
  position: relative;
  height:49%;
  background: url(../img/home/1.jpg) center;
  background-size: cover;
  box-shadow: 0px 0px 10px #0009;
  border: 2px solid #fff;
}
.btn2{
  width:100%;
  float: left;
  position: relative;
  height: 49%;
  background: url(../img/home/1a.jpg) center;
  background-size: cover;
  margin-top: 12px;
  box-shadow: 0px 0px 10px #0009;
  border: 2px solid #fff;
}
.btn3{
  width:47%;
  float: left;
  position: relative;
  height: 100%;
  background: url(../img/home/2.jpg) center;
  background-size: cover;
  box-shadow: 0px 0px 10px #0009;
  border: 2px solid #fff;
}
.btn4{
  width:48%;
  float: left;
  position: relative;
  height: 100%;
  background: url(../img/home/2a.jpg) center;
  background-size: cover;
  margin-left: 15px;
  box-shadow: 0px 0px 10px #0009;
  border: 2px solid #fff;
}
.btn5{
  width:100%;
  float: left;
  position: relative;
  height: 100%;
  background: url(../img/home/3.jpg) center;
  background-size: cover;
  box-shadow: 0px 0px 10px #0009;
  border: 2px solid #fff;
}


.btn_hover{
 
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  font-family:"Miso Bold";
  font-size:30px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.diseno-texto h1{
	font-size: 37px;
	font-family: "cuprum";
	color:#fff;
	}
.diseno-texto p {
	margin-top: 6px;
    padding: 8px 0px;
	font-size: 19px;
	font-family: "cuprum";
	color:#fff;

}	
.btn_hover:hover{
  opacity: 1;
}
.cont-hover{
  font-size: 30px;
  line-height: 35px;
  width: 100%;
  text-align: center;
  display: block;
}
.line{
  width: 50px;
  margin: auto;
  height: 4px;
  background: #fff;
  display:block;
  margin-top: 15px;
}
.ver{
  font-size: 15px;
}
.photo {
 padding:80px 0px;
 margin-top: 0px;
 background-attachment: fixed;
 background-position: 50% 0;
 background-repeat: no-repeat;	
 position: relative;
 background-image: url(../img/img.jpg);
 background-size: cover;
}
.photo h1{
 color: #fff;
font-family: "billyohio";
font-size: 100px;
text-align: center;
padding: 95px;
text-shadow: 1px 1px 1px #000;
}
.photo a{
  text-align: center;
  width: 100%;
  float: left;
  position: relative;
  font-family:"Miso";
  font-size: 25px;
  line-height: 30px;
  margin-top: 89px;
  color: #FFF;
}
.photo a span{
  font-family:"Miso Bold";
  margin-top: 10px;
  display: block;
  font-size:30px;
}
.photo a:hover{
  text-decoration: none;
}
.ico-ser img{
  transition: all .2s ease-in-out;
}
.ico-ser:hover {
  transform: scale(1.1);
}
footer{
    background-color: #FFF;
    padding-top: 15px;
    border-top: 3px solid #2e77f6;
}

footer p{
	font-size: 20px;
	line-height: 29px;
	color: #1F4792;
	font-family: "decker";
}

#logo {
    padding-bottom: 14px;
}
.glyphicon {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    color: #fff;
	background:#4D99FA;
	padding:5px;
}
#redes{
  text-align: center;
}
#fb{
  display: inline-block;
  background: url(../img/redes.png) left;
  width: 55px;
  height: 48px;
  margin-top: 20px;
}
#fb:hover{
  background: url(../img/redes-h.png);
}
#ins{
  display: inline-block;
  background: url(../img/redes.png) right;
  width: 55px;
  height: 48px;
  margin-top: 20px;
}
#ins:hover{
  background: url(../img/redes-h.png) right;
}
.bs-slider-overlay{
	background:rgba(0, 0, 0, 0.43);}
#web{
  display: inline-block;
	padding: 12px;
		padding-right: 12px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding-right: 145px;
	font-size: 15px;
	color: #FFF;
	background: url(../img/web.png) no-repeat right #369EFD;
	margin-top: 106px;
	float: right;
}
#web:hover{
  text-decoration: none;
  background: url(../img/web.png) no-repeat right #000;
}
#empresa{
  padding: 30px 0px;
  background: #fff9;
}
#empresa h1{
  font-family: "heartbeat-in-christmas";
  font-size: 90px;
  border-bottom: solid 3px #233E8A;
  padding-bottom: 5px;
  color: #233E8A;
}
#empresa img{
  margin-top: 20px;
}
.texto-emp{
  margin-top: 50px;
}
#empresa h2{
  font-family:"Miso";
  font-size: 30px;
  margin-top: 20px;
  color: #ea1d24;
}
#empresa p{
  margin-top: 20px;
  font-family: "decker";
  font-size: 18px;
  line-height: 20px;
  color: #233E8A;
  font-weight: bold;
}
#mision{
  background: url(../img/mision.jpg);
  background-size: cover;
  padding: 290px 15px;
  border-top: 3px solid #233E8A;
}
#mision h1{
  font-family:"Miso";
  font-size: 36px;
  margin-top: 40px;
  color: #FFF;
  text-shadow: 2px 2px 2px #fff;
}
#mision p{
  font-family:"Miso";
  margin-top: 15px;
  color: #FFF;
  font-size: 30px;
  text-shadow: 2px 2px 2px #fff;
}
.serv{
  margin-top: 100px !important;
}
.contacto p{
  margin-top:40px !important;
  text-align: justify;
}
#formulario{
  margin-top: 20px;
}
#formulario h2{
	color: #233E8A !important;
margin-left: 5px;
text-transform: none;
font-size: 39px !important;
margin-top: 5px;
font-weight: normal;
font-family: "heartbeat-in-christmas";
}
#formulario input{
	width: 100%;
background-color: #FFF;
color: #4D99FA;
border: none;
font-family: "decker";
font-size: 14px;
padding: 13px 8px;
margin-top: 5px;
border: 2px solid #4D99FA;
	}
#formulario textarea{
	width:100%;
    background-color: #FFF;
	color:#4D99FA;
	border:none;
	font-family: 'Muli', sans-serif;
	font-size:14px;
	padding:7px 8px;
	margin-top: 5px;
    height: 129px;
	border: 2px solid #4D99FA;
	}
#enviar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:16px !important;
	color: #fff !important;
	text-align:center;
	margin-top:20px !important;
	padding:10px 0px !important;
	background: #369EFD !important;
	margin-right: 15px;
  border: none !important;
	}
#enviar:hover{
  background: #000 !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:20px!important;
	padding:10px 0px !important;
	background: #369EFD!important;
  border: none !important;
	}
#borrar:hover{
  background:#000 !important;
	color: #FFF !important;
	}
.img-footer{
  z-index: 999;
  position: relative;
}
#map{
	height:400px;
	}
#ampliar{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #369EFD;
  color: #FFF;
  text-align: center;
  padding-top: 25px;
  position: absolute;
  right: 15%;
  top:-40px;
  text-decoration: none !important;
	}
#ampliar:hover{
	background: #000;
	}
@media (max-width: 800px){
  #logo {
    margin-top:150px;
    margin-bottom: 10px;
    margin-left: -26px;
    float: left;
    position: relative;
}
	.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;
    border: none;
	}
  #btn-carrito a {
    padding: 5px 4px;
  }
  #buscar-cont {
    width: 240px;
  }
  #buscar {
    width: 100%;
  }
  .caption {
    font-size: 20px;
    top:23%;
    left: 20%;
    line-height: 20px;
  }
  #home img {
    margin-top: 0px;
  }
  #home h1 {
    margin-top: 20px;
  }
  .photo a {
    font-size: 18px;
	margin-top:40px;
  }
  .boton {
    height: 33%;
  }
  .centro{
    padding: 15px;
  }
  .btn4 {
    width: 46%;
  }
  .cont-hover {
    font-size: 19px;
    line-height: 20px;
  }
  .serv {
    margin-top: 0px !important;
  }
  .contacto{
    margin-bottom: 50px;
  }
  
  
  .photo a span{
	  font-size:16px;
	  line-height:15px;
  }
  
  #web{
	  margin-top:21px;
  }
  
  #home p{
	  font-size:16px;
  }
  
  #bootstrap-touch-slider .carousel-indicators li{
	  width:27px;
	  height:7px;
  }
  
  #mision{
	  padding:112px 15px;
  }
  #mision p{
	  font-size:23px;
  }
  
  #empresa h2{
	  margin-top:0px;
  }
  
  .photo{
	  padding:58px 0px 50px 0px;
  }
  
  footer p{
	  font-size:20px;
  }
  
  #empresa p{
	  font-size:19px;
  }
}

@media (max-width:900px) and (min-width:800px){
	
	
	
	.caption{
		top:52%;
		left:10%;
		font-size:30px;
	}
	
	#carousel-home .carousel-indicators{
		bottom:9%;
	}
	
	#home img{
		margin-bottom:50px;
		margin-top:15px;
	}
	
	.texto-emp{
		margin-top:10px;
	}
	
	#mision{
		padding:127px 15px;
	}
	
	.serv{
		margin-top:52px !important;
	}
	
	.carousel-indicators{
		left:40%;
	}
	
}

@media (max-width:1000px) and (min-width:900px){
	
	
	
	.caption{
		top:49%;
		left:10%;
		font-size:40px;
	}
	
	
	.carousel-indicators{
		left:40%;
	}
	
	.texto-emp{
		margin-top:5px;
	}
	
	.serv{
		margin-top:52px !important;
		margin-bottom:25px;
	}
	
	#home img{
		margin-top:0px;
	}
	
	#mision{
		padding:141px 15px;
	}

}

@media (max-width:1100px) and (min-width:1000px){
	
	
	
	.caption{
		top:49%;
		left:10%;
		font-size:50px;
	}
	
	
	.carousel-indicators{
		left:40%;
	}
	
	.texto-emp{
		margin-top:16px;
	}
	
	
	#mision{
		padding:149px 15px;
	}
	
	.serv{
		margin-top:41px !important;
	}
	.texto-emp{
		margin-bottom:65px;
	}

}


@media (max-width:1200px) and (min-width:1100px){
	
	
	.caption{
		top:49%;
		left:10%;
		font-size:55px;
	}
	
	
	.carousel-indicators{
		left:40%;
	}
	
	.serv{
		margin-top:6px !important;
	}
	
	.texto-emp{
		margin-bottom:65px;
	}
	
	#mision{
		padding:137px 15px;
	}

}

@media (max-width:1300px) and (min-width:1200px){
	
	
	
	.caption{
		top:55%;
		left:10%;
		font-size:55px;
	}
	
	
	.carousel-indicators{
		left:40%;
	}
	
	#home p{
		font-size:16px;
	}
	
	.serv{
		margin-top:41px !important;
	}
	
	#empresa img{
		margin-bottom:151px;
	}
	
	#mision{
		padding:157px 15px;
	}

}


@media (max-width:1500px) and (min-width:1300px){
	
	
	.caption{
		top:55%;
		left:10%;
		font-size:58px;
	}
	
	
	.carousel-indicators{
		left:40%;
	}
	
	#mision{
		padding:173px 15px;
	}
	
	#empresa img{
		margin-bottom:153px;
	}
}

@media (max-width:1800px) and (min-width:1500px){
	
	
	
	
	.caption{
		top:55%;
		left:10%;
		font-size:65px;
	}
	
	
	.carousel-indicators{
		left:40%;
	}
	
	#mision{
		padding:194px 15px;
	}
	
	#empresa img{
		margin-bottom:95px;
	}
	

}
