* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
    font-family: Poppins, sans-serif; /*Sería Poppins*/ 
  }

html {
    scroll-behavior: smooth; 
    scrollbar-width: thin;
}

body {
    background-color: #312B25;   
}

a {
    text-decoration: none;
}

/*NAVEGADOR*/

#hamburger {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}

#navegador {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.301);
    height: 60px;
    backdrop-filter: blur(5px); 
    -webkit-backdrop-filter: blur(5px);
    justify-content: center;
}

#nav-menu {
    font-weight: 600;
    width: 100%;
}

ul {
    justify-content: center;
    display: flex;
    list-style: none;
    margin: auto;  
    gap: 50px;
}

.nav-list a {
    position: relative;
    text-decoration: none;
    color: white;
    display: inline-block; /* clave para que solo ocupe lo necesario */
}

.nav-list a::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #EADDCA;
    transform: scaleX(0);
	-webkit-transform: scaleX(0);
    transform-origin: top;
	-webkit-transform-origin: top;
    transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
    z-index: 0;
  }

.nav-list a:hover::before {
    transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

#logo {
    height: 50px;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 15px;
    margin-left: 50px;
}

.button {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 8%;
  padding: 0px 20px;
  background: #EADDCA;
  height: 45px;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 400;
  color: #312B25;
  border: 2px solid #EADDCA;
  border-radius: 8px;
  box-shadow: 0 0 0 #ffecd0cb;
  transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.s ease-in-out;
  cursor: pointer;
  justify-content: center;
  align-content: center;
}


.star-1 {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
	-webkit-filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
	-webkit-transition: all 1s subic-bezier(0.05, 0.83, 0.43, 0.96);
}

.star-2 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
	-webkit-filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
	-webkit-transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-3 {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
	-webkit-filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
		-webkit-transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-4 {
  position: absolute;
  top: 20%;
  left: 40%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
	-webkit-filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
	-webkit-transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-5 {
  position: absolute;
  top: 25%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
	-webkit-filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
	-webkit-transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-6 {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
	-webkit-filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
  transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.button:hover {
  background: transparent;
  color: #EADDCA;
  box-shadow: 0 0 25px #ffecd0cb;
}

.button:hover .star-1 {
  position: absolute;
  top: 5%;
  left: -35%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
	-webkit-filter: drop-shadow(0 0 0 #fffdef);
  z-index: 2;
}

.button:hover .star-2 {
  position: absolute;
  top: -40%;
  left: 16%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
	-webkit-filter: drop-shadow(0 0 0 #fffdef);
  z-index: 2;
}

.button:hover .star-3 {
  position: absolute;
  top: 95%;
  left: 2%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
	-webkit-filter: drop-shadow(0 0 0 #fffdef);
  z-index: 2;
}

.button:hover .star-5 {
  position: absolute;
  top: 35%;
  left: 115%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
	-webkit-filter: drop-shadow(0 0 0 #fffdef);
  z-index: 2;
}

.button:hover .star-6 {
  position: absolute;
  top: 75%;
  left: 60%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
	-webkit-filter: drop-shadow(0 0 0 #fffdef);
  z-index: 2;
}

.fil0 {
  fill: #fffdef;
}

/*LANDING*/

.full-page {
    height: 100dvh;
    position: relative;
}

#fondo-index{
    background-image: url(img/portada.webp); 
    background-repeat: no-repeat;     /* Para evitar que se repita */
    background-position: center 80%; /* Mueve la imagen para mostrar la parte de abajo */
}

#fondo-proyectos{
    background-image: url(Proyectos/proyecto-portada.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
}

#fondo-proyectos:before{
    content: "";
    position: absolute;
    inset: 0; /* shorthand para top, right, bottom, left: 0 */
    background: linear-gradient(to top, rgba(48, 45, 39, 0.219) 3%, rgba(0,0,0,0)); /* degradado negro suave */
    pointer-events: none;
}

#fondo-carpinteria {
    background-image: url(Servicios/Carpinteria/img/portada.webp); 
    background-size: cover;
    background-repeat: no-repeat;     /* Para evitar que se repita */
    background-position: center 80%; /* Mueve la imagen para mostrar la parte de abajo */
    height: 400px;
}

#fondo-carpinteria::before {
    background: linear-gradient(to top, rgba(48, 45, 39, 0.308) 10%, rgba(0,0,0,0)); /* degradado negro suave */
}

#fondo-cerrajeria {
    background-image: url(Servicios/Cerrajeria/img/portada.webp); 
    background-size: cover;
    background-repeat: no-repeat;     /* Para evitar que se repita */
    background-position: center 20%; /* Mueve la imagen para mostrar la parte de abajo */
    height: 400px;
}

#fondo-cerrajeria::before {
    background: linear-gradient(to top, rgba(48, 45, 39, 0.308) 10%, rgba(0,0,0,0)); /* degradado negro suave */
}

#fondo-imp-digital {
    background-image: url(Servicios/Impresion_digital/img/portada.webp); 
    background-size: cover;
    background-repeat: no-repeat;     /* Para evitar que se repita */
    background-position: center 20%; /* Mueve la imagen para mostrar la parte de abajo */
    height: 400px;
}

#fondo-imp-digital::before {
    background: linear-gradient(to top, rgba(48, 45, 39, 0.308) 10%, rgba(0,0,0,0)); /* degradado negro suave */
}

#fondo-saexma {
    background-image: url(Proyectos/Saexma/img/portada.webp); 
    background-size: cover;
    background-repeat: no-repeat;     /* Para evitar que se repita */
    background-position: center 0%; /* Mueve la imagen para mostrar la parte de abajo */
    height: 500px;
}

