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

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

#contenedor{
	width:100%;
	overflow:hidden;
	position:relative;
	color: #535453;
	font-family:"Free Sans";
}

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

.clear{
	clear:both;
}

#header{
	background: url(../imagenes/head.jpg) no-repeat center;
	padding:15px;
	text-align: center;
}

.logo{
	display: inline-block;
}

#barra-menu{
	z-index: 1;
	float: left;
	position: relative;
	width: 100%;
	background: #000;
}

#menu{
  min-height: 40px;
  width: 100%;
  float:left;
  position: relative;
  margin-bottom:0px;
  border: none;
	background: #000;
	border-radius: 0;
}

.menu {
  text-align: center;
}

#navbar li{
  display: inline-block;
  margin: 0px 45px;
}

#navbar a{
  color: #fff;
	font-family:"Free Sans Bold";
	display:inline-block;
	padding: 10px 25px;
	font-size: 18px;
	background: url(../imagenes/li.png) no-repeat left;
}

#navbar a:hover{
	text-decoration: none;
	color: #87a8c1;
}

#navbar .selec{
	color: #87a8c1;
}

nav .me{
  text-align:center;
  margin:auto;
  padding-bottom: 4px;
  display: block;
  color: #fff;
}

.navbar-toggle .icon-bar{
  width: 38px;
  background-color: #fff !important;
}

#carousel-home .caption{
	position: absolute;
	bottom: 150px;
	right: 35%;
	width: 30%;
	padding: 20px;
	text-align: center;
	background: rgba(138, 170, 195, 0.6);
}

#carousel-home .caption h1{
	color:#fff;
	font-size: 48px;
	display: inline-block;
	font-family:"Free Sans Bold";
	text-shadow: 2px 2px 2px #000;
}

.politicas {
  float: left;
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 150px;
}

.politicas a {
  display: inline-block;
  padding:9px 10px;
  background: #fff;
  color: #000;
  font-family: "Free Sans Bold";
  font-size: 24px;
}

#carousel-home .carousel-indicators {
  bottom: 8px;
}

#carousel-home .carousel-indicators li{
	width: 18px;
	height: 18px;
  background: #fff;
  border-color: #fff;
}

#carousel-home .carousel-indicators .active{
  background: #000;
  border-color: #000;
}

.circulo{
	background: url(../imagenes/banner/controls.png) no-repeat;
	width: 14%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 45%;
	background-size: contain;
}

#home-pro{
	background: url(../imagenes/home/bg.jpg) left top;
	padding-bottom: 100px;
}

.titulo-home{
	background: #000;
	padding: 20px;
	padding-left: 15%;
}

.titulo-home h1{
	color: #8aaac3;
	font-size: 38px;
}

.titulo-home h1 span{
	color: #fff;
	font-size: 48px;
	font-family:"Free Sans Bold";
}

.home-pro{
	background: #6B99B3;
	padding-top: 159px;
	padding-bottom: 82px;
	text-align: center;
}

.home-pro h1{
	color: #fff;
	margin-top: 70px;
	letter-spacing: 3px;
	font-size: 24px;
	line-height:32px;
}

.home-pro2{
	background: #7CABC5;
	padding-top: 159px;
	padding-bottom: 82px;
	text-align: center;
}

.home-pro2 h1{
	color: #fff;
	margin-top: 70px;
	letter-spacing: 3px;
	line-height:32px;
	font-size: 24px;
}

#prev{
	float: left;
	position: relative;
	width: 50%;
	opacity: 1;
	padding: 10px 4px;
	background: rgba(255, 255, 255, 0.5);
	color: #6b6b6b;
}

#next{
	float: left;
	position: relative;
	width: 50%;
	opacity: 1;
	padding: 10px 4px;
	background: rgba(255, 255, 255, 0.5);
	color: #6b6b6b;
}

#home-serv{
	background: url(../imagenes/home/bg2.jpg) left top;
	padding: 30px 15px;
	text-align: center;
}

#home-serv h1{
	font-size: 48px;
	font-family:"Free Sans Bold";
	color: #333333;
}

#carousel-home-ser{
	margin-top: 20px;
}

#carousel-home-ser .caption{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: url(../imagenes/home/caption.png);
	background-size: cover;
	text-align: left;
	color: #fff;
	padding-left: 7%;
	box-sizing: border-box;
	padding-top: 4%;
}

#carousel-home-ser .caption h1{
	font-family:"Free Sans Bold";
	font-size: 72px;
	color: #fff;
}

#carousel-home-ser .caption p{
	margin-top: 20px;
	line-height: 32px;
	font-family:"Free Sans Bold";
	font-size: 30px;
}

#prev2{
	float: right;
	position: relative;
	width:97px;
	opacity: 1;
	padding: 37px;
	background:#6B99B3;
	color: #fff;
}

#prev2:hover{
	background: #272727;
}

