@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 !important;
	font-style:normal;
	}
	
@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;
	}


#contenedor{
	width:100%;
	overflow:hidden;
	font-family:"Roboto Regular";
	position:relative;
	}
.pad{
	padding-left:0px;
	padding-right:0px;
	}
.clear{
	clear:both;
	}
#header{
	background-size: cover;
	text-align: center;
}
#datos-top{
	text-align:right;
}
#top-mail{
	background: url(../img/top.png) no-repeat left;
	width: 65px;
	height: 55px;
	float: right;
	margin-right: 5px;
}
#top-tel{
	background: url(../img/top.png) no-repeat right;
	width: 65px;
	height: 55px;
	float: right;
	margin-right: 5px;
}
#datos-top p{
	float: right;
	color: #354772;
	line-height: 20px;
	font-family:"Roboto Bold";
	font-size:18px;
}
#barra-menu{
	z-index: 1;
	background: #091d4e;
}
#menu{
  background: #091d4e;
  width: 100%;
  float:left;
  position: relative;
  margin-bottom:0px;
  border: none;
  text-align: center;
	border-radius: 0;
}
#navbar li{
  display: inline-block;
}
#navbar a{
    color: #fff;
	display: block;
	padding: 20px 15px;
	border-bottom: solid 3px #091d4e;
	font-family:"Roboto Bold";
	font-size:21px;
	margin-left:12px;
}
#navbar a:hover{
	text-decoration: none;
	border-bottom: solid 4px #3ca6ca;
}
#navbar .selec{
	border-bottom: solid 4px #3ca6ca;
}
nav .me{
  text-align:center;
  margin:auto;
  padding-bottom: 4px;
  display: block;
  color: #fff;
}
.navbar-toggle .icon-bar{
  width: 38px;
  background-color: #fff !important;
}
.caption{
	width: 40%;
	position: absolute;
	bottom: 150px;
	left: 17%;
}
.caption h1{
	font-size: 72px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-family:"Roboto Bold";
	line-height:60px;
}
.caption p{
	font-size: 24px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	line-height: 26px;
	margin-top: 10px;
}
#prev{
	background: url(../img/banner/prev.png);
	opacity: 1;
	width: 57px;
	height: 143px;
	top: 35%;
}
#prev:hover{
	background: url(../img/banner/prev-h.png);
}
#next{
	background: url(../img/banner/next.png);
	opacity: 1;
	width: 57px;
	height: 143px;
	top: 35%;
}
#next:hover{
	background: url(../img/banner/next-h.png);
}
#botones-home{
	margin-top: -100px;
	position: relative;
	z-index: 99;
}
.btn-home{
	float: left;
	position: relative;
	width: 100%;
}
.btn-home .span{
	position: absolute;
	width: 100%;
	color: #fff;
	text-align: center;
	top: 40%;
	left: 0;
	font-size: 24px;
	text-shadow: -3px 1px 1px #000;
}
.btn-home .span span{
	font-size: 22px;
	text-shadow: 2px 2px 2px #000;
}
#empresa-home {
  background: url(../img/bg-emp.jpg) no-repeat center top;
  margin-top: -120px;
  padding-top: 165px;
  padding-bottom:71px;
}
#empresa-home p{
	color: #737373;
	text-align: justify;
	line-height: 24px;
	font-size:22px;
}
#empresa-home img{
	margin-top: 20px;
}
#empresa-home h1{
	font-family:"Roboto Bold";
	font-size: 44px;
	color: #424242;
	margin-top: 45px;
	margin-left: 20px;
}
#empresa-home a{
	float: left;
	position: relative;
	padding: 12px 18px;
	margin-top: 20px;
	background: #3fa5cb;
	color: #fff;
	font-size:22px;
}
#empresa-home a:hover{
	background: #3b3b3b;
	text-decoration: none;
}
.line{
	background: #3ea4ca;
	width:25%;
	height: 7px;
	margin-left: 20px;
	margin-top: 5px;
}
#frase{
	background: url(../img/bg.jpg) no-repeat center;
	padding:50px 15px;
}
#frase h1{
	color: #fff;
	font-family:"Roboto Bold";
	font-size: 36px;
	margin: 0;
	float: left;
}
#frase a{
	float: right;
	position: relative;
	background: #fff;
	padding: 12px 15px;
	color: #091d4e;
	font-size:22px;
}
#frase a:hover{
	background: #3ea4ca;
	color: #fff;
	text-decoration: none;
}
#proyectos-home{
	padding: 56px 15px;
}
#proyectos-home h1{
	color: #3b3b3b;
	font-family:"Roboto Bold";
	background: #fff;
	z-index: 1;
	float: left;
	padding-right: 15px;
	position: relative;
	font-size: 44px;
}
#proyectos-home .line{
	width: 100%;
	float: left;
	position: relative;
	height: 4px;
	background: #e3e3e3;
	margin-left: 0;
	margin-top: -15px;
}
.proyectos-home{
	float: left;
	position: relative;
	margin-top: 30px;
}
.proyectos-home h2{
	margin-top: 21px;
	font-family:"Roboto Bold";
	font-size: 22px;
}
.proyectos-home p{
	margin-top: 16px;
	line-height: 23px;
	color:#848283;
	font-family:"Roboto Bold";
	font-size:20px;
}
.negrilla{
	color:#000;
	font-family:"Roboto Bold";

}
.producto-home{
	float: left;
	position: relative;
}
.producto-home span{
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(19, 77, 128, 0.89);
	color: #fff;
	font-family:"Roboto Bold";
	font-size:24px;
}
.producto-home:hover span{
	background:rgba(105, 163, 199, 0.84);;
}
.tex-pro{
	width: 100%;
	height: 100%;
	padding: 30px;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(9, 29, 78, 0.7);
	color: #fff;
	font-weight: bold;
}
.tex-pro h2{
	border-bottom: solid 3px #fff;
	font-size: 36px;
	float: left;
	position: relative;
	margin-top: 50px;
	font-family:"Roboto Bold";
}
.tex-pro p{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 20px;
	line-height: 24px;
	font-size:22px;
	font-weight:normal !important;
}
footer{
	margin-top:38px;
	background: #011750;
	padding-top: 20px;
	padding-bottom: 5px;
}
footer h1{
	color: #fff;
	font-family:"Roboto Bold";
	font-size: 26px;
}
footer p{
	margin-top: 20px;
	color: #fff;
	border-bottom: 2px #fff dashed;
	width: 77%;
	padding-bottom: 4px;
	margin-bottom:5px;
	line-height:26px;
	font-size:24px;
}
#carousel-footer{
	padding-top:20px;
	padding-bottom: 40px;
}
#carousel-footer .carousel-indicators{
	bottom: 10px;
}
#carousel-footer .carousel-indicators li{
	width:12px;
	height:12px;
  background: #53a8df;
  border-color: #53a8df;
}
#carousel-footer .carousel-indicators .active{
  background: #FFF;
  border-color: #FFF;
}
#web-cont{
	background: #fff;
	padding: 0px 15px;
}
#web{
	float:left;
	position: relative;
	padding: 7px;
	padding-right: 165px;
	background: url(../img/web.png) no-repeat right;
	color: #000;
	font-size: 15px;
	margin-top: 8px;
	font-family:"Roboto Bold";
}
#web:hover{
	text-decoration: none;
	background: url(../img/web-h.png) no-repeat right;
}
#fb{
	float:right;
	position: relative;
	background: url(../img/redes-h.png) no-repeat left;
	width: 50px;
	height: 46px;
	margin-right: 10px;
}
#fb:hover{
	background: url(../img/redes.png) no-repeat left;
}
#in{
	float:right;
	position: relative;
	background: url(../img/redes-h.png) no-repeat right;
	width: 50px;
	height: 46px;
}
#in:hover{
	background: url(../img/redes.png) no-repeat right;
}
#titulo{
  padding-top: 110px;
  padding-bottom: 110px;
  background-size: cover;
	text-align: center;
}
#titulo h1{
  font-size: 72px;
  color: #fff;
  text-shadow:3px 4px 4px #000;
  display: inline-block;
  font-family:"Roboto Bold";
}
#titulo h2{
	margin-top: 10px;
	color: #fff;
	font-weight: normal;
	font-size: 36px;
	text-shadow: 2px 2px 3px #000;
}
.bg-1{
  background: url(../img/bg1.jpg) no-repeat center top;
}
#frase2{
	background: url(../img/bg.jpg) no-repeat center;
	padding:43px 15px;
	text-align: center;
}
#frase2 h1{
	color: #fff;
	font-family:"Roboto Bold";
	font-size: 44px;
	display: inline-block;
	margin: 0;
}
#frase2 a{
	display: inline-block;
	padding: 15px 40px;
	background: #3fa4ca;
	color: #fff;
	font-size:22px;
}
#frase2 a:hover{
	background: #fff;
	color: #69a3c7;
	text-decoration: none;
}
#frase2 .line{
	width: 50%;
	height: 4px;
	background: #e3e3e3;
	margin-left: 0;
}
#emp-r{
	padding: 40px 15px;
	padding-right: 10%;
}
#emp-r h1{
	color: #3b3b3b;
	font-family:"Roboto Bold";
	font-weight:normal;
	font-size: 44px;
	margin-top: 30px;
}
#emp-r p{
	margin-top: 30px;
	text-align: justify;
	line-height: 26px;
	color: #7d7d7d;
	font-size:22px;
}
#emp-r .line{
	margin-left: 0;
}
#emp-l{
	padding: 140px 15px;
	padding-left: 10%;
	background: url(../img/empresa/bg.jpg) no-repeat center top;
}
#emp-l h1{
	color: #3b3b3b;
	font-family:"Roboto Bold";
	font-size: 44px;
	margin-top: 30px;
}
#emp-l p{
	margin-top: 30px;
	text-align: justify;
	line-height: 26px;
	color: #727171;
	font-size:22px;
}
#emp-l .line{
	margin-left: 0;
}
#mision{
	padding: 59px 15px;
	background:#011750;
	padding-right: 10%;
}
#mision h1{
	color: #fff;
	font-size: 44px;
	font-family:"Roboto Bold";
	margin-top: 20px;
}
#mision p{
	margin-top: 15px;
	color: #c0bcbc;
	line-height: 28px;
	text-align:left;
	font-size:22px;
}
.mision{
	background: url(../img/empresa/ico1.png) no-repeat top left;
	padding-left: 91px;
}
.vision{
	background: url(../img/empresa/ico2.png) no-repeat top left;
	padding-left: 91px;
}
.empresa{
	text-align: center;
	padding: 40px 30px;
	float: left;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	min-height: 345px;
}
.empresa h1{
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-family:"Roboto Bold";
	font-size: 36px;
	margin-top: 20px;
}
.empresa p{
	text-align: center;
	color: #fff;
	margin-top: 15px;
	line-height: 24px;
	font-size:22px;
	font-weight:normal;
}
.azul1{
	background: #3fa5cb;
}
.azul2{
	background: #002f77;
}
.azul3{
	background: #1d4b85;
}
.bg-2{
  background: url(../img/bg2.jpg) no-repeat center top;
}
#sistema{
	padding: 40px 15px;
	background: #eeeeee;
}
#sistema h1{
	color: #3b3b3b;
	font-family:"Roboto Bold";
	font-size: 44px;
	margin-top: 30px;
}
#sistema p{
	margin-top: 30px;
	text-align: justify;
	line-height: 26px;
	color: #727171;
	font-size:22px;
}
#sistema .line{
	margin-left: 0;
}
#mallas{
	padding: 40px 15px;
	background: url(../img/bg-mallas.jpg) no-repeat left top;
	background-size: contain;
}
#mallas h2{
	font-size: 40px;
	color: #3b3b3b;
	margin-top: 200px;
	font-family:"Roboto Bold";
}
#mallas h2 span{
	color:#368aaa;
	font-family:"Roboto Bold";
	font-size: 38px;
}
#mallas img{
	margin: 15px 0px;
}
.bg-3{
  background: url(../img/bg3.jpg) no-repeat center top;
}
#productos{
	padding: 40px 15px;
}
.producto{
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	position: relative;
	width: 100%;
	background:rgba(0, 246, 255, 0.37);
}
.texto-pro{
	position: absolute;
	left: 0px;
	top: 45%;
	text-align: center;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	z-index: 9;
	font-family:"Roboto Bold";
	text-shadow: 3px 4px 4px #000;
}
.texto-pro span{
	font-size: 22px;
	font-weight:normal;
	font-family:"Roboto Regular";
	text-transform: none;
}
.producto:hover img{
	opacity: .5;
}
.bg-4{
  background: url(../img/bg4.jpg) no-repeat center top;
}
#carousel-int .carousel-indicators {
  bottom: 10px;
  width: 98%;
  left: auto;
  margin-left: 0;
  text-align: right;
}
#carousel-int .carousel-indicators li{
  width:13px;
  height:13px;
  background: #53a8df;
  border-color: #53a8df;
}
#carousel-int .carousel-indicators .active{
  background: #FFF;
  border-color: #FFF;
}
.bg-5{
  background: url(../img/bg5.jpg) no-repeat center top;
}
#proyectos .carousel-indicators {
  bottom: 10px;
  width: 98%;
  left: auto;
  margin-left: 0;
  text-align: right;
}
#proyectos .carousel-indicators li{
	width:15px;
	height:15px;
  background: #53a8df;
  border-color: #53a8df;
}
#proyectos .carousel-indicators .active{
  background: #FFF;
  border-color: #FFF;
}
.proyecto-r{
	padding: 120px 15px;
	padding-right: 10%;
}
.proyecto-r h1{
	color: #3b3b3b;
	font-family:"Roboto Bold";
	font-size: 44px;
	margin-top: 30px;
}
.proyecto-r p{
	margin-top: 30px;
	text-align: justify;
	line-height: 26px;
	color: #727171;
	font-size:24px;
}
.proyecto-r .line{
	margin-left: 0;
}
.proyecto-l{
	padding: 120px 15px;
	padding-left: 10%;
}
.proyecto-l h1{
	color: #3b3b3b;
	font-family:"Roboto Bold";
	font-size: 44px;
	margin-top: 30px;
}
.proyecto-l p{
	margin-top: 30px;
	text-align: justify;
	line-height: 26px;
	color: #727171;
	font-size:24px;
}
.proyecto-l .line{
	margin-left: 0;
}
.bg-6{
  background: url(../img/bg6.jpg) no-repeat center top;
}
#pqr{
	padding: 40px 15px;
	background: #eeeeee;
}
#pqr img{
	margin-top: 10px;
}
.select2{
  float: left;
  position: relative;
  clear: both;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size:21px;
  font-family:"Roboto Regular";
  font-weight: normal;
}
.select2 select{
  background: #fff;
  color: #000;
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0px;
  border:none;
}

