<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  ================ HEADER 1 ================ */

/* TOP HEADER */
#topheader-01{
  background: var(--tophead-bg); 
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0;
}

.list-top-header-2 {
  padding-right: 0px; margin-bottom: 0px;
}

#topheader-01 ul li i {
  margin-right: 7px;
}

#topheader-01 ul li {
  display: inline-block; 
  line-height: 40px; 
  padding: 0 10px; 
  position: relative;    
  font-size: var(--tophead-fs);    
  color: var(--tophead-fc);  
  float: right;
  border-radius: var(--sm-radius);
}

#topheader-01 ul li a {
  color: var(--tophead-fc);
}

#topheader-01 p { 
  font-size: var(--tophead-fs);  
  color: var(--tophead-fc); 
  line-height: 40px;  
  margin-bottom: 0px;   
  font-weight: 500;
  letter-spacing: .5px;
}

#topheader-01 .menu-top-header {
  display: flex;
  justify-content: flex-end;
}

#topheader-01 .menu-top-header ul {
  margin-bottom: 0px;
  padding-left: 0px;
}

#topheader-01 .whats {
  background-color: var(--whatsapp-bg);
  margin-right: 5px;
}

#topheader-01 ul .phone a { 
  color: var(--fc-white);
}

#topheader-01 .phone {
  background: var(--color-secondary);
  color: var(--text-secondary);
  margin-left: 5px;
}

#topheader-01 ul .phone a {
  color: var(--text-secondary);
}
/* END TOP HEADER */



/* MID HEADER */
#midheader-01 {
  padding: 10px 0;
}

#midheader-01 .btn-apoio {
  background: var(--color-secondary) !important;
  color: var(--text-secondary) !important;
  padding: 8px 14px;
  border-radius: 3px;
  text-decoration: none;
  margin-left: 15px;
  text-align: left;
  display: flex;
  flex-direction: column;
  border-radius: var(--sm-radius);
}

#midheader-01 .navbar-brand img {
  max-width: 185px !important;
}
/* END MID HEADER */



/*MENU PRINCIPAL */
#header_01 .dropdown-toggle::after {
  content: '\F282';
  font-family: 'bootstrap-icons';
  font-weight: 700;
  border-top: 0;
  vertical-align: middle;
  margin-left: 1px;
  padding-left: 0;
  border: 0;
  font-size: 14px;
}

#header_01 .dropdown:hover .dropdown-toggle::after, #header_01 .dropdown:hover .nav-link {
  color: var(--header-hover);
  transition: all 0.2s;
}

#header_01.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
}

#header_01.navbar {
  background: var(--header-background);
  padding: 15px 0;
}

#header_01 .navbar-brand img {
  max-height: 70px;
}

.navbar-expand-lg .navbar-nav {
  width: 100%;
  JUSTIFY-CONTENT: space-between;
  margin-left: 10%;
}

#header_01 .navbar-nav .nav-link {
  color: var(--header-text);
  font-size: 16px;
  text-transform: var(--header-tt);
  font-weight: var(--header-fw);
  padding: 0.9rem;
}

#header_01 .whatsapp, #midheader-01 .whatsapp {
    font-size: var(--header-fs);
    background: var(--whatsapp-bg);
    color: var(--whatsapp-color);
    padding: 8px 14px;
    border-radius: 3px;
    text-decoration: none;
    margin-left: 15px;
    text-align: left;
    border-radius: var(--sm-radius);
}
#header_01 .whatsapp small, #header_01 .emergencia24 small, #midheader-01 .whatsapp small {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 11px;
}

#midheader-01 .whatsapp small {
  display: block;
  width: 100%;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 11px;
}

#midheader-01 .whatsapp small {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 11px;
  display: inherit;
}

#header_01 .emergencia24 {
  font-size: var(--header-fs);
  background: red;
  color: var(--whatsapp-color);
  padding: 8px 14px;
  border-radius: 3px;
  text-decoration: none;
  margin-left: 15px;
  font-weight: 700;
}

#header_01.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

#header_01 .whatsapp i {
    margin-right: 5px;
}

#header_01 .dropdown:hover &gt; .dropdown-menu, #header_01 .dropdown-submenu:hover &gt; #header_01 .dropdown-menu {
  display: block;
  margin-top: 0;
  -webkit-animation-name: slideInDownMenu;
  -moz-animation-name: slideInDownMenu;
  -o-animation-name: slideInDownMenu;
  animation-name: slideInDownMenu;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

#header_01 .dropdown-menu {
  padding: 0.9rem;
  min-width: 240px;
  background: #FFF;
  margin: 0;
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1) !important;
}

#header_01 .dropdown-menu &gt; li &gt; a, #header_01  .megamenu-content-wrap ul li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  position: relative;
  margin: 1px 0;
  transition: none;
}

#header_01 .dropdown-menu a, #header_01  .dropdown-menu li &gt; a {
  font-size: 1rem;
  padding: 5px 15px 5px 35px;
  text-transform: capitalize;
  text-decoration: none;
}

#header_01 .dropdown-menu &gt; li &gt; a::before, #header_01 .megamenu-content-wrap ul li a::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: var(--color-secondary);
  width: 14px;
  height: 14px;
  left: 10px;
}

#header_01 .dropdown-item.active, #header_01 .dropdown-item:focus, #header_01 .dropdown-item:hover, #header_01 .dropdown-item:active, #header_01 .dropdown-menu &gt; li.show &gt; a {
  color: #ffF;
  text-decoration: none;
  background-color: var(--color-secondary);
  border-radius: 200px;
}

#header_01 .dropdown-menu &gt; li &gt; a:hover:before, #header_01 .dropdown-menu &gt; li.show &gt; a:before, #header_01 .megamenu-content-wrap ul li a:hover::before {
  background-color: #FFF;
}

#header_01 .dropdown-menu:after {
  position: absolute;
  top: -7px;
  left: 20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #FFF transparent;
}

#header_01 .navbar-toggler {
  background: transparent;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0px;
  cursor: pointer;
  transition: all .1s ease-in-out;
}

#header_01 .navbar-toggler .navbar-toggler-icon {
  width: 40px;
  height: 3px;
  background: var(--color-primary);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  transition: all .1s ease-in-out;
}

#header_01 .navbar-toggler .navbar-toggler-icon::before,
#header_01 .navbar-toggler .navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  background: var(--color-primary);
  transition: all .1s ease-in-out;
}

#header_01 .navbar-toggler .navbar-toggler-icon::before {
  transform: translateY(-12px);
}

#header_01 .navbar-toggler .navbar-toggler-icon::after {
  transform: translateY(12px);
}