#next2{
	float: right;
	position: relative;
	width:97px;
	opacity: 1;
	padding: 37px;
	background:#6B99B3;
	color: #fff;
}

#next2:hover{
	background: #272727;
}

#home-emp{
	background: url(../imagenes/home/bg3.jpg) left top;
	padding: 30px 15px;
	text-align: center;
	background-size: contain;
}
#home-emp h1{
	font-size: 48px;
	font-family:"Free Sans Bold";
	color: #363636;
	padding-bottom: 84px;
}
#home-emp .texto-quienes{
	text-align: left;
	background:#7CABC5;
	padding: 45px 30px;
	color: #fff;
	line-height: 32px;
	font-size: 24px;
}
#home-emp .img-emp{
	margin-top: 20px;
}

footer{
	font-family:"Free Sans";
	background: #000;
	padding: 0px 15px;
}

footer p{
	color: #fff;
	line-height: 33px;
	margin-top: 20px;
	margin-bottom: 20px;
}

footer h2{
	color: #fff;
	float: right;
	font-size: 20px;
	line-height: 22px;
	margin-top: 33px;
	margin-right: 10px;
}

.datos{
	padding-left: 35px;
	background: url(../imagenes/datos.png) no-repeat top left;
}

.redes{
	text-align: right;
}

#tw{
	background: url(../imagenes/redes.png) no-repeat right;
	width:46px;
	height: 46px;
	margin-top: 40px;
	margin-right: 10px;
	float: right;
}

#tw:hover{
	background: url(../imagenes/redes-h.png) no-repeat right;
}
#fb{
	background: url(../imagenes/redes.png) no-repeat left;
	width: 46px;
	height: 46px;
	margin-top: 40px;
	margin-right: 10px;
	float: right;
}
#fb:hover{
	background: url(../imagenes/redes-h.png) no-repeat left;
}
#web a{
	background: url(../imagenes/web.png) no-repeat right;
	padding: 8px;
	padding-right: 123px;
	display: inline-block;
	color: #ffffff36;
	text-decoration: none !important;
	float: right;
	font-size: 14px;
}
#titulo{
  padding-top: 130px;
  padding-bottom: 100px;
  background-size: cover;
	text-align: center;
}
.bg-1{
  background: url(../imagenes/bg1.jpg) no-repeat center right;
}

.bg-2e{
  background: url(../imagenes/entregas.jpg) no-repeat center right;
}

#titulo .titulo{
	padding: 10px 50px;
	display: inline-block;
	background: rgba(124, 170, 197, 0.76);
}
#titulo .titulo h1{
	color:#fff;
	 font-family:"Free Sans Bold";
	font-size: 48px;
	display: inline-block;
	text-shadow: 2px 2px 2px #000;
}
#sub-titulo{
	padding:32px 15px;
	font-size: 20px;
	background: #000;
}
#sub-titulo h2{
	color: #fff;
	font-family:"Free Sans Bold";
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: normal;
}
#empresa{
	background: #6B99B3;
}
#empresa p{
	text-align: right;
	padding-right: 15%;
	color: #fff;
	font-size: 30px;
	line-height: 37px;
	padding-left: 30%;
	margin-top: 100px;
}
#mision{
	background: url(../imagenes/home/bg2.jpg) left top;
	padding: 67px 15px;
	text-align: center;
}
#mision .caption-emp{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
	text-align: left;
	color: #fff;
	box-sizing: border-box;
	padding: 20px 40px;
	background:rgba(142, 179, 198, 0.88);
}

#mision .caption-emp h1{
	font-family:"Free Sans Bold";
	font-size: 48px;
	margin-top: 94px;
}

#mision .caption-emp p{
	margin-top: 15px;
	line-height: 28px;
	font-family:"Free Sans Bold";
	font-size: 24px;
}

.bg-2{
  background: url(../imagenes/bg2.jpg) no-repeat center right;
}

.detalle{
	width: 100%;
	float: left;
	position: relative;
}

.detalle table{
	width: 70%;
	margin-left: 15%;
	margin-top: 200px;
}

#prev3{
	float: left;
	position: relative;
	width: 50%;
	opacity: 1;
	padding: 16px 4px;
	background:#d7d6d6;
	color: #6b6b6b;
	text-align: right;
}

#prev3:hover{
	color: #8aaac3;
}

#next3{
	float: left;
	position: relative;
	width: 50%;
	opacity: 1;
	padding: 16px 4px;
	background:#d7d6d6;
	color: #6b6b6b;
	text-align: left;
}

#next3:hover{
	color: #8aaac3;
}

.bg-3{
  background: url(../imagenes/bg3.jpg) no-repeat center right;
}

.servicio{
	float: left;
	position: relative;
	width: 100%;
}

.servicio h2{
	float: left;
	position: relative;
	width: 100%;
	padding: 55px;
	text-align:center;
	color: #fff;
	font-size: 40px;
	font-family:"Free Sans Bold";
}
.servicio h2 span{
	font-family:"Free Sans";
	font-size: 38px;
}