.formulario h2{
	color: #000 !important;
    font-family:"Roboto Regular";
	font-weight: normal;
    margin-left: 10px;
	text-transform: none;
	font-size: 22px;
	margin-top: 10px;
}
.formulario input{
	width:100%;
	background-color:#fff;
	color:#000;
	border:none;
	font-family:"Roboto Regular";
	font-size:16px;
	padding:10px 8px;
	margin-top: 5px;
	}
.formulario textarea{
	width:100%;
	background-color:#fff;
	color:#000;
	border:none;
	font-family:"Roboto Regular";
	font-size:14px;
	padding:7px 8px;
	margin-top: 5px;
  margin-bottom: 15px;
	}
#enviar{
	width:110px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:26px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:15px !important;
	margin-bottom:30px !important;
	padding:10px 0px !important;
	background: #40a4c6 !important;
	margin-right: 15px;
	}
#enviar:hover{
  background: #091d4e !important;
	color: #FFF !important;
	}
#borrar{
	width:110px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:26px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:15px!important;
	margin-bottom:30px !important;
	padding:10px 0px !important;
	background: #40a4c6 !important;
	}
#borrar:hover{
  background: #091d4e !important;
	color: #FFF !important;
	}
.form-control:hover {
    color: #000;
}
.bg-7{
  background: url(../img/bg7.jpg) no-repeat center top;
}
#contacto{
	padding: 40px 15px;
	background: #eeeeee;
}
#contacto p{
	text-align: justify;
	color: #727171;
	line-height: 29px;
	margin-top: 8px;
	font-size:24px;
}
#mapa-bg{
	padding-bottom: 40px;
}
#map{
	height:400px;
	}
