* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.1;
  overflow-x: hidden;
}

html {
  font-size: 10px;
}

:root {
  /*movile*/
  --font-Lato: "Lato", sans-serif;
  --font-Arial: Arial, Helvetica, sans-serif;

  --font-Montserrat: "Montserrat", sans-serif;

  /*
--font-Baloo2: "Baloo 2", sans-serif;
--font-opensans: "Open Sans", sans-serif;

--font-Inter: "Inter", sans-serif;
--font-Roboto: "Roboto", sans-serif;
--font-Poppins: "Poppins", sans-serif;
--font-Myriad: "Myriad Pro", sans-serif;
--font-Oswald: "Oswald", sans-serif;
--font-Verdana: Verdana, sans-serif;
--font-Ubuntu: "Ubuntu", sans-serif;
--font-RobotoCondensed: "Roboto Condensed", sans-serif;
--font-BebasNeue: "Bebas Neue", sans-serif;
--font-AbrilFatface: "Abril Fatface", serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-Nunito: "Nunito", sans-serif;
--font-LenguajeSpartan: "League Spartan", sans-serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-JosefinSans: "Josefin Sans", sans-serif;
*/
}

.container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
}

/*header*/

.main-header {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 887;
  overflow: hidden;
  margin-top: 3px;
}

.header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-swiper {
  width: 100%;
  height: 100%;
}

.header-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.header-pagination {
  position: absolute;
  bottom: 20px;
  left: 80px;
  right: 0;
  z-index: 10;
}

.swiper-pagination-header {
  display: flex;
  gap: 0px;
}

.swiper-pagination-header .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #ffffff;
  opacity: 0.5;
  clip-path: polygon(
    50% 0%,
    85% 15%,
    100% 50%,
    85% 85%,
    50% 100%,
    15% 85%,
    0% 50%,
    15% 15%
  );
  transform: rotate(22.5deg);
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.swiper-pagination-header .swiper-pagination-bullet-active {
  opacity: 1;
}

.top-bar {
  position: relative;
  z-index: 3;
  background: transparent;
  padding: 10px 0;
}

.top-bar .container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 16px 20px;
}

.top-bar-content {
  display: flex;
  justify-content: flex-end;
}

.top-bar-contact {
  display: flex;
  align-items: center;
  gap: 30px;
}

.top-bar-contact a {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-weight: 400;
}

.top-bar-contact a:first-child {
  position: relative;
  padding-right: 5px;
}

.top-bar-contact a:first-child::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background: #6b6969;
}

.nav {
  position: relative;
  z-index: 3;
  background: transparent;
  padding: 0;
}

.nav .container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 70px;
}

.nav .container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 520px;
  width: 100vw;
  background: #e72e33;
  z-index: -1;
  clip-path: polygon(
    24px 0,
    100% 0,
    100% 100%,
    24px 100%,
    0 70%,
    -15px 50%,
    0 30%
  );
}

.nav-logo {
  position: absolute;
  z-index: 2;
}

.nav-logo a {
  display: block;
}

.nav-logo img {
  width: 347px;
  height: 114px;
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  align-items: center;
  margin-left: 575px;
}

.nav-menu li {
  display: flex;
  align-items: center;
}

.nav-menu li:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 16px;
}

.nav-menu li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-Montserrat);
  letter-spacing: 0.5px;
  transition: opacity 0.3s ease;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
}

.nav-menu li a:hover {
  opacity: 0.8;
}

.nav-menu li a.active {
  border-bottom: 2px solid #ffffff;
}

.nav-social {
  display: flex;
  gap: 30px;
}

.nav-social .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  transition: opacity 0.3s ease;
}

.nav-social .social-icon:hover {
  transform: scale(1.1);
}

.hero-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: auto;
  display: flex;
  align-items: flex-end;
  padding: 0 0 80px 0;
}

.hero-section .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.hero-content {
  text-align: left;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  padding: 40px 35px;
  display: inline-block;
}