/* ============ ANIMATION MENU HAMBURGER  ============ */
#header_01 .navbar-toggler.open .navbar-toggler-icon {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}

#header_01 .navbar-toggler.open .navbar-toggler-icon::before {
  transform: rotate(45deg) translate(35px, -35px);
}

#header_01 .navbar-toggler.open .navbar-toggler-icon::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

#header_01 .navbar-toggler:focus, #header_01 .navbar-toggler:active, #header_01 .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

/* ============ DESKTOP DROPDOWN  ============ */
@media all and (min-width: 992px) {
  #header_01 .dropdown-menu li{ position: relative;   }
  #header_01 .nav-item .submenu{ 
    display: none;
    position: absolute;
    left:100%; 
    top:-15px;
  }
  #header_01 .nav-item .submenu-left{ 
    right:100%; 
    left:auto;
  }

  #header_01 .submenu:after {
    display: none;
  }

  #header_01 .dropdown-menu &gt; li:hover &gt; a::before {
    background: var(--text-secondary)
  }

  #header_01 .dropdown-menu &gt; li:hover &gt; a {
    color: var(--text-secondary);
  }

  #header_01 .dropdown-menu &gt; li:hover{     
    color: var(--text-secondary);
    text-decoration: none;
    background-color: var(--color-secondary);
    border-radius: 200px;
  }

  #header_01 .dropdown-menu &gt; li:hover &gt; .submenu{ display: block; }
} 

/* ============ MOBILE DROPDOWN ============ */
@media (max-width: 991px) {
  #header_01 .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
} 

@media only screen and (max-width : 992px) {
  #header_01 .navbar-toggler  {
    display: flex;
  }
}

@media only screen and (max-width : 768px) {
  #header_01 .whatsapp {
    display: none;
  }
}

@media (min-width: 992px) {
  .order-lg-last {
      order: 6!important;
  }
}

/* ============ END MENU PRINCIPAL ============ */






/*  ========= BANNER DEFAULT DIVIA =========== */

#banner-2 .carousel-control-next, #banner-2 .carousel-control-prev {
  background: initial;
  border: 0;
}

#banner-2 .form_banner {
  position: absolute; 
  right: 5%; 
  top: 280px;  
  z-index: 9; 
  padding: 30px 40px 10px; 
  width: 400px;
  box-shadow: -2px -2px 6px 0 rgba(0,0,0,.1);
  background-color: #525e6c;
  background-color: #000000a8;
  text-align: center;
  border-radius: 3px;
}

#banner-2 .form_banner h4, .form_interna h4 {
  color: #FFF;
  font-weight: 900;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 10px;
}

#banner-2 .form_banner p, .form_interna p {
  color: #FFF;
  margin-bottom: 25px !important;
  font-size: 16px;
  line-height: 20px;
}

#banner-2 .form_banner .form-group {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 15px;
}

#banner-2 .form_banner .form-control, .form_interna .form-control {
  background: #ffffff;
  border-color: #ffffff;
  color: #657380;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 10px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #e8ebed;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#banner-2  .form_banner .btn, .form_interna .form_banner .btn {
  background: #000000a8;
  border-color: #000000a8;
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#banner-2 .btn_whats_form  {
  background-color: var(--whatsapp-bg);
  color: #fff;
  margin: 0 -15px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 8px;
  border: none;
  cursor: pointer !important;
}

#banner-2 .btn_whats_form a, .form_interna .btn_whats_form a {
  color: #fff;
}

#banner-2 .btn_whats_form:hover, .form_interna .btn_whats_form:hover {
  opacity: 0.9;
}


#banner-2 .carousel-control-next, #banner-2 .carousel-control-prev {
  width: 5%;
}
/* ============ END BANNER DIVIA  ============== */






/*  ============ BLOCOS DE DESTAQUES  ============== */
#features-4 .segmentos {
  padding: 25px;
  margin-bottom: 20px;
}

#features-4 .segmentos img {
  max-width: 85px;
}

#features-4 .segmentos p {
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 0;
  line-height: 26px;
  margin-top: 15px;
  min-height: 30px;
  font-size: 20px;
}


/* FEATURES 19 */
#features-19 .single-item {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  padding: 40px 30px;
  border: 1px solid #cccccc2e;
  border-radius: 4px;
  border-radius: var(--sm-radius);
}

#features-19 .single-item .img-feature {
  margin-bottom: 25px;
}

#features-19 .single-item h3 {
  margin-bottom: 10px;
}

#features-19 .single-item p {
  margin-bottom: 0;
}

#features-19 .img-feature {
  max-width: 76px;
  height: 76px;
  padding-left: 1px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--color-primary);
  color: var(--text-color-primary);
  border-radius: 50%;
  justify-content: center;  
  margin: auto;
}

#features-19 .img-feature img {
  max-width: 44px;
}
/* =========== END ICONES DESTAQUES ============= */






/* ========== BLOCOS SOBRE A EMPRESA ============ */
#features-10 { 
  background: #f8f8f8; 
}

#features-10 .informe { 
  float: right; 
  font-size: 12px; 
  line-height: 16px; 
  color: #19191b; 
  font-weight: 400; 
  text-align: justify; 
  height: 100%; 
  width: 100%; 
  margin-top: 30px; 
}

#features-10 .informe h3 { 
  line-height: 1.1; 
  font-size: 50px;
  margin-bottom: 30px;
}
#features-10 p { 
  line-height: 1.4;

}

#features-10 .bg2 { 
  width: 50%;
  height: 500px; 
  float: left; 
  position: relative; 
}

@media screen and (max-width: 991px) {
  #features-10 .bg2 { 
    width: 100%;
    height: 400px; 
  }

  #features-10 .informe {
    padding-left: 15px;
    margin-left: 0;
  }
}

/* SOBRE A EMPRESA 13*/ 
#features-13 .tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: var(--color-primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 1;
}
#features-13 img {
  margin: auto;
  display: block;
  max-width: 100%;
}

#features-13 h2 {
  margin-bottom: 30px;
}

#features-13 .text-1 {
  margin-bottom: 0px;
}

#features-13 .text-2 {
  padding-top: 35px;
  padding-bottom: 30px;
}

#features-13 .about {
  position: relative;
  display: inline-block;
  margin-bottom: 41px;
  padding-left: 0px;
}

#features-13 .about li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

#features-13 .about li .icon {
  width: 20px;
  height: 20px;
  padding-left: 1px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--color-primary);
  color: var(--text-color-primary);
  border-radius: 50%;
  font-size: 18px;
  justify-content: center;
  padding-top: 3px;

}

#features-13 .about li .text {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
}

#features-13 .about li .text p {
  margin-bottom: 0px;
}

#features-13 .row  {
  align-items: center;
}

