@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@font-face {
  font-family:"ATROX normal";
  src:url("../fonts/ATROX_normal/ATROX.eot?") format("eot"),
  url("../fonts/ATROX_normal/ATROX.woff") format("woff"),
  url("../fonts/ATROX_normal/ATROX.ttf") format("truetype"),
  url("../fonts/ATROX_normal/ATROX.svg#ATROX-normal") 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;
	}

@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: url(../img/head.jpg) no-repeat;
	background-size: cover;
	text-align: right;
}
#header a{
	display: inline-block;
    float: left;
}
.img-10{
  margin-top: 28px;
}
#barra-menu{
	z-index: 1;
	background: #2b3573;
}
#menu{
  max-height: 40px;
  min-height: 48px;
  background: #2b3573;
  width: 100%;
  float:left;
  position: relative;
  margin-bottom:0px;
  border: none;
  text-align: center;
  border-radius: 0;
}
#navbar li{
  display: inline-block;
  margin: 0 38px;
}
#navbar a{
    color: #fff;
	display: block;
	padding: 15px 20px;
	font-size: 20px;
    padding-bottom: 20px;
}
#navbar a:hover{
  background: #be2021;
  text-decoration: none;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
}
#navbar .selec{
  background:#be2021;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
}
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: 100%;
	position: absolute;
	bottom: 40px;
	text-align:center
}
.caption h1{
	font-size:68px;
	color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-family:"ATROX normal";
}
#carousel-home .carousel-indicators{
	bottom: 10px;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
}
#carousel-home .carousel-indicators li{
	width:18px;
	height:18px;
  background: #fff;
  border-color: #fff;
}
#carousel-home .carousel-indicators .active{
	width:18px;
	height:18px;
  background: #a32526;
  border-color: #a32526;
}
#home-pro{
  background: #2b3573;
  background: -moz-linear-gradient(left, #2b3573 1%, #4755a9 50%, #2b3573 100%);
  background: -webkit-linear-gradient(left, #2b3573 1%,#4755a9 50%,#2b3573 100%);
  background: linear-gradient(to right, #2b3573 1%,#4755a9 50%,#2b3573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3573', endColorstr='#2b3573',GradientType=1 );
  padding: 73px 0px;
}
#home-pro h1{
  color: #fff;
  text-align: center;
  font-size: 60px;
  text-shadow: 2px 4px 2px #000;
  font-family:"ATROX normal";
}
.line{
  background: #fff;
  height: 3px;
  position: relative;
  margin-top: 55px;
}
.producto-home{
  float: left;
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.producto-home:hover{
	background-color:#8e94b9;
	text-decoration:none;
}


.texto-pro{
  background: #8e94b9;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  margin-top: 26px;
  min-height: 140px;
}
.texto-pro h2{
  font-family:"Roboto Bold";
  font-size: 24px;
}
.texto-pro p{
  margin-top: 15px;
}
#prev{
  background: none;
  width: 30px;
  opacity: 1;
}
#prev:hover{
  color: #a32526;
}
#next{
  background: none;
  width: 30px;
  opacity: 1;
}
#next:hover{
  color: #a32526;
}
#azul-home{
  height: 181px;
  width: 100%;
  position: absolute;
  background: #8e94b9;
  bottom: 92px;
  left: 0;
}
#izquierda-home{
  background: #cfcfcf;
  padding: 15px;
  padding-top:40px;
  margin-top: 120px;
}
#derecha-home{
  background:url(../img/bg.png);
  padding: 15px;
  padding-top:40px;
}
#video{
	height:400px;
	}
