body {
    padding-top: 100px;
}

.Nuestro_trayecto {
    background-image: url('../img/img_nosotros/NUESTRO_TRAYECTO.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
}

.Nuestro_trayecto h1 {
    padding: 40px;
    margin-top: 0;
    color: #ffffff;
    text-align: center;
    font-family: "Inter-ExtraBold", sans-serif;
    font-size: 70px;
    font-weight: 500;
}

.Nuestro_trayecto p {
    color: #ffffff;
    text-align: center;
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.Nuestro_trayecto h2 {
    color: #ff8400;
    text-align: center;
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Vision_Mision {
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
    width: 95%;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: white;
    position: relative;
}

.Vision_Mision h1 {
    color: #ff8400;
    text-align: left;
    font-family: "Inter-ExtraBold", sans-serif;
    font-size: 32px;
    font-weight: 800;
    margin-left: 100px;
    margin-bottom: 10px;
}

.Vision_Mision h2 {
    color: #975735;
    font-family: "Inter-Medium", sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-left: 100px;
    text-align: justify;
    display: block;
    padding-right: 0;
    margin-left: 99px;
    margin-right: 850px;
}

.Vision_Mision::before {
    content: "";
    position: absolute;
    left: 70px;
    top: 10%;
    height: 80%;
    width: 3px;
    background-color: #000000;
}

.Vision_Mision img {
    margin-left: 1000px;
    margin-top: 0 auto;
}

.imagenes_vm {
    position: absolute;
    left: 120px;
    top: 51%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.imagenes_vm img {
    width: 370px;
    height: auto;
    border-radius: 10px;
}

.container_Valores {
    padding: 20px;
    background-color: #975735;
    height: 550px;
}

.container_Valores h1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    color: #efa573;
}

.valores {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    text-align: center;
}

.valor {
    padding: 20px;
    border-radius: 10px;
    width: 300px;
}

.imagen {
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.imagen1 {
    background-image: url('../img/img_nosotros/PERSONAS.png');
}

.imagen2 {
    background-image: url('../img/img_nosotros/CAMBIO.png');
}

.imagen3 {
    background-image: url('../img/img_nosotros/INTEGRIDAD.png');
}

.container_Valores h2 {
    color: #FF8000;
    font-size: 25px;
    margin-top: -350px;
}

.valor p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    margin-left: 10%;
}

.valor:hover {
    transform: translateY(-5px);
}

/*
.recientes {
    background-image: url(../img/img_nosotros/CASOS_EXITO.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    padding: 40px 0;
    width: 100%;
}

.recientes-titulo {
    font-size: 3rem;
    font-weight: bold;
    padding: 0 20px 30px 20px;
    text-align: center;
    color: #ffffff;
}

.recientes-contenido {
    display: flex;
    width: 100%;
    animation: deslizar 25s linear infinite;
}

.recientes-item {
    flex: 0 0 16.66%;
    box-sizing: border-box;
    padding: 0;
}

.contenido-caja {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 1.5);
}

.contenido-caja h3 {
    font-size: 1.5rem;
    margin: 0;
}

.contenido-caja h4 {
    font-size: 1.2rem;
    margin: 0;
}

.contenido-caja p {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
}

.fondo-vinoplastic {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('vinoplastic.jpg');
}

.fondo-fantasias {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('fantasias.jpg');
}

@keyframes deslizar {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
    */

.clientes-socios {
    text-align: center;
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.clientes {
    font-size: 40px;
    color: #222;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.socios-titulo {
    font-size: 32px;
    color: #222;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.socios-desc {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.linea-divisora {
    width: 120px;
    height: 3px;
    background-color: #975735;
    margin: 40px auto;
    border-radius: 2px;
}

.clientes-carrusel {
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.clientes-contenedor {
    display: flex;
    animation: scroll 20s linear infinite;
}

.clientes-item {
    min-width: 200px;
    margin: 0 20px;
}

.clientes-item img {
    width: 200px;
    height: 100px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s, transform 0.3s;
}

.clientes-item img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.socios-contenedor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.socios-item img {
    width: 200px;
    height: 120px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s, transform 0.3s;
}

.socios-item img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}