.serv1{
	background: #024965;
}

.serv2{
	background: #78BADC;
}

.serv3{
	background: #358bce;
}

.bg-4{
  background: url(../imagenes/bg4.jpg) no-repeat center right;
}

#contacto{
	padding: 69px 15px;
	background: #6B99B3;
}

#contacto p{
	margin-top: 20px;
	line-height: 25px;
	color: #fff;
	font-size: 24px;
}

#formulario h2{
	color: #fff !important;
	font-size: 18px;
	margin-top: 5px;
	font-family:"Free Sans Bold";
}

#formulario p{
	text-align: left;
	margin-top: 10px;
	color: #fff !important;
}

#formulario .check{
	text-align: left;
	float: none;
	display: inline-block;
	width: auto;
}

#formulario input{
	width:100%;
	background-color:#eeeeee;
	color:#000;
	border:none;
	font-family: 'Cuprum', sans-serif;
	font-size:14px;
	padding:12px;
	margin-top: 5px;
}

#formulario textarea{
	width:100%;
  background-color:#eeeeee;
	color:#000;
	border:none;
	font-family: 'Cuprum', sans-serif;
	font-size:14px;
	padding:10px;
	margin-top: 5px;
  height: 80px;
}

#enviar{
	width:100px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:24px !important;
	color:#000 !important;
	text-align:center;
	margin-top:20px !important;
	padding:10px 0px !important;
	background: #fff !important;
	margin-right: 15px;
    border: none !important;
	font-family:"Free Sans Bold" !important;
}

#enviar:hover{
  background: #000 !important;
	color: #FFF !important;
}

#borrar{
	width:100px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:24px !important;
	color:#000 !important;
	text-align:center;
	margin-top:20px!important;
	padding:10px 0px !important;
	background: #fff !important;
  border: none !important;
	font-family:"Free Sans Bold" !important;
}

#borrar:hover{
  background: #000 !important;
	color: #FFF !important;
}
#map{
	height:544px;
	margin: 25px 0px;
}

#ampliar{
	background: #dcdcdc;
	color: #000;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	position: absolute;
  text-decoration: none !important;
	bottom:-10px;
	font-family:"Free Sans Bold";
	right:45%;
	border-radius: 50%;
}

#ampliar:hover{
	background: #000;
	color: #fff;
}

#back-top {
  background-image: url(/assets/imagenes/whatsapp.png);
  width: 51px;
  height: 51px;
  position: fixed;
  right: 15px;
  z-index: 900;
  bottom: 18px;
}

#btn-pagos{
  background-image: url(/assets/imagenes/btn-pagos.png);
  width: 157px;
  height: 59px;
  position: fixed;
  right: 15px;
  z-index: 900;
  bottom: 19%;
}

.politica a{
  color: #fff;
  padding: 7px 18px;
  background-color: #7cabc5;
  border-radius: 14px;
  float: right;
  margin-top: 37px;
  text-decoration: none;
}

.politica a:hover{
	color: #7CABC5;
	background-color: #fff;
}

#text-politica{
	padding: 65px 0px;
}

#text-politica p{
	font-family:"Free Sans";
	font-size: 17px;
	line-height: 23px;
	text-align: justify;
}

#text-politica h1{
	font-family:"Free Sans Bold";
	padding-top: 15px;
  	padding-bottom: 15px;
	font-size: 18px;
  	color: #7ab8ce;
}

#text-politica ul li{
	background: url(../imagenes/li2.png) no-repeat;
	position: relative;
	font-family:"Free Sans";
	text-decoration: none;
	padding-left: 19px;
	font-size: 17px;
	line-height: 19px;
	background-position: 0px 5px;
	margin-bottom: 6px;
	margin-left: 13px;
	text-align: justify;
}