@media screen and (max-width: 991px) {
  #features-13 .content {
      margin-top: 50px;
  }
}
/* ========= END BLOCOS SOBRE A EMPRESA ========= */






/* ============== BLOCOS DE CTA  ================ */
#cta-1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#cta-1 h2, #cta-1 p {
  color: #fff;
}

#cta-1 a {
  background: var(--whatsapp-bg);
  color: var(--whatsapp-color);
  margin: auto;
  display: block;
  max-width: max-content;
  border-radius: var(--sm-radius);
  text-decoration: none;
}


/* CTA 02 */
#cta-2 h2 {
  font-size: 60px;
}

#cta-2 p {
  font-size: 26px;
  margin-top: 20px;
}

#cta-2 .logos {
  flex-direction: column;
}

#cta-2 .logos img {
  max-width: 250px;
  margin: 10px 0;
}

/* ============ END BLOCOS DE CTA ============== */






/* ============== FORM INTERNAS  ================ */
.form_interna {
  z-index: 9; 
  padding: 30px 20px 10px; 
  width: 100%;
  box-shadow: -2px -2px 6px 0 rgba(0,0,0,.1);
  background-color: #000000a8 !important;
  background-color: var(--color-primary);
  text-align: center;
  border-radius: 3px;
}

.form_interna .form-group {
  margin-bottom: 10px;
}

.form_interna .btn_whats_form {
  background-color: var(--whatsapp-bg);
  color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 8px;
  border: none;
  cursor: pointer !important;
}


@media screen and (max-width: 991px) {
  #banner-2  .form_banner {
      position: relative;
      right: 0;
      top: 0;
      width: 100%;
    }
}

.divider::after {
  width: 70px;
  background: var(--color-secondary);
  position: relative;
  content: '';
  height: 3px;
  display: block;
  margin: auto;
  margin-top: 20px;
}

.divider2::after {
  width: 70px;
  background: var(--color-primary);
  position: relative;
  content: '';
  height: 3px;
  display: block;
  margin-top: 10px;
}

.sub-cta-default {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
/* ============ END FORM INTERNAS ============== */






/* ========== LISTAGEM SERVIÃ‡OS  ================ */

/* BENEFITS 04*/
#benefits_04 .card-body .card-title {
  font-size: 28px;
}

#benefits_04 .card-body {
  padding-left: 0;
}

#benefits_04 .saiba-mais {
  font-weight: 600;
  font-size: 16px;
  background: var(--color-secondary);
  border-radius: 50px;
  padding: 5px 15px;
  color: #fff;
  display: block;
  width: fit-content;
  margin-top: 5px;
}

#benefits_04 .saiba-mais i {
  font-size: 11px;
}



/* BENEFITS 05*/
#benefits_05 .icon-box-with-img {
  position: relative;
  padding: 15px;
  background: #FFF;
  margin-top: 5rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
  -moz-box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
  box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#benefits_05 .icon-box-with-img .img {
  margin-top: -5rem;
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
  border-style: solid;
  border-width: 6px;
  border-color: #ebebeb;
}

#benefits_05 .saiba-mais {
  font-weight: 600;
  font-size: 16px;
  background: var(--color-secondary);
  color: var(--text-secondary);
  border-radius: 50px;
  padding: 5px 15px;
  display: block;
  width: fit-content;
  margin-top: 5px;
}


#media_02 .photo-gallery-item {
  overflow: hidden;
  position: relative;
}

#media_02 .photo-gallery-item a img {
  -webkit-transition: .9s;
  transition: .9s;
}

#media_02 .photo-gallery-item:hover a img, #media_02 .photo-gallery-item:focus a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


/*LISTAGEM SERVICOS 01 - service-l-01*/

#service-l-01 .service-list {
  width: 80%;
  margin: auto;
}

#service-l-01 .service-item img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

#service-l-01 .service-item {
  border-radius: 12px;
  background: rgba(64,23,12,1);
  margin-bottom: 25px;
}


#service-l-01 .service-item p, #service-l-01 .service-item i, #service-l-01, #service-l-01 .service-item hr, .service-item .block-01 h2 {
  color:#fff;
  padding: 0 20px;
}

#service-l-01 .service-item hr {
  margin: 0 20px 20px 20px;
}


#service-l-01 .service-item .block-01 h2 {
  background: rgb(64,23,12);
  background: linear-gradient(0deg, rgba(64,23,12,1) 0%, rgba(64,23,12,0) 100%);
  margin-top: -48px;
  position: relative;
  z-index: 9;
  color: #fff;
}

#service-l-01 .service-item .block-01 p {
  margin-bottom: 40px;
}

#service-l-01 .service-item .block-01 .read-more {
  display: flex;
  justify-content: space-between;
}

#service-l-01 .service-item .block-01 .read-more p {
  margin-bottom: 20px;
}



/*LISTAGEM SERVICOS 02 - service-l-02*/
#product-list-02 a {
  transition: all .2s ease-in-out;
  display: block;
}

#product-list-02 a:hover {
  color: unset !important;
  transform: scale(1.03);
}

.product-card {
  background: white;
  display: inline-block;
  margin: auto;
  border-radius: 5px;
  position: relative;
  text-align: center;
  box-shadow: -1px 15px 30px -12px black;
}

.product-card__image {
  position: relative;
  height: 230px;
  margin-bottom: 35px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-size: cover !important;
}


.product-card__image {
  background: url("../images/listagem-02/bg01.jpg");
}

.product-card__unit-stats {
  background: #ec9b3b;
}

.product-card__image img {
  max-height: 270px;
  position: absolute;
  top: -16px;
  left: 79px;
}

.product-card__level {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
}


.product-card__unit-name {
  font-size: 26px;
  color: black;
  font-weight: 900;
  margin-bottom: 5px;
}

.product-card__unit-description {
  padding: 20px;
  margin-bottom: 10px;
}

.clash-card__unit-stats .one-third {
  border-right: 1px solid #bd7c2f;
}



.product-card__unit-stats {
  color: white;
  font-weight: 700;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;

  .one-third {
    width: 33%;
    float: left;
    padding: 20px 7px;
    border-right: 1px solid #bd7c2f;
  }

  sup {
    position: absolute;
    bottom: 4px;
    font-size: 45%;
    margin-left: 2px;
  }

  .stat {
    position: relative;
    font-size: 17px;
    margin-bottom: 5px;
  }

  .stat-value {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
  }

  .no-border {
    border-right: none;
  }
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.slick-prev {
  left: 100px;
  z-index: 999;
}

.slick-next {
  right: 100px;
  z-index: 999;
}


/* ============ END LISTAGEM SERVICOS ============== */






/* ABOUTS US 01 */
#aboutus_01 .about-home-one-img {
  background: url(../img/bg_about.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  position: relative;
}

#aboutus_01 .about-home-one {
  width: 60%;
  padding: 2rem 0rem 2rem 3rem;
  position: relative;
}

