/* Variables y Estilos Generales */
:root {
    --primary-color: #00CED1;
    --dark-color: #1a1a1a;
    --light-color: #f8f9fa;
    --text-color-light: #ffffff;
    --text-color-dark: #1a1a1a;
    --font-family: "Baloo Tammudu 2", monospace;
    --navbar-bg: rgba(51, 51, 51, 0.6);
    --navbar-link-color: #ffffff;
    --navbar-hover-color: #20B2AA;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family);
    background-color: var(--light-color);
    color: var(--text-color-dark);
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* Contenedor del video de fondo */
.video-background {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
}

#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    background-size: cover;
    -webkit-object-fit: cover; /* Compatibilidad con Safari */
    object-fit: cover; /* Propiedad estándar para cubrir el contenedor */
}
/* Contenido centrado sobre el video */
.hero-content {
    top: 6%;
    left: 0%;
    position: absolute;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SVG tarjeta recortada */
.cut-card {
    width: 100%;
    height: 100%;
    display: block;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.25));
    --logo-x: 5px;        /* desplazamiento X del logo (desde el origen del SVG) */
    --logo-y: 120px;       /* desplazamiento Y del logo */
    --logo-w: 480px;      /* ancho del logo */
    --logo-h: 480px;      /* alto del logo */
    --text-right: 1150px;  /* coordenada X donde termina el texto (punto derecho) */
    --text-y: 300px;      /* coordenada Y inicial (arriba) del bloque de texto */
    --text-size: 40px;    /* tamaño de fuente base */
    --line-height: 1.35;  /* interlineado (multiplicador) */
}

.cut-card .mask-logo {
  transform: translate(var(--logo-x), var(--logo-y));
  -webkit-transform: translate(var(--logo-x), var(--logo-y));
  transform-box: fill-box;   
  -webkit-transform-box: fill-box;     
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  width: var(--logo-w) !important;   
  height: var(--logo-h) !important;
}

.cut-card #maskText {
    font-size: var(--text-size);
    -webkit-font-smoothing: antialiased;
    transform: translate(var(--text-right), var(--text-y));
    -webkit-transform: translate(var(--text-right), var(--text-y));
    transform-box: fill-box;
    -webkit-transform-box: fill-box;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    text-anchor: end;
}

/* Fallback visible solo para lectores, y en caso de que SVG no funcione */
.sr-fallback { display: none; }
.fallback-card {
  background: rgba(255,255,255,0.9);
  padding: 22px;
  display: flex;
  gap: 18px;
  align-items: center;
  max-width: 94%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}
.fallback-logo { height: 64px; width: auto; }
.fallback-text { margin: 0; font-weight:600; font-size:18px; color:#111; }


/* Navegación Fija */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 13%;
    background-color: var(--navbar-bg);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px); /* Compatibilidad con Safari */
    padding: 10px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-logo img {
    height: 60px;
    width: auto;
}

.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
}

.nav-links a {
    color: var(--navbar-link-color);
    text-decoration: none;
    font-weight: 600;
    text-transform: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: var(--navbar-hover-color);
}

/* Portada (Hero) */
.hero {
    height: 200vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.content-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; 
}

.content-video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta el video para cubrir el contenedor */
    display: block;
}


.overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.overlay-light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(252, 251, 251,0.7);
    z-index: 1;
}

.logo-name {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 5px;
    margin: 0;
    color: var(--text-color-light);
}

.tagline {
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 10px;
    color: #ccc;
}

/* logotipo de carga */
.loading-gif {
    position: fixed;
    left: 50%;
    transform: scale(-10%,-10%);
    transform: translate(-50%, -50%);
    z-index: 9999; /* Asegura que esté por encima del overlay */
}

.loading-gif img {
    width: 100px; /* Ajusta el tamaño de la flecha */
    height: auto;
    opacity: 0.8;
}


/* Flecha de desplazamiento */
.arrow-down{
    position: absolute;
    bottom: 10px; /* Ajusta la distancia desde la parte inferior */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; /* Asegura que esté por encima del overlay */
}

.arrow-down img {
    width: 50px; /* Ajusta el tamaño de la flecha */
    height: auto;
    opacity: 1;
    animation: bounce 2s infinite; /* Opcional: animación de rebote */
}

