@font-face {
	font-family:"coolvetica_rg";
	src:url("../fonts/coolvetica_rg.eot?") format("eot"),
	url("../fonts/coolvetica_rg.woff") format("woff"),
	url("../fonts/coolvetica_rg.ttf") format("truetype"),
	url("../fonts/coolvetica_rg.svg#coolvetica_rg") 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/RMontserrat-Regular.svg#Montserrat-Regular") format("svg");
	font-weight:normal;
	font-style:normal;
}


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

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

.clear{
	clear:both;
}

#header{
	background: url(../imagenes/header.jpg) no-repeat;
	padding-bottom: 0px;
}

.logo{
	margin-top: -16px;
}

#barra-menu{
	z-index: 1;
	background: #006189;
	padding-bottom: 10px;
}

#menu{
  	min-height: 40px;
  	background: #006189;
  	width: 100%;
  	float:left;
  	position: relative;
  	margin-bottom:0px;
  	border: none;
	border-radius: 0;
	font-family:"coolvetica_rg";
}

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

#navbar a{
  	color: #FFF;
	display: block;
	padding: 5px 3px;
	font-size: 21px;
	border-bottom: solid 2px #ff9726;
}

#navbar a span{
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
}

#navbar a:hover span{
	opacity: 1;
}

#navbar a:hover{
	border-bottom: solid 2px #fff;
	text-decoration: none;
}

#navbar .selec{
	border-bottom: solid 2px #fff;
	text-decoration: none;
}

#navbar .selec span{
	opacity: 1;
}

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{
	position: absolute;
	top: 400px;
	right: 15%;
	color: #fff;
	text-shadow: 3px 2px 3px #000;
}

.caption p{
	font-size: 40px;
    line-height: 52px;
	margin-top: -139px;
}

.caption p span{
	font-family:"coolvetica_rg";
} 

#banner{
  	 margin-top: 16%;
}

#carousel-home .carousel-indicators{
}

#carousel-home .carousel-indicators li{
  	background: #fff;
	width: 50px;
	border-radius: 0;
  	border-color: #fff;
}

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

#productos-home{
	background: url(../imagenes/fondo3.jpg) no-repeat;
	padding: 60px 15px;
}

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

.producto-home h1{
	font-family:"coolvetica_rg";
	font-size: 30px;
	color: #000;
	min-height: 88px;
	margin-top: 50px;
}

.producto-home a{
	display: inline-block;
	margin-top: 15px;
	background: #ff9726;
	color: #fff;
	font-size: 18px;
	padding: 10px 15px;
	text-decoration: none !important;
}

.producto-home a:hover{
	background: #006189;
	color: #fff;
}

#empresa-home{
	background: url(../imagenes/fondo3.jpg) no-repeat;
	padding: 0px 15px;
}

#empresa-home h1{
	color: #212375;
	font-family:"coolvetica_rg";
	margin-top: 40px;
	font-size: 40px;
	border-bottom: solid 1px #212375;
}

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

#empresa-home img{
	margin-top: 30px;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 99999;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../imagenes/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../imagenes/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../imagenes/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 80100;
	background-image:url(../imagenes/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#clientes{
	padding: 35px 15px;
	background: #006189;
}

#clientes h1{
	font-family:"coolvetica_rg";
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}

#clientes h1 span{
	font-size: 48px;
}

#quienes-home {
	padding: 35px 15px;
	background: #006189;
}

#quienes-home h1{
	font-family:"coolvetica_rg";
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}

#quienes-home h1 span{
	font-size: 48px;
}

#quienes-home p{
	text-align: justify;
	margin-top: 20px;
	color: #fff;
	line-height: 22px;
}

footer{
	padding-top: 30px;
	background: url(../imagenes/footer.jpg);
}

footer h1{
	font-family:"coolvetica_rg";
	font-size: 24px;
	color: #fff;
}

footer p{
	color: #fff;
	margin-top: 15px;
	padding-left: 35px;
	line-height: 24px;
}

.certificacion {
	background: url(../imagenes/certificacion.png) no-repeat right;
	padding: 41px;
    padding-right: 41px;
	padding-right: 370px;
	display: inline-block;
	text-decoration: none !important;
	margin-top: -2px;
}

.web {
	background: url(../imagenes/web.png) no-repeat right;
	padding: 8px;
	padding-right: 160px;
	display: inline-block;
	color: #fff;
	text-decoration: none !important;
	font-size: 12px;
	margin-top: 80px;
}

