@font-face {
    font-family: 'Arimo';
    src: url('../fonts/arimo-regular-webfont.woff2') format('woff2'),
         url('../fonts/arimo-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Arimo';
    src: url('../fonts/arimo-bold-webfont.woff2') format('woff2'),
         url('../fonts/arimo-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Arimo';
    src: url('../fonts/arimo-italic-webfont.woff2') format('woff2'),
         url('../fonts/arimo-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Arimo';
    src: url('../fonts/arimo-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/arimo-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}


@font-face {
    font-family: 'Continuum';
    src: url('../fonts/contl-webfont.woff2') format('woff2'),
         url('../fonts/contl-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Continuum';
    src: url('../fonts/contm-webfont.woff2') format('woff2'),
         url('../fonts/contm-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Continuum';
    src: url('../fonts/contb-webfont.woff2') format('woff2'),
         url('../fonts/contb-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

input:focus, textarea:focus {
    outline: none;
}

video::-webkit-media-controls {
    display:none !important;
}

.urlNone{
    text-decoration: none !important;
}

.lazy {
    opacity: 0;
    transition: opacity 1s ease-in;
}
  
.lazy.lazy-loaded {
    opacity: 1;
}

body{
    background-color: #000;
    padding: 0px;
    margin: 0px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
}

.center{
    position: relative;
    text-align: center;
}

#videoContainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;  /* El contenedor ocupa el 100% del ancho */
    height: 100vh;  /* El contenedor ocupa el 100% de la altura */
    overflow: hidden;  /* Evita que el video se desborde */
    opacity: .3;
}

#videoPlayer{
    width: 100%;  /* El video ocupa el 100% defl ancho del contenedor */
    height: 100vh;  /* El contenedor ocupa el 100% de la altura */
    object-fit: cover;  /* El video cubrirá todo el espacio, manteniendo su proporción */
}

#logoHome{
    position: absolute;
    top: 38px;
    left: 35px;
    z-index: 2;
    cursor: pointer;
}

.logoHomeImage{
    width: 317px;
}

#centerHome{
    z-index: 3;
    position: absolute;
    height: auto;
    top:0px;
    left: 0px;
    width: 90%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logoHomeImage{
    width: 204px;
}

.homeText{
    font-family: 'Continuum';
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 65px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.75);
}

#videoControls {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;  /* Cambiado para alinear verticalmente */
    gap: 10px;  /* Espacio entre las bolas */
    z-index: 4;
}

.videoIndicator {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid white;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.playIcon{
    width: 75px;
}

 /* Botón */
 #openVideoBtn {
    cursor: pointer;
  }

/* Modal completo oculto por defecto */
#videoModal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,1);
    z-index: 30000;
    justify-content: center;
    align-items: center;
}

/* Contenedor del iframe */
.video-container {
    position: relative;
    width: 90%;
    /* max-width: 960px; */
    aspect-ratio: 16 / 9;
}

/* Estilo del iframe */
.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Botón de cerrar */
.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 200;
}

.closeBtnImage{
    width: 45px;
}

.politicaBtn{
    /* Política de Privacidad */

    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    color: #FFFFFF;
    text-decoration: none;

}
.politicaBtnPoshome{
    position: absolute;
    left: 37px;
    bottom: 28px;
}

footer{
    position: relative;
    z-index: 20;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 20px;
}


/* ES | EN */

.lengaugaesPosHome{
    position: absolute;
    right: 37px;
    bottom: 28px;
    right: 30px;
    bottom: 28px;
}

.lengaugaes{
    position: absolute;
    right: 37px;
    width: auto;
    text-align: right;
}

.lang{
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-decoration-line: none;
    color: #FFFFFF;
}

.lang:hover{
    text-decoration-line: underline;
}

.langSelected{
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

header{
    width: 100%;
    position: fixed;
    height: 100px;
    background-color: #000;
    z-index: 3000;
}

.topLogo{
    top:15px;
    left: 41px;
    position: relative;
    z-index: 2;
    width: 100px;
}

.logoHomeImageMenu{
    width: 97px;
}

main{
    position: relative;
    height: auto;
    z-index: 2;
    padding-top: 100px;
}

.centerTitle{
    position: absolute;
    width: 100%;
    height: auto;
    top: 37px;
    z-index: 1;
}

.sectionTitle{

    font-family: 'Continuum';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 41px;
    text-align: center;
    color: #FCCC00;
    margin: 0px;
    padding: 0px;
}

/* PRIVACY POLIVY */

.mainContent{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-left: 116px;
    padding-right: 116px;
    text-align: justify;
    padding-top: 20px;
}

.textContent{
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #D3D3D3;
}

.textContent a{
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #D3D3D3;
    text-decoration: none;
}

.textContent a:hover{
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #D3D3D3;
    text-decoration: underline;
}

.upArrowPos{
    position: absolute;
    right: 110px;
    bottom: 10px;
    cursor: pointer;
}

.upArrow{
    width: 29px;
}

.menuIcon{
    position: absolute;
    right: 40px;
    top:40px;
    cursor: pointer;
    z-index: 1000;
}

.menuIconImage{
    width: 45px;
}

.topMenu{
    width: 100%;
    background-color: #000;
    text-align: center;
    height: 100px;
    position: fixed;
    z-index: 20000;
}

.closeBtnMenu{
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
    background-color: transparent !important;
    border:0px;
}

.topMenuContent{
    position: relative;
    width: 100%;
    text-align: center;
    top:40px
}

.menuLink{
    font-family: 'Continuum';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    color: #FCCC00;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}

/* NOSOTROS */
#videoContainerSection{
    width: 100%;
    height: calc(50vh - 50px);
    position: relative;
    overflow: hidden;
}

#videoPlayerSection{
    width: 100%;
    height: calc(50vh - 50px);
    object-fit: cover;  /* El video cubrirá todo el espacio, manteniendo su proporción */
    display: block;
    opacity: .5;
}

.videoPlayerSectionNoOpacity{
    opacity: 1 !important;
}

.overlayContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}


.fistContent{
    width: 100%;
    height: calc(50vh - 50px);
    background-image: url(../images/stripeBackground.webp);
    background-repeat: repeat;
    background-position: top left;
    background-size: 1000px auto;

    display: flex;
    align-items: center;     /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
    padding: 0;   
    position: relative;     
}

.firstTextUs{
    width: 60%;
    text-align: center;
    margin: 0;               /* Elimina márgenes verticales que podrían causar el espacio */
    padding: 0;              /* Elimina relleno */
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    color: #FCCC00;
}

.centerText{
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    color: #D3D3D3;
}

.contentText{
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #D3D3D3;
}

.twoColumnsUs{
    width: 100%;
    min-height: 30vw;
    position: relative;
    display: inline-block;
    display: flex;
    flex-direction: row;
}

.colum1Us{
    width: 50%;
    flex: 1;
    position: relative;
    display:flex;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.colum2Us{
    width: 50%;
    min-height: 30vw;
    position: relative;
    display:flex;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    text-align: center;
    box-sizing: border-box;

    display: flex;
    align-items: center;     /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
    padding: 0;   
    background-color: #0D0D0D;
}

.changeOrder{
    
}

.contentBottomUs{
    padding-bottom: 70px;
    padding-top: 70px;
    text-align: center;
    width: 100%;
}

.bottomTextUs{
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #D3D3D3;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

.yellowBtn{
    background: #FCCC00;
    border: 1px solid #000000;
    border-radius: 30px;
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-decoration: none;
    padding: 10px 20px;
}

.yellowArrowImage{
    width: 31px;
    cursor: pointer;
}

.yellowArrowContainer{
    width: 100%;
    position: absolute;
    bottom: 5px;
    text-align: center;
    z-index: 10;
}

/* CONTACT */

#mailConfirm{
    width:100%; display:none
}

.divThreeInputs{
    display: flex;
    gap: 1%;
    width: 100%;
    margin-bottom: 20px;
}


.formInputsDivs{
    display: flex;
    flex-direction: column;
    text-align: left;
    flex: 1 1 33%;
    margin-bottom: 20px;
}

.formInputsDivs > label{
    
    margin-bottom: 5px;

    font-family: 'Continuum';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;

    color: #FFFFFF;
}

.formInputsDivs > input{
    font-family: 'Continuum';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 116.47%;
    color: #FFF;
    background-color: #0D0D0D;
    box-sizing: border-box;
    padding:5px 10px 5px 10px;
    border: 0px;
    
    border-radius: 10px;
}

.formInputsDivs > select{
    font-family: 'Anuphan';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 116.47%;
    color: #FFFFFF;
    background-color: #262626;
    box-sizing: border-box;
    padding:5px 10px 5px 10px;
    border: 0px;
    background-color: #262626;
    border-radius: 10px;
}

.formTextDivs{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
}

.formTextDivs> label{
    font-family: 'Continuum';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 116.47%;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.formTextDivs > textarea{
    font-family: 'Continuum';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 116.47%;
    color: #FFFFFF;
    background-color: #0D0D0D;
    box-sizing: border-box;
    padding:5px 10px 5px 10px;
    border: 0px;
    height: 100px;
    border-radius: 10px;
    box-sizing: border-box;
    resize: none;
}

.contactFormContainer{
    width: 100%;
    text-align: center;
    height: auto;
    display: inline-block;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.contactForm{
    width: 900px;
    text-align: center;
    height: auto;
    display: inline-block;
    position: relative;
}

.contactText{
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;

    color: #FFFFFF;

}
.contactText a {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;

    color: #FFFFFF;
    text-decoration: none !important;
}

.contactText a:hover {
    text-decoration: underline !important;
}

.socialIcon{
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}

.centerItems{
    width: 100%;
    text-align: center;
    height: auto;
    position: relative;
}

.whatsIcon{
    width: 21px;
}

/* GALLERY */
.contentGallery{
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 80px) / 3)); /* 2 gaps de 40px entre 3 columnas */
    gap: 40px;
}

.contentGallery .lazy {
    width: 100%;
    aspect-ratio: 1 / 1; /* cuadrado responsivo si prefieres eso */
    height: 30vw; /* si prefieres altura fija al 30% del viewport */
    background-size: cover; /* asegura que la imagen cubra todo el div */
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    border-radius: 20px; /* opcional: bordes redondeados si deseas estética */
}

/* GALLERY SLIDESHOW  */

.fullscreen-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0,0,0,1);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 30000;
  }

