/*
Theme Name: Focus por Brunna
Theme URI: http://brunnartes.com.br
Author: Bru
Author URI: http://brunnartes.com.br
Description: Tema customizado para Focus 7
Version: 1.0
License: Licença do Tema
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: focus7
*/


/* Reset de estilos (opcional) */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none; 
    
}



/* Estilos para o corpo */
body {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
    color: #f1eff5;
    background-color: #193479;
    
}

body, html {
  width: 85%;
  height: 100%;
}

section {
  height: calc(100vh - 70px - 40px); /* ajuste para header + footer */
  overflow-y: auto; /* se quiser scroll só dentro da section */
}

/* Estilos para o cabeçalho */
header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr 15% 15%;
  gap: 10%;
  align-items: center;
  z-index: 1000;
  font-weight: 400;
  font-style: normal;
  background-color: #030f42;
  width: 100%;
  color: #fff;
  padding: 25px 0;
  text-align: center;
        
}

/* Estilo para telas muito pequenas (ex: entre 400px e 700px) */
@media screen and (min-width: 300px) and (max-width: 500px) {
   header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10%;
    
   }

}

/* Estilo para telas muito pequenas (ex: entre 400px e 700px) */
@media screen and (min-width: 500px) and (max-width: 700px) {
   header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32%;
    
   }

}

header ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
}

/* Estilo para telas muito pequenas (ex: entre 400px e 700px) */
@media screen and (min-width: 300px) and (max-width: 500px) {
  header ul {
   margin-right: 85%;
   display: grid;
   grid-template-columns: repeat(3, auto);
   gap: 0.5rem;
   font-size: 0.7rem; /* 👈 menor tamanho para caber */
   white-space: nowrap; /* 👈 impede quebra de linha */
   }
}


/* Estilo para telas muito pequenas (ex: entre 400px e 700px) */
@media screen and (min-width: 500px) and (max-width: 1050px) {
  header ul {
   margin-right: 85%;
   display: grid;
   grid-template-columns: repeat(3, auto);
   gap: 0.5rem;
   font-size: 1.2rem; /* 👈 menor tamanho para caber */
   white-space: nowrap; /* 👈 impede quebra de linha */
   }
}


header img {
  margin-left: 15%;
  width: 120px; /* ou qualquer tamanho desejado */
  height: auto; /* mantém proporção */
}

