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


#contenedor{
	width:100%;
	overflow:hidden;
	font-family:"Roboto Regular";
	position:relative;
    color: #000;
    font-size: 14px;
}
.pad{
	padding-left:0px;
	padding-right:0px;
}
.clear{
	clear:both;
}
#head-redes{
	background: #a4ce36;
	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: 57px;
}
.menu {
  	text-align: center;
}
#navbar li{
  	display: inline-block;
  	margin: 0px 29px;
}
#navbar a{
  	color: #1e419b;
	display:inline-block;
	padding: 5px;
	font-family:"Roboto Bold";
	font-size:22px;
}
#navbar a:hover{
	color: #a4ce36;
	text-decoration: none;
}
#navbar .selec{
	color: #a4ce36;
}
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: #a4ce36;
  	border-color: #a4ce36;
}
#home-empresa{
	background: url(../img/home/bg1.jpg) center;
	background-size: cover;
	padding-top:68px;
}
#home-empresa h1{
	color: #fff;
	font-family:"Roboto Bold";
	font-size: 30px;
	margin-top: 52px;
}
#home-empresa p{
	margin-top: 20px;
	line-height: 20px;
	color: #fff;
}
.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: #a4ce36e8;
	z-index: 999;
	margin-top: -307px;
	left: 10%;
	color: #fff;
	padding: 27px 24px;
	text-align: center;
}
.caption-pro h2{
	font-family:"Roboto 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: #1e3674;
	color: #fff;
	top: 20px;
	font-family:"Roboto Bold";
	font-size: 14px;
	margin-top: 13px;
}
.caption-pro a:hover{
	background: #fff;
	color: #38383a;
	text-decoration:  none!important;
}
.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: #a4ce36;
  	border-color: #a4ce36;
}
#marcas{
	padding: 70px 15px;
	background: #1e3674;
}
#marcas h1{
	text-align: center;
	color: #fff;
	font-family:"Roboto 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: 5px 2px 4px #393939;
	color: #fff;
}
#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: #a4ce36;
	color: #fff;
}
footer{
	background: #1e419b;
	padding: 30px 15px;
	color: #fff;
}
footer h1{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-family:"Roboto Bold";
}
footer p{
	margin-top: 15px;
	line-height: 27px;
	margin-bottom: 15px;
	font-size: 16px;
}
footer p span{
	color:#a4ce36;
	font-size: 15px;
}
#web{
	background: #a4ce36;
	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;
}
#titulo .titulo{
	position: absolute;
	bottom: 20%;
	z-index: 1;
	width: 80%;
	left: 10%;
}
#titulo h1{
	text-align: center;
	color: #fff;
	font-family:"Roboto Bold";
	font-size:45px;
	text-shadow: 4px 4px 10px #000;
}
#historia{
	padding: 55px 15px;
}
#historia h1{
	color:#a4ce36;
	font-size: 32px;
	float: left;
	padding: 5px;
	margin-bottom: 24px;
	font-family:"Roboto Bold";
	background: url(../img/line.png) center bottom -4px;
	background-repeat: repeat-x;
}
#historia p{
	text-align: justify;
	margin-top: 20px;
	line-height: 23px;
	font-size: 17px;
}
#historia .img{
	margin-right: 20px;
	margin-bottom: 20px;
}
#mision{
	padding: 64px 15px;
	background: url(../img/home/bg1.jpg) no-repeat center;
	background-size: cover;
}
#mision h1{
	color:#fff;
	font-size: 31px;
	float: left;
	padding: 5px;
	font-family:"Roboto Bold";
	background: url(../img/line2.png) center bottom -4px;
	background-repeat: repeat-x;
	padding-bottom: 10px;
}
#mision p{
	color:#fff;
	line-height: 23px;
	font-size: 17px;
	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: 25px 25px #fffffff0;
	background-size: 6%;
	float: left;
	position: relative;
	width: 100%;
	padding: 29px;
	text-align: center;
}
.responsabilidad h1{
	color:#a4ce36;
	font-size: 32px;
	display: inline-block;
	padding: 5px;
	margin-top: 20px;
	font-family:"Roboto Bold";
	background: url(../img/line.png) center bottom -4px;
	background-repeat: repeat-x;
}
.responsabilidad p{
	text-align:left;
	margin-top: 30px;
	line-height: 23px;
	font-size: 17px;
}
#procesos{
	padding: 50px 15px;
}
#procesos h1{
	color:#a4ce36;
	padding-bottom: 5px;
	font-size: 32px;
	display: inline-block;
	padding: 5px;
	margin-top: 20px;
	font-family:"Roboto Bold";
	background: url(../img/line.png) center bottom -4px;
	background-repeat: repeat-x;
}
#procesos ul {
	margin-top: 20px;
	line-height: 18px;
}
#procesos ul li {
	background: url(../img/punto.png) no-repeat left top;
	padding-left: 25px;
	margin-top: 7px;
}
#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: 28px;
	width: 100%;
	background-image: url(../img/marca/ico.png);
	background-repeat: no-repeat;
	background-position:-6px -12px;
	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/marca/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: #1e419bc7;
}
.verde{
	background-color: #a4ce36de;
}
.rojo{
	background-color: #fe200be0;
}
.amarillo{
	background-color:#ddde03e6;
}
.verde2{
	background-color: #1e714ae6;
}
.rosa{
	background-color: #ff8496de;
}
.cafe{
	background-color: #964f23de;
}
.naranja{
	background-color:#f0c349de;
}
.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-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: 0px 15px;
}
#interna{
	padding-top: 40px;
	padding-bottom: 15px;
	background: url(../img/bg-espumas.jpg) no-repeat;
	background-size: cover;
}
#interna h2{
	float: left;
	position: relative;
	width: 100%;
	padding: 5px;
	font-size: 30px;
	border: solid 1px #000;
	color: #fff;
	font-family:"Roboto 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;
}
#interna2{
	padding-top: 40px;
	padding-bottom: 15px;
	background: url(../img/bg-colchones.jpg) no-repeat;
	background-size: cover;
}
#interna2 h2{
	float: left;
	position: relative;
	width: 100%;
	padding: 5px;
	font-size: 30px;
	border: solid 1px #000;
	color: #fff;
	font-family:"Roboto Bold";
	margin-top: 12px;
}
#interna2 p{
	margin-top: 20px;
	float: left;
	width: 100%;
	text-align: justify;
	line-height: 30px;
}
#interna2 .texto{
	padding: 28px;
	float: left;
	position: relative;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	padding-bottom: 75px;
}
#interna3{
	padding-top: 40px;
	padding-bottom: 15px;
	background: url(../img/bg-espaldares.jpg) no-repeat;
	background-size: cover;
}
#interna3 h2{
	float: left;
	position: relative;
	width: 100%;
	padding: 5px;
	font-size: 30px;
	border: solid 1px #000;
	color: #fff;
	font-family:"Roboto Bold";
	margin-top: 12px;
}
#interna3 p{
	margin-top: 20px;
	float: left;
	width: 100%;
	text-align: justify;
	line-height: 30px;
}
#interna3 .texto{
	padding: 28px;
	float: left;
	position: relative;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	padding-bottom: 75px;
}
#interna4{
	padding-top: 40px;
	padding-bottom: 15px;
	background: url(../img/bg-salas.jpg) no-repeat;
	background-size: cover;
}
#interna4 h2{
	float: left;
	position: relative;
	width: 100%;
	padding: 5px;
	font-size: 30px;
	border: solid 1px #000;
	color: #fff;
	font-family:"Roboto Bold";
	margin-top: 12px;
}
#interna4 p{
	margin-top: 20px;
	float: left;
	width: 100%;
	text-align: justify;
	line-height: 30px;
}
#interna4 .texto{
	padding: 28px;
	float: left;
	position: relative;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	padding-bottom: 75px;
}
#interna5{
	padding-top: 40px;
	padding-bottom: 15px;
	background: url(../img/bg-combos.jpg) no-repeat;
	background-size: cover;
}
#interna5 h2{
	float: left;
	position: relative;
	width: 100%;
	padding: 5px;
	font-size: 30px;
	border: solid 1px #000;
	color: #fff;
	font-family:"Roboto Bold";
	margin-top: 12px;
}
#interna5 p{
	margin-top: 20px;
	float: left;
	width: 100%;
	text-align: justify;
	line-height: 30px;
}
#interna5 .texto{
	padding: 28px;
	float: left;
	position: relative;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	padding-bottom: 75px;
}

