/*  ================ 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: 5px 0;
}

#header_01 .navbar-brand img {
  max-height: 85px;
}

#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 > .dropdown-menu, #header_01 .dropdown-submenu:hover > #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 > li > 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 > a {
  font-size: 1rem;
  padding: 5px 15px 5px 35px;
  text-transform: capitalize;
  text-decoration: none;
}

#header_01 .dropdown-menu > li > 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 > li.show > a {
  color: #ffF;
  text-decoration: none;
  background-color: var(--color-secondary);
  border-radius: 200px;
}

#header_01 .dropdown-menu > li > a:hover:before, #header_01 .dropdown-menu > li.show > 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 > li:hover > a::before {
    background: var(--text-secondary)
  }

  #header_01 .dropdown-menu > li:hover > a {
    color: var(--text-secondary);
  }

	#header_01 .dropdown-menu > li:hover{     
    color: var(--text-secondary);
    text-decoration: none;
    background-color: var(--color-secondary);
    border-radius: 200px;
  }

	#header_01 .dropdown-menu > li:hover > .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: 23px;
  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: -15px;
  margin-left: -15px;
  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 .form_banner .btn_send, .form_interna .btn_send {
  background: var(--color-secondary);
  color: var(--text-secondary);
  border-color: var(--color-secondary);
  display: inline-block;
  width: 100%;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 900;
  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;
  border: none;
}

#banner-2 .carousel-control-next, #banner-2 .carousel-control-prev {
  width: 5%;
}


/* DESTAQUES */
#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;
}



/* SOBRE A EMPRESA */
#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;
  }
}



/* 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;
}



/* 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;
}



/* 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);
}


/* 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 .owl-carousel .item {
  margin-bottom: 30px;
}

#carrousel_01 .owl-carousel .owl-nav button.owl-next, #carrousel_01 .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%);
} 

#carrousel_01 .owl-carousel .owl-nav button.owl-prev {
position: absolute;
top: 40%;
left: -65px;
}

#carrousel_01 .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;
  margin-top: 20px;
  -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: 20px;
}

#blog_list_01 .post-data li a {
  display: flex;
}

#blog_list_01 .post-data img {
  max-width: 90px;
  margin-right: 15px;
  border-radius: var(--sm-radius);
}

#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 .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;
}

#data-404 img {
  margin: 40px 0;
}

/* 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: var(--color-primary);
  margin-top: 0px;
  padding: 50px 0;
}

.footer h2 {
  font-size: 18px;
  color: var(--text-color-primary);
}

.footer ul {
  padding: 0;
}

.footer ul li  {
  list-style: none;
  padding: 0;
  color: var(--text-color-primary);
  font-size: 13px;
}

.footer ul li p {
  list-style: none;
  margin-bottom: 9px;
  padding: 0;
  color: var(--text-color-primary);
  font-size: 13px;
}

.footer ul li a {
  color: var(--text-color-primary);
  font-size: 14px;
  line-height: 30px;
}

.footer ul li a:hover {
  color: var(--color-secondary)
}

.footer .line_1 {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
  padding: 15px 0 0 0;
}

.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;
}


/* 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 */
  #carrousel_01 .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #carrousel_01 .owl-carousel .owl-nav button.owl-prev {
      position: relative;
      top: unset;
      left: unset;
      }
      
  #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-18 img {
  margin: auto;
  display: block;
  max-width: 100%;
}

#features-18 h2 {
  margin-bottom: 30px;
}

#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;
  }

  #features-18 h2 {
      text-align: center;
  }
  
  #features-18 .text-1 {
      text-align: center;
  }

  #features-18 .cta {
      text-align: center;
  }

  .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;
  }
}

/* Custom CSS para preservar cores e estilos */
:root {
    --primary-orange: #ff8000;
    --primary-gray: #6B7280;
    --secondary-gray: #9CA3AF;
    --light-gray: #F9FAFB;
    --primary-blue: #2563eb;
}

::-webkit-scrollbar { 
    display: none;
}

body { 
    font-family: 'Inter', sans-serif; 
}

.accordion-content { 
    max-height: 0; 
    overflow: hidden; 
    transition: max-height 0.3s ease; 
}

.accordion-content.active { 
    max-height: 500px; 
}

/* Cores customizadas */
.text-primary-orange-custom {
    color: var(--primary-orange) !important;
}

.text-primary-gray-custom {
    color: var(--primary-gray) !important;
}

.text-primary-blue-custom {
    color: var(--primary-blue) !important;
}

.text-secondary-gray-custom {
    color: var(--secondary-gray) !important;
}

.bg-primary-orange-custom {
    background-color: var(--primary-orange) !important;
}

