@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: #000;
    --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{
    padding-top: 70px;
}

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{
    background-color: #000;
    z-index: 1011211212;
    width: 100%;
    height: 80px;
    top: 0px;
    position: fixed;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 90px;
    transition: all .5s;
}

.header-logo-a{
    display: flex;
    align-items: center;
    height: 80px;
    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: 200px;
}

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

.header-actions a{
  background: #FAD214;
  border-radius: 100px;
  padding: 10px 23px;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
  border: 2px solid #FAD214;
  transition: all var(--time);
  display: flex;
  gap: 5px;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
}   

.header-actions a:hover {
  background: transparent;
  color: #FAD214;
}

.header-actions a:hover > i{
  color: #FAD214;
}

.header-actions a i{
  color: #000;
  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);
  text-transform: uppercase;
}

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

/* header end */



/* footer */

#footer-title {
  display: none;
}

.footer {
  display: flex;
  flex-direction: column;
  padding: 70px 150px;
  background-color: #000; /* asegúrate de que el fondo sea negro */
}

.footer-links-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff1a; /* border blanco con transparencia */
  padding: 40px 0px;
}

.footer-links-title {
  color: #ffffff;
  font-weight: 600;
  padding: 10px 0px;
}

.footer-links-a a {
  color: #cccccc;
  transition: all var(--time);
}

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

.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: #00bfff; /* celeste tipo "link" moderno */
}

.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: #00bfff;
  letter-spacing: 1px;
}

.copyright-p {
  color: #cccccc;
}

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

.copyright-p a:hover {
  color: #00bfff;
}

/* 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 {
  background-color: #000000cb;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding:0 0;
  align-items: center;
  justify-content: space-between;
}

.hero-top{
  background: 000;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  height: 100px;
  width: 100%;
}

.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;
}

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

.hero-title .colored{
  color: #FAD214;
}

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

.hero-services {
    padding: 10px 0 20px 20px;
    font-size: 18px;
    list-style: circle;
    color: #ffffffe0;
}

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

.hero-link {
    border-radius: 5px;
    padding: 0 20px;
    height: 50px;
    background-color: rgb(178, 190, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 2px solid rgb(178, 190, 255);
    border-radius: 100px;
}

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

.hero-link:first-child {
  background: #FAD214;
  border-color: #FAD214;
  color: #000;
  gap: 5px;
}

.hero-link:first-child:hover {
    background-color: transparent;
    color: #FAD214;
}

.hero-link:last-child {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    gap: 5px;
}

.hero-link:last-child:hover {
    background-color: transparent;
    color: #fff;
}
.client-types {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 70px 20px 30px 20px;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
}

.client-types-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 80px;
  max-width: 1200px;
  width: 100%;
}

/* Individual client type */
.client-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  max-width: 200px;
}

.client-type img {
  width: 60px;
  height: auto;
}

.client-type-title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffffd0;
}

/* ------------RESPONSIVE BREAKPOINTS----------- */

/* Tablets */
@media (max-width: 1024px) {
  .client-types-grid {
    gap: 60px;
  }
}

/* Celulares */
@media (max-width: 600px) {
  .client-types {
    padding: 50px 15px 100px 15px;
  }

  .client-types-grid {
    gap: 40px;
  }

  .client-type-title {
    font-size: 18px;
  }

  .client-type img {
    width: 50px;
  }
}

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



/* ------------SERVICIOS-----------START */
.servicios-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 90px;
  border-bottom: 1px solid #ffffff18;
    text-align: center;
}

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

.servicios-sub-title{
    font-size: 18px;
    color: #ffffff93;
}


.servicios-title{
    color: #ffffffd8;
    text-transform: uppercase;
    font-size: clamp(26px, 4vw, 35px);
    line-height: 45px;
    width: 700px;
}

.servicios-title .colored {
  color: #FAD214;
}


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

.servicio {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    width: calc(33.333% - 13.33px); /* Para dejar espacio entre columnas con gap */
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
}


.servicio .img-container{
  padding: 10px;
  background-color: #FAD214;
  border-radius: 100px;
}
.servicio-img {
  width: 50px;
  height: 50px;
}

.servicio-title{
    padding-top: 20px;
    color: #ffffffd8;
    font-size: 18px;
}

.servicio-info{
    color: #ffffffbe;
    font-size: 16px;
    line-height: 18px;
}


