@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i");
@import url("reset.css");

html {
  overflow-x: hidden;
}

body {
  font-family: "Sora", sans-serif;
  font-size: 14px;
}

.owl-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 33px;
    margin-bottom: 10px;
}

@media (max-width: 768px)  { 
   .owl-dots { 
    margin-bottom: 40px;
   }
}

.owl-dots span{
    width: 14px;
    height: 14px;
    display: block;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #f47920;
}

.owl-dots .owl-dot.active span{
    background: #f47920;
}

.grecaptcha-badge {
  opacity: 0 !important;
}

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

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background: #ddd;
}

::-webkit-scrollbar-thumb {
  background: #000;
  -webkit-box-shadow: none;
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

h1,
h2,
h3,
h4,
label,
li,
a,
input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#nav {
  width: calc(60% - 50px);
  height: calc(100% - 50px);
  position: fixed;
  padding: 25px;
  z-index: 99;
  background: #f86a01;
  right: -350px;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#nav a.close {
  float: right;
  margin-top: 0px;
  color: #1c252c;
  font-size: 2em;
  position: absolute;
  right: 20px;
}

#nav nav {
  margin-top: 70px;
}

#nav nav li {
  float: left;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #1c252c;
}

#nav nav li:last-child {
  border: 0;
}

#nav nav li a {
  float: right;
  font-size: 1.8em;
  padding: 20px 0;
  color: #1c252c;
}

.nav-menu-2 li a::before {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #f47920;
    transition: .5s ease-in-out;
    position: absolute;
    top: 28px;
}

.nav-menu-2 li a:hover {
    color: #f47920;;
}

.nav-menu-2 li a:hover::before {
    width: 90%;
    background: #f47920;
}

.nav-menu-2 li a.btn-padrao:hover::before {
    width: 0%;
}

#nav nav li.flag {
  width: 40px;
  margin-right: 20px;
  border-bottom: 0;
}

#nav nav li.flag a {
  width: 100%;
}

#nav nav li.flag a img {
  width: 100%;
}

#nav.active {
  right: 0;
}

@-webkit-keyframes sonar-effect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.2;
    -webkit-box-shadow: 0 0 0 10px #25d366, 0 0 10px 10px #25d366, 0 0 0 10px #25d366;
            box-shadow: 0 0 0 10px #25d366, 0 0 10px 10px #25d366, 0 0 0 10px #25d366;
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px #25d366, 0 0 10px 10px #25d366, 0 0 0 10px #25d366;
            box-shadow: 0 0 0 10px #25d366, 0 0 10px 10px #25d366, 0 0 0 10px #25d366;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes sonar-effect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.2;
    -webkit-box-shadow: 0 0 0 10px #25d366, 0 0 10px 10px #25d366, 0 0 0 10px #25d366;
            box-shadow: 0 0 0 10px #25d366, 0 0 10px 10px #25d366, 0 0 0 10px #25d366;
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px #25d366, 0 0 10px 10px #25d366, 0 0 0 10px #25d366;
            box-shadow: 0 0 0 10px #25d366, 0 0 10px 10px #25d366, 0 0 0 10px #25d366;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

a.floatzap {
  color: #fff;
  font-size: 3em;
  width: 68px;
  height: 68px;
  background: #25d366;
  border-radius: 120px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 10;
  text-align: center;
  line-height: 68px;
}

a.floatzap::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
}

a.floatzap::before {
  -webkit-animation: sonar-effect 1.5s ease-in-out 0.1s infinite;
          animation: sonar-effect 1.5s ease-in-out 0.1s infinite;
}

#popform,
#popform2 {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #1c252c;
  z-index: 999;
  display: none;
}

#popform a.closepop,
#popform2 a.closepop {
  float: right;
  margin-top: 20px;
  color: #f86a01;
  font-size: 2em;
  position: absolute;
  right: 20px;
}

#popform div.wrap,
#popform2 div.wrap {
  width: 480px;
  position: absolute;
  left: calc(50% - 240px);
  top: calc(50% - 370px);
}

#popform div.wrap h2,
#popform2 div.wrap h2 {
  font-size: 2em;
  color: #f86a01;
  font-weight: 700;
  margin-bottom: 30px;
}

#popform div.wrap form ::-webkit-input-placeholder,
#popform2 div.wrap form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

#popform div.wrap form ::-moz-placeholder,
#popform2 div.wrap form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

#popform div.wrap form :-ms-input-placeholder,
#popform2 div.wrap form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

#popform div.wrap form :-moz-placeholder,
#popform2 div.wrap form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

#popform div.wrap form br,
#popform2 div.wrap form br {
  display: none;
}

#popform div.wrap form .wpcf7-not-valid-tip,
#popform div.wrap form .screen-reader-response,
#popform2 div.wrap form .wpcf7-not-valid-tip,
#popform2 div.wrap form .screen-reader-response {
  display: none !important;
}

#popform div.wrap form .wpcf7-mail-sent-ok,
#popform2 div.wrap form .wpcf7-mail-sent-ok {
  padding: 8px 25px;
  background: #43eb8e;
  margin: 0px;
  float: left;
  text-align: center;
  font-size: 1.1em;
  color: #000;
  border: 0;
  border-radius: 20px;
}

#popform div.wrap form .wpcf7-validation-errors,
#popform div.wrap form .wpcf7-mail-sent-ng,
#popform2 div.wrap form .wpcf7-validation-errors,
#popform2 div.wrap form .wpcf7-mail-sent-ng {
  padding: 8px 25px;
  background: #ffdb5e;
  margin: 0px;
  float: left;
  text-align: center;
  font-size: 1.1em;
  color: #000;
  border: 0;
  border-radius: 20px;
}

#popform div.wrap form label,
#popform2 div.wrap form label {
  color: #fff;
  font-size: 1.3em;
}

#popform div.wrap form #cat,
#popform2 div.wrap form #cat {
  display: none;
}

#popform div.wrap form ::-webkit-calendar-picker-indicator,
#popform2 div.wrap form ::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(1);
          filter: invert(1);
}

#popform div.wrap form input[type="email"],
#popform div.wrap form input[type="text"],
#popform div.wrap form input[type="tel"],
#popform div.wrap form input[type="date"],
#popform2 div.wrap form input[type="email"],
#popform2 div.wrap form input[type="text"],
#popform2 div.wrap form input[type="tel"],
#popform2 div.wrap form input[type="date"] {
  width: 100%;
  height: 56px;
  border: 0;
  margin-bottom: 30px;
  color: #f86a01;
  background: transparent;
  font-size: 1.3em;
  border-bottom: 1px solid #fff;
}

#popform div.wrap form input[type="email"].wpcf7-not-valid,
#popform div.wrap form input[type="text"].wpcf7-not-valid,
#popform div.wrap form input[type="tel"].wpcf7-not-valid,
#popform div.wrap form input[type="date"].wpcf7-not-valid,
#popform2 div.wrap form input[type="email"].wpcf7-not-valid,
#popform2 div.wrap form input[type="text"].wpcf7-not-valid,
#popform2 div.wrap form input[type="tel"].wpcf7-not-valid,
#popform2 div.wrap form input[type="date"].wpcf7-not-valid {
  border-color: #ffdb5e;
}

#popform div.wrap form select,
#popform2 div.wrap form select {
  width: 100%;
  height: 56px;
  border: 0;
  margin-bottom: 30px;
  color: #f86a01;
  background: transparent url(../images/sel.png) no-repeat right center;
  font-size: 1.3em;
  border-bottom: 1px solid #fff;
}

#popform div.wrap form select.wpcf7-not-valid,
#popform2 div.wrap form select.wpcf7-not-valid {
  border-color: #ffdb5e;
}

#popform div.wrap form textarea,
#popform2 div.wrap form textarea {
  width: 100%;
  height: 156px;
  border: 0;
  margin-bottom: 30px;
  float: left;
  color: #f86a01;
  background: transparent;
  font-size: 1.3em;
  border-bottom: 1px solid #fff;
  resize: none;
}

#popform div.wrap form textarea.wpcf7-not-valid,
#popform2 div.wrap form textarea.wpcf7-not-valid {
  border-color: #ffdb5e;
}

#popform div.wrap form input[type="submit"],
#popform2 div.wrap form input[type="submit"] {
  display: block;
  float: right;
  padding: 0 35px;
  margin-left: 20px;
  height: 46px;
  background: #f86a01;
  color: #fff;
  font-weight: 700;
  font-size: 1.3em;
  border: 0;
  text-align: center;
  line-height: 46px;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 5px;
}

