@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:"dinregular";
    src: url("../fonts/dinlightalternate-webfont.eot?") format("eot"),
         url("../fonts/dinlightalternate-webfont.woff") format("woff"),
         url("../fonts/dinlightalternate-webfont.ttf")  format("truetype"),
         url("../fonts/dinlightalternate-webfont.svg#dinregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:"dinmediumalternate";
    src: url("../fonts/din_alternate_medium-webfont.eot?") format("eot"),
         url("../fonts/din_alternate_medium-webfont.woff")  format("woff"),
         url("../fonts/din_alternate_medium-webfont.ttf")  format("truetype"),
         url("../fonts/din_alternate_medium-webfont.svg#dinmediumalternate")  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);
}

.pad{
  padding-left:0px;
  padding-right:0px;
}

.clear{
  clear:both;
}

#head{
  padding: 3px 0px;
	background-color: #092143;
}

#barra-menu{
  background-size: cover;
  background: #99adc5;
  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{
  font-size: 22px;
	float: left;
	position: relative;
	padding: 10px;
	text-decoration: none !important;
	border-top: solid 3px #fff;
	font-family:"dinregular";
	color: #fff;
}

#navbar a:hover{
  background: #0293d3;
  color: #FFF;
}

#navbar .selec{
 background: #0293d3;
 color: #FFF;
}

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

#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:"dinmediumalternate";
  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: 30px;
  height: 20px;
}

#bootstrap-touch-slider .carousel-indicators .active{
  background: #092143;
  border-color: #fff;
}

#home{
  background: url(../img/bg.jpg);
  padding: 10px 0px;
  border-bottom: 3px solid #fff;
}

#home h1{
  color: #092143;
  font-family:"dinmediumalternate";
  font-size: 38px;
	text-shadow: 1px 1px 1px #FFF;
}

#home p{
  margin-top: 20px;
  font-family:"dinregular";
  font-size: 18px;
  line-height: 24px;
  color: #000;
  padding-bottom: 31px;
	text-align: justify;
}

#home a{
  display: inline-block;
  padding: 5px 20px;
  background: #092143;
  color: #fff;
  margin-top: 0px;
}

#home img{
  margin-top: 0px;
}

#pague{
  margin-top: 44px;
  float: right;
	right: 140px;
}

#banner-home{
	border-bottom: 2px solid #fff;
}

.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;
  padding-bottom: 60px;
}

.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-regular";
	color:#fff;
}

.diseno-texto p {
	margin-top: 6px;
  padding: 8px 0px;
	font-size: 19px;
	font-family: "cuprum-regular";
	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:"dinmediumalternate";
font-size: 42px;
text-align:center;
padding: 81px;
text-shadow: 3px 3px 3px #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: #092143;
  padding-top: 15px;
  border-top: 3px solid #fff;
}

footer p{
	font-size: 18px;
	font-family:"dinregular";
	line-height: 24px;
	color: #fff;
}

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

#tw{
  display: inline-block;
  background: url(../img/redes.png) 120px;
  width: 55px;
  height: 48px;
  margin-top: 20px;
}

#tw:hover{
  background: url(../img/redes-h.png) 120px;
}

#youtube{
  display: inline-block;
  background: url(../img/redes.png) 61px;
  width: 55px;
  height: 48px;
  margin-top: 20px;
}

#youtube:hover{
  background: url(../img/redes-h.png) 61px;
}

.bs-slider-overlay{
	background:rgba(0, 0, 0, 0.43);
}

.certificacion {
	background: url(../img/certificacion.png) no-repeat right;
	padding: 76px;
  padding-right: 59px;
	padding-right: 41px;
	padding-right: 270px;
	display: inline-block;
	text-decoration: none !important;
	margin-top: 3px;
}

#web{
  display: inline-block;
  padding: 12px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding-right: 145px;
  font-size: 15px;
  color: #000;
  background: url(../img/web-h.png) no-repeat right #fff;
  margin-top: 70px;
}

#web:hover{
  text-decoration: none;
  background: url(../img/web.png) no-repeat right #8f8f8f;
  color: #fff;
}

#empresa{
  padding: 30px 0px;
  background: url(../img/bg3.jpg);
}