#fondo-saexma::after {
    background: linear-gradient(to top, rgba(48, 45, 39, 0.479) 10%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)); /* degradado negro suave */
}

#fondo-sostenibilidad{
    background-image: url(sostenibilidad/bosque.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#fondo-sostenibilidad:before{
    content: "";
    position: absolute;
    inset: 0; /* shorthand para top, right, bottom, left: 0 */
    background: linear-gradient(to top, rgba(48, 45, 39, 0.219) 3%, rgba(0,0,0,0)); /* degradado negro suave */
    pointer-events: none;
}

#titulo-carpinteria {
    padding-top: 180px;
    margin-left: 10%;
    font-size: 54px;
    font-family: Roboto Mono, Poppins, sans-serif;
    text-align: center;
}

#fondo-servicios {
    background-image: url(Servicios/portada.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
}

#fondo-servicios::before {
    background: linear-gradient(to top, rgba(48, 45, 39, 0.363) 30%, rgba(0,0,0,0)); /* degradado negro suave */
}
#fondo-contacto {
    background-image: url(Servicios/Carpinteria/img/boceto.webp); 
    background-size: cover;
    background-repeat: no-repeat;     /* Para evitar que se repita */
    background-position: center 0%; /* Mueve la imagen para mostrar la parte de abajo */
    height: 500px;
}

#fondo-contacto::after {
    background: linear-gradient(to top, rgba(48, 45, 39, 0.479) 100%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)); /* degradado negro suave */
}

.full-page > * {
    position: relative;
    z-index: 2;
}

.full-page::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.089) 70%, rgba(0,0,0,0.45)); /* Degradado negro semitransparente */
    z-index: 1;
    pointer-events: none;
}

.full-page h1 {
    padding-top: 300px;
    margin-left: 10%;
    font-size: 54px;
    font-family: Roboto Mono, Poppins, sans-serif;
}
.full-page p {
    padding-top: 15px;
    margin-left: 10%;
    max-width: 35%;
}

.parent-container {
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 0;
    position: absolute;
    height: 80px;
}

.container {
    display: flex; 
    height: 100%;
    width: 1000px;
    justify-content: center;
    align-items: center; 
    position: absolute;
    bottom: 0;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);   
}