footer{
  background: #213277;
  padding:15px;
  text-align: center;
  color: #fff;
}
footer h1{
  font-family:"Roboto Bold";
  font-size: 18px;
  margin-bottom: 5px;
}
footer p{
  line-height: 22px;
  margin-top: 5px;
}
#web{
    display: inline-block;
	padding: 7px;
	padding-right: 145px;
	background: url(../img/web.png) no-repeat right;
	color: #ffffff2e;
	font-size: 12px;
	margin-top: 22px;
}
#fb{
  display: inline-block;
  width: 44px;
  height: 50px;
  margin-top: 5px;
  background: url(../img/redes.png) no-repeat left;
}
#tw{
  display: inline-block;
  width: 44px;
  height: 50px;
  background: url(../img/redes.png) no-repeat right;
  margin-left: 3px;
  margin-top: 5px;
}
.cont-internas{
  background: url(../img/bg.jpg) center center;
  padding-bottom: 349px;
}
.cont-internas2{
  background: url(../img/bg.jpg) center center;
}
#izquierda{
  background: #cfcfcf;
  padding:30px 15px;
  margin-top: 183px;
}

#izquierda h1{
  font-family:"ATROX normal";
  color: #000;
  text-shadow: 2px 3px 2px  #4d4b4b;
  font-size: 48px;
  position: absolute;
  top: -100px;
  text-transform: uppercase;
}
#izquierda p{
  text-align: justify;
  line-height: 22px;
  color:#333;
  font-size:18px;
}
#izquierda h2{
  color: #be1e1c;
  text-transform: uppercase;
  font-family:"ATROX normal";
  font-size:30px;
  text-shadow: 2px 2px 2px #fff;
  margin-bottom: 5px;
  margin-top: 10px;
}
#derecha{
  background:url(../img/bg.png);
}
#empresa{
  background: #2b3573;
  background: -moz-linear-gradient(left, #2b3573 1%, #4755a9 50%, #2b3573 100%);
  background: -webkit-linear-gradient(left, #2b3573 1%,#4755a9 50%,#2b3573 100%);
  background: linear-gradient(to right, #2b3573 1%,#4755a9 50%,#2b3573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3573', endColorstr='#2b3573',GradientType=1 );
  padding: 50px 0px;
}
.texto-empresa{
  background: #8e94b9;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  margin-top: 58px;
  min-height: 302px;
}
.texto-empresa h2{
  font-family:"ATROX normal";
  color: #bb2023;
  text-shadow: 2px 2px 3px #fff;
  font-size: 45px;
}
.texto-empresa p{
  margin-top: 15px;
  text-align: justify;
  font-size:18px;
  line-height:20px;
}
#empresa img{
  margin-top: -250px;
}
#azul-empresa{
  height:354px;
  width: 100%;
  position: absolute;
  background:#8e94b9;
  bottom: 50px;
  left: 0;
}
#productos{
  background: #2b3573;
  background: -moz-linear-gradient(left, #2b3573 1%, #4755a9 50%, #2b3573 100%);
  background: -webkit-linear-gradient(left, #2b3573 1%,#4755a9 50%,#2b3573 100%);
  background: linear-gradient(to right, #2b3573 1%,#4755a9 50%,#2b3573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3573', endColorstr='#2b3573',GradientType=1 );
  padding: 50px 0px;
}
.productos-1{
  margin-top: -200px;
}
.productos{
  float: left;
  position: relative;
  width: 100%;
  margin-top: 30px;
  text-decoration: none !important;
}
.productos h1{
  background: #8e94b9;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-family:"Roboto Bold";
  float: left;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.productos .hover{
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  border-radius: 50%;
  z-index: 1;
}
.productos img{
  position: relative;
  z-index: 2;
}
.img-pro{
  float: left;
  position: relative;
}
.productos:hover img{
  opacity: .5;
}
.azul-pro{
  height: 86px;
  width: 100%;
  position: absolute;
  background: #8e94b9;
  bottom:-2px;
  left: 0;
}
.dos-lineas{
  top: -144px !important;
}
#imagenes{
  background: url(../img/bg.png);
  margin-top: 15px;
  z-index: 1;
}
#imagenes .col-xs-12{
  padding: 2px;
}
#botones{
  background: #2b3573;
  background: -moz-linear-gradient(left, #2b3573 1%, #4755a9 50%, #2b3573 100%);
  background: -webkit-linear-gradient(left, #2b3573 1%,#4755a9 50%,#2b3573 100%);
  background: linear-gradient(to right, #2b3573 1%,#4755a9 50%,#2b3573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3573', endColorstr='#2b3573',GradientType=1 );
  padding: 20px 0px;
  padding-top: 120px;
  margin-top: -100px;
  text-align: center;
}
.boton{
  display: inline-block;
  width: 248px;
  margin: 15px;
}
.boton .rojo{
  color: #fff;
  float: left;
  position: relative;
  width: 100%;
  background:#be2021;
  padding: 6px;
  box-sizing: border-box;
  font-size:20px;
}
.boton .gris{
  color: #000;
  float: left;
  position: relative;
  width: 100%;
  background: #d0d0d0;
  padding: 17px;
  box-sizing: border-box;
  font-size:24px;
}
#volver{
  background: url(../img/volver.jpg) no-repeat right;
  padding: 22px;
  padding-right: 48px;
  float: left;
  position: relative;
  margin-top: 18px;
  text-transform: uppercase;
  color: #000;
  font-size:27px;
}
#volver:hover{
  background: url(../img/volver-h.jpg) no-repeat right;
  text-decoration: none;
}
.acoples{
  min-height: 405px;
}
#carousel-acoples{
  margin-top: -15px;
}
#prev2{
  position: absolute;
  width: 50px;
  height: 74px;
  background: url(../img/arrows.jpg) no-repeat left;
  opacity: 1;
  left: auto;
  right:550px;
  top: -75px;
}
#prev2:hover{
  background: url(../img/arrows-h.jpg) no-repeat left;
}
#next2{
  position: absolute;
  width: 50px;
  height: 74px;
  background: url(../img/arrows.jpg) no-repeat right;
  opacity: 1;
  left: auto;
  right:500px;
  top: -75px;
}
#next2:hover{
  background: url(../img/arrows-h.jpg) no-repeat right;
}
.img-gas{
  margin-top: 30px;
}
#formulario{
  margin-top: 30px;
}
#formulario h2{
	color: #000 !important;
  margin-left: 5px;
	text-transform: none;
	margin-top: 5px;
  font-weight: normal;
  font-size:19px;
}
#formulario input{
	width:100%;
	background-color:#000;
	color:#fff;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	padding:10px;
	margin-top: 5px;
}
#formulario textarea{
	width:100%;
  background-color:#000;
	color:#fff;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	padding:10px;
	margin-top: 5px;
  height: 96px;
}
#enviar{
	width:107px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:22px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:15px !important;
	padding:13px 0px !important;
	background: #2b3573 !important;
	margin-right: 15px;
    border: none !important;
	text-transform: uppercase;
    z-index:1;
}
#enviar:hover{
  background: #be2021 !important;
	color: #FFF !important;
}
#borrar{
	width:107px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:22px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:15px!important;
	padding:13px 0px !important;
	background: #2b3573 !important;
    border: none !important;
    z-index:1;
	text-transform: uppercase;
	}
