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

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

#contenedor{
	width:100%;
	overflow:hidden;
	font-family:"Montserrat-Regular";
	position:relative;
  color: #000;
  font-size: 14px;
}

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

.clear{
	clear:both;
}

#head-redes{
	background: #d60000;
	padding: 5px;
}

#head-redes h1{
	color: #fff;
}

.fb{
	display: inline-block;
	background: url(../img/redes.png) no-repeat left;
	width: 27px;
	height: 30px;
}

.ins{
	display: inline-block;
	background: url(../img/redes.png) no-repeat right;
	width: 27px;
	height: 30px;
	margin-left: -5px;
}

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

.menu {
  text-align: center;
}

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

#navbar a{
  color: #38383a;
	display:inline-block;
	padding: 5px;
	font-family:"Montserrat-Bold";
	font-size: 17px;
}

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

#navbar .selec{
	color: #d60000;
}

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

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

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

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

#home-empresa{
	background: url(../img/home/bg1.jpg) center;
	background-size: cover;
	padding-top:68px;
}

#home-empresa h1{
	color: #d60000;
	font-family:"Montserrat-Bold";
	font-size: 30px;
	margin-top: 52px;
}

#home-empresa p{
	font-size: 18px;
	margin-top: 20px;
	line-height: 24px;
	color: #000;
}

.disi{
	margin-top: 10px;
	max-width: 70px;
}

/*
#productos-empresa{
	background: url(../img/home/bg2.jpg) center;
	background-size: cover;
	padding-top: 100px;
}*/

.caption-pro{
	position: absolute;
	background: #d60000e8;
	z-index: 999;
	margin-top: -307px;
	left: 10%;
	color: #fff;
	padding: 27px 24px;
	text-align: center;
}

.caption-pro h2{
	font-family:"Montserrat-Bold";
	font-size: 19px;
	border-bottom: solid 1px #fff;
	padding-bottom:10px;
}

.caption-pro p{
	margin-top: 15px;
	font-size: 14px;
	line-height:17px;
}

.caption-pro a{
	display: inline-block;
	padding: 6px 19px;
	background: #38383a;
	color: #fff;
	top: 20px;
	font-family:"Montserrat-Bold";
	font-size: 14px;
	margin-top: 13px;
}

.caption-pro a:hover{
	background: #fff;
	color: #38383a;
}

.img-pro-home{
	position: absolute;
	z-index: 999;
	bottom: 25%;
	left: 10%;
}

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

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

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

#marcas{
	padding: 70px 15px;
	background: #fff;
}

#marcas h1{
	text-align: center;
	color: #000;
	font-family:"Montserrat-Bold";
	font-size: 32px;
}

#carousel-marcas{
	margin-top: 30px;
}

#carousel-marcas img{
	margin-top: 15px;
}

#frase{
	background: url(../img/frase.jpg) no-repeat top left;
	padding: 108px 15px;
}

#frase h2{
	font-size: 43px;
	margin-left: 28%;
	line-height: 56px;
	text-shadow: 2px 2px 2px #393939;
}

#frase h2 strong{
	font-size: 48px;
	line-height: 62px;
}

#map{
	height:350px;
}

#ampliar{
	background: #38383a;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: absolute;
  text-decoration: none !important;
	bottom:50px;
	right:15%;
	font-size: 20px;
	padding: 10px 20px;
}

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

footer{
	background: #38383a;
	padding: 30px 15px;
	color: #fff;
}

footer h1{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-family:"Montserrat-Bold";
}

footer p{
	margin-top: 15px;
	line-height: 27px;
	margin-bottom: 15px;
	font-size: 16px;
}

footer p span{
	color:#56b74c;
	font-size: 15px;
}

#web{
	background: #d60000;
	padding: 5px;
}

#web a{
	background: url(../img/web.png) no-repeat right;
	padding: 10px;
	padding-right: 142px;
	display: inline-block;
	color: #fff;
	text-decoration: none !important;
	margin-left: 10%;
	font-size: 12px;
}

#titulo{
  padding-top: 150px;
  padding-bottom: 80px;
}

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

#titulo .titulo{
	position: absolute;
	bottom: 20%;
	z-index: 1;
	width: 80%;
	left: 10%;
}

#titulo h1{
	text-align: center;
	color: #fff;
	font-family:"Montserrat-Bold";
	font-size:45px;
	text-shadow: 4px 4px 10px #000;
}

#historia{
	padding: 55px 15px;
}

#historia h1{
	color:#d60000;
	font-size: 32px;
	float: left;
	padding: 5px;
	margin-bottom: 24px;
	font-family:"Montserrat-Bold";
	background: url(../img/line.png) center bottom -4px;
	background-repeat: repeat-x;
}