.hero .arrow-down-hero{
    position: absolute;
    bottom: 50%; /* Ajusta la distancia desde la parte inferior */
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.hero .arrow-down-hero img {
    width: 50px; /* Ajusta el tamaño de la flecha */
    height: auto;
    opacity: 1;
    animation: bounce 2s infinite; /* Opcional: animación de rebote */
}


@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-15px);
    }
    60% {
        transform: translateX(-50%) translateY(-8px);
    }
}

/* Botón de Mute */
.mute-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    background-color: rgba(51, 51, 51, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.mute-button:hover {
    background-color: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

.mute-button i {
    pointer-events: none; /* Evita que el click interactúe con el ícono y solo con el botón */
}

/* Estilos para el botón de Volver */
.back-button {
    position: fixed;
    top: 120px;
    right: 20px;
    z-index: 100;
    background-color: rgba(51, 51, 51, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    
}

.back-button:hover {
    background-color: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

.back-button i {
    font-size: 1.2rem;
}


/* Secciones de Contenido */
section {
    padding: 80px 5%;
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.section {
    padding: 80px 5%;
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background-color: rgba(248, 249, 250, 0.8); /* Un color muy claro (#f8f9fa) con 90% de opacidad */
    color: var(--text-color-dark); /* Color de texto oscuro para un fondo claro */
}

#page-que-hacemos{
    min-height: 0vh;
    position: absolute;
    bottom: 0px;
    width: 100vw;
    height: 40%;
}


.section.active {
    opacity: 1;
}

.section-content {
    max-width: 1100px;
    text-align: center;
    position: relative; 
    z-index: 1; /* Asegura que el contenido esté por encima del video */
}
.section-content h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: justify;
}
.section-content h2 {
    font-size: 1.6rem;
    line-height: 1.1;
    text-align: justify;
}
.section-content h1 {
    font-size: 2.7rem;
    line-height: 1.5;
    /* Aplicar el degradado de color */
    background-image: linear-gradient(to right, #1E90FF, #00CED1, #20B2AA);
    /* Enmascarar el texto con el degradado */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; /* Fallback para navegadores antiguos */
}



.section-title {
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    color: var(--text-color-dark);
}

.section.bg-dark {
    /* Utiliza rgba() para definir el color y la transparencia */
    background-color: rgba(26, 26, 26, 0.8); /* Un gris muy oscuro con 90% de opacidad */
    color: var(--text-color-light); /* Color de texto claro para fondo oscuro */
}

/* Para los títulos en la sección de servicios de ex.html */
.section.bg-dark .section-title {
    color: var(--text-color-light); /* Título en blanco */
}

/* Para las tarjetas en la sección de servicios de ex.html */
.section.bg-dark .card  {
    background-color: rgba(255, 255, 255, 0.1); /* Fondo de tarjeta transparente oscuro */
    color: var(--text-color-light); /* Letra de la tarjeta en blanco */
}
.section.bg-dark .card-proyecto  {
    background-color: rgba(255, 255, 255, 0.1); /* Fondo de tarjeta transparente oscuro */
    color: var(--text-color-light); /* Letra de la tarjeta en blanco */
    text-align: justify;
}

.section.bg-dark .card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    
    /* Aplicar el degradado de color */
    background-image: linear-gradient(to right, #1E90FF, #00CED1, #20B2AA);
    
    /* Enmascarar el texto con el degradado */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; /* Fallback para navegadores antiguos */
}

/*****************************************************/
/*      MODIFICA COLORES POR SECCION                 */
/*****************************************************/

/*Colores de fondo*/
#que-hacemos, #nuestro-trabajo, #contacto {
    background-color: var(--light-color);
    color: var(--text-color-dark); 
}
#nuestro-secreto, #quienes-somos {
    background-color: var(--dark-color);
    color: var(--text-color-light);
}
 
/*****************************************************/
/*              SECCION QUE-HACEMOS.                 */
/*****************************************************/

/* Tarjetas de la seccion que-hacemos*/
.card-que-hacemos {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    margin-top: 50px;
}

.card-que-hacemos-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
}
.card-que-hacemos-row-link {
    text-decoration: none; /* Elimina el subrayado del enlace */
    color: var(--text-color-dark); /* Hereda el color del texto del padre */
    display: block; /* Asegura que el enlace ocupe toda el área de la fila */
    transition: transform 0.3s ease; /* Transición para el efecto de hover */
}

.card-que-hacemos .card {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    color: var(--text-color-dark);
    flex: 1;
}

.card-que-hacemos-row-link:hover {
    transform: scale(1.02);
}
.card-que-hacemos-row-link:nth-child(even) .card-que-hacemos-row {/* Clases para alternar la disposición de las filas */
    flex-direction: row-reverse;
}

.video-que-hacemos-container {
    flex: 1;
    max-width: 500px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.video-que-hacemos-container video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Clase para ocultar un elemento */
.hidden {
  display: none;
}

/*****************************************************/
/* TARJETAS NUESTRO-TRABAJo, LAB, EX, STUDIO.        */
/*****************************************************/

.card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr); /* Las tarjetas ahora caben en una sola fila */

}

