:root {
  --body-font: "Roboto", sans-serif;
  --heading-font: "Futura BdCn BT";
  --theme-color: #bf9500;
  --theme-bg-light: #bdbfc1;
  --theme-bg-light2: #e7e7e7;
  --theme-bg-light3: #f0f0f0;
  --body-text-color: #373435;
  --color-white: #ffffff;
  --color-dark: #373435;
  --color-green: #11b76b;
  --color-blue: #0049d0;
  --color-yellow: #bf9500;
  --hero-overlay-color: #01060f;
  --slider-arrow-bg: rgba(255, 255, 255, 0.2);
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all 0.5s ease-in-out;
  --transition2: all 0.3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.05);
  --footer-bg: #111111;
  --footer-bg2: #181818;
  --footer-text-color: #f5faff;
  --btn-whatsapp: #128c7e;
  --btn-whatsapp-hover: #075e54;
}

@font-face {
  font-family: "Futura BdCn BT";
  src: url("../fonts/FuturaBT-BoldCondensed.eot");
  src: local("Futura BdCn BT Bold"), local("FuturaBT-BoldCondensed"),
    url("../fonts/FuturaBT-BoldCondensed.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FuturaBT-BoldCondensed.woff2") format("woff2"),
    url("../fonts/FuturaBT-BoldCondensed.woff") format("woff"),
    url("../fonts/FuturaBT-BoldCondensed.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Birthstone";
  src: url("../fonts/Birthstone-Regular.eot");
  src: local("Birthstone Regular"), local("Birthstone-Regular"),
    url("../fonts/Birthstone-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Birthstone-Regular.woff2") format("woff2"),
    url("../fonts/Birthstone-Regular.woff") format("woff"),
    url("../fonts/Birthstone-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.text-rota-slogan {
  font-family: "Birthstone";
  font-weight: normal;
  font-style: normal;
}

.bg {
  background: var(--theme-bg-light3);
}

.logo {
  max-width: 200px;
  margin-top: 0px;
}
.navbar {
  max-height: 100px;
}
.navbar.fixed-top {
  max-height: 70px;
}
.navbar.fixed-top .logo {
  max-width: 150px;
}

.header-top-contact a svg {
  color: var(--theme-color);
}
.whatsapp-btn {
  color: var(--color-white);
  width: 50px;
  height: 50px;
  padding: 12px 20px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: var(--btn-whatsapp);
  box-shadow: var(--box-shadow);
  z-index: 1;
}
.whatsapp-btn::before {
  content: "";
  height: 50px;
  width: 50px;
  background: var(--btn-whatsapp-hover);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.whatsapp-btn:hover {
  color: var(--color-white);
}

.whatsapp-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.whatsapp-btn svg {
  margin-left: -5px;
}

.sidebar-logo img {
  margin: auto;
  display: block;
}

.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: "\f105";
  font-family: "font awesome 6 pro";
  right: -18px;
  top: 4px;
  text-align: center;
  font-size: 12px;
  color: var(--color-white);
}
.site-breadcrumb::before {
  opacity: 0.7;
}
.contact-info-icon svg {
  padding: 25px;
  color: var(--theme-bg-light);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  background: var(--body-text-color);
}
.contact-info-content p {
  margin-top: 20px;
  line-height: 20px;
}
.contact-info-content p a:hover {
  color: var(--theme-color);
}

.login-form .theme-btn::before {
  width: 550px;
  height: 550px;
}

.contact-map {
  margin-bottom: -9px;
}

.contact-map iframe {
  width: 100%;
  height: 500px;
}
.bg-section {
  background-image: url(../images/bg-section.png);
  background-size: contain;
}
.copyright::before {
  width: 0;
}
.footer-social li a svg {
  line-height: 38px;
  text-align: center;
  border-radius: 12px;
  color: var(--theme-color);
  transition: var(--transition);
}
.footer-contact li svg {
  width: 15px;
  height: 15px;
  padding: 5px;
  line-height: 30px;
  margin-right: 15px;
  border-radius: 10px;
  background: var(--theme-color);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-white);
}

.footer-social li a svg:hover,
.copyright .copyright-text a:hover {
  color: var(--color-white);
}

.about-us h2,
.about-us p {
  color: var(--theme-bg-light);
}
.about-us p {
  margin-top: -15px;
}
.about-us h2 {
  margin-top: -30px;
}
.footer-contact li {
  margin-top: -10px;
}

.about-img img {
  border-radius: 20px;
  max-width: 450px;
}
.about-left {
  float: left;
  padding: 10px;
}
.about-right p {
  text-align: justify;
}
.car-list span,
.car-list i,
.car-list svg,
.car-key-item .car-key-icon svg,
.car-key-item .car-key-icon i {
  color: #757476;
  margin-right: 1px;
}
.car-list li:not(svg):not(span):not(i) {
  font-weight: 600;
  color: var(--color-dark);
}

.car-key-content h6 {
  margin-top: -8px;
  color: var(--color-dark);
}
.car-key-content span {
  font-size: 0.8rem;
}
.car-key-content {
  margin-top: -6px;
}
a:not(.noHover):hover {
  color: var(--theme-color);
}
a.noHover:hover {
  color: inherit;
}
.car-content [class*="col-"] {
  margin-bottom: -20px;
  padding-bottom: 0;
}
.car-single-widget {
  padding-bottom: 0.5px;
}
.car-single-list svg {
  color: var(--theme-color);
}
.car-single-list {
  color: var(--color-dark);
}
.car-single-widget .car-single-price {
  margin-top: -12px;
}
.car-single-meta {
  color: var(--color-dark);
}
.car-single-meta svg {
  color: var(--theme-color);
}

.car-widget-title {
  margin-bottom: 10px;
}
.car-widget {
  margin-bottom: 15px;
}
.site-title {
  text-transform: none;
  font-size: 40px;
}
.site-title-tagline {
  font-size: 15px;
  font-weight: 600;
}
.text-justify {
  text-align: justify;
}
.car-single-top {
  margin-bottom: 0;
}
.hero-section {
  position: relative;
}
.hero-section .cd-slider {
  margin-bottom: -90px;
}
.info-car {
  text-align: left;
}

/*****************************/
/* Slider Style */
.cd-slider {
  position: relative;
  width: 100%;
  height: 40rem;
  overflow: hidden;
  margin-bottom: 8rem;
}
.cd-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s 1s;
  will-change: visibility;
}
@media screen and (max-width: 991px) {
  .cd-slider li {
    height: 70% !important;
  }
}
.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  clip: rect(0, 80rem, 50rem, 80rem);
  transition: clip 0.5s cubic-bezier(0.99, 0.01, 0.45, 0.9) 0.5s;
  will-change: clip;
}
.content {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  padding: 2rem 0 0 2rem;
  text-align: right;
}
.content .info-car {
  padding: 20px;
}
.content .info-car div.row {
  margin-top: 20px;
}
.content .info-car div.row .car-key-content span {
  font-size: 1.1rem;
}
.content .info-car div.row .car-key-content h6 {
  font-size: 1.25rem;
}
.content .info-car div.row .car-price {
  font-size: 2.4rem;
}