#ampliar{
	background-color: #3fa5cb;
	text-shadow: 0px 2px 4px #000;
    color: #FFF;
    text-align: center;
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
    text-decoration: none !important;
	bottom:5px;
	left:45%;
	font-size:24px;
	}
#ampliar:hover{
	background: #091d4e;
	}
.modal-open .modal{
	background:rgba(0, 0, 0, 0.6);
}

.modal-content{
	background-color:transparent;
	box-shadow:none;
	border:none;
}

.close {
    float: right;
    font-size: 65px;
    font-weight: 700;
    line-height: 1;
    color: #f00 !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 3.2;
}



@media (max-width: 800px){
	header {
    position: relative;
		top: 0;
		height: auto;
	}
	#barra-menu {
    z-index: 1;
    height: auto;
	}
  #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: #0324a1 !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;
	}
	#botones-home {
    margin-top: 20px;
    position: relative;
    z-index: 99;
	}
	.caption {
		width: 100%;
		bottom: 10px;
		left: 0;
		box-sizing: border-box;
		padding: 0px 15px;
	}
	.caption h1 {
    font-size: 13px;
	}
	.caption p {
    font-size: 12px;
    line-height: 15px;
		margin-top: 5px;
	}
	#datos-top p {
    font-size: 14px;
	}
	#empresa-home {
    margin-top: 0px;
    padding-top: 0px;
	}
	#frase {
    background-size: cover;
	}
	.footer {
    margin-top: 20px;
	}
	footer p {
    width: 100%;
    font-size: 13px;
	}
	#emp-l {
    padding: 30px 15px;
    padding-left: 15px;
	}
	#mallas h2 {
    font-size: 20px;
    margin-top: 20px;
	}
	#mallas h2 span {
    font-size: 25px;
	}
	.proyecto-r {
    padding: 20px 15px;
	}
	.proyecto-l {
    padding: 20px 15px;
	}
}

