

html {
  scroll-padding-top: 70px; /* height of sticky header, because the header hides the content when jumping to it */
}

/* TOP HEADER */
#topheader-01{
  background: var(--tophead-bg); 
  border-bottom: 1px solid #e9e9e9;
}

.list-top-header-2 {
  padding-right: 0px; margin-bottom: 0px;
}


/*MENU TOP */
#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 .navbar-nav .nav-link {
  font-family: "Inter", sans-serif;
}


#header_01 .dropdown:hover .dropdown-toggle::after, #header_01 .dropdown:hover .nav-link {
  color: var(--color-secondary);
  transition: all 0.2s;
}

#header_01.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
  margin-top: 0px !important;
}

#header_01.navbar {
  background: var(--header-background);
  padding: 5px 0;
}

#header_01 .navbar-brand img {
  max-height: 85px;
  max-width: 200px;
  margin-right: 0;
}

.navbar-expand-lg .navbar-nav {
  padding-top: 20px;
  justify-content: space-between !important; 
  width: 100% !important;
  
}

#header_01 .navbar-nav .nav-link {
  color: var(--header-text);
  font-size: 14px;
  text-transform: var(--header-tt);
  font-weight: var(--header-fw);
  padding: 0.9rem 0.5rem;
}


#header_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;
}
#header_01 .whatsapp small, #header_01 .emergencia24 small {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 11px;
}


#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: #fff;
  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;
  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 view ============ */
@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: #fff;
  }

  #header_01 .dropdown-menu > li:hover > a {
    color: #fff;
  }

	#header_01 .dropdown-menu > li:hover{     
    color: #fff;
    text-decoration: none;
    background-color: var(--color-secondary);
    border-radius: 200px;
  }

	#header_01 .dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  #header_01 .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */

@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;
  }
}