#popform div.wrap form input[type="submit"]:hover,
#popform2 div.wrap form input[type="submit"]:hover {
  background: #fff;
  color: #f86a01;
}

@media screen and (min-width: 992px) {
  .owl-carousel .owl-item img {
    height: 600px;
    object-fit: cover;

  }
    
}



.wp-pagenavi {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.wp-pagenavi span.current {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #f86a01;
  border: 0;
  line-height: 35px;
  border-radius: 5px;
  color: #fff;
  margin: 0 4px;
}

.wp-pagenavi a.page {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #ddd;
  border: 0;
  line-height: 35px;
  color: #000;
  border-radius: 5px;
  margin: 0 4px;
}

.wp-pagenavi a.nextpostslink {
  color: #444444;
  text-transform: uppercase;
  font-size: 11pt;
  float: right;
  display: block;
  height: 35px;
  border-radius: 5px;
  line-height: 35px;
}

.wp-pagenavi a.nextpostslink:hover {
  text-decoration: underline;
}

.wp-pagenavi a.previouspostslink {
  color: #444444;
  text-transform: uppercase;
  font-size: 11pt;
  float: left;
  display: block;
  height: 52px;
  line-height: 52px;
}

.wp-pagenavi a.previouspostslink:hover {
  text-decoration: underline;
}

.btn-padrao {
  background: #FF6C00;
    color: #fff;
    padding: 12px 27px;
    border-radius: 30px;
    display: flex;
    align-items: center;

    transition: all 0.5s ease-in-out;

    font-weight: 700 !important;
}

.btn-padrao:hover {
  background: #fff;
  color: #FF6C00 !important;
}

#general {
  width: 100%;
  float: left;
}

#general div.wrapper {
  width: 1194px;
  position: relative;
  left: calc(50% - 597px);
  float: left;
}

#general header {
  position: fixed;
  width: 100%;
  z-index: 15;
  /* height: 160px; */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&0.86+0,0+100 */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 40px 0px;
}

#general header a.logo {
  margin: 0px 0 0 0px;
  float: left;
  padding-left: 83px;
}

#general header a.logo img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 158px;
  width: 100%;
}

#general header.roll a.logo {
  padding: 20px 0;
  padding-left: 0px;
  
}
 
#general header.roll a.logo img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 271px;
  width: 100%;
}

#general header nav {
  
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;

  padding-right: 83px;

  
}

#general header nav ul {
  display: flex;
  align-items: center;
}

#general header nav ul li {
  float: left;
  margin-left: 2vw;
  position: relative;

  display: flex;
  align-items: center;
}

#general header nav ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

#general header nav ul li a img {
  width: 28px;
  border-radius: 50px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: .7;
}

#general header nav ul li a.selected img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

#general header nav ul li span {
  display: inline-block;
  width: 0;
  position: relative;
  height: 3px;
  left: 50%;
  background: #ec7300;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#general header nav ul li:last-child {
  margin-left: 15px;
}

#general header nav ul li:hover span {
  width: 100%;
  left: 0;
}

#general header a.menu {
  float: right;
  margin-right: 6%;
  margin-top: 17px;
  color: #f86a01;
  font-size: 2em;
  display: none;
}

#general header.roll {
  height: 65px;
  background: #1c252c;

  padding: 20px 0;
}

#general header.roll a.logo {
  /* margin: -15px 0 0 43px; */
}

#general header.roll a.logo img {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

#general header.roll nav {
  margin-top: 20px;
}

#general main {
  width: 100%;
  float: left;
  position: relative;
}

#general main section {
  width: 100%;
  float: left;
  position: relative;
}

#general main section#iframemob {
  padding: 30px 0;
  display: none;
}

#general main section#iframemob iframe {
  width: 100% !important;
  height: 508px !important;
}

#general main section#destaque {
  background: #1c252c;
}

#general main section#destaque div.destmob {
  display: none;
}

#general main section#destaque div.frame {
  background: #fff url(../images/load.gif) no-repeat center center;
  position: absolute;
  left: calc(50% - 600px);
  top: 185px;
  z-index: 9;
  -webkit-box-shadow: 5px 5px 18px -4px rgba(0, 0, 0, 0.34);
  box-shadow: 5px 5px 18px -4px rgba(0, 0, 0, 0.34);
}

#general main section#destaque div.frame iframe {
  margin: 0 -15px;
}

#general main section#destaque img.pjmask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 8;
  margin-bottom: -10px;
}

#general main section#destaque .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: -50px;
  z-index: 10;
  position: absolute;
}

#general main section#destaque .owl-dots .owl-dot {
  background: #dbdce1;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  border-radius: 15px;
}

#general main section#destaque .owl-dots .owl-dot.active {
  background: #202f3a;
}

#general main section#destaque .owl-nav .owl-prev {
  font-size: 3em;
  color: #fff;
  position: absolute;
  left: 40px;
  top: calc(50% - 30px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#general main section#destaque .owl-nav .owl-prev:hover {
  color: #f86a01;
}

#general main section#destaque .owl-nav .owl-next {
  font-size: 3em;
  color: #fff;
  position: absolute;
  right: 40px;
  top: calc(50% - 30px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#general main section#destaque .owl-nav .owl-next:hover {
  color: #f86a01;
}

#general main section#blind {
  background: #fff url(https://hbturrentacar.com.br/wp-content/uploads/2025/06/banner-blindados.webp) no-repeat center top;
  padding-bottom: 100px;
  min-height: 680px;
}

#general main section#blind hgroup {
  position: absolute;
  right: 40px;
  top: 335px;
  max-width: 384px;
}

#general main section#blind hgroup h1 {
  font-size: 36pt;
  font-weight: 700;
  text-align: center;
  color: #f86a01;
  text-align: left;
  margin-bottom: 75px;
}

#general main section#blind hgroup h1 span {
  color: #fff;
  text-decoration: underline;
}

#general main section#blind hgroup h2 {
  font-size: 15pt;
  line-height: 21pt;
  color: #6d6e71;
}

#general main section#blind hgroup a {
  display: inline-block;
  padding: 0 50px;
  height: 50px;
  background: #f86a01;
  color: #fff;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  margin-top: 30px;
  cursor: pointer;
}

#general main section#blind hgroup a:hover {
  background: #000;
  color: #f86a01;
}

#general main section#bannersemi {
  background: #fff url(../images/bannersemi.jpg) no-repeat center top;
  min-height: 521px;
}

#general main section#bannersemi h1 {
  color: #f86a01;
  font-size: 3em;
  font-weight: 600;
  margin-top: 250px;
}

#general main section#bannersingle {
  background: #1c252c;
  min-height: 176px;
}

#general main section#single div.carhead {
  float: left;
  width: 100%;
}

#general main section#single div.carhead h1 {
  color: #6d6e71;
  font-size: 2.4em;
  font-weight: 300;
  margin-bottom: 40px;
  float: left;
}

#general main section#single div.carhead ul {
  float: right;
}

#general main section#single div.carhead ul li {
  float: left;
}

#general main section#single div.carhead ul li:first-child a {
  background: #25d366;
  color: #fff;
  font-size: 1.4em;
  padding: 13px 45px;
  border-radius: 30px;
}

#general main section#single div.carhead ul li:last-child a {
  background: #000;
  color: #fff;
  font-size: 1.4em;
  padding: 13px 45px;
  border-radius: 30px;
  margin-left: 25px;
}

#general main section#single div.gallery {
  float: left;
  width: 100%;
  height: 520px;
  overflow: hidden;
}

#general main section#single div.gallery ul li {
  float: left;
  width: 30%;
  height: 260px;
  margin-bottom: 2px;
  overflow: hidden;
  display: none;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#general main section#single div.gallery ul li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

#general main section#single div.gallery ul li a i {
  display: none;
}

#general main section#single div.gallery ul li:nth-child(1) {
  width: calc(70% - 2px);
  height: 520px;
  margin-right: 2px;
  display: block;
}

#general main section#single div.gallery ul li:nth-child(2), #general main section#single div.gallery ul li:nth-child(3) {
  display: block;
}

#general main section#single div.gallery ul li:nth-child(3) a i {
  background: rgba(248, 108, 0, 0.86);
  color: #fff;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 13px 13px;
  font-size: 2em;
  border-radius: 30px;
  -webkit-box-shadow: 1px 10px 28px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 10px 28px 1px rgba(0, 0, 0, 0.18);
}

#general main section#single div.details {
  margin-top: 50px;
  float: left;
  width: 100%;
}

#general main section#single div.details h3 {
  font-size: 2em;
  color: #6d6e71;
  font-weight: 600;
  margin-bottom: 30px;
}

#general main section#single div.details ul.its {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

