/*
 * Row with equal height columns
 * --------------------------------------------------
 */

 html{
   overflow-x: hidden;
 }
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.bg-blue{
  background-color: #003366;
}

.bg-black{
  background-color: black;
}

.bg-green{
  background-color: #99cc00;
}

.bg-white{
  background-color: white;
}

.bg-gray{
  background-color: #D8DCE6;
}

.bb-1-blue{
  border-bottom: 1px solid #003366;
}

.br-1-white{
  border-right: 1px solid white;
}

.br-3-blue{
  border-right: 3px solid #003366;
}

.custom-hr{
  border-top: 3px solid #003366;
}
.blue{
  color: #19215D;
}

.green{
  color: #99cc00;
}

.white{
  color: white;
}
.navbar{
  padding: 15px 35px;
}

.nav-item{
  padding: 0px 25px;
}
.nav-link{
  color: white!important;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0rem 1rem;
}

.fs-10{
  font-size: 10px;
}

.fs-12{
  font-size: 12px;
}

.fs-14{
  font-size: 14px;
}

.fs-16{
  font-size: 20px!important;
}

.nav-link:hover{
  color: #99cc00!important;
}

.position-relative{
  position: relative!important;
}

.position-absolute{
  position: absolute;
}

.submenu{
  display: none;
}

.slide-filter{
  background-image: url(/images/slide-filter.png);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 600px;
  z-index: 100;
  position: absolute;
}

.slide-filter-2{
  background-image: url(/images/footer.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 800px;
  z-index: 100;
  position: absolute;
  right: 0px;
}

.slide-filter-3{
  background-image: url(/images/footer_2.png);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 700px;
  z-index: 100;
  position: absolute;
  left: 0px;
}

.slide-filter-large{
  background-image: url(/images/footer_large.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 1000px;
  z-index: 100;
  position: absolute;
  right: 0px;
}

.slide-form{
  position: absolute;
  padding: 20px;
  width: 500px;
  z-index: 999;
  right: 75px;
}

.footer-filter{
  background-image: url(/images/footer.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 800px;
  z-index: 100;
  position: absolute;
  right: 0;
}

.slide-text{
  position: absolute;
  top: 32.5%;
  left: 50px;
  z-index: 9999;
}

.slide-text-2{
  position: absolute;
  top: 10%;
  right: 100px;
  z-index: 9999;
}

.slide-text-3{
  position: absolute;
  top: 35%;
  left: 50px;
  z-index: 9999;
}

.arrow-down{
  width: 0;
  height: 0;
  border-left: 130px solid transparent;
  border-right: 126px solid transparent;
  border-top: 80px solid #D8DCE6;
}
@media only screen and (max-width: 1204px) {
  .footer .logo{
    width: 125px;
  }
  .footer-filter{
    /* height: 60%; */
    width: 530px;
  }
}
@media only screen and (max-width: 600px) {
  .footer .logo{
    width: 225px;
  }
  .slide-filter{
    background-image: url(/images/slide-filter.png);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 200px;
    z-index: 100;
    position: absolute;
  }

  .slide-filter-2{
    background-image: url(/images/footer.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 300px;
    z-index: 100;
    position: absolute;
    right: 0px;
  }

  .slide-filter-3{
    background-image: url(/images/footer_2.png);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 250px;
    z-index: 100;
    position: absolute;
    left: 0px;
  }

  .slide-filter-large{
    background-image: url(/images/footer_large.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 300px;
    z-index: 100;
    position: absolute;
    right: 0px;
  }

  .slide-form{
    position: absolute;
    padding: 20px;
    width: 300px;
    z-index: 999;
    right: 10px;
    top: 17.5px;
  }

  .footer-filter{
    background-image: url(/images/footer.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 30%;
    width: 450px;
    z-index: 100;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .slide-text{
    position: absolute;
    top: 10.5%;
    left: 5%;
    z-index: 9999;
  }
  .slide-text h1{
    font-size: 14px;
  }

  .slide-text-2{
    position: absolute;
    top: 2.5%;
    right: 50px;
    z-index: 9999;
  }

  .slide-text-2 img{
    width: 90px;
  }

  .slide-text-2 h1{
    font-size: 14px;
  }

  .slide-text-3{
    position: absolute;
    top: 15%;
    left: 10px;
    z-index: 9999;
  }
  .slide-text-3 h1{
    font-size: 16px;
  }
  .slide-text-3 h4{
    font-size: 14px;
  }
  .arrow-down {
    width: 0;
    height: 0;
    border-left: 170px solid transparent;
    border-right: 160px solid transparent;
    border-top: 75px solid #D8DCE6;
  }
}

.slide-form-2 input,textarea{
  border-radius: 5px;
  border: 3px solid #003366;
  background-color: white;
  padding-left: 10px;
}
.slide-form input,textarea{
  border-radius: 5px;
  border: 3px solid #003366;
  background-color: white;
  padding-left: 10px;
}
.slide-form input::placeholder{
  color: #99cc00!important;
}

.img-carousel-filter{
  filter: brightness(50%);
}

.footer{
  position: relative;
}
.footer .logo{
  margin-top: 30%;
  margin-left: 25px;
}
.infront-element{
  z-index: 999;
}

.arrow{
  right: 30px;
  top: 20%;
  margin-top: -5px;
}
.arrow-2{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -200%);
}

.b-g-1{
  border: 1px solid #ccc;
  border-radius: 5px;
}

.bt-g-1{
  border-top: 1px solid #ccc;
}

.bt-b-5{
  border-top: 5px solid #003366;
}

.filter-button-group .button{
  border: none;
  padding: 10px;
  background-color: transparent;
  cursor: pointer;
}

.active{
  background-color: #003366!important;
}

.active button{
  color: white!important;
  font-weight: bold;
}
.footer{
  background-image: url(/images/textura-footer.png);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  overflow-x: hidden;
}
