@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

.visually-hidden{
    display: none !important;
}

:root{
    --bg: #010B0A;
    --a-color: #221a50;
    --btn-bg-color: #4d7b19;
    --time: .2s;
    --radius:2px;

    --title-color:#23261f;
    --info-color:#505630;
    --ni-info-color:rgb(70, 70, 70);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0); /* Transparente */
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0); /* Transparente */
}

.container-fluid{
}

html {
    scroll-behavior: smooth;
}

body{
    width: 100%;
    background-color: var(--bg);
   
}

*{
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24
}

.separator{
    display: block;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.048);
    width: 100px;
    height: 4px;
}
.location-msg{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 20px 0px;
    color: #0c0c0c;
}

.location-msg a i{
    padding: 0px 3px;
}
.location-msg a{
    display: flex;
    align-items: center;
    color: rgb(66, 66, 66);
    font-weight: 500;
    transition: all var(--time);
}
.location-msg a:hover{
    color: #943e3e;
}

.location-msg b{
    font-weight: 500;
}

.location-msg strong{
    padding: 0px 10px;
}



/* wsp start */
.wsp-btn-box{
    color: #fff;
    display: flex;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 101121111;
}

.wsp-btn-box a{
    border-radius: 200px;
    box-shadow: 0px 0px 15px 2px #25d3656b;
    background-color:#25d366;
    padding: 8px 20px;
    color: #fff;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all var(--time);
}

.wsp-btn-box a:hover{
    transform: scale(1.1);
}
.wsp-btn-box a i{
    font-size: 1.2em;
    padding-right: 9px;
}
/* wsp end */


/* header */

.header{
    z-index: 1011211212;
    width: 100%;
    height: max-content;
    top: 0px;
    position: fixed;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 90px;
    transition: all .5s;
    background: #010B0A;
    background: linear-gradient(0deg, rgba(1, 11, 10, 0) 0%, rgba(1, 11, 10, 1) 70%);
}

.header-logo-a{
    display: flex;
    align-items: center;
    height: 100px;
    font-family: "Playfair Display", serif;
    color: #23261f;
    font-weight: 500;
    font-size: 25px;
}

.header-logo-a img{
    height: 100%;
}

.header-logo a i{
    color: #4d7b19;
}

.header-logo{
    width: max-content;
}

.header-actions{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-actions a{
    background: #ce0f0fb9;
    border-radius: 100px;
    padding: 10px 23px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #ce0f0fb9;
    transition: all var(--time);
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}   
.header-actions a:hover{
    background-color: #ce0f0f;
    border-color: #ce0f0f;
}
.header-actions a:hover > i{
    color: #fff;
}
.header-actions a i{
    color: #f3f3f3;
    transition: all var(--time);

}

.header-btns{
    display: none;
}

.header-links{
    display: flex;
    gap: 28px;
}


.header-links-a{
    font-size: .9em;
    padding: 2px 0px !important;
    color: #fff;
    display: flex;
    margin: 2px;
    font-weight: 500;   
    transition: all var(--time);
}

.header-links-a:hover{
    color: #ce0f0f;
}

/* header end */


/* footer */

#footer-title{
    display: none; 
}

.footer {
    display: flex;
    flex-direction: column;
    padding: 70px 150px;
}

.footer-links-container{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff3a;
    padding: 40px 0px;
}
.footer-links-title{
    color: #ffffff;
    font-weight: 600;
    padding: 10px 0px;
}
.footer-links-a a{
    color: #ffffffd0;
    transition: all var(--time);
}

.footer-links-a a:hover{
    text-decoration: underline;
}


.footer-links-a a img{
    width: 200px;
}

.footer-info-container {
    padding: 30px 0px;
}

.footer-social{
    padding-bottom: 30px;
}
.footer-social-ul{
    display: flex;
}
.footer-social-li{
    padding: 0px 10px;
}
.footer-social-li a{
    transition: all var(--time);
    color: #ffffff;
    font-size: 1.8em;
}
.footer-social-li a:hover{
    color: #dddddd;
}
.copyright-p-dev{
    font-size: 1.3em;
    padding-top: 20px;
    font-weight: 600;
    color: #ffffff;
}

.copyright-p-dev a{
    color: #ffffff;
    transition: all var(--time);
    text-decoration: underline;
    padding: 0px 5px;
    width: max-content !important;
}
.copyright-p-dev a:hover{
    color: #9fcfff;
    letter-spacing: 1px;
}