.fullscreen-overlay img.main-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.close-btn, .prev-btn, .next-btn {
    position: absolute;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10000;
    padding: 10px;
}

.close-btn {
    top: 20px;
    right: 30px;
    color: white;
    font-size: 2em;
}

.prev-btn, .next-btn {
    top: 50%;
    transform: translateY(-50%);
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

.prev-btn img, .next-btn img {
    width: 50px;
    height: auto;
}

button:disabled {
    opacity: 0.3;
    pointer-events: none;
}

.fade-in {
    animation: fadeIn 0.5s ease-in-out;
}
  
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* SERVICES */
.contentServices {
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 40px) / 2)); /* 1 gap de 40px entre 2 columnas */
    gap: 40px;
}

.contentServices .lazy {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;

    display: flex;
    flex-direction: column; /* para que imagen y texto se apilen */
    justify-content: center; /* centra verticalmente */
    align-items: center;     /* centra horizontalmente */
    text-align: center;      /* centra el texto */

    cursor: pointer;
    text-decoration: none !important;
}

.contentServices .lazy::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* negro con 50% opacidad */
    z-index: 1;
}

/* Asegura que el contenido esté encima del overlay */
.contentServices .lazy > * {
    position: relative;
    z-index: 2;
}

.contentServices div.lazy {
    position: relative; /* para que el a absoluto funcione */
    cursor: pointer;
}
  
  /* El <a> ocupa todo el div */
