html {
    scroll-behavior: smooth !important;
  }

/********** Template CSS **********/
:root {
    --primary: #d2e3d3;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}
.cookie-banner {
    position: fixed;
      bottom: 20px; 
      left: 20px; /* Adiciona uma margem de 20px à esquerda */
      right: 20px; /* Adiciona uma margem de 20px à direita */
      background-color: #fff;
      padding: 20px;
      padding-bottom: 10px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
      z-index: 9999; 
      display: flex;
      justify-content: space-between;
      align-items: center;
    
     
    /* position: fixed;
    bottom: 20px;
    right: 20px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 254, 254, 0.8);
    color: blue;
    padding: 10px;
    padding-bottom: 5px;
    text-align: center; */
   
}

/* Estilos para o botão de aceitar cookies */
#acceptCookies {
    font-size: 14px;
      border-radius: 20px; /* Torna o botão mais arredondado */
      padding: 10px 10px;
      background-color: var(--secondary);
      color: white; 
      border: none;
      cursor: pointer; 
      margin-right: 10px;
    /* 
    
   
    padding: 5px 5px;*/
    
}

#acceptCookies:hover {
    background-color: var(--primary);
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}
.colorgreen  {

    color: rgb(61, 139, 93) !important;
  
}
.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: rgb(61, 139, 93);
}

.navbar-dark .navbar-brand h1 {
    color: #f80000;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: #35834a;
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


.carousel-caption {
    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0b2216b0;
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}
/*** Facts ***/
.facts {
    background: #1a7342;

  
}
.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: 500px;
    bottom: 11px;
    background: #176101;
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}
.bg-team {
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.781) 35%, rgba(8, 187, 85, 0.932)), url(img/a20cdb6b-f4fe-4ee9-a798-ee7aeb0800d3.mp4) center center no-repeat;
    background-size: cover;
    padding: 0 !important;
  }
  .text-colo-primary{
    color: #000;
    font-weight: bolder;
  }


  .container1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%; 
}

#video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Isso ajustará o vídeo para cobrir todo o espaço do container */
    z-index: -1; /* Isso coloca o vídeo atrás do conteúdo */
}

.content {
    z-index: 1; /* Isso coloca o conteúdo na frente do vídeo */
    /* Estilize o conteúdo do seu container conforme necessário */
}
/* .service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
} */

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

/***.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}



/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    box-shadow: 0 0 45px rgba(2, 180, 32, 0.404);
    border: 1px solid transparent;
    transform: scale(.85);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: none;
    border-color: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-item img {
    padding-top: 5px;
    width: 100px;
    height: 100px;
    
}

.testimonial-carousel .owl-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 45px;
    transition: .5s;
    
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
    
}


/*** Footer ***/

.section-footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background: rgb(255,255,255);
    background: linear-gradient(rgba(255,255,255,1),  rgb(2, 102, 18)), url("../img/logo.jpg") center;
    background-size: cover !important;
  }
  .footer-icon-color {
    color: rgb(15, 78, 2);
  }
  .section-footer ul {
    line-height: 3;
  }
  
  .section-footer .item-list-a i {
    font-size: 18px;
    padding-right: 4px;
    color: #071b27;
  }
  
  .section-footer .widget-a .w-title-a {
    margin-bottom: 1rem;
  }
  
  footer {
    /* background: linear-gradient(to right bottom ,#4bb7ff, #fff); */
    text-align: center;
    padding: 10px 0;
  }
  
  footer .copyright-footer {
    border-top: 1px solid #255818;
    padding-top: 20px;
  }
  
  footer .credits {
    font-size: 14px;
  }
  .itens-footer {
    color: rgb(15, 78, 2);
  }
  .itens-footer2 {
    color: #ffff;
  }
  .section-title1 {
    color: #183e82;
  }
  .section-sub-title1 {
    color: #183e82;
  }
  .itens-footer_cli {
    color: #ffff;
  }

