@charset "utf-8";

body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
}

.navbar-default .navbar-nav > li > a {
  color: white;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #0f4b97;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: #353535;
}

.onlylogo .jumbotron {
  margin-top: 40vh !important;
}

.onlylogo .jumbotron img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.parte {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.row .logo img {
	margin-left: auto;
	margin-right: auto;
	position: relative;
z-index: 111;
}

.textocaja {
  padding: 30px !important;
}
.imagelink {
  padding-top: 13px !important;
  padding-bottom: 18px !important;
}

.navbar-default {
	border-top: #0f4b97 4px solid;
	background: #000000d4;
	border-bottom: none;
	height: 70px;
	z-index: 99999999999999999;
}

.principal .row, .principal .col-sm-12, .principal .col-sm-6 {
    height: 100%;
}

.principal .jumbotron {
    margin-top: 40%;
	    color: white;
    background-color: transparent;
}

.navbar-brand img {
	position: relative;
	top: -7px;
}

.navbar-nav>li>a {
	padding-top: 23px;
	padding-bottom: 23px;
}

.parte.principal {
	height: 100vh;
	background-image: url('../images/col.jpg');
}


.parte.cuatro {
	height: 100vh;
	background-image: url('../images/back1.jpg');
}

.parte.solido.uno {
	height: initial;
	min-height: 40vh;
	background-color: #062d60;
}

.parte.dos {
	background-image: url('../images/back2.jpg');
	background-attachment: inherit;
	padding-bottom: 15vh;
	position: relative;
	background-position-y: center;
}

.parte.dos .row::before {
	content: '';
	background-color: #01060dad;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0vh;
}

.parte.foto.numer {
	background-image: url('../images/banner_image_2.jpg');
}

.col-sm-1,
.col-sm-4,
.col-sm-6,
.col-sm-12 {
	z-index: 2;
	position: relative;
}

.parte.uno,
.parte.cuatro,
.adicional,
.fin,
.contacto {
	position: relative;
}

.adicional .boxed {
	background-color: #dadada70;
	border-radius: 5px;
}

.imghouse img {
	border-radius: 5px;
}

h2,
.h2 {
	font-size: 48px;
	margin-bottom: 50px;
}

h2 small {
	font-size: 45%;
	color: #bdbdbd;
	display: block;
	position: relative;
	top: 3px;
	margin-bottom: 45px;
}

.detallefondo {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-position-x: -10%;
	background-position-y: center;
	background-size: 100%;
	z-index: -1;
	left: 0px;
}

.blue {
  color: #0a448b;
  margin-top: 33px;
  font-size: 22px;
}

.btn-primary {
background-color: #0a448b;
border-color: #052d5e;
transition: all .2s;
}

.btn-primary:hover {
  background-color: #0858b9;
}

.detallefondo.aros {
	background-image: url('../images/aros.png');
	opacity: .3;
}
.detallefondo.aro {
    background-image: url(../images/aro.png);
    opacity: .3;
    background-size: 50%;
    background-position-x: right;
	background-position-y: -40%;
}

.detallefondo.lineas {
	background-image: url('../images/lineas.png');
	opacity: .7;
	background-color: #000000e6;
}

.item {
  background-size: cover;
  image-rendering: smooth;
}

.item.one {
  background-image: url('../images/back1.jpg');
}

.item.two {
  background-image: url('../images/back2.jpg');
}

.item.three {
  background-image: url('../images/back2.jpg');
}

.parte.principal::before {
	content: '';
  background-color: #0000005e;
	height: 100vh;
	width: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	transition: all .3s;
	top: 0;
}
#ourproducts .row {
  padding: 90px;
  margin: 0;
}

.parte strong {
	font-size: 20px;
}

.cuatro strong {
	padding: 7px;
	position: relative;
	top: 9px;
}

.blanco h2,
.blanco strong {
	color: #0f3567;
}

.subrayado {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	position: relative;
}

.subrayado::before,
.subrayado::after,
.rayado::after {
	content: '';
	width: 15%;
	display: inline-block;
	position: absolute;
	top: 45px;
}

.rayado::after {
    width: 30%;
    margin-left: 10px;
}

.parte.dos .detallefondo {
	background-color: #0000009e;
}

