/* =============================================================================
   franqueado.css
   Estilos específicos da página Franqueado
   Gerado a partir de: _emprega.scss, _vantagens.scss, _historia-dark.scss,
                       _depoimentos.scss, _emprega-mecanico.scss
   ============================================================================= */

/* =============================================================================
   _emprega.scss – page-template-page-emprega overrides
   ============================================================================= */

.page-template-page-emprega p,
.page-template-page-emprega h2,
.page-template-page-emprega li {
  color: #183451 !important;
}

.page-template-page-emprega .em-brands-logos {
  flex-wrap: inherit !important;
}
.page-template-page-emprega .hero-content {
  background-color: #fff !important;
}

.page-template-page-emprega .hero-content h1,
.page-template-page-emprega .hero-content p {
  color: #105099 !important;
}

.page-template-page-emprega .btn-custom.blue {
  background: #183451 !important;
  color: #fff !important;
}

.page-template-page-emprega .btn-secondary-not-full {
  width: fit-content !important;
  background: #105099 !important;
  color: #fff !important;
}

.page-template-page-emprega .btn-custom.blue-transparente {
  color: #105099 !important;
  background: transparent !important;
  border: 2px solid #105099 !important;
}

.page-template-page-emprega .em-cta-section {
  background-color: #105099;
}

.page-template-page-emprega .blue .em-faq-title {
  color: #183451 !important;
}

.page-template-page-emprega .blue .em-faq-question {
  background: #183451 !important;
  color: #fff !important;
}

.page-template-page-emprega .blue .em-faq-icon {
  color: #fff !important;
}

.page-template-page-emprega .em-post-banner {
  background: #769dc8
    url("https://escoladomecanico.com.br///wp-content/uploads/2025/10/Rectangle-25.png") !important;
}

.page-template-page-emprega .em-post-banner-excerpt {
  color: #fff !important;
}

.page-template-page-emprega .em-post-banner-bg {
  background: url("https://escoladomecanico.com.br///wp-content/uploads/2025/11/Rectangle-36.png") !important;
  bottom: -467px !important;
}

.page-template-page-emprega .footer-main {
  background-color: #183451 !important;
}

.page-template-page-emprega .footer-bottom {
  background-color: #183451 !important;
}

.page-template-page-emprega .em-cta-section h2,
.page-template-page-emprega .em-cta-section p {
  color: #fff !important;
}

.page-template-page-emprega .em-cta-section .btn-secondary-not-full {
  background-color: #183451 !important;
}

.page-template-page-franqueado .em-post-banner-image img {
  width: 385px;
  height: 242px;
}

@media (min-width: 1024px) {
  .page-template-page-franqueado .hero-content {
    width: 633px;
  }
}

/* =============================================================================
   _vantagens.scss – Vantagens da Franquia Section (node 513-259)
   ============================================================================= */

.em-vantagens-section {
  padding: 48px 0;
  background-color: #fff;
}

@media (max-width: 1023px) {
  .em-vantagens-section {
    padding: 32px 0;
  }
}

.em-vantagem-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
}

.em-vantagem-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.em-vantagem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.em-vantagem-image:hover img {
  transform: scale(1.04);
}

.em-vantagem-content {
  padding: 8px 0;
  width: 100%;
}

.em-vantagem-title {
  font-family: "Kode Mono", monospace, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #094528;
  margin-bottom: 8px;
  line-height: 1.3;
}

.em-vantagem-description {
  font-family: "Manrope", Arial, "Kode Mono", monospace, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #2f2f2f;
  line-height: 1.3;
  margin: 0;
}

.em-vantagens-swiper {
  position: relative;
}

.em-vantagens-swiper .swiper {
  padding-bottom: 0 !important;
}

.em-vantagens-swiper .swiper-pagination {
  position: static !important;
  bottom: auto !important;
}

.em-vantagens-swiper .em-swiper-controls {
  padding: 0 16px;
}

.em-vantagens-swiper .em-nav-prev,
.em-vantagens-swiper .em-nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #094528;
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
}

.em-vantagens-swiper .swiper-pagination-bullet {
  background: #696969;
  opacity: 0.5;
}

.em-vantagens-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #094528;
  opacity: 1;
}

