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

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

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

@font-face {
	font-family:"Newtown Bold";
	src:url("../fonts/NEWTOW_B.eot?") format("eot"),
	url("../fonts/NEWTOW_B.woff") format("woff"),
	url("../fonts/NEWTOW_B.ttf") format("truetype"),
	url("../fonts/NEWTOW_B.svg#NewtownBold") format("svg");
	font-weight:normal;
	font-style:normal;
}
	
body{
	background: url(../img/bg.jpg);
}

#contenedor{
	width:100%;
	overflow:hidden;
	font-family:"Decker";
	position:relative;
}

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

.clear{
	clear:both;
}

header{
	padding: 10px 0px;
	z-index: 1;
	background: #fff;
}

#barra-menu{
	z-index: 1;
	background: #fff;
}

#menu{
  background: #fff;
  width: 100%;
  float:left;
  position: relative;
  margin-bottom:0px;
  border: none;
  text-align: center;
	border-radius: 0;
	font-family:"Newtown";
}

.menu{
	margin-top: 28px;
}

#navbar li{
  display: inline-block;
}

#navbar a{
  color: #4046a3;
	display: block;
	padding: 17px 10px;
	text-transform: uppercase;
	font-size:16px;
}

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

#navbar .selec{
	color: #F77C0D;
}

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 .carousel-indicators{
	bottom: 30px;
}

#carousel-home .carousel-indicators li{
  width:19px;
  height:19px;
  background: #00097d;
  border-color: #00097d;
}

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

#productos-home{
	background: url(../img/bg1.jpg) no-repeat top;
	padding: 88px 15px;
	font-family:"Decker Bold";
	background-size: contain;
}

#productos-home h1{
	font-family:"Newtown";
	color:#0153a0;
	text-align: center;
	font-size: 33px;
}

#productos-home p{
	margin-top: 15px;
	color: #000;
	padding-right: 30px;
	line-height:28px;
	font-family:"Decker Bold";
	font-size:20px;
	text-align: center;
	padding-bottom: 35px;
}

.producto-home{
	float: left;
	position: relative;
	width: 100%;
}

.producto-home .nombre{
	background: #034fa2;
	color: #fff;
	float: left;
	position: relative;
	width: 100%;
	padding: 18px 13px;
	text-align: center;
	box-sizing: border-box;
	font-family:"Decker";
	font-size:24px;
}

.producto-home .nombre span{
	font-family:"Decker Bold";
	font-size:24px;
	border-bottom: solid 1px #fff;
	margin-bottom: 8px;
	padding-bottom: 5px;
	display: block;
}

#prev{
	position: relative;
	float: left;
	margin-top: 40px;
	width: 71px;
	height: 71px;
	left: auto;
	opacity: 1;
	background: url(../img/arrows.jpg) no-repeat left;
}

#prev:hover{
	background: url(../img/arrows-h.jpg) no-repeat left;
}

#next{
	position: relative;
	float: left;
	margin-top: 40px;
	width: 71px;
	height: 71px;
	left: auto;
	opacity: 1;
	margin-left: 10px;
	background: url(../img/arrows.jpg) no-repeat right;
}

#next:hover{
	background: url(../img/arrows-h.jpg) no-repeat right;
}

#line1 {
  background: url(../img/line.png);
  width: 100%;
  height: 12px;
  float: left;
  position: absolute;
  top: -6px;
  left: 0px;
}

#line2 {
  background: url(../img/line.png);
  width: 100%;
  height: 12px;
  float: left;
  position: absolute;
  bottom: -6px;
  left: 0px;
}

#marcas-home{
	padding: 40px 15px;
	background:#082983;
}

.flecha{
	width: 0;
	height: 0;
	border-top: 54px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 70px solid #FE7A01;
	position: absolute;
	left: -70px;
	top: 0px;
}

.title{
	background: #F77C0D;
	margin-right: -15px;
	color: #fff;
	padding: 10px;
	font-family:"Newtown";
	font-size: 34px;
	margin-bottom: 65px;
}