#interna6{
	padding-top: 40px;
	padding-bottom: 15px;
	background: url(../img/bg-colchonetas-cojin.jpg) no-repeat;
	background-size: cover;
}
#interna6 h2{
	float: left;
	position: relative;
	width: 100%;
	padding: 5px;
	font-size: 30px;
	border: solid 1px #000;
	color: #fff;
	font-family:"Roboto Bold";
	margin-top: 12px;
}
#interna6 p{
	margin-top: 20px;
	float: left;
	width: 100%;
	text-align: justify;
	line-height: 30px;
}
#interna6 .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: #a4ce36;
	color: #fff;
	font-size:20px;
	text-decoration:none!important;
}
#volver a:hover{
	background: #1e419b;
	color: #fff;
	text-decoration:none!important;
}
#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;
}
#noticias{
	padding: 30px 15px;
}
#noticias h1{
	color:#fa2400;
	padding-bottom: 10px;
	font-size: 32px;
	float: left;
	padding: 5px;
	font-family:"Roboto Bold";
	background: url(../img/line.png) center bottom -4px;
    background-repeat: repeat;
	background-repeat: repeat-x;
}
#noticias p{
	text-align: justify;
	margin-top: 200px;
	line-height: 22px;
}
#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:"Roboto 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:#1e419b;
	color:#FFF;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	padding:10px;
	margin-top: 5px;
}
#formulario select{
	width:100%;
	background-color:#1e419b;
	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:#1e419b;
	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: #1e419b;
	color: #fff;
	font-size:16px;
}
.btn a:hover{
	background: #a4ce36;
	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: #a4ce36!important;
	margin-right: 15px;
  	border:none !important;
}
#enviar:hover{
  	background: #1e419b !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: #a4ce36 !important;
  	border:none !important;
}
#borrar:hover{
  	background: #1e419b!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:72px;
	height:72px;
	position: fixed;
	left:15px;
	z-index: 900;
	bottom:18px;
}