section {
  background-image: radial-gradient(#1b3d92, #193479);
  height: 100vh;
  width: 100vw;

  position: relative;
}

section .list {
   
  margin-left: 15%;
  width: 70vw;
  height: 100%;
  margin: auto;
  
}


h2 {
    font-size: 2.7em;
    line-height: 2.0em;
    color: #f7f0e0;
}

/* Estilo para telas muito pequenas (ex: entre 400px e 700px) */
@media screen and (min-width: 300px) and (max-width: 500px) {
  h2 {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #f7f0e0;
}
}

.description {
    font-size: 12px;
    max-width: 200px;
}

/* Estilo para telas muito pequenas (ex: entre 400px e 700px) */
@media screen and (min-width: 300px) and (max-width: 500px) {
  .description {
    font-size: 15px;
    text-align: center;
    max-width: 200px;
}
}

/* Estilo para telas muito pequenas (ex: entre 400px e 700px) */
@media screen and (min-width: 500px) and (max-width: 1000px) {
  .description {
    font-size: 20px;
    text-align: center;
    max-width: 325px;
}
}

/* Estilo para telas muito pequenas (ex: entre 400px e 700px) */
@media screen and (min-width: 1000px){
  .description {
    font-size: 15px;
    text-align: right;
    max-width: 200px;
}
}

/* Estilo para telas muito pequenas (ex: entre 400px e 700px) */
@media screen and (min-width: 300px) and (max-width: 500px) {
  section .list .content {
    width: 100%;
    transform: translateY(-5%) translateX(0) scale(0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* Estilo para telas muito pequenas (ex: entre 400px e 700px) */
@media screen and (min-width: 500px) and (max-width: 700px) {
  section .list .content {
    width: 100%;
    transform: translateY(15%) translateX(0) scale(0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* Estilo para telas muito pequenas (ex: entre 400px e 700px) */
@media screen and (min-width: 700px) and (max-width: 1000px) {
  section .list .content {
    width: 100%;
    transform: translateY(15%) translateX(0%) scale(0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}


/* Estilo padrão para telas normais (ex: até 1145px) */
@media screen and (min-width: 1000px) and (max-width: 1145px) {
section .list .content {
  
  width: 105%;
  transform: translateY(2%) translateX(5%) scale(0.8);
  display: flex;
  flex-direction: column;
  align-items: end;
}
}

/* Estilo padrão para telas normais (ex: até 1440px) */
@media screen and (min-width: 1145px) and (max-width: 1474px) {
section .list .content {
  
  width: 70%;
  transform: translateY(-30%) translateX(50%) scale(1);
  display: flex;
  flex-direction: column;
  align-items: end;
}
}

/* Estilo padrão para telas normais (ex: até 1440px) */
@media screen and (min-width: 1474px) and (max-width: 1600px) {
section .list .content {
  
  width: 85%;
  transform: translateY(-40%) translateX(10%) scale(1);
  display: flex;
  flex-direction: column;
  align-items: end;
}
}

/* Estilo padrão para telas normais (ex: até 1440px) */
@media screen and (min-width: 1600px) and (max-width: 1660px) {
section .list .content {
  
  width: 85%;
  transform: translateY(-40%) translateX(5%) scale(1);
  display: flex;
  flex-direction: column;
  align-items: end;
}
}

/* Estilo padrão para telas normais (ex: até 1440px) */
@media screen and (min-width: 1660px) and (max-width: 1900px) {
section .list .content {
  
  width: 85%;
  transform: translateY(-75%) translateX(5%) scale(1);
  display: flex;
  flex-direction: column;
  align-items: end;
}
}

/* Estilo padrão para telas normais (ex: até 1440px) */
@media screen and (min-width: 1900px) and (max-width: 1956px) {
section .list .content {
  
  width: 85%;
  transform: translateY(-95%) translateX(0) scale(1);
  display: flex;
  flex-direction: column;
  align-items: end;
}
}


/* Estilo para telas muito largas (ex: acima de 1600px) */
@media screen and (min-width: 1956px) and (max-width: 2211px) {
  section .list .content {
    width: 65%;
    transform: translateY(-130%) translateX(250px);
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}

/* Estilo para telas muito largas (ex: acima de 1600px) */
@media screen and (min-width: 2211px) {
  section .list .content {
    width: 65%;
    transform: translateY(-400px) translateX(250px);
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}

/* Estilo para telas muito pequenas (ex: entre 400px e 600px) */
@media screen and (min-width: 300px) and (max-width: 500px) {
  section .list .item .empresa-img {

  transform: translateY(10%) translateX(0%);
  width: 100%;
}
}

/* Estilo para telas muito pequenas (ex: entre 400px e 600px) */
@media screen and (min-width: 500px) and (max-width: 700px) {
  section .list .item .empresa-img {

  transform: translateY(45%) translateX(-3%);
  width: 110%;
}
}

/* Estilo para telas muito pequenas (ex: entre 400px e 600px) */
@media screen and (min-width: 700px) and (max-width: 1000px) {
  section .list .item .empresa-img {

  transform: translateY(35%) translateX(10%);
  width: 85%;
}
}


/* Estilo padrão para telas normais (ex: até 1440px) */
@media screen and (min-width: 1000px) and (max-width: 1145px) {
section .list .item .empresa-img {
  
  transform: translateY(90%) translateX(-15%);
  width: 70%;
}
}

/* Estilo padrão para telas normais (ex: até 1440px) */
@media screen and (min-width: 1145px) and (max-width: 1474px) {
section .list .item .empresa-img {
  
  transform: translateY(65%) translateX(-15%);
  width: 70%;
}
}

/* Estilo padrão para telas normais (ex: até 1440px) */
@media screen and (min-width: 1474px) and (max-width: 1600px) {
section .list .item .empresa-img {
  
  transform: translateY(50%) translateX(-15%);
  width: 70%;
}
}



/* Estilo para telas muito largas (ex: acima de 1600px) */
@media screen and (min-width: 1600px) and (max-width: 1660px) {
  section .list .item .empresa-img {
    transform: translateY(50%) translateX(-10%);
    width: 70%;
  }
}

/* Estilo para telas muito largas (ex: acima de 1600px) */
@media screen and (min-width: 1660px) and (max-width: 1900px) {
  section .list .item .empresa-img {
    transform: translateY(40%) translateX(-10%);
    width: 70%;
  }
}

/* Estilo para telas muito largas (ex: acima de 1600px) */
@media screen and (min-width: 1900px) and (max-width: 1956px) {
  section .list .item .empresa-img {
    transform: translateY(30%) translateX(-10%);
    width: 70%;
  }
}

/* Estilo para telas muito largas (ex: acima de 1600px) */
@media screen and (min-width: 1956px) and (max-width: 2211px) {
  section .list .item .empresa-img {
    transform: translateY(15%) translateX(-10%);
    width: 70%;
  }
}

/* Estilo para telas muito largas (ex: acima de 1600px) */
@media screen and (min-width: 2211px) {
  section .list .item .empresa-img {
    transform: translateY(6%) translateX(-10%);
    width: 70%;
  }
}

section .list .item .empresa-img img {
  width: 100%;
  height: 100%;
  
}

.indicators {
  position: absolute;
  top: 80%;
  left: 55%;
  transform: translateX(-50%) translateY(0%);
  height: 80px;
  width: 90vw;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 15px;
}

.indicators .indicator {
  display: inline-block;
  width: 20px;
  height: 5px;
  background-color: #d3f3f8;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
}

.indicators .indicator.active {
  background-color: #f59842;
}

/* Tooltip no hover */
.indicators .indicator:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 1;
  pointer-events: none;
}

/* Responsivo para telas grandes */
@media screen and (min-width: 1600px) {
  .indicators {
    left: 40%;
    transform: translateX(-40%) translateY(10%) !important;
    width: 70vw;
  }
}
/* Estilo para telas muito pequenas (ex: entre 400px e 700px) */
@media screen and (min-width: 300px) and (max-width: 500px) {
.indicators {
  position: absolute;
  top: 70%;
  left: 55%;
  transform: translateX(-73%) translateY(45%) scale(0.5);
  height: 80px;
  width: 90vw;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 15px;
}
}
.number {
  font-size: 3em;
  line-height: 1em;
  color: #f7f0e0;
  font-weight: bold;
}

/* Estilo para telas muito pequenas (ex: entre 400px e 700px) */
@media screen and (min-width: 300px) and (max-width: 700px) {
  .number {
  font-size: 2em;
  line-height: 1em;
  color: #f7f0e0;
  font-weight: bold;
}

}

.saiba-mais {
  position: absolute;  /* ou fixed, se quiser que fique sempre visível */
  bottom: 15%;         /* ajuste conforme seu layout */
  right: 15%;           /* distância do canto direito */

  border-radius: 30px;
  height: 35px;
  width: 120px;
  text-transform: uppercase;
  border: 2px solid #f59842;
  background-color: #f59842;
  color: #f7f0e0;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1650px) {
.saiba-mais {
  position: absolute;  /* ou fixed, se quiser que fique sempre visível */
  bottom: 15%;         /* ajuste conforme seu layout */
  right: 30%; 
}
}

/* Estilo para telas muito pequenas (ex: entre 300px e 700px) */
@media screen and (min-width: 300px) and (max-width: 500px) {
  .saiba-mais {
  position: absolute;  /* ou fixed, se quiser que fique sempre visível */
  bottom: 10%;         /* ajuste conforme seu layout */
  right: 5%; 
  transform: scale(0.7)
}
}

.saiba-mais:hover {
  border: 2px solid #f59842;
  background-color: #c4d7e9;
  color: #030f42;
}

.saiba-mais:hover{
    border: 2px solid #f59842;
    background-color: #c4d7e9;
    color: #030f42;
}


.arrows {
    width: 90vw;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-40%, 40%);
    display: flex;
    justify-content: space-between;
}

.arrows button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 4px;
}

.arrows button:nth-child(1) img {
    transform: scale(-1);
}

/* Normal */
.arrows button img {
  transition: all 0.3s;
}

/* Seta esquerda */
.arrows button.arrow.left:hover img {
  content: url('./img/Assets/arrows-hover-13.svg');
}

/* Seta direita */
.arrows button.arrow.right:hover img {
  content: url('./img/Assets/arrows-hover-13.svg');
}

button img {
  width: 30px;
  height: 30px;

}

@media screen and (min-width: 1600px) {
  .arrows {
    width: 70vw;
    transform: translate(-40%, 40%);
    display: flex;
    justify-content: space-between;
    padding: 0 -50px;
}
}

/* Estilos para o conteúdo principal */

section .list .content .empresa-information {
    font-weight: bold;
}

.botao-infos {
  transform: ;
}

a {
    text-decoration: none;
    color: #c4d7e9;
}

a:hover {
    color: #ecc198;

}

body {
  overflow-x: hidden; /* para evitar scroll horizontal */
  overflow-y: auto;   /* permite scroll vertical só se precisar */
  min-width: 1200px;  /* conforme seu design base */
}

/* Aplica em todo o site */
::-webkit-scrollbar {
  width: 12px;              /* largura da barra vertical */
  height: 8px;              /* altura da barra horizontal, se houver */
}

/* Fundo da barra (trilho) */
::-webkit-scrollbar-track {
  background: #030f42;      /* cor do trilho da barra */
  border-radius: 10px;
}



/* Quando o mouse passa por cima do thumb */
::-webkit-scrollbar-thumb:hover {
  background: #ffa959;
}

#slide-image,
#slide-title,
#slide-subtitle,
#slide-description {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

/* Quando estiver no fade (sumindo) */
.fade {
  opacity: 0;
}

/* Quando estiver visível */
.show {
  opacity: 1;
}

/* PÁGINA SOBRE */

/* Container geral */
.sobre-container {
  background-image: radial-gradient(#1b3d92, #193479);
  min-height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  padding: 60px 20px 120px; /* espaço inferior para o botão fixo */
  box-sizing: border-box;
}

/* Área de conteúdo interna */
.list-sobre {
  width: 100%;
  max-width: 800px;
}

/* Texto */
.content-sobre {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #f1eff5;
  background-color: transparent;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  text-align: center;
  margin-bottom: 30px;
}

/* Estilo para telas muito pequenas (ex: entre 300px e 700px) */
@media screen and (min-width: 300px) and (max-width: 500px) {
  .content-sobre {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  line-height: 1.2;
  color: #f1eff5;
  background-color: transparent;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}


}

/* Título */
.sobre-titulo {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.galeria-slider {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 2rem auto;
    overflow: hidden;
}

.galeria-track {
    display: flex;
    transition: transform 0.3s ease;
    overflow-x: auto; /* isso aqui é o que faltava */
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

.galeria-track::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.galeria-img {
    width: 100%;
    max-width: 300px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 10px;
    transition: transform 0.3s;
}

.galeria-img:hover {
    transform: scale(1.05);
}

.galeria-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #00000088;
    border: none;
    color: white;
    font-size: 2rem;
    padding: 0.5rem;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.galeria-btn.prev {
    left: 10px;
}
.galeria-btn.next {
    right: 10px;
}

/* Modal */
.galeria-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.galeria-modal-content {
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
}

.galeria-close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}


.galeria-modal-prev,
.galeria-modal-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #00000088;
    border: none;
    color: white;
    font-size: 2rem;
    padding: 0.5rem;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.galeria-modal-prev {
    left: 20px;
}

.galeria-modal-next {
    right: 20px;
}


.contato-section {
    padding: 3rem 1rem;
    background-color: #193479;
    
}

.contato-container {
    max-width: 900px;
    margin: 0 auto;
    background: #030f42;
    padding: 2rem;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin-top: 100px; /* distância do topo (header) */
}

.contato-container h1 {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 700;
    color: white;
}

.contato-form label {
    display: block;
    margin-bottom: 0.3rem;
    font-weight: 600;
    color: white;
}

.contato-form input[type="text"],
.contato-form input[type="email"],
.contato-form textarea {
    width: 100%;
    padding: 0.7rem;
    margin-bottom: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.contato-form input[type="text"]:focus,
.contato-form input[type="email"]:focus,
.contato-form textarea:focus {
    border-color: #f59842;
    outline: none;
}

.btn-enviar {
    display: inline-block;
    background-color: #f59842;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 600;
}

.btn-enviar:hover {
    background-color: #f8a252;
}

.contato-info {
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #007acc22;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    color: #72c2fc;
}

.contato-info a {
    color: white;
    text-decoration: none;
    font-weight: 700;
}

.contato-info a:hover {
    text-decoration: underline;
}

.contato-mapa {
    width: 100%;
    max-width: 800px;
    margin: 3rem auto; /* Centraliza horizontalmente */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.contato-mapa iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: none;
}

@media (max-width: 500px) {
  .contato-section {
    padding: 2rem 1rem;
    padding-top: 1rem; /* Menor distância no mobile */
  }

  .contato-box {
    padding: 0.1rem;
  }

  .contato-box h1 {
    font-size: 1rem;
  }

  .contato-box label,
  .contato-box input,
  .contato-box textarea,
  .contato-box button {
    font-size: 0.8rem;
  }

  .contato-box input,
  .contato-box textarea {
    padding: 0.8rem;
  }

  .contato-box button {
    padding: 0.8rem 1.2rem;
  }

  .contato-info {
    font-size: 0.95rem;
    word-wrap: break-word;
  }

  .contato-info a {
    word-break: break-all;
  }

  .contato-mapa {
    margin: 2rem auto;
    max-width: 100%;
  }

  .contato-mapa iframe {
    height: 300px;
  }
}


/* Estilos para o rodapé */
footer {
  background-color: #142868;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}


/* Estilo para telas muito pequenas (ex: entre 300px e 700px) */
@media screen and (min-width: 300px) and (max-width: 700px) {
footer {
  background-color: #142868;
  color: #fff;
  text-align: center;
  padding: 7px 0;      /* Menos padding para rodapé menor */
  font-size: 0.4rem;  /* Texto menor */
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}
}



function my_theme_enqueue_styles() {
    wp_enqueue_style('theme-style', get_stylesheet_uri());
}
add_action('wp_enqueue_scripts', 'my_theme_enqueue_styles');

html, body {
  overflow-x: hidden !important;
}