@media (max-width: 800px){
	
	.logo{
		text-align: center;
	}

	.logo img {
	  display: inline-block;
	  max-height: 123px;
	}

	#barra-menu {
    margin-top: 0px;
	}

	#home-emp .texto-quienes{
		font-size: 16px;
		line-height: 25px;
	}

	#carousel-home-ser .caption h1{
		font-size: 54px;
	}

	#home-serv h1{
		font-size: 34px;
	}

	.titulo-home h1 span{
		font-size: 36px;
	}

	.titulo-home h1{
		font-size: 36px;
	}

	#home-emp h1{
		font-size: 34px;
		padding-bottom: 0px;
	}

	#carousel-home-ser .caption p{
		font-size: 23px;
		line-height: 26px;
	}

  #menu {
		padding-bottom: 0;
  }

	.menu {
    flex-direction: column;
	}

	.navbar-header {
	    float: none;
	}

	.navbar-left,.navbar-right {
	    float: none !important;
	}

	.navbar-toggle {
	    display: block;
			background: #000 !important;
			margin-top: 0px;
			margin-bottom: 0px;
	}

	.navbar-default .navbar-toggle{
		border: none;
	}

	.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;
			margin-left: 0;
	}

	.navbar-nav>li {
	    float: none;
	}

	.navbar-nav>li>a {
	    padding-top: 10px ;
	    padding-bottom: 10px;
	}

	.collapse.in{
	    display:block !important;
	}

	#navbar li {
	   width: 100%;
		 margin: 0;
	}

	#navbar a{
	  width: 100%;
	  text-align: left;
		margin-top: 2px;
    border: none;
	}

	#carousel-home-ser .caption {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(138, 170, 195, 0.7);
    padding: 20px;
	}

	.home-pro{
    padding-top: 50px;
	}

	.home-pro2 {
    padding-top: 50px;
	}

	#titulo {
    padding-top: 50px;
    padding-bottom: 50px;
	}

	#titulo .titulo {
	    padding: 10px 10px;
	}

	#titulo .titulo h1 {
    font-size: 25px;
	}

	#empresa p{
		padding: 20px;
		margin: 0;
		font-size: 18px;
		line-height: 26px;
	}

	#mision .caption-emp p{
		font-size: 17px;
		line-height: 21px;
	}

	#prev2{
		width: 64px;
		padding: 17px;
	}

	#next2{
		width: 64px;
		padding: 17px;
	}

	#contacto p{
		font-size: 18px;
		line-height: 23px;
	}

	.politicas{
		margin-top: 48px;
	}

	.politicas a{
		font-size: 18px;
	}

	#mision .caption-emp {
    position: relative;
    width: 100%;
	}

	.detalle table {
    width: 80%;
    margin-left: 15px;
    margin-top: 20px;
	}

	.servicio h2 {
    width: 100%;
    padding: 30px;
    font-size: 24px;
	}

	.servicio h2 span {
    font-size: 23px;
	}

	#mision .caption-emp h1 {
    font-size: 25px;
    margin-top: 20px;
	}

	#barra-top ul li a{
		margin-left: 33px !important;
	}

	.nivel1{
		font-size: 19px !important;
	}

	#categorias h1{
		font-size: 22px !important;
	}

	table td{
		font-size: 14px !important;
	}

	.detalle-texto h1{
		font-size: 20px !important;
	}

	.detalle-texto h4{
		font-size: 19px !important;
	}

	.carrito-item a{
		border-bottom: 1px solid #fff !important;

	}

	.btn {
    margin-top: 20px;
	}

	.datos {
    font-size: 13px;
	}

}



@media (max-width:900px) and (min-width:800px){

	#navbar li{
		margin: 0px -10px;
	}

	.nivel1{
		font-size: 19px !important;
	}

	#carousel-home .caption h1{
		font-size: 26px;
	}

	#carousel-home .caption{
		bottom: 88px;
	}

	.detalle-texto h1{
		font-size: 18px !important;
	}

	table td{
		font-size: 13px !important;
	}

	.detalle-texto h4{
		font-size: 19px;
	}

	.circulo{
		width: 21%;
		left: 40%;
		height: 48px;
	}

	.home-pro h1{
		font-size: 15px;
		line-height: 20px;
	}

	.home-pro2 h1{
		font-size: 15px;
		line-height: 20px;
	}

	.titulo-home h1 span{
		font-size: 43px;
	}

	#carousel-home-ser .caption h1{
		font-size: 48px;
	}

	#carousel-home-ser .caption p{
		font-size: 18px;
		line-height: 21px;
		margin-top: 1px;
	}

	#prev2{
		width: 73px;
		padding: 21px;
	}

	#next2{
		width: 73px;
		padding: 21px;
	}

	#home-emp h1{
		font-size: 32px;
	}

	#home-emp .texto-quienes{
		font-size: 15px;
		line-height: 22px;
		padding: 33px 30px;
	}

	#carousel-home-ser .caption{
		padding-left: 2%;
	}

	#home-serv h1{
		font-size: 39px;
	}

	#empresa p{
		padding-left: 2%;
		font-size: 18px;
		line-height: 23px;
		padding-right: 6%;
		margin-top: 19px;
	}

	#mision .caption-emp h1{
		font-size: 30px;
		margin-top: 3px;
	}

	#mision .caption-emp p{
		font-size: 12px;
		line-height: 18px;
	}

	#titulo .titulo h1{
		font-size: 37px;
	}

	#sub-titulo h2{
		font-size: 23px;
	}

	.detalle table{
		margin-top: 44px;
		margin-bottom: 40px;
	}

	#volver a{
		font-size: 24px;
		padding: 15px 20px;
	}

	.servicio h2{
		font-size: 22px;
	}

	.servicio h2 span{
		font-size: 22px;
	}

	#contacto p{
		font-size: 14px;
		line-height: 20px;
	}

	.btn a{
		font-size: 15px;
	}

	#enviar{
		font-size: 22px !important;
	}

	#borrar{
		font-size: 22px !important;
	}

}