#carousel-marcas{
	margin-top: 32px;
	margin-bottom:49px;
}

#carousel-marcas .carousel-indicators{
	bottom: -50px;
}

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

#carousel-marcas .carousel-indicators .active{
  background: #e4ad22;
  border-color: #e4ad22;
}

.hover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}

.marcas {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
}

.marcas:hover .hover{
  display: block;
}

#empresa-home{
	background: url(../img/bg2.jpg) no-repeat top left;
	background-size: auto;
}

#empresa-home h1{
	font-family:"Newtown";
	color: #036ab9;
	font-size: 33px;
	margin-top: 80px;
}

#empresa-home p{
	margin-top: 15px;
	color: #000;
	padding-right: 30px;
	line-height: 26px;
	font-family:"Decker";
	font-size:18px;
}

#empresa-home a{
	display: inline-block;
	margin-top: 15px;
	background: #F77C0D;
	font-family:"Decker Bold";
	font-size:20px;
	padding: 15px 45px;
	color: #fff;
}

#empresa-home a:hover{
	background: #306bb5;
	text-decoration: none;
}

footer{
	background: #082983;
	padding-top: 15px;
}

footer h1{
	color: #fff;
	text-transform: uppercase;
	font-family:"Newtown";
	font-size: 20px;
}

.datos{
	color: #fff;
	line-height: 16px;
	padding-bottom: 10px;
	font-size: 15px;
}

.datos span{
	border-bottom: 1px #fff dotted;
	display: inline-block;
	width: 80%;
	margin-top: 10px;
	font-family:"Decker Bold";
	font-size:16px;
	line-height: 20px;
}

.datos a{
	color: #fff;
}

.datos a:hover{
	color: #F97702;
}

#redes{
	text-align: center;
}

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

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

#in{
	display: inline-block;
	background: url(../img/redes.png) -105px 0px;
	width: 52px;
	height: 48px;
	margin-top: 20px;
}

#li{
	display: inline-block;
	background: url(../img/redes.png) -162px 0px;
	width: 52px;
	height: 48px;
	margin-top: 20px;
}

#web-cont{
	background: #082983;
	text-align: center;
}

#web{
	display: inline-block;
	padding: 7px;
	padding-right: 145px;
	background: url(../img/web.png) no-repeat right;
	color: #fff;
	font-size: 12px;
}

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

#titulo{
  padding-top: 30px;
  padding-bottom: 35px;
  background-size: cover;
	text-align: right;
}

#titulo h1{
  font-size: 34px;
  color: #fff;
  text-shadow: 2px 2px 1px #000;
	text-transform: uppercase;
	border-bottom: solid 2px #fff;
	padding-bottom: 10px;
	display: inline-block;
	font-family:"Newtown Bold";
	margin-top: 70px;
}

.bg-1{
  background: url(../img/bg-t1.jpg) no-repeat center top;
}

#line-t {
  background: url(../img/line2.png);
  width: 100%;
  height: 12px;
  float: left;
  position: absolute;
  bottom: -6px;
  left: 0px;
}

#empresa{
	background: url(../img/bg1.jpg) no-repeat top;
	padding: 40px 15px;
	background-size: cover;
}

#empresa h1{
	color: #26549f;
	font-size: 34px;
	font-family:"Newtown";
}

#empresa h1 span{
	color: #ff7b01;
	border-bottom: solid #ff7b01 6px;
	font-family:"Newtown";
	font-size:44px;
}

#empresa p{
	text-align: justify;
	margin-top: 20px;
	color: #000;
	line-height: 22px;
	font-size:20px;
}

#mision{
	background: url(../img/bg3.jpg) no-repeat top left;
	background-size: 100% 100%;
	padding: 40px 15px;
}

#mision h1{
	font-size: 42px;
	color: #02549b;
	margin-top: 100px;
	font-family:"Newtown";
}