#aboutus_01 .about-home-one-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(39, 48, 75, 0.5);
}

#aboutus_01.bg-about {
  background-color: #98cb46;
}

#aboutus_01 .saiba-mais-green {
  font-weight: 600;
  font-size: 18px;
  background: var(--color-primary);
  border-radius: 50px;
  padding: 5px 20px;
  color: #fff;
  display: block;
  width: fit-content;
}

#aboutus_01 .about-home-one .about-video a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -96px;
  padding: 2rem 2rem 1.5rem 2rem;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  color: #FFF;
  background: #98cb46;
}

#aboutus_01 .about-home-one .about-video a i {
  font-size: 3rem;
  margin-right: 1rem;
  border-radius: 75px;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}


#aboutus_01 .about-home-one .about-video a i {
  margin-right: 0;
}

#aboutus_01 .about-home-one .about-video a i {
  font-size: 3rem;
  margin-right: 1rem;
  border-radius: 75px;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}



/* ABOUT US 01 */
#aboutus_02 ul {

}

#aboutus_02 ul li {
  display: inline-flex;
  width: 49%;
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  color: var(--fs-p) !important;
  line-height: 30px;
}

#aboutus_02 ul li i::before {
font-size: 12px;
background: var(--color-secondary);
color: #fff;
border-radius: 50px;
padding: 3px;
margin-right: 5px;
}


/* DATA 01 */
#data_01.counter-bg-curve {
  position: relative;
  color: #FFF;
  font-weight: 700;
  z-index: 1;
  background: var(--color-primary);
}

#data_01.counter-bg-curve:before {
  background-position: center bottom;
  top: -121px;
  background-image: url(../img/h5_wave_up.png);
}

#data_01.counter-bg-curve:after {
  background-position: center bottom;
  bottom: -121px;
  background-image: url(../img/h5_wave_down.png);
}

#data_01.wide-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

#data_01.counter-bg-curve:before, #data_01.counter-bg-curve:after {
  position: absolute;
  content: "";
  left: 0;
  height: 122px;
  width: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  display: none;
}

#data_01 .icon-box-3 {
  text-align: center;
}

#data_01 .icon-box-3 img {
  max-width: 40%;
  display: block;
  margin:auto;
  margin-bottom: 1.5rem;
}

#data_01.counter-bg-curve .counter-txt {
  color: #fff;
  line-height: 1;
  font-size: 2.75rem;
  font-family: 'Changa', sans-serif;
  position: relative;
  padding: 20px 0 0 0;
}

#data_01.counter-bg-curve .counter-txt:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 1px;
  width: 40px;
  background: #FFF;
  transform: translateX(-50%);
}

#data_01.counter-bg-curve .counter-txt {
  color: var(--primary-color);
  line-height: 1;
  font-size: 2.75rem;
  font-family: 'Changa', sans-serif;
  position: relative;
  padding: 20px 0 0 0;
}


.bg-light {
    background-color: #f8f9fc !important;
}


.lead {
    font-size: 17px;
}


/* SLIDER BLOG */
#slider_01 .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

#carrousel_01 .item h3 {
  margin: 15px 0;
}

#gallery .owl-carousel .item {
  margin-bottom: 30px;
}

#gallery .owl-carousel .owl-nav button.owl-next, #gallery .owl-carousel .owl-nav button.owl-prev  {
  margin: 0 0.75em;
  background: var(--color-primary);
  color: #fff;
  padding: 4px 7px !important;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 16px 0px rgb(131 131 131 / 57%);
  -moz-box-shadow: 0px 0px 16px 0px rgb(131 131 131 / 57%);
   box-shadow: 0px 0px 16px 0px rgb(131 131 131 / 57%);
} 

#gallery .owl-carousel .owl-nav button.owl-prev {
position: absolute;
top: 40%;
left: -65px;
}

#gallery .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  right: -65px;
}



/* BLOG ITEM */


#blog_list_01 .blog_box.type_two.type_three {
  padding: 15px;
  box-shadow: 0 5px 15px 0px rgba(15 ,53 ,103 , 0.05);
  border-radius: 20px;
}

#blog_list_01 .blog_box.type_two .image_box img {
  position: relative;
  border-radius: 10px;
}

#blog_list_01 .blog_box.type_two.type_three .content {
  padding: 30px 15px 15px;
}

#blog_list_01 h3 {
  font-size: unset;
  line-height: unset;
  margin-bottom: 0px;
}

#blog_list_01 .blog_box.type_two .content h3 a {
  margin-bottom: 15px;
}

#blog_list_01 .blog_box.type_two .content p {
  margin-bottom: 20px;
}

#blog_list_01 .blog_box.type_two .content .authour p {
margin-bottom: 0px;
}

#blog_list_01 .blog_box.type_two.type_three .content .bottm_contet {
  padding-top: 24px;
  margin-top: 23px;
  border-top: 1px solid var(--color-set-one-bg-2);
  justify-content: space-between;
}

#blog_list_01 .blog_box.type_two.type_three .content .bottm_contet .authour {
  margin: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
  min-width: 172px;
}

#blog_list_01 .blog_box.type_two .content .authour {
  position: relative;
  margin-bottom: 15px;
}

#blog_list_01 .blog_box.type_two.type_three .content .bottm_contet .rd_more {
  color: var(--heading-color-one);
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

#blog_list_01 .avatar {
  max-width: 25px;
  margin-right: 5px;
  border-radius: 50px;
}

/* BRANDS SLIDER */
#brands-3 .logos {
  overflow: hidden;
  padding: 20px 0;
  background: white;
  white-space: nowrap;
  position: relative;
  }
  
  #brands-3 .logos:before,
  #brands-3 .logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
  }
  
  #brands-3 .logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  }
  
  #brands-3 .logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
  
  #brands-3 .logos:hover .logos-slide {
  animation-play-state: paused;
  }
  
  #brands-3 .logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
  }
  
  #brands-3 .logos-slide img {
  height: 55px;
  margin: 0 30px;
  }
  
  @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @media screen and (max-width: 991px) {
    #brands-3 .logos:before, #brands-3 .logos:after {
      width: 50px;
    }
  } 


/* PAGINATION */
.page-item.active .page-link {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.pagination .page-link:focus {
  box-shadow: none;
}

.page-link:focus {
  color: var(--color-primary);
}


/* SERVICE DETAIL 01 */
#service-data .img-service {
  border-radius: 20px !important;
}

