body{
    background-color: #000000;
    color: #ffffff;
    overflow-x: hidden;  /* ← evita que cualquier elemento se salga */
}

header{
    width:100%;
    height:80px;
    background-color:#000000;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-left:40px;
    padding-right:40px;
    box-sizing:border-box;
    border-bottom:3px solid #c8a45a;
}




.Logo_Header{
    display:flex;
    align-items:center;
}

.Logo_Header img{
    height:75px;
    width:auto;
}

.Menu{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
}

.Menu ul{
    list-style:none;
    display:flex;
    gap:40px;
    padding:0;
    margin:0;
}

.Menu a{
    text-decoration:none;
    color:#ffffff;
    font-size:16px;
    font-weight:600;
    font-family:"Raleway", sans-serif;
    letter-spacing:0.5px;
    padding-bottom:6px;
    border-bottom:2px solid transparent;
    transition:all 0.25s ease;
}

.Menu a:hover{
    color:#c8a45a;
    border-bottom:2px solid #c8a45a;
    transform:translateY(-2px);
}

.Cambio_Idioma{
    display:flex;
    align-items:center;
}

.Cambio_Idioma a{
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#ffffff;
    font-size:14px;
    font-weight:600;
    font-family:"Raleway", sans-serif;
    border:1px solid #555555;
    padding:6px 12px;
    border-radius:6px;
    transition:all 0.25s ease;
}

.Cambio_Idioma a:hover{
    background-color:#c8a45a;
    color:#000000;
    border-color:#c8a45a;
    transform:scale(1.05);
}

footer{
    width:100%;
    background-color:#000000;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    padding:60px 60px;
    box-sizing:border-box;
    border-top:3px solid #c8a45a;
}

/* LOGO */

.Logo_Footer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between; 
    height: 220px;
}

.Logo_Footer img{
    width:160px;
    height:auto;
}

.Versiculo_Footer{
    color: #666666;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    margin-top:10 px;
    line-height: 1.5;
}

.Versiculo_Footer span{
    display: block;
    text-align:left;
    color: #666666;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    margin-top:10 px;
    line-height: 1.5;
}

/* FORMULARIO */

.Formulario{
    width:300px;
}