/* BANNER TECNOLOGIA */
/* 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: 140px;  
  z-index: 9; 
  padding: 30px 30px 10px; 
  width: 320px;
  box-shadow: -2px -2px 6px 0 rgba(0,0,0,.1);
  background-color: #ffffff;
  background-image: url('../img/bg-form.png');
  text-align: center;
  border-radius: 3px;
}

#banner-2 .form_banner h4, .form_interna h4 {
  color: #00b9f1;
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: "Oxanium", sans-serif;
  text-align: left;
}

#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 .form_banner .btn_send, .form_interna .btn_send {
  background: #14f49a;
  color: #001633;
  font-family: "Oxanium", sans-serif;
  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%;
}


#transforme {
  padding: 100px 0 0 0;
}

#transforme h2 {
  font-size: 56px;
  padding-left: 55px;
  line-height: 53px;
}

#transforme .sub-title {
  padding-left: 58px;
  margin: 15px 0;
}


#transforme .title {
  display: flex;
  justify-content: space-between;
  align-items: center;  
}

#transforme .title img {
  height: fit-content;
  margin-right: 50px;
}

#g-title h2 {
  font-size: 150px;
  color: #f7f7f7;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  margin-left: -3%;
  padding: 60px 0px 30px 0;
}

#transforme .sub-title {
  color: #001330;
  font-size: 24px;
}

#transforme .text {
  background-color: #14f49a;
  color: #001330;
  font-size: 18px;
  font-weight: 500;
  padding: 40px 180px 40px 60px;
}

#transforme .truck {
  position: relative;
}

#transforme .truck img {
  position: absolute;
  left: 36%;
  top: 165px;
}

#transforme .bg-transform {
  background-image: url('../img/bg-transform.png');
}

#icones h2 {
  font-size: 36px;
  font-weight: 300;
  padding-bottom: 10px;
}


#icones .data {
  padding: 30px 50px;
  text-align: center;
}

#icones .data img {
  min-height: 77px;
  margin-bottom: 15px;
}

#compare {
  padding: 55px 0 160px;
}

#compare .veiculo {
  margin-bottom: -80px;
  margin-top: 50px;
}

#compare .bg-compare {
  background-size: cover;
  background-position: center;
}

#compare h2 {
  font-size: 50px;
  color: #fff;
  margin-top: 50px;
  font-weight: 400;
}

#compare .compare-1 {
  margin-left: 20px;
}

#compare .data {
  margin-bottom: 30px;
}

#compare .data.fc-b h5 {
  color: #fff;
}

#compare .data.fc-v h5 {
  color: #14f49a;
}

#compare .data h5 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 300;
}

#compare .data h5 span {
  font-weight: 600;
}

#compare .price h1 {
  font-weight: 600px;
  font-size: 76px;
  color: #14f49a;
  line-height: 60px;
}

#compare .price h5 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
}

#compare .price h5 span {
  font-weight: 600;
}

#compare .price .btn-primary {
  position: absolute;
  bottom: -60px;
}


#cars {
  padding: 120px 0;
  background-image: url('../img/bg-cars.png');
  background-position: center;
  background-size: cover;
}

#cars h2 {
  text-align: center;
  font-size: 46px;
  font-weight: 400;
  margin-bottom: 60px;
}

#cars .item {
  padding: 0 55px;
  position: relative;
}


#cars .item h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  margin: 20px 0;
}

#cars .item img {
  margin: auto;
  max-width: 100%;
}

#cars .item h2 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}

#cars .item p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

#cars .item hr {
  color: #fff;
  margin: 10px 0;
}

#cars .item::after {
  content: url(../img/divider.png);
  position: absolute;
  right: -18px;
  top: 0;
}

#cars .item .info {
  min-height: 335px;
}

#atx .data-info {
  padding: 60px 120px;
}

#cars .last-item::after {
  display: none;
}

#atx .truck-2 {
  position: absolute;
  left: 36%;
  top: 45px;
  width: auto;
}

#atx .truck-2 img {
  width: 100%;
}

#atx .data-info, #atx .data-info-2 {
  background: #14f49a;
}


#atx2 {
  padding-top: 100px;
}
#atx2 .data-info {
  padding: 60px 40px;
}
#atx2 .truck-2 {
  position: absolute;
  right: 2%;
  top: 45px;
  width: auto;
}

#atx2 .truck-2 img {
  width: 100%;
}

#atx2 .data-info, #atx2 .data-info-2 {
  background: #14f49a;
}



#cta-1 {
  padding: 75px 0;
  background-position: center;
  background-size: cover;
  margin-top: 80px;
}

#cta-1 h2 {
  color: #fff;
  margin-bottom: 20px;
}

#cta-1 .btn-primary {
  margin: auto;
  display: block;
}

.list-icons h2 {
  font-weight: 400;
  margin-bottom: 40px;
}

.list-icons .data {
  margin-bottom: 40px;
  text-align: center;
}

.list-icons .data img{
  margin-bottom: 15px;
}

.list-icons {
  background-image: url('../img/bg-icons.jpg');
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.about-carburgo {
  background-image: url('../img/bg-about.png');
  background-position: bottom;
  padding: 10px 0 0 0;
  background-repeat: no-repeat;
  text-align: center;
}

.about-carburgo p {
  font-family: inter;
  color: #8f949b;
}

.about-carburgo .logo {
  margin-bottom: 40px;
}

.about-carburgo .cars {
  margin-top: 70px;
  margin-bottom: 60px;
}



#slider_01 .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

#gallery {
  padding-top: 150px;
}

#gallery h2 {
  font-weight: 400;
  margin-bottom: 40px;
}

#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: 1px;
  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;
}

#about ul {
  padding: 20px 0 0;
}

#about .bg-about {
  position: relative;
}

#about .bg-about img {
  	max-width: 100%;
}

#about .bg-about iframe {
  max-width: 100%;
}

#about p {
  font-family: 'inter';
  color: #8f949b;
}

#about iframe {
  position: absolute;
  bottom: 0%;
  left: 2%;
}

#about ul li {
  list-style: none;
  display: flex;
  font-weight: 700;
  font-family: 'inter';
  margin-bottom: 15px;
}

#about h2 {
  font-weight: 400;
  margin-bottom: 40px;
}

#about a {
  margin-top: 30px;
  display: block;
}

#about ul li::before {
  content: url('../img/list.png');
  padding-top: 1px;
  padding-right: 5px;
}


.btn-primary  {
  background: #14f49a;
  color: var(--fc-p);
  border: none;
  border-radius: 0px;
  font-weight: 700;
  padding: 10px 30px;
  margin-top: 5px;
  width: fit-content;
}

#video_area .pdl-50 {
  padding-left: 50px;
}

/* CASES */
#case {
  background: #1a1b1b; 
}

#case .box_1 {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 24px;
  text-align: center;
}

#case .box_1:first-child {
   margin-bottom: 60px;
}

#case .box_2 {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 22px;
  margin-left: 20px;
  margin-top: 30px;
}

#case .box_2 p {
font-size: 15px;
}

#case .box_2 .avatar {
  display: flex;
  align-items: center;
}

#case .box_2 .avatar img {
  margin-right: 10px;
}

#case .btn-primary {
  display: block;
  width: fit-content;
  margin: auto;
  margin-top: 35px;
}

#case .box_1 h2 {
  font-size: 38px;
}

#case .box_1 p {
  font-size: 14px;
  margin: 10px 0 20px 0;
}