.card-grid .card {
    background-color: rgba(255, 255, 255, 0.1);
    /*background-color: rgba(255, 255, 255, 0.8);*/
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    color: var(--text-color-dark);
    flex: 0 0 auto; /* No permite que el elemento se encoja o crezca */
    width: 300px; /* Ancho fijo para cada tarjeta */
}

.card-grid .card-proyecto {
    background-color: rgba(255, 255, 255, 0.1);
    /*background-color: rgba(255, 255, 255, 0.8);*/
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    color: var(--text-color-dark);
    flex: 0 0 auto; /* No permite que el elemento se encoja o crezca */
    width: 80vw; 
}

.card-grid .card:hover, .card-proyecto:hover {
    transform: translateY(-10px);
}

.card-grid .card h3 {
    color: var(--text-color-dark); 
    font-size: 1.5rem;
}

/* Estilos para el marco de video en la sección de propuesta */
.proposal-video-frame {
    width: 75%;
    max-width: 600px; /* Limita el tamaño en pantallas grandes */
    margin: 50px auto; /* Centra el marco horizontalmente */
    border-radius: 15px; /* Esquinas redondeadas */
    overflow: hidden; /* Asegura que el video se adapte a las esquinas redondeadas */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); /* Sombra elegante */

    display: flex;
    justify-content: center;
    align-items: center;
}

.proposal-video-frame video {
    width: 100%;
    height: auto;
    display:block;
    object-fit: contain;
}

/*****************************************************/
/*              SWIPER NUESTRO TRABAJO              */
/*****************************************************/

/* Estilos para el tooltip de la imagen */
.image-tooltip {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 0.9rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Muestra el tooltip cuando el mouse está sobre el enlace */
.swiper.mySwiperPortfolio a:hover .image-tooltip {
    opacity: 1;
    visibility: visible;
}

.swiper.mySwiperPortfolio {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 0;
}

.swiper.mySwiperPortfolio .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 50%;
    height: 70%;
    position: relative;
}

.swiper.mySwiperPortfolio .swiper-slide a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.swiper.mySwiperPortfolio .swiper-slide img {
    /*display: block;*/
    width: 100%;
}


/*****************************************************/
/*              SECCION QUIENES SOMOS.               */
/*****************************************************/

/* Sección de Blog */
#blog {
    background-color: var(--dark-color);
    color: var(--text-color-light);
    position: relative; /* Asegura que las flechas de navegación se posicionen correctamente */
    padding: 80px 5%;
}

.swiper.mySwiperBlog{
    width: 80%;
    padding: 0 40px; /* Agrega padding para que las flechas tengan espacio */
    box-sizing: border-box;
}