.subrayado::before {
	left: 19%;
}

.subrayado::after {
	right: 19%;
}

.parte.solido.uno,
.parte.dos,
.parte.cuatro {
	color: white;
}

.parte.tres {
	padding: 120px;
}

.parte.cuatro {
	background-color: black;
	height: initial;
}

.boxed p {
	margin: 10px 0 10px;
}

.parte.cuatro .detallefondo {
	height: 100%;
	z-index: 1;
	background-size: 120% 100%;
}

.boxed {
	background-color: #00000091;
	border-radius: 2px;
	padding: 15px;
	margin-bottom: 30px;
}

.parte {
	padding-top: 50px;
	padding-bottom: 80px;
}

.parte.principal {
	padding-top: 1px;
}

.servicios img {
	margin-left: auto;
	margin-right: auto;
}

p {
	font-size: 16px;
}

.container-fluid {
	padding-right: 95px;
	padding-left: 95px;
}

.row {
	position: relative;
}

.row.out {
    position: absolute;
    width: 70%;
    left: 16%;
    background: #000000;
    padding: 28px 28px 14px;
    z-index: 99999;
    border-radius: 9px;
    bottom: -63px;
}

.row.out p {
    font-size: 26px;
    color: white;
}

.fin {
    background-color: #1d1d1d;
}

.fin .detallefondo.lineas {
	opacity: 0.4;
    background-color: transparent;
}

.adicional small{
  text-align: center;
  font-size: 40%;
  top: 5px;
  color: #0a448b;
}

.detallescirculos span {
  display: block;
  background-color: #337ab7;
  border-radius: 6px;
  float: left;
  padding: 6px;
  z-index: 99999;
  position: relative;
  margin-left: 31px;
  opacity: .5;
}

.cuatro .boxed .img-responsive {
  width: 100%;
}

.detallescirculos {
  bottom: 80px;
  position: relative;
}

.detallescirculos.top {
  position: absolute;
  top: 152px;
  right: 40px;
}

.detallescirculos br ~ * {
  margin-top: 14px;
}

.contacto {
    min-height: 460px;
}

.fin .col-sm-12 {
    position: absolute;
    bottom: -56px;
    color: white;
}

.form-control, .form-group {
  width: 100% !important;
}

.form-control {
  margin-bottom: 11px;
}

.modal-header .close {
  margin-top: 4px;
  opacity: .7;
}

.modal-header {
  background-color: #0a448b;
  color: white;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.close {
  color: #fff;
  text-shadow: 0 1px 0 #000;
}

.modal-content {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.adicional .boxed {
  border-radius: 5px;
  background-image: url('../images/aro.png');
  background-size: 100%;
  background-color: #eee;
  background-position-y: -34%;
  background-repeat: no-repeat;
  transition: 2s all;
  cursor: pointer;
  border: 5px solid #dfdfdf8f;
}

.adicional .boxed:hover {
  background-position-y: -15%;
}

.carousel {
  margin: -42px -95px 0;
}
.carousel-inner > .item > img {
  width: 100%
}

.carousel-inner > .item {
  height: 100vh;
  margin-top: 42px;
}

.contactus {
  width: 100%;
  border: none !important;
  min-height: 450px;
}
.menuuu.container {
  width: 85%;
}

.fin .row div {
bottom: -50px;
z-index: 1;
position: relative;
color: white;
}

.navbar-default .navbar-toggle {
  border-color: #001831;
}

@media (max-width: 1070px) {
.menuuu.container {
  width: 100%;
}.principal .col-sm-12 {
	height: initial;
}
.principal .jumbotron {
  margin-top: 17%;
}
}

@media (max-width: 903px) {
.navbar-brand img[alt="Brand"], .col-sm-12.hidebox {
  display: none;
}
}

@media (max-width: 767px) {
.navbar-collapse {
  background-color: #000;
  margin-top: 10px;
border-color: #090909 !important;
max-height: initial !important;
text-align: center;
}
.row.out .text-center br {
	display: none;
	
}
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

#ourproducts .row {
  padding-right: 15px;
  padding-left: 15px;
}

.row.out {
  position: relative;
  width: initial;
  left: initial;
  bottom: initial;
}

}