.bg-hero-gradient {
    background: linear-gradient(to bottom right, #f3f4f6, #ffffff, #f9fafb);
}

.border-bottom-custom {
    border-bottom: 1px solid rgba(156, 163, 175, 0.2) !important;
}

.border-primary-orange-opacity {
    border-color: rgba(255, 128, 0, 0.3) !important;
}

.hover-primary-orange-custom:hover {
    color: var(--primary-orange) !important;
}

.hover-primary-blue-custom:hover {
    color: var(--primary-blue) !important;
}

.hover-scale-custom:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.hover-shadow-lg-custom:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.hover-shadow-xl-custom:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s ease;
}

.btn-primary-orange-custom {
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
    color: white;
}

.btn-primary-orange-custom:hover {
    background-color: #e67300;
    border-color: #e67300;
    color: white;
}

.btn-outline-primary-orange-custom {
    border: 2px solid var(--primary-orange);
    color: var(--primary-orange);
    background-color: transparent;
}

.btn-outline-primary-orange-custom:hover {
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
    color: white;
}

.hover-bg-primary-orange-custom:hover {
    background-color: var(--primary-orange) !important;
}

.hover-text-white-custom:hover {
    color: white !important;
}

.header-logo {
    height: 56px;
    width: auto;
}

/* Mobile Menu Styles */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1051;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    max-width: 400px;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.mobile-menu.active .mobile-menu-content {
    transform: translateX(0);
}

.mobile-menu-body {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.mobile-menu-link {
    transition: all 0.2s ease;
}

.mobile-menu-link:hover {
    color: var(--primary-orange) !important;
    background-color: rgba(255, 128, 0, 0.05);
}

.mobile-menu-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-menu-dropdown.active {
    max-height: 500px;
}

.mobile-menu-toggle-btn {
    transition: all 0.2s ease;
}

.mobile-menu-toggle-btn:hover {
    background-color: rgba(107, 114, 128, 0.05);
}

.mobile-menu-toggle-btn.active i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* Dropdown Menu Styles */
.dropdown-menu-wrapper {
    position: relative;
}

.dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    min-width: 220px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 8px 0;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transform: translateX(-50%) translateY(-10px);
    z-index: 1000;
}

.dropdown-menu-wrapper:hover .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-item-wrapper {
    position: relative;
}

.dropdown-item-custom {
    display: block;
    padding: 10px 20px;
    color: var(--primary-gray);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
}

.dropdown-item-custom:hover {
    color: var(--primary-orange);
    background-color: rgba(255, 128, 0, 0.05);
}

.dropdown-item-wrapper:hover > .dropdown-item-custom {
    color: var(--primary-orange);
}

/* Submenu (segundo nível) */
.dropdown-submenu {
    position: absolute;
    left: 100%;
    top: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 8px 0;
    margin-left: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
    z-index: 1001;
}

.dropdown-item-wrapper:hover > .dropdown-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.dropdown-subitem {
    display: block;
    padding: 8px 20px;
    color: var(--primary-gray);
    text-decoration: none;
    font-size: 13px;
    transition: all 0.2s ease;
}

.dropdown-subitem:hover {
    color: var(--primary-orange);
    background-color: rgba(255, 128, 0, 0.05);
}

/* Seta indicadora para itens com submenu */
.dropdown-item-wrapper > .dropdown-item-custom::after {
    content: '›';
    position: absolute;
    right: 15px;
    color: var(--primary-gray);
    font-size: 18px;
    transition: color 0.2s ease;
}

.dropdown-item-wrapper:hover > .dropdown-item-custom::after {
    color: var(--primary-orange);
}

.letter-spacing-wider {
    letter-spacing: 0.1em;
}

/* Partners Carousel Styles */
.partners-carousel-wrapper {
    overflow: hidden;
    position: relative;
}

.partners-carousel {
    animation: scroll-partners 20s linear infinite;
    width: max-content;
}

.partners-carousel:hover {
    animation-play-state: paused;
}

.partner-logo-item {
    width: 200px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-logo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.partner-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /*filter: grayscale(100%);*/
    /*opacity: 0.7;
    transition: filter 0.3s ease, opacity 0.3s ease;*/
}

.partner-logo-item:hover .partner-logo {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes scroll-partners {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 5 - 3rem * 5));
    }
}

