/*IMPORT*/
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('../css/root.css');
@import url('../css/owl.carousel.min.css');
@import url('../css/owl.theme.default.min.css');


/*FIM IMPORT*/


.blhe {
    position: relative;
    height: 800px;
}

.blhe::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
}

.blhe img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; 
}


* {
    scrollbar-width: thin;
    scrollbar-color: #c5c3c2 rgb(255, 255, 255);
  }
  
  *::-webkit-scrollbar {
    width: 12px;
  }
  
  *::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: #c5c3c2;
    border-radius: 5px;
    border: 3px solid rgb(255, 255, 255);
  }

.custom-section2 {
    background: linear-gradient(90deg, rgba(65, 64, 68, 0.412) 0%, rgba(40, 40, 40, 0.236) 100%), url('./img/6.jpg'); 
    background-size: cover;
    background-position: center;
    color: #fff; 
    padding: 170px 0; 
    text-align: center;
  }
  
  .custom-icon {
    font-size: 10em; 
    margin-top: 20px; 
    color: white;
  }

.custom-section {
    background-color: #323232; /* Cor de fundo desejada */
    padding-top: 4px;
}

.custom-container {
    text-align: center;
    padding: 20px;
    background-color: #323232;
}


.form-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.form-group {
    margin-right: 10px;
    margin-bottom: 10px;
}

.form-control {
    border-radius: 0.5rem;
    padding: 0.375rem 1.85rem;
}

.btn2 {
    background-color: #009d42;
    border-color: #009d42;
    width: 145px;
    border-radius: 0.5rem;
}

.btn2:hover {
    background-color: #fff;
    border-color: #fff;
    color: #1d1d1d;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; 
    z-index:999; 
}
#preloader .inner {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);  
}
.bolas > div {
  display: inline-block;
  background-color: #9bbe51;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
   
}
.bolas > div:nth-child(1) {
    animation-duration:0.75s ;
    animation-delay: 0;
}
.bolas > div:nth-child(2) {
    animation-duration: 0.75s ;
    animation-delay: 0.12s;
}
.bolas > div:nth-child(3) {
    animation-duration: 0.75s  ;
    animation-delay: 0.24s;
}
 
@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
  } 
}

html {
    overflow-x: hidden !important;
}

body {
    overflow-x: hidden !important;
    font-family: 'Montserrat', sans-serif;
    background-color: #f2f2f2 !important;
}

a {
    text-decoration: none !important;
}

.galery{
    position: relative;
    z-index: 1;
}

#navbar-bg {
    background: var(--cor_navbar);
    background-image: linear-gradient(180deg, var(--blacknop), var(--white0op)) !important;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 999;
    padding: 40px;
    transition: var(--slow);
}

.grad {
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.412) 0%, rgba(255, 255, 255, 0.236) 100%);
    background-size: cover;
}

.uk-lightbox-toolbar {
    background-color: #f2f2f2 !important;
}


.uk-lightbox-toolbar-icon {
    color: rgb(0, 0, 0) !important;
}

.main_menu {
    display: inline-block;
    vertical-align: middle;
    font-family: var(--font-gotham-book);
    font-size: var(--body);
    color: var(--whiteop5);
    line-height: var(--1);
    letter-spacing: var(--ls);
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #f2f2f2 !important;
}

/* HOMEE*/

#video_home {
    display: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 30%;
    object-position: 0 30%;
    z-index: 1;
}

.banner_desc {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.div-avatar {
    margin: 0 auto;
    overflow: hidden;
}

.content {
    margin: 20px 0 0;
    text-transform: uppercase;
}

.button-content {
    display: inline-block;
    padding: 10px;
    margin: 0;
    background-color: var(--whitenop);
    border: var(--border) solid var(--greennop);
    font-family: var(--font-gotham-book);
    font-size: var(--body);
    line-height: var(--1);
    color: var(--greennop);
    letter-spacing: var(--ls);
    text-decoration: none;
    /* text-align: center; */
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--slow);
}

.button-content:hover {
    color: #fff;
    background-color: var(--greennop);
    border: var(--border) solid var(--greennop);
}

/*end first and seccond page */

/* float button */
#float-button {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 3;
    /* display: inline-block; */
    text-align: center;
    background: linear-gradient(135deg, hsla(0, 0%, 90.2%, .7), hsla(0, 0%, 90.2%, .5));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px;
}

.tamain {
    height: 180px;
}

.float-about {
    display: inline-block;
    font-family: var(--font-gotham-book);
    font-size: var(--body);
    color: var(--blackop4);
    line-height: var(--1);
    text-align: left;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: var(--ls);
    margin: auto;
}

