:root {
    --primary: #004925;
    --secondary: #a2d612;

    --font: 'Poppins', sans-serif;;
}

.text-primar {
    color: var(--primary)!important;
}

.text-secundar {
    color: var(--secondary)!important;
}

body {
    font-family: var(--font)!important;
}

body h1,h2,h3 {
    font-weight: 500!important;
}

footer {
    font-weight: 500;
    color: #fffbf2e3!important;
}

/* Slide image & video effect */

.slideshow-image-effect:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(90deg,rgba(255,251,246,.8) 23.33%,rgba(255,251,246,0) 49.99%);
}

.video-effect:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(89.6deg,#073937 16.07%,rgba(7,57,55,.2) 67.11%);
}

/* // Slide image effect */

/* OWL CAROUSEL */

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -30px;
    z-index: 1010;
    position: absolute;
    left: 45%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 2em;
    height: 5px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    /* -webkit-backface-visibility: visible; */
    transition: opacity .2s ease;
    border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary);
}

/* ------------- */

/* .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span::after {
    background: #fff;
    content: "";
    height: 1px;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 15px;
    transition: all ease-in .5s;
} */

/* // OWL CAROUSEL */

.navbar .navbar-brand {
    position: relative;
    color: inherit;
    height: auto;
    font-size: 1.125rem;
    line-height: 30px;
    padding: 0.625rem 0;
}

.home-image {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

/* before */



/* after */

.slides-pagination > a.current:after {
    width: 50px;
}

.slides-pagination > a:after {
    background: #fff;
    content: "";
    height: 1px;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 15px;
    transition: all ease-in .5s;
}

/* NEW SLIDER PAGINATION */

section {
    width: 100%;
    height: 100vh;
  }
  
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  
  .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
  }
  .slide-image {
    position: absolute;
    top: -200px;
    left: -200px;
    width: calc(100% + 400px);
    height: calc(100% + 400px);
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-title {
    font-size: 4rem;
    line-height: 1;
    max-width: 50%;
    white-space: normal;
    word-break: break-word;
    color: #FFF;
    z-index: 100;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
  }
  @media (min-width: 45em) {
    .slide-title {
      font-size: 7vw;
      max-width: none;
    }
  }
  .slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;
  }
  
  .slideshow {
    position: relative;
  }
  .slideshow-pagination {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s opacity;
    z-index: 10;
  }
  .slideshow-pagination-item {
    display: flex;
    align-items: center;
  }
  .slideshow-pagination-item .pagination-number {
    opacity: 0.5;
  }
  .slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
    cursor: pointer;
  }
  .slideshow-pagination-item:last-of-type .pagination-separator {
    width: 0;
  }
  .slideshow-pagination-item.active .pagination-number {
    opacity: 1;
  }
  .slideshow-pagination-item.active .pagination-separator {
    width: 10vw;
  }
  .slideshow-navigation-button {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 5rem;
    z-index: 1000;
    transition: all .3s ease;
    color: #FFF;
  }
  .slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
  }
  .slideshow-navigation-button.prev {
    left: 0;
  }
  .slideshow-navigation-button.next {
    right: 0;
  }
  
  .pagination-number {
    font-size: 1.8rem;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    padding: 0 0.5rem;
  }
  
  .pagination-separator {
    display: none;
    position: relative;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    transition: all .3s ease;
  }
  @media (min-width: 45em) {
    .pagination-separator {
      display: block;
    }
  }
  .pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform-origin: 0 0;
  }
  

/* NEW SLIDER PAGINATION END */

.container.text-center h2 {
  max-width: 100%;
}

.bmd-form-group .bmd-label-static {
  font-size: 1.5rem;
  left: 1.5rem;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}
select.form-control {
  padding: 15px 20px;
  border-radius: 25px !important;
}