
body{
    background-color: #E5E5FF !important;
}

:root {
  --texto: #343434;
  --azul: #000097;
}

.meio {
    margin: 0 auto;
}

p {
    line-height: 18px;
}

.numeros {
    padding: 4rem 0;
    text-align: center;
}

.numeros .caixa {
    padding: 20px;
    border-radius: 10px;
    position: relative;
    background-color: #fff;
    width: fit-content;
    margin: 0 auto 20px;
}

.numeros .caixa h5 {
    font-size: 48px;
    font-weight: 900;
    font-style: italic;
    position: absolute;
    right: 0;
    left: 0;
    top: -30px;
    background-image: linear-gradient(90deg, #000097, #5050FF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
}

.numeros .caixa span {
    font-weight: 600;
}

.equipamentosHome {
    padding: 0rem 0 4rem;
}

.equipamentosHome h2 {
    font-size: 38px;
    font-weight: 900;
    font-style: italic;
    background-image: linear-gradient(90deg, #000097, #5050FF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
    text-align: center;
    margin-bottom: 20px;
}

.equipamentosHome .tab button {
        background: transparent;
    color: var(--texto);
    font-weight: 600;
    padding: 10px 5px;
    border-radius: 50px;
    display: block;
    width: fit-content;
    border: none;
    font-size: 14px;
}

.equipamentosHome .tab button.active{
    background-image: linear-gradient(90deg, var(--azul), #5050FF);
    color: #fff;
    padding: 10px 15px;
    outline: none;
}

.equipamentosHome .tab button img {
    max-width: 30px;
    max-height: 30px;
}

.equipamentosHome .tab {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  border: 1px solid gray;
  padding: 5px;
  border-radius: 60px;
  width: 100%;
  margin-bottom: 20px;
}

.equipamentosHome .col-md-7 {
    align-self: center;
}

.equipamentosHome .tabcontent {
  float: left;
  padding: 0px 12px;
  display: none;
}

.equipamentosHome .tabcontent .conteudo {
    padding: 0 20px;
}

.equipamentosHome .tabcontent .conteudo .col-md-6 {
    align-self: center;
}

.equipamentosHome .tabcontent .conteudo h3 {
    font-size: 32px;
    font-weight: 900;
    font-style: italic;
    background-image: linear-gradient(90deg, #000097, #5050FF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
    margin-bottom: 10px;
}

.equipamentosHome .tabcontent .conteudo img {
    width: 100%;
}

.sobreHome{
    padding: 8rem 0 4rem;
    background-image: url("../img/sobreHome.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 47%;
}

.sobreHome p {
    font-size: 14px;
}

.sobreHome h4 {
    font-size: 32px;
    font-weight: 900;
    font-style: italic;
    background-image: linear-gradient(90deg, #000097, #5050FF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
    margin-bottom: 10px;
}

.porque {
    background-color: #fff;
    padding: 6rem 0;
}

.porque h4 {
    text-align: center;
    color: var(--azul);
    font-style: italic;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 10px;
}

.porque .meio p {
    text-align: center;
}

.porque .meio {
    margin: 0 auto 30px;
}

.porque .grade {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.porque .grade .cada {
    flex: 1 0 47%;
    border: 1px solid #343434;
    padding: 20px;
    border-radius: 10px;
    height: -webkit-fill-available;
}

.porque .grade .cada img {
    max-width: 30px;
    max-height: 30px;
    object-fit: cover;
    display: block;
    margin-bottom: 5px;
}

.porque .grade .cada h6 {
    font-style: italic;
    color: var(--azul);
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 5px;
}

.porque .grade .cada p {
    font-size: 14px;
    margin: 0px;
}

.porque img.principal {
    width: 100%;
}

.porque .col-md-6 {
    align-self: center;
}

.porque .inferior {
    margin: 20px auto 0;
    text-align: center;
}

.porque .inferior a {
    margin: auto;
}

.botpadrao::before {
    content: "";
    width: 70px;
    height: 130%;
    position: absolute;
    transform: translate(-50%) skew(-25deg);
    bottom: 0%;
    user-select: none;
    pointer-events: none;
    filter: blur(3px);
    background: linear-gradient(10deg, rgba(117, 129, 255, 0.706) 12.81%, rgba(187, 247, 208, 0) 66.66%);
    animation: 3s ease-in-out 0s infinite normal none running shinery;
}

@keyframes shinery {
    0%{
        left: -30%;
    }
    100%{
        left: 130%;
    }
}

.section,
section {
  position: relative;
  overflow: hidden;
}

.horiz-gallery-strip,
.horiz-gallery-wrapper {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  position: relative;
  width: max-content;
}

.project-wrap {
  width: 33vw;
  padding: 2rem;
  box-sizing: content-box;
}
.project-wrap img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

#portfolio {
  height: 520vh;
}

.tituloGaleria {
    padding: 4rem 0 0rem;
    text-align: center;
}

.tituloGaleria h4 {
    font-style: italic;
    color: var(--azul);
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 5px;
}

.plain {
    padding: 0rem 0 4rem;
}

.certificado {
    padding: 4rem 0;
}

.certificado img {
    max-width: 160px;
    width: 100%;
    margin: 0 auto 20px;
    display: block;
}

.certificado h4 {
    font-style: italic;
    color: var(--azul);
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 5px;
}

.chamadaFinal {
    padding: 4rem 0;
}

.chamadaFinal .caixa {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--azul);
    padding: 4rem 2rem;
    position: relative;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.chamadaFinal .caixa .texto {
    max-width: 540px;
    margin: 0 auto;
}

.chamadaFinal .caixa .texto a{
    display: block;
    width: fit-content;
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    margin: 0 auto;
    transition: .2s;
}

.chamadaFinal .caixa .texto a:hover {
    transform: scale(1.05);
}

.chamadaFinal .caixa .texto h4 {
    font-style: italic;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 5px;
}

.chamadaFinal .caixa img.esquerda {
    display: block;
    width: 230px;
    height: 220px;
    object-fit: contain;
    position: absolute;
    bottom: -15px;
    left: -80px;
}

.chamadaFinal .caixa img.direita {
    display: block;
    width: 240px;
    height: 240px;
    object-fit: contain;
    position: absolute;
    bottom: -10px;
    right: -100px;
}

.rodape .container{
    padding: 4rem 0;
    border-top: 1px solid var(--texto);
}

.rodape h6 {
    font-style: italic;
    color: var(--azul);
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 5px;
}

.rodape iframe {
    width: 100%;
    border-radius: 10px;
}

.rodape nav a{
    display: block;
    width: fit-content;
    color: var(--texto);
    text-decoration: none;
    margin-bottom: 5px;
}

.rodape a.wpp {
    display: block;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    background-color: #25D366;
    font-weight: 600;
    margin: auto;
    transition: .2s;
}

.rodape a.wpp img {
    transition: .2s;
}

.rodape a.wpp:hover {
    transform: scale(1.05);
}

.rodape a.wpp:hover img {
    transform: rotate(360deg);
}

.rodape .logo img {
    width: 100%;
    margin-bottom: 20px;
}

.rodape a.endereco {
    text-decoration: none;
    color: var(--texto);
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 10px;
}

.rodape .redes {
    display: flex;
    gap: 10px;
    align-items: center;
}

.rodape .redes a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: #000097;
    color: #fff;
    text-decoration: none;
    transition: .2s;
}

.rodape .redes a:hover {
    transform: rotate(360deg);
}

.direitos {
    padding: 10px 0;
    background-color: var(--azul);
}

.direitos p {
    margin: 0;
    text-align: center;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

/* ---- GALERIA HORIZONTAL   mobile fallback ---- */
@media (max-width: 768px) {
  /* Remove a altura fixa que o GSAP usaria como espaço de scroll */
  #portfolio {
    height: auto !important;
  }

  /* Wrapper vira scroll nativo horizontal */
  .horiz-gallery-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .horiz-gallery-wrapper::-webkit-scrollbar {
    display: none;
  }

  /* Strip mantém largura natural para o scroll */
  .horiz-gallery-strip {
    width: max-content;
    transform: none !important; /* garante que GSAP não sobrescreva */
  }

  /* Cards menores e com snap */
  .project-wrap {
    width: 78vw;
    padding: 0.75rem;
    scroll-snap-align: start;
  }
}

.heroFolio {
    min-height: 90vh;
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
}

.heroFolio .breadcrumb-nav {
    display: inline-flex;
    gap: 5px;
    font-size: 14px;
    margin-bottom: 10px;
}

.heroFolio .breadcrumb-nav a {
    color: var(--texto);
    text-decoration: none;
}

.heroFolio .label {
    font-size: 14px;
    font-weight: 600;
    color: var(--azul);
    margin-bottom: 10px;
}   

.heroFolio h1 {
    font-size: 48px;
    font-weight: 900;
    font-style: italic;
    background-image: linear-gradient(90deg, #000097, #5050FF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
    margin-bottom: 20px;
    line-height: 46px;
}