.container .item-1 {
    padding: 15px;
    color:white;
    width: 100%; 
    text-align: center; 
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;    
	-webkit-transition: all 0.3 ease-in-out;
}

.item-1:hover{
    text-align: center;
    font-weight: 500;
    background: linear-gradient(#eaddcad7,#EADDCA,#eaddcad7);
    color:#312B25;
}
.item-1:hover a{
    color:#312B25;
}


.lines {
    width: 5px;
    background-color: #EADDCA;
    height: 45px;
}

/*ESPACIOS*/

.destacado {
    font-weight: bolder;
}

h2 { 
    text-align: center;
    padding-top: 100px;
    font-size: 30px;
}

.creating-spaces {
    display: flex;  
    max-width: 1200px;
    justify-content: center;
    align-self: center;
    margin: auto;
    padding-top: 80px;
}

.text-left {
    max-width: 600px; 
    padding-top: 50px;
    padding-right: 10px;
}

.replace {
    width: 500px;
    height: auto;
    object-fit: cover;
    padding-left: 20px;
}

/** 
video {
    width: 600px;
    height: auto;
    display: block;
    object-fit: cover;
    padding-left: 20px;
}
    **/

    /*DIFERENCIARTE*/

.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 1400px;
    margin: auto;
    padding: 10px;
    gap: 30px;
}

