@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: #000;
	padding: 5px;
}

#head-redes h1{
	color: #fff;
	font-size: 19px;
	padding-top: 5px;
}

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

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

.tw{
	display: inline-block;
	background: url(../img/redes.png) no-repeat right;
	width: 34px;
	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;
  	margin-top: 35px;
	}
#navbar li{
  	display: inline-block;
  	margin: 0px 19px;
	}
#navbar a{
	color: #38383a;
	display:inline-block;
	padding: 20px 24px;
	font-family:"Roboto Bold";
	font-size: 18px;
	}
#navbar a:hover{
	color: #a89f6d;
	text-decoration: none;
	background-color: #9687501f;
	}
#navbar .selec{
	color: #a89f6d;
	background-color: #a0905c21;
	}
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: #a89f6d;
  	border-color: #a89f6d;
	}
#home-empresa{
	background: url(../img/home/bg1.jpg) center;
	background-size: cover;
	padding-top:68px;
	}
#home-empresa h1{
	color: #a89f6d;
	font-family:"Roboto Bold";
	font-size: 41px;
	margin-top: 52px;
	}
#home-empresa p{
	margin-top: 22px;
	line-height: 25px;
	font-size: 18px;
	color: #979696;
	}
.disi{
	margin-top: 10px;
	max-width: 70px;
	}
.caption-pro{
	position: absolute;
	background: #a89f6de8;
	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: #38383a;
	color: #fff;
	top: 20px;
	font-family:"Roboto 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: #a89f6d;
  	border-color: #a89f6d;
	}
#clientes{
	padding: 70px 15px;
	background: #fff;
	}
#clientes h1{
	text-align: center;
	color: #a89f6d;
	font-family:"Roboto Bold";
	font-size: 32px;
	}
#carousel-clientes{
	margin-top: 30px;
	}
#carousel-clientes img{
	margin-top: 15px;
	}
#frase{
	background: url(../img/frase.jpg) no-repeat top left;
	background-size: cover;
	padding: 108px 15px;
	}

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

#frase h2 strong{
	font-size: 48px;
	line-height: 62px;
	text-transform: uppercase;
	}
#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: #f91f01;
	color: #fff;
	}

footer{
	background: #000;
	padding: 30px 15px;
	color: #fff;
	font-family:"Roboto Regular";
	}

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: 14px;
	}
footer p span{
	color:#e4d05f;
	font-size: 15px;
	}
#web{
	background: #a89f6d;
	}
#web a{
	background: url(../img/web.png) no-repeat right;
	padding: 10px;
	padding-right: 142px;
	display: inline-block;
	color: #ffffff5e;
	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:"Roboto Bold";
	font-size:45px;
	text-shadow: 4px 4px 10px #000;
	}
#historia{
	padding: 55px 15px;
	}
#historia h1{
	color:#a89f6d;
	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: 22px;
	font-size: 18px;
	color: #979696;
	}
#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: 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:#fffffff0;
	background-size: 6%;
	float: left;
	position: relative;
	width: 100%;
	padding: 70px;
	text-align: center;
	}
.responsabilidad h1{
	color:#a89f6d;
	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: justify;
	margin-top: 30px;
	line-height: 22px;
	font-size: 18px;
	color: #979696;
	}
#procesos{
	padding: 50px 15px;
	}
#procesos h1{
	color:#a89f6d;
	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: 26px;
	width: 100%;
	background-image: url(../img/servicios/ico.png);
	background-repeat: no-repeat;
	background-position:-13px 4px;
	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/servicios/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;
	}

.dorado{
	background-color: #a89f6dc7;
	}

.azul{
	background-color: #54bdbfde;
	}

.amarillo{
	background-color:#c6b45ce5;
	}

.rosa{
	background-color: #be81aade;
	}

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

#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: 8px 15px;
	font-size: 26px;
	color: #fff;
	font-family:"Roboto Bold";
	margin-top: 12px;
	text-align: center;
	border: 1px solid #50450b;
	}

#interna p{
	margin-top: 20px;
	float: left;
	width: 100%;
	text-align: justify;
	line-height: 22px;
	font-size: 18px;
	color: #979696;
}

#ver-mas{
	float: right;
	background-color: #0505056e;
	padding:7px 18px;
	color: #f8f5f5;
	margin-top: 8%;
	font-family: "Roboto Regular";
	text-decoration: none;
	text-align: center;
	font-size: 19px;
}

#ver-mas:hover{
	background-color:#A89F6D;
}

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

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