@media (max-width: 800px){
	
	.logo{
		text-align: center;
	}
	.logo img {
	    display: inline-block;
	}
	#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: #1e419b !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;
	}
	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;
	}
	#noticias p {
	    margin-top: 20px;
	}

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

	.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: 18px;
	}

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

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

	#noticias p{
		margin-top: 101px;
		font-size: 16px;
	}

	#noticias h1{
		font-size: 37px;
	}
}


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


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

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

	.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: 17px;
	}

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

	#noticias p{
		margin-top: 148px;
		font-size: 17px;
	}
}



@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;
	}
	#interna2 h2 {
  		font-size: 25px;
	}
	#interna3 h2 {
  		font-size: 25px;
	}
	#interna4 h2 {
  		font-size: 25px;
	}
	#interna5 h2 {
  		font-size: 25px;
	}
	#interna6 h2 {
  		font-size: 25px;
	}

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

	#noticias p{
		margin-top: 148px;
		font-size: 17px;
	}
}


@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;
	}
	#interna2 h2 {
  		font-size: 25px;
	}
	#interna3 h2 {
  		font-size: 25px;
	}
	#interna4 h2 {
  		font-size: 25px;
	}
	#interna5 h2 {
  		font-size: 25px;
	}
	#interna6 h2 {
  		font-size: 25px;
	}

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

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

	#noticias p{
		margin-top: 148px;
		font-size: 17px;
	}
}


@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;
	}
	#interna2 h2 {
  		font-size: 25px;
	}
	#interna3 h2 {
  		font-size: 25px;
	}
	#interna4 h2 {
  		font-size: 25px;
	}
	#interna5 h2 {
  		font-size: 25px;
	}
	#interna6 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;
	}
	#interna2 h2 {
  		font-size: 25px;
	}
	#interna3 h2 {
  		font-size: 25px;
	}
	#interna4 h2 {
  		font-size: 25px;
	}
	#interna5 h2 {
  		font-size: 25px;
	}
	#interna6 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;
	}
	#interna2 h2 {
  		font-size: 25px;
	}
	#interna3 h2 {
  		font-size: 25px;
	}
	#interna4 h2 {
  		font-size: 25px;
	}
	#interna5 h2 {
  		font-size: 25px;
	}
	#interna6 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;
	}
	#interna2 h2 {
  		font-size: 25px;
	}
	#interna3 h2 {
  		font-size: 25px;
	}
	#interna4 h2 {
  		font-size: 25px;
	}
	#interna5 h2 {
  		font-size: 25px;
	}
	#interna6 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;
	}
	#home-empresa p{
		font-size: 22px;
		line-height: 30px;
	}

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

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

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

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

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

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

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

	#contenedor{
		font-size:20px;
	}

	#noticias h1{
		font-size: 42px;
	}

	#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;
	}
	#interna p {
  		line-height: 30px;
	}
}