.Formulario form{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.Formulario label{
    color:#aaaaaa;
    font-size:12px;
    font-family:"Montserrat", sans-serif;
}

/* INPUTS */

.Formulario input{
    width:100%;
    background-color:#111111;
    border:1px solid #333333;
    color:#ffffff;
    padding:7px;
    border-radius:5px;
    font-size:12px;
    font-family:"Montserrat", sans-serif;
    transition:all 0.25s ease;
}

.Formulario select{
    width:100%;
    background-color:#111111;
    border:1px solid #333333;
    color:#ffffff;
    padding:7px;
    border-radius:5px;
    font-size:12px;
    font-family:"Montserrat", sans-serif;
    transition:all 0.25s ease;
}

/* HOVER / FOCUS */

.Formulario input:focus{
    border-color:#c8a45a;
    outline:none;
}

.Formulario select:focus{
    border-color:#c8a45a;
    outline:none;
}


/* CONTENEDOR TELEFONO */

.Telefono{
    display:flex;
    width:100%;
    gap:8px;
    align-items:center;
}

/* SELECTOR PAIS */

.Telefono .Codigo_Pais{
    width:95px;
    min-width:95px;
    max-width:95px;
    flex:0 0 95px;
}

/* INPUT TELEFONO */

.Telefono input{
    flex:1;
    width:auto;
}

/* HOVERS */

.Codigo_Pais:hover,
.Telefono input:hover{
    border-color:#c8a45a;
}

.Codigo_Pais:focus,
.Telefono input:focus{
    border-color:#c8a45a;
    outline:none;
}


/* BOTON */

.Formulario button{
    margin-top:6px;
    background-color:#c8a45a;
    color:#000000;
    border:none;
    padding:8px;
    border-radius:5px;
    font-weight:600;
    font-family:"Montserrat", sans-serif;
    font-size:12px;
    cursor:pointer;
    transition:all 0.25s ease;
}

.Formulario button:hover{
    background-color:#e0b86a;
    transform:translateY(-1px);
}


/* EXTRA */

.Extra{
    width:260px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:220px;
}

/* REDES */

.Redes_Sociales{
    display:flex;
    gap:20px;
    align-items:center;
}

.social_icon{
    width:38px;
    height:38px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid #333333;
    border-radius:8px;
    background-color:#111111;
    transition:all 0.3s ease;
}

.social_icon svg{
    width:20px;
    height:20px;
    fill:#bbbbbb;
    transition:all 0.3s ease;
}

.social_icon:hover{
    border-color:#c8a45a;
    transform:translateY(-3px);
}

.social_icon:hover svg{
    fill:#c8a45a;
}

/* MINI MENU */

.Mini_Menu{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.Mini_Menu a{
    color:#999999;
    text-decoration:none;
    font-family:"Raleway", sans-serif;
    font-size:13px;
    transition:all 0.25s ease;
}

.Mini_Menu a:hover{
    color:#c8a45a;
    transform:translateX(4px);
}


/* PRESENTACION (16:9 + BG) */

.Presentacion {
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 1;
    position: relative;
    background-image: url("../IMG/Fondo_Oscuro.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.Presentacion * {
    position: relative;
    z-index: 2;
}


/* Círculos clickeables base */
.b1 {
    position: absolute;
    width: 27.5%;
    height: 27.5%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-image: url(../IMG/Private_Driver.png);
    cursor: pointer;
    top: 36%;
    left: 2.5%;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* HOVER ANIMADO SUAVE */
.b1:hover {
    transform: scale(1.12);
    animation: glowPulse 0.65s ease-out forwards;
}

.b2 {
    position: absolute;
    width: 28%;
    height: 28%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-image: url(../IMG/Foto_Video_XP.png);
    cursor: pointer;
    top: 60.5%;
    left: 36.75%;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.b2:hover {
    transform: scale(1.12);
    animation: glowPulse 0.65s ease-out forwards;
}

.b3 {
    position: absolute;
    width: 27.5%;
    height: 27.5%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-image: url(../IMG/Club_ConectateVIP.png);
    cursor: pointer;
    top: 36.5%;
    left: 70.65%;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.b3:hover {
    transform: scale(1.12);
    animation: glowPulse 0.65s ease-out forwards;
}

/* KEYFRAME PARA EL EFECTO ORGÁNICO */
@keyframes glowPulse {
    0% {
        box-shadow: 0 0 0px rgba(255, 255, 255, 0);
    }
    40% {
        box-shadow: 0 0 22px rgba(255, 255, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 28px rgba(255, 255, 255, 1);
    }
    100% {
        box-shadow: 0 0 22px rgba(255, 255, 255, 0.8);
    }
}

/* IMAGEN SUPERIOR (CONTENEDOR) */

.Img_superior {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* LOGO */

.Img_superior img {
    width: 33%;
    height: auto;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    border: 1px solid white;
}

.Img_superior img:hover {
    transform: scale(1.05);
    border: 2px solid #d4af37;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.5),
                0 0 25px rgba(212, 175, 55, 0.3);
}

.titulo {
    text-align: center;
    margin: 40px 0;
}

.titulo h2 {
    font-size: 42px;
    font-family: 'Cinzel', serif;
    background: radial-gradient(ellipse at center, #3a2a00, #000000 65%);
    font-weight: 400;
    letter-spacing: 2px;
    color: white;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}

/* TEXTOS DESCRIPCION */

.Textos_Descripcion {
    text-align: center;
    color: white;
    max-width: 600px;
}

/* TEXTO DESCRIPTIVO */

.Textos_Descripcion p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

/* BOTON (LINK) */

.Textos_Descripcion a {
    text-decoration: none;
}

/* BOTON */

.Textos_Descripcion a h2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: black;
    background: white;
    padding: 10px 20px;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    letter-spacing: 0.5px;
}

/* BOTON HOVER */

.Textos_Descripcion a h2:hover {
    background: #d4af37;
    color: black;
    border: 2px solid #d4af37;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    transform: scale(1.05);
}


/* CONTENEDOR SERVICIOS */

.Servicios {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 40px;
}

/* TARJETAS (BASE) */

.Tarjeta {
    width: 300px;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: -45px;
    padding: 20px;
    color: white;
    position: relative;
    border: 1px solid rgba(150, 150, 150, 0.4);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
}

/*  IMAGEN (CAPA REAL CON ZOOM) */

.Tarjeta::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease;
    z-index: 0;
}

/* IMÁGENES POR TARJETA */

#Transporte_VIP::after {
    background-image: url("../IMG/club.jpg");
}

#Fotografia::after {
    background-image: url("../IMG/foto.png");
}

#Club_VIP::after {
    background-image: url("../IMG/reunion.png");
}

/*  OVERLAY (CAPA OSCURA) */

.Tarjeta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/*  CONTENIDO SOBRE TODO */

.Tarjeta * {
    position: relative;
    z-index: 2;
}

/*  HOVER (INTERACCIÓN) */

.Tarjeta:hover {
    transform: scale(1.05);
    border: 1px solid #d4af37;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.Tarjeta:hover::after {
    transform: scale(1.1);
}


/*  TEXTO INTERNO TARJETAS */

.Categoria {
    font-size: 14px;
    margin-bottom: 5px;
    color: #d4af37;
    border: 2px solid #d4af37;
    padding: 4px 12px;
    width: fit-content;
    display: inline-block;
    background: transparent;
    letter-spacing: 1px;
    font-weight: 1000; 
    font-family: "Raleway", sans-serif;
    opacity: 1;
}

.Titulo_Servicio {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    font-family: 'Cinzel', serif;
}

.Descripcion {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

.Tarjeta:hover .Descripcion {
    max-height: 100px;
    opacity: 1;
}

.Mas_info p{
    font-size: 13px;
    font-weight: 500;
    color: #ffd54f;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    letter-spacing: 0.5px;
}


/* =========================
   FORMULARIO REDES (LAYOUT)
========================= */

.Formulario_Redes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 20px 20px;
    gap: 50px;
}

/* =========================
   INFORMACION
========================= */

.Informacion {
    text-align: center;
    max-width: 800px;
}

/* =========================
   FORMULARIO RECOMENDACION
========================= */
.formulario_recomendacion {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-width: 900px;
}

/* =========================
   SECCION DESCRIPTIVA
========================= */
.seccion_descriptiva {
    text-align: center;
    max-width: 700px;
}

/* =========================
   RECOMENDACION (FORM)
========================= */
.Recomendacion {
    width: 100%;
    max-width: 600px;
}

/* =========================
   SEPARADOR DECORATIVO
========================= */
.separador {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    gap: 15px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d4af37;
    margin-bottom: -15px;
}

.separador::before {
    content: "";
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.separador::after {
    content: "";
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.separador::before {
    background: linear-gradient(to right, transparent, #d4af37);
}

.separador::after {
    background: linear-gradient(to left, transparent, #d4af37);
}

/* =========================
   TITULO PRINCIPAL
========================= */
.titulo_principal {
    font-family: 'Cinzel', serif;
    background: radial-gradient(ellipse at center, #3a2a00, #000000 65%);
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    color: white;
}

/* =========================
   INFORMACION ASOCIADA
========================= */

.informacion_asociada {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}


/* =========================
   FORMULARIO RECOMENDACION BOX
========================= */

.formulario_recomendacion {
    width: 100%;
    max-width: 1000px;
    background: #1a1a1a;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
}

/* =========================
   BORDE SUPERIOR DORADO
========================= */
.formulario_recomendacion::before {
    content: "";
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: linear-gradient(
        to right,
        transparent,
        #d4af37,
        transparent
    );
}


/* =========================
   COLUMNA IZQUIERDA
========================= */
.seccion_descriptiva {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding-right: 30px;
    border-right: 1px solid rgba(212, 175, 55, 0.3);
}


/* =========================
   COLUMNA DERECHA
========================= */
.Recomendacion {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* =========================
   INDICADOR (Comparte tu voz)
========================= */

.indicador {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #d4af37;
    letter-spacing: 2px;
    margin-bottom: 10px;
}


/* =========================
   TITULO (¿CONOCES?)
========================= */

.Conoces {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    font-weight: 400;
    color: white;
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: uppercase;
}


/* =========================
   TEXTO DESCRIPTIVO
========================= */
.seccion_descriptiva p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

.seccion_descriptiva b {
    background: linear-gradient(yellow,white);
    -webkit-background-clip: text;
    color: transparent;  
}

/* =========================
   FORMULARIO BASE
========================= */
.form_estilizado {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* =========================
   FILAS (2 COLUMNAS)
========================= */
.fila {
    display: flex;
    gap: 20px;
}


/* =========================
   CAMPOS
========================= */
.campo {
    display: flex;
    flex-direction: column;
    flex: 1;
}


/* =========================
   LABELS (DORADOS)
========================= */
.campo label {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #d4af37;
    margin-bottom: 8px;
    letter-spacing: 1px;
}


/* =========================
   INPUTS / SELECT / TEXTAREA
========================= */
.campo input,
.campo select,
.campo textarea {
    font-family: 'Montserrat', sans-serif;
    background-color: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 12px 14px;
    color: white;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}


/* =========================
   PLACEHOLDER
========================= */
.campo input::placeholder,
.campo textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}


/* =========================
   FOCUS (EFECTO DORADO)
========================= */
.campo input:focus,
.campo select:focus,
.campo textarea:focus {
    border: 1px solid #d4af37;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.3);
}


/* =========================
   HOVER INPUTS (SUAVE)
========================= */
.campo input:hover,
.campo textarea:hover,
.campo select:hover {
    border: 1px solid rgba(255, 255, 255, 0.2);
}


/* =========================
   TEXTAREA
========================= */
.campo textarea {
    resize: none;
}

/* =========================
   SELECT (LIMPIO)
========================= */
.campo select {
    appearance: none;
    cursor: pointer;
}

/* =========================
   BOTÓN
========================= */
.btn_enviar {
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    background: linear-gradient(90deg, #c9a43b, #d4af37);
    border: none;
    border-radius: 12px;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    color: black;
    cursor: pointer;
    transition: all 0.3s ease;
}


/* =========================
   BOTÓN HOVER
========================= */
.btn_enviar:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

/* =========================
CTA SECTION - seccion que invita a unirse a la seccion VIP
========================= */

.Servicio_VIP {
    width: 100%;
    padding: 40px 20px 60px 20px;
    background: radial-gradient(ellipse at center, #3a2a00, #000000 65%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cta_contenido {
    max-width: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.cta_tagline {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #d4af37;
}
.cta_titulo {
    font-family: 'Cinzel', serif;
    font-size: 42px;
    font-weight: 400;
    color: white;
    line-height: 1.2;
    margin: 0;
}
.cta_dorado {
    color: #d4af37;
}
.cta_descripcion {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}
.cta_botones {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}
.cta_btn_primario {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 28px;
    background: linear-gradient(90deg, #c9a43b, #d4af37);
    color: black;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.cta_btn_primario:hover {
    transform: scale(1.04);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}
.cta_btn_secundario {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 28px;
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.cta_btn_secundario:hover {
    border-color: #d4af37;
    color: #d4af37;
    transform: scale(1.04);
}




/* HAMBURGUESA */
.Menu_Toggle{
    display:none;
    flex-direction:column;
    gap:5px;
    cursor:pointer;
}
.Menu_Toggle:hover {
    border-color: #c8a45a;
}
.Menu_Toggle span{
    width:25px;
    height:3px;
    background:#ffffff;
}

/* IDIOMA FLOTANTE - Oculto por defecto en desktop */
.Cambio_Idioma_Flotante {
    display: none;
    align-items: center;
}

.Cambio_Idioma_Flotante a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    border: 1px solid #555555;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.25s ease;
}

.Cambio_Idioma_Flotante a:hover {
    background-color: #c8a45a;
    color: #000000;
    border-color: #c8a45a;
    transform: scale(1.05);
}

/*responsive*/

@media (max-width: 1084px) {

    header {
        padding: 0 20px;
        position: relative;
    }

    .Cambio_Idioma {
        display: none;
    }

    .Cambio_Idioma_Flotante {
        display: flex;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
        background-color: #000000; 
    }
    .Menu_Toggle {
        display: flex;
    }

    .Menu {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #000000;
        display: none;
        border-top: 1px solid #333;
        transform: none;       
        z-index:1000; 
    }

    .Menu.active {
        display: block;
    }

    .Menu ul {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px 0;
    }
  /* Introducción/presentacion */
    .Presentacion {
        aspect-ratio: 1;
        width: 100%;
    }
    .Img_superior img {
        width: 55%;
    }
    .titulo h2 {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .Textos_Descripcion p {
        font-size: 14px;
        padding: 0 20px;
    } 
    .titulo h2 { /*titulo servicios*/
    font-size: 38px;
    letter-spacing: 1px;
}
    /* SERVICIOS */
    .Servicios {
        padding: 20px;
        gap: 20px;
    }
    .Tarjeta {
        width: 100%;
        max-width: 340px;
        height: 350px;
        margin-top: 0;
    }

    /* Responsive del footer */
    footer {
        flex-direction: column;
        align-items: center;
        padding: 40px 20px;
        gap: 40px;
    }
    .Logo_Footer img {
        width: 150px;
    }
    .Formulario {
        width: 100%;
        max-width: 400px;
    }
    .Extra {
        width: 100%;
        max-width: 400px;
        height: auto;
        align-items: center;
        gap: 24px;
    }
    .Mini_Menu {
        align-items: center;
    }
    .Redes_Sociales {
        justify-content: center;
    }

/* RESPONSIVE DEL FORMULARIO
  EXPERIENCIAS */

   /* FUERZA TODO A AJUSTARSE */
    .Formulario_Redes,
    .formulario_recomendacion,
    .seccion_descriptiva,
    .Recomendacion,
    .form_estilizado,
    .campo {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* EVITA SCROLL HORIZONTAL */
    * {
        max-width: 100%;
        box-sizing: border-box;
    }
    .Formulario_Redes {
        padding: 60px 16px 30px 16px;
        width: 100%;
        overflow-x: hidden;
    }
    /* CAJA DEL FORMULARIO */
    .formulario_recomendacion {
        flex-direction: column;
        padding: 24px;
        gap: 24px;
    }
    /* COLUMNA IZQUIERDA */
    .seccion_descriptiva {
        border-right: none;
        border-bottom: 1px solid rgba(212, 175, 55, 0.3);
        padding-right: 0;
        padding-bottom: 24px;
        text-align: center;
        align-items: center;
    }
    /* FILAS DE CAMPOS */
    .fila {
        flex-direction: column;
        gap: 16px;
    }

    /* BOTÓN */
    .btn_enviar {
        box-sizing: border-box;
    }

    /* RESPONSIVE DEL CTA SECTION */
    .cta_titulo {
    font-size: 40px;
    }
    .cta_botones {
        flex-direction: column;
        width: 100%;
    }
    .cta_btn_primario,
    .cta_btn_secundario {
        width: 100%;
        text-align: center;
    }
}