#general main section#single div.details ul.its li {
  float: left;
  margin-right: 4px;
  color: #6d6e71;
  font-size: 1.2em;
  font-weight: 300;
}

#general main section#single div.details ul.its li:last-child span {
  display: none;
}

#general main section#single div.details ul.its2 {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

#general main section#single div.details ul.its2 li {
  color: #f86a01;
  font-size: 1.2em;
  font-weight: 300;
}

#general main section#single div.details ul.its2 li:last-child span {
  display: none;
}

#general main section#single div.details p {
  color: #6d6e71;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 30px;
  width: 60%;
  padding-right: 40%;
}

#general main section#single div.details ul.more {
  margin-bottom: 30px;
}

#general main section#single div.details ul.more li {
  color: #6d6e71;
  font-size: 1.2em;
  font-weight: 300;
  margin-bottom: 4px;
}

#general main section#single div.details ul.more li strong {
  font-weight: 600;
}

#general main section#single div.details ul.contatos {
  margin-top: 50px;
  float: left;
  width: 100%;
}

#general main section#single div.details ul.contatos li {
  float: left;
}

#general main section#single div.details ul.contatos li:first-child a {
  background: #25d366;
  color: #fff;
  font-size: 1.4em;
  padding: 13px 45px;
  border-radius: 30px;
}

#general main section#single div.details ul.contatos li:last-child a {
  background: #000;
  color: #fff;
  font-size: 1.4em;
  padding: 13px 45px;
  border-radius: 30px;
  margin-left: 25px;
}

#general main section#semi {
  padding: 80px 0;
}

#general main section#semi article {
  width: 100%;
  float: left;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

#general main section#semi article div.left {
  width: 310px;
  height: 233px;
  float: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#general main section#semi article div.right {
  width: calc(100% - 370px);
  float: right;
}

#general main section#semi article div.right h2 {
  font-size: 2em;
  margin-bottom: 15px;
}

#general main section#semi article div.right h2 a {
  color: #f86a01;
}

#general main section#semi article div.right strong {
  color: #6d6e71;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 15px;
}

#general main section#semi article div.right ul.its {
  margin-bottom: 90px;
}

#general main section#semi article div.right ul.its li {
  float: left;
  margin-right: 4px;
  color: #6d6e71;
  font-size: 1.2em;
  font-weight: 300;
}

#general main section#semi article div.right ul.its li:last-child span {
  display: none;
}

#general main section#semi article div.right p {
  color: #6d6e71;
  font-size: 1.9em;
  font-weight: 600;
  margin-bottom: 20px;
}

#general main section#semi article div.right ul.bts li {
  float: left;
  margin-right: 20px;
}

#general main section#semi article div.right ul.bts li:first-child a {
  color: #25d366;
  font-size: 1.3em;
  font-weight: 600;
  text-decoration: underline;
}

#general main section#semi article div.right ul.bts li:nth-child(2) a {
  color: #000;
  font-size: 1.3em;
  font-weight: 600;
  text-decoration: underline;
}

#general main section#semi article div.right ul.bts li:last-child {
  float: right;
}

#general main section#semi article div.right ul.bts li:last-child a {
  color: #fff;
  background-color: #f86a01;
  padding: 13px 40px;
  font-size: 1.3em;
  font-weight: 600;
  border-radius: 30px;
}

#general main section#blindbody {
  padding-bottom: 100px;
}

#general main section#blindbody div.wrapper {
  border-top: 1px solid #bfbfc0;
  padding-top: 100px;
}

#general main section#blindbody div.wrapper div.left {
  width: 40%;
  float: left;
}

#general main section#blindbody div.wrapper div.left h2 {
  font-size: 36pt;
  font-weight: 700;
  text-align: center;
  color: #f86a01;
  text-align: left;
  margin-bottom: 30px;
}

#general main section#blindbody div.wrapper div.left p {
  font-size: 15pt;
  line-height: 21pt;
  color: #6d6e71;
}

#general main section#blindbody div.wrapper div.right {
  width: 38%;
  float: right;
}

#general main section#blindbody div.wrapper div.right h2 {
  font-size: 36pt;
  font-weight: 700;
  text-align: center;
  color: #f86a01;
  text-align: left;
  margin-bottom: 30px;
}

#general main section#blindbody div.wrapper div.right p {
  font-size: 15pt;
  line-height: 21pt;
  color: #6d6e71;
}

#general main section#blindbody div.wrapper div.vip {
  width: 100%;
  float: left;
  min-height: 643px;
  background: #1c252c;
  margin-top: 100px;
  overflow: hidden;
  border-radius: 10px;
}

#general main section#blindbody div.wrapper div.vip img {
  float: left;
}

#general main section#blindbody div.wrapper div.vip div.info {
  float: right;
  width: 452px;
  padding: 70px 60px;
}

#general main section#blindbody div.wrapper div.vip div.info h2 {
  font-size: 36pt;
  font-weight: 700;
  text-align: center;
  color: #f86a01;
  text-align: left;
  margin-bottom: 45px;
}

#general main section#blindbody div.wrapper div.vip div.info h2 span {
  color: #fff;
}

#general main section#blindbody div.wrapper div.vip div.info p {
  font-size: 15pt;
  line-height: 21pt;
  color: #fff;
}

#general main section#blindbody div.wrapper div.vip div.info a {
  display: inline-block;
  padding: 0 50px;
  height: 50px;
  background: #f86a01;
  color: #fff;
  font-weight: 700;
  font-size: 1.6em;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  margin-top: 30px;
  cursor: pointer;
}

#general main section#blindbody div.wrapper div.vip div.info a:hover {
  background: #000;
  color: #f86a01;
}

#general main section#blindbody div.wrapper ul {
  float: left;
  width: 100%;
  margin-top: 100px;
}

#general main section#blindbody div.wrapper ul li {
  float: left;
  width: 23%;
  margin-right: 3%;
}

#general main section#blindbody div.wrapper ul li h2 {
  font-size: 1.8em;
  font-weight: 400;
  text-align: center;
  color: #f86a01;
  text-align: left;
  margin: 20px 0;
}

#general main section#blindbody div.wrapper ul li h2 span {
  color: #fff;
}

#general main section#blindbody div.wrapper ul li h3 {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #6d6e71;
}

#general main section#blindbody div.wrapper ul li:last-child {
  margin-right: 0;
  width: 22%;
}

#general main section#instafeed {
  padding-bottom: 50px;
}

#general main section#formblind {
  padding-bottom: 100px;
  margin-top: 50px;
}

#general main section#formblind div.wrapper {
  padding-bottom: 100px;
  background: url(https://hbturrentacar.com.br/wp-content/uploads/2025/06/bgform.webp) no-repeat center bottom;
}

#general main section#formblind div.getform {
  float: left;
  width: 452px;
}

#general main section#formblind hgroup {
  float: left;
  width: 100%;
}

#general main section#formblind hgroup h2 {
  color: #000;
  font-size: 4em;
  font-weight: 600;
  margin-bottom: 10px;
}

#general main section#formblind hgroup h3,
#general main section#formblind hgroup p {
  font-size: 1.3em;
  line-height: 1.5em;
  color: #6d6e71;
  margin-bottom: 10px;
}

#general main section#formblind hgroup a {
  display: inline-block;
  padding: 10px 40px;
  background: #000;
  color: #fff;
  font-weight: 500;
  font-size: 1.2em;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 20px;
  cursor: pointer;
}

#general main section#formblind hgroup a i {
  color: #f86a01;
  margin-right: 20px;
}

#general main section#formblind hgroup a:hover {
  background: #f86a01;
  color: #fff;
}

#general main section#formblind hgroup a:hover i {
  color: #fff;
}

#general main section#formblind form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

#general main section#formblind form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

#general main section#formblind form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

#general main section#formblind form :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

#general main section#formblind form br {
  display: none;
}

#general main section#formblind form .wpcf7-not-valid-tip,
#general main section#formblind form .screen-reader-response {
  display: none !important;
}

#general main section#formblind form .wpcf7-mail-sent-ok {
  padding: 8px 25px;
  background: #43eb8e;
  margin: 0px;
  float: left;
  text-align: center;
  font-size: 1.1em;
  color: #000;
  border: 0;
  border-radius: 20px;
}

#general main section#formblind form .wpcf7-validation-errors,
#general main section#formblind form .wpcf7-mail-sent-ng {
  padding: 8px 25px;
  background: #ffdb5e;
  margin: 0px;
  float: left;
  text-align: center;
  font-size: 1.1em;
  color: #000;
  border: 0;
  border-radius: 20px;
}

