/** Banner */
.human-value-banner {
    padding: 0 34px;
    margin-bottom: 175px;
}
.human-value-banner img {
    width: 100%;
}
.human-value-banner img:first-child {
    margin-bottom: 32px;
} /** Info */
.human-value-info {
    display: flex;
    padding: 0 34px;
    margin-bottom: 216px;
}
.human-value-info .title {
    width: 50%;
    font-size: 48px;
    margin: 0;
    font-family: "Uncut Sans";
    font-weight: 700;
}
.human-value-info .info {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    font-family: "Uncut Sans";
}
.human-value-info .subtitle {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 24px 0;
}
.human-value-info > div {
    width: 50%;
} /** Tabla empleados*/
.empleados {
    margin-bottom: 216px;
}
.empleados table {
    width: 100%;
    border-collapse: collapse;
    position: relative;
}
.empleados td {
    padding: 10px;
    border-bottom: 1px solid #000;
    vertical-align: middle;
    font-family: "Uncut Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: initial;
    height: 73px;
}
.empleados th {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #000;
    color: #000;
    font-family: "Uncut Sans" !important;;
    font-size: 16px;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal;
    text-transform: uppercase;
    width: 25%;
}
.empleados th:first-child {
    padding: 0 34px !important;
    width: 50%;
}
.empleados img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 500px;
    height: auto;
    z-index: 1;
    transform: translate(160px, -50%);
    max-height: 390px;
}
.empleados tr:hover img {
    display: block;
}
/* Filas-acordeón de móvil: ocultas siempre por defecto (en desktop no se usan;
   en móvil el JS las despliega al tocar el nombre) */
.empleados .tr-mobile {
    display: none;
}
/**  Trabajar con nosotros */
.trabajar h3 {
    font-family: "Uncut Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 658px;
    margin: 0 auto 27px auto;
    text-align: center;
    height: 176px;
    display: flex;
    align-items: center;
}
.trabajar h2 {
    font-family: "Uncut Sans";
    font-weight: 700;
    font-size: 32px;
    font-style: normal;
    line-height: normal;
    margin: 0 0 171px 0;
    text-align: center;
} /** Botones hover */
.botones-emergentes-hv {
    display: flex;
    gap: 84px;
    justify-content: center;
    margin-bottom: 352px;
}
.botones-emergentes-hv .hover-button-hv {
    position: relative;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    height: 110px;
    width: 296px;
    border-radius: 134px;
}
.botones-emergentes-hv .hover-button-hv .original-text-hv,
.botones-emergentes-hv .hover-button-hv .hover-text-hv {
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s, visibility 0.3s;
    width: 90%;
    font-family: "Uncut Sans";
}
.botones-emergentes-hv .hover-button-hv .hover-text-hv {
    opacity: 0;
    visibility: hidden;
}
.botones-emergentes-hv .hover-button-hv:hover .original-text-hv {
    opacity: 0;
    visibility: hidden;
}
.botones-emergentes-hv .hover-button-hv:hover .hover-text-hv {
    opacity: 1;
    visibility: visible;
}
.botones-emergentes-hv .btn1 {
    background: #4dfaa5;
}
.botones-emergentes-hv .btn2 {
    background: #d09cfa;
}
.botones-emergentes-hv .btn3 {
    background: #ff6d60;
}
.botones-emergentes-hv .btn4 {
    background: #fdff3c;
} /* Contact prefooter */
.contact {
    display: flex;
    flex-wrap: wrap;
    padding: 51px 34px 0 34px;
    height: 583px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}