#mision h2{
	font-size: 42px;
	color:#F77C0D;
	font-family:"Newtown";
	margin-top: 100px;
}

#mision p{
	color: #000;
	line-height: 22px;
	text-align: justify;
	margin-top: 20px;
	font-size:20px;
}

.mision-img{
	margin-top: 80px;
}

.bg-2{
  background: url(../img/bg-t2.jpg) no-repeat center top;
}

#representaciones p{
	font-size: 20px;
	line-height: 27px;
	color: #000;
	margin-top: 30px;
	text-align: justify;
}

.representaciones {
	padding: 60px 15px;
	padding-left: 10%;
}

.representaciones2 {
	padding: 30px 15px;
	padding-right: 10%;
}

.bg-3{
  background: url(../img/bg-t3.jpg) no-repeat center top;
}

#productos{
	background: url(../img/bg4.jpg) no-repeat top left;
	background-size: 100% 100%;
	padding: 40px 15px;
}

.producto{
	float: left;
	position: relative;
	width: 100%;
	margin-top: 30px;
	border: 1px solid #014FA1;

}

.cont-pro{
	font-family:"Decker Bold";
	float: left;
	position: relative;
	width: 100%;
	background: #014fa1;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 0;
	min-height:321px;
}

.cont-pro ul{
	text-align: left;
	list-style: disc;
	list-style-position: inside;
	color:#faad03;
	min-height: 130px;
}

.cont-pro li{
	margin-top: 3px;
	font-size:22px;
}

.cont-pro span{
	color: #FFF;
	line-height:25px;
}

.cont-pro a{
	display: inline-block;
	padding: 11px 20px;
	background: #00a8d9;
	color: #fff;
	margin-top:68px;
	font-family:"Decker Bold";
	font-size: 20px;
	text-decoration: none !important;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.cont-pro a:hover{
	background: #F77C0D;
}

#titulo-pro{
	text-align: center;
	padding: 30px 15px;
}

.interna{
	background: url(../img/bg4.jpg);
	background-repeat: no-repeat;
	background-size:contain;
}

.interna2{
	background: url(../img/representaciones.jpg);
	background-size:contain;
	background-repeat: no-repeat;
}

.interna3{
	background: url(../img/kcc.jpg);
	background-size:contain;
	background-repeat: no-repeat;
}

#volver{
	position:relative;
	right: 0px;
	background: #56a6d7;
	color: #fff;
	padding: 8px 19px;
	font-family:"Decker Bold";
	font-size:20px;
	float: right;
}

#volver:hover{
	text-decoration: none;
	background: #25519d;
}

.pro-azul{
	text-align: left;
	padding: 20px;
	padding-left: 30px;
	padding-right: 10%;
}

.pro-azul h1{
	color: #25519d;
	font-size: 29px;
	font-family:"Newtown";
}

.pro-azul h1 span{
	font-size: 50px;
}

.pro-azul .line{
	background:#25519d;
	width: 30%;
	height: 4px;
}

.pro-azul p{
	font-size: 20px;
	margin-top: 15px;
	text-align: justify;
	color: #000;
}

.pro-azul h2{
	color:  #25519d;
	background: url(../img/li2.jpg) no-repeat left;
	padding-left: 20px;
	font-size: 27px;
	margin-top: 15px;
	font-family:"Newtown";
}

.pro-azul .ul1 li{
	margin-top: 15px;
	font-size: 14px;
}

.pro-azul .ul1 li a{
	float: right;
	position: relative;
	background: url(../img/pdf-azul.png);
	width: 119px;
	height: 22px;
}

.pro-azul .pdf{
	float: right;
	position: relative;
	background: url(../img/pdf-azul.png);
	width: 119px;
	height: 22px;
}

.pro-azul h3{
	text-transform: uppercase;
	color:  #25519d;
	font-size: 26px;
	margin-top: 13px;
	font-family:"Newtown";
}

.pro-azul .ul2 li{
	margin-top: 10px;
	background: url(../img/li2.jpg) no-repeat left;
	padding-left: 20px;
	font-size:20px;
}

