@charset 'utf-8';

body{
    font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0px;
  /*background-color: rgb(255, 255, 158);*/
  background-image: url("C:\Users\Lenovo\Downloads\fondo.png");
  background-color: rgb(0, 0, 0);
  color: white;
  font-family: "Poppins", sans-serif;
}



.header{
    
    background-color: #19192377;
    DISPLAY: flex;
    color: white;
    
    width: 100%;

    & .gleamdetailimg{
        margin-left: 5%;
        height: 120px;
        
    }

    & ul{
        
            margin-top: 3%;
            margin-left: 44%;
            font-size: 20px;
        
    }

    & a{
        color: white;
        text-decoration: none;
        font-weight: 700;
        margin-left: 17px;
    }
    
}

.main{
    
    .imgportada{
        width: 100%;}
    

    .buttonportada{
    
  margin-left: -24%;
        margin-top: 32%;
        width: 221px;
        height: 33px;
    border-radius: 34px;
    border-color: rgb(255, 255, 255);
    background-color: black;
    font-family: "Poppins", sans-serif;
  font-weight:200;
  font-style: normal;
  color: white;
  font-size: 17px;
  border-width: 2px;
}
}



.artservice{
    display: flex;
    margin: 2%;
    gap: 52px;
}


.footer{
    background-color: black;
}

.imgservice{
    
        width: 100%;
    
}

.imgserviceL{
    
    width: 100%;
}