#service-data h2 {
  color: var(--color-primary) !important;
  margin-bottom: 20px;
  margin-top: 40px;
}

#service-data .data-content p {
  color: var(--fc-p) !important;
  font-size: var(--fs-p) !important;
  margin-bottom: 15px;
}

#service-data ul li {
  font-size: var(--fs-p) !important;
  color: var(--fs-p) !important;
  line-height: 30px;
}

#service-data ul {
  padding-left: 15px;
}

#service-data ul li {
  list-style: none;
}   

#service-data ul li::before {
  content: '\F135' !important;
  font-family: 'bootstrap-icons' !important;
  padding: 3px;
  margin-right: 5px;
  font-size: 13px;
  border-radius: 50px;
  background: var(--color-secondary);
  color: #fff;
}


/* SIDEBAR INTERNA */
#service-data .list_service {
  background: #e3e3e3;
  border-radius: 5px;
  padding: 25px;
  margin-top: 20px;
  -webkit-border-radius: 5px;
}

#service-data .list_service h3::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 26px;
  background: var(--color-secondary);
  border-radius: 30px;
  top: 1px;
  left: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

#service-data .list_service ul {
  padding-left: 0px;
}

#service-data .list_service h3 {
  color: var(--color-primary);
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}

#service-data .list_service ul li {
list-style: none;
font-size: 16px;
font-weight: 400;
background: #fff;
padding: 10px;
border-radius: 5px;
margin-bottom: 10px;
align-items: center;
position: relative;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}

#service-data .list_service ul li a::after {
  position: absolute;
  content: "\f054";
  font-family: 'bootstrap-icons';
  font-weight: 600;
  top: 14px;
  left: 20px;
  font-size: 12px;
  color: var(--paraColor);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

#service-data .siderbar_interna {
  margin-top: 50px;
}


#service-data .siderbar_interna .contacts {
  flex-direction: column;
  margin: 60px 0;
}

#service-data .siderbar_interna .contacts .btn-default {
  flex-direction: column;
}

#service-data .siderbar_interna .contacts .whats {
  margin: 15px 0;
  background: var(--whatsapp-bg);
  color: var(--whatsapp-color);
}

#service-data .siderbar_interna .contacts .phone {
  margin-bottom: 15px;
}


/* SIDEBAR BLOG */
#blog_list_01 .list_categories h3, #blog_list_01 .last_posts h3, #blog_list_01 .tags h3 {
  color: var(--color-primary);
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
  font-size: var(--fs-h3);
}


#blog_list_01 .list_categories, #blog_list_01 .last_posts, #blog_list_01 .tags {
  background: #e3e3e3;
  border-radius: 5px;
  padding: 25px;
  -webkit-border-radius: 5px;
}

#blog_list_01 .list_categories h3::after, #blog_list_01 .last_posts h3::after, #blog_list_01 .tags h3::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 26px;
  background: var(--color-secondary);
  border-radius: 30px;
  top: 1px;
  left: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

#blog_list_01 .list_categories ul {
  padding-left: 0px;
}

#blog_list_01 .list_categories h3 {
  color: var(--color-primary);
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}

#blog_list_01 .list_categories ul li {
list-style: none;
font-size: 16px;
font-weight: 400;
background: #fff;
padding: 10px;
border-radius: 5px;
margin-bottom: 10px;
align-items: center;
position: relative;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}

#blog_list_01 .list_categories ul li:hover {
  background: var(--color-primary);
  color: var(--text-color-primary)
}

#blog_list_01 .list_categories ul li:hover a {
  color: var(--text-color-primary)
}

#blog_list_01 .list_categories ul li a::after {
  position: absolute;
  content: "\f054";
  font-family: 'bootstrap-icons';
  font-weight: 600;
  top: 14px;
  left: 20px;
  font-size: 12px;
  color: var(--paraColor);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

#blog_list_01 .post-data {
  list-style: none;
  padding-left: 0;
}

#blog_list_01 .post-data li {
  margin-bottom: 30px;
}

#blog_list_01 .post-data li a {
  display: flex;
}

#blog_list_01 .post-data img {
  max-width: 90px;
  margin-right: 15px;
  border-radius: 4px;
}

#blog_list_01 .post-data p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}

#blog_list_01 .tags-list {
  list-style: none;
  padding: 0;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

#blog_list_01 .tags-list li a {
  color: var(--text-color-primary);
}

#blog_list_01 .tags-list li {
  border: 2px solid var(--color-primary);
  background: var(--color-primary);
  border-radius: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 15px;
  font-weight: 400;
}

#blog_list_01 .tags-list li:hover {
  background: var(--color-secondary);
  color: var(--text-secondary);
  border: 2px solid var(--color-secondary);
}

#blog_list_01 .tags-list li:hover a {
  color: var(--text-secondary);
}

#blog_list_01 .tags {
  display: flex;
  flex-direction: column;
}


/* FAQ */
#faq_02 {
  background: #f3f3f3;
}

#faq_02 .accordion-item {
  border: none;
  margin: 20px 0;
  background: transparent;
}

#faq_02 .accordion-item .accordion-button {
  border-radius: 10px;
  padding: 12px 15px;
  font-weight: 700;
  background: #dfdbdb;
}

#faq_02 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

#faq_02 .accordion-button:focus {
  border: none;
  box-shadow: none;
}

#faq_02 .accordion-button::after {
  background: #FFF;
  border-radius: 5px;
}

#faq_02 .accordion-button:not(.collapsed) {
  background-color: var(--color-primary);
  color:var(--text-color-primary);
  font-weight: 600;
}

/* BLOG DETAIL 01 */
#blog_detail_01 .img-blog-detail {
  border-radius: 20px;
}

#blog_detail_01 h2 {
  color: var(--color-primary) !important;
  margin-bottom: 20px;
  margin-top: 40px;
}

#blog_detail_01 p {
  color: var(--fc-p) !important;
  font-size: var(--fs-p) !important;
  margin-bottom: 15px;
}

#aboutus_02 ul li {
  font-size: var(--fs-p) !important;
  color: var(--fs-p) !important;
  line-height: 30px;
}

#blog_detail_01 ul {
  padding-left: 15px;
}

#blog_detail_01 ul li {
  list-style: none;
}   

#blog_detail_01 ul li::before {
  content: '\F135' !important;
  font-family: 'bootstrap-icons' !important;
  padding: 3px;
  margin-right: 5px;
  font-size: 13px;
  border-radius: 50px;
  background: var(--color-secondary);
  color: #fff;
}

#blog_detail_01 .img-blog-detail {
  border-radius: 20px;
}

/* EQUIPE */
#team_01 .item .text-wrap {
  padding: 15px;
}