#historia p{
	text-align: justify;
	margin-top: 20px;
	font-size: 18px;
  line-height: 24px;
}

#historia .img{
	margin-right: 20px;
	margin-bottom: 20px;
}

#mision{
	padding: 64px 15px;
	background: url(../img/home/bg2.jpg) no-repeat center;
	background-size: cover;
}

#mision h1{
	color:#fff;
	font-size: 31px;
	float: left;
	padding: 5px;
	font-family:"Montserrat-Bold";
	background: url(../img/line2.png) center bottom -4px;
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

#mision p{
	color:#fff;
	line-height: 18px;
	text-align: justify;
	margin-top: 20px;
	float: left;
	width: 100%;
}

#responsabilidad{
	padding: 103px 15px;
	background: url(../img/empresa/bg.jpg) no-repeat center;
	background-size: cover;
}

.responsabilidad {
  background: url(../img/empresa/logo.png) no-repeat 25px 25px #fffffff0;
  background-size: auto;
  background-size: 6%;
  float: left;
  position: relative;
  width: 100%;
  padding: 29px;
  text-align: center;
}

.responsabilidad h1{
	color:#d60000;
	font-size: 32px;
	display: inline-block;
	padding: 5px;
	margin-top: 20px;
	font-family:"Montserrat-Bold";
	background: url(../img/line.png) center bottom -4px;
	background-repeat: repeat-x;
}

.responsabilidad p{
	text-align:left;
	margin-top: 30px;
	line-height:20px;
}

#procesos{
	padding: 50px 15px;
}

#procesos h1{
	color:#d60000;
	padding-bottom: 5px;
	font-size: 32px;
	display: inline-block;
	padding: 5px;
	margin-top: 20px;
	font-family:"Montserrat-Bold";
	background: url(../img/line.png) center bottom -4px;
	background-repeat: repeat-x;
}

#procesos p{
	color:#000;
	line-height: 28px;
	text-align: justify;
	margin-top: 20px;
	float: left;
	width: 100%;
}


#carousel-procesos .carousel-indicators{
	bottom: -20px;
}

#carousel-procesos .carousel-indicators li{
	width: 14px;
	height: 14px;
  background: #fff;
  border-color: #000;
	border-width: 2px;
}

#carousel-procesos .carousel-indicators .active{
  background: #fa1f01;
  border-color: #fa1f01;
}

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

.marca-int{
	margin-top: 20px;
}

#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%;
}

#pinBoot img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.white-panel {
  position: absolute;
  background: white;
}

.white-panel h4 {
	/*opacity: 0;*/
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 36px;
	width: 100%;
	background-image: url(../img/productos/ico.png);
	background-repeat: no-repeat;
	background-position:-6px 13px;
	padding: 20px;
	padding-left: 85px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.white-panel:hover h4{
	opacity: 1;
}

.white-panel h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 23px;
	font-weight: normal;
	width: 100%;
	background-image: url(../img/productos/ico2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 14px;
	padding-left: 71px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	background-color: rgba(0, 0, 0, 0.86);
}

.white-panel:hover h3{
	background-color: #ff472fe8;
}

.azul{
	background-color: #0072cbc7;
}

.verde{
	background-color: #298c1ede;
}

.rojo{
	background-color: #fe200be0;
}

.amarillo{
	background-color:#ddde03e6;
}

.verde2{
	background-color: #1e714ae6;
}

.rosa{
	background-color: #ff8496de;
}

.cafe{
	background-color: #964f23de;
}

.naranja{
	background-color:#ff6b00e0;
}

.morado{
	background-color: #a11791cc;
}

.white-panel:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#marca{
	padding: 30px 15px;
}

#interna{
	padding-top: 40px;
	padding-bottom: 15px;
	background: url(../img/bg-marca.jpg) no-repeat;
	background-size: cover;
}

#interna h2{
	float: left;
	position: relative;
	width: 100%;
	padding: 5px;
	font-size: 26px;
	border: solid 1px #000;
	color: #fff;
	font-family:"Montserrat-Bold";
	margin-top: 12px;
}

#interna p{
	margin-top: 20px;
	float: left;
	width: 100%;
	text-align: justify;
	line-height: 19px;
}

#interna .texto{
	padding: 28px;
	float: left;
	position: relative;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	padding-bottom: 75px;
}

.pdf{
	float: right;
	position: relative;
	margin-top: 20px;
}

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

#volver a{
	display: inline-block;
	padding: 10px 20px;
	background: #d60000;
	color: #fff;
	font-size:20px;
}