#interna img{
	margin-top: 30px;
}

.pro-naranja{
	text-align: left;
	padding: 20px;
	padding-left:18%;
}

.pro-naranja h1{
	color: #ee7701;
	font-size: 29px;
	font-family:"Newtown";
}

.pro-naranja h1 span{
	font-size: 50px;
}

.pro-naranja .line{
	background:#ee7701;
	width: 20%;
	height: 4px;
}

.pro-naranja p{
	font-size:18px;
	margin-top: 15px;
	text-align: justify;
	color: #000;
}

.pro-naranja h2{
	color: #ee7701;
	background: url(../img/li.jpg) no-repeat left;
	padding-left: 20px;
	font-size:30px;
	margin-top: 15px;
	font-family:"Newtown";
}

.pro-naranja .ul1 li{
	margin-top: 12px;
	font-size:15px;
}

.pro-naranja .ul1 li a{
	float: right;
	position: relative;
	background: url(../img/pdf-naranja.jpg);
	width: 129px;
	height: 23px;
}

.pro-naranja h3{
	text-transform: uppercase;
	color:  #ee7701;
	font-size: 26px;
	margin-top: 15px;
	font-family:"Newtown";
}

.pro-naranja .ul2 li{
	margin-top: 10px;
	background: url(../img/li.jpg) no-repeat left;
	padding-left: 20px;
	font-size:20px;
}

.bg-4{
  background: url(../img/bg-t4.jpg) no-repeat center top;
}

#contacto{
	background: url(../img/bg1.jpg) no-repeat top;
	padding: 40px 15px;
	background-size: cover;
}

#contacto h1{
	border: solid 3px #F77C0D;
	padding: 21px;
	box-shadow: 2px 2px 2px #726f6f;
	background: #fff;
	float: left;
	position: relative;
	font-family:"Decker Bold";
	font-size:20px;
	margin-top: 70px;
	margin-left: 40px;
}

#contacto p{
	text-align: justify;
	margin-top: 20px;
	line-height: 23px;
	font-size:20px;
}

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

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

#formulario textarea{
	width:100%;
   background-color:#012586;
	color:#fff;
	border:none;
	font-family:"Decker";
	font-size:14px;
	padding:10px;
	margin-top: 5px;
    height: 131px;
}
#enviar{
	width:112px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:24px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:20px !important;
	padding:10px 0px !important;
	background: #082983 !important;
	margin-right: 15px;
  border: none !important;
	font-family:"Decker Bold" !important;
}

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

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

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

#mapa-bg {
	padding-bottom: 50px;
	background: url(../img/bg3.jpg) no-repeat top left;
	background-size: cover;
}

#map{
	height:627px;
	border: solid 3px #FF7A00;
	margin: 30px 0px;
}

#ampliar{
	background-color: #082983;
	text-shadow: 1px 1px 1px #000;
  color: #FFF;
  text-align: center;
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
  text-decoration: none !important;
	bottom:-20px;
	right:45%;
	font-size:18px;
	}

#ampliar:hover{
	background: #FF7A00;
	}


#float_whatsapp {
  background-image: url(../img/whatsapp.svg);
  background-repeat: no-repeat;
	animation: pulse 2s infinite;
	border-radius: 50%;
	width: 58px;
	height: 58px;
	position: fixed;
	right: 15px;
	z-index: 99999;
	bottom: 49%;
}

