@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 65px;
    height: 65px; 
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ICONO */
.whatsapp-btn img {
    width: 35px;
    height: 35px;
}

/* EFECTO HOVER */
.whatsapp-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 25px rgba(0,0,0,0.4);
}


.menu-toggle-movil,
.menu-movil-vino {
    display: none;
}


h1{
    font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.bienvenidos .texto h3 .marca {
    color: #ffffff;   /* blanco */
    font-weight: 700; /* negrita */
}

h3 {
 font-family: "Libre Baskerville", serif;
    font-weight: 400;
    letter-spacing: 1px;
    transform: scaleX(0.95);
    line-height: 1.4;
}

a {
     font-family: 'Josefin Sans', sans-serif;
  font-weight: 100;
  letter-spacing: 0.15em;

}

body {
        font-size: 18px;
    }

    header{       
         width: 100%;
        height: auto;
     z-index: 10;
        position: relative;
    }

    header .imgempresa{
        margin-top: 2vh;
        margin-left: 5%;
        width: 10%;
        aspect-ratio: 1 / 1; /* cuadrado perfecto */
        position: absolute;
        background-image: url("../img/LOGOTIPO .png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    header .titulo{
           width: 100%;
    height: 18vh;              /* altura solicitada */
    display: flex;             /* activa flexbox */
    justify-content: center;   /* centro horizontal */
    align-items: center;       /* centro vertical */
    text-align: center;
    position: relative;

    }

    header .titulo h1 {
    font-weight: 700; /* un poco mÃ¡s gruesa */
}

    /* ===== BOTONERA ===== */
header .botonera {
    display: flex;
    justify-content: flex-end;
    padding: 20px 40px;
}

/* UL */
header .botonera .ul {
    display: flex;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* BOTONES */
header .botonera a {
    display: block;
    padding: 12px 28px;
    border-radius: 14px;
    background: linear-gradient(135deg, #7b1d14, #4a0f0b);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

/* Hover elegante */
header .botonera a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

/* BotÃƒÆ’Ã‚Â³n activo */
header .botonera a.active {
    background: linear-gradient(135deg, #d97f73, #a13a30);
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

/* ===== DROPDOWN ===== */
header .dropdown {
    position: relative;
}

/* MenÃƒÆ’Ã‚Âº oculto */
header .dropdown-menu {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(6px);
    padding: 18px 22px;
    border-radius: 16px;
    list-style: none;
    min-width: 240px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
}

/* Mostrar dropdown con animaciÃƒÆ’Ã‚Â³n */
header .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Links del dropdown */
header .dropdown-menu a {
    display: block;
    background: none;
    color: #5a1b15;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Hover dropdown */
header .dropdown-menu a:hover {
    color: #a8453a;
    padding-left: 5px;
}





.formulario {

        width: 60%;
        margin-top: 2.5%;
        margin-bottom: 2.5%;
    margin-left: 20%;
    margin-right: 20%;
    padding: 5%;
    background-color: #ffffff;
    float: left;
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    border: 1px solid #e5e5e5;
}

.formulario.visible {
     position: relative;
    opacity: 1;
    transform: translateY(0);
}

/* FILAS */
.formulario form .fila100,
.formulario form .fila50 {
    width: 100%;
    float: left;
}

/* COLUMNAS */
.formulario form .columna {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

/* TEXTO DE LABEL */
.formulario form .formulariotexto {
    font-size: 14px;
    color: #7a1e17; /* vino corporativo */
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
     font-family: "Libre Baskerville", serif;
    font-weight: 400;
}

/* INPUTS */
.formulario form .entradatexto {
    width: 95%;
    border: none;
    border-bottom: 2px solid #b3b3b3;
    padding: 8px 4px;
    font-size: 14px;
    outline: none;
    color: #4a4a4a;
    background-color: transparent;
}

.formulario form .entradatexto:focus,
.formulario form .entradatexto:hover {
    border-bottom: 2px solid #7a1e17;
}

/* SELECT */
.formulario form .seleccionador {
    width: 95%;
    border: none;
    border-bottom: 2px solid #b3b3b3;
    padding: 8px 4px;
    font-size: 14px;
    color: #4a4a4a;
    background-color: transparent;
}

/* TEXTAREA */
.formulario form .textodeformulario {
    width: 200%;               /* ajusta si lo quieres mÃ¡s ancho */
    margin: 0 auto;           /* ðŸ‘ˆ centra */
    display: block;           /* necesario para margin auto */
    border: 1px solid #7a1e17;
    padding: 12px;
    font-size: 14px;
    color: #4a4a4a;
    outline: none;
}

.formulario form .textodeformulario:focus {
    border: 1px solid #7a1e17;
}

/* BOTÃ“N */
.formulario button {
    background-color: #7a1e17;
    color: #ffffff;
    padding: 14px 32px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.formulario button:hover {
    background-color: #5a130f;
    color: #ffffff;
}



 /* OCULTA TU MENÃš NORMAL */
    .botonera {
        display: none;
    }

    /* BOTÃ“N */
    .menu-toggle-movil {
        display: block;
        position: fixed;
        top: 18px;
        left: 18px;
        font-size: 2rem;
        color: white;
        z-index: 3000;
        cursor: pointer;
    }

    /* MENÃš */
    .menu-movil-vino {
        display: flex;
        position: fixed;
        inset: 0;
        background-color: #6d1b16;
        justify-content: center;
        align-items: center;
        transform: translateX(-100%);
        transition: transform 0.35s ease;
        z-index: 2500;
    }

    .menu-movil-vino.active {
        transform: translateX(0);
    }

    /* LISTA */
    .menu-movil-vino ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .menu-movil-vino li {
        margin: 20px 0;
    }

    .menu-movil-vino a {
        font-family: "Libre Baskerville", serif;
        font-size: 1.15rem;
        color: white;
        text-decoration: none;
        letter-spacing: 1px;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .menu-movil-vino a:hover {
        transform: scale(1.06);
        opacity: 0.85;
    }

.bienvenidos {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 45vh; /* importante para estabilidad */
    padding: 5%;
    background: linear-gradient(rgba(150, 0, 0, 0.45), rgba(150, 0, 0, 0.45)),
        url("../img/TANQUE.png");
    background-size: 100% auto;
    background-position: 50% 37%; /* Ã¢Â¬â€¦ mueve SOLO la imagen */
    background-repeat: no-repeat;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.bienvenidos .texto{
     width: 70%;
    text-align: justify;
    margin: 0; /* elimina mÃƒÂ¡rgenes */

}

.bienvenidos .texto h3{
      font-size: 1.9vw;
    color: white;
    text-shadow:
        -1px -1px 0 #666,
         1px -1px 0 #666,
        -1px  1px 0 #666,
         1px  1px 0 #666;
}

/* CONTENEDOR PRINCIPAL */
.valores {
    margin-top: 2vw;
    margin-bottom: 2vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Ã°Å¸â€â€˜ todos arrancan desde arriba */
    text-align: center;
}

/* CADA COLUMNA */
.valores section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* CONTENEDOR DEL TÃƒÂTULO (ALTURA FIJA) */
.valores section .valor {
    min-height: 5rem; /* Ã°Å¸â€â€™ NO se mueve */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TÃƒÂTULOS */
.valores section .valor h2 {
    margin: 0; /* Ã°Å¸â€â€˜ elimina el movimiento */
    font-size: 3vw;
    color: #631714;
    -webkit-text-stroke: 0.1px #ffffff;
    font-weight: 400;
    line-height: 1.1;
}

/* TEXTO */
.valores section .texto h4 {
    color: #631714;
    margin-top: 1rem;
    padding: 0 2rem;
    font-weight: 400;
    line-height: 1.5;
}


.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 65px;
    height: 65px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ICONO */
.whatsapp-btn img {
    width: 35px;
    height: 35px;
}

/* EFECTO HOVER */
.whatsapp-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 25px rgba(0,0,0,0.4);
}


.menu-toggle-movil,
.menu-movil-vino {
    display: none;
}




 .cabeceraservicios {
    width: 100%;
    position: relative;
    height: 29vh;   /* MISMA ALTURA QUE EL TÃTULO */
    z-index: 10;
}

/* LOGO */
.cabeceraservicios .imgempresa2 {
      margin-top: 5vh;
        margin-left: 5%;
        width: 10%;
        aspect-ratio: 1 / 1; /* cuadrado perfecto */
        position: absolute;
        background-image: url("../img/LOGOTIPO .png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
}

.cabeceraservicios .titulo3 {
    position: absolute;
    top: 22%;
    left: 23%;
    transform: translateY(-50%);
    height: auto;

    display: flex;
    flex-direction: column; /* ðŸ”¹ uno arriba del otro */
    align-items: center; /* o center si lo quieres centrado */
    text-align: center;
}



.cabeceraservicios .botonera2 a.active {
    background: linear-gradient(135deg, #d97f73, #a13a30);
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

.cabeceraservicios .titulo3 h3 {
    margin: 0;
    line-height: 1.1;
    font-family: "Libre Baskerville", serif;
}

.cabeceraservicios .titulo2 {
    position: absolute;
    top: 52%;
    left: 25%;          /* espacio despuÃ©s del logo */
    transform: translateY(-50%);
    height: auto;

    display: flex;
    align-items: center;
    text-align: left;
}

.cabeceraservicios .titulo2 h1 {
    font-weight: 700;
    font-family: "Libre Baskerville", serif;
}

/* ===========================
   BOTONERA
=========================== */

.cabeceraservicios .botonera2 {
      position: absolute;
    right: 40px;   /* separaciÃ³n del borde derecho */
    bottom: 20px;  /* separaciÃ³n desde abajo */
    
    display: flex;
    justify-content: flex-end;
}

/* UL */
.cabeceraservicios .botonera2 .ul {
    display: flex;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* BOTONES PRINCIPALES */
.cabeceraservicios .botonera2 a {
    display: block;
    padding: 12px 28px;
    border-radius: 14px;
    background: linear-gradient(135deg, #7b1d14, #4a0f0b);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

/* Hover */
.cabeceraservicios .botonera2 a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

/* ===========================
   DROPDOWN
=========================== */
.cabeceraservicios .dropdown2 {
    position: relative;
}

/* MENÃš OCULTO */
.cabeceraservicios .dropdown-menu2 {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(6px);
    padding: 18px 22px;
    border-radius: 16px;
    list-style: none;
    min-width: 240px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    z-index: 50;
}

/* MOSTRAR DROPDOWN */
.cabeceraservicios .dropdown2:hover .dropdown-menu2 {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* LINKS DROPDOWN */
.cabeceraservicios .dropdown-menu2 a {
    display: block;
    background: none;
    color: #5a1b15;
    font-weight: 600;
    text-decoration: none;
      padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Hover dropdown */
.cabeceraservicios .dropdown-menu2 a:hover {
    color: #a8453a;
    padding-left: 5px;
}


.carrusel{
    position: relative;
    width: 100%;
    height: 80vh;
    margin-bottom: 2vw;
    padding: 0 10vw;
    overflow: hidden;
}

.carrusel-track{
    position: relative;
    width: 100%;
    height: 100%;
}

/* BASE CARTA */
.slide{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 25px;
    overflow: hidden;
    background: white;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: 
        transform 0.6s ease,
        opacity 0.6s ease;
}

/* CENTRO (igual a tu imagen) */
.slide.centro{
    width: 50vw;
    min-width: 360px;
    height: 55vh;
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
    opacity: 1;
}

/* IZQUIERDA */
.slide.izquierda{
    width: 18vw;
    min-width: 240px;
    height: 50vh;
    transform: translate(150%, -50%) scale(0.92);
    z-index: 2;
    opacity: 0.55;
}

/* DERECHA */
.slide.derecha{
    width: 18vw;
    min-width: 240px;
    height: 50vh;
    transform: translate(-250%, -50%) scale(0.92);
    z-index: 2;
    opacity: 0.55;
}
/* IMÃGENES */
.slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* FLECHAS */
.flecha{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #6d1b16;
    z-index: 10;
}

.flecha.izquierda{ left: 30px; }
.flecha.derecha{ right: 30px; }

/* BOTÃ“N */
.btn-cotizar{
    position: absolute;
    left: 50%;
    bottom:0px;
    transform: translateX(-50%);
    padding: 12px 30px;
    background-color: #6d1b16;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-family: "Libre Baskerville", serif;
    letter-spacing: 2px;
    z-index: 20;
}

.btn-cotizar:hover{
    background: linear-gradient(
        180deg,
        #8d2a25 0%,
        #6d1b16 100%
    );
}
.slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* estado oculto (durante cambio) */
.slide img.fade-out{
    opacity: 0;
    transform: translateX(30px);
}

/* estado visible */
.slide img.fade-in{
    opacity: 1;
    transform: translateX(0);
}









.catalogo{
    width: 100%;
    min-height: 60vh;
    display: flex;
    align-items: center;     /* ðŸ”â¬‡ï¸ centrado vertical */
    justify-content: center; /* â¬…ï¸âž¡ï¸ centrado horizontal (opcional) */
}





/* CONTENEDOR */
.servicios {
    position: relative;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding: 60px 5%;
  background-color: #ffffff;
  text-align: center;
}

/* GRID 4 COLUMNAS */
.servicios-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 20px;
}

/* LINK */
.servicio-link {
  text-decoration: none;
}

/* TARJETA */
.servicio-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

/* IMAGEN */
.servicio-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: filter 0.3s ease, transform 0.3s ease;
}

/* TITULO */
.servicio-card h3 {
  margin-top: 12px;
  font-size: 16px;
  color: #7a1c1c;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* OVERLAY */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(107, 15, 15, 0.75);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

/* HOVER */
.servicio-link:hover .servicio-card {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.servicio-link:hover img {
  filter: brightness(0.85);
  transform: scale(1.05);
}

.servicio-link:hover .overlay {
  opacity: 1;
}

.servicio-link:hover h3 {
  color: #a31919;
}

/* BOTÃ“N */
.servicios-btn {
    margin-top: 0;
  display: flex;
  justify-content: center;
}

.btn-cotizar {
  background-color: #6b0f0f;
  color: #ffffff;
  padding: 14px 40px;
  font-size: 18px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-cotizar:hover {
  background-color: #8b1b1b;
}


.footer {
    clear: left;
    position: relative;
    background-color: #6d1b16; /* vino */
    padding: 25px 40px;
    color: #ffffff;
    font-family: "Libre Baskerville", serif;
}

/* GRID REAL: IZQ | CENTRO | DER */
.footer-contenido {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    column-gap: 60px; 
}

/* TEXTO CENTRAL REAL */
.footer-texto {
    grid-column: 2;
    text-align: center;
}

.footer-texto p {
    margin: 0;
    font-size: 1.5vw;
    -webkit-text-stroke: 0.4px #631714;
    font-weight: 400;
}

/* REDES A LA DERECHA */
.footer-redes {
    grid-column: 3;
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-redes span {
    font-size: 1rem;
}

.footer-redes .iconos {
    display: flex;
    gap: 18px;
}

/* ICONOS */
.footer-redes a {
    color: white;
    font-size: 2.1rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-redes a:hover {
    transform: scale(1.15);
    opacity: 0.8;
}


.informacionempresa {
    width: 100%;
    max-width: 1300px;
    height: 800px;
    margin: 40px auto;
    padding: 50px;
    background: linear-gradient(135deg, #f8f6f6 0%, #e5e5e5 100%);
    border-radius: 15px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    display: flex;
    gap: 40px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Borde decorativo */
.informacionempresa::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, #7a1e1e, #5c1414);
}

/* =========================
   SECCIÓN TEXTO
========================= */
.informacionempresa .seccion1 {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
}

/* TÍTULOS */
.informacionempresa .seccion1 h6 {
    font-size: 3rem;
    font-weight: 300;
    color: #7a1e1e;
    line-height: 1.1;
    margin-bottom: 10px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.informacionempresa .seccion1 h6 b {
    font-weight: 600;
    display: block;
    color: #5c1414;
}

.informacionempresa .seccion1 h2 {
    font-size: 2rem;
    font-weight: 300;
    color: #7a1e1e;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

/* Subrayado decorativo */
.informacionempresa .seccion1 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 4px;
    background: linear-gradient(
        to right,
        #5c1414 0%,
        #7a1e1e 30%,
        #a94442 55%,
        #ffffff 75%,
        #e5e5e5 100%
    );
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    background-size: 300% 100%;
    animation: vino-line 6s ease infinite alternate;
}

@keyframes vino-line {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}


/* TEXTO */
.informacionempresa .seccion1 h3 {
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.7;
    color: #6c6c6c;
    margin-bottom: 18px;
    position: relative;
    padding-left: 20px;
}

/* Punto decorativo */
.informacionempresa .seccion1 h3::before {
    content: '•';
    position: absolute;
    left: 0;
    top: -3px;
    color: #7a1e1e;
    font-size: 1.5rem;
}

.informacionempresa .seccion1 h3 b {
    font-weight: 500;
    color: #5c1414;
}

/* =========================
   SECCIÓN VIDEO
========================= */
.informacionempresa .seccion2 {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.informacionempresa .contenedorvideoL {
    width: 100%;
    height: 70%;
    max-height: 400px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg) rotateX(1deg);
    transition: transform 0.5s ease;
    border: 1px solid rgba(122, 30, 30, 0.25);
    position: relative;
    overflow: hidden;
}

.informacionempresa .contenedorvideoL:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

/* =========================
   BOTÓN
========================= */
.informacionempresa .btninfoempresa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 50px;
    margin-top: 25px;
    background: transparent;
    color: #7a1e1e;
    border: 2px solid #7a1e1e;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 50px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    min-width: 180px;
    height: 50px;
}

.informacionempresa .btninfoempresa::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(to right, #7a1e1e, #5c1414);
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    border-radius: 50px;
}

.informacionempresa .btninfoempresa:hover {
    color: #ffffff;
    letter-spacing: 1.5px;
    border-color: #5c1414;
}

.informacionempresa .btninfoempresa:hover::before {
    width: 100%;
}


 .empresarial {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 40px;
    float: left;
    padding-bottom: 5%;
    background: linear-gradient(135deg, #5c1414 0%, #7a1e1e 100%);
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s ease, transform 1s ease;
}

.empresarial.show {
    opacity: 1;
    transform: translateX(0);
}

/* =========================
   SECCIÓN 1 – TÍTULOS
========================= */
.empresarial .seccion1 {
    width: 30%;
    margin-left: 3.5%;
    float: left;
    clear: left;
}

.empresarial .seccion1 h6,
.empresarial .seccion1 b {
    color: #ffffff;
    font-size: 4vw;
    font-family: "Libre Baskerville", serif;
    font-weight: 300;
}

.empresarial .seccion1 b {
    font-weight: 700;
    color: #e5e5e5;
}

.empresarial .seccion1 h2 {
    color: #ffffff;
    font-size: 3.5vw;
    font-family: "Libre Baskerville", serif;
    letter-spacing: 0.5px;
}

/* =========================
   SECCIÓN 2 – TEXTO DESTACADO
========================= */
.empresarial .seccion2 {
    margin-top: 2%;
    width: 30%;
    margin-left: 3.5%;
    color: #e5e5e5;
    float: left;
    clear: left;
    padding-right: 3%;
    text-align: justify;
    border-left: 4px solid #a94442;
    padding-left: 3%;
}

.empresarial .seccion2 h3 {
    font-size: 1.5vw;
    letter-spacing: 1.2px;
    line-height: 1.7;
}

.empresarial .seccion2 b {
    font-size: 1.7vw;
    color: #ffffff;
    font-weight: 600;
}

/* =========================
   SECCIÓN 3 – CONTENIDO
========================= */
.empresarial .seccion3 {
    float: right;
    color: #e5e5e5;
    width: 65%;
    padding-right: 5%;
}

.empresarial .seccion3 h3 {
    padding-left: 3%;
    font-size: 1.7vw;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.5;
}

/* =========================
   SECCIÓN INFERIOR 1
========================= */
.empresarial .seccion_inferior1 {
    color: #ffffff;
    width: 50%;
    clear: left;
    float: left;
    text-align: right;
    padding: 5% 0 4% 7%;
}

.empresarial .seccion_inferior1 h3 {
    font-size: 2vw;
    letter-spacing: 1.7px;
    font-weight: 500;
}

/* =========================
   SECCIÓN INFERIOR 2 – BLOQUE DESTACADO
========================= */
.empresarial .seccion_inferior2 {
    float: right;
    width: 40%;
    height: auto;
    color: #5c1414;
    background: linear-gradient(135deg, #ffffff 0%, #f8f6f6 100%);
    text-align: justify;
    padding: 2.5%;
    box-shadow: -6px 6px 0px #a94442;
    border-radius: 4px;
}

.empresarial .seccion_inferior2 h4 {
    font-size: 1.5vw;
    line-height: 1.5;
    font-weight: 500;
}

/* =========================
   TEXTO DESTACADO
========================= */
.destacado {
    color: #a94442 !important;
    font-weight: 600;
}

/* =========================
   BOTONES
========================= */
.btn-empresarial {
    background: linear-gradient(to right, #7a1e1e, #5c1414);
    color: #ffffff;
    border: 1px solid #a94442;
    padding: 12px 35px;
    border-radius: 50px;
    letter-spacing: 1.2px;
    transition: all 0.4s ease;
}

.btn-empresarial:hover {
    background: #ffffff;
    color: #7a1e1e;
    border-color: #7a1e1e;
}

.mision {
    width: 100%;
    height: auto;
    background-color: white; /* Color 2 de tu paleta */
    display: inline;
    overflow: hidden;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1s ease, transform 1s ease;
    padding-top: 40px;
    padding-bottom: 5%;
    color: white; /* Color 4 */
    position: relative;
}



.mision.show {
    opacity: 1;
    transform: translateX(0);
}

/* Texto principal */
.mision h6, 
.mision h2,
.mision h3 {
    font-weight: 400;
    font-style: normal;
}

.mision h6 {
   color:  #5c1414;
    font-size: 3.5vw;
    margin-bottom: 20px;
}

.mision h6 {
    color: #ffffff; /* Color 4 */
    font-size: 2.5vw;
    letter-spacing: 0.5px;
}

.mision h3 {
   color:  #5c1414;
    font-size: 1.5vw;
    line-height: 1.6;
}

/* Elementos destacados */
.mision b {
   color:  #5c1414;
    font-weight: 700;
}

.mision .destacado {
    color: #fd0001 !important; /* Color 5 */
}

/* Contenedores internos (si los tienes) */
.mision .contenido-mision {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}

/* Efecto hover para elementos interactivos */
.mision .boton-mision {
    background-color: #182e73; /* Color botonera */
    color: #ffffff;
    border: 1px solid #a5fefa;
    transition: all 0.3s ease;
}

.mision .boton-mision:hover {
    background-color: #a5fefa;
    color: #03104a;
}



.mision .misionpanel{
    width: 40%;
    height: 100vh;
    float: left;
    margin-top: 2.5%;
    margin-right: 5%;
    margin-left: 5%;
}

.mision .misionpanel .seccionsub1{
    width: 48%;
    height: 25vh;
    float: left;
   background: linear-gradient(135deg, #5c1414 0%, #7a1e1e 100%);
}

.mision .misionpanel .seccioninferior1{
    width: 48%;
    margin-top: 5%;
    height: 70vh;
    float: left;
    clear: left;
    background-image: url(../img/vertical/1.jpg);
    background-size: 110% 100%;
    background-position: 100% 0%;
}

.mision .misionpanel .seccionsub2{

     width: 48%;
    margin-top: 0%;
    height: 70vh;
    float: right;
    clear: right;
    background-image: url(../img/vertical/2.jpg);
    background-size: 110% 100%;
    background-position: 100% 0%;

}

.mision .misionpanel .seccioninferior2{
     width: 48%;
    height: 25vh;
       margin-top: 5%;
    float: right;
    clear: right;
   background: linear-gradient(135deg, #5c1414 0%, #7a1e1e 100%);

}

.mision .misionpanel2{
    width: 40%;
    height: 80vh;
    float: right;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 5vh;
    
  font-weight: 400;
  font-style: normal;
}

.mision .misionpanel2 h6{
    
  font-weight: 400;
  font-style: normal;
  font-size: 4vw;
  color:  #5c1414;
}

.mision .misionpanel2 b{
      
  font-weight: 400;
  font-style: normal;
  font-weight: bolder;

}



.mision .misionpanel2 h2{
   
  font-weight: 400;
  font-style: normal;
  font-size: 2.5vw;
  color:  #5c1414;
}

.mision .misionpanel2 h3{
       
  font-weight: 400;
  font-style: normal;
  font-size: 1.5vw;
  color: gray;
      text-align: justify;
}


.mision .misionpanel2 h4{
    text-align: justify;
    
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  font-size: 1vw;
  color: gray;
}


.mision .misionpanel2 h5{
    text-align: justify;
     
  font-weight: 400;
  font-style: normal;
  font-size: 1.4vw;

}

.contenedormaquinaria2 {
  width: 100%;
  height: auto;
  background: #5c1414; /* Fondo degradado azul oscuro */
  position: relative;
  float: left;
  padding-bottom: 5%;
}

.contenedormaquinaria2 .seccion1 {
  width: 30%;
  height: 40vh;
  margin-left: 5%;
  margin-top: 10%;
  float: left;
  color: #ffffff; /* Color blanco para el texto principal */
  text-align: justify;
}

.contenedormaquinaria2 .seccion1 h6 {
  font-weight: 400;
  font-style: normal;
  letter-spacing: 7px;
  font-size: 3.5vw;
}

.contenedormaquinaria2 .seccion1 h2 {
  font-weight: 400;
  font-style: normal;
  color: #ffffff; /* Subtítulo en blanco */
  letter-spacing: 5px;
  font-size: 2vw;
}

.contenedormaquinaria2 .seccion1 h3 {
  font-weight: 600;
  font-style: normal;
  color: #ffffff; /* Texto destacado en rojo */
  letter-spacing: 5px;
  font-size: 1.5vw;
}


.contenedormaquinaria2 .seccion2 {
  margin-top: 3%;
  width: 60%;
  height: 50vh;
  background-color: #ffffff; /* Fondo blanco limpio */
  float: right;
  border-radius: 0px;
  border: 15px solid gray; /* Cambié el borde de #019599 a celeste claro */
  background-image: url(../img/maquinaria/2.jpg);
  background-size: 100% 160%;
  background-repeat: no-repeat;
  background-position: 0% 90%;
  box-shadow: 0px 8px 20px rgba(3, 16, 74, 0.5); /* Sombra azul suave para resaltar */
}


.clientescontenedor1 {
  width: 100%;
  margin-bottom: 2.5%;
  margin-top: 2.5%;
  padding-bottom: 1%;
  height: auto;
  float: left;
  background: linear-gradient(
    120deg,
    #5c1414 0%,
    #7a1e1e 50%,
    #a94442 100%
  );
  background-size: 200% 200%;
  animation: moverDegradado 10s ease infinite;
  color: #ffffff;
  transform: translateY(100px) scale(0.95);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1),
              opacity 1s ease-out;
}

@keyframes moverDegradado {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.clientescontenedor1.visible {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* =========================
   SECCIÓN 1 – TÍTULOS
========================= */
.clientescontenedor1 .seccion1 {
  width: 40%;
  margin-left: 10%;
  float: left;
  height: auto;
  margin-top: 3%;
}

.clientescontenedor1 .seccion1 h6 {
  
  font-weight: 300;
  font-size: 4vw;
  color: #f8f6f6;
  letter-spacing: 2px;
}

.clientescontenedor1 .seccion1 h2 {
  
  font-weight: 400;
  font-size: 3vw;
  color: #ffffff;
  letter-spacing: 2px;
}

.clientescontenedor1 .seccion1 b {
  font-weight: 700;
  color: #a94442;
}

/* =========================
   SECCIÓN 2 – CONTENIDO
========================= */
.clientescontenedor1 .seccion2 {
  width: 50%;
  margin-left: 6%;
  float: left;
  height: auto;
  clear: left;
  margin-top: 3%;
}

.clientescontenedor1 .seccion2 .contenedorcirculos {
  width: 30%;
  height: 70vh;
  float: left;
  padding-left: 17%;
  text-align: center;
}

/* =========================
   CÍRCULOS
========================= */
.clientescontenedor1 .seccion2 .circulo {
  width: 70px;
  height: 70px;
  margin: 20% 4px;
  padding-top: 8px;
  border-radius: 50%;
  border: 3px solid #a94442;
  background-color: #5c1414;
  background-image: url(../img/signo.png);
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

/* =========================
   IMAGEN CLIENTES
========================= */
.clientescontenedor1 .seccion2 .imgclientes {
  width: 70%;
  height: 70vh;
  float: left;
  background-image: url(../img/clientes.png);
  background-size: 200% 100%;
  background-position: 54% 0%;
  filter: brightness(0.95) contrast(1.05);
}

/* =========================
   SECCIÓN 3 – IMAGEN LATERAL
========================= */
.clientescontenedor1 .seccion3 {
  width: 30%;
  height: 100vh;
  float: right;
  margin-top: 1%;
  background-image: url(../img/IMG_7580.JPG);
  background-size: cover;
  background-position: center;
  filter: grayscale(10%) contrast(1.05);
}



.quehacemoscontenedor1 {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 5%;
    margin-bottom: 2.5%;
    animation: entradaContenedor 1s ease-out forwards;
}

/* =========================
   SECCIÓN 1 – TEXTO
========================= */
.quehacemoscontenedor1 .seccion1{
    color: #ffffff;
    width: 30%;
    float: left;
    margin-left: 5%;
}

.quehacemoscontenedor1 .seccion1 h6{
    font-weight: 300;
    font-size: 4vw;
    color: #f8f6f6;
}

.quehacemoscontenedor1 .seccion1 h2{
    font-weight: 400;
    color: black;
    font-size: 3vw;
}

.quehacemoscontenedor1 .seccion1 h4{
    font-weight: 400;
    font-size: 2vw;
    color: #a94442;
    letter-spacing: 1px;
}

.quehacemoscontenedor1 .seccion1 h3{
    font-weight: 400;
    font-size: 1.5vw;
    color: black;
    letter-spacing: 3.5px;
}

.quehacemoscontenedor1 .seccion1 h5{
    font-weight: 400;
    font-size: 1.4vw;
    color: #ffffff;
    letter-spacing: 3.5px;
}

.quehacemoscontenedor1 .seccion1 b{
    font-weight: 700;
    color: #a94442;
}

/* =========================
   SECCIÓN 2 – IMAGEN
========================= */
.quehacemoscontenedor1 .seccion2{
    color: #ffffff;
    width: 60%;
    height: 40vh;
    background-color: #7a1e1e;
    float: right;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

.quehacemoscontenedor1 .seccion2 .quehacemoscontenedorimg{
    width: 98%;
    margin-top: 1%;
    margin-left: 1%;
    float: left;
    height: 38vh;
    background-image: url(../img/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0.9) contrast(1.05);
}

/* =========================
   SECCIÓN 3 – TEXTO EN COLUMNAS
========================= */
.quehacemoscontenedor1 .seccion3{
    color: #ffffff;
    width: 40%;
    height: auto;
    margin-top: 1%;
    background-color: #5c1414;
    float: right;
    columns: 2;
    padding: 1% 2%;
    text-align: justify;
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

.quehacemoscontenedor1 .seccion3 h3{
    font-size: 0.8vw;
    color: #f8f6f6;
    font-weight: 300;
    letter-spacing: 1px;
}


.quehacemoscontenedor2{
    width: 100%;
    height: auto;
    float: left;
    background-color: #ffffff;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
    overflow: hidden;
    color: #000;
}

.quehacemoscontenedor2.show{
    opacity: 1;
    transform: translateY(0);
}

/* =========================
   SECCIÓN 1 – IMÁGENES
========================= */
.quehacemoscontenedor2 .seccion1{
    width: 70%;
    float: left;
    background-color: #ffffff;
    margin-top: 10px;
}

.quehacemoscontenedor2 .seccion1 .panelimg1,
.quehacemoscontenedor2 .seccion1 .panelimg2,
.quehacemoscontenedor2 .seccion1 .panelimg3{
    background-color: #ffffff;
    border: 2px solid #7a1e1e;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

.quehacemoscontenedor2 .seccion1 .panelimg1{
    margin-top: 20%;
    width: 40%;
    height: 80vh;
    float: left;
    background-image: url(../img/panel2.jpg);
    background-size: cover;
    background-position: center;
}

.quehacemoscontenedor2 .seccion1 .panelimg2{
    width: 55%;
    height: 60vh;
    margin-left: 2%;
    float: left;
    background-image: url(../img/panel1.jpg);
    background-size: cover;
    background-position: center;
}

.quehacemoscontenedor2 .seccion1 .panelimg3{
    margin-top: 2%;
    width: 55%;
    height: 45vh;
    margin-left: 2%;
    float: left;
    background-image: url(../img/panel3.jpg);
    background-size: cover;
    background-position: center;
}

/* =========================
   SECCIÓN 2 – PANEL TEXTO
========================= */
.quehacemoscontenedor2 .seccion2{
    width: 26%;
    float: right;
    padding: 30px;
    box-sizing: border-box;
    background: linear-gradient(
        180deg,
        #7a1e1e 0%,
        #5c1414 100%
    );
    border-left: 6px solid #a94442;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.45);
    margin: 10px 0 20px 40px;
    position: relative;
}

/* acento decorativo */
.quehacemoscontenedor2 .seccion2::after{
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    height: 100%;
    width: 6px;
    background: #a94442;
}

/* =========================
   ENCABEZADO
========================= */
.quehacemoscontenedor2 .seccion2 .encabezado{
    margin-top: 15%;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}

.quehacemoscontenedor2 .seccion2 .encabezado h6{
    font-family: "Questrial", sans-serif;
    font-size: 1vw;
    color: #ffffff;
    letter-spacing: 2px;
}

.quehacemoscontenedor2 .seccion2 .encabezado b{
    color: white;
    font-weight: 700;
}

/* =========================
   CUERPO
========================= */
.quehacemoscontenedor2 .seccion2 .contendeorcuerpo{
    color: #f8f6f6;
    line-height: 1.7;
    margin: 15% 0;
}

.quehacemoscontenedor2 .seccion2 .contendeorcuerpo .cuadrado h6{
    font-size: 2.3vw;
    color: #ffffff;
    font-weight: 700;
}

.quehacemoscontenedor2 .seccion2 .contendeorcuerpo .cuadradotexto h3{
    font-size: 2vw;
    color: white;
    font-weight: 600;
}

.quehacemoscontenedor2 .seccion2 .contendeorcuerpo .cuadradotexto h4{
    font-size: 1vw;
    color: #cfcfcf;
    font-weight: 300;
}


.contacto-famer{
    margin-bottom: 2.5%;
    width: 100%;
    float: left;
    padding: 5% 6%;
    background: linear-gradient(
        135deg,
        #7a1e1e 0%,
        #5c1414 100%
    );
    color: #ffffff;
    display: flex;
    gap: 5%;
    box-sizing: border-box;
}

/* =========================
   INFO
========================= */
.contacto-info{
    width: 40%;
}

.contacto-info h2{
    font-family: "Questrial", sans-serif;
    font-size: 4vw;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.contacto-info h4{
    font-size: 1.6vw;
    color: #f8f6f6;
    margin-bottom: 30px;
}

.contacto-info p{
    font-size: 1.2vw;
    line-height: 1.6;
}

.contacto-info b{
    color: #a94442;
    font-weight: 700;
}

.contacto-info .direccion{
    margin-top: 40px;
    padding-left: 20px;
    border-left: 5px solid #a94442;
}

.contacto-info .direccion h5{
    font-size: 1.3vw;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.contacto-info .direccion p{
    font-size: 1.1vw;
    color: #f8f6f6;
}

/* =========================
   MAPA
========================= */
.contacto-mapa{
    width: 55%;
    height: 400px;
    border: 4px solid #a94442;
    box-shadow: 0 15px 40px rgba(0,0,0,0.45);
}

.contacto-mapa iframe{
    width: 100%;
    height: 100%;
    border: none;
}






/* ÃƒÂ°Ã…Â¸Ã¢â‚¬Å“Ã‚Â± DISPOSITIVOS MÃƒÆ’Ã¢â‚¬Å“VILES */
@media (max-width: 768px) {
   

 body {
        font-size: 16px;
            margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    }

    header{
        display: flex;
                flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
        text-align: center;
    }

        header .imgempresa{
              margin-top: 18%;
        width: 250px;
        height: 250px;
        aspect-ratio: 1 / 1; /* cuadrado perfecto */
        position: relative;
        background-image: url("../img/LOGOTIPO .png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
            margin-left: 0%;
    }

       header .titulo{
        margin: 0;
           width: 100%;
    height: 18vh;              /* altura solicitada */
    display: inline;             /* activa flexbox */
    justify-content: center;   /* centro horizontal */
    align-items: center;       /* centro vertical */
    text-align: center;
    position: relative;

    }



header .botonera {
    display: none;
    justify-content: flex-end;
    padding: 20px 40px;
}


.formulario {
        width: 95%;
    margin-top: 2.5%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    position: relative;
    padding: 5%;
    background-color: #ffffff;
    float: left;
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    border: 1px solid #e5e5e5;
}

.formulario.visible {
    opacity: 1;
    transform: translateY(0);
}

/* FILAS */
.formulario form .fila100,
.formulario form .fila50 {
    width: 100%;
    float: left;
}

/* COLUMNAS */
.formulario form .columna {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

/* TEXTO DE LABEL */
.formulario form .formulariotexto {
    font-size: 14px;
    color: #7a1e17; /* vino corporativo */
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
     font-family: "Libre Baskerville", serif;
    font-weight: 400;
}

/* INPUTS */
.formulario form .entradatexto {
    width: 95%;
    border: none;
    border-bottom: 2px solid #b3b3b3;
    padding: 8px 4px;
    font-size: 14px;
    outline: none;
    color: #4a4a4a;
    background-color: transparent;
}

.formulario form .entradatexto:focus,
.formulario form .entradatexto:hover {
    border-bottom: 2px solid #7a1e17;
}

/* SELECT */
.formulario form .seleccionador {
    width: 95%;
    border: none;
    border-bottom: 2px solid #b3b3b3;
    padding: 8px 4px;
    font-size: 14px;
    color: #4a4a4a;
    background-color: transparent;
}

/* TEXTAREA */
.formulario form .textodeformulario {
    width: 100%;               /* ajusta si lo quieres mÃ¡s ancho */
    margin: 0 auto;           /* ðŸ‘ˆ centra */
    display: block;           /* necesario para margin auto */
    border: 1px solid #7a1e17;
    padding: 12px;
    font-size: 14px;
    color: #4a4a4a;
    outline: none;
}

.formulario form .textodeformulario:focus {
    border: 1px solid #7a1e17;
}

/* BOTÃ“N */
.formulario button {
    background-color: #7a1e17;
    color: #ffffff;
    padding: 14px 32px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s ease;

}

.formulario button:hover {
    background-color: #5a130f;
    color: #ffffff;
}



.bienvenidos {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 45vh; /* importante para estabilidad */
    padding: 5%;
    background: linear-gradient(rgba(150, 0, 0, 0.6), rgba(150, 0, 0, 0.6)),
        url("../img/TANQUE.png");
    background-size: auto auto;
    background-position: 92% 57%; /* Ã¢Â¬â€¦ mueve SOLO la imagen */
    background-repeat: no-repeat;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.bienvenidos .texto{
     width: 90%;
    text-align: center;
    margin: 0; /* elimina mÃƒÂ¡rgenes */

}

.bienvenidos .texto h3{
      font-size: 4.8vw;
    color: white;
    text-shadow:
        -1px -1px 0 #666,
         1px -1px 0 #666,
        -1px  1px 0 #666,
         1px  1px 0 #666;
}


.valores section {
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
    flex: 1;
    display: flex; /* ðŸ”‘ debe ser flex */
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.valores {
        flex-direction: column;
        gap: 2.5rem;
        margin-top: 6vw;
        margin-bottom: 6vw;
    }

    .valores section {
        width: 100%;
    }

    .valores section .valor {
        min-height: auto;
        margin-top: 2.5vh;
        margin-bottom: 2.5vh;
    }

    .valores section .valor h2 {
         color: #631714;
        font-size: 2.2rem;
          font-weight: 700; /* ← NEGRITA */
    }

    .valores section .texto h4 {
         color: #631714;
        font-size: 1rem;
        padding: 0 1.2rem;
        line-height: 1.6;
         font-weight: 700; /* ← NEGRITA */
    }

  /* OCULTA TU MENÃš NORMAL */
    .botonera {
        display: none;
    }

    /* BOTÃ“N */


.menu-toggle-movil {
    display: block;
    position: fixed;
    top: 18px;
    right: 18px;   /* ðŸ‘‰ ahora a la derecha */
    left: auto;    /* por seguridad */
    font-size: 2rem;
    color: #6d1b16; /* vino */
    z-index: 3000;
    cursor: pointer;
    transition: color 0.3s ease;
}
/* CUANDO EL MENÃš ESTÃ ABIERTO */
.menu-toggle-movil.active {
    color: white;
}
    /* MENÃš */
    .menu-movil-vino {
        display: flex;
        position: fixed;
        inset: 0;
        background-color: #6d1b16;
        justify-content: center;
        align-items: center;
        transform: translateX(-100%);
        transition: transform 0.35s ease;
        z-index: 2500;
    }

    .menu-movil-vino.active {
        transform: translateX(0);
    }

    /* LISTA */
.menu-movil-vino ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}

/* ITEM */
.menu-movil-vino li {
    margin: 14px 0;
    display: flex;
    justify-content: center;
}



/* BOTÃ“N */
.menu-movil-vino a {
    font-family: "Libre Baskerville", serif;
    font-size: 1.05rem;
    color: white;
    text-decoration: none;
    letter-spacing: 1px;

    width: 50%;                 /* ðŸ‘ˆ 30% de ancho */
    padding: 12px 0;
    border: 1.5px solid white;  /* ðŸ‘ˆ borde blanco */
    border-radius: 6px;

    display: inline-flex;
    justify-content: center;
    align-items: center;

    transition: 
        background-color 0.3s ease,
        transform 0.3s ease,
        opacity 0.3s ease;
}

/* HOVER */
.menu-movil-vino a:hover {
    background-color: rgba(255, 255, 255, 0.12);
    transform: scale(1.04);
    opacity: 1;
}

     .footer {
    padding: 22px 25px;
    background-color: #6d1b16; /* vino */
    color: #ffffff;
    font-family: "Libre Baskerville", serif;
    clear: left;
    }

    .footer-contenido {
        grid-template-columns: 1fr;
        row-gap: 22px;
        text-align: center;
    }

    .footer-texto {
        grid-column: 1;
    }

    .footer-texto p {
        font-size: 1rem;
        -webkit-text-stroke: 0.3px #631714;
        line-height: 1.4;
    }


    .footer-redes .iconos {
         margin-top: 10px;
    display: flex;
    gap: 18px;
}


    .footer-redes {
       
        grid-column: 1;
        justify-self: center;
        flex-direction: row;
        gap: 22px;
    }

    .footer-redes span {
        font-size: 0.95rem;
    }

    .footer-redes a {
        font-size: 1.9rem;
         color: white;
    transition: transform 0.3s ease, opacity 0.3s ease;
    }

.menu-movil-vino a.active {
    background-color: white;
    color: #6d1b16;
    font-weight: 600;
    transform: scale(1.06);
}

.whatsapp-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 25px;
    z-index: 1000;
    transition: bottom 0.3s ease;
}

/* CUANDO LLEGA AL FOOTER */
.whatsapp-btn.stop {
    position: absolute;
}

 .slide{
        width: 70vw;
        height: 40vh;
    }

 .cabeceraservicios {
    width: 100%;
    position: relative;
    height: auto;   /* MISMA ALTURA QUE EL TÃTULO */
    z-index: 10;
     display: flex;
                flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
        text-align: center;
}

/* LOGO */
.cabeceraservicios .imgempresa2 {
      margin-top:35%;
      margin-left: 0%;
        width: 250px;
        height:250px;
        aspect-ratio: 1 / 1; /* cuadrado perfecto */
        position: relative;
        background-image: url("../img/LOGOTIPO .png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
}

.cabeceraservicios .titulo3 {
    width:50%;
    position: relative;
    top: 0%;
   transform: translateY(-0%);
       left: 0%;
    margin-top: -95%;
    height: auto;
    font-size: 8vw;
    display: flex;
    flex-direction: column; /* ðŸ”¹ uno arriba del otro */
    align-items: center; /* o center si lo quieres centrado */
    text-align: center;
}
.cabeceraservicios .botonera2 {
      position: absolute;
    right: 40px;   /* separaciÃ³n del borde derecho */
    bottom: 20px;  /* separaciÃ³n desde abajo */
    
    display: none;
    justify-content: flex-end;
}


.cabeceraservicios .titulo2 {
   position: relative;
   margin-top: 75%;
   margin-bottom: 5%;
    top: 0%;
    left: 0%;          /* espacio despuÃ©s del logo */
    transform: none;
    height: auto;

    display: flex;
    align-items: center;
    text-align: center;
}


.carrusel{
    position: relative;
    width: 100vw;
    height: 100dvh;
    padding: 0 0vw;
    overflow: hidden;
    margin: 0;
}

.carrusel-track{
    position: relative;
    width: 100%;
    height: 100%;
}

/* BASE CARTA */
.slide{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 15px;
    overflow: hidden;
    background: white;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: 
        transform 0.6s ease,
        opacity 0.6s ease;
}

/* CENTRO (igual a tu imagen) */
.slide.centro{
    width: 100vw;
    min-width: unset;
    height: 100dvh;
     border-radius: 0;
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
    opacity: 1;
}

/* IZQUIERDA */
.slide.izquierda{
    width: 18vw;
    min-width: 240px;
    height: 50vh;
    transform: translate(150%, -50%) scale(0.92);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}

/* DERECHA */
.slide.derecha{
    width: 18vw;
    min-width: 240px;
    height: 50vh;
    transform: translate(-250%, -50%) scale(0.92);
    z-index: 2;
    opacity: 0.55;
}
/* IMÃGENES */
.slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* FLECHAS */
.flecha{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #6d1b16;
    z-index: 10;
}

.flecha.izquierda{ left: 10px; }
.flecha.derecha{ right: 10px; }


.servicios {
    position: relative;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding: 60px 5%;
  background-color: #ffffff;
  text-align: center;
}

/* GRID 4 COLUMNAS */
.servicios-grid {
  display: grid;
grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  margin-bottom: 20px;
}

/* LINK */
.servicio-link {
  text-decoration: none;
}

/* TARJETA */
.servicio-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

/* IMAGEN */
.servicio-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: filter 0.3s ease, transform 0.3s ease;
}

/* TITULO */
.servicio-card h3 {
  margin-top: 12px;
  font-size: 16px;
  color: #7a1c1c;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* OVERLAY */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(107, 15, 15, 0.75);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

/* HOVER */
.servicio-link:hover .servicio-card {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.servicio-link:hover img {
  filter: brightness(0.85);
  transform: scale(1.05);
}

.servicio-link:hover .overlay {
  opacity: 1;
}

.servicio-link:hover h3 {
  color: #a31919;
}

/* BOTÃ“N */
.servicios-btn {
    margin-top: 0;
  display: flex;
  justify-content: center;
}

.btn-cotizar {

     width: 100%;
    max-width: 320px;
    font-size: 16px;
    padding: 14px 0;
  background-color: #6b0f0f;
  color: #ffffff;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-cotizar:hover {
  background-color: #8b1b1b;
}

.informacionempresa {
        height: auto; /* Ajusta la altura en móviles */
        padding: 20px; /* Menos espacio alrededor */
        margin: 20px auto;
        flex-direction: column; /* Coloca las secciones en columna */
        gap: 20px; /* Menor espacio entre las secciones */
    }

    /* Efecto de borde decorativo */
    .informacionempresa::before {
        width: 3px; /* Reduce el ancho del borde en móviles */
    }

    /* Sección de Texto */
    .informacionempresa .seccion1 {
        width: 100%; /* Ocupa todo el ancho en móviles */
        padding: 15px; /* Menos relleno */
    }

    /* Títulos */
    .informacionempresa .seccion1 h1 {
        font-size: 8vw; /* Reduce el tamaño del título en móvil */
        margin-bottom: 8px; /* Menos espacio debajo */
    }

    .informacionempresa .seccion1 h2 {
        font-size: 7vw; /* Ajusta el tamaño del subtítulo */
        margin-bottom: 15px; /* Reduce el margen inferior */
    }

    /* Subrayado decorativo */
    .informacionempresa .seccion1 h2::after {
        width: 100%; /* Hace que el subrayado ocupe todo el ancho */
        height: 3px; /* Grosor reducido */
    }

    .informacionempresa .seccion1 h3 {
    font-size: 4vw;
}

 .informacionempresa .contenedorvideoL {
        width: 100%; /* Asegura que ocupe todo el ancho */
        height: auto; /* Ajusta la altura al contenido */
        max-height: 250px; /* Máxima altura reducida en móviles */
        border-radius: 8px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); /* Menor sombra en móviles */
        transform: none; /* Elimina el efecto de perspectiva */
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .informacionempresa .contenedorvideoL:hover {
        transform: none; /* Elimina la rotación al pasar el mouse */
    }


.empresarial {
    width: 100%;
    height: auto;
    padding-top: 40px;
    float: left;
    padding-bottom: 5%;
    background: linear-gradient(135deg, #5c1414 0%, #7a1e1e 100%);
    color: #ffffff;
}

/* =========================
   SECCIÓN 1 – TÍTULOS
========================= */
.empresarial .seccion1 {
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    clear: left;
}

.empresarial .seccion1 h1 {
    color: #ffffff;
    font-size: 10vw;
     font-family: "Libre Baskerville", serif;
    font-weight: 300;
}

.empresarial .seccion1 b {
    font-size: 10vw;
     font-family: "Libre Baskerville", serif;
    font-weight: 700;
    color: #f8f6f6;
}

.empresarial .seccion1 h2 {
    color: #f8f6f6;
    font-size: 9vw;
     font-family: "Libre Baskerville", serif;
    font-weight: 300;
    letter-spacing: 0.5px;
}

/* =========================
   SECCIÓN 2 – TEXTO DESTACADO
========================= */
.empresarial .seccion2 {
    margin-top: 2%;
    width: 95%;
    margin-left: 2.5%;
    color: #e5e5e5;
    float: left;
    clear: left;
    padding-right: 3%;
    text-align: center;
}

.empresarial .seccion2 h3 {
    font-size: 8vw;
    font-family: "Libre Baskerville", serif;
    font-weight: 300;
    letter-spacing: 1.3px;
}

.empresarial .seccion2 b {
    font-size: 8vw;
    font-weight: 600;
    color: #ffffff;
}

/* =========================
   SECCIÓN 3 – CONTENIDO
========================= */
.empresarial .seccion3 {
    float: left;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    color: #f8f6f6;
}

.empresarial .seccion3 h3 {
    font-size: 5vw;
    text-align: justify;
    font-family: "Libre Baskerville", serif;
    font-weight: 300;
    line-height: 1.7;
}

/* =========================
   SECCIÓN INFERIOR 1
========================= */
.empresarial .seccion_inferior1 {
    width: 100%;
    float: left;
    clear: left;
    text-align: right;
    padding-top: 5%;
    padding-bottom: 4%;
    color: #ffffff;
}

.empresarial .seccion_inferior1 h3 {
    font-size: 6vw;
    font-family: "Libre Baskerville", serif;
    font-weight: 500;
    letter-spacing: 2px;
}

/* =========================
   SECCIÓN INFERIOR 2 – BLOQUE DESTACADO
========================= */
.empresarial .seccion_inferior2 {
    float: left;
    width: 100%;
    padding: 2.5% 10%;
    background: linear-gradient(135deg, #ffffff 0%, #f8f6f6 100%);
}

.empresarial .seccion_inferior2 h4 {
  font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-size: 7vw;
    text-align: justify;
    color: #5c1414;
    line-height: 1.6;
}

.mision{
   width: 100%;
}

.mision .misionpanel{
    width: 95%;
    height: auto;
    float: left;
    margin-top: 2%;
    margin-right: 0%;
    margin-left: 5%;
    overflow: hidden;
}

.mision .misionpanel .seccionsub1{
    width: 95%;
    height: 25vh;
    float: left;
}

.mision .misionpanel .seccioninferior1{
    width: 95%;
    margin-top: 5%;
    height: 80vh;
    float: left;
    clear: left;
    background-size: 110% 100%;
    background-position: 100% 0%;
}

.mision .misionpanel .seccionsub2{

     width: 95%;
    margin-top: 5%;
    height: 80vh;
    float: left;
    clear: left;
    background-size: 110% 100%;
    background-position: 100% 0%;

}

.mision .misionpanel .seccioninferior2{
     width: 95%;
    height: 25vh;
       margin-top: 5%;
    float: left;
    clear: left;

}

.mision .misionpanel2{
    text-align: center;
    width: 95%;
    height: auto;
    padding-right: 0%;
    padding-left: 5%;
    padding-bottom: 5%;
    float: left;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 5vh;
    overflow: hidden;
  font-weight: 400;
  font-style: normal;

}

.mision .misionpanel2 h1{
   
  font-weight: 400;
  font-style: normal;
  font-size: 10vw;
}

.mision .misionpanel2 b{
        font-weight: 400;
        font-style: normal;
        font-weight: bolder;
}



.mision .misionpanel2 h2{
    
  font-weight: 400;
  font-style: normal;
  font-size: 9vw;
}

.mision .misionpanel2 h3{
     
  font-weight: 400;
  font-style: normal;
  font-size: 8vw;

      text-align: justify;
}


.mision .misionpanel2 h4{
    text-align: justify;
      line-height: 1.3; /* ← ajusta aquí */
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  font-size: 5vw;
  color: gray;
}



.mision .misionpanel2 h5 {
    margin: 0;
    font-size: 5vw;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
    text-wrap: balance;
}




.mision .misionpanel2 h6 {
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    color: #5c1414;
}

.clientescontenedor1{
    width: 100%;
    padding-bottom: 1%;
    height: auto;
    float: left;
    background-color: #212126;
    color: white;
}

.clientescontenedor1 .seccion1{
    width: auto;
    text-align: center;
    float: left;
    height: auto;
    margin-top: 3%;
}

.clientescontenedor1 .seccion1 h1{
   
  font-weight: 400;
  font-style: normal;
  font-size: 10vw;
  color: white;
  letter-spacing: 2px;
}


.clientescontenedor1 .seccion1 h2{
   
  font-weight: 400;
  font-style: normal;
  font-size: 9vw;
  color: white;
  letter-spacing: 2px;
}

.clientescontenedor1 .seccion1 b{
   
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}

.clientescontenedor1 .seccion2{
    width: 100%;
    margin-left: 0%;
    float: left;
    height: auto;
    clear: left;
    margin-top: 3%;

}


.clientescontenedor1 .seccion2 .contenedorcirculos{
    width: 15%;
    background-color: none;
    height: 45vh;
    float: left;
    padding-left: 0%;
    align-items: center;
    align-content: center;
    text-align: center;
}


.clientescontenedor1 .seccion3{
    width: 100%;
    height: 80vh; 
    margin-left: 0%;
    float: right;
    margin-top: 1%;
    background-size: 100% 100%;
  background-image: url(../img//IMG_7580.JPG);
}


.clientescontenedor1 .seccion2 .circulo{
    width: 50px;
    height: 50px;
    margin-top: 20%;
    margin-bottom: 20%;
    margin-right: 4px;
    margin-left: 4px;
    padding-top: 8px;
    border-radius: 200px 200px 200px 200px;
-moz-border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
  background-image: url(../img/signo.png);
   background-size: 70% 70%;
   background-position: center;
   background-repeat: no-repeat;
}



.clientescontenedor1 .seccion2 .imgclientes{
    width: 85%;
    height: 45vh;
    float: left;
    background-image: url(../img/clientes.png);
     background-size: 200% 100%;
      background-position: 54% 0%;
}


.quehacemoscontenedor1{
    width: 100%;
    height: auto;
    float: left;
    display:inherit;
    background-color: none;
    padding-top: 5%;

}

.quehacemoscontenedor1 .seccion1{
    width: 80%;
    height: auto;
    float: left;
    clear: left;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
    margin-top: 10%;
    background-color: none;
}

.quehacemoscontenedor1 .seccion1 h1{
  font-weight: 400;
  font-style: normal;
  font-size: 8vw;

}


.quehacemoscontenedor1 .seccion1 h2{
  font-weight: 400;
  font-style: normal;
  font-size: 7vw;
}

.quehacemoscontenedor1 .seccion1 h4{
  font-weight: 400;
  font-style: normal;
  font-size: 5vw;

    letter-spacing: 1px;

}

.quehacemoscontenedor1 .seccion1 h3{
  font-weight: 400;
  font-style: normal;
  font-size: 4vw;

  letter-spacing: 1px;
}


.quehacemoscontenedor1 .seccion1 h5{
  font-weight: 400;
  font-style: normal;
  font-size: 4vw;
   letter-spacing: 1px;
  
}



.quehacemoscontenedor1 .seccion1 b{
  font-weight: 400;
  font-style: normal;
 font-weight:  bolder;
}



.quehacemoscontenedor1 .seccion2{
    color: white;
    width: 80%;
    height: 20vh;
    background-color: gray;
    float: right;
    clear: left;
    display: inline;
        margin-left: 10%;
    margin-right: 0%;
    margin-bottom: 10%;
    margin-top: 0%;
}

.quehacemoscontenedor1 .seccion2 .quehacemoscontenedorimg{
    width: 100%;
    margin-top: 0%;
    margin-left: 0%;
    float: left;
    height: 100%;
    background-size: 100% 200%;
    background-repeat: no-repeat;
    background-position: 120% 50%;
}



.quehacemoscontenedor1 .seccion3{
    color: white;
    width: 100%;
    height: auto;
    margin-top: 1%;
    float: left;
     columns: 1;
     padding-top: 3%;
     padding-bottom: 3%;
     padding-right: 3%;
     padding-left: 3%;
     text-align: justify;
     clear: left;

}

.quehacemoscontenedor1 .seccion3 h3{
     font-size: 3.5vw;
  font-weight: 400;
  font-style: normal;

}


.quehacemoscontenedor2{
    width: 100%;
    height: auto;
    float: left;
     display: inherit;
}

.quehacemoscontenedor2 .seccion1{
    width: 100%;
    height: auto;
    float: left;
}

.quehacemoscontenedor2 .seccion1 .panelimg1{
    margin-top: 20%;
    width: 80%;
    height: 60vh;
    margin-left: 10%;
    margin-right: 10%;
    float: left;
    background-size: 100% 100%;
}

.quehacemoscontenedor2 .seccion1 .panelimg2{
    margin-top: 0%;
    width: 70%;
    height: 40vh;
    margin-left: 0%;
    float: left;
    background-size: 100% 100%;
}

.quehacemoscontenedor2 .seccion1 .panelimg3{
    margin-top: 0%;
    width: 70%;
    height: 40vh;
    clear: right;
    margin-left: 0%;
    margin-top: 0%;
    float: right;
    background-size: 100% 100%;
}




.quehacemoscontenedor2 .seccion2{
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    height: auto;
    float: right;
}

.quehacemoscontenedor2 .seccion2 .encabezado {
    margin-top: 15%;
    padding-bottom: 15px;
    border-bottom: 1px solid #a5fefa33; /* Color 3 con transparencia */
}

.quehacemoscontenedor2 .seccion2 .encabezado h1 {
    font-family: "Questrial", sans-serif;
    font-size: 9vw;
    margin-bottom: 10px;
}

.quehacemoscontenedor2 .seccion2 .encabezado b {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.quehacemoscontenedor2 .seccion2 .encabezado{
    margin-top: 0%;
    text-align: center;
}

.quehacemoscontenedor2 .seccion2 .encabezado h1{
         font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.quehacemoscontenedor2 .seccion2 .encabezado b{
         font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}

.quehacemoscontenedor2 .seccion2 .contendeorcuerpo {
    line-height: 1.7;
    margin: 15% 0;
}


.quehacemoscontenedor2 .seccion2 .contendeorcuerpo .cuadrado h6{
    font-size: 10vw;
}


.quehacemoscontenedor2 .seccion2 .contendeorcuerpo .cuadradotexto h3{
    font-size: 7vw;
}


.quehacemoscontenedor2 .seccion2 .contendeorcuerpo .cuadradotexto h4{
    font-size: 6vw;
}



.quehacemoscontenedor2 .seccion2 .contendeorcuerpo{
    width: 100%;
    float: left;
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: none;
        display: flex;                /* Activar Flexbox */
    flex-direction: column;       /* Alinear en columna */
    align-items: center;
}

.quehacemoscontenedor2 .seccion2 .cuadrado{
    width: 100px;
    height: 100px;
    float: left;
    background-color: gray;
    text-align: center;
    align-items: center;
    align-content: center;
      font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: 15vw;
  letter-spacing: 0px;

}

.quehacemoscontenedor2 .seccion2 .cuadradotexto{
    margin-top: 5%;
    width: 70%;
    height: auto;
    float: left;
            margin-left: 6%;

}

.quehacemoscontenedor2 .seccion2 .cuadradotexto H3{

  font-weight: 400;
  font-style: normal;
  font-size: 6vw;
}

.quehacemoscontenedor2 .seccion2 .cuadradotexto H4{

  font-weight: 400;
  font-style: normal;
  font-size: 5vw;
  letter-spacing: 2px;
}

@keyframes cambiar-tamano {
    0%, 100% {
        background-size: 100%; /* Tamaño inicial */
    }
    50% {
        background-size: 120%; /* Tamaño aumentado */
    }
}


.contacto-famer{
        flex-direction: column;
        padding: 10% 6%;
    }

    .contacto-info,
    .contacto-mapa{
        width: 100%;
    }

    .contacto-info h2{
        font-size: 10vw;
    }

    .contacto-info h4{
        font-size: 5vw;
    }

    .contacto-info p,
    .contacto-info .direccion p{
        font-size: 4.5vw;
    }

    .contacto-info .direccion h5{
        font-size: 5vw;
    }

    .contacto-mapa{
        height: 300px;
        margin-top: 30px;
    }

}


















  