/* PAG. CONTATO */ 
#contact-list-01 .pq-contact-box {
  margin: 0px 0px 0px 0px;
  padding: 60px 30px 60px 30px;
  background-color: var(--color-primary);
  border-radius: 3px 3px 3px 3px;
}

#contact-list-01 .pq-contact-box-icon {
  text-align: center;
}

#contact-list-01 .pq-contact-box-icon i {
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  color: var(--color-secondary);
  display: inline-block;
  border-radius: 3px;
  height: 80px;
  background: #fff;
}

#contact-list-01 .pq-contact-box-info {
  text-align: center;
  margin-top: 30px;
}

#contact-list-01 h4 {
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
  color: #fff;
}

#contact-list-01 p {
  color: #fff;
  min-height: 50px;
}


#contact-page-01 .pq-form-box {
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: -60px;
  background: #fff;
  position: relative;
  z-index: 1;
}

#contact-page-01 .pq-section.pq-style-1 .pq-section-sub-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
  color: var(--color-primary);
  background: #d3e9fb;
  padding: 4px 8px;
  margin: 0 0 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#contact-page-01 input, #contact-page-01 textarea, #contact-page-01 input.form-control {
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 400;
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
  outline: none;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-radius: 3px;
}

#contact-page-01 textarea {
  margin-bottom: 30px;
  height: 100px;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  width: 100%;
  float: left;
  padding: 10px 15px;
  outline: none;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

#contact-page-01 .pq-button {
  position: relative;
  width: auto;
  background: var(--color-primary);
  color:#fff;
  letter-spacing: 0.04em;
   font-size: 14px;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: uppercase;
  line-height: 2;
  vertical-align: middle;
  border: none;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#contact-page-01 .item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

#contact-page-01 .item .icone {
  background: var(--color-primary);
  color: var(--text-color-primary);
  border-radius: 50%;
  padding: 15px 20px;
  font-size: 24px;
  margin-right: 10px;
}

#contact-page-01 .item .icone.whats {
  background: var(--whatsapp-bg);
  color: var(--whatsapp-color);
}

#contact-page-01 .mrg-left {
  padding-left: 5%;
}

#contact-page-01 .item .data .whats {
  background: var(--whatsapp-bg);
  color: var(--whatsapp-color);
  border-radius: var(--sm-radius);

}

#team_01 .wprt-image-box.style-1 .item .title {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}

/* YOUTUBE VIDEO MODAL */
#video_modal_01 .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
  top: 20%;
}

#video_modal_01 .modal-body {
  position:relative;
  padding:0px;
}
#video_modal_01 .btn-close {
  position:absolute;
  right:-30px;
  top:0;
}

/* SUBHEADER 01 */ 
#subheader_01 {
  background-size: cover;
  background-position: center;
}
#subheader_01 .btn-whatsapp {
  background: #00bfac;
  color: #fff;
  border-radius: 35px;
  padding: 9px 15px;
  font-weight: 700;
}

#subheader_01 .breadcrumb-item {
  color: #fff;
  text-decoration: underline;
}

#subheader_01 .breadcrumb-item a {
  color: #fff;
}

#subheader_01 .breadcrumb-item.active {
  color: #fff;
  text-decoration: none;
}

#subheader_01 .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}


/* SUBHEADER 02 */ 
#subheader_02 .category {
  background: var(--color-primary);
  border-radius: 10px;
  align-items: center;
}

#subheader_02 h2, #subheader_02 p {
  margin-bottom: 0px;
}

#subheader_02 .category-data {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#subheader_02 .category-desc { 
  background-color: #5e5347;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#subheader_02 .category-data, #subheader_02 .category-desc {
  padding: 60px 40px;
}

#subheader_02 .category-desc p{
  font-size: 19px;
}

#data-404 img {
  margin: 40px 0;
}

/* MAP STORES / PROJECTS */

#map_04 .selector {
  background: #000;
  padding: 0;
  margin-bottom: 15px;
}

#map_04 .our-stores {
  padding: 9px 0;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#map_04 .selector select {
  width: 100%;
  border: 1px solid #000;
  border-left: 0px;
  height: 42px;
  padding: 0 20px;
}

#map_04 .store-name {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
  color:#28285b;
}

#map_04 .store-address {
  font-size: 14px;
  margin-bottom: 0px;
}

#map_04 .new-stores .row {
  align-items: center;
  border-bottom: 1px solid #cccccc26;
  padding: 10px 0;
}

#map_04 .store-address {
  margin-bottom: 15px;
}

#map_04 .new-stores {
  padding-right: 10px;
  padding-left: 5px;
  height: 300px;
}

#estado-todas .row::after {
  border: 1px solid #ccc;
}

#map_04 .select-estado {
  padding-right: 0;
}


#map_04 .store-name {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
  color:#28285b;
}

#map_04 .store-address {
  font-size: 14px;
  margin-bottom: 0px;
}

#map_04 .new-stores .row {
  align-items: center;
  border-bottom: 1px solid #cccccc26;
  padding: 10px 0;
}

#map_04 .btn-map {
  background: #fff;
  border-radius: 0.25rem;
  border: 1px solid #ccc !important;
  color: #000;
  padding: 0.5rem 1rem;
  width: 90%;
  display: block;
  text-align: center;
  
}

#map_04 .btn-map.Active{
  background: #000;
  border-radius: 0.25rem;
  border: 1px solid #000;
  color: #fff;
  padding: 0.5rem 1rem;
}

#map_04 .map {
  display: none;
}

#map_04 .map.active {
  display: block;
}

#map_04 .new-stores {
  overflow: scroll;
  height: 396px;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.15); 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgb(122, 121, 121);
}

#estado-todas .row::after {
  border: 1px solid #ccc;
}

#map_04 .select-estado {
  padding-right: 0;
}


/* MOBILE */

@media only screen and (max-width : 991px) {
  #map_04 .our-stores {
    padding: 9px 0;
  }
  #map_04 .select-estado {
    padding-left: 1px;
  }
  
  #map_04 .btn-map {
    width: 100%;
  }

  #map_04 .new-stores .row {
    text-align: center;
  }
  
  #map_04 .store-address {
    margin-bottom: 15px;
  }
  
  #map_04 .new-stores {
    padding-right: 10px;
    padding-left: 5px;
    height: 300px;
  }
}



/* FOOTER */
.footer .logo-footer {
  max-width: 200px;
  margin-bottom: 15px;
}