/* =============================================================================
   _historia-dark.scss – Nossa História Dark Section (node 536-11)
   ============================================================================= */

.em-historia-dark-section {
  background-color: #094528;
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .em-historia-dark-section {
    padding: 32px 0;
  }
}

.em-historia-dark-gallery {
  position: relative;
}

@media (max-width: 1023px) {
  .em-historia-dark-gallery {
    margin-bottom: 32px;
  }
}

.em-historia-dark-gallery .em-historia-swiper .swiper {
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 30%);
  overflow: hidden;
}

.em-historia-dark-gallery .em-historia-image {
  position: relative;
  height: 380px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .em-historia-dark-gallery .em-historia-image {
    height: 260px;
  }
}

.em-historia-dark-gallery .em-historia-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.em-historia-dark-gallery .em-historia-navigation .swiper-button-prev,
.em-historia-dark-gallery .em-historia-navigation .swiper-button-next {
  position: absolute;
  top: calc(50% + 24px);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.24);
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.em-historia-dark-gallery .em-historia-navigation .swiper-button-prev:hover,
.em-historia-dark-gallery .em-historia-navigation .swiper-button-next:hover {
  background: #287847;
  transform: translateY(-50%) scale(1.1);
}

.em-historia-dark-gallery .em-historia-navigation .swiper-button-prev::after,
.em-historia-dark-gallery .em-historia-navigation .swiper-button-next::after {
  display: none;
}

.em-historia-dark-gallery .em-historia-navigation .swiper-button-prev i,
.em-historia-dark-gallery .em-historia-navigation .swiper-button-next i {
  font-size: 14px;
}

.em-historia-dark-gallery .em-historia-navigation .swiper-button-prev {
  left: 20px !important;
}

.em-historia-dark-gallery .em-historia-navigation .swiper-button-next {
  right: 20px;
}

.em-historia-dark-gallery .em-historia-dark-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.em-historia-dark-gallery
  .em-historia-dark-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}

.em-historia-dark-gallery
  .em-historia-dark-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #dbff3d;
  border-color: #dbff3d;
  transform: scale(1.2);
}

.em-historia-dark-content {
  padding-left: 32px;
}

@media (max-width: 1023px) {
  .em-historia-dark-content {
    padding-left: 0;
    margin-top: 32px;
  }
}

.em-historia-dark-title {
  font-family: "Kode Mono", monospace, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #dbff3d;
  margin-bottom: 24px;
  line-height: 1.3;
}

@media (max-width: 1023px) {
  .em-historia-dark-title {
    font-size: 24px;
    text-align: center;
  }
}

.em-historia-dark-text {
  color: #fff;
  font-family: "Manrope", Arial, "Kode Mono", monospace, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.em-historia-dark-text p {
  margin-bottom: 16px;
}

.em-historia-dark-text p:last-child {
  margin-bottom: 0;
}

.em-historia-dark-text p strong {
  font-weight: 700;
  color: #fff;
}

/* =============================================================================
   _depoimentos.scss – Depoimentos Section (node 548-2)
   ============================================================================= */

.em-depoimentos-section {
  padding: 48px 0;
  background-color: #094528;
}

@media (max-width: 1023px) {
  .em-depoimentos-section {
    padding: 32px 0;
  }
}

.em-depoimentos-title {
  font-family: "Kode Mono", monospace, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 48px;
  text-align: center;
}

@media (max-width: 1023px) {
  .em-depoimentos-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.em-depoimento-subtitle {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 0;
}

.em-depoimento-video-card {
  position: relative;
  background: #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16 / 9;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  text-decoration: none;
}

.em-depoimento-video-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.em-depoimento-video-card .em-depoimento-play {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  background: #006033;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 10px rgba(0, 96, 51, 0.25);
  transition: transform 0.2s ease;
}

.em-depoimento-video-card .em-depoimento-play i {
  color: #fff;
  font-size: 20px;
  margin-left: 3px;
}

.em-depoimento-video-card:hover .em-depoimento-play {
  transform: scale(1.12);
}

.em-depoimentos-swiper {
  position: relative;
}

.em-depoimentos-swiper .em-swiper-controls {
  padding: 0 16px;
  margin-top: 8px;
}

.em-depoimentos-swiper .em-nav-prev,
.em-depoimentos-swiper .em-nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #094528;
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
}

.em-depoimentos-swiper .swiper-pagination {
  position: static !important;
  bottom: auto !important;
}

.em-depoimentos-swiper .swiper-pagination-bullet {
  background: #696969;
  opacity: 0.5;
}

.em-depoimentos-swiper
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #006033;
  opacity: 1;
}