@media (max-width: 800px){

	header {
    position: relative;
		top: 0;
		height: auto;
	}

	.pin {
    font-size: 11px;
		float: left;
	}

	.telefono {
    font-size: 11px;
		float: left;
		margin-left: 14px;
		margin-right: 0;
	}

  #menu {
    margin-top: 5px;
		padding-bottom: 0;
  }

	.menu {
    flex-direction: column;
	}

	.navbar-header {
	    float: none;
	}

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

	.navbar-toggle {
	    display: block;
			background: #fe7c00 !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;
			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%;
	}

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

	#titulo h1{
		font-size: 33px;
	}

	#productos-home p{
		padding-right: 0px;
	}

	#empresa-home h1{
		font-size: 27px;
		text-align: center;
	}

	.pro-naranja h1{
		font-size: 21px;
	}

	.cont-pro li{
		font-size: 19px;
	}

	.pro-naranja h2{
		font-size: 21px;
	}

	.pro-naranja .ul1 li{
		font-size: 17px;
	}

	.pro-naranja p{
		font-size: 17px;
		line-height: 19px;
	}

	.pro-naranja .ul2 li{
		font-size: 17px;
	}

	.pro-naranja h3{
		font-size: 21px;
	}

	.pro-azul h1{
		font-size: 21px;
	}

	.pro-azul h1 span{
		font-size: 35px;
	}

	.pro-azul p{
		font-size: 17px;
		line-height: 19px;
	}

	.pro-azul h3{
		font-size: 21px;
	}

	.pro-azul h2{
		font-size: 21px;
	}

	.pro-azul .ul2 li{
		font-size: 17px;
		line-height: 20px;
	}

	.pro-naranja{
		padding-left: 2%;
	}

	.pro-naranja h1 span{
		font-size: 38px;
	}

	#empresa p{
		font-size: 18px;
	}

	#mision p{
		font-size: 18px;
	}

	#mision h1{
		font-size: 34px;
		margin-top: 45px;
	}

	#mision h2{
		font-size: 34px;
		margin-top: 45px;
	}

	#empresa h1 span{
		font-size: 39px;
	}

	#empresa-home p{
		text-align: center;
		padding-right: 7px;
	}

	#empresa-home a{
		width: 100%;
		text-align: center;
		margin-bottom: 23px;
	}

	.representaciones{
		padding-left: 3%;
	}

	.representaciones2{
		padding-right: 3%;
	}

	#representaciones p{
		font-size: 16px;
		line-height: 23px;
	}

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

	#prev {
    margin-left: 15px;
	}

	.producto-home {
    margin-top: 20px;
	}

	.title {
    font-size: 21px;
    text-align: center;
	}

	.pro-naranja .ul1 li a {
    background: url(../img/pdf-naranja.jpg) no-repeat;
    width: 90px;
    background-size: contain;
	}

	.pro-azul .ul1 li a {
    background: url(../img/pdf-azul.png) no-repeat;
    width: 90px;
    background-size: contain;
	}

	#contacto h1 {
    margin-top: 10px;
    margin-left: 0;
    max-width: 100%;
    font-size: 16px;
	}

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

	.cbp-so-side{
		width:100%;
	}
}


@media (max-width: 900px) and (min-width:800px){
	
	#navbar a{
		padding:17px 6px;
		font-size:11px;
	}

	.menu{
		margin-top: 0px;
	}
	
	#productos-home p{
		line-height:19px;
	}
	
	#productos-home{
		background-image:none;
	}
	
	.producto-home .nombre span{
		font-size:20px;
	}
	
	.producto-home .nombre{
		font-size:14px;
	}
	
	.title{
		font-size:26px;
	}
	
	.flecha{
		border-top: 46px solid transparent;
		border-right:59px solid #f77c0d;
		left:-59px;
	}
	
	#empresa-home{
		background-image:none;
	}
	
	#empresa-home h1{
		margin-top:43px;
	}
	
	#empresa-home a{
		margin-bottom:45px;
	}
	
	#empresa p{
		margin-bottom:23px;
		font-size:17px;
	}
	
	#mision h2{
		margin-top:30px;
	}
	
	#mision p{
		font-size:17px;
		line-height:20px;
	}
	
	.datos span{
		font-size:15px;
	}
	
	#titulo h1{
		font-size:24px;
	}
	
	#empresa h1 span{
		font-size:39px;
	}
	
	.interna2{
		background-image:none;
	}
	
	.cbp-so-side{
		width:100%;
	}
	
	.representaciones{
		padding-left:3%;
	}
	
	.representaciones2{
		padding-right:3%;
	}
	
	.cont-pro span{
		line-height:19px;
	}
	
	.cont-pro li{
		font-size:12px;
	}
	
	.cont-pro{
		min-height:278px;
	}
	
	.cont-pro a{
		font-size:19px;
	}
	
	.pro-naranja{
		padding-left:2%;
	}
	
	.pro-naranja h1{
		font-size:29px;
	}
	
	.pro-naranja h2{
		font-size:25px;
	}
	
	.pro-naranja h3{
		font-size:23px;
	}
	
	.interna{
		background-image:none;
	}
	
	.pro-azul h1{
		font-size:28px;
	}
	
	.pro-azul h2{
		font-size:23px;
	}
	
	.pro-azul h3{
		font-size:26px;
	}
	
	.pro-azul .ul1 li{
		font-size:14px;
	}
	
	.pro-azul .ul2 li{
		font-size:17px;
	}
	
	#contacto p{
		font-size:17px;
	}
	
	#contacto h1{
		font-size:16px;
		margin-left:0px;
	}
		
}