#case .box_1 img {
  max-width: 100%;
}

#case .data-white {
  padding-left: 40px;
}

#case .data-white h2 {
  color: #fff;
}

#case .data-white p {
  color: #fff;
}

#case .data-white .subtit {
  margin: 20px 0;
}

#case .box_3 {
  border: 1px solid #f5f6f7;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}

#case .box_3 img {
  margin-bottom: 15px;
}

#case .box_3 p {
  font-size: 14px;
}

#banner-2 .carousel-control-next, #banner-2 .carousel-control-prev {
  background: initial;
  border: 0;
}

/* FLOW */
#flow .bg {
  background-image: url(../img/lines-bg.png);
  background-position-y: 100px;
  background-repeat:no-repeat;
  z-index:1;  
  background-size:contain;
}

#flow .box {
  text-align: center;
  width: fit-content;
  margin: auto;
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 25px;
  position: relative;
  background: #fff;
}

#flow h3{
  font-size: 20px;
}

#flow p{
  font-size: 15px;
}

#flow .data_1 {
  margin-top: 30px;
  text-align: center;
  padding: 20px;
}

#flow .data_2 {
  margin-top: 150px;
  text-align: center;
  padding: 20px;
}


#flow .box::after {
  content: '';
  border-top: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  bottom: -12px;
  position: absolute;
  left: 36px;
}

#flow .btn-primary {
  margin-top: 30px;
}

/* GOOGLE REVIEWS */
#reviews .max-100 {
  max-width: 100%;
  margin-top: 50px;
}

/*FOOTER TECNOLOGIA */
#footer_tecnologia {
  padding: 50px 0 100px;
  background-color: #02042a;
}

#footer_tecnologia ul {
  /*display: flex;
  justify-content: space-between;*/
  padding-left: 0;
}

#footer_tecnologia ul li {
  background: none;
  color: #fff;
  font-weight: 700;
  font-family: 'inter';
  list-style: none;
  padding-top: 10px;
}

#footer_tecnologia ul li a {
  color: #fff;
}

#footer_tecnologia .logo {
  margin-bottom: 20px;
}

#footer_tecnologia p {
  color: #fff;
}

#footer_tecnologia h3 {
  color: #fff;
  font-size: 23px;
  margin-bottom: 25px;
}

#footer_tecnologia h5 {
  color: #fff;
  font-size: 18px;
}

#footer_tecnologia .store {
  display: inline-block;
  width: 45%;
  margin-right: 4%;
}

#footer_tecnologia .desktop_none {
  display: none;
}
  
  
.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;
}

.btn-primary:hover {
  background-color: var(--color-secondary);  
  color: #000;
  box-shadow: 0 0 0 0.15rem rgba(108, 108, 108, 0.1);
  opacity: 0.9;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  box-shadow: 0 0 0 0.15rem rgba(108, 108, 108, 0.1);
}

.btn_phone {
  background: var(--color-primary);
  display: block;
  max-width: fit-content;
  padding: 10px 30px;
  margin: auto;
  margin-bottom: 30px;
}



/* MOBILE */
#header_01 .mobile {
  display: none;
}