#empresa h1{
  font-size: 34px;
  border-bottom: solid 3px #0293d3;
  padding-bottom: 6px;
  color: #092143;
  font-family:"dinmediumalternate";
	margin-top: 18px;
}

#empresa img{
  margin-top: 20px;
  border-radius: 48px;
}

.texto-emp{
  margin-top: 50px;
}

#empresa h2{
  font-family:"dinmediumalternate";
  font-size: 30px;
  margin-top: 20px;
  color: #092143;
}

#empresa p{
  margin-top: 20px;
	font-family:"dinregular";
	font-size: 20px;
	line-height: 24px;
	color: #686868;
	text-align: justify;
}

#mision{
  background: url(../img/mision.jpg);
  background-size: cover;
  padding: 290px 15px;
  border-top: 3px solid #092143;
}

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

#prev2 {
  background: #FFF;
  color: #9f0404;
  opacity: 1;
  padding: 15px;
  width: 45px;
  height: 45px;
  position: relative;
  right: 90px;
  bottom: 3%;
  top: auto;
  left: auto;
  float: right;
}

#prev2:hover {
	color:#006634;
}

#next2 {
  background: #FFF;
  color: #9f0404;
  opacity: 1;
  padding: 15px;
  width: 45px;
  height: 45px;
  position: relative;
  right: 0px;
  bottom: 3%;
  top: auto;
  float: right;
}

#next2:hover {
	color:#006634;
}

.contacto p{
  margin-top:40px !important;
  text-align: justify;
}

#formulario{
  margin-top: 20px;
}

#formulario h2{
	color: #092143!important;
  margin-left: 5px;
	text-transform: none;
	font-size: 18px !important;
	margin-top: 5px;
  font-weight: normal;
}

#formulario input{
	width:100%;
	background-color: #8f8f8f;
	color:#fff;
	border:none;
	ffont-family:"dinregular";
	font-size:14px;
	padding:13px 8px;
	margin-top: 5px;
}

#formulario textarea{
	width:100%;
    background-color: #8f8f8f;
	color:#fff;
	border:none;
	font-family:"dinregular";
	font-size:14px;
	padding:7px 8px;
	margin-top: 5px;
  height: 129px;
}

#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: #092143!important;
	margin-right: 15px;
  border: none !important;
}

#enviar:hover{
  background: #0293d3 !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: #092143 !important;
  border: none !important;
}

#borrar:hover{
  background:#0293d3 !important;
	color: #FFF !important;
}

.img-footer{
  z-index: 999;
  position: relative;
}

#map{
	height:400px;
}

#ampliar{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #000;
  color: #FFF;
  text-align: center;
  padding-top: 25px;
  position: absolute;
  right: 15%;
  top:-40px;
  text-decoration: none !important;
	}

#ampliar:hover{
	background: #1F4792;
	}

#servicios h1{
  border-bottom: solid 3px #0293d3;
  padding-bottom: 6px;
  font-size: 34px;
  color: #092143;
  font-family:"dinmediumalternate";
  margin-top: 30px;
  text-align: left;
}

.servicio{
  margin-top: 40px;
  float: left;
  position: relative;
  width: 100%;
  border: 3px solid #fff;
}

.titulo a {
    float: right;
    font-family:"dinregular";
    font-size: 20px;
    padding: 10px;
    margin-top: 20px;
    position: relative;
    background: #092143;
    color: #FFF;
}

.titulo a:hover {
    background: #0293d3;
    color: #FFF;
}

.servicio-caption{
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #092143;
  width: 100%;
  padding: 15px;
  font-family:"dinregular";
  color: #FFF;
  font-size: 24px;
}

.servicio-caption:hover{
  background: #0293d3;
  color: #FFF;
}

#servicios h4 {
	position: relative;
	margin-top: 33px;
	text-align: justify;
	font-size: 20px;
	font-family: "Roboto regular";
  color:#686868;
}

@media (max-width: 800px){

	#pague{
    margin-top: 0px;
    float: right;
	  right: 0px;	
  }
  
	.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:13px;
  }
  
  #empresa p{
	  font-size:19px;
  }
}


@media (max-width:900px) and (min-width:800px){
	
	#pague{
    margin-top: 0px;
    float: right;
	  right: 0px;	
  }
	
	.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){
	#pague{
    margin-top: 0px;
    float: right;
	  right: 0px;
  }

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

}