/* Estilizar as setas na lateral esquerda sobre a foto */
.cd-slider .image {
  position: relative;
}

.cd-slider .image .arrow-left,
.cd-slider .image .arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px; /* Largura da seta */
  height: 50px; /* Altura da seta */
  background-color: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente */
  border: none;
  cursor: pointer;
  z-index: 10;
}

.cd-slider .image .arrow-left {
  left: 10px; /* Distância da borda esquerda */
}

.cd-slider .image .arrow-right {
  right: 10px; /* Distância da borda direita */
}

.cd-slider .image .arrow-left::before,
.cd-slider .image .arrow-right::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

.cd-slider .image .arrow-left::before {
  border-width: 10px 15px 10px 0;
  border-color: transparent white transparent transparent;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.cd-slider .image .arrow-right::before {
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent white;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
}

/* Tornar as setas visíveis apenas ao passar o mouse sobre a imagem */
.cd-slider .image:hover .arrow-left,
.cd-slider .image:hover .arrow-right {
  opacity: 1;
}

.cd-slider .image .arrow-left,
.cd-slider .image .arrow-right {
  opacity: 0;
  transition: opacity 0.3s ease;
}




@media screen and (max-width: 991px) {
  .cd-slider .image .arrow-left,
  .cd-slider .image .arrow-right,
  .cd-slider .image:hover .arrow-left,
  .cd-slider .image:hover .arrow-right {
    opacity: 1;
  }
}





.content h2 {
  text-align: left;
  color: var(--body-text-color);
  text-overflow: ellipsis;
  overflow: hidden;
  transform: translateY(-30%);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  will-change: transform, opacity;
}
.content div.row {
  opacity: 0;
  transition: opacity 0.5s 0.1s;
  will-change: opacity;
}
.content div.row .car-footer {
  opacity: 0;
  transition: opacity 0.5s 1.3s;
  will-change: opacity;
}
li.current {
  visibility: visible;
  transition-delay: 0s;
}
li.current .image {
  clip: rect(0, 80rem, 50rem, 0);
}
li.current .content h2 {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}
li.current .content div.row {
  opacity: 1;
  transition-delay: 1.8s;
}
li.current .content div.row .car-footer {
  opacity: 1;
  transition-delay: 2.3s;
}
li.prev_slide .image {
  clip: rect(0, 0, 50rem, 0);
}
@media screen and (max-width: 1259px) {
  .hero-section .cd-slider {
    margin-bottom: 100px
  }
  
  .content .info-car div.row .car-price {
    font-size: 2rem;
  }
  .content .info-car div.row .car-footer {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 991px) {
  .hero-section .cd-slider {
    margin-bottom: -210px;
    height: 650px;
    
  }
  .content .info-car div.row div:not(div.car-footer){
    display: none;
  }
  .cd-slider li {
    margin-top: 30px;
  }
  .content .info-car div.row {
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .hero-section .cd-slider {
    margin-bottom: 0px;
    height: 480px;
    margin-top: 35px;
  }
  .cd-slider .content {
    bottom: -7px !important;
    height: 27% !important;
  }
  .content h2 {
    max-width: 500px;
    font-size: 1.4rem;
    height: auto;
    white-space: nowrap;
    margin-top: 10px;
  }
  .content div.row{
    margin-top: -20px !important;
  }
  .content div.row .theme-btn {
    font-size: 12px;
    padding: 6px 10px;
  }
  .content .info-car div.row [class^="col-"] {
    display: none;
  }
  .content .info-car div.row .car-footer {
    flex-direction: row !important;
  }
  .image {
    width: 100%;
    position: relative;
  }
  
  .content .info-car div.row .car-price {
    font-size: 1.5rem;
  }
  .theme-btn {
    padding: 6px 10px;
  }
  .content {
    background-image: url(../images/bg-section.png);
    background-size: contain;
    position: absolute;
    bottom: 30px;
    left: 0;
    top: auto;
    width: 100%;
    height: 20%;
    padding: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .content .info-car {
    padding: 0;
  }
  .car-footer {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 0;
  }
  .content .info-car div.row {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content .info-car div.row .car-footer {
    opacity: 0;
    transition: opacity 0.5s 1.3s;
    will-change: opacity;
  }
  li.current .content .info-car div.row .car-footer {
    opacity: 1;
    transition-delay: 2.3s;
  }
}
/*****************************/
@media all and (max-width: 767px) {
  .footer-area .container {
    text-align: center;
  }
  .footer-area .footer-social {
    justify-content: center;
    margin-top: 20px;
  }
  .contact-area {
    padding-top: 10px !important;
    margin-top: -30px !important;
  }
  .choose-count,
  .choose-item-icon {
    display: none;
  }
  .site-title-tagline {
    display: block;
  }
  .site-title-tagline i {
    display: none;
  }
  .footer-widget-wrapper {
    padding-top: 20px !important;
  }
  .theme-btn::before {
    width: 100%;
  }
  
  .site-breadcrumb {
    padding-top: 100px;
    padding-bottom: 30px;
    background-position: left top !important;
  }
}
.choose-item-icon img{
  width: 50px;
  margin-top: -5px;
  filter: invert(100%) sepia(0%) saturate(7489%) hue-rotate(229deg) brightness(96%) contrast(102%);
}

.flex-control-thumbs {
  text-align: center;
  display:flex;
  flex-wrap:nowrap;
  
  overflow-x:auto;
  padding-bottom:10px;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .5;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 0.5;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.bg-map {
  background-image: url(../images/bg-map.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* max-height: 500px; */
}

.aerea-img img {
  width: 100%;
  left: 0;
  margin-left: 0;
  padding-left: 0;
  border-radius: 0 75px 0 0;
  border-right: 10px solid #97979763;
}

.text-slogan{
  font-family: "Birthstone";
  font-weight: normal;
  font-style: normal; 
  font-size: 2rem;
}
.mt-n5{margin-top:-5px!important}
.mt-n10{margin-top:-10px!important}
.mt-n20{margin-top:-20px!important}
.text-gray-600{color:#78829D!important}

.text-map{
  padding: 3rem !important;
}
.text-rota197{
  color: var(--theme-color);
}
@media all and (max-width: 991px) {
  .text-map{
    padding: 2rem !important;
  }
  .text-map h1{
    font-size: 30px;
  }
  .text-map p{
    font-size: 14px;
  }
  .text-slogan{
    margin-top: -10px !important;
    font-size: 1.5rem !important;
  }
  .text-rota197{
    margin-top: 75px;
  }
  .aerea-img img {
    border-radius: 0 0 20px 20px;
    border: none !important
  }
  .bg-map {
    max-height: 800px;
  }
}
@media all and (min-width: 992px) and (max-width: 1194px) {
  .aerea-img img {
    height: 330px
  }
  .text-map{
    padding: 2rem !important;
  }
  .text-map h1{
    font-size: 32px;
  }
  .text-map p{
    font-size: 16px;
  }
  .text-slogan{
    margin-top: -10px !important;
    font-size: 1.5rem !important;
  }
}

.car-single-widget.price {
  position: relative;
  overflow: hidden;
}

.car-single-widget.price::before {
  content: "";
  position: absolute;
  left: -115px;
  bottom: 30px !important;
  width: 135%; 
  height: 135%; 
  background-image: url('/rota197/images/logo.png');
  background-size: contain; 
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
  transform: rotate(15deg);
}

.car-single-widget.price h1,
.car-single-widget.price span {
  position: relative;
  z-index: 2;
}


@media all and (max-width: 991px) {
  .car-single-widget.price::before {
    content: "";
    position: absolute;
    left: inherit;
    right: -20px;
    bottom: 80px !important;
    width: 120%; 
    height: 120%; 
  }
}
@media all and (max-width: 776px) {
  .car-single-widget.price::before {
    left: inherit;
    right: -18px;
    bottom: 50px !important;
  }
}

@media all and (min-width: 992px) and (max-width: 1194px) {
  .car-single-widget.price::before {
    content: "";
    position: absolute;
    left: inherit;
    right: -25px;
    bottom: 25px !important;
    width: 100%; 
    height: 100%; 
  }
}


.alert-error,
.alert-success,
.alert-sending {
  margin-top:20px;
  font-size: 16px;
  color: var(--color-white);
  padding: 12px 20px;
  transition: all .5s;
  position: relative;
  border-radius: 13px;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  border: none;
  box-shadow: var(--box-shadow);
  z-index: 1;
}
.alert-error {
  background: #ef1d26;
}
.alert-success{
  background: #11b76b;
}
.alert-sending{
  background: #757f95;
}


.accordion-button::after{
  display: none;
}
.accordion-button{
  font-size: 1.8rem;
}

div.find-car-form .accordion-button:focus,
div.find-car-form .accordion-button:not(.collapsed) {
  border-color: inherit;
  color: inherit;
  background-color: inherit;
  box-shadow: inherit;
}
div.find-car-form .accordion-button:not(.collapsed) {
  border-bottom: none
}
div.find-car-form .accordion-item {
  border: none;
}
div.find-car-form {
  padding: 0;
  margin-bottom: 20px;
}
div.find-car-form .accordion {
  padding: 30px;
}
#formBuscaHome{
  margin-top: -35px;
}
@media all and (max-width: 776px) {
  .accordion-button{
    font-size: 1.5rem;
  }
  div.find-car{
    margin-top: -110px
  }  
}
.footer-contact a span{
  color: var(--theme-color);
}
.team-area .team-bio svg,
.contact-info-content a svg{
  color: var(--btn-whatsapp);
}
.tt-none{
  text-transform: none;
}

.car-highlights{
  font-size: 14px;
  margin-top: -15px;
  margin-bottom: 30px;
}
.car-highlights svg,
.car-highlights i{
  color: #757476;
  font-size: 12px;
}
.item-car-high{
  margin-top: -5px;
}
.title-car-high{
  font-weight: bold;
  margin-top: 20px;
}
.link{
  cursor: pointer;
}