.web:hover{
	background: url(../imagenes/web-h.png) no-repeat right;
	color: #fff;
}

.redes{
	position: relative;
	float: right;
	margin-top: 11px;
}

#fb{
    float: left;
    position: relative;
    background: url(../imagenes/redes.png) no-repeat left;
    width: 65px;
    height: 70px;
}

#ins{
    float: left;
    position: relative;
    background: url(../imagenes/redes.png) no-repeat -69px;
    width: 59px;
    height: 70px;
    margin-left:5px;
}

#you{
    float: left;
	position: relative;
	background: url(../imagenes/redes.png) no-repeat -130px;
	width: 125px;
	height: 70px;
	margin-left: 5px;
}

.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: 55px;
    font-weight: 700;
    line-height: 1;
    color: #EC1C25 !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 3.2;
}

#titulo{
  	padding-top: 90px;
  	padding-bottom: 40px;
  	background-size: cover;
	text-align:right;
	margin-top: 309px;
}

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

#empresa{
	background: url(../imagenes/fondo3.jpg) no-repeat;
	padding: 30px 15px;
}

#empresa h1{
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #ff9726;
	font-size: 32px;
	color: #ff9726;
	font-family:"coolvetica_rg";
}

#carousel-emp{
	margin-top: 20px;
}

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

#mision{
	background: #ff9726;
	padding: 9px 15px 71px 0px;
}

.title-quienes{
	display: flex;
	width: 100%;
	position: relative;
	align-items: center;
	margin-top: 70px;
}

.title-quienes h1{
	font-size:40px;
	margin-left: 10px;
	font-family:"coolvetica_rg";
	color: #fff;
}

#mision p{
	margin-top: 15px;
	line-height: 27px;
	color: #fff;
	padding-left: 140px;
}

.lineav{
	position: relative;
	width: 50px;
	height: 2px;
	background: #FFF;
}

.lineaa{
	position: relative;
	width: 50px;
	height: 2px;
	background: #fff300;
}

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

#objetivos{
	background: url(../imagenes/fondo3.jpg) no-repeat;
	padding: 71px 15px;
}

#objetivos h1{
	margin-top: 30px;
	padding-bottom: 25px;
	border-bottom: solid 2px #212375;
	font-size: 40px;
	color: #212375;
	font-family:"coolvetica_rg";
}

#objetivos p{
	margin-top: 15px;
	margin-left: 15px;
	color: #000;
	line-height: 24px;
}

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

.objetivos a{
	position: absolute;
	width: 150px;
	height: 150px;
	background: rgba(3, 68, 95, 0.6);
	border: solid 2px #212375;
	right: 0px;
	top: 90px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 22px;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-family:"coolvetica_rg";
	text-shadow: 1px 1px 1px #000;
}

.objetivos a:hover{
	background: rgba(255, 0, 0, 0.6);
	border: solid 2px #ff0000;
	text-decoration: none;
}

#productos{
	background: url(../imagenes/fondo3.jpg) no-repeat;
	padding: 71px 15px;
}

#productos h1{
	margin-top: -17px;
	padding-bottom: 25px;
	border-bottom: solid 2px #ff9726;
	font-size: 35px;
	color: #ff9726;
	font-family:"coolvetica_rg";
}

#productos h4{
	margin-top: 15px;
	margin-left: 15px;
	color: #000;
	line-height: 24px;
	font-size: 24px;
	text-align: center;
}

#productos p{
	margin-top: 15px;
	margin-left: 15px;
	color: #000;
	line-height: 24px;
	font-size: 18px;
}

.productos h2{
	font-size:70px;
	color: #ff9726;
	text-align: center;
	line-height: 50px;
	font-family:"coolvetica_rg";
}

.productos h3{
	font-size:18px;
	color: #000;
	line-height: 22px;
	margin-top: 90px;
	margin-left: 35px;
}

.productos p{
	text-align: center;
	margin-top: 20px !important;
}

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

.productos a{
	position: absolute;
	width: 150px;
	height: 150px;
	background: rgba(255, 151, 38, 0.6);
	border: solid 2px #ff9726;
	right: 0px;
	top: 90px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 22px;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-family:"coolvetica_rg";
	text-shadow: 1px 1px 1px #000;
}