.hero-title {
  font-size: 58px;
  font-weight: 800;
  font-family: var(--font-Montserrat);
  margin: 0;
  line-height: 1;
  letter-spacing: -2px;
}

.hero-subtitle {
  font-size: 36px;
  font-family: var(--font-Montserrat);
  font-weight: 300;
  margin-left: 50px;
  letter-spacing: 4.5px;
}

/*top footer*/

.top-footer {
  background: #202020;
  padding: 150px 0 20px 0;
}

.top-footer .container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr auto 0.5fr 0.7fr 1fr;
  gap: 80px;
  align-items: start;
}

.footer-column {
  color: #ffffff;
}

.footer-about {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}

.footer-logo img {
  height: 80px;
}

.footer-description {
  color: #ffffff;
  font-size: 13px;
  font-family: var(--font-Montserrat);
  line-height: 1.2;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.social-hex {
  width: 35px;
  height: 35px;
  background: #fe0002;
  clip-path: polygon(
    50% 0%,
    85% 15%,
    100% 50%,
    85% 85%,
    50% 100%,
    15% 85%,
    0% 50%,
    15% 15%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  transition: opacity 0.3s ease;
  transform: rotate(22.5deg);
}

.social-hex.instagram i,
.social-hex.twitter i {
  transform: rotate(-22.5deg) translateY(-1px);
}

.social-hex i {
  transform: rotate(-22.5deg);
}

.social-hex:hover {
  opacity: 0.8;
}

.footer-separator {
  width: 1px;
  background: #555555;
  height: 314px;
  transform: translateY(-35px);
}

.footer-title {
  color: #fd3633;
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-menu li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-menu li img {
  width: 26px;
  height: auto;
}

.footer-menu li a {
  color: #fffffe;
  text-decoration: none;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-menu li a:hover {
  color: #e63946;
}

.footer-text {
  color: #fffffe;
  font-size: 14px;
  font-family: var(--font-Montserrat);
  line-height: 1.6;
  margin: 0;
}

.footer-text a {
  color: #fffffe;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-text a:hover {
  color: #e63946;
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/*footer*/
.main-footer {
  background-color: #3c3c3c;
  padding: 20px 0;
}

.main-footer .container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 15px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-footer .footer-separator {
  background: transparent;
}

.footer-privacy {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.footer-privacy:hover {
  opacity: 0.8;
}

.footer-left {
  order: 1;
  margin-bottom: 15px;
}

.footer-left p {
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-Arial);
  margin: 0;
  text-align: center;
}

.footer-right {
  order: 2;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-right span {
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-Verdana);
}

.tecweb-logo {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.tecweb-logo img {
  height: 20px;
  width: auto;
}

.tecweb-logo span {
  color: #ffffff;
  font-size: 11px;
  font-family: Arial, sans-serif;
}

a#toTop {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #fe0002;
  box-shadow: 0 0 3px 2px #fff;
  left: 40px;
  bottom: 65px;
  display: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 20;
}

a#toTop::before {
  content: "\f077";
  font-family: FontAwesome;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
}

/*inicio*/

#intro-1 {
  background: #ffffff;
  padding: 215px 0;
}

#intro-1 .container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

#intro-1 .header {
  margin-bottom: 20px;
  position: relative;
}

#intro-1 .header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background: #e72e33;
}

#intro-1 .title {
  background: #e72e33;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 800;
  padding: 9px 90px 9px 0;
  margin: 0;
  display: inline-block;
  clip-path: polygon(
    0 0,
    calc(100% - 24px) 0,
    100% 30%,
    100% 70%,
    calc(100% - 24px) 100%,
    0 100%
  );
  position: relative;
}

#intro-1 .content {
  max-width: 1280px;
}

#intro-1 .text {
  color: #555555;
  font-family: var(--font-Montserrat);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 25px 0;
}

#intro-1 .text:last-child {
  margin-bottom: 0;
}