@media (max-width:900px) and (min-width:800px){
	
	#navbar a{
		padding:20px 7px;
		margin-left:0px;
		font-size:14px;
	}
	
	#botones-home{
		margin-top:0px;
	}
	
	.caption{
		width:55%;
		left:8%;
		bottom:58px;
	}
	
	.caption h1{
		line-height:30px;
		font-size:28px;
	}
	
	.caption p{
		font-size:14px;
		line-height:18px;
	}
	
	.btn-home .span{
		font-size:19px;
	}
	
	.btn-home .span span{
		font-size:20px;
	}
	
	
	#empresa-home p{
		font-size:16px;
	}
	
	#empresa-home h1{
		margin-top:96px;
		font-size:35px;
	}
	
	#frase h1{
		font-size:25px;
	}
	
	#frase{
		padding:39px 15px;
	}
	
	#proyectos-home h1{
		font-size:39px;
	}
	
	.proyectos-home h2{
		font-size:20px;
	}
	
	.proyectos-home p{
		font-size:17px;
	}
	
	.tex-pro p{
		font-size:13px;
		line-height:15px;
		margin-top:13px;
	}
	
	.tex-pro h2{
		font-size:30px;
		margin-top:-14px;
	}
	
	.producto-home span{
		padding:17px;
		font-size:17px;
	}
	
	footer h1{
		font-size:20px;
	}
	
	footer p{
		font-size:14px;
		line-height:22px;
	}
	
	#titulo h1{
		font-size:55px;
	}
	
	#emp-l{
		padding-left:0px;
		padding:47px 15px;
	}
	
	#sistema h1{
		font-size:32px;
	}
	
	#sistema p{
		font-size:19px;
		line-height:24px;
	}
	
	#mallas h2 span{
		font-size:22px;
	}
	
	#mallas h2{
		font-size:23px;
		margin-top:154px;
	}
	
	.texto-pro{
		top:35%;
		font-size:19px;
	}
	
	.proyecto-r h1{
		margin-top:-60px;
		font-size:26px;
	}
	
	.proyecto-r p{
		font-size:17px;
	}
	
	.proyecto-l h1{
		margin-top:-60px;
		font-size:26px;
	}
	
	.proyecto-l p{
		font-size:17px;
	}
	
	.proyecto-l{
		padding:84px 15px;
	}
	
	.proyecto-r{
		padding:84px 15px;
	}
	
	#contacto p{
		font-size:20px;
		line-height:25px;
	}
}