.contentServices div.lazy > a {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 10;
    text-indent: -9999px; /* Oculta texto si hubiera */
    /* Elimina estilo de link visual */
    background: transparent;
    color: transparent;
    display: block;
}
    
  /* Evitar que los hijos bloqueen el clic */
.contentServices div.lazy img,
.contentServices div.lazy h1 {
    pointer-events: none;
}

.logo2{
    width: 117px;
    margin-bottom: 2px;
}

.titleServices{
    font-family: 'Continuum';
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 49px;
    color: #FFFFFF;
    text-shadow: 0px 6px 5px rgba(0, 0, 0, 0.75);
    padding: 0px;
    margin: 0px;
    text-decoration: none !important;
}

.firstTextUs ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: inside disc; /* Viñetas nativas, dentro del <li> */
}

.firstTextUs li {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    color: #FCCC00;
    text-align: center;  /* Esto centra TODO el contenido, incluidas viñetas */
    max-width: 600px;
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
    box-sizing: border-box;
}
  

.addCenterText{
    text-align: center;
    display: flex;
    align-items: center;     /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 60px;
}

.colum1Us::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7); /* capa blanca semi-transparente */
    z-index: 1; /* por encima del fondo, debajo del texto */
    pointer-events: none; /* que no interfiera con clicks */
}
  