#volver{
	padding: 58px 15px;
	text-align: center;
	}
#volver a{
	display: inline-block;
	padding: 10px 20px;
	background: #a89f6d;
	color: #fff;
	font-size:20px;
	text-decoration: none!important;
	}
#volver a:hover{
	background: #000;
	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;
	}
#contacto{
	padding: 40px 15px;
	}
#contacto p{
	line-height: 22px;
	text-align: justify;
	margin-top: 20px;
	font-size: 18px;
	color: #979696;
	}
#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: #979696 !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: #a89f6d;
	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: #a89f6d !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: #a89f6d !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: 51px;
	height: 51px;
	position: fixed;
	right: 15px;
	z-index: 99999999;
	bottom: 18px;
}

.video {
	width: 100%;
	height:523px;
	margin-top: 25px;
}

.video2 {
	width: 100%;
	height:334px;
	margin-top: 25px;
}

#noticias-home{
	padding:108px 0px;
}

#noticias-home h1{
  color: #a89f6d;
  font-family: "Roboto Bold";
  font-size: 41px;
  text-align: center;
}



@media (max-width: 800px){
	
	.logo{
		text-align: center;
	}
	#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;
		padding: 12px 23px;
	}
	.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: 31px;
	}
	.responsabilidad {
	  	padding: 13px;
	}
	#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: 27px;
	}

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

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


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


	#navbar li{
		margin: 0px 0px;
	}
	#navbar a {
 		 padding: 20px 20px;
    }
	#head-redes h1 {
 		 margin-top: -26px;
	}

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

	.caption-pro{
		padding: 19px 15px;
		margin-top: -242px;
	}

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

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

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

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

	#historia p{
		font-size: 16px;
		line-height: 22px;
		text-align: left;
	}
	.responsabilidad {
 		padding: 40px;
 	}

	.responsabilidad p{
		font-size: 16px;
		line-height: 24px;
	}
	#titulo h1 {
  		font-size: 30px;
	}

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

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

	footer p{
		font-size: 16px;
	}

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

}

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

      #head-redes h1 {
 		 margin-top: -26px;
	}

	#navbar a {
  		padding: 20px 23px;
  	}

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

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

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

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

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

	#frase h2 strong{
		font-size: 39px;
		line-height: 49px;
	}
	#titulo h1 {
  		font-size: 31px;
	}

	#historia p{
		font-size: 17px;
		line-height: 22px;
		text-align: left;
	}
	.responsabilidad {
 		padding: 32px;
	}

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


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

	#head-redes h1 {
 		 margin-top: -26px;
	}
	#navbar a {
  		padding: 4px 23px;
  	}
	
	#navbar li{
		margin: 0px 13px;
	}

	#home-empresa h1{
		margin-top: 0px;
	}
	#titulo h1 {
  		font-size: 33px;
	}

	.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:1101px){


	#head-redes h1 {
 		 margin-top: -26px;
	}
	#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: 31px;
		line-height: 42px;
	}

	#frase h2 strong{
		font-size: 31px;
	}
	#titulo h1 {
 		font-size: 35px;
  	}

	#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: 15px;
		line-height: 23px;
	}

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

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

	.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:1201px){

	#head-redes h1 {
 		 margin-top: 9px;
	}
	#navbar a {
		padding: 18px 8px;
		font-size: 17px;
    }
	
	#navbar li{
		margin: 0px 0px;
	}

	.menu{
		margin-top: 11px;
	}

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

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

	.cbp-so-section h2{
		margin-top: 76px;
	}
	#titulo h1 {
 		font-size: 39px;
  	}
	#interna h2{
		font-size: 25px;
	}
	footer p {
 		line-height: 23px;
 	 	font-size: 10px;
	}

}

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


	#navbar li{
		margin: 0px 0px;
	}
	#navbar a {
  		padding: 20px 9px;
	}

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

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

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

	#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;
	}
	#titulo h1 {
  		font-size: 39px;
	}

	footer p span{
		font-size: 22px;
	}
	footer p{
		font-size: 12px;
		line-height: 23px;
	}

	#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 0px;
	}
	#navbar a {
  		padding: 20px 17px;
	}

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

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

	.caption-pro{
		padding: 52px 21px;
	}
    #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: 12px;
	}

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

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


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

	#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;
	}
	footer p {
 		font-size: 13px;
	}

}


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


    #navbar li{
		margin: 0px 4px;
	}
    #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 9px;
	}


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