.productos a:hover{
	background: rgba(0, 97, 137, 0.6);
	border: solid 2px #006189;
	text-decoration: none;
}

#carousel-fab{
	padding-bottom: 50px;
}

#carousel-fab .carousel-indicators{
	text-indent: 0;
	bottom: 0;
}

#carousel-fab .carousel-indicators li{
  	width: 14px;
	height: 23px;
	text-align: center;
	border-radius: 0;
 	text-indent: 0;
	margin: 0px 10px;
	color: #212375;
	font-family:"coolvetica_rg";
}

#carousel-fab .carousel-indicators .active{
	border-bottom: solid 1px #fff;
	color: #fff;
	background-color: #ff9726;
}

.imagen1{
	margin-top: 20px;
}

.imagen2{
	margin-top: 20px;
}

.imagen3{
	margin-top: 132px;
}

.imagen4{
	margin-top: 40px;
}

#volver{
	background: #fff;
	padding: 44px 15px 71px 0px;
}

#ver_mas {
  	padding: 20px 15px;
  	text-align: center;
}

#ver_mas a{
  	display: inline-block;
  	padding: 15px 44px;
  	background: #ff9726;
  	text-transform: uppercase;
  	font-size: 17px;
  	color: #FFF;
  	text-decoration: none !important;
}

#ver_mas a:hover{
  	text-decoration: none !important;
  	background: #006189;
}

#formularios{
	background: url(../imagenes/fondo3.jpg) no-repeat;
	padding: 71px 15px;
}

#formularios h1{
	margin-top: -15px;
	padding-bottom: 25px;
	border-bottom: solid 2px #212375;
	font-size: 35px;
	color: #212375;
	font-family: "coolvetica_rg";
}

.home{
	float: left;
	position: relative;
	width: 100%;
	margin-top: 53px;
}

.home-caption{
	font-family: "coolvetica_rg";
	position: absolute;
	top:40%;
	left: 0%;
	background: #03445fcc;
	color: #FFF;
	padding: 21px 13px;
	width: 100%;
	z-index: 999;
	font-size:26px;
}

.home:hover img{
	filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
	filter: Gray(); /* IE4-8 and 9 */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.home:hover .home-caption{
	background: rgba(255, 0, 0, 0.8);
}

.imagen1{
	margin-top: 20px;
}

.imagen2{
	margin-top: 20px;
}

.imagen3{
	margin-top: 132px;
}

.imagen4{
	margin-top: 40px;
}


.interna{
	margin-top: 100px;
}

.interna a{
	display: inline-block;
	margin-top: 20px;
	font-family: "coolvetica_rg";
	background: #FF0000;
	padding: 10px 50px;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	box-shadow: 2px 2px 2px #000;
}

.titulo-interna h2{
	color: #fff;
	margin-top: 92px;
	font-size: 30px;
	font-family: "coolvetica_rg";
}

.titulo-interna h2 span{
	font-family:"coolvetica_rg";
	font-size: 30px;
}

.img-cat {
    width: 50%;
    display: inline-block;
    margin-left: 50px;
}

.titulo-color{
	position: absolute;
	left: -15%;
	top: 50px;
	width: 50%;
	height: 122px;
	background: #212375;
}

#prev{
	float: right;
	position: relative;
	width: 60px;
	height: 60px;
	right: 48%;
	left: auto;
	bottom: 0;
	opacity: 1;
	background: #212375;
	display: flex;
	justify-content: center;
	align-items: center;
}

#prev:hover{
	color: #FFF;
	background: #ff0000;
}

#next{
	float: right;
	position: relative;
	width: 60px;
	height: 60px;
	right: 40%;
	bottom: 0;
	opacity: 1;
	background: #212375;
	display: flex;
	justify-content: center;
	align-items: center;
}

#next:hover{
	color: #FFF;
	background: #ff0000;
}

#aviso{
	background: url(../imagenes/fondo3.jpg) no-repeat;
	padding: 76px 15px;
}

#aviso h1{
	margin-top: -15px;
    padding-bottom: 25px;
    border-bottom: solid 1px #ff9726;
    font-size: 35px;
    color: #ff9726;
	font-family:"coolvetica_rg";
}	

#aviso p{
	margin-top: 15px;
	color: #000;
	text-align: justify;
	line-height: 20px;
}

