.parallax {
  width: 100%;
  height: 570px;
  display: block;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.parallax .parallax-image {
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.parallax .parallax-image img {
  width: 100%;
}

.navbar-transparent.navbar a:not(.btn):not(.dropdown-item) {
  color: #021b27;
}

.bg-blacky{
  background-color: #021b27 !important;
}
.about-us{
  margin-top: 0;
}

.section{
  padding: 50px 0px;
}


.heading{
  margin-top: -4vh;
  padding: 10px 50px;
  font-size: 24px;
  max-width: 450px;
  background-color: #f0b823;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
.box-content{
  padding: 50px;
}
.bg-about-us-image{
  margin-top: -15vh;
  background-image: url('../img/home/level_optical.png');
  background-size: cover;
}
.bg-about-us{
  background-color: rgba(2, 14, 19, 0.7);
  padding: 25px;
  color: #ffffff;
}
.text-secundary{
  color: #6c757d !important;
  line-height: 1.8em;
  font-weight: 400;
  font-size: 1em;
}

.hero-images-container {
  max-width: 350px;
}

.hero-images-container-1 {
  max-width: 240px;
  position: absolute;
  top: 12%;
  right: 5%;
}

.card-background {
  margin-bottom: 0;
}

.card-raised {
  box-shadow: 0 20px 50px 0 rgba(0,0,0,.3);
}

.card-background {
  background-position: 50%;
  background-size: cover;
  text-align: center;
}

.card {
  border: 0;
  border-radius: .1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 5px 25px 0 rgba(0,0,0,.2);
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.card-title{
  margin-top: 0px;
  color: #ffffff;
}

.card-background .card-body {
  margin-top: -10vh !important;
  padding-bottom: 140px;
}

.card-background.card-background-product .card-body {
  max-width: 100%;
}

.card-background .card-body {
  position: relative;
  z-index: 2;
  min-height: 600px;
  max-width: 530px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}

.card-description{
  padding-top: 400px;
  color: #ffffff;
  font-weight: 500;
}

.info-horizontal {
  padding: 0;
  text-align: left!important;
}

.info {
  max-width: 360px;
  margin: 0 auto;
  padding: 10px 0 10px;
  text-align: center;
}

.info-horizontal .icon {
  float: left;
  margin-top: 30px;
  margin-right: 15px;
}

.icon.icon-danger {
  color: #f0b823;
}

.info-horizontal .icon>i {
  font-size: 2em;
}

.info-horizontal .description {
  overflow: hidden;
}
.info p {
  color: #888;
  font-size: 1.1em;
}
.big-map {
  height: 55vh;
  width: 100%;
  display: block;
  position: relative;
}
.page-parallax {
  height: 55vh;
}
.page-parallax .container>.content-center {
  top: 0%;
}
.page-parallax-image {
  position: absolute;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.gallery-parallax img{
  width: 1200px;
}
.footer {
  color: #f0b823;
}

.btn-primary:focus{
  background-color: #000000;
  color: #FFFFFF;
  box-shadow: none;
}

.service{
  font-size:24px !important;
  background-color: #f0b823;
  color: #ffffff !important;
  padding: 10px 20px;
  width: 200px;
  border-radius: 30px;
  margin: 10px;
}

.service.active{
  background-color: #000000;
}

._yellow{
  border-bottom: 3px #f0b823 solid;
  margin: 5px 15px;
}

._black{
  border-bottom: 3px #000000 solid;
  margin: 5px 15px;
}

.bg-gray{
  background-color: #e2e2e2;
  color:rgb(43, 43, 43);
}


@media (max-width: 768px) {
  .parallax .parallax-image {
    width: 100%;
    height: 640px;
    overflow: hidden;
  }
  .parallax .parallax-image img {
    height: 100%;
    width: auto;
  }
}

@media screen and (min-width: 992px){
  .navbar-nav .nav-item {
      margin-right: 0px;
      padding: 0px 15px;
      border-left-color: #f0b823;
      border-left-width: 1px;
      border-left-style: solid;
  }
}