@media (max-width:1000px) and (min-width:900px){
	
	#navbar a{
		padding:17px 6px;
		font-size:12px;
	}

	.menu{
		margin-top: 0px;
	}
	
	#productos-home{
		background-image:none;
	}
	
	.producto-home .nombre span{
		font-size:19px;
	}
	
	.producto-home .nombre{
		font-size:16px;
	}
	
	#empresa-home{
		background-image:none;
	}
	
	#empresa-home a{
		margin-bottom:55px;
	}
	
	#productos-home p{
		font-size:18px;
	}
	
	#empresa p{
		margin-bottom:26px;
		font-size:17px;
	}
	
	#mision h2{
		font-size:42px;
		margin-top:28px;
	}
	
	#mision p{
		font-size:16px;
	}
	
	.cbp-so-side{
		width:100%;
	}
	
	.interna2{
		background-image:none;
	}
	
	.representaciones{
		padding-left:2%;
	}
	
	.representaciones2{
		padding-right:2%;
	}
	
	.cont-pro li{
		font-size:14px;
	}
	
	#contacto h1{
		margin-left:14px;
		margin-top:45px;
		font-size:18px;
	}
	
	.pro-naranja h1{
		font-size:28px;
	}
	
	.pro-naranja h2{
		font-size:25px;
	}
	
	.pro-naranja h3{
		font-size:26px;
	}
	
	.pro-naranja p{
		font-size:17px;
	}
	
	.pro-naranja .ul1 li{
		font-size:18px;
	}
	
	.pro-naranja .ul2 li{
		font-size:18px;
	}
	
	.interna{
		background:none;
	}
	
	.pro-naranja{
		padding-left:2%;
	}
	
	.pro-azul h1{
		font-size:31px;
	}
	
	.pro-azul .ul1 li{
		font-size:16px;
	}
	
	.pro-azul h3{
		font-size:25px;
	}
	
	.pro-azul .ul2 li{
		font-size:18px;
	}
	
	.pro-azul p{
		font-size:17px;
	}
	
	#contacto p{
		font-size:17px;
	}
	
	#productos-home h1{
		font-size:31px;
	}
	
}