/* =============================================================================
   _emprega-mecanico.scss – Emprega Mecânico Section (node 541-288)
   ============================================================================= */

.em-emprega-mecanico-section {
  padding: 48px 0 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.em-emprega-mecanico-section .container {
  justify-content: center !important;
}

@media (max-width: 1023px) {
  .em-emprega-mecanico-section {
    padding: 32px 0 0;
  }
}

.em-emprega-mecanico-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 48px;
  max-width: 947px;
}

@media (max-width: 1023px) {
  .em-emprega-mecanico-inner {
    padding: 32px 16px;
  }
}

.em-emprega-logo {
  width: 196px;
  height: 93px;
  display: block;
  object-fit: contain;
}

.em-emprega-title {
  font-family: "Kode Mono", monospace, sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #105099;
  margin: 0;
  line-height: 1.3;
}

@media (max-width: 1023px) {
  .em-emprega-title {
    font-size: 32px;
  }
}

.em-emprega-subtitle {
  font-family: "Manrope", Arial, "Kode Mono", monospace, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #696969;
  margin: 0;
  line-height: 1.5;
  max-width: 860px;
}

@media (max-width: 1023px) {
  .em-emprega-subtitle {
    font-size: 16px;
  }
}

.em-emprega-cards {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

@media (max-width: 1023px) {
  .em-emprega-cards {
    flex-direction: column;
    width: 100%;
  }
}

.em-emprega-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  width: 414px;
  height: stretch;
}

.em-emprega-card--filled {
  background-color: #105099;
}

.em-emprega-card--filled .em-emprega-card-title,
.em-emprega-card--filled .em-emprega-card-desc {
  color: #fff;
}

.em-emprega-card--outline {
  border: 1px solid #105099;
}

.em-emprega-card--outline .em-emprega-card-title {
  color: #105099;
}

.em-emprega-card--outline .em-emprega-card-desc {
  color: #696969;
}

.em-emprega-card .em-emprega-card-icon {
  width: 96px;
  height: 96px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.em-emprega-card .em-emprega-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.em-emprega-card .em-emprega-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

@media (max-width: 1023px) {
  .em-emprega-card {
    width: 100%;
  }
}

.em-emprega-card-title {
  font-family: "Kode Mono", monospace, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

.em-emprega-card-desc {
  font-family: "Manrope", Arial, "Kode Mono", monospace, sans-serif;
  font-size: 20px;
  margin: 0;
  line-height: 1.3;
}

.em-emprega-depoimentos {
  margin-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 1023px) {
  .em-emprega-depoimentos {
    margin-top: 32px;
    padding-bottom: 32px;
  }
}

.em-emprega-video-card {
  position: relative;
  background: #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16 / 9;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  text-decoration: none;
}

.em-emprega-video-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.em-emprega-video-card .em-emprega-play {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  background: #105099;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 10px rgba(16, 80, 153, 0.25);
  transition: transform 0.2s ease;
}

.em-emprega-video-card .em-emprega-play i {
  color: #fff;
  font-size: 20px;
  margin-left: 3px;
}

.em-emprega-video-card:hover .em-emprega-play {
  transform: scale(1.12);
}

.em-emprega-depoimentos-swiper {
  position: relative;
}

.em-emprega-depoimentos-swiper .em-swiper-controls {
  padding: 0 16px;
  margin-top: 8px;
}

.em-emprega-depoimentos-swiper .em-nav-prev,
.em-emprega-depoimentos-swiper .em-nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #105099;
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
}

.em-emprega-depoimentos-swiper .swiper-pagination {
  position: static !important;
  bottom: auto !important;
}

.em-emprega-depoimentos-swiper .swiper-pagination-bullet {
  background: #696969;
  opacity: 0.5;
}

.em-emprega-depoimentos-swiper
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #105099;
  opacity: 1;
}