.card {
    background: linear-gradient(140deg, #ebd19f81, #312B25, #312B25, #312B25, #312B25);
    border-bottom: 1px solid rgba(231, 200, 154, 0.5);
    border-top: 1px solid rgba(231, 200, 154, 0.2);
    border-right: 1px solid rgba(231, 200, 154, 0.25);
    border-left: 1px solid rgba(231, 200, 154, 0.5); /* tono intermedio */
    border-radius: 8px; 
    overflow: hidden;
    margin-top: 60px;
    padding: 20px;
    padding-bottom: 25px;
}

.card:hover .icon {
    filter: blur(0.5px);
	-webkit-filter: blur(0.5);
}

.icon {
    position: relative;
    stroke: #EADDCA;
    fill: #EADDCA;
    stroke-width: 0.2px;
    top: 95%;
    left: 88%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 10px #ebd19f81);
	-webkit-filter: drop-shadow(0 0 0 #fffdef);
    transform: scale(7);
	-webkit-transform: scale(7);
    opacity: 0.3;
    z-index: 2;
    padding: 0;  
}

.dif-title {
    font-size: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #EADDCA;
    text-align: center;
    padding: 10px;
    margin-top: 0px;
}

.dif-text {
    font-size: 16px;
    padding: 10px;
    line-height: 30px;
}

article {
    margin: 0 auto;
}

/*CASOS DE CLIENTES*/

.clients {
    text-align: center;
    color: #EADDCA;
    margin-top: 100px;
    font-weight: 600;
}

.cases {
    margin: auto;
    padding: 0;
    font-size: 32px;
    max-width: 1400px;
    text-align: left;
    padding-bottom: 25px;
}

.description {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0px;
    font-size: 18px;
}

.article-div {
    display: flex;
    max-width: 1200px;
    padding: 10px;    
    margin: auto;
}

.quote-line {
    width: 10px;
    height: auto;
    background-color: #dfb372;
    margin: 20px auto;
}

blockquote {
    margin: 20px auto;
    font-style: italic;
    padding: 20px;
    background-color: #EADDCA;
    text-align: left;
    color: #312B25;
}

.quote {
    color: #312B25;
    font-weight: bolder;
}

.news {
    color: #0e7200;
    text-decoration: underline;
    font-weight: bolder;
    font-size: small;
    text-underline-offset: 3px;
}

.news:hover {
    color: #3c8b32;
}

.button-center{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px; 
}

.buttons {  
    border: 1px solid #EADDCA;
    border-radius: 10px;
    padding: 10px 50px;
    font-weight: 500; 
    text-align: center;
    display: inline-block;
    justify-content: center; /* importante si el botón usa flex */
    white-space: nowrap; /* opcional */
    margin: auto;
}

.buttons:hover{
  background-color: #EADDCA;
  color: #312B25;
  transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}

/*PREGUNTAS FRECUENTES*/

.fq h3 {
    margin-left: 10%;
    padding-top: 40px; 
}
.fq p {
    margin-left: 10%;
    max-width: 1200px;
    padding-top: 20px;
}      

/*PROYECTOS*/

.container-proyectos{
    margin-top: 100px;
    width: 70%;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    border-radius: 5px;
    position: relative;
    background: radial-gradient(circle, #d3bb9728 20%, #312B25);
    border-top: 1px solid rgba(231, 200, 154, 0.144);
    border-bottom: 1px solid rgba(231, 200, 154, 0.048);
    border-right: 1px solid rgba(231, 200, 154, 0.068);
    border-left: 1px solid rgba(231, 200, 154, 0.048); /* tono intermedio */
}

.dickies-logo {
    width: 250px;
    height: auto;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -20px;
    left: 1200px;
    transform: rotateX(330deg);
	-webkit-transform: rotateX(330deg);
    z-index: 10;
    transition: all 0.5s ease-out;
	-webkit-transition: all 0.5 ease-out;
}

.container-proyectos:hover .dickies-logo {
    transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
    opacity: 1;
    visibility: visible;
    top: 30px;
}   

h2.titulo-proyecto, .titulo-carpinteria { 
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 30px;
    width: 100%;
}

.container-montaje{
    display: flex;
}

.foto-montaje{
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 5px;   
    
}

.foto-montaje img {
    width: auto;
    height: 550px;
    object-fit: cover;  /* hace que la imagen llene el contenedor, recortando si es necesario */
    display: block;
}

.galeria-interior {
    min-height: 50px;
}

.galeria-interior > h3{
    font: 600 24px;
    max-width: 70%;
    margin-left: 5%;
    margin-top: 0px;
    padding-bottom: 10px;
}

.galeria-interior > p{
    max-width: 70%;
    margin-left: 5%;
    margin-top: 10px;
}

.boton-proyecto{
    position: relative;
    margin-top: 25px;
    margin-bottom: auto;
    margin-left: 5%;
    padding: 10px 20px;
    background: #EADDCA;
    height: 45px;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 600;
    color: #312B25;
    border-radius: 3px;
    box-shadow: 0 0 0 #fedd958c;
    transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 350px;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.boton-proyecto:hover {
    background: #312B25;
    letter-spacing: 1px;
    color: #EADDCA;
    box-shadow: 0 0 25px #685d52;
}

.grid-superpuesto {
    position: absolute;    
    display: grid;    
    grid-auto-flow: column;
    width: 100%;
    max-width: 200px;
    height: 200px;         
    margin: 0 auto;
    bottom: 50px;
    gap: 20px;
    left: 500px;
    object-fit: contain;
}

.superpuesta {
    width: 250px;   
    height: 180px;           
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
    object-fit: cover;
}

.superpuesta:hover {
    width: 280px;
    height: 180px;
    object-fit: cover;
}

/*SERVICIOS*/

.container-intro{
    display: flex;
    margin-top: 100px;
    justify-content: center;
    justify-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}


.img-servicio{
    margin-left: 10%;
    width: 400px;
    height: auto;
}

.texto-servicio > p {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 18px;
    padding-bottom: 25px;
    max-width: 90%;
}

.interior-servicio {
    display: flex;
    margin-left: 5%;
    gap: 50px;
}

.container-galeria {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));    
    width: 90%;
    margin:20px 100px auto;
}

.img-galeria-servicio {
    width: 400px;
    aspect-ratio: 1 / 1; /* mantiene el cuadrado */
    overflow: hidden;
    position: relative; 
    margin: auto;
}

.img-galeria-servicio img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center; 
    display: block;
}

.img-galeria-servicio img:hover {
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
    transition:  0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}

.img-grande-servicio {
    width: 400px;
}

.texto-carpinteria{
    margin-bottom: 20px;
}

.explicacion-servicio {
    width: 80%;
    height: 300px;
    margin: auto;
    background-color: #EADDCA;
    display: flex;
    overflow: hidden;
}

.columna-texto {
    width: 70%;
    display: flex;
    align-items: center;
}

.columna-texto p {
    padding: 40px;
    color: #312B25;
    margin: 0;
}

.columna-imagen {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    z-index: 0;
}

.img-boceto {
    width: 600px;
    height: auto;
    transform: rotate(345deg);
	-webkit-transform: rotate(345deg);
    object-fit: contain; 
}

.img-boceto-contract {
    width: 600px;
    height: auto;
    object-fit: contain; 
}

.lateral {
  position: absolute;
  width: 300px;
  height: 800px;
  top: 10;
  overflow: hidden;
  z-index: -1;
}

.lateral img {
  width: 100%;
  position: relative;
  transition: transform 0.1s linear;
	-webkit-transition: transform 0.1s linear;
}

#img-izquierda{
    rotate: 340deg;
}