.spamtext .footer-dog {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.footer .social-links li:first-child {
  padding-left: 0px;
}

.footer .social-links li {
  padding: 5px 15px;
}

.footer p {
    font-size: 13px;
}

.justificar {
    justify-content: center;
}

.footer {
  background: #fff;
  margin-top: 0px;
  padding: 20px 0;
  border-top: 2px solid #000;
}

.footer h2 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.footer ul {
  padding: 0;
}

.footer ul li  {
  list-style: none;
  padding: 0;
  color: #000;
  font-size: 13px;
}

.footer ul li p {
  list-style: none;
  margin-bottom: 9px;
  padding: 0;
  color: #000;
  font-size: 13px;
}

.footer ul li a {
  color:#000;
  font-size: 14px;
  line-height: 30px;
}

.footer ul li a:hover {
  color: #000
}

.footer .line_1 {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
  padding: 15px 0 0 0;
}

.footer ul li a i {
  font-size: 20px;
}

.footer .line_1 img {
  max-height: 42px;
}

.footer .line_1 p  {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 64px;
}

.footer .line_1 p span {
  margin: 0 15px;
  color: #fff;
}

.footer .line_1 p a {
  color: #fff  !Important;
}

.footer .line_1 p a:hover {
  color: var(--color-secondary)
}
 
.footer .btn-whatsapp, .footer .btn-phone {
  display: table;
  padding: 1px 15px;
  margin-bottom: 10px;
  border-radius: var(--sm-radius);
}

.footer .btn-whatsapp {
  background: var(--whatsapp-bg);
  color: var(--whatsapp-color);
}

.footer .btn-whatsapp:hover {
  color: var(--whatsapp-color);
}

.footer .btn-phone {
  background: var(--color-secondary);
  color: var(--text-secondary);
}

.footer .btn-phone:hover {
  color: var(--text-secondary);
}

.footer .stores li {
  margin-bottom: 30px;
}

.footer .store-name {
  font-size: 16px;
}
  
.spamtext {
  background: rgb(245, 245, 245);
  text-align: center;
  color: var(--color-primary);
  position: relative;
}

.spamtext .container {
  border-top: 1px solid #DCDCDC;
  padding: 40px;
  text-align: justify;
}

.spamtext p {
  font-size: 12px;
}



.col-20  {
  width: 20%;
}

.logo-company {
  margin: 20px 0;
}

li {
  font-size: 14px;
}

.data-about-carburgo {
  background: #f1f1f1;
  border-radius: 15px;
  text-align: center;
  padding: 60px 18%;
}

.data-about-carburgo h1 {
  margin-bottom: 25px;
}

.data-about-carburgo p {
  font-size: 16px;
  line-height: 24px;
}


#stores .nav-pills {
  min-width: 30%;
}

#stores .tab-content {
  min-width: 69%;
  padding-left: 5%;
}

#stores h2 {
  font-size: 30px;
}

#stores h2, #stores .nav-pills .nav-link {
  font-weight: 700;
}

#stores .nav-pills .nav-link {
  padding: 0;
  margin: 8px 0;
  text-align: left;
  width: fit-content;
  color: #000;
}

#stores .tab-content h2 {
  margin-bottom: 0px;
  margin-top: 20px;
  text-transform: uppercase;
}

#stores iframe {
  border-radius: 8px;
}

.nav-pills .nav-link.active, .nav-pills .show&gt;.nav-link {
  background: none;
  text-decoration: underline;
  color: #0c3e8f !important;
}


/* MOBILE */

@media only screen and (max-width : 991px) {
  /* TOP HEADER */
  #topheader-01 .mobile_none {
    display: none;
  }

  #topheader-01 p { 
    text-align: center;
  }


  /* MENU PRINCIPAL */
  #header_01 .emergencia24 {
    margin-left: 0px;
  }

  #header_01 .navbar-brand img {
    max-height: 75px;
  }


  /* ABOUT US */
  #aboutus_01 .about-home-one {
    width: 100%;
    padding: 15px;
  }
  #aboutus_01.ptb-75 {
    padding-top: 0px;
  }

  #aboutus_01 .about-home-one .about-video a {
    top: -20%;
    left: 0%;
    width: 100%;
    background: transparent;
  }

  #aboutus_01 .about-home-one .about-video a i {
    border-radius: 50px;
    padding: 18px 30px 13px 30px;
    background: var(--color-secondary);
  }

  #aboutus_02 ul li {
    width: 100%;
  }

  /* CENTRALIZAÃ‡ÃƒO ARROWS BLOG */
  #gallery .owl-nav, #carrousel_01 .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #gallery .owl-carousel .owl-nav button.owl-prev, #carrousel_01 .owl-carousel .owl-nav button.owl-prev {
      position: relative;
      top: unset;
      left: unset;
      }
      
  #gallery .owl-carousel .owl-nav button.owl-next, #carrousel_01 .owl-carousel .owl-nav button.owl-next {
      position: relative;
      top: unset;
      right: unset; 
  }

  /* FOOTER */
  .footer {
    text-align: center;
  }
  
  .footer ul {
    width: 100%;
    justify-content: center;
  }
  
  .footer .btn-whatsapp, .footer .btn-phone {
    margin: auto;
    margin-bottom: 15px;
  }

  .spamtext .footer-dog {
    position: absolute;
    bottom: 100%;
    z-index: 1;
    left: 0;
  }

  .spamtext .footer-dog img {
    max-width: 130px;
  }

  #sticky_area .sticky_data {
    margin-top: 0px !important;
  }

  #service-data .siderbar_interna {
    margin-top: 15px !important;
  }

  #subheader_01 {
    text-align: center;
  }

  #subheader_01 .breadcrumb {
    justify-content: center;
  }

  #subheader_01 h1 {
    margin: 20px 0 0 0;
  }

  .divider2::after {
    margin: auto;
    margin-top: 20px;
  }

  .siderbar_interna .list_service {
    display: none;
  }
  
  #assinatura {
    text-align: center;
  }

  #contact-page-01 .pq-form-box {
    width: 100%;
  }

  #features-19, #features-18, #stores {
    padding: 40px 0;
  }

  #features-19 .col-20 {
    width: 50%;
  }

  #features-19 .col-20 img {
    max-width: 100%;
  }

  #features-19 h2 {
    font-size: 30px;
  }
}


#features-18 img {
  margin: auto;
  display: block;
  max-width: 100%;
}

#features-18 h2 {
  margin-bottom: 10px;
}

#features-18 .text-1 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

#features-18 .text-2 {
  padding-top: 34px;
  padding-bottom: 29px;
}

#features-18 .about {
  position: relative;
  display: inline-block;
  margin-top: 50px;
  padding-left: 0px;
}

#features-18 .about li {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

#features-18 .about li .icon {
  min-width: 76px;
  height: 76px;
  padding-left: 1px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--color-primary);
  color: var(--text-color-primary);
  border-radius: 50%;
  justify-content: center;  
}