@media (max-width:1000px) and (min-width:900px){

	#navbar li{
		margin: 0px 0px;
	}

	#carousel-home .caption h1{
		font-size: 26px;
	}

	#carousel-home .caption{
		bottom: 88px;
	}

	.circulo{
		width: 21%;
		left: 40%;
		height: 48px;
	}

	.home-pro h1{
		font-size: 15px;
		line-height: 20px;
	}

	.home-pro2 h1{
		font-size: 15px;
		line-height: 20px;
	}

	.titulo-home h1 span{
		font-size: 43px;
	}

	#carousel-home-ser .caption h1{
		font-size: 48px;
	}

	#carousel-home-ser .caption p{
		font-size: 18px;
		line-height: 21px;
		margin-top: 1px;
	}

	#prev2{
		width: 73px;
		padding: 21px;
	}

	#next2{
		width: 73px;
		padding: 21px;
	}

	#home-emp h1{
		font-size: 32px;
	}

	#home-emp .texto-quienes{
		font-size: 17px;
		line-height: 22px;
		padding: 33px 30px;
	}

	#carousel-home-ser .caption{
		padding-left: 2%;
	}

	#home-serv h1{
		font-size: 39px;
	}

	#empresa p{
		padding-left: 2%;
		font-size: 21px;
		line-height: 24px;
		padding-right: 6%;
		margin-top: 24px;
	}

	#mision .caption-emp h1{
		font-size: 30px;
		margin-top: 3px;
	}

	#mision .caption-emp p{
		font-size: 13px;
		line-height: 19px;
	}

	#titulo .titulo h1{
		font-size: 37px;
	}

	#sub-titulo h2{
		font-size: 23px;
	}

	.detalle table{
		margin-top: 44px;
		margin-bottom: 40px;
	}

	.texto-producto h2{
		font-size: 14px !important;
	}

	.botones-producto a{
		font-size: 14px !important;
	}

	#volver a{
		font-size: 24px;
		padding: 15px 20px;
	}

	.servicio h2{
		font-size: 22px;
	}

	.servicio h2 span{
		font-size: 22px;
	}

	#contacto p{
		font-size: 15px;
		line-height: 20px;
	}

	.btn a{
		font-size: 17px;
	}

	#enviar{
		font-size: 22px !important;
	}

	#borrar{
		font-size: 22px !important;
	}

	.nivel1{
		font-size: 15px !important;
	}

	#categorias h1{
		font-size: 25px !important;
	}

	.detalle-texto h1{
		font-size: 19px !important;
	}

	table td{
		font-size: 14px !important;
	}

	.detalle-texto h4{
		font-size: 20px !important;
	}


}


@media (max-width:1100px) and (min-width:1001px){

	#navbar li{
		margin: 0px 7px;
	}

	.nivel1{
		font-size: 15px !important;
	}

	.texto-producto h2{
		font-size: 15px !important;
	}

	#categorias h1{
		font-size: 26px !important;
	}

	.detalle-texto h1{
		font-size: 20px !important;
	}

	table td{
		font-size: 13px !important;
	}

	.detalle-texto h4{
		font-size: 19px !important;
	}

	#carousel-home .caption h1{
		font-size: 26px;
	}

	#carousel-home .caption{
		bottom: 88px;
	}

	.circulo{
		width: 21%;
		left: 40%;
		height: 48px;
	}

	.home-pro h1{
		font-size: 15px;
		line-height: 20px;
	}

	.home-pro2 h1{
		font-size: 15px;
		line-height: 20px;
	}

	.titulo-home h1 span{
		font-size: 43px;
	}

	#carousel-home-ser .caption h1{
		font-size: 48px;
	}

	#carousel-home-ser .caption p{
		font-size: 18px;
		line-height: 21px;
		margin-top: 1px;
	}

	#prev2{
		width: 73px;
		padding: 21px;
	}

	#next2{
		width: 73px;
		padding: 21px;
	}

	#home-emp h1{
		font-size: 32px;
	}

	#home-emp .texto-quienes{
		font-size: 18px;
		line-height: 25px;
		padding: 33px 30px;
	}

	#carousel-home-ser .caption{
		padding-left: 2%;
	}

	#home-serv h1{
		font-size: 39px;
	}

	#empresa p{
		padding-left: 2%;
		font-size: 23px;
		line-height: 25px;
		padding-right: 6%;
		margin-top: 33px;
	}

	#mision .caption-emp h1{
		font-size: 30px;
		margin-top: 3px;
	}

	#mision .caption-emp p{
		font-size: 16px;
		line-height: 22px;
	}

	#titulo .titulo h1{
		font-size: 37px;
	}

	#sub-titulo h2{
		font-size: 23px;
	}

	.detalle table{
		margin-top: 44px;
		margin-bottom: 40px;
		margin-left: 8%;
	}

	#volver a{
		font-size: 24px;
		padding: 15px 20px;
	}

	.servicio h2{
		font-size: 22px;
	}

	.servicio h2 span{
		font-size: 22px;
	}

	#contacto p{
		font-size: 15px;
		line-height: 20px;
	}

	.btn a{
		font-size: 17px;
	}

	#enviar{
		font-size: 22px !important;
	}

	#borrar{
		font-size: 22px !important;
	}

	.nombre-tab{
		font-size: 16px;
	}

	.contenido-tab{
		font-size: 17px;
		line-height: 19px;
	}


}