#intro-2 {
  position: relative;
  padding: 200px 0 250px 0;
  overflow: hidden;
}

#intro-2 .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/inicio/bgf.webp");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

#intro-2 .container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 60px;
}

#intro-2 .image {
  position: absolute;
  left: 0;
  width: 45%;
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
  margin-top: -41px;
}

#intro-2 .image img {
  max-width: 809px;
  height: auto;
}

#intro-2 .content {
  margin-left: auto;
  width: 60%;
}

#intro-2 .header {
  margin-bottom: 30px;
  position: relative;
}

#intro-2 .header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 99%;
  width: 100vw;
  background: #e72e33;
}

#intro-2 .title {
  background: #e72e33;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 36px;
  font-weight: 400;
  padding: 15px 30px 15px 40px;
  margin: 0;
  display: inline-block;
  clip-path: polygon(24px 0, 100% 0, 100% 100%, 24px 100%, 0 70%, 0 30%);
  position: relative;
  white-space: nowrap;
}

#intro-2 .title strong {
  font-weight: 800;
}

#intro-2 .text {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: right;
}

#intro-2 .link {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
  float: right;
  transition: opacity 0.3s ease;
}

#intro-2 .link:hover {
  opacity: 0.8;
}

#intro-3 {
  background-image: url("../images/inicio/bgf2.webp");
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}

#intro-3 .container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

#intro-3 .title {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 15px 0;
  letter-spacing: -1px;
}

#intro-3 .subtitle {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.5px;
}

#intro-4 {
  padding: 0;
  position: relative;
}

#intro-4 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  position: relative;
}

#intro-4 .grid::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

#intro-4 .grid::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 26px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

#intro-4 .item {
  position: relative;
  overflow: hidden;
}

#intro-4 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#intro-4 .label {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #d8d7d6;
  width: 379px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(
    24px 0,
    calc(100% - 24px) 0,
    100% 30%,
    100% 70%,
    calc(100% - 24px) 100%,
    24px 100%,
    0 70%,
    0 30%
  );
  z-index: 3;
}

#intro-4 .label span {
  color: #252525;
  font-family: var(--font-Montserrat);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
}

/*nosotros*/

#about-1 {
  background: #ffffff;
  padding: 215px 0;
}

#about-1 .container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

#about-1 .block {
  margin-bottom: 80px;
}

#about-1 .block:last-child {
  margin-bottom: 0;
}

#about-1 .header {
  margin-bottom: 40px;
  position: relative;
}

#about-1 .header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background: #e72e33;
}

#about-1 .title {
  background: #e72e33;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 800;
  padding: 9px 260px 9px 0;
  margin: 0;
  display: inline-block;
  clip-path: polygon(
    0 0,
    calc(100% - 24px) 0,
    100% 30%,
    100% 70%,
    calc(100% - 24px) 100%,
    0 100%
  );
  position: relative;
}

#about-1 .content {
  max-width: 1320px;
}

#about-1 .text {
  color: #555555;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin: 0 0 25px 0;
}

#about-1 .text:last-child {
  margin-bottom: 0;
}

#about-2 {
  background: #f5f5f5;
  padding: 80px 0;
}

#about-2 .carousel-swiper {
  width: 100%;
  overflow: hidden;
}

#about-2 .swiper-slide {
  width: auto;
}

#about-2 .swiper-slide img {
  width: 354px;
  height: 354px;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}

#about-3 {
  background: #ffffff;
  padding: 120px 0;
}

#about-3 .container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

#about-3 .header {
  text-align: center;
  margin-bottom: 80px;
}

#about-3 .title {
  color: #e72e33;
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 130px 0;
  letter-spacing: -1px;
}

#about-3 .title::after {
  content: "";
  display: block;
  width: 46px;
  height: 11px;
  background: #333333;
  margin: 15px auto 0;
}

#about-3 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  row-gap: 150px;
}