.copyright-p{
    color: #ffffff;
}

.copyright-p a{
    color: #ffffff;
    text-decoration: underline;
    transition: all var(--time);
}

.copyright-p a:hover{
    color: #ce0f0f;
}
/* footer end */


/* ------------HERO-----------START */
.hero-bg {
    background-image: url("/public/images/hero/hero-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-container {
    display: flex;
    flex-wrap: wrap;
    padding: 70px clamp(20px, 5vw, 90px) 0;
    padding-top: 130px;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.hero-text {
    text-align: center;
    flex: 1 1 500px;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-bottom: 80px;
}

.hero-title {
    font-size: clamp(36px, 6vw, 70px);
    font-weight: 500;
    line-height: 1.1;
    max-width: 100%;
}
.colored{
  color: #ce0f0fe5 !important;
}

.hero-info {
    padding-top: 20px;
    font-size: clamp(16px, 2vw, 20px);
}


.hero-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
}

.hero-link {
    border-radius: 100px;
    padding: 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    background-color: #ce0f0fb9;
    border: 1px solid #ce0f0fb9;
    color: #fff;
    transition: all var(--time);
    gap: 5px;
}

.hero-link span {
    transition: all 0.3s ease;
}

.hero-link:hover {
    background-color: #ce0f0f;
    border-color: #ce0f0f;
}

/* ------------HERO-----------END */

/* ------------SERVICIOS-----------START */
.servicios-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px clamp(20px, 5vw, 90px);
  text-align: center;
}

.servicios-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.servicios-sub-title {
  font-size: 16px;
  color: #cccccc;
  max-width: 600px;
}

.servicios-title {
  color: #f9f9f9;
  text-transform: uppercase;
  font-size: clamp(24px, 4vw, 32px);
  line-height: 1.2;
  padding-top: 10px;
}

.servicios-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 20px;
  padding: 50px 0;
}