@media (max-width:1100px) and (min-width:1000px){
	
	#navbar a{
		padding:17px 6px;
		font-size:14px;
	}

	.menu{
		margin-top: 7px;
	}
	
	#productos-home{
		background:none;
	}
	
	.producto-home .nombre span{
		font-size:21px;
	}
	
	.producto-home .nombre{
		font-size:18px;
	}
	
	#productos-home p{
		font-size:19px;
	}
	
	#empresa-home h1{
		margin-top:23px;
		font-size:29px;
	}
	
	#empresa-home p{
		font-size:16px;
		line-height:23px;
	}
	
	#empresa h1 span{
		font-size:38px;
	}
	
	#empresa p{
		font-size:17px;
	}
	
	#mision h2{
		margin-top:35px;
	}
	
	#mision p{
		font-size:17px;
		line-height:21px;
	}
	
	.cbp-so-side{
		width:100%;
	}
	
	.representaciones{
		padding-left:3%;
	}
	
	.cont-pro li{
		font-size:15px;
	}
	
	.pro-naranja{
		padding-left:1%;
	}
	
	.pro-azul .ul1 li{
		font-size:16px;
	}
	
	.pro-naranja h1{
		font-size:32px;
	}
	
	.pro-azul h1{
		font-size:32px;
	}
	
	#contacto h1{
		margin-top:33px;
	}

}

@media (max-width:1200px) and (min-width:1100px){
	
	#navbar a{
		padding:17px 6px;
		font-size:14px;
	}

	.menu{
		margin-top: 9px;
	}
	
	.producto-home .nombre{
		font-size:21px;
	}
	
	#empresa-home h1{
		margin-top:24px;
		font-size:33px;
	}
	
	#empresa-home p{
		font-size:15px;
		line-height:23px;
	}
	
	#empresa p{
		font-size:16px;
	}
	
	#mision h2{
		margin-top:52px;
	}
	
	.representaciones{
		padding:24px 15px;
		padding-left:2%;
	}
	
	#representaciones p{
		font-size:18px;
		line-height:23px;
	}
	
	.cont-pro li{
		font-size:16px;
	}
	
	.pro-naranja h1{
		font-size:30px;
	}
	
	.pro-naranja p{
		font-size:17px;
	}
	
	.pro-naranja h2{
		font-size:25px;
	}
	
	.pro-naranja .ul2 li{
		font-size:17px;
	}
	
	.pro-naranja h3{
		font-size:27px;
	}
	
	.pro-azul h1{
		font-size:31px;
	}
	
	.pro-azul p{
		font-size:17px;
	}
	
	.pro-azul h2{
		font-size:21px;
	}
	
	.pro-azul h3{
		font-size:24px;
	}
	
	.pro-azul .ul1 li{
		font-size:14px;
	}
	
	.pro-azul .ul2 li{
		font-size:17px;
	}
	
	.cbp-so-side{
		width:91%;
	}
	
	#productos-home{
		background:none;
	}
}


@media (max-width:1400px) and (min-width:1200px){
	
	#navbar a{
		padding:17px 4px;
		font-size:10px;
	}

	.menu{
		margin-top: 11px;
	}
	
	#empresa-home p{
		font-size:16px;
		line-height:24px;
	}
	
	
	.producto-home .nombre{
		font-size:15px;
	}
	
	.producto-home .nombre span{
		font-size:21px;
	}
	
	#productos-home p{
		line-height:21px;
		font-size:16px;
	}
	
	#empresa p{
		font-size:13px;
		line-height:19px;
	}
	
	#empresa h1 span{
		font-size:36px;
	}
	
	#mision p{
		font-size:15px;
		line-height:19px;
	}
	
	#mision h2{
		margin-top:52px;
	}
	
	#representaciones p{
		font-size:16px;
		line-height:22px;
	}
	
	.cont-pro li{
		margin-top: 0px;
		font-size:12px;
	}
	
	.pro-naranja p{
		font-size:16px;
	}
	
	.pro-naranja h2{
		font-size:25px;
	}
	
	.pro-naranja h3{
		font-size:24px;
	}
	
	.pro-naranja .ul1 li{
		font-size:16px;
	}
	
	.pro-naranja .ul2 li{
		font-size:16px;
	}
	
	.pro-azul p{
		font-size:16px;
	}
	
	.pro-azul .ul2 li{
		font-size:16px;
	}
	
	.pro-azul h2{
		font-size:20px;
	}
	
	.pro-azul h3{
		font-size:24px;
	}
	
	.pro-azul h1{
		font-size:32px;
	}
	
	.pro-naranja h1{
		font-size:32px;
	}
	
	#contacto h1{
		font-size:16px;
		padding:16px;
		margin-top:25px;
	}
	
	#map{
		height:504px;
	}
	#empresa-home h1{
		margin-top:28px;
	}
}