.swiper.mySwiperBlog .swiper-slide {
    width: 200px; /* Tamaño de cada slide */
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-post {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
}

.blog-post:hover {
    transform: translateY(-10px);
}

.blog-post img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.post-info {
    padding: 20px;
    text-align: left;
}

.post-info h3 {
    margin-top: 0;
    color: var(--primary-color);
}

.post-info p{
    line-height: 1.1;
}

.hashtags {
    font-size: 0.8rem;
    color: #888;
    margin-top: 10px;
}

/* Estilos para las flechas de navegación de Swiper */
.swiper.mySwiperBlog .swiper-button-next, .swiper.mySwiperBlog .swiper-button-prev {
    color: var(--light-color); /* Color de las flechas */
    top: 50%;
    transform: translateY(-50%);
    position: absolute; /* Asegura que se posicione sobre el contenido */
    z-index: 10; /* Los coloca encima de las tarjetas */
}

.swiper.mySwiperBlog .swiper-button-next {
    right: 0; /* Lo coloca a la derecha */
}

.swiper.mySwiperBlog .swiper-button-prev {
    left: 0; /* Lo coloca a la izquierda */
}

.swiper.mySwiperBlog .swiper-button-next::after, .swiper.mySwiperBlog .swiper-button-prev::after {
    font-size: 2rem;
}

/* Estilo para el modal de la publicación */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
    z-index: 1000;
}

.modal.visible {
    visibility: visible;
    opacity: 1;
}

.modal-content {
    background-color: var(--light-color);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    color: var(--text-color-dark);
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    color: var(--dark-color);
}

/*****************************************************/
/*              SECCION CONTACTANOS.                 */
/*****************************************************/

#contacto .contact-logo {
    width: 300px; /* Ajusta este valor para cambiar el tamaño del logotipo */
    height: auto;
}
#contacto .contact-logo img {
    width: 150px; 
    height: auto;
}
.section-content-two-columns {
    display: flex;
    justify-content: top;
    align-items: flex-start;
    gap: 80px; /* Espacio entre las columnas */
    max-width: 1100px;
    margin: 0 auto;
    text-align: left; /* Alinea el texto a la izquierda en la columna izquierda */
}

.contact-info-column, .contact-form-column {
    flex: 1; /* Ambas columnas ocupan el mismo espacio */
}

/* Contacto - Estilos específicos */
#contacto .section-title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}

/* Estilos para los iconos de redes sociales */
.social-links {
    display: flex;
    justify-content: left;
    gap: 20px;
    margin-top: 20px;
}

.social-links a {
    color: var(--text-color-dark);
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: var(--primary-color);
}


#contacto p {
    font-size: 1.1rem;
    line-height: 1.6;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 500px;
    margin: 30px auto;
}

.contact-form input, .contact-form textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    color: var(--text-color-dark);
    font-family: var(--font-family);
}

.cta-button {
    margin-top: 20px;
    padding: 15px 40px;
    font-size: 1rem;
    font-weight: 600;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #1E90FF;
}

/* Estilos para el Contenedor del CAPTCHA */
.captcha-container {
    display: flex; /* Para centrar el captcha si es necesario */
    justify-content: left; /* Alineación del captcha de reCAPTCHA */
    margin-top: 5px; /* Pequeño espacio sobre el botón */
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 500px;
    margin: 30px auto;
}

/*****************************************************/
/*              PIE DE LA PAGINA.  .                 */
/*****************************************************/

.footer {
    padding: 40px 5%;
    background-color: #e0e0d8;
    text-align: center;
    color: #666;
    position: relative;
    z-index: 1;
}

/*****************************************************/
/*              ZONA DE RESPONSIVIDAD                */
/*****************************************************/