#general main section#formblind form input[type="email"],
#general main section#formblind form input[type="text"],
#general main section#formblind form input[type="tel"] {
  width: 100%;
  height: 56px;
  border: 0;
  margin-bottom: 30px;
  float: left;
  color: #000;
  background: transparent;
  font-size: 1.3em;
  border-bottom: 1px solid #000;
}

#general main section#formblind form input[type="email"].wpcf7-not-valid,
#general main section#formblind form input[type="text"].wpcf7-not-valid,
#general main section#formblind form input[type="tel"].wpcf7-not-valid {
  border-color: #ffdb5e;
}

#general main section#formblind form textarea {
  width: 100%;
  height: 156px;
  border: 0;
  margin-bottom: 30px;
  float: left;
  color: #f86a01;
  background: transparent;
  font-size: 1.3em;
  border-bottom: 1px solid #fff;
  resize: none;
}

#general main section#formblind form textarea.wpcf7-not-valid {
  border-color: #ffdb5e;
}

#general main section#formblind form input[type="submit"] {
  display: block;
  float: right;
  padding: 0 35px;
  margin-left: 20px;
  height: 46px;
  background: #f86a01;
  color: #fff;
  font-weight: 700;
  font-size: 1.3em;
  border: 0;
  text-align: center;
  line-height: 46px;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 5px;
}

#general main section#formblind form input[type="submit"]:hover {
  background: #fff;
  color: #f86a01;
}

#general main section#carros, #general main section#carrosblind {
  padding: 40px 0 0px;
}

#general main section#carros h1, #general main section#carrosblind h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  margin: 0px auto 30px;
  max-width: 434px;
}

#general main section#carros div.abas, #general main section#carrosblind div.abas {
  width: 100%;
  float: left;
}

#general main section#carros div.abas a, #general main section#carrosblind div.abas a {
  display: block;
  width: calc(33.333% - 30px);
  margin: 0 5px;
  float: left;
  color: #000;
  min-height: 65px;
  background: #f9f9f9;
  padding: 10px;
  line-height: 1.3em;
  font-size: 1.2em;
  border-bottom: 4px solid #f1f1f1;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#general main section#carros div.abas a:hover, #general main section#carrosblind div.abas a:hover {
  background-color: #f9f9f9;
}

#general main section#carros div.abas a.active, #general main section#carrosblind div.abas a.active {
  border-color: #9d5900;
  color: #fff;
  background-color: #ec7300;
}

#general main section#carros div.banneruber, #general main section#carrosblind div.banneruber {
  width: 45%;
  margin-bottom: 40px;
  text-align: center;
  float: left;
}

#general main section#carros div.banneruber img, #general main section#carrosblind div.banneruber img {
  width: 100%;
  height: auto;
}

#general main section#carros div.bannercompra, #general main section#carrosblind div.bannercompra {
  width: 45%;
  margin-bottom: 40px;
  text-align: center;
  float: right;
}

#general main section#carros div.bannercompra img, #general main section#carrosblind div.bannercompra img {
  width: 100%;
  height: auto;
}

#general main section#carros div.carrosmob, #general main section#carrosblind div.carrosmob {
  margin-bottom: 75px;
  width: 100%;
  float: left;
}

#general main section#carros div.carrosmob .owl-nav .owl-prev, #general main section#carrosblind div.carrosmob .owl-nav .owl-prev {
  font-size: 3em;
  color: #000;
  position: absolute;
  width: 46px;
  height: 46px;
  left: -20px;
  top: calc(50% - 30px);
  background: #fff;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#general main section#carros div.carrosmob .owl-nav .owl-prev:hover, #general main section#carrosblind div.carrosmob .owl-nav .owl-prev:hover {
  color: #f86a01;
}

#general main section#carros div.carrosmob .owl-nav .owl-prev.disabled, #general main section#carrosblind div.carrosmob .owl-nav .owl-prev.disabled {
  color: #ddd;
}

#general main section#carros div.carrosmob .owl-nav .owl-prev.disabled:hover, #general main section#carrosblind div.carrosmob .owl-nav .owl-prev.disabled:hover {
  color: #ddd;
  cursor: e-resize;
}

#general main section#carros div.carrosmob .owl-nav .owl-next, #general main section#carrosblind div.carrosmob .owl-nav .owl-next {
  font-size: 3em;
  color: #000;
  position: absolute;
  width: 46px;
  height: 46px;
  right: -20px;
  top: calc(50% - 30px);
  background: #fff;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#general main section#carros div.carrosmob .owl-nav .owl-next:hover, #general main section#carrosblind div.carrosmob .owl-nav .owl-next:hover {
  color: #f86a01;
}

#general main section#carros div.carrosmob .owl-nav .owl-next.disabled, #general main section#carrosblind div.carrosmob .owl-nav .owl-next.disabled {
  color: #ddd;
}

#general main section#carros div.carrosmob .owl-nav .owl-next.disabled:hover, #general main section#carrosblind div.carrosmob .owl-nav .owl-next.disabled:hover {
  color: #ddd;
  cursor: w-resize;
}

#general main section#carros div.carrosmob .owl-dots, #general main section#carrosblind div.carrosmob .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  z-index: 10;
  position: absolute;
  top: 0;
}

#general main section#carros div.carrosmob .owl-dots .owl-dot, #general main section#carrosblind div.carrosmob .owl-dots .owl-dot {
  background: #dbdce1;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  border-radius: 15px;
}

#general main section#carros div.carrosmob .owl-dots .owl-dot.active, #general main section#carrosblind div.carrosmob .owl-dots .owl-dot.active {
  background: #202f3a;
}

#general main section#carros div.carrosmob div.item, #general main section#carrosblind div.carrosmob div.item {
  float: left;
  width: calc(100% - 30px);
  padding: 0 0;
  max-height: 540px;
  margin: 70px 15px 0;
  text-align: center;
  position: relative;
}

#general main section#carros div.carrosmob div.item span.blind, #general main section#carrosblind div.carrosmob div.item span.blind {
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/blindado.png) no-repeat center top;
  background-size: 100% 100%;
  position: absolute;
  right: 10px;
  top: 0;
}

#general main section#carros div.carrosmob div.item img.car, #general main section#carrosblind div.carrosmob div.item img.car {
  width: 100%;
  height: auto;
  margin-top: 0;
  float: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#general main section#carros div.carrosmob div.item hgroup, #general main section#carrosblind div.carrosmob div.item hgroup {
  margin-bottom: 10px;
  text-align: left;
  border-bottom: 1px solid #f86a01;
  padding-bottom: 10px;
}

#general main section#carros div.carrosmob div.item hgroup h2, #general main section#carrosblind div.carrosmob div.item hgroup h2 {
  color: #f86a01;
  font-size: 2em;
  margin-bottom: 5px;
}

#general main section#carros div.carrosmob div.item hgroup h3, #general main section#carrosblind div.carrosmob div.item hgroup h3 {
  color: #6d6e71;
  font-size: 1.2em;
}

#general main section#carros div.carrosmob div.item p, #general main section#carrosblind div.carrosmob div.item p {
  color: #f86a01;
  font-size: 1.2em;
  margin: 20px 0;
  text-align: left;
}

#general main section#carros div.carrosmob div.item a, #general main section#carrosblind div.carrosmob div.item a {
  display: inline-block;
  width: 260px;
  height: 46px;
  background: #f86a01;
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  text-align: center;
  line-height: 46px;
  border-radius: 30px;
  margin-top: 60px;
  cursor: pointer;
}

#general main section#carros div.carrosmob div.item a:hover, #general main section#carrosblind div.carrosmob div.item a:hover {
  background: #000;
}

#general main section#carros ul li, #general main section#carrosblind ul li {
  float: left;
  width: calc(26% - 30px);
  padding: 43px 15px 33px;
  margin: 0 3.5% 70px 3.8%;
  -webkit-box-shadow: 0px 4px 7px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 7px 2px rgba(0, 0, 0, 0.12);
  text-align: center;
  position: relative;
}

#general main section#carros ul li span, #general main section#carrosblind ul li span {
  display: block;
  width: 100px;
  height: 101px;
  background: url(../images/blindado.png) no-repeat center top;
  position: absolute;
  right: 10px;
  top: -30px;
}

#general main section#carros ul li img.car, #general main section#carrosblind ul li img.car {
  margin-left: -35px;
  margin-top: 0;
  float: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#general main section#carros ul li hgroup, #general main section#carrosblind ul li hgroup {
  margin-bottom: 5px;
  text-align: left;
}