.contact h1 {
    width: 50%;
    font-size: 48px;
    font-style: normal;
    line-height: normal;
    margin: 0;
    font-family: "Uncut Sans";
    font-weight: 700;
}
.contact > div {
    width: 50%;
}
.contact .subtitle {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 24px 0;
}
.contact .info {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    font-family: "Uncut Sans";
}
.contact .info2 {
    font-size: 32px;
    font-style: normal;
    line-height: normal;
    margin top: 20px;
    font-family: "Uncut Sans";
    font-weight: 700;
}
.direccion {
    display: flex;
    flex-wrap: wrap;
    padding: 72px 34px;
}
.direccion p {
    width: 50%;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.localizaciones {
    display: flex;
    width: 50%;
}
.localizaciones h3 {
    font-weight: 700;
}
.localizaciones > div {
    width: 50%;
}
.direccion a {
    text-decoration: none;
}
.btn-soyuz-footer {
    display: none;
}

@media (max-width: 768px) {
      .human-value-banner {
        padding: 0 15px;
        margin-bottom: 60px;
        overflow: visible;
        position: relative;
      }
    
      .human-value-banner img:first-child {
        margin-bottom: 10px;
      }
    
      .human-value-info {
        flex-wrap: wrap;
        margin-bottom: 64px;
        padding: 0 15px;
      }
    
      .human-value-info .title {
        width: 100%;
        font-size: 35px; /* Igual que .expertise-info .title */
        margin-bottom: 1rem;
        font-family: "Uncut Sans", sans-serif;
        font-weight: 700;
      }
    
      .human-value-info > div {
        width: 100%;
      }
    
      .human-value-info .info {
        font-size: 18px;
        line-height: normal;
        font-family: "Uncut Sans", sans-serif;
        font-weight: 400;
      }
    
      .human-value-info .subtitle {
        font-size: 12px;
        margin: 0 0 24px 0;
        font-family: "Uncut Sans", sans-serif;
        font-weight: 400;
      }
    .empleados th,
    .empleados th:first-child {
        padding: 10px 15px !important;
        width: 50%;
    }
    /* En móvil la columna Integrante (foto en hover) no existe visualmente:
       el mismo markup sirve para ambos anchos y la caché no puede romperlo */
    .empleados thead th:first-child,
    .empleados tbody tr:not(.tr-mobile) td:first-child {
        display: none;
    }
    .empleados td {
        padding: 0px 15px;
    }
    .human-value-banner img:first-child {
        margin-bottom: 10px;
    }
    .human-value-info {
        flex-wrap: wrap;
        margin-bottom: 64px;
        padding: 0 15px;
    }
    .human-value-info .title {
        margin-bottom: 1rem;
        font-size: 35px;
    }
    .human-value-info .title,
    .human-value-info > div {
        width: 100%;
    }
    .empleados {
        margin-bottom: 64px;
    }
    /*
  .empleados img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    max-width: 100%;
  }*/
    /*
  .empleados img {
    transform: translate(0, -50%);
    max-height: 375px;
    max-width: 100%;
  }*/
    .tr-mobile {
        display: none;
    }
    .empleados .tr-mobile img {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        height: auto;
        margin: 20px auto;
    }
    .trabajar {
        margin: 0 15px 60px 15px;
    }
    .trabajar h2 {
        margin: 0 15px 60px 15px;
        width: auto;
        font-size: 24px;
    }
    .trabajar h3 {
        width: auto;
        margin: 0 15px 2rem 15px;
        font-size: 18px;
        height: auto;
    }
    .botones-emergentes-hv {
        gap: 32px;
        margin-bottom: 64px;
        flex-wrap: wrap;
    }
    .contact h1 {
        width: 100%;
        height: fit-content;
        font-size: 35px;
        font-family: "Uncut Sans", sans-serif;
        font-weight: 700;
    }
    .contact > div {
        width: 100%;
    }
    .contact {
        padding: 34px 15px;
        height: auto;
    }
    .contact .info {
        margin-bottom: 60px;
        font-size: 18px;
        line-height: normal;
    }
    .contact .info2 {
        margin-bottom: 60px;
        font-size: 24px;
        line-height: normal
    }
    .contact .subtitle {
        margin: 24px 0;
    }
    .direccion {
        padding: 34px 15px 34px 15px; /* Igual que el footer en móvil */
    }
    .direccion p,
    .localizaciones {
        width: 100%;
    }
    .localizaciones > div {
        width: 48%;
    }
    .localizaciones > div:first-child {
        margin-right: auto;
    }
    .btn-soyuz {
        margin: 0 auto 34px auto;
        line-height: normal;
        width: calc(70% + 30px);
        text-align: center;
    }
}