#about-3 .card {
  background: #ffffff;
  border: 1px dashed #908f8f;
  border-radius: 24px;
  padding: 85px 30px 45px;
  text-align: center;
  position: relative;
}

#about-3 .icon {
  position: absolute;
  top: -77px;
  left: 50%;
  transform: translateX(-50%);
}

#about-3 .icon img {
  width: 143px;
  height: auto;
  display: block;
}

#about-3 .card-title {
  color: #333333;
  font-family: var(--font-Montserrat);
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 15px 0;
  letter-spacing: -1px;
  height: 60px;
}

#about-3 .divider {
  width: 46px;
  height: 11px;
  background: #e4e4e4;
  margin: 0 auto 20px;
}

#about-3 .card-text {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
}

/*servicios*/

#services-1 {
  background: #ffffff;
  padding: 220px 0 110px 0;
}

#services-1 .container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

#services-1 .header {
  margin-bottom: 60px;
  position: relative;
}

#services-1 .header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background: #e72e33;
}

#services-1 .title {
  background: #e72e33;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 800;
  padding: 9px 90px 9px 0;
  margin: 0;
  display: inline-block;
  clip-path: polygon(
    0 0,
    calc(100% - 24px) 0,
    100% 30%,
    100% 70%,
    calc(100% - 24px) 100%,
    0 100%
  );
  position: relative;
}

#services-1 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

#services-1 .card {
  background: #ffffff;
}

#services-1 .image img {
  width: 100%;
  height: auto;
  display: block;
}

#services-1 .separator {
  height: 4px;
  background: #ffffff;
  position: relative;
}

#services-1 .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(22.5deg);
  width: 20px;
  height: 20px;
  background: #ffffff;
  clip-path: polygon(
    50% 0%,
    85% 15%,
    100% 50%,
    85% 85%,
    50% 100%,
    15% 85%,
    0% 50%,
    15% 15%
  );
}

#services-1 .label {
  background: #e72e33;
  padding: 20px;
  border-radius: 0 0 25px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
}

#services-1 .label p {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  line-height: 1.2;
  text-wrap: balance;
}

#services-2 {
  background: #eeeeee;
  padding: 100px 0;
}

#services-2 .container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}

#services-2 .header {
  text-align: center;
  margin-bottom: 60px;
}

#services-2 .title {
  color: #e72e33;
  font-family: var(--font-Montserrat);
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 15px 0;
  letter-spacing: -1px;
}

#services-2 .title::after {
  content: "";
  display: block;
  width: 46px;
  height: 11px;
  background: #2e2e2e;
  margin: 15px auto 0;
}

#services-2 .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

#services-2 .card {
  width: 290px;
  height: 156px;
  background: #eeeeee;
  border: 2px dashed #cccccc;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex-shrink: 0;
  stroke-dasharray: 10 5;
}

#services-2 .card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}

/*obras*/

#works-1 {
  background: #ffffff;
  padding: 215px 0 110px 0;
}

#works-1 .container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
}

#works-1 .header {
  margin-bottom: 60px;
  position: relative;
}

#works-1 .header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background: #e72e33;
}

#works-1 .title {
  background: #e72e33;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 800;
  padding: 9px 150px 9px 0;
  margin: 0;
  display: inline-block;
  clip-path: polygon(
    0 0,
    calc(100% - 24px) 0,
    100% 30%,
    100% 70%,
    calc(100% - 24px) 100%,
    0 100%
  );
  position: relative;
}

#works-1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

#works-1 .card {
  background: #f1f1f1;
  border-radius: 20px;
  overflow: visible;
  padding: 30px;
  position: relative;
  padding-top: 115px;
}

#works-1 .card-header {
  background: #fe4b54;
  padding: 0 15px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  border-radius: 45px;
  position: absolute;
  top: 20px;
  left: 18px;
  width: 566px;
  height: 68px;
}

