/*
Theme Name: Grupo S2
Theme URI: https://faleagencia.digital
Description: Tema filho do Hello Elementor para o site institucional do Grupo S2
Author: Wesley Mendonça
Author URI: https://faleagencia.digital
Template: hello-elementor
Version: 3.99
*


/* ===== Sticky VÃ­deo Section ===== */
.container {    
  position: sticky;
  top: 0;
  height: 200vh;
  z-index: 1;
  transition: none !important;
}

.container > * {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
}

.container + section,
.container + div {
  position: relative;
  z-index: 2;
}

.mouse {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

/* ===== MÃ¡scara (logo) ===== */
.mask {
  mask: url("https://grupos2.fale.vc/wp-content/uploads/2025/10/logo.svg") no-repeat center / 20vw;
}

@media (max-width: 1024px) { .mask { mask-size: 30vw; } }
@media (max-width: 768px) { .mask { mask-size: 50vw; } }
@media (max-width: 480px) { .mask { mask-size: 70vw; } }


.mouse {
    position: absolute;
    bottom: 30px !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}


/* News Grupos2 - Newsletter Form Styles */

.news-grupos2-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.news-grupos2-wrapper * {
    box-sizing: border-box;
}

.news-grupos2-form {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #000;
    border-radius: 50px;
    padding: 4px 4px 4px 24px;
    gap: 4px;
    transition: box-shadow 0.3s ease;
}

.news-grupos2-form:focus-within {
    box-shadow: 0 0 0 2px rgba(212, 235, 52, 0.3);
}

.news-grupos2-input {
    flex: 1;
    padding: 12px 16px;
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    font-family: 'Source Serif Pro', serif;
    color: #333;
    min-width: 0;
}

.news-grupos2-input::placeholder {
    color: #999;
    font-family: 'Source Serif Pro', serif;
}

.news-grupos2-button {
    padding: 10px 48px;
    background: #E7E514;
    color: #000;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.news-grupos2-button:hover {
    background: #c5dc25;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.news-grupos2-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.news-grupos2-button:disabled {
    background: #e8e8e8;
    color: #999;
    cursor: not-allowed;
    transform: none;
}

/* Mensagens de feedback */
#news-grupos2-message {
    margin-bottom: 0;
}

.news-grupos2-success {
    padding: 24px 32px;
    background: #d4edda;
    color: #155724;
    border: 3px solid #28a745;
    border-radius: 50px;
    animation: slideDown 0.4s ease;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
}

.news-grupos2-error {
    padding: 12px 20px;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    animation: slideDown 0.3s ease;
    margin-bottom: 16px;
    font-family: 'Source Serif Pro', serif;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .news-grupos2-form {
        flex-direction: column;
        padding: 16px;
        gap: 12px;
    }
    
    .news-grupos2-input {
        width: 100%;
        text-align: center;
    }
    
    .news-grupos2-button {
        width: 100%;
        padding: 14px 24px;
    }
}

@media (max-width: 480px) {
    .news-grupos2-wrapper {
        padding: 10px;
    }
    
    .news-grupos2-button {
        font-size: 14px;
    }
    
    .news-grupos2-input {
        font-size: 14px;
    }
}



/* Jobs */
.job-box {
  background: #f8f3ef;
  padding: 25px;
  border-radius: 6px;
  margin-bottom: 25px;
}

.job-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
}

.job-info p {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 6px 0;
}

.job-btn {
  display: inline-block;
  background: #b49a85;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 20px 20px 0 20px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 18px;
}

.job-btn:hover {
  opacity: .85;
}


/* Container e Estilos de Card (Mantidos) */
#gupy-vagas-home {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; 
    justify-content: center;
}

.gupy-vaga-card {
    background-color: #F5EFEC; 
    flex: 1 1 40%; 
    min-width: 300px; 
    display: flex;
    flex-direction: column;
}

.gupy-vaga-card .vaga-title {
    font-size: 1.2em;
    font-weight: 400;
    color: #000; 
    text-transform: uppercase;
    margin: 30px;
    line-height: 1.2;
}

.gupy-vaga-card .vaga-meta-group {
    margin: 0 30px;
}

.gupy-vaga-card .vaga-meta-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #000;
}

/* 💥 ESTILO DOS ÍCONES SVG TAG (img) 💥 */
.gupy-vaga-card .vaga-meta-item img {
    width: 14px; 
    height: 14px;
    margin-right: 15px;
    /* Adicione quaisquer outras classes de estilo que você usava, ex: 'sc-ccd5d36-10 gOmRAz' */
}


/* Botão "VER VAGA" */
.gupy-vaga-card .ver-vaga-btn {
    margin-top: auto; 
    align-self: flex-end;
    background-color: #B9957E; 
    color: #fff;
    font-family: 'oswald';
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px 50px 0 25px;
    font-size: 0.9em;
    font-weight: 400;
    transition: background-color 0.3s;
    text-transform: uppercase;
}

.gupy-vaga-card .ver-vaga-btn:hover {
    background-color: #a88d82;
}

/* Media Query para responsividade */
@media (max-width: 768px) {
    .gupy-vaga-card {
        flex: 1 1 100%;
        min-width: unset;
    }
}

.sof-wrapper {
  width: 100%;
  max-width: 380px;
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.12);
  font-family: "Oswald", sans-serif;
}

/* Header */
.sof-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.sof-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #E7E514;
}

.sof-title {
  font-family: "Source Serif 4", serif;
  font-size: 15px;
}

/* Messages */
.sof-messages {
  max-height: 300px;
  overflow-y: auto;
  padding-bottom: 10px;
  font-family: "Source Serif 4", serif;
}

.sof-bubble {
  padding: 10px 14px;
  border-radius: 10px;
  margin-bottom: 8px;
  max-width: 80%;
}

.sof-bubble-user {
  background: #E7E514;
  margin-left: auto;
  text-align: right;
}

.sof-bubble-bot {
  background: #f4f4f4;
}

/* Quick Replies */
.sof-suggestions {
  margin: 12px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sof-suggestions button {
  background: #E7E514;
  border: none;
  padding: 8px 10px;
  border-radius: 10px;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}

/* Input */
.sof-input-area {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

#sof-input {
  flex: 1;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 12px;
  font-family: "Oswald", sans-serif;
}

#sof-send {
  background: #000;
  color: #fff;
  border: none;
  font-weight: bold;
  border-radius: 12px;
  width: 42px;
  cursor: pointer;
}








.linkedin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    gap: 20px;
}

.linkedin-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.linkedin-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.linkedin-meta {
    padding: 15px;
    font-family: sans-serif;
}

.linkedin-meta .btn {
    padding: 8px 14px;
    display: inline-block;
    margin-top: 8px;
    border-radius: 8px;
    border: 1px solid #222;
    text-decoration: none;
}



.team p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}