@media (max-width:1500px) and (min-width:1400px){
	
	#navbar a{
		padding:17px 4px;
		font-size:12px;
	}

	.menu{
		margin-top: 13px;
	}
	
	.producto-home .nombre{
		font-size:18px;
	}
	
	.producto-home .nombre span{
		font-size:21px;
	}
	
	#empresa-home h1{
		margin-top:32px;
	}
	
	#productos-home p{
		font-size:18px;
		line-height:25px;
	}
	
	#empresa h1 span{
		font-size:37px;
	}
	
	#empresa p{
		font-size:17px;
	}
	
	#mision h2{
		margin-top:37px;
	}
	
	#mision p{
		font-size:17px;
	}
	
	#representaciones p{
		font-size:19px;
		line-height:24px;
	}
	
	.cont-pro li{
		font-size:15px;
	}
	
	.pro-naranja h1{
		font-size:31px;
	}
	
	.pro-naranja p{
		font-size:18px;
	}
	
	.pro-naranja .ul1 li{
		font-size:18px;
	}
	
	.pro-naranja .ul2 li{
		font-size:18px;
	}
	
	.pro-naranja h2{
		font-size:26px;
	}
	
	.pro-naranja h3{
		font-size:25px;
	}
	
	.pro-azul h1{
		font-size:31px;
	}
	
	.pro-azul p{
		font-size:18px;
	}
	
	.pro-azul h2{
		font-size:25px;
	}
	
	.pro-azul .ul2 li{
		font-size:18px;
	}
	
	#contacto h1{
		margin-top:35px;
		margin-left:25px;
	}
}

@media (max-width:1600px) and (min-width:1500px){
	
	#navbar a{
		padding:17px 4px;
		font-size:12px;
	}
	
	.producto-home .nombre{
		font-size:20px;
	}
	
	#productos-home p{
		font-size:19px;
	}
	
	#empresa-home h1{
		margin-top:33px;
	}
	
	#empresa h1 span{
		font-size:39px;
	}
	
	#empresa p{
		font-size:17px;
	}
	
	#mision h2{
		margin-top:26px;
	}
	
	#mision p{
		font-size:16px;
	}
	
	#representaciones p{
		font-size:18px;
	}
	
	.cont-pro li{
		font-size:16px;
	}
}

@media (max-width:1700px) and (min-width:1600px){
	
	#navbar a{
		padding:17px 4px;
		font-size:14px;
	}
	
	.producto-home .nombre{
		font-size:21px;
	}
	
	#empresa-home h1{
		margin-top:25px;
	}
	
	#empresa p{
		font-size:18px;
	}
	
	#empresa h1 span{
		font-size:40px;
	}
	
	#mision h2{
		margin-top:34px;
	}
	
	#mision p{
		font-size:18px;
	}
	
	.cont-pro li{
		font-size:17px;
	}
	
	#contacto h1{
		margin-top:36px;
	}

}

@media (max-width:1900px) and (min-width:1700px){
	
	#navbar a{
		padding:17px 4px;
		font-size:15px;
	}
	
	#empresa p{
		font-size:18px;
	}
	
	.cont-pro li{
		font-size:18px;
	}
	
	.pro-naranja p{
		font-size:18px;
	}
	
	.pro-naranja .ul2 li{
		font-size:18px;
	}
	
	.pro-naranja h3{
		font-size:26px;
	}
	
	.pro-naranja h2{
		font-size:24px;
	}
	
	.pro-azul h1{
		font-size:32px;
	}
	
	.pro-azul h2{
		font-size:24px;
	}
	
	.pro-azul p{
		font-size:18px;
	}
	
	.pro-azul .ul2 li{
		font-size:18px;
	}
}