#general main section#carros ul li hgroup h2, #general main section#carrosblind ul li hgroup h2 {
  color: #f86a01;
  font-size: 2em;
  margin-bottom: 5px;
}

#general main section#carros ul li hgroup h3, #general main section#carrosblind ul li hgroup h3 {
  color: #6d6e71;
  font-size: 1.2em;
}

#general main section#carros ul li p, #general main section#carrosblind ul li p {
  color: #f86a01;
  font-size: 1.2em;
  margin: 20px 0;
  text-align: left;
}

#general main section#carros ul li a, #general main section#carrosblind ul li a {
  display: inline-block;
  width: 260px;
  height: 46px;
  background: #f86a01;
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  text-align: center;
  line-height: 46px;
  border-radius: 30px;
  margin-top: 30px;
  cursor: pointer;
}

#general main section#carros ul li a:hover, #general main section#carrosblind ul li a:hover {
  background: #000;
}

#general main section#carros ul li:hover, #general main section#carrosblind ul li:hover {
  margin-top: -10px;
  margin-bottom: 80px;
}

#general main section#carros ul li:hover img.car, #general main section#carrosblind ul li:hover img.car {
  margin-bottom: -10px;
  margin-top: 10px;
}

#general main section#carros div.blindados, #general main section#carrosblind div.blindados {
  width: 94%;
  margin: 0 3%;
  height: 330px;
  background: #000;
  position: relative;
  float: left;
  border-radius: 30px;
}

#general main section#carros div.blindados img, #general main section#carrosblind div.blindados img {
  position: absolute;
  margin-top: -10px;
  margin-left: -30px;
  top: 0;
  left: 0;
}

#general main section#carros div.blindados hgroup, #general main section#carrosblind div.blindados hgroup {
  width: 78%;
  margin-left: 25%;
  margin-top: 25px;
  float: left;
  border-bottom: 1px solid #f86a01;
}

#general main section#carros div.blindados hgroup h2, #general main section#carrosblind div.blindados hgroup h2 {
  color: #f86a01;
  font-weight: 700;
  font-size: 6em;
  float: left;
}

#general main section#carros div.blindados hgroup h3, #general main section#carrosblind div.blindados hgroup h3 {
  color: #fff;
  font-size: 1.4em;
  float: left;
  margin-left: 30px;
  margin-top: 50px;
}

#general main section#carros div.blindados p, #general main section#carrosblind div.blindados p {
  font-size: 1.4em;
  color: #f86a01;
  float: right;
  margin: 40px 80px 0 0;
}

#general main section#carros div.blindados p span, #general main section#carrosblind div.blindados p span {
  color: #fff;
}

#general main section#carros div.blindados p a, #general main section#carrosblind div.blindados p a {
  display: inline-block;
  width: 220px;
  height: 46px;
  background: #f86a01;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 46px;
  border-radius: 30px;
  margin-top: 10px;
  cursor: pointer;
}

#general main section#carros div.blindados p a:hover, #general main section#carrosblind div.blindados p a:hover {
  background: #fff;
  color: #000;
}

/* Vantagens */
#vantagens {
  padding: 60px 0;
  background-color: #F8F9F9;
}

#vantagens .novo-modelo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.vantagens-texto {
  width: 100%;
  max-width: 350px;
  margin-right: 60px;
}

.vantagens-texto h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 258px;
}

.vantagens-texto p {
  font-size: 1.2em;
  color: #4d4d4d;
  line-height: 1.6;
}

.vantagens-itens {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 40px;
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.vantagens-itens li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

ul.vantagens-itens li svg {
  margin-bottom: 10px;
}

.vantagens-itens li img {
  margin-bottom: 10px;
  width: 32px;
  height: auto;
}

.vantagens-itens li h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0%;

  margin-bottom: 10px;
}

.vantagens-itens li p {
  font-size: 1em;
  color: #333;
  line-height: 1.5;
}

.vantagens-itens li.cta-item {
  /* grid-column: span 3; */
  text-align: right;
}

.vantagens-itens li.cta-item .cta {
  display: inline-block;
  padding: 20px 30px;
  background-color: #f86a01;
  color: #fff;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.vantagens-itens li.cta-item .cta:hover {
  background-color: #000;
  color: #f86a01;
}

@media (max-width: 1024px) {
  .vantagens-itens {
    grid-template-columns: repeat(2, 1fr);
  }

  .vantagens-texto {
    margin-right: 40px;
  }

  .vantagens-texto h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  #vantagens .novo-modelo {
    flex-direction: column;
  }

  .vantagens-texto {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .vantagens-itens {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
  }

  .vantagens-itens li.cta-item {
    grid-column: span 2;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .vantagens-itens {
    grid-template-columns: 1fr;
  }

  .vantagens-itens li.cta-item {
    grid-column: span 1;
  }

  .vantagens-itens li.cta-item .cta {
    font-size: 1em;
    padding: 40px 24px;
  }

  .vantagens-texto h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .vantagens-texto p {
    font-size: 1em;
  }
}

/* Vantagens */

#general main section#quemsomos {
  padding-bottom: 80px;
  overflow: hidden;
  padding-top: 60px;
}

#general main section#quemsomos img.img1 {
  position: absolute;
  right: calc(50% - 955px);
  margin-top: 0px;
  z-index: 4;
}



#general main section#quemsomos div.wrapper {
  z-index: 7;
}

#general main section#quemsomos h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0%;
  margin-bottom: 5px;
  
}

#general main section#quemsomos p {
  width: 749px;
  
  color: #6d6e71;
  font-size: 15px;
  line-height: 1.5em;
}

#general main section#quemsomos p strong {
  font-weight: 700;
}

#general main section#quemsomos div.depoimentos {
    border-left: 3px solid #FF6C00;
    padding-left: 30px;
    margin-top: 30px;
    position: relative;
}

#general main section#quemsomos div.depoimentos .svg-depoimento {
    margin-bottom: 12px;
}

#general main section#quemsomos div.depoimentos p {
  max-width: 553px;
}

#general main section#quemsomos div.depoimentos img {
  position: absolute;
  right: 380px;
    top: 73px;
}

@media screen and (max-width: 1024px) {
  #general main section#quemsomos div.depoimentos img {
    display: none ;
  }
}

#general main section#quemsomos div.depoimentos h4 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0%;
  margin-top: 13px;
}

#general main section#terceirizacao {
  padding-bottom: 70px;
  padding-top: 319px;
  background: #ff6600 url(https://hbturrentacar.com.br/wp-content/uploads/2025/06/frota-de-carros.webp) no-repeat center top;
}

#general main section#terceirizacao .container-terceirizacao {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
}

#general main section#terceirizacao img.insta {
  position: absolute;
  z-index: 5;
  margin-top: 600px;
  left: calc(50% - 700px);
}

#general main section#terceirizacao h2 {
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: 0%;

  float: left;
    margin-bottom: 10px;
}

#general main section#terceirizacao .conteudo {
  width: 50%;
}

@media (max-width: 768px) {
  #general main section#terceirizacao .conteudo {
    width: 100%;
  }

  #general main section#terceirizacao h2 {
    line-height: 42px;
  }
}

#general main section#terceirizacao .conteudo p {
  color: #fff;
  max-width: 526px;

}

#general main section#terceirizacao div.insta {
  margin-top: 80px;
  max-height: 300px;
  overflow: hidden;
}

#general main section#terceirizacao div.insta a.follow {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 60px;
  width: 100%;
  text-align: center;
}

#general main section#terceirizacao div.insta div#instagram-feed-demo {
  width: 100%;
  float: left;
  position: relative;
}

#general main section#terceirizacao div.insta div#instagram-feed-demo a.instagram-image,
#general main section#terceirizacao div.insta div#instagram-feed-demo a.instagram-video,
#general main section#terceirizacao div.insta div#instagram-feed-demo a.instagram-sidecar {
  display: inline-block;
  width: 16.6666%;
  float: left;
  height: 0;
  padding-bottom: 16.6%;
  overflow: hidden;
}

#general main section#terceirizacao div.insta div#instagram-feed-demo a.instagram-image img,
#general main section#terceirizacao div.insta div#instagram-feed-demo a.instagram-video img,
#general main section#terceirizacao div.insta div#instagram-feed-demo a.instagram-sidecar img {
  width: 100%;
  height: auto;
}

#general main section#terceirizacao p.rent {
  margin-top: 60px;
}

#general main section#terceirizacao p.rent span {
  color: #fff;
  float: left;
  display: block;
  line-height: 56px;
  font-size: 2em;
  font-weight: 700;
}

#general main section#terceirizacao p.rent a {
  display: block;
  float: right;
  width: 350px;
  height: 56px;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  line-height: 56px;
  border-radius: 30px;
  margin-top: 10px;
  cursor: pointer;
}