/* Material Filter Styles */
.material-item {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.material-item.hidden {
    display: none;
}

.material-filter-btn.active {
    background-color: var(--primary-gray) !important;
    color: white !important;
}

.lh-tight {
    line-height: 1.25;
}

.lh-relaxed {
    line-height: 1.75;
}

.hero-image-container {
    height: 300px;
}

@media (min-width: 768px) {
    .hero-image-container {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .hero-image-container {
        height: 600px;
    }
}

.object-cover {
    object-fit: cover;
}

.rounded-4 {
    border-radius: 1rem;
}

.w-50 {
    width: 3rem;
    height: 3rem;
}

.h-50 {
    height: 3rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.fw-semibold {
    font-weight: 600;
}

.bg-light-gray-custom {
    background-color: var(--light-gray);
}

.border-secondary-gray-opacity {
    border-color: rgba(156, 163, 175, 0.15) !important;
}

.hover-translate-y-custom:hover {
    transform: translateY(-4px);
    transition: transform 0.3s ease;
}

.btn-outline-secondary-custom {
    border: 1px solid var(--primary-gray);
    color: var(--primary-gray);
    background-color: transparent;
}

.btn-outline-secondary-custom:hover {
    background-color: var(--primary-gray);
    color: white;
    border-color: var(--primary-gray);
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.mt-5 {
    margin-top: 3rem;
}

@media (max-width: 767.98px) {
    .py-5 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

/* Materials Section Custom Styles */
.bg-orange-light-custom {
    background-color: #fff7ed !important;
}

.bg-primary-gray-custom {
    background-color: var(--primary-gray) !important;
}

.hover-bg-primary-gray-custom:hover {
    background-color: var(--primary-gray) !important;
}

.hover-text-white-custom:hover {
    color: white !important;
}

.hover-border-primary-orange-custom:hover {
    border-color: var(--primary-orange) !important;
}

.transition-all-custom {
    transition: all 0.3s ease;
}

/* Custom styles for corrected sections */
.w-12-custom {
    width: 3rem;
}

.w-24-custom {
    width: 6rem;
}

.w-48 {
    width: 3rem;
}

.w-64 {
    width: 4rem;
}

.h-48 {
    height: 3rem;
}

.h-60-custom {
    height: 15rem;
}

.h-48-custom {
    height: 12rem;
}

.w-20-custom {
    width: 5rem;
}

.h-20-custom {
    height: 5rem;
}

.bg-gradient-to-br-light {
    background: linear-gradient(to bottom right, #f9fafb, #ffffff);
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 62.5%;
    background: linear-gradient(to bottom right, var(--primary-gray), #4b5563, var(--primary-gray));
}

.video-container > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-overlay-gradient {
    background: linear-gradient(to top, rgba(107, 114, 128, 0.8) 0%, transparent 50%, rgba(107, 114, 128, 0.2) 100%);
}

.play-button-wrapper {
    position: relative;
}

.play-button-hover:hover {
    transform: scale(1.1);
    transition: transform 0.3s;
}

.play-button-pulse {
    width: 5.5rem;
    height: 5.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.tech-specs-overlay {
    backdrop-filter: blur(10px);
}

.bg-white-opacity {
    background-color: rgba(255, 255, 255, 0.1);
}

.border-white-opacity-20 {
    border-color: rgba(255, 255, 255, 0.2);
}

.cta-button-hover:hover {
    background-color: #e67300 !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    transition: all 0.3s;
}

.cta-button-secondary-hover:hover {
    background-color: var(--primary-gray) !important;
    color: white !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    transition: all 0.3s;
}

.bg-primary-orange-opacity-10 {
    background-color: rgba(255, 128, 0, 0.1);
}

.tech-feature-hover:hover {
    border-color: var(--primary-orange) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.certification-badge-gradient {
    background: linear-gradient(to right, var(--primary-gray), #4b5563);
}

.video-card-hover {
    transition: all 0.3s;
}

.video-card-hover:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
    border-color: var(--primary-orange) !important;
    transform: translateY(-4px);
}

.video-play-button:hover {
    background-color: var(--primary-orange) !important;
    border-color: var(--primary-orange) !important;
}

.video-play-button:hover i {
    color: white !important;
}

.upload-drop-zone:hover {
    border-color: var(--primary-orange) !important;
    transition: border-color 0.3s;
}

.border-secondary-gray-opacity {
    border-color: rgba(156, 163, 175, 0.15);
}

@media (max-width: 767.98px) {
    .h-60-custom {
        height: 12rem;
    }
}

.insight-card-header {
    background: linear-gradient(to right, var(--primary-orange), #ea580c);
}

.bg-gradient-to-b-testimonials {
    background: linear-gradient(to bottom, #ffffff, #f9fafb, #ffffff);
}

.bg-gradient-to-b-faq {
    background: linear-gradient(to bottom, #f9fafb, #ffffff);
}

.footer-social-link {
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.footer-social-link:hover {
    background-color: var(--primary-orange) !important;
    color: white !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.border-white-opacity-25 {
    border-color: rgba(255, 255, 255, 0.25) !important;
}
.bg-grey-light-custom {
  background-color: #f4f4f4 !important;
}