.servicio-presupuesto-link{
    background-color: #FAD214;
    color: #000;
    gap: 5px;
    border-radius: 115px;
    padding: 0px 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all var(--time);
}

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

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

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

/* ------------SOBRE NOSOTROS-----------START */
.sobre-nosotros-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  padding: 80px clamp(20px, 5vw, 90px);
  justify-content: center;
  align-items: stretch;
  border-top: 1px solid #ffffff18;
  border-bottom: 1px solid #ffffff18;
}

.sobre-nosotros-img {
  max-width: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  height: auto;
}

.sobre-nosotros-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: center;
}

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

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

.sobre-nosotros-title .colored {
  color: #FAD214;
}

.sobre-nosotros-info {
  font-size: 18px;
  line-height: 1.5;
  padding: 20px 0px;
  color: #ffffffbd;
  max-width: 100%;
}

.about-link {
  border-radius: 100px;
  padding: 0 20px;
  height: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
  border: 2px solid #FAD214;
  color: #FAD214;
  gap: 5px;
  width: max-content;
}

.about-link:hover {
  background-color: #FAD214;
  color: #000;
}

/* ------------RESPONSIVE BREAKPOINTS----------- */

/* Tablets (≤ 1024px) */
@media (max-width: 1024px) {
  .sobre-nosotros-container {
    flex-direction: column;
    align-items: center;
    padding: 60px clamp(20px, 5vw, 60px);
  }

  .sobre-nosotros-img {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .sobre-nosotros-text {
    text-align: center;
    align-items: center;
  }
}

/* Celulares (≤ 600px) */
@media (max-width: 600px) {
  .sobre-nosotros-container {
    padding: 100px 20px;
    gap: 30px;
  }

  .sobre-nosotros-title {
    font-size: 26px;
  }

  .sobre-nosotros-sub-title,
  .sobre-nosotros-info,
  .about-link {
    font-size: 16px;
  }

  .about-link {
    width: 100%;
    max-width: 300px;
  }
}
/* ------------SOBRE NOSOTROS-----------END */


/* ------------TRABAJOS-----------START */
.trabajos-container{
    padding: 100px 90px;
    display: flex;
    flex-direction: column;
  border-bottom: 1px solid #ffffff18;
    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: #ffffff93;
}

.trabajos-title {
  color: #ffffffd8;
  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: #FAD214;
}

.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: #fad41448;
    padding: 5px 15px;
    border-radius: 100px;
    font-size: 16px;
    color: #000000de;
    cursor: pointer;
    transition: all var(--time);
}

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

.trabajos-filters .filter.selected{
    color: #000;
    background-color: #FAD214;
}

.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: transparent;
  overflow: hidden;
  transition: transform 0.2s ease;
}


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

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


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

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

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

.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: #ffffffb9;
  flex: 1 1 120px;
}

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

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

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

.trabajo-link:hover {
  text-decoration: underline;
}

.trabajos-link{
    background-color: transparent;
    border: 2px solid #FAD214;
    color: #FAD214;
    gap: 5px;
    border-radius: 115px;
    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: #FAD214;
    border-color: #FAD214;
    color: #000;
    gap: 10px;
}

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

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


/* ------------NUMBERS-----------START */
.numbers-container {
  background-color: #E2E8EF;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px;
  padding: 60px 20px;
  text-align: center;
  box-sizing: border-box;
}

.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: #DA2141;
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 700;
}

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




/* ------------TESTIMONIOS-----------STARt */
.testimonios-bg{
    background-image: url("/construfach/public/images/testimonios/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonios-container{
    background-color: #ffffff8f;
    padding: 100px 90px;
    text-align: center;
}

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

.testimonios-sub-title{
    font-size: 18px;
    color: #DA2141;
}

.testimonio-card{
    background-color: #ffffff8f;
    padding: 40px 20px;
    border-radius: 10px;
    position: relative;
    padding-top: 80px;
    width: 400px;
}

.testimonio-comillas{
    position: absolute;
    right: 30px;
    top: 30px;
    width: 60px;
    height: max-content;
}

.testimonios-title{
    color: #000000d8;
    text-transform: uppercase;
    font-size: clamp(26px, 4vw, 35px);
    line-height: 45px;
    width: 700px;
}

.testimonio-text{
    color: #1e1e1ed8;
    font-size: 20px;
    line-height: 20px;
}

.testimonio-cliente{
    color: #DA2141;
    padding-top: 30px;
    font-size: 18px;
}

.testimonios-slider {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin: 40px auto 0;
}

.testimonio-container {
  display: none;
  transition: opacity 0.3s ease;
}

.testimonio-container.active {
  display: block;
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.slider-controls button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DA2141;
    color: #fff;
    border: none;
    font-size: 24px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border-radius: 100%;
}

.slider-controls button:hover {
  background-color: #f57b8f;
}

/* ------------TESTIMONIOS-----------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: #ccc; /* texto gris claro */
}