#general main section#terceirizacao p.rent a:hover {
  background: #000;
  color: #f86a01;
}

#general main section#terceirizacao div.bts {
  width: 50%;
  float: right;
  
}

#general main section#terceirizacao div.bts p {
  width: 562px;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.5em;
}

#general main section#terceirizacao div.bts ul {
  margin-top: 40px;
}

#general main section#terceirizacao div.bts ul li {
  float: left;
}

#general main section#terceirizacao div.bts ul li h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0%;
  color: #fff;
}

#general main section#terceirizacao div.bts ul li  p {

  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0%;
  margin: 12px 0;
}

#general main section#terceirizacao div.bts ul li a.openpop {
  display: inline-block;
  width: fit-content;
  padding: 0 28px;
  height: 56px;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  line-height: 56px;
  border-radius: 30px;
  margin-top: 10px;
  cursor: pointer;
}

#general main section#terceirizacao div.bts ul li a.openpop:hover {
  background: #fff;
  color: #f86a01;
}

#general main section#terceirizacao div.bts ul li form {
  max-width: 480px;
  
}

#general main section#terceirizacao div.bts ul li form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

#general main section#terceirizacao div.bts ul li form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

#general main section#terceirizacao div.bts ul li form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

#general main section#terceirizacao div.bts ul li form :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

#general main section#terceirizacao div.bts ul li form br {
  display: none;
}

#general main section#terceirizacao div.bts ul li form .wpcf7-not-valid-tip,
#general main section#terceirizacao div.bts ul li form .screen-reader-response {
  display: none !important;
}

#general main section#terceirizacao div.bts ul li form .wpcf7-mail-sent-ok {
  padding: 8px 25px;
  background: #43eb8e;
  margin: 10px 0 0 0px;
  float: left;
  text-align: center;
  font-size: 1.1em;
  color: #000;
  border: 0;
  border-radius: 20px;
}

#general main section#terceirizacao div.bts ul li form .wpcf7-validation-errors,
#general main section#terceirizacao div.bts ul li form .wpcf7-mail-sent-ng {
  padding: 8px 25px;
  background: #ffdb5e;
  margin: 10px 0 0 0px;
  float: left;
  text-align: center;
  font-size: 1.1em;
  color: #000;
  border: 0;
  border-radius: 20px;
}

#general main section#terceirizacao div.bts ul li form input[type="email"] {
  width: 340px;
  height: 56px;
  border: 0;
  float: left;
  background: #fff;
  font-size: 1em;
  border-radius: 30px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  #general main section#terceirizacao div.bts ul li form input[type="email"] {
    width: 290px;
  }
    
}

#general main section#terceirizacao div.bts ul li form input[type="email"].wpcf7-not-valid {
  border-color: #ffdb5e;
}

#general main section#terceirizacao div.bts ul li form input[type="submit"] {
  display: inline-block;
  padding: 0 35px;
  margin-left: 20px;
  height: 56px;
  background: #000000;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  border: 0;
  text-align: center;
  line-height: 56px;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 5px;
}

#general main section#terceirizacao div.bts ul li form input[type="submit"]:hover {
  background: #000;
  color: #f86a01;
}

#general footer {
  width: 100%;
  float: left;
  position: relative;
  background: #1c252c;
}

#general footer div.getmap {
  width: 60%;
  height: 700px;
  float: left;
}

#general footer div.right {
  float: left;
  width: 40%;
  padding-bottom: 30px;
}

#general footer div.right div.location {
  width: 330px;
  float: left;
  margin: 120px 0 0 70px;
}

#general footer div.right div.location p {
  margin-top: 40px;
  color: #fff;
  font-size: 1.8em;
  line-height: 1.1em;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

#general footer div.right div.location p a {
  margin-top: 40px;
  font-size: 1.6em;
  color: #fff;
  float: left;
  font-weight: 700;
}

#general footer div.right div.location p a:hover {
  color: #f86a01;
}

#general footer div.right div.location ul {
  display: block;
  width: 100%;
}

#general footer div.right div.location ul li {
  float: left;
  margin-right: 20px;
}

#general footer div.right div.location ul li a {
    color: #fff;
    font-size: 2em;
    background: #f86a01;
    height: 49px;
    width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#general footer div.right div.location ul li a:hover {
  color: #f86a01;
}

#general footer div.right a.metro {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#general footer div.right div.form {
  border-left: 1px solid #ff6c00;
  padding-left: 40px;
  width: 340px;
  float: left;
  margin: 120px 0 0 70px;
  padding-top: 50px;
}

#general footer div.right div.form form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

#general footer div.right div.form form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

#general footer div.right div.form form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

#general footer div.right div.form form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

#general footer div.right div.form form br {
  display: none;
}

#general footer div.right div.form form .wpcf7-not-valid-tip,
#general footer div.right div.form form .screen-reader-response {
  display: none !important;
}

#general footer div.right div.form form .wpcf7-mail-sent-ok {
  padding: 8px 25px;
  background: #43eb8e;
  margin: 0px;
  float: left;
  text-align: center;
  font-size: 1.1em;
  color: #000;
  border: 0;
  border-radius: 20px;
}

#general footer div.right div.form form .wpcf7-validation-errors,
#general footer div.right div.form form .wpcf7-mail-sent-ng {
  padding: 8px 25px;
  background: #ffdb5e;
  margin: 0px;
  float: left;
  text-align: center;
  font-size: 1.1em;
  color: #000;
  border: 0;
  border-radius: 20px;
}

#general footer div.right div.form form input[type="email"],
#general footer div.right div.form form input[type="text"],
#general footer div.right div.form form input[type="tel"] {
  width: 100%;
  height: 56px;
  border: 0;
  margin-bottom: 30px;
  float: left;
  color: #f86a01;
  background: transparent;
  font-size: 1.3em;
  border-bottom: 1px solid #fff;
}

#general footer div.right div.form form input[type="email"].wpcf7-not-valid,
#general footer div.right div.form form input[type="text"].wpcf7-not-valid,
#general footer div.right div.form form input[type="tel"].wpcf7-not-valid {
  border-color: #ffdb5e;
}

#general footer div.right div.form form textarea {
  width: 100%;
  height: 156px;
  border: 0;
  margin-bottom: 30px;
  float: left;
  color: #f86a01;
  background: transparent;
  font-size: 1.3em;
  border-bottom: 1px solid #fff;
  resize: none;
}

#general footer div.right div.form form textarea.wpcf7-not-valid {
  border-color: #ffdb5e;
}

#general footer div.right div.form form input[type="submit"] {
  display: block;
  float: right;
  padding: 0 35px;
  margin-left: 20px;
  height: 46px;
  background: #f86a01;
  color: #fff;
  font-weight: 700;
  font-size: 1.3em;
  border: 0;
  text-align: center;
  line-height: 46px;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 5px;
}

#general footer div.right div.form form input[type="submit"]:hover {
  background: #fff;
  color: #f86a01;
}