/* Responsive Design */
@media (max-width: 768px) and (orientation: portrait) {
    .navbar {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 5%;
    }
    .nav-links {
        gap: 15px;
        line-height: 90%;
    }
    .navbar-logo img {
        height: 40px;
    }
    .nav-links a {
        font-size: 0.9rem;
        line-height: 50%;
    }

    .hero {
        height: 180vh;
    }
    .hero-content {
        top: 6%;
    }
    .hero .arrow-down-hero{
        bottom: 50%;
        left: 55%;
    }
    #que-hacemos-hero .hero{
        height: 200vh;
        width: 160vw;
    }

    .cut-card {
        width: 100vw;
        height: 100vh;
        max-width: none;
        max-height: none;
        --logo-x: 120%;
        --logo-y: 1%; 
        --logo-w: 350px;
        --logo-h: 350px;
        --text-right: 180%;  
        --text-y: 50vh; 
        --text-size:  20px;
        --line-height: 1.25;
    }
    .cut-card #maskText {
        text-anchor: middle; 
    }


    .section-title {
        font-size: 2rem;
    }
    .section-content h3 {
        font-size: 1.1rem;
        line-height: 1.1;
    }
    .section-content h2 {
        font-size: 1.3rem;
        line-height: 1.3;    
    }   
    .section-content h1 {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .section-content p{
        line-height: 1.1;
    }
    #page-que-hacemos{
        position: absolute;
        bottom: 0px;
        width: 90vw;
        height: 40%;
    }

    .arrow-down img {
        width: 40px; 
        left: 55%;
    }
    .hero .arrow-down-hero img {
        width: 40px; 
        left: 55%;
    }

    .loading-gif img {
        width: 50px; 
    }

    .card-grid {
        grid-template-columns: 1fr;
    }
    .card-grid .card {
        line-height: 1.1;
    }
    .card-grid .card h3 {
        font-size: 1rem;
        line-height: 1.3;
    }
    
    .card-que-hacemos-row {
        flex-direction: column; /* Apila las tarjetas y videos en móvil */
        align-items: center;
    }
    .card-que-hacemos .card {
        width: 90%; 
        margin-bottom: 20px;
    }
    .card-que-hacemos .card p{
        line-height: 1.1;
    }
    .card-que-hacemos-row-link:nth-child(even) .card-que-hacemos-row{
        flex-direction: column; /* Apila las tarjetas y videos en móvil */
    }
    .video-que-hacemos-container {
        width: 90%; 
        max-width: none;
    }

    .section-content-two-columns {
        flex-direction: column;
        text-align: center;
    }
    .contact-info-column {
        margin-bottom: 30px;
    }
    .social-links {
        justify-content: center;
    }

    /* Sección Nuestro Trabajo */
    #nuestro-trabajo {
        /* Altura mínima para que la sección ocupe la pantalla completa */
        min-height: 100vh;
        /* Padding superior para que el título no esté pegado a la navbar */
        padding-top: 50px;
        padding-bottom: 100px;
    }

    /* Contenedor del Swiper */
    .swiper.mySwiperPortafolio {
        position: relative;
        width: 90%;
        height: 90%;
        padding: 20px 0;
        overflow: hidden;
    }
    /* Swiper Slides */
    .swiper.mySwiperPortafolio .swiper-slide {
        width: 95%;
        height: 95%;
    }

    .swiper.mySwiperBlog {
        width: 90%;
        height: 50%;
    }

    .swiper.mySwiperBlog .swiper-slide {
        width: 50%; /* Ajusta el ancho para que solo una tarjeta sea visible en móviles */
        height: 50%;
    }

    .proposal-video-frame {
        width: 90%; /* Ajusta el ancho para móviles */
        margin: 30px auto;
    }
    /* Ajuste de alineación del CAPTCHA en móvil */
    .contact-form-column .captcha-container {
        justify-content: center; /* Centrar el widget reCAPTCHA en la vista móvil */
    }
    
}

/*Estilos iphone horizontal*/
@media only screen and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape){
    .nav-links {
        gap: 15px;
        line-height: 90%;
    }
    .navbar-logo img {
        height: 40px;
    }
    .nav-links a {
        font-size: 0.9rem;
        line-height: 50%;
    }

    .hero {
        height: 230vh;
    }
    .hero-content {
        top: 0%;
    }
    .hero .arrow-down-hero{
        bottom: 60%;
        left: 55%;
    }
    #que-hacemos-hero .hero{
        height: 250vh;
        width: 160vw;
    }
    .proposal-video-frame {
        max-width: 350px; 
    }

    .section-title {
        font-size: 2rem;
    }
    .section-content h3 {
        font-size: 1.1rem;
        line-height: 1.1;
    }
    .section-content h2 {
        font-size: 1.3rem;
        line-height: 1.3;    
    }   
    .section-content h1 {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .section-content p{
        line-height: 1.1;
    }
    #page-que-hacemos{
        position: absolute;
        bottom: 0px;
        width: 95vw;
        height: 45%;
    }


    
    .arrow-down img {
        width: 40px; 
        left: 55%;
    }

    .hero .arrow-down-hero img {
        width: 40px; 
        left: 55%;
    }
    .card-grid {
        grid-template-columns: 1fr;
    }
    .card-grid .card {
        line-height: 1.1;
        width: 150px;
    }
    .card-grid .card h3 {
        font-size: 1rem;
        line-height: 1.3;
    }
    .card-que-hacemos .card {
        width: 90%; 
        margin-bottom: 20px;
    }
    .card-que-hacemos .card p{
        line-height: 1.1;
    }
    .video-que-hacemos-container {
        width: 90%; 
        max-width: none;
    }

    .swiper.mySwiperPortfolio {
        width: 40%;
    }
    .swiper.mySwiperPortfolio .swiper-slide {
        width: 20%;
        height: 50%;
    }
    .swiper.mySwiperPortfolio .swiper-slide img {
        width: 60%;
    }


    .swiper.mySwiperBlog {
        width: 80%;
        height: 50%;
    }
    .swiper.mySwiperBlog .swiper-slide {
        width: 30%; 
        height: 80%;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none; /* Oculta las flechas para un mejor uso táctil */
    }

}