#borrar:hover{
  background: #be2021 !important;
	color: #FFF !important;
}
#mapa-bg {
	padding-bottom: 50px;
	background-size: cover;
}
#map{
	height:400px;
  margin-top: 40px;
  border: solid 1px #727272;
	}
#ampliar{
	background-color: #be2021;
	text-shadow: 1px 1px 1px #000;
    color: #FFF;
    text-align: center;
    padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
    text-decoration: none !important;
	bottom:-10px;
	left:0px;
    text-transform: uppercase;
	font-size:22px;
	}
#ampliar:hover{
	background: #000;
	}

#back-top {
    background-image: url(../img/what.png);
    width: 51px;
    height: 51px;
    position: fixed;
    right: 15px;
    z-index: 999999;
    bottom: 18px;
}


@media (max-width: 800px){
	header {
    position: relative;
		top: 0;
		height: auto;
	}
  #menu {
    margin-top: 5px;
	padding-bottom: 0;
    max-height: 300px;
  }
  .menu {
    flex-direction: column;
	}
  .navbar-header {
	    float: none;
   }
  .navbar-left,.navbar-right {
	    float: none !important;
	}
  .navbar-toggle {
	    display: block;
		background: #a32526 !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: 10px;
		margin-top: 2px;
    border: none;
	}
  .caption h1 {
    font-size: 25px;
  }
  #navbar li {
    display: inline-block;
    margin: 0px;
  }
  #izquierda-home {
    margin-top: 0px;
  }
  #empresa img {
    margin-top: 0px;
  }
  .cont-internas {
    padding-bottom: 20px;
  }
  #izquierda h1 {
    top: -130px;
  }
  .productos-1 {
    margin-top: 0px;
  }
  #izquierda h1 {
    font-size: 33px;
  }
}