#aviso h2{
	margin-top: 15px;
	font-size: 24px;
	color: #ff9726;
	font-weight: bold;
}

#aviso a{
	float: right;
	margin-top: 20px;
	background: #006189;
	padding: 10px 50px;
	color: #fff;
	font-family:"coolvetica_rg";
	font-size: 20px;
	text-decoration: none;
	box-shadow: 2px 2px 2px #000;
}

#aviso a:hover{
	background: #ff9726;
	color: #fff;
}

#criterios{
  	padding:132px 0px;
  	background: url(../imagenes/criterios/bg.jpg) no-repeat top center;
  	background-size: cover;
}

#criterios h1{
  	color: #fff;
  	font-size: 30px;
  	text-align:left;
  	text-shadow: 2px 2px 2px #000;
  	margin-top: 44px;
  	font-family:"coolvetica_rg";
}

#criterios p{
  	color:#fff;
  	font-size: 16px;
  	line-height: 22px;
	text-align: justify;
	text-shadow: -5px 1px 4px #000;
}

#videos_home{
	padding: 45px 0px;background: #212375;
}

#videos_home h1{
	margin-top: -17px;
	padding-bottom: 25px;
	border-bottom: solid 2px #212375;
	font-size: 35px;
	color: #fff;
	font-family:"coolvetica_rg";
}

#fondo_videos{
	text-align: center;
	background: #212375;
}

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

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

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

.bg-6{
  	background: url(../imagenes/bg6.jpg) no-repeat center top;
}

.bg-7{
  	background: url(../imagenes/bg7.jpg) no-repeat center top;
}

.bg-8{
  	background: url(../imagenes/bg8.jpg) no-repeat center top;
}

.bg-9{
  	background: url(../imagenes/bg9.jpg) no-repeat center top;
}

.bg-10{
  	background: url(../imagenes/bg10.jpg) no-repeat center top;
}

.bg-11{
  	background: url(../imagenes/bg11.jpg) no-repeat center top;
}

.bg-12{
  	background: url(../imagenes/bg12.jpg) no-repeat center top;
}

.bg-13{
  	background: url(../imagenes/bg13.jpg) no-repeat center top;
}

.bg-14{
  	background: url(../imagenes/bg14.jpg) no-repeat center top;
}

.bg-15{
  	background: url(../imagenes/bg15.jpg) no-repeat center top;
}

#contacto{
	background: #ff9726;
	padding: 66px 15px;
	background-size: cover;
}

#contacto h1{
	margin-top: 20px;
	color: #fff;
	font-size: 35px;
	font-family:"coolvetica_rg";
}

#contacto p{
	text-align: justify;
	margin-top: 20px;
	line-height: 20px;
	color: #fff;
}

#formulario{
	margin-top: 20px;
}

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

#formulario input{
	width:100%;
	background-color:#fff;
	color:#000;
	border:none;
	font-size:14px;
	padding:12px;
	margin-top: 5px;
}

#formulario textarea{
	width:100%;
  	background-color:#fff;
	color:#000;
	border:none;
	font-size:14px;
	padding:10px;
	margin-top: 5px;
  	height: 70px;
}

#enviar{
	width:100px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:24px !important;
	color:#fff !important;
	text-align:center;
	margin-top:20px !important;
	padding:10px 0px !important;
	background: #006189 !important;
	margin-right: 15px;
}

#enviar:hover{
  	background: #fff !important;
	color: #000 !important;
}

#borrar{
	width:100px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:24px !important;
	color:#fff !important;
	text-align:center;
	margin-top:20px!important;
	padding:10px 0px !important;
	background: #006189 !important;
  	border: none !important;
}

#borrar:hover{
  	background: #fff !important;
	color: #000 !important;
}

#mapa-bg {
	margin-bottom: 80px;
	background: url(../imagenes/fondo3.jpg) no-repeat;
}

#map{
	height:400px;
	margin: 30px 0px;
	border: solid 2px #000;
}

#ampliar{
	background-color: #ff9726;
    color: #fff;
    text-align: center;
  	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
  	text-decoration: none !important;
	bottom:-10px;
	right:40%;
}

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

#back-top {
  	top: 342px;
  	z-index: 100;
  	le: -5px;
  	float: right;
  	position: fixed;
}

.bc1{
  	background: url(../imagenes/redes.png) 0px 0px no-repeat;
  	display:block;
  	width: 54px;
  	height: 56px;
}