@media screen and (max-width: 1390px) {
  #general footer div.getmap {
    width: 60%;
  }
  #general footer div.right {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  html,
  #general {
    width: 100%;
    overflow-x: hidden;
  }
  a.floatzap {
    bottom: 80px !important;
    right: 5px !important;
  }
  #popform div.wrap,
  #popform2 div.wrap {
    width: 90%;
    left: 5%;
    top: 90px;
  }
  #nav {
    display: block;
  }
  
  #general header a.logo {
    /* margin: -15px 0 0 -40px; */
    padding: 0;
  }
  #general header a.logo img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  #general header nav {
    display: none;
  }
  #general header a.menu {
    display: block;
  }
  #general header.roll a.logo {
    margin: -15px 0 0 -40px;
            height: 100%;
  }


  #general header {
    height: 65px;
    background: #111d24;
    padding: 0 10px;
  }
  #general header a.logo img {
    margin-left: -27px;
    max-width: 195px;
  }

  #general header.roll a.logo img {
    margin-left: 0px;
    max-width: 253px;
  }

  #general div.wrapper {
    width: 90%;
    padding: 0 5%;
    left: inherit;
  }
  #general main {
    padding-top: 65px;
  }
  #general main section#destaque {
    margin-bottom: 60px;
  }
  #general main section#destaque .dest {
    display: none;
  }
  #general main section#destaque .destmob {
    display: block !important;
  }
  #general main section#destaque div.frame {
    display: none;
  }
  #general main section#destaque img.pjmask {
    display: none;
    bottom: -1px;
  }
  #general main section#iframemob {
    display: none;
    background: #1c252c;
  }
  #general main section#blind {
    height: auto;
    background-size: 180% auto;
    background-position: left -50px;
    height: calc(100vh - 50px);
    min-height: inherit;
    padding-bottom: 0;
  }
  #general main section#blind hgroup {
    top: 225px;
    padding: 0 7%;
    width: 86%;
    left: 0;
  }
  #general main section#blind hgroup h1 {
    font-size: 2.5em;
    margin-bottom: 30px;
  }
  #general main section#blind hgroup h1 span {
    color: #000;
  }
  #general main section#blind hgroup h2 {
    font-size: 1.4em;
    line-height: 1.5em;
  }
  #general main section#blind hgroup a {
    font-size: 1.4em;
    padding: 0 15px;
    margin-top: 25px;
  }
  #general main section#bannersemi {
    min-height: 300px;
  }
  #general main section#bannersemi h1 {
    margin-top: 70px;
  }
  #general main section#semi div.getcars {
    float: left;
  }
  #general main section#semi div.getcars article div.left {
    width: 100%;
    margin-bottom: 40px;
  }
  #general main section#semi div.getcars article div.right {
    width: 100%;
  }
  #general main section#semi div.getcars article div.right ul.bts li:last-child {
    float: left;
    margin-top: 60px;
  }
  #general main section#bannersingle {
    display: none;
  }
  #general main section#single div.carhead {
    width: 100%;
    float: left;
    margin-bottom: 40px;
  }
  #general main section#single div.carhead h1 {
    text-align: center;
  }
  #general main section#single div.carhead ul {
    width: 100%;
    float: left;
    text-align: center;
  }
  #general main section#single div.carhead ul li {
    display: inline-block;
    float: none;
    width: 70% !important;
    margin-bottom: 15px;
  }
  #general main section#single div.carhead ul li a {
    float: left;
    display: inline-block !important;
    padding: 13px 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }
  #general main section#single div.details ul.contatos {
    width: 100%;
    float: left;
    text-align: center;
  }
  #general main section#single div.details ul.contatos li {
    display: inline-block;
    float: none;
    width: 70% !important;
    margin-bottom: 15px;
  }
  #general main section#single div.details ul.contatos li a {
    float: left;
    display: inline-block !important;
    padding: 13px 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }
  #general main section#single div.gallery {
    height: 200px;
  }
  #general main section#single div.gallery ul li {
    display: none;
  }
  #general main section#single div.gallery ul li:nth-child(1) {
    display: block;
    width: 100%;
    height: 200px;
  }
  #general main section#blindbody {
    margin-top: 0px;
    padding-bottom: 50px;
  }
  #general main section#blindbody div.wrapper {
    padding-top: 50px;
  }
  #general main section#blindbody div.wrapper div.left {
    width: 100%;
    margin-bottom: 50px;
  }
  #general main section#blindbody div.wrapper div.left h2 {
    font-size: 2em;
  }
  #general main section#blindbody div.wrapper div.right {
    width: 100%;
  }
  #general main section#blindbody div.wrapper div.right h2 {
    font-size: 2em;
  }
  #general main section#blindbody div.wrapper div.vip img {
    width: 100%;
    height: auto;
  }
  #general main section#blindbody div.wrapper div.vip div.info {
    padding: 50px 40px;
    width: calc(100% - 80px);
  }
  #general main section#blindbody div.wrapper div.vip div.info h2 {
    font-size: 2.5em;
  }
  #general main section#blindbody div.wrapper div.vip div.info p {
    font-size: 1.2em;
    line-height: 1.3em;
  }
  #general main section#blindbody div.wrapper div.vip div.info a {
    padding: 0 30px;
    text-align: center;
    width: calc(100% - 60px);
    font-size: 1.3em;
  }
  #general main section#blindbody div.wrapper ul {
    margin-top: 50px;
  }
  #general main section#blindbody div.wrapper ul li {
    width: 45%;
    padding: 0 2.5%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  #general main section#blindbody div.wrapper ul li img {
    width: 50%;
  }
  #general main section#blindbody div.wrapper ul li h2 br {
    display: none;
  }
  #general main section#blindbody div.wrapper ul li:last-child {
    width: 45%;
    padding: 0 2.5%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #general main section#formblind {
    padding-bottom: 0px;
    margin-top: 0;
  }
  #general main section#formblind div.wrapper {
    background-image: none;
  }
  #general main section#formblind div.wrapper div.getform {
    width: 100%;
  }
  #general main section#carros div.abas, #general main section#carrosblind div.abas {
    display: none;
  }
  #general main section#carros h1, #general main section#carrosblind h1 {
    font-size: 2.6em;
  }
  #general main section#carros div.item, #general main section#carrosblind div.item {
    margin-top: 30px !important;
    max-height: 300px;
  }
  #general main section#carros img.msk, #general main section#carrosblind img.msk {
    position: absolute;
    display: block !important;
    top: 100px;
    right: 18px;
    z-index: 9;
  }
  #general main section#carros div.carrosmob, #general main section#carrosblind div.carrosmob {
    max-height: 350px;
  }
  #general main section#carros div.banneruber a.uberdesk, #general main section#carrosblind div.banneruber a.uberdesk {
    display: none;
  }
  #general main section#carros div.banneruber a.ubermob, #general main section#carrosblind div.banneruber a.ubermob {
    display: block;
  }
  #general main section#carros div.carrosmob, #general main section#carrosblind div.carrosmob {
    display: block;
  }
  #general main section#carros ul, #general main section#carrosblind ul {
    display: none;
  }
  #general main section#carros div.blindados, #general main section#carrosblind div.blindados {
    height: auto;
    padding-bottom: 40px;
  }
  #general main section#carros div.blindados img, #general main section#carrosblind div.blindados img {
    float: left;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
  }
  #general main section#carros div.blindados hgroup, #general main section#carrosblind div.blindados hgroup {
    margin-left: 6%;
    margin-bottom: 30px;
  }
  #general main section#carros div.blindados hgroup h2, #general main section#carrosblind div.blindados hgroup h2 {
    font-size: 3em;
  }
  #general main section#carros div.blindados hgroup h3, #general main section#carrosblind div.blindados hgroup h3 {
    margin-left: 0;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  #general main section#carros div.blindados p, #general main section#carrosblind div.blindados p {
    float: left;
    margin-left: 6%;
  }
  
  #general main section#quemsomos {
    padding-bottom: 50px;
    margin-top: 10px !important;
  }
  #general main section#quemsomos h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
  }
  #general main section#quemsomos img.img1 {
    display: none;
    float: right;
    width: 70%;
    right: 0;
    top: 0px;
  }
  #general main section#quemsomos img.img2 {
    display: none;
    right: inherit;
    left: 7%;
    top: 90px;
    width: 40%;
  }
  #general main section#quemsomos p {
    float: left;
    width: 100%;
    margin: 0px 0 0;
  }
  #general main section#quemsomos div.depoimentos {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
    margin: 0px 0 0;
    background: none;

    border: 0;
  }

 #general main section#quemsomos div.depoimentos .svg-depoimento svg{
    margin-top: 20px;
 }

  #general main section#terceirizacao {
    padding-top: 30px;
    padding-bottom: 50px;
    background-image: none;
  }
  #general main section#terceirizacao h2 {
    font-size: 3.5em;
  }
  #general main section#terceirizacao div.bts {
    width: 100%;
  }
  #general main section#terceirizacao div.bts p {
    width: 100%;
  }
  #general main section#terceirizacao div.bts ul li {
    width: 100%;
  }
  #general main section#terceirizacao div.bts ul li a {
    width: 100%;
  }
  #general main section#terceirizacao div.bts ul li form {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  #general main section#terceirizacao div.bts ul li form input[type="submit"] {
    width: 100%;
    padding: 0 0;
    margin-left: 0;
    margin-top: 20px;
  }
  #general main section#terceirizacao p.rent span {
    text-align: center;
    line-height: inherit;
  }
  #general main section#terceirizacao p.rent a {
    width: 100%;
    margin-top: 20px;
  }
  #general footer div.getmap {
    height: 300px;
    width: 100%;
  }
  #general footer div.getmap iframe {
    height: 300px !important;
  }
  #general footer div.right {
    width: 100%;
    padding-bottom: 100px;
  }
  #general footer div.right div.location {
    width: 100%;
    margin: 30px 0 0;
    text-align: center;
  }
  #general footer div.right div.location p a {
    float: none;
    display: inline-block;
  }
  #general footer div.right div.location ul {
    width: 100%;
  }
  #general footer div.right div.location ul li {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
  #general footer div.right div.form {
    width: 92%;
    margin: 30px 0 0;
    padding-left: 0;
    border: 0;
    padding: 0 4%;
    text-align: center;
  }
  #general footer div.right a.metro {
    right: calc(50% - 14px);
  }
}