@media (max-width:1000px) and (min-width:900px){
	
	#navbar a{
		padding:20px 7px;
		margin-left:0px;
		font-size:18px;
	}
	
	#botones-home{
		margin-top:0px;
	}
	
	.caption{
		width:55%;
		left:12%;
		bottom:58px;
	}
	
	.caption h1{
		line-height:35px;
		font-size:39px;
	}
	
	.caption p{
		font-size:20px;
		line-height:18px;
	}

	
	
	
	#empresa-home p{
		font-size:18px;
	}
	
	#empresa-home h1{
		margin-top:99px;
		font-size:40px;
	}
	
	#frase h1{
		font-size:30px;
	}
	
	#frase{
		padding:39px 15px;
	}
	
	#proyectos-home h1{
		font-size:39px;
	}
	
	.proyectos-home h2{
		font-size:20px;
	}
	
	.proyectos-home p{
		font-size:17px;
	}
	
	.tex-pro p{
		font-size:15px;
		line-height:15px;
		margin-top:13px;
	}
	
	.tex-pro h2{
		font-size:31px;
		margin-top:-14px;
	}
	
	.producto-home span{
		padding:17px;
		font-size:17px;
	}
	
	footer h1{
		font-size:20px;
	}
	
	footer p{
		font-size:15px;
		line-height:22px;
	}
	
	#titulo h1{
		font-size:55px;
	}
	
	#emp-l{
		padding-left:0px;
		padding:47px 15px;
	}
	
	#sistema h1{
		font-size:32px;
	}
	
	#sistema p{
		font-size:19px;
		line-height:24px;
	}
	
	#mallas h2 span{
		font-size:25px;
	}
	
	#mallas h2{
		font-size:25px;
		margin-top:154px;
	}
	
	.texto-pro{
		top:35%;
		font-size:19px;
	}
	
	.proyecto-r h1{
		margin-top:-60px;
		font-size:26px;
	}
	
	.proyecto-r p{
		font-size:17px;
	}
	
	.proyecto-l h1{
		margin-top:-60px;
		font-size:26px;
	}
	
	.proyecto-l p{
		font-size:17px;
	}
	
	.proyecto-l{
		padding:84px 15px;
	}
	
	.proyecto-r{
		padding:84px 15px;
	}
	
	#contacto p{
		font-size:20px;
		line-height:25px;
	}
}


@media (max-width:1100px) and (min-width:1000px){
	
	#navbar a{
		margin-left:0px;
		font-size:16px;
	}
	
	#botones-home{
		margin-top:0px;
	}
	
	.caption{
		width:55%;
		left:12%;
		bottom:58px;
	}
	
	.caption h1{
		line-height:44px;
		font-size:45px;
	}
	
	.caption p{
		font-size:21px;
		line-height:22px;
	}

	
	.btn-home .span span{
		font-size:20px;
	}
	
	
	#empresa-home p{
		font-size:18px;
	}
	
	#empresa-home h1{
		margin-top:100px;
	}
	
	#frase h1{
		font-size:34px;
	}
	
	#frase{
		padding:39px 15px;
	}
	
	#proyectos-home h1{
		font-size:39px;
	}
	
	
	.proyectos-home p{
		font-size:18px;
	}
	
	.tex-pro p{
		font-size:17px;
		line-height:18px;
		margin-top:13px;
	}
	
	#emp-r{
		padding-right:2%;
	}
	
	
	#emp-r h1{
		font-size:37px;
	}
	
	#emp-r h1{
		margin-top:-29px;
	}
	
	#emp-r p{
		margin-top:19px;
		font-size:16px;
		line-height:21px;
	}
	
	#mision{
		padding-right:1%;
	}
	
	#mision p{
		font-size:18px;
		line-height:24px;
	}
	
	#mision h1{
		font-size:38px;
	}
	
	.tex-pro h2{
		margin-top:-7px;
	}
	
	.producto-home span{
		padding:21px;
		font-size:17px;
	}
	
	footer h1{
		font-size:20px;
	}
	
	footer p{
		font-size:18px;
		line-height:22px;
	}
	
	#titulo h1{
		font-size:55px;
	}
	
	#emp-l{
		padding-left:0px;
		padding:136px 15px;
	}
	
	#sistema h1{
		font-size:32px;
	}
	
	#sistema p{
		font-size:19px;
		line-height:24px;
	}
	
	#mallas h2 span{
		font-size:28px;
	}
	
	#mallas h2{
		font-size:30px;
		margin-top:154px;
	}
	
	.texto-pro{
		top:39%;
	}
	
	.proyecto-r h1{
		margin-top:-30px;
		font-size:33px;
	}
	
	.proyecto-r p{
		font-size:20px;
	}
	
	.proyecto-l h1{
		margin-top:-30px;
		font-size:33px;
	}
	
	.proyecto-l p{
		font-size:20px;
	}
	
	.proyecto-l{
		padding:84px 15px;
	}
	
	.proyecto-r{
		padding:84px 15px;
	}
	
	#contacto p{
		font-size:20px;
		line-height:25px;
	}
}