@media (max-width:1200px) and (min-width:1100px){

	#navbar li{
		margin: 0px 19px;
	}

	.detalle-texto h1{
		font-size: 21px !important;
	}

	.detalle-texto h4{
		font-size: 19px !important;
	}

	.nivel1{
		font-size: 18px !important;
	}

	#carousel-home .caption h1{
		font-size: 32px;
	}

	#carousel-home .caption{
		bottom: 88px;
	}

	.circulo{
		width: 19%;
		left: 42%;
		height: 51px;
	}

	.home-pro h1{
		font-size: 15px;
		line-height: 20px;
	}

	.home-pro2 h1{
		font-size: 15px;
		line-height: 20px;
	}

	.titulo-home h1 span{
		font-size: 43px;
	}

	#carousel-home-ser .caption h1{
		font-size: 48px;
	}

	#carousel-home-ser .caption p{
		font-size: 21px;
		line-height: 23px;
	}

	#prev2{
		width: 73px;
		padding: 21px;
	}

	#next2{
		width: 73px;
		padding: 21px;
	}

	#home-emp h1{
		font-size: 32px;
	}

	#home-emp .texto-quienes{
		font-size: 21px;
	}

	#carousel-home-ser .caption{
		padding-left: 2%;
	}

	#home-serv h1{
		font-size: 39px;
	}

	#empresa p{
		padding-left: 2%;
		font-size: 25px;
		line-height: 26px;
		padding-right: 6%;
		margin-top: 37px;
	}

	#mision .caption-emp h1{
		font-size: 30px;
		margin-top: 25px;
	}

	#mision .caption-emp p{
		font-size: 16px;
		line-height: 22px;
	}

	#titulo .titulo h1{
		font-size: 37px;
	}

	#sub-titulo h2{
		font-size: 28px;
	}

	.nivel2{
		font-size: 18px !important;
	}

	#categorias h1{
		font-size: 27px !important;
	}

	.detalle table{
		margin-top: 44px;
		margin-bottom: 40px;
		margin-left: 8%;
	}

	#volver a{
		font-size: 24px;
		padding: 15px 20px;
	}

	.servicio h2{
		font-size: 30px;
	}

	.servicio h2 span{
		font-size: 30px;
	}

	#contacto p{
		font-size: 18px;
		line-height: 22px;
	}

	.btn a{
		font-size: 17px;
	}

	#enviar{
		font-size: 22px !important;
	}

	#borrar{
		font-size: 22px !important;
	}

	.nombre-tab{
		font-size:18px;
	}

	.contenido-tab{
		font-size: 17px;
		line-height: 19px;
	}


}


@media (max-width:1300px) and (min-width:1200px){

	#navbar li{
		margin: 0px 30px;
	}

	#carousel-home .caption h1{
		font-size: 38px;
	}

	#carousel-home .caption{
		bottom: 88px;
	}

	.circulo{
		width: 21%;
		left: 42%;
		height: 56px;
	}

	.home-pro h1{
		font-size: 15px;
		line-height: 20px;
	}

	.home-pro2 h1{
		font-size: 15px;
		line-height: 20px;
	}

	.titulo-home h1 span{
		font-size: 43px;
	}

	#carousel-home-ser .caption h1{
		font-size: 48px;
	}

	#carousel-home-ser .caption p{
		font-size: 21px;
		line-height: 23px;
	}

	#prev2{
		width: 73px;
		padding: 21px;
	}

	#next2{
		width: 73px;
		padding: 21px;
	}

	#home-emp h1{
		font-size:39px;
	}

	#home-emp .texto-quienes{
		font-size: 21px;
	}

	#carousel-home-ser .caption{
		padding-left: 2%;
	}

	#home-serv h1{
		font-size: 45px;
	}

	#empresa p{
		padding-left: 2%;
		line-height: 29px;
		padding-right: 6%;
		margin-top: 42px;
	}

	#mision .caption-emp h1{
		font-size: 30px;
		margin-top: 25px;
	}

	#mision .caption-emp p{
		font-size: 16px;
		line-height: 22px;
	}

	#titulo .titulo h1{
		font-size: 37px;
	}

	#sub-titulo h2{
		font-size: 28px;
	}

	.detalle table{
		margin-top: 44px;
		margin-bottom: 40px;
		margin-left: 8%;
	}

	.detalle-texto h1{
		font-size: 20px !important;
	}

	.detalle-texto h4{
		font-size: 19px !important;
	}

	table td{
		font-size: 13px !important;
	}

	#volver a{
		font-size: 24px;
		padding: 15px 20px;
	}

	.servicio h2{
		font-size: 30px;
	}

	.servicio h2 span{
		font-size: 30px;
	}

	#contacto p{
		font-size: 18px;
		line-height: 22px;
	}

	.btn a{
		font-size: 17px;
	}

	#enviar{
		font-size: 22px !important;
	}

	#borrar{
		font-size: 22px !important;
	}

	.nombre-tab{
		font-size:18px;
	}

	.contenido-tab{
		font-size: 19px;
		line-height: 20px;
	}

	#barra-top ul li a{
		margin-left: 14px !important;
	}

	.nivel1{
		font-size: 16px !important;
	}


}