/* Estilos para tabletas (ej. iPad) */
@media (min-width: 769px) and (max-width: 1024px) {
    
    /* Fuentes y Títulos */
    body {
        font-size: 16px;
    }
    .nav-links {
        gap: 15px;
        line-height: 90%;
    }
    .navbar-logo img {
        height: 40px;
    }
    .nav-links a {
        font-size: 0.9rem;
        line-height: 50%;
    }
    .section-title {
        font-size: 2.5rem;
    }
    .hero {
        height: 225vh;
    }
    .hero-content {
        top: 1%;
    }
    #que-hacemos-hero .hero{
        height: 250vh;
        width: 160vw;
    }
    .proposal-video-frame {
        max-width: 350px; 
    }

    .hero .arrow-down-hero{
        bottom: 60%;
        left: 55%;
    }

    .cut-card {
        width: 100%;
        height: auto;
        display: block;
        filter: drop-shadow(0 10px 30px rgba(0,0,0,0.25));
        --logo-x: 5px;        /* desplazamiento X del logo (desde el origen del SVG) */
        --logo-y: 60px;       /* desplazamiento Y del logo */
        --logo-w: 480px;      /* ancho del logo */
        --logo-h: 480px;      /* alto del logo */
        --text-right: 1150px;  /* coordenada X donde termina el texto (punto derecho) */
        --text-y: 250px;      /* coordenada Y inicial (arriba) del bloque de texto */
        --text-size: 40px;    /* tamaño de fuente base */
        --line-height: 1.35;  /* interlineado (multiplicador) */
    }
    .cut-card #maskText {
        text-anchor: end;
    }

    /* Navbar */
    .navbar-logo img {
        height: 50px;
    }

    .nav-links {
        gap: 20px;
    }

    /* Secciones de Contenido */
    .section {
        padding: 60px 3%;
    }

    .section-content-two-columns {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .section-content h3 {
        font-size: 1.2rem;
        line-height: 1.3;
    }
    .section-content h2 {
        font-size: 1.5rem;
        line-height: 1.6;    
    }   
    .section-content h1 {
        font-size: 1.7rem;
        line-height: 1.9;
    }
    .section-content p{
        line-height: 1.1;
    }
    #page-que-hacemos{
        position: absolute;
        bottom: 0px;
        width: 95vw;
        height: 45%;
    }

    .card-grid .card {
        line-height: 1.1;
        width: 150px;
    }
    .card-grid .card h3 {
        font-size: 1rem;
        line-height: 1.3;
    }



    .swiper.mySwiperPortfolio {
        width: 90%;
    }
    .swiper.mySwiperPortfolio .swiper-slide {
        width: 50%;
        height: 70%;
    }
    .swiper.mySwiperPortfolio .swiper-slide img {
        width: 60%;
    }

    
    .swiper.mySwiperBlog {
        width: 80%;
        height: 50%;
    }

    .swiper.mySwiperBlog .swiper-slide {
        width: 40%; 
        height: 60%;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none; /* Oculta las flechas para un mejor uso táctil */
    }

}

/* Mostrar fallback si el navegador no soporta mask */
@supports not (mask: url(#cutmask)) {
  .cut-card { display: none; }
  .sr-fallback { display: block; }
}


