#slider-primary .owl-dots {
  margin-top: 25px;
}

#slider-primary .owl-dots .owl-dot {
  outline: none;
}

#slider-primary .owl-dots .owl-dot span {
  background-color: transparent;
  border: 2px solid #342D63;
  height: 10px;
  margin: 4.5px 4px;
  transition: all .1s linear;
  width: 10px;
}

#slider-primary .owl-dots .owl-dot:not(.active):hover span {
  border: 3px solid #342D63;
}

#slider-primary .owl-dots .owl-dot.active span {
  background-color: #342D63;
  height: 14px;
  margin: 2.5px 4px;
  width: 14px;
}

.institutional {
  overflow: hidden;
  padding-bottom: 95px;
  padding-top: 95px;
  position: relative;
}

@media (min-width: 768px) {
  .institutional::after,
  .institutional::before {
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
  }

  .institutional::after {
    background-image: url(../img/bg/institutional-left.svg);
    background-position: left bottom;
    left: 0;
    top: 50px;
    z-index: -1;
  }

  .institutional::before {
    background-image: url(../img/bg/institutional-right.svg);
    background-position: right bottom;
    bottom: -100px;
    right: 0;
    z-index: -1;
  }
}

.institutional .description {
  margin-top: 30px;
}

.institutional .btn {
  margin-top: 55px;
}

.services {
  background-image: url(../img/bg/services.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 110px;
}

#slider-services {
  margin-top: 55px;
}

#slider-services .owl-stage-outer {
  padding-bottom: 50px;
}

#slider-services .item {
  background-color: #C4C4C4;
  border-radius: 2px;
  box-shadow: 0px 11px 15px rgba(0, 0, 0, 0.2), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 24px 38px -20px rgba(0, 0, 0, 0.15);
}

#slider-services .item .embed-responsive::before {
  padding-bottom: 125%;
}

#slider-services .item .embed-responsive-item {
  border-radius: 2px;
  object-fit: cover;
}

#slider-services .item .mask {
  align-items: flex-end;
  border-radius: 0px 0px 2px 2px;
  display: flex;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

#slider-services .item .caption {
  background: linear-gradient(360deg, rgba(52, 45, 99, 0.9) 0%, rgba(52, 45, 99, 0) 100%);
  margin-bottom: -60px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 120px;
  transition: all .2s linear;
  width: 100%;
}

#slider-services .item:hover .caption {
  margin-bottom: 0;
}

#slider-services .item .title {
  color: #ffffff;
  font-family: 'Bebas Neue', cursive;
  font-size: 34px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #slider-services .item .title {
    font-size: 24px;
  }
}

#slider-services .item .btn {
  margin-top: 10px;
  opacity: 0;
}

#slider-services .item:hover .btn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

#slider-services .owl-dots {
  margin-top: 0;
}

#slider-services .owl-dots .owl-dot {
  outline: none;
}

#slider-services .owl-dots .owl-dot span {
  background-color: transparent;
  border: 2px solid #ED3237;
  height: 10px;
  margin: 4.5px 4px;
  transition: all .1s linear;
  width: 10px;
}

#slider-services .owl-dots .owl-dot:not(.active):hover span {
  border: 3px solid #ED3237;
}

#slider-services .owl-dots .owl-dot.active span {
  background-color: #ED3237;
  height: 14px;
  margin: 2.5px 4px;
  width: 14px;
}

.products {
  align-items: center;
  background-image: url(../img/bg/product.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-height: 470px;
}

.products .title {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 43px;
  font-weight: 400;
  font-style: italic;
}

.products .title b,
.products .title strong {
  font-weight: 700;
}

.products .subtitle {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 76px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -3px;
  line-height: 60px;
}

.products .subtitle small {
  display: block;
  font-size: 37px;
}

@media (max-width: 575px) {
  .products .title {
    font-size: 32px;
  }

  .products .subtitle {
    font-size: 56px;
  }

  .products .subtitle small {
    font-size: 32px;
  }
}

.products .btn {
  background-color: #FFC700;
  color: #373435;
  margin-top: 45px;
}

.products .btn:hover {
  background-color: #ffd333;
  color: #373435;
}