@media only screen and (max-width : 991px) {

  html {
    scroll-padding-top: 40px; /* height of sticky header, because the header hides the content when jumping to it */
  }
  
  /*  HEADER */
  #header_01 .mobile {
    display: block;
  }

  #header_01 .desktop {
    display: none;
  }

  #header_01.navbar {
    background: #02042a;
    margin-top: 0px;
    padding: 8px 0;
  }

  #header_01 .navbar-brand img {
    margin-right: 0px;
    max-width: 180px;
  }

  #header_01 .navbar-nav .nav-link {
    color: #fff;
  }

  /* CONCEITUAL */
  #conceitual_tecnologia h2 {
    font-size: 22px;
  }

  #conceitual_tecnologia h1, #video_area h2, #reviews h2, #conceitual_tecnologia h3, #case .data-white h2, #flow h2 {
    font-size: 25px;
    line-height: 35px;
  }

  /* FORM */
  #conceitual_tecnologia .padding {
    padding: 0px;
  }

  #conceitual_tecnologia .form-group {
    width: 100% !important;
  }

  /* VIDEO AREA */
  #video_area {
    padding: 0px;
  }

  #video_area video {
    padding-bottom: 30px;
  }

  #video_area .pdl-50 {
    padding-left: 15px;
  }

  /* CASE AREA */
  #case .data-white {
    padding-left: 15px;
  }

  #case .box_3 {
    padding: 15px 5px;
    min-height: 250px;
  }

  #case .box_3 p {
    font-size: 13px;
    margin-bottom: 0px;
  }

  #case .box_2 {
    margin-left: 0px;
    padding: 15px;
    margin-top: 0px;
  }

  #case .box_1 {
    padding: 10px;
  }

  #case .box_1:first-child {
    margin-bottom: 20px;
  }

  #case .box_1 h2 {
    font-size: 28px;
  }

  #case .box_1 p {
    font-size: 13px;
  }

  #case .box_2 p {
    font-size: 13px !important;
  }

  #case .mrg-mobile {
    margin-top: 30px;
  }

  /* FLUXO */
  #flow .data_1, #flow .data_2 {
    padding: 0px;
  }

  #flow {
    background: none;
  }

  #flow h3 {
    font-size: 15px;
  }

  #flow p {
    font-size: 13px;
  }

  /* Reviews */
  #video_area h2, #reviews h2 {
    text-align: center;
  }

  /*FOOTER */
  #footer_tecnologia .logo {
    max-width: 250px;
  }

  #footer_tecnologia p {
    color: #fff;
    font-size: 12px;
  }

  #footer_tecnologia .store {
    display: inline-block;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 7px;
  }

  #footer_tecnologia h3 {
    margin-top: 0px;
    font-size: 18px;
  }

  #footer_tecnologia h5 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  #footer_tecnologia .desktop_none {
    display: block;
    max-width: 100px;
  }

  #footer_tecnologia .mobile_none {
    display: none;
  }

  /* CONTROLES GERAIS */
  p {
    font-size: 15px;
  }

  .btn-primary {
    padding: 8px 20px;
    margin-top: 5px;
    font-size: 14px;
  }

  /* 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 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #gallery .owl-carousel .owl-nav button.owl-prev {
      position: relative;
      top: unset;
      left: unset;
      }
      
  #gallery .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;
  }

  #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%;
  }

  #reviews img {
    margin: auto;
    display: block;
  }

  #reviews .clients {
    margin-top: 50px;
  }

  #flow .bg {
    background: none;
  }

  .btn-primary {
    text-align: center;
  }

  #flow .data_1, #flow .data_2 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

.pt-100 {
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  #banner-2  .form_banner {
      position: relative;
      right: 0;
      top: 0;
      width: 100%;
      background-position: right;
      background-repeat: no-repeat;
    }

    #transforme h2, #transforme .sub-title {
      padding-left: 0px;
    }

    #transforme .title img {
      margin-right: 0px;
    }

    #transforme .truck img {
      position: relative;
      max-width: 100%;
      left: 0%;
      top: 0px;
    }
    #transforme .text {
      padding: 50px 20px;
    }

    #transforme .btn-primary {
      margin-left: 20px !Important;
    }

    #g-title {
      padding: 60px 0px 20px 0;
    }

    #g-title h2 {
      font-size: 45px;
    }

    #icones h2 {
      font-size: 28px;
    }

    #icones .data {
      padding: 30px;
    }

    #icones .data img {
      min-height: 77px;
    }

    #compare .veiculo {
      margin-top: -20px;
      margin-bottom: 20px;
      max-width: 100%;
    }

    #compare .price .btn-primary {
      position: relative;
      bottom: 0px;
      margin-top: 15px;
      display: block;
      margin-bottom: 15px;
    }
    
    #cars {
      padding: 60px 0;
      background-size: cover;
    }

    #cars .item {
      margin-bottom: 80px;
    }

    #cars .item .info {
      min-height: unset;
    }

    #cars .item  .btn-primary {
      display: block;
      margin-top: 15px;
    }

    #atx .data-info {
      padding: 40px;
    }

    #atx .truck-2 {
      top: 75%;
    }

    #atx2 .data-info {
      padding: 40px;
    }

    #atx2 .truck-2 {
      top: 75%;
    }
    #atx2 {
      margin-bottom: 100px;
    }

    #gallery {
      padding-top: 180px;
    }

    #g-title h2 {
      padding: 20px 0px 10px 0;
    }

    .bg-about img {
      max-width: 100%;
    }

    .bg-about iframe {
      width: 100% !important; 
    }

    #about iframe {
      position: relative;
      margin-top: -43%;
      left: 0%;
    }

    #about .bg-about {
      position: relative;
      height: fit-content;
      margin-bottom: 25px;
    }

    .about-carburgo {
      padding: 20px 0 0 0;
    }

    .about-carburgo .cars {
      max-width: 100%;
      margin: 30px 0;
    }

    #footer_tecnologia {
      text-align: center;
    }

    #footer_tecnologia ul {
      flex-direction: column;
      padding-left: 0px;
    }

    #footer_tecnologia ul li {
      margin-bottom: 15px;
    }

    #cars .item::after {
      display: none;
    }
}