#google h2 {
    width: 100%;
    padding: 0 0 40px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 356px;
}

.ti-widget.ti-goog {
  width: 100% !important;
}
 @media screen and (max-width: 620px) { 
  .ti-widget.ti-goog {
    grid-template-columns: 1fr;
    width: 100% !important;
  }
 }


 @media screen and (min-width: 1200px) {
   .banner-carros-home {
      background: url('https://hbturrentacar.com.br/wp-content/uploads/2025/06/Blindados.png') no-repeat center center;
      min-height: 390px;
      width: 100%;
      padding: 60px 0;
    }

    .banner-carros-home .conteudo{
      width: 100%;
      height: auto;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
    }

    .banner-carros-home .conteudo .title{
      display: flex;
      flex-direction: column;
      max-width: 320px;
      padding-top: 43px;
      padding-right: 60px;
    }

    .banner-carros-home .conteudo .title h2 {
      font-weight: 700;
      font-size: 35px;
      line-height: 40px;
      letter-spacing: 0%;
      color: #FF6C00;
      margin-bottom: 5px;
    }

    .banner-carros-home .conteudo .title ul {
      list-style: disc;
      margin-left: 17px;

    }

    .banner-carros-home .conteudo .title ul li {
      color: #fff;
      margin-bottom: 5px;
      font-weight: 700;
      font-size: 20px;
      line-height: 26px;
      letter-spacing: 0%;

    }

    .banner-carros-home .conteudo .title a.btn-padrao {
      width: fit-content;
      margin: 9px 0 11px;
    }

    .banner-carros-home .conteudo .title p {
      color: #fff;
    }
  }


  @media screen and (max-width: 1200px) { 
    .banner-carros-home {
      padding: 30px 0px;
    }

    .banner-carros-home .conteudo {
       background: #000;
       border-radius: 20px;
       padding: 20px;
    }

    .banner-carros-home .conteudo .title h2 {
      font-weight: 700;
      font-size: 35px;
      line-height: 40px;
      letter-spacing: 0%;
      color: #FF6C00;
      margin-bottom: 5px;
    }

    .banner-carros-home .conteudo .title ul {
      list-style: disc;
      margin-left: 17px;

    }

    .banner-carros-home .conteudo .title ul li {
      color: #fff;
      margin-bottom: 5px;
      font-weight: 700;
      font-size: 20px;
      line-height: 26px;
      letter-spacing: 0%;

    }

    .banner-carros-home .conteudo .title a.btn-padrao {
      width: fit-content;
      margin: 9px 0 11px;
    }

    .banner-carros-home .conteudo .title p {
      color: #fff;
    }
  }

  /* Faq */
  .sec-faq {
    padding: 60px 0;
    background-color: #fff;
  }



.sec-faq .faq-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec-faq .faq-left {
  width: 100%;
  max-width: 300px;
  margin-bottom: 30px;
}

.sec-faq .faq-left h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sec-faq .faq-left p {
  font-size: 1em;
  color: #555;
  line-height: 1.5;
}

.sec-faq .faq-right {
  flex: 1;
  max-width: 800px;
}

.sec-faq .faq-right .faq-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  transition: all 0.3s ease;
}

.sec-faq .faq-right .faq-item.active {
  border-color: #f86a01;
}

.sec-faq .faq-right .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-faq .faq-right .faq-question h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.sec-faq .faq-right .faq-question .toggle-btn {
  background: none;
  border: none;
  color: #f86a01;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.sec-faq .faq-right .faq-answer {
  margin-top: 15px;
  display: none;
  font-size: 1em;
  color: #333;
}

.sec-faq .faq-right .faq-item.active .faq-answer {
  display: block;
}

.sec-faq .faq-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.sec-faq .faq-footer p {
  color: #f86a01;
  font-weight: 600;
  margin: 0;
}

.sec-faq .faq-footer .cta {
  background: #f86a01;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.sec-faq .faq-footer .cta:hover {
  background: #000;
  color: #f86a01;
}

@media (max-width: 768px) {
  .sec-faq .faq-wrapper {
    flex-direction: column;
  }

  .sec-faq .faq-left {
    max-width: 100%;
  }

  .sec-faq .faq-right {
    max-width: 100%;
  }

  .sec-faq .faq-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* Faq */
/* Contato */
.sec-contato-formulario {
  padding: 60px 0;
  background: #f8f9f9;
}
.sec-contato-formulario .wpcf7-form-control-wrap {
  display: block;
  padding: 0px 14px 0 0;
    max-width: 595px;
}

/* .sec-contato-formulario .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
} */

.sec-contato-formulario .contato-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.sec-contato-formulario .contato-texto {
  flex: 1;
  min-width: 300px;
}

.sec-contato-formulario .contato-texto h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  max-width: 393px;
}

.sec-contato-formulario .contato-texto p {
  font-size: 15px;
  color: #484D51;
  margin-bottom: 20px;
  line-height: 1.5;
  max-width: 325px;
}

.sec-contato-formulario .contato-texto .img-chave {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: -62px;
}

@media (max-width: 768px) {
  .sec-contato-formulario .contato-texto {
        display: none;
    }
}

.sec-contato-formulario .contato-form-box {
  flex: 1;
  background: #1e1e1e;
  border-radius: 12px;
  padding: 30px 25px;
  color: #fff;
  min-width: 320px;
}

@media (max-width: 768px) {
  .sec-contato-formulario .contato-form-box {
    min-width: auto;
  }

  .sec-contato-formulario .contato-form-box {
    width: auto !important;
    padding: 30px 20px;
  }
    
}

.sec-contato-formulario .contato-form-title h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0%;
  max-width: 305px;
}

.sec-contato-formulario .contato-form-box .requisitos {
  font-size: 14px;
  line-height: 1.5;
  color: #e6e6e6;
  margin-top: 12px;
  margin-bottom: 25px;

  border-left: 2px solid #f86a01;
  padding-left: 10px;
}

.sec-contato-formulario .form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sec-contato-formulario .form-wrapper input,
.sec-contato-formulario .form-wrapper textarea {
  padding: 12px 0 12px 12px;
  font-size: 15px;
  border: none;
  border-radius: 6px;
  width: 100%;
}

.sec-contato-formulario .form-wrapper textarea {
  resize: vertical;
  min-height: 100px;
}

.sec-contato-formulario .form-wrapper input[type="submit"] {
  background-color: #f86a01;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
}

.sec-contato-formulario .form-wrapper input[type="submit"]:hover {
  background-color: #000;
  color: #f86a01;
}

@media (max-width: 768px) {
  .sec-contato-formulario .contato-grid {
    flex-direction: column;
    gap: 40px;
  }

  .sec-contato-formulario .contato-texto,
  .sec-contato-formulario .contato-form-box {
    width: 100%;
  }
}
/* Fim contato */

.sec-categorias-veiculos {
  padding: 60px 0;
  background: #fff;
}

@media (max-width: 768px)  {
    .sec-categorias-veiculos {
        padding: 0px 0 20px;

    }
}

.sec-categorias-veiculos .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.sec-categorias-veiculos .title {
  font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0px auto 30px;
    max-width: 434px;
}

.sec-categorias-veiculos .nav-categorias {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  list-style: none;
  padding: 7px;

  border: 1px solid #f47920;
  border-radius: 30px;

  width: fit-content;
  margin: 0 auto;

}

.sec-categorias-veiculos .nav-categorias li {
  padding: 10px 20px;
  /* border: 1px solid #f47920; */
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  color: #f47920;
  transition: all 0.3s ease;
}

.sec-categorias-veiculos .nav-categorias li.active,
.sec-categorias-veiculos .nav-categorias li:hover {
  background: #f47920;
  color: #fff;
}

.sec-categorias-veiculos .veiculos-carousel .item {
  text-align: center;
  padding: 20px;
  background: transparent;
  border-radius: 16px;
  transition: 0.3s ease;
  height: 100%;
}

.sec-categorias-veiculos .veiculos-carousel .item img {
  width: 100%;
  max-height: 160px;
  object-fit: contain;
  margin-bottom: 20px;
}

.sec-categorias-veiculos .veiculos-carousel .item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.sec-categorias-veiculos .veiculos-carousel .item p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.sec-categorias-veiculos .btn-confira {
  background: #f47920;
  color: #fff;
  padding: 10px 25px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}


/*# sourceMappingURL=style.css.map */