#works-1 .card-title {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  flex: 1;
  line-height: 1.2;
  text-transform: uppercase;
  height: 48px;
  overflow-y: auto;
  display: flex;
  padding-right: 2px;
  scrollbar-width: none;
}

#works-1 .card-title::-webkit-scrollbar {
  width: 5px;
}

#works-1 .card-title::-webkit-scrollbar-track {
  background: transparent;
  transition: background 0.3s ease;
}

#works-1 .card-title::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
  transition: background 0.3s ease;
}

#works-1 .card-title:hover {
  scrollbar-width: thin;
  scrollbar-color: #ffffff #fe4b54;
}

#works-1 .card-title:hover::-webkit-scrollbar-track {
  background: #fe4b54;
}

#works-1 .card-title:hover::-webkit-scrollbar-thumb {
  background: #ffffff;
}

#works-1 .card-year {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 19px;
  font-weight: 600;
  padding: 0;
  border-radius: 25px;
  flex-shrink: 0;
  width: 127px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#works-1 .card-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#works-1 .field {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

#works-1 .label {
  background: #5a5a5a;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 15px;
  font-weight: 600;
  padding: 0 17px;
  border-radius: 20px;
  flex-shrink: 0;
  width: 145px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#works-1 .value {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  flex: 1;
  padding-top: 8px;
  padding-right: 10px;
  overflow-y: auto;
  text-transform: uppercase;
}

#works-1 .field:last-child .value {
  max-height: 100px;
  overflow-y: auto;
  padding-top: 0;
  margin-top: -5px;
  padding-right: 10px;
  scrollbar-width: none;
}

#works-1 .field:last-child .value::-webkit-scrollbar {
  width: 5px;
}

#works-1 .field:last-child .value::-webkit-scrollbar-track {
  background: transparent;
  transition: background 0.3s ease;
}

#works-1 .field:last-child .value::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
  transition: background 0.3s ease;
}

#works-1 .field:last-child .value:hover {
  scrollbar-width: thin;
  scrollbar-color: #e72e33 #f0f0f0;
}

#works-1 .field:last-child .value:hover::-webkit-scrollbar-track {
  background: #f0f0f0;
}

#works-1 .field:last-child .value:hover::-webkit-scrollbar-thumb {
  background: #e72e33;
}

#works-1 .empty {
  grid-column: 1 / -1;
  text-align: center;
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 20px;
  font-weight: 500;
  padding: 60px 20px;
}

/*contacto*/

#contact-1 {
  background: #ffffff;
  padding: 170px 0;
}

#contact-1 .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

#contact-1 .header {
  text-align: center;
  margin-bottom: 30px;
}

#contact-1 .title {
  color: #e72e33;
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}

#contact-1 .subtitle {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

#contact-1 .form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#contact-1 .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

#contact-1 .field.full {
  grid-column: 1 / -1;
}

#contact-1 input,
#contact-1 textarea {
  width: 100%;
  padding: 24px 18px;
  border: 1px solid #dddddd;
  border-radius: 9px;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  color: #666666;
  outline: none;
  transition: border-color 0.3s ease;
}

#contact-1 input:focus,
#contact-1 textarea:focus {
  border-color: #e72e33;
}

#contact-1 textarea {
  resize: vertical;
  min-height: 211px;
  max-height: 250px;
}

#contact-1 .captcha {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

#contact-1 .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#contact-1 .btn-reset,
#contact-1 .btn-submit {
  background: #e72e33;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 500;
  padding: 15px 48px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

#contact-1 .btn-reset:hover,
#contact-1 .btn-submit:hover {
  opacity: 0.9;
}

#contact-2 {
  background: #3e3e3e;
  padding: 50px 0;
}

#contact-2 .location-info {
  text-align: center;
}

#contact-2 .location-info i {
  font-size: 20px;
  color: #ffffff;
  margin-right: 10px;
}

#contact-2 .location-info span {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

#contact-3 .map-container {
  width: 100%;
  height: 574px;
}

#contact-3 .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