.contact-title {
  color: #fff; /* blanco para el título */
  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; /* texto blanco */
  border: none;
  padding: 10px;
  background-color: #1d4b8833; /* azul translúcido */
  outline: none;
  border-radius: 5px;
  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: #1d4b8855;
}

.contact-label {
  font-size: 16px;
  color: #ddd; /* etiquetas claras */
}

.contact-button {
  margin-top: 10px;
  padding: 10px 30px;
  border-radius: 115px;
  background-color: #FAD214;
  border: 2px solid #FAD214;
  color: #000;
  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: transparent;
  color: #FAD214;
}

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

.contact-data-li {
  color: #fff; /* texto blanco */
  font-size: 18px;
}

.contact-data-li a,
.contact-data-li a i {
  color: #8bb9ff; /* azul claro para enlaces */
  font-weight: 500;
}

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



/* ------------porque-----------START */
.porque-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  padding: 80px clamp(20px, 5vw, 90px);
  justify-content: center;
  border-bottom: 1px solid #ffffff18;
  align-items: stretch;
}

.porque-img {
  max-width: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  height: auto;
}

.porque-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: center;
}

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

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

.porque-title .colored {
  color: #FAD214;
}

.porque-info,
.porque-description {
  font-size: 18px;
  line-height: 1.5;
  padding: 20px 0;
  color: #ffffffbd;
  max-width: 100%;
}

.porque-info li {
  padding-bottom: 10px;
}

.porque-link {
  border-radius: 100px;
  padding: 0 20px;
  height: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
  border: 2px solid #FAD214;
  color: #FAD214;
  gap: 5px;
  width: max-content;
}

.porque-link:hover {
  background-color: #FAD214;
  color: #000;
}

/* ------------RESPONSIVE BREAKPOINTS----------- */

/* Tablets (≤ 1024px) */
@media (max-width: 1024px) {
  .porque-container {
    flex-direction: column;
    align-items: center;
    padding: 60px clamp(20px, 5vw, 60px);
  }

  .porque-img {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .porque-text {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

/* Celulares (≤ 600px) */
@media (max-width: 600px) {
  .porque-container {
    padding: 100px 20px;
    gap: 30px;
  }

  .porque-title {
    font-size: 26px;
  }

  .porque-sub-title,
  .porque-info,
  .porque-description,
  .porque-link {
    font-size: 16px;
  }

  .porque-link {
    width: 100%;
    max-width: 300px;
  }
}

/* ------------CTA-----------START */
.cta-container {
  text-align: center;
  background-image: url("/public/images/cta/cta-bg.png");
  background-size: cover;             /* que cubra todo sin deformarse */
  background-position: center;        /* centrado visualmente */
  background-repeat: no-repeat;       /* sin repetir */
  background-attachment: scroll;      /* se mueve con el contenido */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;                  /* altura mínima para que respire */
  width: 100%;
  box-sizing: border-box;
}

.cta-bg{
  background-color: #000000bd;
  width: 100%;
}

.cta-top{
  background: 000;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  height: 300px;
  width: 100%;
}

.cta-bottom{
  background: 000;
  background: -webkit-linear-gradient(-1deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(-1deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(-1deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  height: 300px;
  width: 100%;
}

.cta-text{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cta-title {
  color: #ffffffd8;
  text-transform: uppercase;
  font-size: clamp(26px, 4vw, 35px);
  line-height: 1.2;
  max-width: 800px;
  padding-top: 10px;
}

.cta-info {
  font-size: 18px;
  line-height: 1.5;
  padding: 20px 0px;
  color: #ffffffbd;
  max-width: 800px;
}

.cta-title .colored {
  color: #FAD214;
}

.cta-link {
  background: #FAD214;
  border-radius: 100px;
  padding: 10px 23px;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
  border: 2px solid #FAD214;
  transition: all var(--time);
  display: flex;
  gap: 5px;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
}   

.cta-link:hover {
  background: transparent;
  color: #FAD214;
}
/* ------------CTA-----------END */