@media (max-width:1200px) and (min-width:1100px){
	
	#navbar a{
		margin-left:7px;
		font-size:18px;
	}
	
	#botones-home{
		margin-top:0px;
	}
	
	.caption{
		width:55%;
		left:12%;
		bottom:58px;
	}
	
	.caption h1{
		line-height:47px;
		font-size:50px;
	}
	
	.caption p{
		font-size:25px;
	}

	
	.btn-home .span span{
		font-size:20px;
	}
	

	
	#empresa-home h1{
		margin-top:100px;
	}
	
	#frase h1{
		font-size:34px;
	}
	
	
	.proyectos-home p{
		font-size:18px;
	}
	
	.tex-pro p{
		font-size:18px;
		line-height:21px;
		margin-top:13px;
	}

	#emp-r h1{
		font-size:37px;
	}
	
	#emp-r h1{
		margin-top:-29px;
	}
	
	#emp-r p{
		margin-top:19px;
		font-size:18px;
		line-height:22px;
	}
	
	#mision{
		padding-right:1%;
	}
	
	#mision p{
		font-size:18px;
		line-height:24px;
	}
	
	#mision h1{
		font-size:38px;
	}
	
	.tex-pro h2{
		margin-top:-7px;
	}
	
	.producto-home span{
		padding:21px;
		font-size:20px;
	}
	
	footer h1{
		font-size:20px;
	}
	
	footer p{
		font-size:21px;
		line-height:22px;
	}
	
	#titulo h1{
		font-size:55px;
	}
	
	#emp-r{
		padding-right:3%;
	}
	
	#emp-l{
		padding-left:0px;
		padding:136px 15px;
	}
	
	
	#mallas h2 span{
		font-size:32px;
	}
	
	#mallas h2{
		font-size:34px;
		margin-top:154px;
	}
	
	.texto-pro{
		top:43%;
	}
	
	.proyecto-r h1{
		margin-top:-30px;
		font-size:38px;
	}
	
	.proyecto-r p{
		font-size:23px;
	}
	
	.proyecto-l h1{
		margin-top:-30px;
		font-size:38px;
	}
	
	.proyecto-l p{
		font-size:23px;
	}
	
	.proyecto-l{
		padding:84px 15px;
	}
	
	.proyecto-r{
		padding:84px 15px;
	}
	
	#contacto p{
		font-size:20px;
		line-height:25px;
	}
}


@media (max-width:1300px) and (min-width:1200px){
	
	#navbar a{
		margin-left:-3px;
		font-size:11px;
	}
	
	#botones-home{
		margin-top:0px;
	}
	
	.caption{
		width:55%;
		left:21%;
		bottom:58px;
	}
	
	.btn-home .span{
		font-size:21px;
	}
	
	.caption h1{
		line-height:39px;
		font-size:41px;
	}
	
	.caption p{
		font-size:22px;
	}
	
	#empresa-home p{
		font-size:19px;
		line-height:22px;
	}

	
	.btn-home .span span{
		font-size:20px;
	}
	

	
	#empresa-home h1{
		margin-top:100px;
	}
	
	#frase h1{
		font-size:26px;
	}
	
	
	.proyectos-home p{
		font-size:16px;
	}
	
	#proyectos-home h1{
		font-size:34px;
	}
	
	.tex-pro p{
		font-size:19px;
		line-height:23px;
		margin-top:13px;
	}

	#emp-r h1{
		font-size:37px;
	}
	
	#emp-r h1{
		margin-top:-29px;
	}
	
	#emp-r p{
		margin-top:19px;
		font-size:18px;
		line-height:22px;
	}
	
	#mision{
		padding-right:1%;
	}
	
	#mision p{
		font-size:18px;
		line-height:24px;
	}
	
	#mision h1{
		font-size:38px;
	}
	
	.tex-pro h2{
		margin-top:-7px;
	}
	
	.producto-home span{
		padding:21px;
		font-size:21px;
	}
	
	footer h1{
		font-size:20px;
	}
	
	footer p{
		font-size:17px;
		line-height:22px;
	}
	
	#titulo h1{
		font-size:55px;
	}
	
	#emp-r{
		padding-right:3%;
	}
	
	.empresa h1{
		font-size:25px;
	}
	
	.empresa p{
		font-size:17px;
		line-height:19px;
	}
	
	#sistema p{
		font-size:19px;
		line-height:22px;
	}
	
	#emp-l{
		padding-left:0px;
		padding:136px 15px;
	}
	
	
	#mallas h2 span{
		font-size:22px;
	}
	
	#mallas h2{
		font-size:23px;
		margin-top:131px;
	}
	
	.texto-pro{
		top:35%;
		font-size:18px;
	}
	
	.proyecto-r h1{
		margin-top:-30px;
		font-size:38px;
	}
	
	.proyecto-r p{
		font-size:23px;
	}
	
	.proyecto-l h1{
		margin-top:-30px;
		font-size:38px;
	}
	
	.proyecto-l p{
		font-size:23px;
	}
	
	.proyecto-l{
		padding:84px 15px;
	}
	

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