#prev{
	background: url(../img/arrows.png) no-repeat left;
	opacity: 1;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
}

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

#next{
	background: url(../img/arrows.png) no-repeat right;
	opacity: 1;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
}

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

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

#servicios{
	padding: 35px 15px;
}

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

#contacto{
	padding: 40px 15px;
}

#contacto p{
	line-height: 23px;
	color: #000;
	text-align: justify;
}

#formulario{
	margin-top: 30px;
}

#formulario h3{
	color: #000 !important;
	text-transform: uppercase;
	margin-top: 5px;
	font-family:"Montserrat-Bold";
}

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

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

#formulario input{
	width:100%;
	background-color:#38383a;
	color:#FFF;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	padding:10px;
	margin-top: 5px;
}

#formulario select{
	width:100%;
	background-color:#38383a;
	color:#FFF;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	padding:5px;
	margin-top: 5px;
	border-radius: 0;
}

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

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

.btn a{
	display: inline-block;
	padding: 5px 10px;
	background: #d60000;
	color: #fff;
	font-size:16px;
}

.btn a:hover{
	background: #383838;
	color: #fff;
	text-decoration: none;
}

#enviar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:21px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:20px !important;
	padding:6px 0px !important;
	background: #d60000 !important;
	margin-right: 15px;
   border:none !important;
}

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

#borrar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:21px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:20px!important;
	padding:6px 0px !important;
	background: #d60000 !important;
    border:none !important;
}

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

.line{
	width: auto;
	border-top: 1px solid #f00;
	border-bottom:1px solid #000;
	height: 5px;
	position: relative;
	float: left;
}