@media (max-width:900px) and (min-width:800px){
	
	#navbar a{
		padding:19px 15px;
		font-size:18px;
	}
	
	#navbar li{
		margin:0 7px;
	}
	
	.caption h1{
		font-size:53px;
	}
	
	.texto-pro h2{
		font-size:21px;
	}
	
	.texto-pro{
		min-height:198px;
	}
	
	footer p{
		font-size:18px;
	}
	
	.texto-empresa{
		min-height:496px;
	}
	
	.azul-pro{
		bottom:-5px;
	}
	
	.productos h1{
		font-size:19px;
		margin-top:40px;
	}
	
	.cont-internas{
		padding-bottom:251px;
	}
	
	.boton{
		width:209px;
	}
	
	.boton .gris{
		font-size:19px;
	}
	}


@media (max-width:1000px) and (min-width:900px){
	
	
	#navbar li{
		margin:0 7px;
	}
	
	#navbar a{
		font-size:19px;
	}
	
	.caption h1{
		font-size:53px;
	}
	
	.texto-pro h2{
		font-size:21px;
	}
	
	.texto-pro{
		min-height:198px;
	}
	
	footer p{
		font-size:18px;
	}
	
	.texto-empresa{
		min-height:496px;
	}
	
	.azul-pro{
		bottom:-5px;
	}
	
	.productos h1{
		font-size:19px;
		margin-top:40px;
	}
	
	.cont-internas{
		padding-bottom:251px;
	}
	
	.boton{
		width:209px;
	}
	
	.boton .gris{
		font-size:19px;
	}
	}
	
@media (max-width:1100px) and (min-width:1000px){
	
	#navbar li{
		margin:0 7px;
	}
	
			
	.texto-pro{
		min-height:198px;
	}
	
	
	.texto-empresa{
		min-height:402px;
	}
	
	.azul-pro{
		bottom:-5px;
	}
	
	.productos h1{
		font-size:21px;
		margin-top:40px;
	}
	
	.cont-internas{
		padding-bottom:251px;
	}
	
	.boton{
		width:209px;
	}
	
	.boton .gris{
		font-size:19px;
	}
	
	#izquierda p{
		line-height:18px;
		font-size:15px;
	}
	
	#izquierda h1{
		font-size:38px;
	}
	
	.texto-empresa p{
		line-height:20px;
		font-size:16px;
	}
}


@media (max-width:1200px) and (min-width:1100px){
	
	#navbar li{
		margin:0 7px;
	}
	
	.caption h1{
		font-size:64px;
	}
		
	.texto-pro{
		min-height:172px;
	}
	
	
	.texto-empresa{
		min-height:402px;
	}
	
	.azul-pro{
		bottom:-5px;
	}
	
	.productos h1{
		font-size:21px;
		margin-top:40px;
	}
	
	.cont-internas{
		padding-bottom:251px;
	}
	
	.boton{
		width:209px;
	}
	
	.boton .gris{
		font-size:19px;
	}
	
	#izquierda p{
		line-height:18px;
		font-size:15px;
	}
	
	#izquierda h1{
		font-size:38px;
	}
	
	.texto-empresa p{
		line-height:20px;
		font-size:16px;
	}
}