@media (max-width:1400px) and (min-width:1300px){
	
	#navbar a{
		margin-left:5px;
		font-size:13px;
	}
	
	#botones-home{
		margin-top:0px;
	}
	
	.caption{
		width:55%;
		left:21%;
		bottom:58px;
	}
	
	.btn-home .span{
		font-size:21px;
	}
	
	.caption h1{
		line-height:45px;
		font-size:45px;
	}
	
	#empresa-home p{
		font-size:19px;
		line-height:22px;
	}

	
	.btn-home .span span{
		font-size:20px;
	}
	

	
	#empresa-home h1{
		margin-top:100px;
		font-size:39px;
	}
	
	#frase h1{
		font-size:30px;
	}
	
	
	.proyectos-home p{
		font-size:17px;
	}
	
	#proyectos-home h1{
		font-size:38px;
	}
	
	.tex-pro p{
		font-size:19px;
		line-height:23px;
		margin-top:13px;
	}

	#emp-r h1{
		font-size:37px;
	}

	
	#emp-r p{
		margin-top:19px;
		font-size:19px;
		line-height:24px;
	}
	
	#sistema h1{
		font-size:35px;
	}
	
	#mision{
		padding-right:1%;
	}
	
	#mision p{
		font-size:18px;
		line-height:24px;
	}
	
	#mision h1{
		font-size:38px;
	}

	
	.producto-home span{
		padding:21px;
		font-size:24px;
	}
	
	footer h1{
		font-size:20px;
	}
	
	footer p{
		font-size:15px;
		line-height:22px;
	}
	
	#titulo h1{
		font-size:55px;
	}
	
	#emp-r{
		padding-right:3%;
	}
	
	.empresa h1{
		font-size:25px;
	}
	
	.empresa p{
		font-size:17px;
		line-height:19px;
	}
	
	#sistema p{
		font-size:19px;
		line-height:22px;
	}
	
	#emp-l{
		padding-left:0px;
		padding:136px 15px;
	}
	
	
	#mallas h2 span{
		font-size:25px;
	}
	
	#mallas h2{
		font-size:26px;
		margin-top:131px;
	}
	
	.texto-pro{
		top:40%;
		font-size:18px;
	}
	
	.proyecto-r h1{
		margin-top:-30px;
		font-size:38px;
	}
	
	.proyecto-r p{
		font-size:23px;
	}
	
	.proyecto-l h1{
		margin-top:-30px;
		font-size:38px;
	}
	
	.proyecto-l p{
		font-size:23px;
	}
	
	

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

@media (max-width:1500px) and (min-width:1400px){
	
	#navbar a{
		margin-left:6px;
		font-size:14px;
	}
	
	#botones-home{
		margin-top:0px;
	}
	
	.caption{
		width:55%;
		left:19%;
		bottom:85px;
	}
	
	.btn-home .span{
		font-size:21px;
	}
	
	.caption h1{
		line-height:48px;
		font-size:52px;
	}
	
	#empresa-home p{
		font-size:20px;
		line-height:22px;
	}

	
	.btn-home .span span{
		font-size:20px;
	}
		
	#empresa-home h1{
		margin-top:100px;
	}
	
	#frase h1{
		font-size:31px;
	}
	
	
	.proyectos-home p{
		font-size:17px;
	}
	
	#proyectos-home h1{
		font-size:38px;
	}
	
	.tex-pro p{
		font-size:19px;
		margin-top:13px;
	}

	#emp-r h1{
		font-size:37px;
	}

	
	#emp-r p{
		margin-top:19px;
		font-size:19px;
		line-height:24px;
	}
	
	#sistema h1{
		font-size:35px;
	}

	
	#mision p{
		font-size:18px;
		line-height:24px;
	}
	
	#mision h1{
		font-size:38px;
	}

	
	.producto-home span{
		padding:21px;
		font-size:24px;
	}
	
	footer h1{
		font-size:20px;
	}
	
	footer p{
		font-size:16px;
		line-height:22px;
	}
	
	#titulo h1{
		font-size:55px;
	}
	
	#emp-r{
		padding-right:3%;
	}
	
	.empresa h1{
		font-size:25px;
	}
	
	.empresa p{
		font-size:17px;
		line-height:19px;
	}
	
	#sistema p{
		font-size:19px;
		line-height:22px;
	}
	
	#emp-l{
		padding:136px 43px;
	}
	
	
	#mallas h2 span{
		font-size:26px;
	}
	
	#mallas h2{
		font-size:26px;
		margin-top:131px;
	}
	
	.texto-pro{
		top:40%;
		font-size:18px;
	}
	
	.proyecto-r h1{
		margin-top:-30px;
		font-size:38px;
	}
	
	.proyecto-r p{
		font-size:23px;
	}
	
	.proyecto-l h1{
		margin-top:-30px;
		font-size:38px;
	}
	
	.proyecto-l p{
		font-size:23px;
	}
	
	

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