.servicio {
  flex: 1 1 calc(25% - 20px); /* 4 columnas */
  max-width: calc(25% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 15px;
  border-radius: 10px;
  background-color: transparent;
  text-align: center;
  box-sizing: border-box;
}

.servicio-img {
  width: 60px;
}

.servicio-title {
  color: #f2f2f2;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 600;
}

.servicio-info {
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #bfbfbf;
  font-weight: 400;
}

.servicio-presupuesto-link {
  background-color: transparent;
  color: #ce0f0fb9;
  border: 2px solid #ce0f0fb9;
  gap: 5px;
  border-radius: 100px;
  padding: 0 20px;
  height: 44px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}

.servicio-presupuesto-link:hover {
  background-color: #ce0f0fb9;
  color: #fff;
  gap: 10px;
}

.servicio-presupuesto-link > span {
  transition: all 0.3s ease;
}

.servicio-presupuesto-link:hover > span {
  transform: rotate(45deg);
}

/* Responsive */
@media (max-width: 1024px) {
  .servicio {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .servicio {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .servicios-title {
    font-size: 22px;
  }

  .servicio-title {
    font-size: 15px;
  }

  .servicio-info {
    font-size: 13px;
  }

  .servicio-img {
    width: 50px;
  }

  .servicio-presupuesto-link {
    height: 42px;
    font-size: 15px;
  }
}
/* ------------SERVICIOS-----------END */


/* ------------SOBRE NOSOTROS-----------START */
.sobre-nosotros-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 80px clamp(20px, 5vw, 90px);
  justify-content: center;
  align-items: center;
}

.sobre-nosotros-img {
  height: 400px;
  width: 400px;
  object-fit:cover;
  border-radius: 20px;
}

.sobre-nosotros-text-container {
  width:500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sobre-nosotros-sub-title {
  font-size: 18px;
  color: #ffffffd2;
}

.sobre-nosotros-title {
  color: #ffffffe5;
  text-transform: uppercase;
  font-size: clamp(26px, 4vw, 35px);
  line-height: 1.2;
  padding-top: 10px;
}

.sobre-nosotros-info {
  font-size: 18px;
  line-height: 1.5;
  padding-top: 10px;
  color: #ffffffa2;
  max-width: 100%;
}
/* ------------SOBRE NOSOTROS-----------END */


/* ------------TRABAJOS-----------START */
.trabajos-container{
    padding: 100px 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trabajos-text{
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}



.trabajos-sub-title {
  font-size: 18px;
  color: #00000093;
}

.trabajos-title {
  color: #000000d8;
  text-transform: uppercase;
  font-size: clamp(26px, 4vw, 35px);
  line-height: 1.2;
  padding-top: 10px;
  width: 700px;
  padding-bottom: 30px;
}

.trabajos-title .colored {
  color: #DA2141;
}

.trabajos-filters{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding-bottom: 20px;
}

.trabajos-filters .filter{
    border: none;
    background-color: #1d4b8817;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    color: #000000de;
    cursor: pointer;
    transition: all var(--time);
}

.trabajos-filters .filter:hover{
    background-color: #1d4b883f;
}

.trabajos-filters .filter.selected{
    color: #fff;
    background-color: #1D4B88;
}

.trabajos-filters .filter.selected:hover{
    background-color: #3679d1;
}
.trabajos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 30px 20px;
  box-sizing: border-box;
}

.trabajo {
  flex: 0 1 310px; /* No crecer, solo encoger si es necesario */
  display: flex;
  flex-direction: column;
  max-width: 100%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease;
}


.trabajo:hover {
  transform: translateY(-3px);
}

.trabajo-img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.trabajo-text {
  display: flex;
  flex-direction: column;
  padding: 15px;
  gap: 10px;
}

.trabajo-title {
  font-size: 20px;
  font-weight: 600;
  color: #000000d8;
}

.trabajo-info {
  font-size: 16px;
  line-height: 1.4;
  color: #000000bb;
}

.trabajo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
}

.trabajo-tag {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #000000b9;
  flex: 1 1 120px;
}

.trabajo-tag span {
  font-size: 14px;
  color: #00000099;
}

.trabajo-tag-info {
  font-size: 13px;
  color: #000000a0;
}

.trabajo-link {
  color: #3B72BD;
  font-size: 16px;
  font-weight: 500;
  margin-top: auto;
  width: max-content;
}

.trabajo-link:hover {
  color: #4b96ff;
  text-decoration: underline;
}

.trabajos-link{
    background-color: transparent;
    border: 2px solid #DA2141;
    color: #DA2141;
    gap: 5px;
    border-radius: 5px;
    padding: 0px 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all var(--time);
}

.trabajos-link:hover{
    background-color: #e9556d;
    border-color: #e9556d;
    color: #fff;
    gap: 10px;
}

.trabajos-link > span{
    transition: all var(--time);
}

.trabajos-link:hover > span{
    transform: rotate(45deg); 
}
/* ------------TRABAJOS-----------END */


/* ------------NUMBERS-----------START */
.numbers-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  padding: 60px 20px;
  text-align: center;
  box-sizing: border-box;
  background: #010B0A;
  background: linear-gradient(0deg, rgba(1, 11, 10, 1) 30%, rgba(1, 11, 10, 0) 100%);
}

.number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.number:hover {
  transform: translateY(-5px);
}

.number-value {
  color: #ce0f0fb2;
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 600; 
}

.number-label {
  font-size: clamp(16px, 3vw, 18px);
  color: #fff;
  margin-top: 5px;
  line-height: 1.3;
}
/* ------------NUMBERS-----------END */


.contact-container {
  display: flex;
  flex-direction: column;
  padding: 80px 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.contact-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.contact-info {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.contact-title {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 30px;
  max-width: 100%;
}

.contact-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  padding: 20px 0;
}

.contact-user {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.input-container {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.contact-input,
.contact-textarea {
  width: 100%;
  font-size: 16px;
  color: #fff;
  border: none;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.08);
  outline: none;
  border-radius: 20px;
  transition: all var(--time);
  box-sizing: border-box;
}

.contact-input {
  height: 50px;
}

.contact-textarea {
  height: 200px;
  resize: vertical;
  font-size: 18px;
}

.contact-input:focus,
.contact-textarea:focus {
  background-color: rgba(255, 255, 255, 0.12);
}

.contact-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
}

.contact-button {
  margin-top: 10px;
  padding: 15px 30px;
  border-radius: 100px;
  background-color: #ce0f0fb9;
  border: 1px solid #ce0f0fb9;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all var(--time);
  cursor: pointer;
  font-size: 18px;
  align-self: flex-start;
  width: 100%;
}

.contact-button:hover {
  background-color: #ce0f0f;
  border-color: #ce0f0f;
}

.contact-data {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.contact-data-li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.contact-data-li a,
.contact-data-li a i {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
}

.contact-data-li a:hover {
  text-decoration: underline;
}





/* ------------SOBRE NOSOTROS-----------START */
.porque-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 80px clamp(20px, 5vw, 90px);
  justify-content: center;
  align-items: center;
}

.porque-img {
  height: 400px;
  width: 400px;
  object-fit:cover;
  border-radius: 20px;
}

.porque-text-container {
  width:500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.porque-sub-title {
  font-size: 18px;
  color: #ffffffd2;
}

.porque-title {
  color: #ffffffe5;
  text-transform: uppercase;
  font-size: clamp(26px, 4vw, 35px);
  line-height: 1.2;
  padding-top: 10px;
}

.porque-ul{
  padding-top: 18px;
}
.porque-li{
  font-size: 18px;
  line-height: 1.5;
  padding-top: 10px;
  color: #ffffffa2;
  max-width: 100%;
  list-style-type: disc;
}

.porque-info {
  font-size: 18px;
  line-height: 1.5;
  padding-top: 10px;
  color: #ffffffa2;
  max-width: 100%;
}
/* ------------SOBRE NOSOTROS-----------END */




/* ------------LLAMADO ALAC-----------START */
.llamadoalac-container {
    display: flex;
    flex-wrap: wrap;
    padding: 70px clamp(20px, 5vw, 90px) 0;
    padding-top: 130px;
    align-items: center;
    justify-content: center;
    gap: 40px;
    text-align: center;
}

.llamadoalac-title {
    font-size: clamp(28px, 4vw, 50px); /* antes: clamp(36px, 6vw, 70px) */
    font-weight: 500;
    line-height: 1.2;
    max-width: 100%;
    color: #fff;
}

.llamadoalac-link {
    border-radius: 100px;
    padding: 0 16px;
    height: 44px; /* antes: 50px */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px; /* antes: 18px */
    transition: all var(--time, 0.3s ease);
    background-color: #ce0f0fb9;
    border: 1px solid #ce0f0fb9;
    color: #fff;
    gap: 5px;
}

.llamadoalac-link i {
    transition: all 0.3s ease;
}

.llamadoalac-link:hover {
    background-color: #ce0f0f;
    border-color: #ce0f0f;
}
/* ------------LLAMADO ALAC-----------END */
/* ------------OPINIONES-----------START */
.opiniones-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 90px;
  gap: 30px;
}

.opiniones-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.opiniones-title {
  color: #ffffffe5;
  text-transform: uppercase;
  font-size: clamp(26px, 4vw, 35px);
  line-height: 1.2;
  padding-top: 10px;
}

.opiniones-description {
  font-size: 18px;
  color: #ffffffd2;
  max-width: 600px;
}

.opiniones {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.opinion {
  background-color: #ffffff1f;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  min-height: 160px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.opinion:hover {
  transform: translateY(-3px);
}

.opinion-cliente {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.opinion-estrellas {
  display: flex;
  align-items: center;
  gap: 5px;
}

.opinion-estrellas i {
  color: #FFBB00;
}

.opinion-text {
  font-size: 14px;
  color: #ffffffd2;
  line-height: 1.4;
}
/* ------------OPINIONES-----------END */


/* ------------CONTACT INFO-----------START */
.contact-info-container {
  display: flex;
  flex-wrap: wrap; /* Permite que se apilen en pantallas pequeñas */
  justify-content: space-between;
  gap: 40px;
  padding: 100px 90px 20px 90px;
  box-sizing: border-box;
}

.contact-info-title {
  font-size: 18px;
  font-weight: 500;
  color: #ffffffe5;
  margin-bottom: 10px;
}

.contact-details,
.contact-details a {
  font-size: 16px;
  color: #ffffffd2;
  line-height: 1.4;
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}

.map {
  width: 100%;
  max-height: 400px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

/* Responsive: tablet y móvil */
@media (max-width: 1024px) {
  .contact-info-container {
    flex-direction: column;
    padding: 60px 40px 20px 40px;
  }
}

/* Mobile más chico */
@media (max-width: 576px) {
  .contact--infotitle {
    font-size: 16px;
  }

  .contact-details,
  .contact-details a {
    font-size: 15px;
  }

  .contact-info-container {
    padding: 40px 20px 20px 20px;
    gap: 30px;
  }

  .map {
    max-height: 300px;
  }
}
/* ------------CONTACT INFO-----------END */