@media (max-width:1400px) and (min-width:1300px){

	#navbar li{
		margin: 0px 35px;
	}

	#carousel-home .caption h1{
		font-size: 38px;
	}

	#carousel-home .caption{
		bottom: 88px;
	}

	.circulo{
		width: 21%;
		left: 42%;
		height: 59px;
	}

	#barra-top ul li a{
		margin-left: 20px !important;
	}

	.nivel1{
		font-size: 17px !important;
	}

	.texto-producto h2{
		font-size: 15px !important;
	}

	#categorias h1{
		font-size: 26px !important;
	}

	.detalle-texto h1{
		font-size: 20px !important;
	}

	table td{
		font-size: 14px !important;
	}

	.detalle-texto h4{
		font-size: 19px !important;
	}

	.home-pro h1{
		font-size: 19px;
		line-height: 23px;
	}

	.home-pro2 h1{
		font-size: 19px;
		line-height: 23px;
	}

	.titulo-home h1 span{
		font-size: 43px;
	}

	#carousel-home-ser .caption h1{
		font-size: 48px;
	}

	#carousel-home-ser .caption p{
		font-size: 21px;
		line-height: 23px;
	}

	#prev2{
		width: 73px;
		padding: 21px;
	}

	#next2{
		width: 73px;
		padding: 21px;
	}

	#home-emp h1{
		font-size:39px;
	}

	#home-emp .texto-quienes{
		font-size: 21px;
	}

	#carousel-home-ser .caption{
		padding-left: 2%;
	}

	#home-serv h1{
		font-size: 45px;
	}

	#empresa p{
		padding-left: 2%;
		line-height: 29px;
		padding-right: 6%;
		margin-top: 42px;
	}

	#mision .caption-emp h1{
		font-size: 30px;
		margin-top: 33px;
	}

	#mision .caption-emp p{
		font-size: 16px;
		line-height: 22px;
	}

	#titulo .titulo h1{
		font-size: 37px;
	}

	#sub-titulo h2{
		font-size: 28px;
	}

	.detalle table{
		margin-top: 44px;
		margin-bottom: 40px;
		margin-left: 8%;
	}

	#volver a{
		font-size: 24px;
		padding: 15px 20px;
	}

	.servicio h2{
		font-size: 35px;
	}

	.servicio h2 span{
		font-size: 35px;
	}

	#contacto p{
		font-size: 18px;
		line-height: 22px;
	}

	.btn a{
		font-size: 17px;
	}

	#enviar{
		font-size: 22px !important;
	}

	#borrar{
		font-size: 22px !important;
	}

	.nombre-tab{
		font-size:21px;
	}

	.contenido-tab{
		font-size: 22px;
	}


}


@media (max-width:1500px) and (min-width:1400px){

	#carousel-home .caption{
		bottom: 88px;
	}

	.circulo{
		width: 38%;
		left: 43%;
		height: 54px;
	}

	.home-pro h1{
		font-size: 19px;
		line-height: 23px;
	}

	.home-pro2 h1{
		font-size: 19px;
		line-height: 23px;
	}

	.titulo-home h1 span{
		font-size: 43px;
	}

	#carousel-home-ser .caption h1{
		font-size: 48px;
	}

	#carousel-home-ser .caption p{
		font-size: 21px;
		line-height: 23px;
	}

	#prev2{
		width: 73px;
		padding: 21px;
	}

	#next2{
		width: 73px;
		padding: 21px;
	}

	#home-emp h1{
		font-size:39px;
	}

	#home-emp .texto-quienes{
		font-size: 21px;
	}

	#carousel-home-ser .caption{
		padding-left: 2%;
	}

	#home-serv h1{
		font-size: 45px;
	}

	#empresa p{
		padding-left: 2%;
		line-height: 29px;
		padding-right: 6%;
		margin-top: 70px;
	}

	#mision .caption-emp h1{
		font-size: 30px;
		margin-top: 47px;
	}

	#mision .caption-emp p{
		font-size: 16px;
		line-height: 22px;
	}

	#titulo .titulo h1{
		font-size: 37px;
	}

	#barra-top ul li a{
		margin-left: 20px !important;
	}

	.nivel1{
		font-size: 19px !important;
	}

	.detalle-texto h1{
		font-size: 21px !important;
	}

	.detalle-texto h4{
		font-size: 18px !important;
	}

	table td{
		font-size: 14px !important;
	}

	.detalle table{
		margin-top: 44px;
		margin-bottom: 40px;
		margin-left: 8%;
	}

	#volver a{
		font-size: 24px;
		padding: 15px 20px;
	}

	.servicio h2{
		font-size: 35px;
	}

	.servicio h2 span{
		font-size: 35px;
	}

	#contacto p{
		font-size: 21px;
		line-height: 22px;
	}

	.btn a{
		font-size: 20px;
	}

	#enviar{
		font-size: 22px !important;
	}

	#borrar{
		font-size: 22px !important;
	}

	.nombre-tab{
		font-size:21px;
	}

	.contenido-tab{
		font-size: 22px;
	}

}