.h5-text{
    color: rgb(15, 78, 2);
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
/*** Service ***/
.container-service {
    
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background:#1a7342;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: var(--bs-primary);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}



.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.icon-box-primary::before {
    background: var(--bs-primary);
}

.icon-box-light::before {
    background: var(--bs-light);
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding: 0;
  
    
  }
  .clients-wrap{
    justify-content: center;
    align-items: center;
  }
  
  .clients .client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 120px;
  }
  
  .clients .client-logo img {
    width: 100% !important;
    padding: 17px;
    
    
  }
  
  .clients .client-logo:hover img {
    transform: scale(1.2);
  }
  
  .clients img {
    transition: all 0.4s ease-in-out;
  }



  .btn-container {
    display: flex;
    justify-content: center; /* Centralizar horizontalmente */
    align-items: center; /* Centralizar verticalmente */
  }
  
  .btn-grad {
    width: 12em; /* Ajuste o tamanho do botão conforme necessário */
    padding: 15px 5px; /* Ajuste o padding para esticar o botão horizontalmente */
    background-image: linear-gradient(to right, #1D976C 0%, #1D976C 21%,#1d5c34 100%);
    margin: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #01522c;
    border-radius: 10px;
    display: inline-block; /* Alterado de block para inline-block para que o botão não ocupe toda a largura */
  }
  
  .btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
  }
 
  .btn-gradee{
    font-size: 14px; /* Ajuste o tamanho da fonte conforme necessário */
    padding: 8px 15px; /* Ajuste o padding para esticar o botão horizontalmente */
    background-image: linear-gradient(to right, #1D976C 0%, #1D976C 51%,#1d5c34 100%);
    margin: 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #01522c;
    border-radius: 5px; /* Reduzimos o raio da borda */
    display: inline-block; /* Alterado de block para inline-block para que o botão não ocupe toda a largura */
  }
  
  .btn-gradee:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
  }
  .btn-container {
    display: flex;
    justify-content: center; /* Centralizar horizontalmente */
    align-items: center; /* Centralizar verticalmente */
  }
  
  .btn-grade {
    width: 9em; /* Ajuste o tamanho do botão conforme necessário */
    padding: 9px 5px; /* Ajuste o padding para esticar o botão horizontalmente */
    background-image: linear-gradient(to right, #074731 0%, #1d5c34 51%, #1D976C 100%);
    margin: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #01522c;
    /* border-radius: 10px; */
    display: inline-block; /* Alterado de block para inline-block para que o botão não ocupe toda a largura */
font-size: 13px;
  }
  
  .btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
  }


  .h1name{
    color: #fff;
  }
 

 /* ---------------------------------------------
# Cookies
-----------------------------------------------*/
.hide {
    display: none;
  }
.box-cookies.hide {
    display: none !important;
  }
  .h1-cookie{
    margin-top: 100px;
    color: #000;
  }
  .box-cookies {  
    position: fixed;
    background: #f19800;
    width: 98%;
    z-index: 999998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  
  .box-cookies .msg-cookies,
  .box-cookies .btn-cookies {
    text-align: center;
    padding: 5px;
    color: #f1f1f1;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .msg-cookies{
    margin-left: 20px;
    margin-top: 20px;
  }
  
  .box-cookies .btn-cookies {
    background: #111111;
    border: 0;
    padding: 5px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    margin-right: 20px;
  
  
  }
  .box-cookies .btn-cookies:hover {
    background: #fff;
    border: 0;
    padding: 5px;
    color: #111111 !important;
    transition: 0.4s;
    border-radius: 4px;
    margin-right: 20px;
    /* padding: 20px; */
  
  }
  .box-cookies-size{
    justify-content: center;
    display: flex;
  }
  .color-cookies{
    color: #111111;
  }
  .color-cookies:hover{
    color: #ffff;
  }
  
  @media screen and (max-width: 600px) {
    .box-cookies {
      flex-direction: column;
    }
  }