/*end float*/

/* animation scroll down */
.arrow-down {
    font-size: 32px;
    opacity: 1;
    animation: anima 1200ms ease infinite;
}

.arrow-down:hover {
    cursor: pointer;
}

@keyframes anima {
    to {
        opacity: 0.1;
        transform: scale(0.85) translateY(20px);
    }
}

/*end animation scroll down*/

#localizacao {
    z-index: 1;
    position: relative;
    background-color: var(--bg_localiza);
}

#video {
    display: flex;
    background: url(../img/capa\ campanha2.jpg);
    background-size: cover;
    min-height: 700px;
}

/* local */

#footer {
    color: var(--cor_texto-claro);
    text-align: center;
}

.footer-content {
    display: block;
    line-height: var(--15);
    text-align: center;
    margin: 0;
    font-family: var(--font-justus-italic) !important;
    font-size: var(--sub-title);
    /* color: var(--greennop); */
}

.footer-content:hover {
    color: #1d1d1d;
}

.black {
    color: var(--blackop);

}

.itens-li {
    list-style: none;
}

#footer-icons {
    display: inline-block;
    margin: auto;
    font-size: 40px !important;
    color: var(--greennop);

}

#footer-icons a {
    color: var(--greennop);
    text-decoration: none;
    list-style: none;
}

.dados {
    display: inline-flex;
}

#copy {
    background-color: white;
}

.uk-lightbox-toolbar {
    background-color: #f2f2f2 !important;
}

.uk-lightbox-toolbar-icon {
    color: rgb(233, 86, 86) !important;
}

.ba {
    margin-left: 175px;
}

#status {
    background-color: #414044;
}

#name_status {
    text-transform: uppercase;
    font-weight: bold;

}

.names {
    color: white;
    font-weight: bold;
}

.porcent {
    display: block;
    color: white;
}

.progress-bar {
    background-color: #afcc49;
    display: block;
}

.progress {
    background-color: #dddddd;
    height: 0.5rem;
}

section.fixed-buttons {
    position: fixed;
    bottom: 100px;
    right: 0;
    display: block;
    z-index: 99;
  }
  section.fixed-buttons ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  section.fixed-buttons ul > li {
    display: block;
    margin: 0;
    margin-bottom: 1px;
    padding: 0;
  }
  section.fixed-buttons ul > li:last-child {
    margin: 0;
  }
  section.fixed-buttons ul > li > a.fixed-button {
    display: flex;
    width: 70px;
    height: 70px;  
    background: rgba(255, 255, 255, 0.8);
    align-items: center;
    justify-content: center;
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
  }
  section.fixed-buttons ul > li > a.fixed-button img {
    max-width: 50px;
    max-height: 50px;
  }
  
  section.fixed-buttons ul > li > a.fixed-button.highlighted {
    background: #254e88;
  }
  section.fixed-buttons ul > li > a.fixed-button:focus,
  section.fixed-buttons ul > li:hover > a.fixed-button {
    background: rgba(255, 255, 255, 1);
  }
  section.fixed-buttons ul > li > a.fixed-button.highlighted:focus,
  section.fixed-buttons ul > li:hover > a.fixed-button.highlighted {
    background: #254e88;
  }
  @media (max-width: 768px) {
     .form-control {
    margin-bottom: 20px;
    }
      
    section.fixed-buttons ul > li > a.fixed-button {
      width: 60px;
      height: 60px;
    }
    section.fixed-buttons ul > li > a.fixed-button > img {
      max-width: 32px;
      max-height: 32px;
    }
  }
  @media (max-width: 425px) {
    section.fixed-buttons {
      left: 0;
      bottom: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      background: #FFF;
      opacity: 30%;
    }
    section.fixed-buttons ul > li {
      display: inline-block;
      width: 60px;
      height: 60px;
      /* float: left; */
      position: relative;
      margin: 0;
      margin-right: 60px;
    }
    section.fixed-buttons ul > li > a.fixed-button.highlighted {
      background: #254e88;
    }
    section.fixed-buttons ul > li:last-child {
      margin-left: 0;
    }
  }



/*@MEDIA*/
@media (max-width: 991px) {

    .crm-form {
        padding: 3rem 1rem;
    }

    .mobile {
        margin-bottom: -80px;
    }

    .hide {
        display: none;
    }

    .tamain {
        height: 412px;
        padding-left: 15px;
    }

    .blhe {
        height: 340px;
    }
}

@media (min-width: 992px) {}

/*FIM @MEDIA*/