#back-top {
    background-image: url(../img/whatsapp.png);
    width: 62px;
    height: 63px;
    position: fixed;
    right: 22px;
    z-index: 900;
    bottom: 440px;
}



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

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

	#barra-menu {
    margin-top: 0px;
	}
  
  #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;
	}

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

	.redes{
		text-align: center;
	}

	.logo img {
	    max-height: auto;
	}

	#menu {
	  margin-top: 0;
	}

	.caption-pro {
	    margin-top: 0px;
	}

	.img-pro-home {
	    margin-top: 15px;
	    margin-bottom: 20px;
	}

	#frase h2 {
	  font-size: 25px;
	  margin-left: 0;
	  line-height: 30px;
	}

	#frase h2 strong {
	    font-size: 30px;
	    line-height: 28px;
	}

	#home-empresa p {
  		font-size: 14px;
  		margin-top: 6px;
  		line-height: 21px;
	}

	#interna h2 {
  		font-size: 20px;
 	}

	footer p span{
		font-size: 18px;
	}

	#mision h1 {
	  margin-top: 20px;
	}

	.responsabilidad h1 {
	    font-size: 26px;
	    margin-top: 65px;
	}

	.responsabilidad {
	  background-size: 19%;
	}

	#procesos ul {
	  margin-bottom: 20px;
	}

	.white-panel h4 {
	    font-size: 18px;
	}
	
	#prev {
	    right: 50%;
	}

	.cbp-so-section p {
	    margin-top: 184px;
	    font-size: 23px;
	    line-height: 30px;
	}

	.cbp-so-section h2 {
	    font-size: 178px;
	}

	.cbp-so-section h1{
		font-size: 23px;
		line-height: 30px;
		margin-top: 184px;
	}
	.btn a{
		font-size: 13px;
	}

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

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

  .responsabilidad p{
		line-height: 22px;
	}

	#titulo .titulo{
		bottom: 33%;
	}

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

	#interna p{
		line-height: 19px;
	}

	#volver a{
		font-size: 19px;
	}
}


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


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

	#home-empresa h1{
		margin-top: -46px;
	}

	#home-empresa p {
  		font-size: 16px;
  		margin-top: 12px;
  		line-height: 19px;
	}

	.caption-pro{
		padding: 33px 21px;
		margin-top: -274px;
	}

	.caption-pro h2{
		font-size: 22px;
	}

	.caption-pro p{
		font-size: 18px;
	}

	#frase h2{
		font-size: 36px;
		line-height:53px;
	}

	#frase h2 strong{
		font-size: 39px;
		line-height: 54px;
	}

	#historia p{
		font-size: 16px;
		line-height: 21px;
	}

	.responsabilidad p{
		font-size: 16px;
		line-height: 24px;
	}

	#procesos h1{
		font-size: 36px;
	}

	#procesos ul{
		font-size: 15px;
	}

	footer p{
		font-size: 13px;
		margin-top: 11px;
		line-height: 21px;
		margin-bottom: 0px;
	}

	footer p span{
		font-size: 18px;
	}

	footer h1{
		font-size: 18px;
	}

	#interna h2 {
  		font-size: 20px;
  }

	.white-panel h4{
		font-size: 18px;
	}

	.cbp-so-section p{
		font-size: 23px;
		line-height:27px;
	}

	.cbp-so-section h1{
		font-size: 23px;
		line-height: 27px;
	}

	.white-panel h3{
		font-size: 14px;
	}
}

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


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

	#home-empresa h1{
		margin-top: -32px;
	}
	#home-empresa p {
  		font-size: 16px;
  		line-height: 22px;
  }

	.caption-pro h2{
		font-size: 26px;
	}

	.caption-pro{
		padding: 52px 21px;
	}

	#frase h2{
		font-size: 47px;
		line-height: 49px;
	}

	#frase h2 strong{
		font-size: 53px;
		line-height: 60px;
	}

	#historia p{
		font-size: 17px;
		line-height: 24px;
	}

	.responsabilidad p{
		font-size: 17px;
		line-height: 26px;
	}

	#procesos h1{
		font-size: 40px;
	}

	#procesos ul{
		font-size: 18px;
	}

	footer p span{
		font-size: 19px;
	}
	footer p{
		font-size: 13px;
		margin-top: 11px;
		line-height: 21px;
		margin-bottom: 0px;
	}

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

	.white-panel h4{
		font-size: 20px;
	}

	.cbp-so-section p{
		font-size: 29px;
		line-height: 33px;
	}

	.cbp-so-section h1{
		font-size: 29px;
		line-height: 33px;
	}

	.white-panel h3{
		font-size: 15px;
	}

}


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

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

	#home-empresa h1{
		margin-top: 0px;
	}

	.caption-pro h2{
		font-size: 26px;
	}

  #historia p{
		font-size: 17px;
		line-height: 24px;
	}

	.responsabilidad p{
		font-size: 17px;
		line-height: 26px;
	}

	#procesos h1{
		font-size: 40px;
	}

	#procesos ul{
		font-size: 18px;
	}

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

	.white-panel h4{
		font-size: 24px;
	}

	.cbp-so-section p{
		font-size: 29px;
		line-height: 33px;
	}

	.cbp-so-section h1{
		font-size: 29px;
		line-height: 33px;
	}

	#interna h2{
		font-size: 25px;
	}

	#interna p{
		font-size: 13px;
		line-height: 17px;
	}

	.white-panel h3{
		font-size: 15px;
	}

}


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


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

	#home-empresa h1{
		margin-top: 0px;
	}

	.caption-pro h2{
		font-size: 26px;
	}

	.caption-pro{
		padding: 52px 21px;
	}

	#frase h2{
		font-size: 57px;
		line-height: 59px;
	}

	#frase h2 strong{
		font-size: 56px;
		line-height: 60px;
	}

	#historia p{
		font-size: 17px;
		line-height: 24px;
	}

	.responsabilidad p{
		font-size: 17px;
		line-height: 26px;
	}

	#procesos h1{
		font-size: 40px;
	}

	#procesos ul{
		font-size: 18px;
	}

	footer p span{
		font-size: 22px;
	}
	footer p{
		font-size: 19px;
	}

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

	.white-panel h4{
		font-size: 23px;
	}

	.cbp-so-section p{
		font-size: 33px;
		line-height: 40px;
	}

	.cbp-so-section h1{
		font-size: 33px;
		line-height: 40px;
	}

	#interna h2{
		font-size: 25px;
	}

	#interna p{
		font-size: 14px;
		line-height: 18px;
	}

	.white-panel h3{
		font-size: 19px;
	}

}


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

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

	#home-empresa h1{
		margin-top: 0px;
	}

  .white-panel h4{
		font-size: 24px;
	}

	.cbp-so-section h2{
		margin-top: 76px;
	}

  #interna h2{
		font-size: 25px;
	}

}

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


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

	#home-empresa h1{
		margin-top: 0px;
	}

	.caption-pro h2{
		font-size: 26px;
	}

	.caption-pro{
		padding: 52px 21px;
	}

	#frase h2{
		font-size: 57px;
		line-height: 59px;
	}

	#frase h2 strong{
		font-size: 56px;
		line-height: 60px;
	}

	#historia p{
		font-size: 17px;
		line-height: 24px;
	}

	.responsabilidad p{
		font-size: 17px;
		line-height: 26px;
	}

	#procesos h1{
		font-size: 40px;
	}

	#procesos ul{
		font-size: 18px;
	}

	footer p span{
		font-size: 22px;
	}
	footer p{
		font-size: 19px;
	}

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

	.white-panel h4{
		font-size: 21px;
	}

	.cbp-so-section p{
		font-size:30px;
		line-height: 33px;
		margin-top: 73px;
	}

	.cbp-so-section h2{
		margin-top: 58px;
	}

	.cbp-so-section h1{
		font-size: 30px;
		line-height: 33px;
	}

	#interna h2{
		font-size: 25px;
	}

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

	.white-panel h3{
		font-size: 19px;
	}

}


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


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

	#home-empresa h1{
		margin-top: 0px;
	}

	.caption-pro h2{
		font-size: 26px;
	}

	.caption-pro{
		padding: 52px 21px;
	}

	#frase h2{
		font-size: 57px;
		line-height: 59px;
	}

	#frase h2 strong{
		font-size: 56px;
		line-height: 60px;
	}

	#historia p{
		font-size: 17px;
		line-height: 24px;
	}

	.responsabilidad p{
		font-size: 17px;
		line-height: 26px;
	}

	#procesos h1{
		font-size: 40px;
	}

	#procesos ul{
		font-size: 18px;
	}

	footer p span{
		font-size: 22px;
	}
	footer p{
		font-size: 19px;
	}

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

	.white-panel h4{
		font-size: 21px;
	}

	.cbp-so-section p{
		font-size:33px;
		line-height: 38px;
		margin-top: 76px;
	}

	.cbp-so-section h2{
		margin-top: 58px;
	}

	.cbp-so-section h1{
		font-size: 30px;
		line-height: 33px;
	}

	#interna h2{
		font-size: 25px;
	}

	#interna p{
		font-size: 16px;
		line-height: 21px;
	}

	.white-panel h3{
		font-size: 19px;
	}

}

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


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

	#home-empresa h1{
		margin-top: 0px;
	}

  .caption-pro{
		padding: 52px 21px;
	}

	#frase h2{
		font-size: 57px;
		line-height: 59px;
	}

	#frase h2 strong{
		font-size: 56px;
		line-height: 60px;
	}

	#procesos h1{
		font-size: 40px;
	}

	#procesos ul{
		font-size: 18px;
	}

  .white-panel h4{
		font-size: 22px;
	}

	.cbp-so-section p{
		margin-top: 80px;
	}

	.cbp-so-section h2{
		margin-top: 72px;
	}

	.cbp-so-section h1{
		margin-top: 109px;
	}

	#interna h2{
		font-size: 25px;
	}

	#interna p{
		font-size: 19px;
		line-height: 22px;
	}

	.white-panel h3{
		font-size: 21px;
	}

}

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

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

  #frase h2{
		font-size: 57px;
		line-height: 59px;
	}

	#frase h2 strong{
		font-size: 56px;
		line-height: 60px;
	}

	#procesos h1{
		font-size: 40px;
	}

	.white-panel h4{
		font-size: 24px;
	}

	.cbp-so-section p{
		margin-top: 80px;
	}

	.cbp-so-section h2{
		margin-top: 72px;
	}

	.cbp-so-section h1{
		margin-top: 109px;
	}

  .white-panel h3{
		font-size: 23px;
	}

}


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

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

  #procesos h1{
		font-size: 40px;
	}

	.white-panel h4{
		font-size: 26px;
	}

	.cbp-so-section p{
		margin-top: 80px;
	}

	.cbp-so-section h2{
		margin-top: 72px;
	}

	.cbp-so-section h1{
		margin-top: 109px;
	}

  .white-panel h3{
		font-size: 24px;
	}

}

@media (max-width: 1930px) and (min-width:1900px){
	
  #home-empresa h1{
		font-size: 41px;

	}
	.caption-pro p{
		font-size: 17px;
	}

	.caption-pro h2{
		font-size: 25px;
	}
	#marcas h1{
		font-size: 44px;
	}

	footer p span{
		font-size: 19px;
	}
	.cbp-so-section p{
		margin-top: 144px;
	}

	.cbp-so-section h1{
		margin-top: 168px;
	}

	.white-panel h3{
		font-size: 32px;
	}

	#contenedor{
		font-size:20px;
	}

	#mision h1{
		font-size: 41px;
	}

	#mision p{
		line-height: 29px;
	}

	#mision{
		padding: 83px 15px;
	}

	.responsabilidad p{
		line-height: 29px;
		font-size: 19px;
	}

	#historia h1{
		font-size: 38px;
	}

	.responsabilidad h1{
		font-size: 46px;
	}

	#procesos ul span{
		font-size: 19px;
		line-height: 26px;
	}
}