@media (max-width:1300px) and (min-width:1200px){
	
	
	#navbar li{
		margin:0 7px;
	}
	
	.texto-pro{
		min-height:172px;
	}
	
	
	.texto-empresa{
		min-height:402px;
	}
	
	.azul-pro{
		bottom:-5px;
	}
	
	.productos h1{
		font-size:21px;
		margin-top:40px;
		padding:10px;
	}
	
	.cont-internas{
		padding-bottom:251px;
	}
	
	.boton{
		width:209px;
	}
	
	.boton .gris{
		font-size:19px;
	}
	
	#izquierda p{
		line-height:18px;
		font-size:15px;
	}
	
	#izquierda h1{
		font-size:38px;
	}
	
	.texto-empresa p{
		line-height:18px;
		font-size:15px;
	}
	
	#azul-home{
		bottom:130px;
	}
	
	
	.texto-pro h2{
		font-size:20px;
	}
	
	.texto-pro p{
		font-size:15px;
	}
	
	footer p{
		font-size:18px;
	}
	
	#azul-empresa{
		height:402px;
		bottom:50px;
	}
	
	
}



@media (max-width:1400px) and (min-width:1300px){
	
	#navbar li{
		margin:0 7px;
	}
	
	.texto-pro{
		min-height:172px;
	}
	
	
	.texto-empresa{
		min-height:402px;
	}
	
	.azul-pro{
		bottom:-5px;
	}
	
	.productos h1{
		font-size:21px;
		margin-top:40px;
		padding:10px;
	}
	
	.cont-internas{
		padding-bottom:251px;
	}
	
	.boton{
		width:209px;
	}
	
	.boton .gris{
		font-size:19px;
	}
	
	#izquierda p{
		line-height:18px;
		font-size:15px;
	}
	
	#izquierda h1{
		font-size:38px;
	}
	
	
	#azul-home{
		bottom:130px;
	}
	
	
	.texto-pro p{
		font-size:15px;
	}
	
	footer p{
		font-size:20px;
	}
	
	#azul-empresa{
		height:402px;
		bottom:50px;
	}
	
	.texto-empresa p{
		font-size:16px;
		line-height:19px;
	}
	
	
}

@media (max-width:1500px) and (min-width:1400px){
	
	
	#navbar li{
		margin:0 7px;
	}
	
	.texto-pro{
		min-height:172px;
	}
	
	
	.texto-empresa{
		min-height:402px;
	}
	
	.azul-pro{
		bottom:-5px;
	}
	
	.productos h1{
		font-size:21px;
		margin-top:40px;
		padding:10px;
	}
	
	.cont-internas{
		padding-bottom:251px;
	}
	
	.boton{
		width:209px;
	}
	
	.boton .gris{
		font-size:19px;
	}
	
	#izquierda p{
		line-height:18px;
		font-size:15px;
	}
	
	#izquierda h1{
		font-size:38px;
	}
	
	
	#azul-home{
		bottom:130px;
	}
	
	footer p{
		font-size:15px;
	}
	
	#azul-empresa{
		height:402px;
		bottom:50px;
	}
	
	.texto-empresa p{
		font-size:16px;
		line-height:19px;
	}
	
	
}


@media (max-width:1600px) and (min-width:1500px){
	
	#navbar li{
		margin:0 7px;
	}
	
	.texto-pro{
		min-height:172px;
	}
	
	
	.texto-empresa{
		min-height:402px;
	}
	
	.azul-pro{
		bottom:-5px;
	}
	
	.productos h1{
		margin-top:40px;
		padding:12px;
	}
	
	.cont-internas{
		padding-bottom:251px;
	}
	
	.boton{
		width:209px;
	}
	
	.boton .gris{
		font-size:19px;
	}
	
	#izquierda p{
		line-height:18px;
		font-size:15px;
	}
	
	#izquierda h1{
		font-size:38px;
	}
	
	
	#azul-home{
		bottom:130px;
	}
	
	
	#azul-empresa{
		height:402px;
		bottom:50px;
	}
	
	.texto-empresa p{
		font-size:18px;
		line-height:19px;
	}
	
	
}