.colum1Us > * {
    position: relative;
    z-index: 2; /* texto y demás encima de la capa */
}

.noOpacity::before {
    background-color: rgba(0, 0, 0, 0) !important;
}

.galleryWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 40px;
}
  
.sectionGallery {
    display: flex;
    gap: 40px;
    padding: 0 40px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Oculta scrollbar Firefox */
    -ms-overflow-style: none; /* IE y Edge */
}
  
.sectionGallery::-webkit-scrollbar {
    display: none; /* Oculta scrollbar Chrome */
}
  
.sectionGallery .lazy {
    flex: 0 0 calc((100% - 80px) / 3); /* 3 elementos visibles con 2 gaps de 40px */
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
}
  
/* Flechas */
.navBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    z-index: 10;
    cursor: pointer;
    line-height: 0; /* elimina espacio vertical de inline elements */
}
  
.navBtn img {
    height: 42px;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}
  
/* Pegadas completamente al borde */
.navBtn.left {
    left: 0;
}
  
.navBtn.right {
    right: 0;
}
  
.heightAdjust{

}

.backArrowImage{
    width: 42px;
}

.backArrow{
    position: absolute;
    top:40px;
    left: 40px;
    cursor: pointer;
}

/* CATEGORIES */
.categoriesList{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap; /* Permite que se vayan a la siguiente línea */
    justify-content: center; /* Centra horizontalmente los <a> */
    gap: 1rem; /* Espacio entre los botones (opcional) */
    z-index: 2000;
}

.categorieButton{
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    display: inline-flex; /* Usamos inline-flex para que se comporte como botón con contenido */
    align-items: center;
    justify-content: center; /* Centra el texto dentro del botón */
    text-align: center;
  
    color: #FFFFFF;
    border: 1px solid;
    border-radius: 20px;
    background-color: #000;
  
    text-decoration: none;
    padding: 10px 20px;
    white-space: nowrap; /* Evita que se rompa el texto (opcional) */
    transition: all 0.3s ease-in-out;

}

.categorieButton:hover{
    border-color: #FCCC00;
    background-color: #FCCC00;
    color: #000;
}

.categorieButtonActive{

    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    display: inline-flex; /* Usamos inline-flex para que se comporte como botón con contenido */
    align-items: center;
    justify-content: center; /* Centra el texto dentro del botón */
    text-align: center;
  
    color: #FFFFFF;
    border: 1px solid;
    border-radius: 20px;
    background-color: #000;
  
    text-decoration: none;
    padding: 10px 20px;
    white-space: nowrap; /* Evita que se rompa el texto (opcional) */
    transition: all 0.3s ease-in-out;

    border-color: #FCCC00;
    background-color: #FCCC00;
    color: #000;

}

.filter{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
    flex-wrap: wrap; /* Permite que se vayan a la siguiente línea */
    justify-content: center; /* Centra horizontalmente los <a> */
    gap: 1rem; /* Espacio entre los botones (opcional) */
    z-index: 2010;
    position: absolute;
}

/* CATALOG VIEW */
.contentTittle{
    font-family: 'Continuum';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #D3D3D3;
    padding: 0px;
    margin: 0px;
    margin-top: 20px
}