@media (max-width:1600px) and (min-width:1500px){


	#carousel-home .caption{
		bottom: 88px;
	}

	#barra-top ul li a{
		margin-left: 20px !important;
	}

	.nivel1{
		font-size: 20px !important;
	}

	.circulo{
		width: 38%;
		left: 44%;
		height: 54px;
	}

	.titulo-home h1 span{
		font-size: 43px;
	}

	#carousel-home-ser .caption h1{
		font-size: 48px;
	}

	#carousel-home-ser .caption p{
		font-size: 21px;
		line-height: 23px;
	}
	#carousel-home-ser .caption{
		padding-left: 2%;
	}


	#empresa p{
		padding-left: 2%;
	}

	#mision .caption-emp h1{
		font-size: 30px;
		margin-top: 47px;
	}

	#mision .caption-emp p{
		font-size: 16px;
		line-height: 22px;
	}


	.detalle table{
		margin-top: 44px;
		margin-bottom: 40px;
		margin-left: 8%;
	}


}


@media (max-width:1700px) and (min-width:1600px){


	#carousel-home .caption{
		bottom: 88px;
	}

	.circulo{
		width: 38%;
		left: 44%;
		height: 54px;
	}

	#barra-top ul li a{
		margin-left: 51px !important;
	}

	.titulo-home h1 span{
		font-size: 43px;
	}

	#carousel-home-ser .caption h1{
		font-size: 63px;
	}



	#prev2{
		width: 73px;
		padding: 21px;
	}

	#next2{
		width: 73px;
		padding: 21px;
	}


	#carousel-home-ser .caption{
		padding-left: 2%;
	}


	#empresa p{
		padding-left: 2%;
	}

	#mision .caption-emp h1{
		font-size: 39px;
		margin-top: 47px;
	}

	#mision .caption-emp p{
		font-size: 19px;
		line-height: 28px;
	}

	.detalle table{
		margin-top: 44px;
		margin-bottom: 40px;
		margin-left: 8%;
	}

	#volver a{
		font-size: 24px;
		padding: 15px 20px;
	}

	#enviar{
		font-size: 22px !important;
	}

	#borrar{
		font-size: 22px !important;
	}


}

@media (max-width:1800px) and (min-width:1700px){

	#carousel-home .caption{
		bottom: 88px;
	}

	.circulo{
		width: 38%;
		left: 44%;
		height: 54px;
	}

	

	.titulo-home h1 span{
		font-size: 43px;
	}

	#carousel-home-ser .caption h1{
		font-size: 63px;
	}



	#prev2{
		width: 73px;
		padding: 21px;
	}

	#next2{
		width: 73px;
		padding: 21px;
	}


	#carousel-home-ser .caption{
		padding-left: 2%;
	}


	#empresa p{
		padding-left: 13%;
	}

	#mision .caption-emp h1{
		margin-top: 47px;
	}


	.detalle table{
		margin-top: 44px;
		margin-bottom: 40px;
		margin-left: 8%;
	}

	#volver a{
		font-size: 24px;
		padding: 15px 20px;
	}

	#enviar{
		font-size: 22px !important;
	}

	#borrar{
		font-size: 22px !important;
	}


}


@media (max-width:1900px) and (min-width:1800px){


	.circulo{
		width: 38%;
		left: 44%;
		height: 59px;
	}

	#carousel-home-ser .caption h1{
		font-size: 63px;
	}

	#carousel-home-ser .caption{
		padding-left: 2%;
	}

	#mision .caption-emp h1{
		margin-top: 57px;
	}

	#volver a{
		font-size: 24px;
		padding: 15px 20px;
	}

	#enviar{
		font-size: 22px !important;
	}

	#borrar{
		font-size: 22px !important;
	}


}
