.hero {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #000;
  overflow: hidden;
  margin-top: 90px;
  aspect-ratio: 16/9;
}
.main-navbar-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 768px) {
  .hero {
    aspect-ratio: unset;
    margin-top: 0;
    max-height: 70vh;
  }
}

#main-slider-1 {
  height: 100%;
}
/* ------------------------------------------- */
.video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  display: flex;
  align-items: center;
}

.video-background .video-content {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  inset: 0;
}

.video-background .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-background .bg img {
  inset: 0;
  width: 100%;
  min-height: 100%;
}
.video-background .play {
  color: #fff;
  background-color: #ffcc29;
  width: 50px;
  height: 50px;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  padding-left: 3px;
  cursor: pointer;
  left: -20%;
}

.video-background .play:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -5px;
  left: -5px;
  background-color: #ffcc29;
  z-index: -1;
  animation: pulse 1.5s ease-in-out infinite;
  opacity: 0.5;
  z-index: -1;
  box-shadow: 0 0 10px -1px #000;
}

.video-background .play .play-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #000;
  height: 40px;
  width: 150px;
  background-color: #ffcc29;
  border-radius: 50px;
  padding: 5px 10px;
}

.video-background .play .play-title:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 160px;
  border-radius: 50px;
  top: -5px;
  left: -5px;
  background-color: #ffcc29;
  z-index: -1;
  animation: pulse 1.5s ease-in-out infinite;
  opacity: 0.5;
  z-index: -1;
  box-shadow: 0 0 10px -1px #000;
}

@media (min-width: 600px) {
  .video-background .play {
    width: 80px;
    height: 80px;
    font-size: 28px;
    left: 0;
  }
  .video-background .play:after {
    width: 98px;
    height: 98px;
    top: -9px;
    left: -9px;
  }
}

#my-player {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  aspect-ratio: 16/9;
}

#my-player iframe {
  position: absolute;
  opacity: 80%;
  width: auto;
  inset: 0;
  min-height: 100%;
  aspect-ratio: 16/9;
}

.ytp-hide-controls:not(.ytp-mweb-player) .ytp-watermark {
  display: none !important;
}

.ytp-large-play-button {
  display: none !important;
}

.ytp-chrome-bottom {
  display: none !important;
}

.ytp-gradient-bottom {
  display: none !important;
}

.ytp-gradient-top {
  display: none !important;
}

.ytp-progress-bar-container {
  display: none !important;
}

.ytp-progress-bar {
  display: none !important;
}

.ytp-chrome-top {
  display: none !important;
}
/* ------------------------------------------- */
.sp-slides {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  padding: 0 15px;
  aspect-ratio: 16/9;
}

.sp-slide,
.main-slider-content {
  height: auto;
  position: absolute;
  width: calc(100% - 20px);
  object-fit: cover;
  aspect-ratio: 16/9;
}

@media (min-width: 768px) {
  .sp-slide,
  .main-slider-content {
    height: 100%;
    aspect-ratio: unset;
  }
}

.swiper-wrapper {
  margin-bottom: 20px;
}

.swiper-wrapper .swiper-slide {
  height: 300px;
  width: auto;
  position: relative;
  display: inline-block;
  object-fit: cover;
  background-color: #000;
}

.swiper-wrapper .swiper-slide img {
  height: 100%;
  position: relative;
  width: auto;
  min-width: 100%;
  transition: all 0.3s ease-in-out;
}

.swiper-slide.swiper-slide-active img {
  opacity: 1;
}
/* 
.swiper-slide.swiper-slide-prev img {
  opacity: 0.5;
}

.swiper-slide.swiper-slide-next img {
  opacity: 0.5;
} */

.swiper-pagination {
  position: relative;
}

.slide-menu {
  z-index: 999;
}

.galeria-frota {
  width: 100%;
  position: relative;
  height: 300px;
}

/* Footer */

.footer_wrapper {
  display: flex;
  font-size: 16px;
}

.footer_column {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.footer_column-1 {
  flex: 1;
}

.footer_column-2 {
  flex: 2;
}

.footer_column-3 {
  flex: 1.5;
}

.footer_column-3 .footer_icon {
  font-size: 24px;
}



.footer_logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_logo-image img {
  max-width: 100%;
  height: auto;
}

.footer_contact {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.footer_icon {
  margin-right: 10px;
}

.footer_container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer_link:hover {
  color: #ffcc29;
}

.footer_phone-content{
  display: flex;
  padding-left: 25px;
}

.footer_phone-title{
  width: 100%;
  padding-bottom: 5px;
}

.footer_phone-numbers{
  width: 100%;	
  display: flex;
  flex-direction: column;
}

.footer_phone-numbers a, .footer_mail a{
  color: white;
  padding: 5px 0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer_phone-numbers a:hover, .footer_mail a:hover{
  color: #ffcc29;
}

.footer_mail{
  padding-top: 10px;
}

.footer_location-title,
.footer_location-text {
  text-align: center;
}

.footer_column-3 .footer_container {
  flex-direction: row;
  justify-content: space-between;
}

.footer_column-3 .footer_container .footer_icon {
  font-size: 20px;
  margin-right: 0;
}

.footer_column-3 .footer_container span {
  font-size: 14px;
}

@media (max-width: 992px) {
  .footer_wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer_column {
    width: 100%;
  }

  .footer_column-2{
    max-width: 355px;
  }

  .footer_phone-title{
    display: flex;
    justify-content: center;
  }

  .footer_mail a{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer_column-3 .footer_container {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .footer_phone-content{
    padding-left: 0;
    padding-top: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .footer_phone-numbers{
    width: 100%;
    align-items: center;
    padding-bottom: 15px;
  }
}