#img-derecha{
    rotate: 20deg;
}

.izquierda {
  margin-left: 200px;
}

.derecha {
    right: 0;
    margin-right: 200px;
}

.contenido {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px;
}

.texto-proyecto{
    width: 800px;
    margin-left: 00px;
}

.container-intro-proyecto{
    display: block;
    position:relative;
    margin-top: 100px;
    justify-content: center;
    justify-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    z-index: 10;
}
.coolife {
    width: 100%;
}

/*SOSTENIBILIDAD*/

.img-sostenibilidad{
    width: 500px;
    height: auto;
}

.container-sostenibilidad {
    display: flex;
    margin-top: 120px;
}

.certificaciones {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 50px;
    background-color: #312B25;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 1px solid rgba(243, 216, 176, 0.226);
    border-left: 1px solid rgba(243, 216, 176, 0.226);
    border-right: 1px solid rgba(243, 216, 176, 0.226);
}

.certificaciones img {
    height: 100px;
    width: auto;
    padding: 10px;
}

.tech-cards-sostenibilidad {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* ← 2 columnas fijas */
    gap: 1.5rem;
    padding: 2rem;
    max-width: 1000px;
    margin-left: 10%;
    margin-top: auto;
    margin-bottom: auto;
}

.tech-card-sostenibilidad {
    background: radial-gradient(circle, #ddbf952c 20%, #312B25);
    border-top: 1px solid rgba(231, 200, 154, 0.144);
    border-bottom: 1px solid rgba(231, 200, 154, 0.048);
    border-right: 1px solid rgba(231, 200, 154, 0.068);
    border-left: 1px solid rgba(231, 200, 154, 0.048); /* tono intermedio */
    border-radius: 16px;
    padding: 1.5rem;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
	-webkit-transition: transform 0.2s;
    overflow: hidden;
    
}

.tech-card-sostenibilidad:hover {
  transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
  filter: blur(0.3px);
	-webkit-filter: blur(0.3px);
}

.tech-card-sostenibilidad svg, .contacto-card svg{
    position: relative;
    stroke: #EADDCA;
    fill: #EADDCA;
    stroke-width: 0.2px;
    left: 85%;
    filter: drop-shadow(0 0 10px #ebd19f81);
	-webkit-filter: drop-shadow(0 0 0 #fffdef);
    opacity: 0.3;
    z-index: 2;
    padding: 0;  
    scale: 8;
}

.tech-card-sostenibilidad:hover svg, .contacto-card:hover svg{
  filter: blur(0.3px);
	-webkit-filter: blur(0.3px);
}


#bi-derecha-abajo{
    top: 50px;
}

#bi-derecha-arriba{
    top: 25px;
    transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.tech-card-sostenibilidad h3 {
  margin-bottom: 0.5rem;
  color: white;
  font-size: 1.2rem;
}

.tech-card-sostenibilidad p {
  color: #e7e3da;
  font-size: 0.95rem;
}

.imagen-sostenibilidad  {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    object-fit: cover;
    margin-top: auto;
    margin-bottom: auto;
}

.imagen-sostenibilidad img {
    width: 400px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 16px;
}

#titulo-sostenibilidad {
    text-align: center;
    margin-top: 80px;
}

.tintas {
    display: flex;
    max-width: 1200px;
    margin-top: 50px;
    gap: 100px;
    margin-left: auto;
    margin-right: auto;
}

.tintas img {
    height: 200px;
    width: auto;
}

.tintas p {
    margin: auto;
}

hr {
    height: 0.8px;
    width: 50%;
    border-color: rgba(231, 200, 154, 0.349);
    margin-left: 50%;
    transform: translate(-50%);
	-webkit-transform: translate(-50%);
    margin-top: 50px;
}

/*SERVICIOS PORTADA*/

.texto-servicio-inicio {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.texto-servicio-inicio p {
    padding: 10px;
}
.tech-cards-servicios {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* ← 2 columnas fijas */
    gap: 1.8rem;
    padding: 2rem;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.tech-card-servicios {
    background: radial-gradient(circle, #ddbf952c 20%, #312B25);
    border-top: 1px solid rgba(231, 200, 154, 0.144);
    border-bottom: 1px solid rgba(231, 200, 154, 0.048);
    border-right: 1px solid rgba(231, 200, 154, 0.068);
    border-left: 1px solid rgba(231, 200, 154, 0.048); /* tono intermedio */
    border-radius: 16px;
    padding: 1.5rem;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
	-webkit-transition: transform 0.2s;
    overflow: hidden;
}

.tech-card-servicios:hover {
  transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
  filter: blur(0.3px);
	-webkit-filter: blur(0.3px);
}

.tech-cards-servicios img {
    width: 600px;
    height: 300px;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

/*PAGINA CONTACTO*/

.contacto-texto {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.tech-cards-contacto {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  gap: 1.5rem;
  padding: 2rem;
  max-width: 1500px;
  margin: 0 auto;
}

.contacto-card {
  background: radial-gradient(circle, #ddbf952c 20%, #312B25);
  border: 1px solid rgba(231, 200, 154, 0.1);
  border-radius: 16px;
  padding: 1.5rem;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
	-webkit-transition: transform 0.2s;
  overflow: hidden;
  height: 250px;
  color: white;
}

.contacto-card:hover {
  transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
  filter: blur(0.3px);
	-webkit-filter: blur(0.3px);
}

.mapa p{
    margin-top: 10px;
    text-decoration: underline #EADDCA 2px;
}

.mapa iframe {
    margin-top: 10px;
}

    /* Responsive */
@media screen and (max-width: 768px) {
	
.full-page h1 {
    margin-left: 5%;
    font-size: 36px;
    
}
.full-page p {
    padding-top: 15px;
    margin-left: 5%;
    max-width: 70%;
}
	
	/*MENU PRINCIPAL*/
	.parent-container {
     	width: 100%;
     	justify-content: center;
	}

  .container {
      display: block;
      width: 768px; 
      justify-content: center;
      align-items: center; 
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);   
  }

  .container .item-1 {
      padding: 5px; /* reducido de 15px */
      color: white;
      width: 100%; 
      text-align: center; 
	  padding: 0px;
      background-color: rgba(255, 255, 255, 0.2);
      justify-content: center;
      align-items: center;
  }
	
	.lines {
		display:none;
	}
	
	/*ESPACIOS*/	
	.creating-spaces {
		display: flex;  
		max-width: 768px;
		justify-content: center;
		align-self: center;
		margin: auto;
		padding-top: 40px;
		flex-direction: column; 
		gap:0;
		align-items: center;
  }

  .text-left {
    max-width: 90%; /* ocupa más espacio en pantallas pequeñas */
    padding-top: 30px;
    padding-right: 0; /* quitamos el extra */
    text-align: left;
	margin-left:auto;
	margin-right: auto;
  }

  .replace {
    width: 100%; /* que se adapte al contenedor */
    max-width: 400px; /* no tan grande */
    height: auto;
    object-fit: cover;
    padding-left: 0;
    margin-top: 20px; /* separación debajo del texto */
  }
	
	/*DIFERENCIARTE*/

	.parent {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 500px;
    margin: auto;
    padding: 5px;
    gap: 5px;
}

.card {
    margin-top: 20px;
    padding: 10px;
    padding-bottom: 25px;
}

.icon {
    position: relative;
    stroke: #EADDCA;
    fill: #EADDCA;
    stroke-width: 0.3px;
    top: 95%;
    left: 100%;
    width: 70px;
    height: auto;
}

.dif-title {
    font-size: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #EADDCA;
    text-align: center;
    padding: 10px;
    margin-top: 0px;
}

.dif-text {
    font-size: 16px;
    padding: 10px;
    line-height: 30px;
}

article {
    margin: 0 auto;
}
	
	.cases {
    margin-left: auto;
	margin-right: auto;
    padding: 0;
    max-width: 550px;
    text-align: left;
    padding-bottom: 25px;
}
	.description {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    padding: 0px;
    font-size: 18px;
}
	
	/*CARDS*/
	.container-sostenibilidad{
		margin-left:auto;
		margin-right: auto;
	}
	
.tech-cards-sostenibilidad {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* ← 2 columnas fijas */
    gap: 1rem;
    padding: 1rem;
    width: 300px;
    margin-left: auto;
	margin-right:auto;
    margin-top: auto;
    margin-bottom: auto;
}
	
	.tech-cards-servicios img {
    width: 600px;
    height: 300px;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
	
.tech-cards-servicios {
    grid-template-columns: repeat(1, 1fr); /
    padding: 1rem;
    max-width: 500px;
    margin-left: 0;
    margin-right: 0;
    margin-top: auto;
    margin-bottom: auto;
}
	
	.texto-servicio-inicio{
		width: 700px;
		margin-left: auto;
		margin-right: auto;
	}

	/*PREGUNTAS FRECUENTES*/

.fq h3 {
    margin-left: 5%;
    padding-top: 40px; 
}
	
.fq p {
    margin-left:auto;
	margin-right: auto;
    max-width: 550px;
    padding-top: 10px;
}  		

        .footer-container {
            grid-template-columns: repeat(1, 1fr);
            text-align: left;
        }
		
        .footer-column:first-child {
            text-align: left;
        }
		
        .footer-column:last-child {
            text-align: right;
        }
	
	/*NAVEGADOR*/
	
       #navegador {
		display: flex;
		justify-content: space-between;
		background-color:rgba(255, 255, 255, 0.301);
		gap: 0;
	  }
	
		.nav-list a {
			color: #312B25;
		}

	  #hamburger {
		display: block;
		margin-right: 5%; 
	  }

	  #nav-menu {
		display: none;
		flex-direction: column;
		gap:0;
		background: #EADDCA; /* respeta colores actuales */
		text-align: center;
		margin-top: 60px;
		margin-left:50px;
	  }

	  #nav-menu.show {
		display: block; 
		  margin-right: 50px;
	  }

	  #nav-menu li {
		padding: 1rem 5rem; 
	  }

	  .button {
		display: none; /* Es opcional, si quieres ocultar el botón contacto en mobile */
	  }
	
	/*SOSTENIBILIDAD*/
	
	  .tech-cards-sostenibilidad {
		grid-template-columns: 1fr;
	  }

	footer {
     	background-color: #111;
     	margin-top: 50px;
		padding-bottom:10px;
    }

    .footer-container {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
      max-width: 500px;
      margin: 0 auto;
    }

    .footer-column {
      text-align: left;
    }

    /* Logo */
    .footer-logo img {
		height: 40px;
		margin-top: 10px;
		margin-left:20px;
    }

    /* Contacto */
    .footer-contact h3 {
        margin-bottom: 10px;
		margin-right: 20px;
        font-size: 16px;
        font-weight:normal;
    }
		
    .footer-contact p {
      margin-right: 20px;
      color: #dadada;
      font-size: 14px;
    }
}
    