.bc2{
  	background: url(../imagenes/redes.png) 0px -54px no-repeat;
  	display:block;
  	width: 54px;
  	height: 51px;
}

.bc3{
  	background: url(../imagenes/redes.png) 0px -105px no-repeat;
  	display:block;
  	width: 54px;
  	height: 60px;
}



/*-----------------------------------------------------------------------------------------*/


@media (max-width: 800px){
	
	#header {
    	background: #fff;
    	padding-bottom: 20px;
	}

	.logo{
		margin: auto;
	}

	#back-top {
    	top: 229px;
	}

	#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: #ff9726 !important;
		margin-bottom: -2px;
		margin-top: 1px;
	}

	nav .me {
   		font-size: 13px;
	}

	.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;
		padding: 5px;
		margin-top: 2px;
    	border: none;
    	font-size: 15px;
	}

	#carousel-home .carousel-indicators li {
    	width: 35px;
	}

	.caption {
    	top: -8px;
	}

	.caption p {
    	font-size: 14px;
		line-height: 18px;
		margin-top: 36px;
	}

	#banner {
    	margin-top: 27%;
	}

	.web {
	    margin-top: 20px;
	}

	footer h1 {
    	margin-top: 20px;
    	font-size: 18px;
	}

	#mision p {
    	padding-left:0px;
	}

	.productos h2 {
    	font-size: 40px;
    	line-height: 40px;
	}

	#carousel-fab .carousel-indicators li {
	    margin: 0px 6px;
	}

	.imagen1 {
    	margin-top: 20px;
    	padding: 0px 15px;
	}

	.imagen2 {
	    margin-top: 20px;
	    padding: 0;
	}

	.imagen3 {
    	margin-top: 20px;
    	padding: 0;
	}

	.imagen4 {
		margin-top: 20px;
		padding: 0;
	}

	.titulo-color {
    	width: 115%;
	}
	
	#prev {
		margin-top: 15px;
		right: 34%;
	}

	#next {
    	right: 0%;
		margin-top: 15px;
	}

	#mapa-bg {
    	margin-bottom: 30px;
	}

	.producto-home h1{
		font-size: 20px;
		min-height: 0px;
		margin-top: -5px;
	}

	redes {
    	float: inline-end;
    }

	#clientes h1 span {
        font-size: 34px;
	}

	#empresa-home h1{
		font-size: 28px;
		margin-top: -38px;
	}

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

	#empresa h1{
		font-size: 18px;
		margin-top: -3px;
	}

	#info-home a{
		font-size: 19px;
	}
	.title-quienes h1 {
    	font-size: 28px;
	}
	#objetivos h1{
		font-size:24px;
		margin-top: -33px;
	}

	#productos h1{
		font-size:24px;
		margin-top: -39px;
	}

	#aviso h1{
		font-size: 24px;
		margin-top: -39px;
	}

	#aviso a{
		font-size: 16px;
		padding: 10px 20px;
	}

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

	#contacto h1{
		font-size: 24px;
		margin-top: -26px;
	}

	.objetivos a{
		width: 100px;
		height: 100px;
		font-size: 16px;
	}

	.productos a{
		width: 100px;
		height: 100px;
		font-size: 16px;
	}

	#productos-home {
    	padding: 0px 15px;
	}

	.producto-home a {
   		margin-top: 5px;
    	font-size: 14px;
    }

	#criterios {
    	padding: 55px 0px;
    }

	#formularios h1 {
    	margin-top: -38px;
    	font-size: 24px;
    }

	.titulo-interna h2 {
    	font-size: 24px;
    }

	.titulo-interna h2 span {
    	font-size: 24px;
	}

	.interna a {
    	font-size: 20px;
    }

	.interna a {
    	font-size: 18px;
    }

	#titulo {
    	margin-top: 156px;
	}

	.home-caption {
    	font-size: 18px;
	}
}




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

	#navbar a{
		font-size: 15px;
	}

	#navbar li{
		margin: 0 16px;
	}

	.caption p {
    	font-size: 23px;
        line-height: 29px;
    	margin-top: -341px;
	}

	#banner {
    	margin-top: 20%;
	}

	#back-top {
    	top: 183px;
    }

	#titulo {
     	margin-top: 170px;
	}

	footer h1{
		font-size: 16px;
	}

	footer p{
		font-size: 14px;
		line-height: 25px;
	}

	.producto-home a {
  		margin-top: -18px;
 	}

	.producto-home h1 {
    	font-size: 18px;
    }

	#empresa-home h1 {
    	margin-top: -5px;
    	font-size: 36px;
	}

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

	#productos h1{
		font-size: 36px;
		margin-top: -44px;
	}

	.productos h2 {
    	font-size: 70px;
    }

	#aviso h1 {
    	margin-top: -44px;
    	font-size: 36px;
    }

	#aviso a {
    	font-size: 18px;
    }

	.titulo-color{
		width: 68%;
	}

	#contacto h1{
		font-size: 32px;
		margin-top: -15px;
	}

	#criterios {
    	padding: 83px 0px;
    }

	#formularios h1 {
    	margin-top: -44px;
    	font-size: 36px;
	}

	.interna a {
    	font-size: 18px;
    }

	#empresa h1 {
    	margin-top: -4px;
    	font-size: 32px;
    }

	.home-caption {
   		font-size: 16px;
	}
}


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

	#navbar a{
		font-size: 14px;
		padding: 5px 0px;
	}

	#navbar li{
		margin: 0 30px;
	}

	.caption p {
    	font-size: 32px;
		line-height: 39px;
		margin-top: -341px;
	}

	#banner {
    	margin-top: 20%;
	}

	#back-top {
    	top: 192px;
    }

	footer h1{
		font-size: 16px;
	}

	footer p{
		font-size: 15px;
		line-height: 25px;
	}

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

	#empresa-home h1 {
    	margin-top: -14px;
    	font-size: 36px;
	}

	#productos h1{
		font-size: 36px;
		margin-top: -42px;
	}

	#aviso h1 {
    	margin-top: -54px;
   		font-size: 36px;
    }

	#aviso a {
    	font-size: 18px;
    }

	#titulo {
   		margin-top: 188px;
	}

	.titulo-color{
		width: 68%;
	}

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

	#productos-home {
    	padding: 30px 15px;
	}

	.producto-home h1 {
    	font-size: 24px;
    }

	.producto-home a {
  		margin-top: -10px;
    }

	#formularios h1 {
    	margin-top: -40px;
    	font-size: 36px;
    }

	#prev {
   		right: 56%;
    }
	
	.interna a {
    	font-size: 18px;
    }
	
	.home-caption {
    	font-size: 20px;
	}
}

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

	#navbar a{
		font-size: 14px;
		padding: 5px 0px;
	}

	#navbar li{
		margin: 0 43px;
	}

	#back-top {
    	top: 214px;
    }

	.caption p {
    	margin-top: -306px;
		font-size: 36px;
		line-height: 46px;
	}

	#banner {
    	margin-top: 18%;
	}

	#titulo {
    	margin-top: 208px;
	}

	footer h1{
		font-size: 16px;
	}

	footer p{
		font-size: 16px;
		line-height: 25px;
	}
	#empresa h1 {
    	margin-top: 1px;
    	font-size: 30px;
	}

	#objetivos h1{
		font-size: 36px;
		margin-top: -16px;
	}

	#productos h1{
		font-size: 36px;
		margin-top: -42px;
	}

	#aviso h1 {
    	margin-top: -56px;
    }

	#aviso a {
   		font-size: 18px;
    }

	.titulo-color{
		width: 54%;
	}

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

	#productos-home {
    	padding: 16px 15px;
	}

	.producto-home h1{
		font-size: 26px;
	}

	#empresa-home h1{
		margin-top: -3px;
		font-size: 36px;
	}

	#empresa-home p{
		font-size: 15px;
		line-height: 18px;
	}

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

	#formularios h1 {
    	margin-top: -40px;
    	font-size: 36px;
    }

	.titulo-interna h2 span {
    	font-size: 26px;
	}

	#prev {
    	right: 54%;
    }

	.interna a {
    	font-size: 9px;
    }
	
	.home-caption {
  		font-size: 22px;
	}

}


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

	#navbar a{
		font-size: 14px;
		padding: 5px 0px;
	}

	#navbar li{
		margin: 0 53px;
	}

	.caption p {
   		margin-top: -286px;
		font-size: 36px;
		line-height: 44px;
	}
	
	#banner {
    	margin-top: 18%;
	}
	
	#back-top {
    	top: 240px;
    }
	
	#titulo {
    	 margin-top: 224px;
	}

	footer h1{
		font-size: 16px;
	}

	footer p{
		font-size: 18px;
		line-height: 25px;
	}
	
	#empresa h1 {
    	margin-top: 8px;
    }

	#objetivos h1{
		font-size: 36px;
		margin-top: -23px;
	}
	
	#productos h1{
		font-size: 36px;
		margin-top: -36px;
	}
	
	#aviso h1 {
    	margin-top: -55px;
    	font-size: 36px;
    }
	
	#aviso a {
    	font-size: 18px;
    }

	.titulo-color{
		width: 54%;
	}

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

	.producto-home h1{
		font-size: 29px;
	}

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

	#empresa-home p{
		font-size: 17px;
		line-height: 19px;
	}

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

	#formularios h1 {
    	margin-top: -36px;
    	font-size: 36px;
	}
	#prev {
    	right: 53%;
    }
	
	.interna a {
    	font-size: 10px;
    }

}


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

	#navbar a{
		font-size: 16px;
	}

	#navbar li{
		margin: 0 31px;
	}
	
	#banner {
    	margin-top: 16%;
	}
	
	#back-top {
    	top: 226px;
	}
	
	.caption p {
    	font-size: 36px;
    	margin-top: -258px;
		line-height: 44px;
	}
	
	#titulo {
    	margin-top: 216px;
	}
	
	.home-caption {
   		font-size: 20px;
	}

	footer h1{
		font-size: 16px;
	}

	footer p{
		font-size: 14px;
		line-height: 21px;
	}

	#objetivos h1{
		font-size: 40px;
	}
	
	#productos h1{
		font-size: 40px;
		margin-top: 0px;
	}

	.titulo-color{
		width: 54%;
	}
	
	#aviso h1 {
    	margin-top: 0px;
    }
	
	#aviso a {
    	font-size: 18px;
    }

	#contacto h1{
		font-size: 35px;
	}

	.producto-home h1{
		font-size: 22px;
		margin-top: 39px;
	}

	#empresa-home h1{
		margin-top: -13px;
		font-size: 34px;
	}

	#empresa-home p{
		font-size: 14px;
		line-height: 16px;
	}

	#mision p{
		line-height: 19px;
		font-size: 16px;
		padding-left: 87px;
	}

	#info-home p{
		font-size: 15px;
		line-height: 18px;
		margin-top: 0px;
	}

	.productos h2{
		font-size: 58px;
	}
	
	#formularios h1 {
    	margin-top: 0px;
    	font-size: 36px;
    }
	
	.titulo-interna h2 span {
    	font-size: 26px;
	}
	
	.titulo-interna h2 {
   	   font-size: 26px;
    }
	
	#prev {
   		right: 54%;
	}
	
	.interna a {
    	font-size: 9px;
    }
}


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

	#navbar a{
		font-size: 15px;
	}

	#navbar li{
		margin: 0 44px;
	}
	
	.caption p {
   		 margin-top: -230px;
	}
	
	#back-top {
    	top: 230px;
    }
	
	#titulo {
    	margin-top: 220px;
	}
	
	.home-caption {
    	font-size: 20px;
	}

	footer h1{
		font-size: 16px;
	}

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

	#objetivos h1{
		font-size: 40px;
	}
	
	#productos h1{
		font-size: 40px;
		margin-top: 0px;
	}

	.titulo-color{
		width: 54%;
	}

	#contacto h1{
		font-size: 35px;
	}

	.producto-home h1{
		font-size: 23px;
		margin-top: 39px;
	}

	#empresa-home h1{
		margin-top: -13px;
		font-size: 34px;
	}

	#empresa-home p{
		font-size: 13px;
		line-height: 15px;
	}

	#mision p{
		line-height: 20px;
		font-size: 17px;
		padding-left: 87px;
	}
	
	#aviso h1 {
    	margin-top: 0px;
    }
	
	#aviso a {
   		font-size: 18px;
    }

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

	.productos h2{
		font-size: 60px;
	}

	#next{
		right: 35%;
	}
	
	#formularios h1 {
    	margin-top: 20px;
    }
	
	.interna a {
    	font-size: 11px;
    }
}


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

	#navbar a{
		font-size:17px;
	}

	#navbar li{
		margin: 0 41px;
	}
	
	.caption p {
   		 margin-top: -251px;
	}
	
	#back-top {
    	top: 258px;
	}
	
	#titulo {
    	margin-top: 240px;
	}
	
	.home-caption {
  		font-size: 24px;
	}

	footer h1{
		font-size: 16px;
	}

	footer p{
		font-size: 15px;
		line-height: 24px;
	}

	#objetivos h1{
		font-size: 40px;
	}
	
	#productos h1{
		font-size: 40px;
		margin-top: 0px;
	}

	.titulo-color{
		width: 54%;
	}

	#contacto h1{
		font-size: 35px;
	}

	.producto-home h1{
		font-size:25px;
		margin-top: 39px;
	}

	#empresa-home h1{
		margin-top: -13px;
		font-size: 34px;
	}

	#empresa-home p{
		font-size: 14px;
		line-height: 16px;
	}

	#mision p{
		line-height: 20px;
		font-size: 17px;
		padding-left: 87px;
	}

	#aviso h1 {
    	margin-top: 0px;
	}
	#aviso a {
    	font-size: 20px;
    }

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

	.productos h2{
		font-size: 72px;
	}

	#next{
		right: 35%;
	}
	
	#formularios h1 {
    	margin-top: 20px;
    }
	
	.interna a {
    	font-size: 12px;
    }
}


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

	#navbar a{
		font-size:18px;
	}

	#navbar li{
		margin: 0 49px;
	}
	
	.caption p {
   	    margin-top: -200px;
	}
	
	#back-top {
    	top: 280px;
    }
	
	#titulo {
   		margin-top: 258px;
	}

	footer h1{
		font-size: 16px;
	}

	footer p{
		font-size: 15px;
		line-height: 24px;
	}

	#objetivos h1{
		font-size: 40px;
	}
	
    #productos h1{
		font-size: 40px;
	}

	.titulo-color{
		width: 54%;
	}

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

	.producto-home h1{
		font-size:27px;
		margin-top: 39px;
	}

	#empresa-home h1{
		margin-top: -13px;
		font-size: 34px;
	}

	#empresa-home p{
		font-size: 15px;
		line-height: 17px;
	}

	#mision p{
		line-height: 20px;
		font-size: 17px;
		padding-left: 87px;
	}

	#info-home p{
		font-size: 16px;
		line-height: 19px;
	}

	.productos h2{
		font-size: 72px;
	}

	#next{
		right: 35%;
	}
	
	.interna a {
    	font-size: 15px;
    }
}


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

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

	#navbar li{
		margin: 0 55px;
	}
	
	#back-top {
    	top: 284px;
    }
	
	#titulo {
    	margin-top: 278px;
	}
	
	footer h1{
		font-size: 16px;
	}

	footer p{
		font-size: 15px;
		line-height: 21px;
	}

	#objetivos h1{
		font-size: 40px;
	}
	
	#productos h1{
		font-size: 40px;
	}

	.titulo-color{
		width: 54%;
	}

	#contacto h1{
		font-size: 46px;
	}

	.producto-home h1{
		font-size:29px;
		margin-top: 39px;
	}

	#empresa-home h1{
		margin-top: -13px;
		font-size: 34px;
	}

	#empresa-home p{
		font-size: 15px;
		line-height: 17px;
	}

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

	#info-home p{
		font-size: 17px;
		line-height: 19px;
	}

	.productos h2{
		font-size: 72px;
	}

	#next{
		right: 35%;
	}
	
	.interna a {
    	font-size: 15px;
    }
}


@media (max-width:1800px) and (min-width:1701px){

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

	#navbar li{
		margin: 0 63px;
	}
	
	#back-top {
    	top: 310px;
    }
	
	#titulo {
   	    margin-top: 294px;
	}

	footer h1{
		font-size: 16px;
	}

	.titulo-color{
		width: 54%;
	}
	
	.producto-home h1 {
    	font-size: 31px;
	}

	#contacto h1{
		font-size: 50px;
	}

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

	#mision p{
		line-height: 24px;
		font-size: 19px;
	}
	
	.productos h2{
		font-size: 72px;
	}

	#next{
		right: 35%;
	}
}


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


	#navbar li{
		margin: 0 64px;
	}

	footer h1{
		font-size: 16px;
	}

	.titulo-color{
		width: 54%;
	}

    .productos h2{
		font-size: 72px;
	}

    #next{
		right: 35%;
	}
}