@media (max-width:1600px) and (min-width:1500px){
	
	#navbar a{
		margin-left:4px;
		font-size:16px;
	}
	
	#botones-home{
		margin-top:0px;
	}
	
	.caption{
		width:55%;
		left:19%;
		bottom:85px;
	}
	
	.btn-home .span{
		font-size:21px;
	}
	
	.caption h1{
		line-height:48px;
		font-size:52px;
	}
	
	.btn-home .span span{
		font-size:20px;
	}
		
	#empresa-home h1{
		margin-top:100px;
	}
	
	#frase h1{
		font-size:33px;
	}
	
	
	.proyectos-home p{
		font-size:17px;
	}
	
	#proyectos-home h1{
		font-size:38px;
	}
	
	.tex-pro p{
		font-size:19px;
		margin-top:13px;
	}

	#emp-r h1{
		font-size:37px;
	}

	
	#emp-r p{
		margin-top:19px;
		font-size:19px;
		line-height:24px;
	}
	
	#sistema h1{
		font-size:35px;
	}

	
	#mision p{
		font-size:18px;
		line-height:24px;
	}
	
	#mision h1{
		font-size:38px;
	}

	
	.producto-home span{
		padding:24px;
	}
	
	footer h1{
		font-size:20px;
	}
	
	footer p{
		font-size:18px;
		line-height:22px;
	}
	
	#titulo h1{
		font-size:55px;
	}
	
	#emp-r{
		padding-right:3%;
	}
	
	.empresa h1{
		font-size:25px;
	}
	
	.empresa p{
		font-size:17px;
		line-height:19px;
	}
	
	#sistema p{
		font-size:19px;
		line-height:22px;
	}
	
	#emp-l{
		padding:136px 43px;
	}
	
	
	#mallas h2 span{
		font-size:29px;
	}
	
	#mallas h2{
		font-size:30px;
		margin-top:184px;
	}
	
	.texto-pro{
		top:40%;
		font-size:19px;
	}
	
	.proyecto-r h1{
		margin-top:-30px;
		font-size:38px;
	}

	
	.proyecto-l h1{
		margin-top:-30px;
		font-size:38px;
	}
	
	#mision{
		padding-right:10%;
	}
	
	.proyecto-l p{
		font-size:23px;
	}
	
	

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

@media (max-width:1700px) and (min-width:1600px){
	
	#navbar a{
		margin-left:4px;
		font-size:18px;
	}
	
	#botones-home{
		margin-top:-45px;
	}
	
	.caption{
		width:55%;
		left:19%;
		bottom:124px;
	}
	
	.btn-home .span{
		font-size:21px;
	}
	
	.caption h1{
		line-height:58px;
		font-size:60px;
	}
	
	.btn-home .span span{
		font-size:20px;
	}
		
	#empresa-home h1{
		margin-top:100px;
		font-size:36px;
	}
	
	#frase h1{
		font-size:35px;
	}

	footer h1{
		font-size:20px;
	}
	
	footer p{
		font-size:20px;
		line-height:22px;
	}
	
	#titulo h1{
		font-size:63px;
	}
	
	#emp-r{
		padding-right:3%;
	}
	
	.empresa p{
		font-size:19px;
		line-height:22px;
	}
	
	#emp-l{
		padding:136px 43px;
	}
	
	
	#mallas h2 span{
		font-size:29px;
	}
	
	#mallas h2{
		font-size:31px;
		margin-top:184px;
	}
	
	.texto-pro{
		top:43%;
		font-size:21px;
	}
	
	
	#mision{
		padding-right:10%;
	}
	
	.proyecto-l p{
		font-size:23px;
	}
	
	

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

@media (max-width:1800px) and (min-width:1700px){
	
	#navbar a{
		margin-left:6px;
		font-size:19px;
	}
		
	.btn-home .span span{
		font-size:20px;
	}
		
	#empresa-home h1{
		margin-top:100px;
		font-size:40px;
	}

	footer h1{
		font-size:20px;
	}
	
	footer p{
		font-size:20px;
		line-height:22px;
	}

	.empresa p{
		font-size:20px;
		line-height:22px;
	}
	
	#emp-l{
		padding:136px 101px;
	}
	
	
	#mallas h2 span{
		font-size:32px;
	}
	
	#mallas h2{
		font-size:35px;
		margin-top:184px;
	}
	
	
	.proyecto-l p{
		font-size:23px;
	}
	
	

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

@media (max-width:1900px) and (min-width:1800px){
	
	#navbar a{
		font-size:19px;
	}
		
	.btn-home .span span{
		font-size:20px;
	}

	footer h1{
		font-size:20px;
	}
	
	footer p{
		font-size:20px;
		line-height:22px;
	}

	.empresa p{
		font-size:20px;
		line-height:22px;
	}
	
	#emp-l{
		padding:136px 101px;
	}
	
	
	#mallas h2 span{
		font-size:32px;
	}
	
	#mallas h2{
		font-size:35px;
		margin-top:184px;
	}
	
	
	.proyecto-l p{
		font-size:23px;
	}
	
	

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