.viewCategoryTitle{
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #D3D3D3;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}

.viewTitle{
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    color: #FCCC00;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.viewTextContent{
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: justify;
    color: #D3D3D3;
}

.viewContent{
    width: 100%;
    box-sizing: border-box;
    height: auto;
    position: relative;
    display: inline-block;
    padding-left: 120px;
    padding-right: 120px;
}

.viewContent1{
    width: 30%;
    position: relative;
    display: inline;
    float: left;
}

.viewContent2{
    width: 70%;
    position: relative;
    display: inline;
    float: left;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    box-sizing: border-box;
}

.viewImageAndButtons{
    position: absolute;
    height: auto;
    text-align: center;
    width: 299px;
    right: 0px;
    top:-200px;
}

.viewImage{ 
    box-sizing: border-box;
    width: 299px;
    height: 397px;
   
    border: 2px solid #000000;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}

.yellowBtn2{
    background: #FCCC00;
    border: 1px solid #000000;
    border-radius: 30px;
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    margin-left: 8px;
}

.videoIcon{
    background-image: url(../images/btnVideoIcon.webp);
    background-repeat: no-repeat;
    background-position: 10px 7px;
    background-size: 24px auto;
}

.sinopsisIcon{
    background-image: url(../images/btnSinopsisIcon.webp);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    background-size: 24px auto;
}

.pdfIcon{
    background-image: url(../images/btnDownArrow.webp);
    background-repeat: no-repeat;
    background-position: 14px 10px;
    background-size: 14px auto;
}

.viewHideButtons{
    
}

.justifyText{
    text-align: justify;
}

.justifyTextMobile{
    text-align: left;
}

.btnVideImage{
    width: 24px;
}


.modal {
    display: none; /* Oculto por defecto */
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.95);
    z-index: 9999;
}

.modalContent {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 40px 200px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centrado vertical en pantallas grandes */
}

.modalInner {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}

.closeBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.sinopsisTitle{
    font-family: 'Continuum';
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #FCCC00;
}

.textSinopsis{
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: justify;
    color: #D3D3D3;
}

.viewShowButtons{
    display: none;   
}


.yellowArrowContainer2{
    width: 100%;
    position: relative;
    bottom: 5px;
    text-align: center;
    display: inline-block;
}

/* LOW RESOLUTIONS/MOBILE */
@media screen and (max-width: 900px) {

    /* CATALOG VIEW */
    .viewShowButtons{
        margin-top: 40px;
        display: inline-block;
        position: relative;
    }

    .sinopsisTitle{
        font-size: 16px;
        line-height: 16px;
    }

    .textSinopsis{
        font-size: 14px;
    }

    .modalContent {
        display: block;        /* Quitamos flex */
        padding: 20px;         /* Menos padding en mobile */
    }

    .modalInner {
        padding: 20px 0;
    }

    .justifyTextMobile{
        text-align: justify;
    }

    .viewHideButtons{
        display: none;
    }

    .viewImage{ 
        width: 226px;
        height: 300px;
        position: relative;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .viewImageAndButtons{
        position: absolute;
        height: auto;
        text-align: center;
        width: 100%;
        right:auto;
        top:-150px;
        display: block;
    }

    .viewContent{
        padding-left: 20px;
        padding-right: 20px;
    }

    .viewContent1{
        width: 100%;
        position: relative;
        display: inline;
        float: left;
        height: 150px;
    }

    .viewContent2{
        width: 100%;
        position: relative;
        display: inline;
        float: left;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px;
       
    }

    .viewCategoryTitle{
        font-size: 12px;
        line-height: 14px;
    }
    
    .viewTitle{
        font-size: 32px;
        line-height: 34px;
    }
    
    .viewTextContent{
        font-size: 14px;
        line-height: 16px;
        text-align: justify;
    }

    .contentTittle{
        font-size: 16px;
        line-height: 16px;
    }

    /* CATEGORIES */
    .filter{
        display:flex;
    }

    .filter.hide {
        display: none;
    }

    .categoriesList {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease;
        display: flex; /* mantener el diseño */
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;

        flex-direction: column;
        align-items: center;
        background-color: transparent;
        position: absolute;
        pointer-events: none; /* evita clics cuando está oculto */
    }
      
    .categoriesList.show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    
    .categorieButton,.categorieButtonActive {
        width: auto; /* 👈 Esto asegura que el botón solo ocupe lo necesario */
        text-align: center;
    }

    /* SERVICES */

    .backArrowImage{
        width: 35px;
    }
    
    .backArrow{
        top:20px;
        left: 20px;
    }

    .heightAdjust{
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .sectionGallery {
        grid-template-columns: 1fr; /* solo una columna */
        height: auto; /* opcional: altura automática si lo deseas */
    }
    
    .sectionGallery .lazy {
        height: 80vw; /* para que el cuadrado ocupe todo el ancho */
        aspect-ratio: unset;
        aspect-ratio: 1 / 1;
    }

    .galleryWrapper {
        scroll-snap-type: x mandatory;
        overflow-x: auto;
    }
    
    .galleryWrapper .lazy {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .firstTextUs {
        font-size: 14px;
        line-height: 16px;
    }

    .firstTextUs li {
        font-size: 14px;
        line-height: 16px;
    }

    .titleServices{
        font-size: 36px;
        line-height: 36px;
    }

    .logo2{
        width: 63px;
    }

    .contentServices {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px; /* mejor que 0px para separar ligeramente */
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .contentServices .lazy {
        width: 100%;
        aspect-ratio: 1 / 1; /* más elegante y uniforme que height fija */
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 15px; /* opcional para mantener estética */
    }

    /* GALLERY */
    .contentGallery {
        grid-template-columns: 1fr;
        gap:0px;
        padding-left: 20px;   
        padding-right: 20px;  
    }
    
    .contentGallery .lazy {
        height: 90vw; /* sigue siendo 30% del alto del viewport */
        width: 100%;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    /* CONTACT */

    .contactText{
        font-size: 14px;
        line-height: 17px;
    }

    .contactText a {
        font-size: 14px;
        line-height: 17px;
    }

    .formInputsDivs > label{
        font-size:16px ;
    }

    .formInputsDivs > input{
        font-size:16px ;
    }

    .formTextDivs > label{
        font-size:16px ;
    }

    .formTextDivs > textarea{
        font-size:16px ;
    }

    .socialIcon{
        height: 30px;
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .formTextDivs{
       
    }

    .contactForm{
        width: 100%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;

    }
    .divThreeInputs{
        display: flex; flex-direction: column; gap: 10px; width: 100%;
    }

    .formInputsDivs{
        width: 100%;
    }

    .formInputsDivs > input{
        font-size: 16px;
        line-height: 116.47%;
        padding:5px 10px 5px 10px;
    }


    /* NOSOTROS */
    .yellowArrowContainer{
        display: none;
    }

    .contentBottomUs{
        padding-bottom: 70px;
        padding-top: 70px;
        box-sizing: border-box;
    }
    .bottomTextUs{
        font-size: 18px;
        line-height: 21px;
    }

    .changeOrder{
        order: -1 !important;
        flex: none;
    }

    .firstTextUs{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
    }
    

    .contentText{
        font-size: 14px;
        line-height: 16px;
    }

    .twoColumnsUs{
        flex-direction: column;
        height: 100%;
    }
    
    .colum1Us{
        width: 100%;
        height: 70vw;
        flex: none;
    }
    
    .colum2Us{
        flex: none;
        width: 100%;
        order: 0;
        height: 70vw;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        /* order: -1; */
    }

    #videoContainerSection{
        width: 100%;
        height: 70vw;
    }

    #videoPlayerSection{
        width: 100%;
        height: 70vw;
    }

    .fistContent{
        width: 100%;
        height: 70vw;
        background-size: 600px auto;
    }

    .centerText{
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
    }

    .menuLink{
        font-size: 20px;
        line-height: 30px;
        color: #FCCC00;
    }

    .topMenu{
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        display: flex;
        align-items: center;
    }

    .topMenuContent{
        top:0px;
        display: flex;
        flex-direction: column;
        align-items: center; /* 👈 esto centra los <a> horizontalmente */
    }


    .closeBtnMenu{
        right: 20px;
        top: 40px;
    }

    .menuIcon{
        right: 20px;
        top: 40px;
    }

    .menuIconImage{
        width: 35px;
    }

    .lengaugaesPosHome{
        right: 20px;
        bottom: 28px;
    }
    
    .lengaugaes{
        right: 20px;
    }

    .upArrowPos{
        right: 78px;
        bottom: 10px;
    }

    .logoHomeImageMenu{
        width: 80px;
    }

    .mainContent{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
    }

    .textContent{
        font-size: 14px;
        line-height: 16px;
    }

    .textContent{
        font-size: 14px;
        line-height: 16px;
    }

    .centerTitle{ 
       display: none;
    }

    .topLogo{
        top: 17px;
        left: 20px;
    }

    .logoHome{
        width: 81px;
    }

    .lang{
        font-size: 12px;
        line-height: 14px;
    }

    .langSelected{
        font-size: 12px;
        line-height: 14px;
    }

    .politicaBtn{
        font-size: 12px;
        line-height: 14px;
    }

    .politicaBtnPoshome{
        width: 200px;
        left: 20px;
        bottom: 26px;
    }

    .closeBtnImag{
        width: 35px;
    }

    .video-container {
        width: 95%;
      }

    .logoHomeImage{
        width: 150px;
    }

    .homeText{
        font-family: 'Continuum';
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 36px;
        text-align: center;
        color: #FFFFFF;
        text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.75);
    }

    #centerHome{
        width: 80%;
    }
 
    .playIcon{
        width: 60px;
    }
    
}