.cardService{
    background-color: #0000000d;
    border-radius: 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

details{
    width: 90%;
}



.abutton{
    color: white;
    text-decoration: none;
    font-family: "Public Sans", sans-serif;
}

h1{
    font-size: 20px;
}

.tilde{
    width: 20px;
}

.mainul{
            margin-left: 40%;
    margin-top: -8%;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.mainli{
    font-size: 18px;
    color: white;
    margin-top: 10px;
    list-style: none;
    font-family: "Poppins", sans-serif;
  font-weight:200;
  font-style: normal;
  color: white;
  margin-left: 6px;

}

.divli{    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.redgeometrica{
    width: 100%;
    margin-top: 4%;
}

:root {
  /* Definimos el ancho base para PC */
  --slider-img-width: 300px;
  --slider-img-count: 5; /* Cantidad de imágenes originales antes de repetirse */
}


.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: transparent;
  padding: 20px 0;
}

.slide-track {
  display: flex;
  /* El ancho total es (ancho_imagen * total_imagenes_incluyendo_clones) */
  width: calc(var(--slider-img-width) * 10); 
  animation: scroll-infinito 25s linear infinite;
}

.slide {
  width: var(--slider-img-width);
  flex-shrink: 0;
  /* Ajustamos el padding para que no sea tan ancho en móviles */
  padding: 0 40px; 
}

.slide img {
  width: 100%;
  border-radius: 4px;
  filter: grayscale(20%);
  transition: filter 0.3s;
}

.slide img:hover {
  filter: grayscale(0%);
}

/* LA MAGIA DEL BUCLE - Version compatible */
@-webkit-keyframes scroll-infinito {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  100% { -webkit-transform: translateX(-1500px); transform: translateX(-1500px); }
}

@keyframes scroll-infinito {
  0% { transform: translateX(0); }
  100% { transform: translateX(-1500px); } /* 1500px es el ancho de 5 fotos de 300px */
}

.h1slider{
    color: white;
    display: flex;
    justify-content: center;
    padding-top: 11%;
    font-family: "Poppins", sans-serif;
  font-weight:200;
}

.imgcard{
    width: 95%;
    border-radius: 10px;
    margin-top: 20px;
}

.cards{
    display: grid;
    flex-wrap: wrap;
    align-items: center;
    grid-template-columns: repeat(3,0fr);

}

.card1{
    background: rgba(81, 81, 81, 0.204);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
   border-radius: 28px;
    margin: 49px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 26rem;
    height: 39rem;
    box-shadow: 0px 1rem 1.5rem rgba(rgb(229, 255, 0), 0.5)

}

.card1:hover {
  transform: translateY(-5px); /* Eleva la tarjeta un poco */
  /* Sombra más grande y más difusa al elevarse */
  box-shadow: 0px 15px 30px 0px rgba(255, 242, 0, 0.523); 
  border-color: #fffb0000; /* Opcional: un toque de color de tu marca */
}

.divinfocard {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
}

.iconcard{
    width: 10px;
    margin-left: 5px;
}

.pcard{
    font-size: 10px;
    text-align: start;
    margin-top: 0px;
    margin-left: 13px;
    margin-right: 13px;
}

.pcard{font-size: 12px;
}



.diviconcard{
    display: flex;
    flex-direction: row;
    align-items: center;
    
    margin-top: -29px;
}

.divtiempos{
    display: flex;
    flex-direction: row;
    align-items: center;
    
}





/* CSS */
.buttoncard {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  font-family: "Poppins", sans-serif;
}

.buttoncard:before {
  content: "";
  background: linear-gradient(
    45deg,
    #827474,
    #eaff00,
    #a7ae6f,
    #454545,
    #827474,
    #eaff00,
    #ffffff,
    #454545,
    #ffe600
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-buttoncard {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.buttoncard:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.titlecard{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.h3card{
    margin-left: 8px;
}

.pcard1{
    margin-left: 8px;
}


.buttoncard1 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  font-family: "Poppins", sans-serif;
  margin-top: 19%;
}

.buttoncard1:before {
  content: "";
  background: linear-gradient(
    45deg,
    #827474,
    #eaff00,
    #a7ae6f,
    #454545,
    #827474,
    #eaff00,
    #ffffff,
    #454545,
    #ffe600
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-buttoncard1 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.buttoncard1:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.lipola{list-style: square;
    font-size: 12px;
}

.ulpola{
    margin: 2px
}

.divtiempospola{
    margin-top: -24px;
}


.buttoncard2 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  font-family: "Poppins", sans-serif;
  margin-top: -1%;
}

.buttoncard2:before {
  content: "";
  background: linear-gradient(
    45deg,
    #827474,
    #eaff00,
    #a7ae6f,
    #454545,
    #827474,
    #eaff00,
    #ffffff,
    #454545,
    #ffe600
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-buttoncard2 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.buttoncard2:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.cardmas {
    background: rgba(81, 81, 81, 0.204);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    margin: 49px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 10rem;
    height: 5rem;
    margin-left: 135%;
}

.cardmas:hover {
  transform: translateY(-5px); /* Eleva la tarjeta un poco */
  /* Sombra más grande y más difusa al elevarse */
  box-shadow: 0px 15px 30px 0px rgba(255, 242, 0, 0.523); 
  border-color: #fffb0000; /* Opcional: un toque de color de tu marca */
}

.swiper {
  width: 100%;
  max-width: 600px; /* El ancho chico que definimos */
  margin-left: auto !important;  /* Centrado horizontal perfecto */
  margin-right: auto !important;
  overflow: visible !important; 
  display: flex;
  justify-content: center; /* Alinea el contenido interno al medio */
}

/* Efecto de "Fantasma" para las imágenes laterales */
.swiper-slide {

  width: 180px;  /* Antes era 250px. Al ser de 180px, se ve más estético y "chico" */
  height: 260px; /* Bajamos la altura proporcionalmente */
  transition: 0.3s;

}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Crucial para que el auto no se deforme al achicar */
  border-radius: 10px;
}
/* La imagen central se ve nítida */
.swiper-slide-active {
  opacity: 1;
  z-index: 10; /* Asegura que la central esté siempre al frente */
}

.mySwiper {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  overflow: visible !important;
  z-index: 1;
  margin-top: -28%;
}

.m4{
    width:100%;
}

.reseñas{
    margin-top: 18%;
}

.titlereseñas{
    color: white;
    
    position: absolute;
    margin-left: 33%;
    font-family: poppins;
    font-weight: 400;
    font-size: 50px;

}

footer{background-color: rgb(60, 60, 60);} 

.footer{background-color: rgb(60, 60, 60);
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 20rem;
    margin-top: 20rem;
   
}

.logofooter{
    margin-top: 5%;
}

.h2footer{
    font-size: 20px;
    font-weight: 400;
    color: white;
    margin-top: 5%;
    font-family: "Poppins", sans-serif;
}

.divmenufooter{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;

}

.ulfooter{color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    text-decoration: none;
}

a{
    color: white;
    text-decoration: none;
    font-family: poppins
    ;
}

.divmenufooter{
    margin-top: 30px;
}


.buttonmenu{
        width: 7rem;
    height: 3rem;
    margin-top: 34px;
    text-align: justify;
    border-radius: 31px;
    margin-left: 15px;

}

#amenu{
    color: black;
}



.nuestrostrabajos{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 70px;
    margin-top: 3%;
    margin-left: 0%;
}

.imagenestrabajos {
  
    height: 22rem;
    width: 27rem;
}

.h4{
    font-family: poppins;
    font-weight: 200;
    text-align: center;
    font-size: 29px;
    margin-top: 6%;
}



  


 

.slider_container {
    width: 100%; 
    max-width: 450px; /* Formato Instagram */
    aspect-ratio: 1 / 1; 
    overflow: hidden;
    position: relative;
    border-radius: 26px
}

.slider-rail {
    display: flex;
    width: 500%; /* CRUCIAL: 5 fotos = 500% */
    transition: transform 0.5s ease-in-out;
}

.slider-section {
    width: 20%; /* CRUCIAL: Cada foto es 1/5 del total */
    flex-shrink: 0; /* Evita que el navegador achique las fotos */
}

.slider-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Estilo básico para que los botones se vean */
.btn-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    z-index: 10;
}
.btn-left { left: 10px; }
.btn-right { right: 10px; }

.slider_container {
    box-shadow: 0 0 20px rgba(0, 123, 255, 0.2); /* Un aura azul sutil */
}

.menu-hamburger {
    display: none; /* Oculto en PC */
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    margin-right: 20px;
    z-index: 1001;
}

.menu-hamburger span {
    width: 30px;
    height: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 2px;
}




/* ============================================================
   ESTILOS RESPONSIVE (SMARTPHONES Y TABLETS)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. Reset de Body y Fondo */
    body {
        background-attachment: scroll; /* Mejora rendimiento en móviles */
    }

    /* 2. Header: De horizontal a vertical */
    .header {
      
        padding-bottom: 12px;
        display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    }

    .header .gleamdetailimg {
        margin-left: 12px;
        height: 53px; /* Logo un poco más chico en celu */
    }

    .header ul {
        margin-left: -32px;
        
        display: flex;
        flex-direction: column;
        
        align-items: center;
        padding: 0;
    }

    .header a {
        margin-left: 0;
        font-size: 16px;
    }
    .buttonmenu {
        margin-left: -23px;
        margin-top: -11px;
        width: 6rem;
        height: 2rem;
    }

    #amenu {
    color: black;
    font-size: 14px;
    margin-left: 7px;
}

    .imgportada {
        width: 89%;
    }

    /* 3. Portada (Main) */

    .main .imgportada {
        width: 89%;
    }
    .main .buttonportada {
        
        position: absolute;
        margin: 120px 283px;
        width: 19%;
        height: 19px;
        
    }

    .main .buttonportada a {
        
                color: white;
        text-decoration: none;
        font-family: poppins;
        font-size: 6px;
        padding: 0;
        position: absolute;
        top: 4px;
        left: 7px;
    }

    .mainul {
               margin-left: 16%;
        margin-top: -40px;
        position: absolute;
        top: 285px;
    }

    .mainul .mainli{    font-size: 11px;
    color: white;
    margin-top: 10px;
    list-style: none;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: white;
    margin-left: 6px;
}}

    /* 4. Grid de Cards: Pasamos de 3 columnas a 1 sola */
    .cards {
        grid-template-columns: 1fr; /* Una card por fila */
        justify-items: center;
        gap: 0;
    }

    .card1 {
    width: 85vw;
    height: auto;
    margin: 20px 0;
    padding-bottom: 30px;
    margin-left: -4px;
}

    .cardmas {
        margin-left: 0; /* Centramos el botón "Ver más" */
        width: 80%;
    }

    /* 5. Sliders (Formato Instagram) */
    .slider_container {
        width: 85vw;
        height: 85vw; /* Mantiene el cuadrado 1:1 */
        max-width: 350px;
    }

    /* 6. Sección Reseñas y Swiper */
    .titlereseñas {
        position: static;
        margin-left: 0;
        font-size: 32px;
        text-align: center;
        display: block;
        margin-top: 40px;
    }

    .mySwiper {
        margin-top: 20px;
        max-width: 90%;
    }

    /* 7. Sección Nuestros Trabajos */
    .nuestrostrabajos {
        grid-template-columns: 1fr;
        padding: 20px;
        margin-left: 6%;
    }

    .imagenestrabajos {
        width: 100%;
        height: auto;
    }

    .h3card{
        font-size: 14px;
    }

    /* 8. Footer: Todo al centro */
    .footer {
        flex-direction: column;
        height: auto;
        padding: 40px 0;
        margin-top: 5rem;
    }

    .divmenufooter {
        gap: 40px;
        margin-top: 30px;
    }

    :root {
    /* Achicamos la imagen para que luzca bien en el celu */
    --slider-img-width: 200px; 
  }

    .slide {
    width: 200px;
    padding: 0 20px;
  }

  .slide-track {
    width: 2000px; /* 10 fotos de 200px */
    animation: scroll-infinito-mobile 20s linear infinite;
  }

  .h1slider {
    font-size: 24px;
    padding-top: 20%; /* Ajuste de espacio superior */
    font-size: 18px;
    margin-left: -39px;
  }


.h1slider {
  color: white;
  display: flex;
  justify-content: center;
  padding-top: 11%;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  text-align: center;
}

@keyframes scroll-infinito-mobile {
  0% { transform: translateX(0); }
  100% { transform: translateX(-1000px); } /* 1000px es el ancho de 5 fotos de 200px */
}

/* 1. Título de Reseñas: Lo sacamos de la posición absoluta */
    .titlereseñas {
        position: static; /* Deja de flotar */
        margin-left: 0;
        text-align: center;
        font-size: 32px; /* Más chico para que no rompa en dos líneas */
        width: 100%;
        display: block;
        padding-top: 40px;
    }

    /* 2. Ajuste de la sección general */
    .reseñas {
        margin-top: 40px; /* Quitamos el 18% que en móvil es mucho */
    }

    /* 3. El contenedor Swiper: Le damos más aire */
    .swiper {
        max-width: 90vw; /* Que use casi todo el ancho del celu */
        margin-top: 20px;
        width: 22%;
        position: absolute;
    left: 196px;
    }

    /* 4. Ajuste de las diapositivas (slides) */
    .swiper-slide {
        width: 140px;  /* Un poco más angostas para que entren en pantalla */
        height: 200px; /* Bajamos la altura para que no sea un bloque gigante */
    }

    /* 5. El Swiper específico (mySwiper) */
    .mySwiper {
        max-width: 100%; /* Permitimos que ocupe el ancho necesario */
        margin-top: 20px; /* Quitamos el -28% que lo encimaba en PC */
        
    }

    #swipercards{
            position: absolute;
    left: 160px;
    margin-top: -9rem;
    }

    /* 6. Imagen de fondo o adorno (m4) */
    .m4 {
        width: 100%;
        height: auto;
    }

    .h4 {
    font-family: poppins;
    font-weight: 200;
    text-align: center;
    font-size: 25px;
    margin-top: 10%;
}

.nuestrostrabajos{margin-left: 2%;
}

.divfooter {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 3%;
}

    footer{
        width: 100%;
    }


    .logofooter{width: 29%; }

    .divmenufooter {
    gap: 40px;
    margin-top: 30px;
    margin-left: -10%;
    margin-bottom: 6%;
}

.h2footer {
    font-size: 20px;
    font-weight: 400;
    color: white;
    margin-top: 5%;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

#afooter{    color: white;
    text-decoration: none;
    font-family: poppins;
    margin-left: 40%;}

    #h1contacto {text-align: center;
    
    margin: 0px;
    font-size: 18px;}


    .menu-hamburger {
        display: flex; /* Aparece en móvil */
    }

    .header {
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        position: relative;
    }

    /* Ocultamos el menú original y lo preparamos para el despliegue */
    .header ul {
        display: none; 
        flex-direction: column;
        position: absolute;
        top: 100%; /* Justo debajo del header */
        left: 0;
        width: 100%;
        background-color: rgba(25, 25, 35, 0.98);
        backdrop-filter: blur(10px);
        margin: 0;
        padding: 20px 0;
        text-align: center;
        z-index: 1000;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* Clase que activa el JS para mostrar el menú */
    .header ul.show {
        display: flex;
    }

    .header ul a {
        margin: 20px 0;
        display: block;
        font-size: 22px;
    }

    /* El botón de contacto lo podemos ocultar o centrar */
    .buttonmenu {
        display: none; /* Se oculta en el header para no amontonar */
    }



/* Ajuste para pantallas muy pequeñas (iPhone SE, etc) */
@media (max-width: 400px) {
    .titlecard {
        font-size: 22px;
    }
    
    .h4 {
        font-size: 20px;
    }
}



/* Estilos del botón flotante */
.whatsapp-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    background-color: #128c7e;
    transform: scale(1.1);
}

/* Ajustes para dispositivos móviles (Responsive) */
@media (max-width: 768px) {
    .whatsapp-btn {
        width: 50px;
        height: 50px;
        bottom: 15px;
        right: 15px;
        font-size: 30px;
    }
}