#features-18 .about li .icon img {
  max-width: 44px;
}


#features-18 .about li h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

#features-18 .about li .text {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-left: 10px;
}

#features-18 .row  {
  align-items: center;
}

.align-mid-header {
  justify-content: end;
}

@media screen and (max-width: 991px) {
  #features-18 .content {
      margin-top: 50px;
  }

  .data-about-carburgo {
    padding: 30px;
  }

  #stores .nav-pills {
    min-width: 100%;
    text-align: center;
  }

  #stores .nav-pills .nav-link {
    width: 100%;
    text-align: center;
    margin: 4px 0;
  }

  .footer .line_2 {
    margin-bottom: 50px;
  }
  
  #features-18 .text-1 {
      text-align: center;
  }

  #features-18 .cta {
      text-align: center;
  }

  #stores .d-flex {
    flex-direction: column;
  }

  #stores .tab-content {
    padding-left: 0;
  }

  #stores .tab-content h2 {
    margin-bottom: 0px;
    margin-top: 10px;
  }

  #stores h2 {
    font-size: 21px;
    margin-bottom: 5px;
  }

  .d-mobile-none {
    display: none;
  }
  #midheader-01 .whatsapp small {
    display: none;
  }

  #header_01 .whatsapp, #midheader-01 .whatsapp {
    margin: 0 3px !important;
    padding: 8px 10px;
    font-size: 16px;
  }

  .align-mid-header {
    justify-content: center;
  }

  #header_01.navbar {
    background: #fff;
    padding: 0;
    border-top: 1px solid #cccccc78;
  }

  #header_01 .navbar-nav .nav-link {
    color: #212121;
  }

  #header_01 .dropdown:hover .dropdown-toggle::after, #header_01 .dropdown:hover .nav-link {
    color: var(--color-primary);
  }

  #topheader-01 .menu-top-header {
    display: none;
  }

  #contact-page-01 .mrg-left {
    margin-top: 100px;
  }
}



#banner-2 .carousel-control-next, #banner-2 .carousel-control-prev {
  background: initial;
  border: 0;
}

#banner-2 .form_banner {
  position: absolute;
  right: 5%;
  top: 130px;
  z-index: 9;
  padding: 30px 20px;
  width: 315px;
  box-shadow: -2px -2px 6px 0 rgba(0, 0, 0, .1);
  background-color: #ffffff8f;
  text-align: center;
  border-radius: 3px;
  border-radius: 13px;
}

#banner-2 .form_banner h4, .form_interna h4 {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
  letter-spacing: 0.4px;
}

#banner-2 .form_banner p, .form_interna p {
  color: #FFF;
  margin-bottom: 25px !important;
  font-size: 16px;
  line-height: 20px;
}

#banner-2 .form_banner .form-group {
  margin-bottom: 10px;
}

#banner-2 .form_banner .form-group:last-child {
  margin-bottom: 0px;
}

#banner-2 .form_banner .form-control, #banner-2 .form_banner select, .form_interna .form-control {
  font-weight: 400;
  background: #1414148f;
  color: #fff !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 8px;
  font-size: 14px;
  padding: 9px 10px;
  width: 100%;
  height: auto;
  outline: 0;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: none;
}


.form_banner input::placeholder, .form_banner textarea::placeholder, .form_banner select::placeholder {
  color:    #fff;
  font-size: 14px;
  font-weight: 400;
}


#banner-2  .form_banner .btn, .form_interna .form_banner .btn {
  background: #000000a8;
  border-color: #000000a8;
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#banner-2 .btn_whats_form  {
  background-color: var(--whatsapp-bg);
  color: #fff;
  margin: 0 -15px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 8px;
  border: none;
  cursor: pointer !important;
}

#banner-2 .btn_whats_form a, .form_interna .btn_whats_form a {
  color: #fff;
}

#banner-2 .btn_whats_form:hover, .form_interna .btn_whats_form:hover {
  opacity: 0.9;
}

#banner-2 .form_banner .btn_send, .form_interna .btn_send {
  background: #000;
  color: #fff;
  width: 100%;
  display: inline-block;
  padding: 12px 20px;
  line-height: normal;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: none;
}

#banner-2 .carousel-control-next, #banner-2 .carousel-control-prev {
  width: 5%;
}
/* ============ END BANNER DIVIA  ============== */
/* Banner Internas */
.banner-pages {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 160px 0 120px 0;
  background-size: cover;
  background-position: center;
}

.banner-pages .row {
  align-items: center;
}

.banner-pages .form_banner {
  position: inherit !important;
}

.banner-pages h1 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
}

.banner-pages p {
  color: #fff;
  font-size: 24px;
}


/* Consorcio */
.pag-int-content h2 {
  font-size: 30px;
  text-transform: uppercase;
} 

.pag-int-content span {
  color: var(--secondary-color);
  font-weight: 700;
}

.pag-int-content h6 {
  color: #787b80;
} 
.pag-int-content p {
  padding: 7px 0px;
}

.pag-int-content ul li {

} 


/* formulÃ¡rio internas */
.form-internal-pages .form-control, .form-internal-pages .form-select {
  padding: 12px 15px;
  font-size: 12px;
  color: #545353;
}

@media (max-width: 768px) {
  .banner-pages {
      padding: 210px 0 120px 0;
  }

  .banner-pages h1 {
      font-size: 28px;
  }

  .banner-pages p {
      font-size: 18px;
  }

  .pag-int-content h2 {
      font-size: 18px;
      line-height: 26px;
  }

  .pag-int-content .images-internal-pages {
      margin-top: 20px;
  }

  .want-to-know {
      background: #edeaea;
      margin-top: 20px;
  }
  .want-to-know .btn {
      margin: auto;
      display: block;
  }
}



.contact-preference {
  margin: 20px 0;
}

.contact-preference p {
  margin-bottom: 10px;
  color: #333;
}

.radio-group {
  display: flex;
  gap: 20px;
}

.radio-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio-item input[type="radio"] {
  margin-right: 8px;
}

.radio-label {
  color: #787b80;
  font-size: 12px;
}

/* VENADS DIRETAS PAGE */
.vendas-direatas-data h2 {
  font-size: 30px !important;
  margin-bottom: 30px;
}

.vendas-direatas-data .item {
  margin-bottom: 50px;
  text-align: center;
}

.vendas-direatas-data .item h3 {
  margin: 22px 0;
}

.vendas-direatas-data .item img {
  width: 100%;
}


.btn-primary {
  background-color: #000;
  border: none;
  border-radius: 35px;
  padding: 7px 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
}

.site-section {
  padding: 65px 0;
}</pre></body></html>