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

body {
  font-family: var(--font-Inter);
  line-height: 1.6;
}

:root {
  --font-Montserrat: "Montserrat", sans-serif;
  --font-Poppins: "Poppins", sans-serif;
  --font-Arial: Arial, Helvetica, sans-serif;
  --font-Lato: "Lato", sans-serif;
  --font-opensans: "Open Sans", sans-serif;
  --font-Verdana: Verdana, sans-serif;
  --font-Inter: "Inter", sans-serif;
  --font-Oswald: "Oswald", sans-serif;
}

/* Header */
.main-header {
  position: relative;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5px;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  position: relative;
}

.logo-section {
  display: flex;
  align-items: center;
  padding-top: 30px;
}

.logo-section .logo {
  height: 117px;
  width: 304px;
}

.right-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  margin-left: 40px;
}

.contact-info-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 70px;
  pointer-events: none;
  z-index: 2;
}

.contact-info {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  align-items: center;
  height: 70px;
  margin-left: 46%;
  padding-right: calc((100vw - 1300px) / 2 + 20px);
  border-radius: 0 0 0 70px;
  background-color: #fefefe;
  pointer-events: auto;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}

.contact-item i {
  color: #1d589b;
  font-size: 18px;
}

.contact-item a {
  font-family: var(--font-Inter);
  color: #4b4b4b;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
}

.contact-item a:hover {
  color: #1d589b;
}

.nav-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 83%;
  margin-left: auto;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 0;
  background: #69bb1d;
  border-radius: 25px;
}

.nav-menu li {
  margin: 0;
}

.nav-menu li:not(:last-child) {
  border-right: 0.5px solid white;
}

.nav-link {
  display: block;
  font-family: var(--font-Inter);
  padding: 12px 30px;
  color: white;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: initial;
}

.nav-link.inicio:hover,
.nav-link.inicio.active {
  background: #43895c;
  border-radius: 25px 0 0 25px;
}

.nav-link.productos:hover,
.nav-link.productos.active {
  background: #43895c;
  border-radius: 0;
}

.nav-link.contacto:hover,
.nav-link.contacto.active {
  background: #43895c;
  border-radius: 0 25px 25px 0;
}

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

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  font-size: 25px;
  text-decoration: none;
}

.social-link.facebook {
  background: #3a589b;
}

.social-link.facebook:hover {
  background-color: #1877f2;
}

.promo-banner {
  position: relative;
  min-height: 700px;
  overflow: hidden;
}

.facebook-flotante {
  display: none;
}

.banner-overlay {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 1;
}

.banner-text-box {
  background: rgba(35, 58, 113, 0.854);
  border-radius: 80px 0 0 80px;
  padding: 20px 50px 20px 50px;
  min-width: 700px;
  text-align: right;
  pointer-events: auto;
  margin-left: 25%;
  padding-right: calc((100vw - 1300px) / 2 + 20px);
}

.banner-title {
  font-family: var(--font-Oswald);
  font-size: 54px;
  line-height: 1.2;
  color: white;
  letter-spacing: -2px;
}

.title-primary {
  color: #7ecb37;
  font-weight: 800;
}

.title-secondary {
  color: white;
  font-weight: 100;
}

.banner-subtitle {
  font-family: var(--font-Oswald);
  font-size: 54px;
  color: white;
  line-height: 1.2;
  font-weight: 100;
  letter-spacing: -2px;
}

.subtitle-highlight {
  color: #7ecb37;
  font-weight: 800;
}
/*footer*/

.footer-bottom {
  background-color: #303030;
  padding: 15px 0;
}

.footer-bottom .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 20px;
}
.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-Verdana);
}

.footer-bottom-content p {
  margin: 0;
}

.powered-by {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}

.tecweb-logo {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* swiper banner*/

.header-banner-wrapper.swiper {
  aspect-ratio: 21 / 9;
  overflow: visible;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-pagination {
  bottom: 30px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  background: rgba(154, 152, 152, 0.534);
  border-radius: 50%;
  opacity: 1;
  margin: 0 5px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet-active {
  position: relative;
}

.swiper-pagination-bullet-active::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #69bb1d;
  border-radius: 50%;
}

a#toTop {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #68b91d;
  box-shadow: 0 0 3px 2px #fff;
  left: 40px;
  bottom: 50px;
  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*/

#about-section {
  padding: 100px 0 0 0;
  background-color: #ffffff;
  position: relative;
}

#about-section .about-content {
  display: flex;
  width: 100%;
}

#about-section .about-text-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#about-section .about-text {
  max-width: 650px;
  margin-left: auto;
  margin-right: 170px;
  padding: 0 20px;
}

#about-section .about-title {
  font-family: var(--font-Montserrat);
  font-size: 55px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: -3px;
}

#about-section .title-green {
  color: #71c113;
}

#about-section .title-dark {
  color: #363636;
}

#about-section .about-description {
  font-family: var(--font-Inter);
  font-size: 24px;
  line-height: 1.6;
  color: #666666;
  font-weight: 300;
  letter-spacing: -1px;
}

#about-section .about-description strong {
  color: #3f403e;
  font-weight: 800;
}

#about-section .about-image {
  width: 50%;
  padding-right: 65px;
  display: flex;
}

#about-section .about-img {
  width: 100%;
  height: auto;
}

#mission-section {
  padding: 60px 0;
  background-image: url("../img/section1/line.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#mission-section .mission-content {
  display: flex;
  align-items: center;
  gap: 35px;
}

#mission-section .mission-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mission-section .mission-img {
  width: 85%;
  height: auto;
}

#mission-section .mission-text {
  flex: 1;
}

#mission-section .mission-badge {
  display: inline-block;
  background-color: #1d589b;
  border-radius: 50px;
  padding: 10px 40px;
  margin-bottom: 30px;
}

#mission-section .mission-title {
  font-family: var(--font-Montserrat);
  font-size: 44px;
  font-weight: 800;
  color: #71c113;
  letter-spacing: -3px;
}

#mission-section .mission-description {
  font-family: var(--font-Inter);
  font-size: 19.5px;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 20px;
}

#mission-section .mission-description:last-child {
  margin-bottom: 0;
}

#vision-section {
  padding: 100px 0;
  background-image: url("../img/section1/texture.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#vision-section .vision-header {
  text-align: center;
  margin-bottom: 50px;
}

#vision-section .vision-badge {
  display: inline-block;
  background-color: #1d589b;
  border-radius: 50px;
  padding: 15px 40px;
}

#vision-section .vision-title {
  font-family: var(--font-Montserrat);
  font-size: 44px;
  font-weight: 800;
  color: #71c113;
  letter-spacing: -3px;
}

#vision-section .vision-content {
  display: flex;
  gap: 60px;
  padding: 0 20px;
}

#vision-section .vision-column {
  flex: 1;
  text-align: center;
}

#vision-section .vision-image {
  margin-bottom: 30px;
}

#vision-section .vision-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

#vision-section .vision-description {
  font-family: var(--font-Inter);
  font-size: 20px;
  line-height: 1.8;
  color: #616161;
  font-weight: 300;
}

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

#products-section {
  padding: 80px 0;
  background-color: #ffffff;
}

#products-section .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  row-gap: 100px;
}

#products-section .product-item {
  text-align: center;
  position: relative;
}

#products-section .product-image {
  margin-bottom: 0;
}

#products-section .product-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

#products-section .product-name {
  background-color: #3a589b;
  border-radius: 50px;
  height: 90px;
  width: 260px;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#products-section .product-name span {
  font-family: var(--font-Inter);
  font-size: 23px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
}

/*productos*/

#products-catalog-section.products-catalog-section {
  padding: 100px 0 80px 0;
  background-color: #ffffff;
}

#products-catalog-section .container-large {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

#products-catalog-section .products-header {
  text-align: center;
  margin-bottom: 100px;
}

#products-catalog-section .products-title {
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -2px;
}

#products-catalog-section .title-dark {
  color: #2a2a2a;
}

#products-catalog-section .title-green {
  color: #438419;
}

#products-catalog-section .products-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  row-gap: 50px;
}

#products-catalog-section .product-catalog-item {
  text-align: center;
}

#products-catalog-section .product-catalog-image {
  position: relative;
  margin-bottom: 15px;
}

#products-catalog-section .product-catalog-img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

#products-catalog-section .download-icon {
  position: absolute;
  bottom: 2px;
  left: -16px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

#products-catalog-section .download-icon:hover {
  transform: scale(1.1);
}

#products-catalog-section .download-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#products-catalog-section .product-catalog-name {
  font-family: var(--font-Inter);
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}

/*contacto*/
#contact-section {
  padding: 100px 0;
  background-color: #ffffff;
}

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

#contact-section .contact-header {
  text-align: center;
  margin-bottom: 40px;
}

#contact-section .contact-title {
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 800;
  color: #2a2a2a;
  margin-bottom: 10px;
  letter-spacing: -3px;
}

#contact-section .contact-subtitle {
  font-family: var(--font-Inter);
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

#contact-section .contact-form-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

#contact-section .contact-form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

#contact-section .contact-form-row:last-child {
  margin-bottom: 0;
}

#contact-section .form-group {
  flex: 1;
}

#contact-section .form-group.full-width {
  width: 100%;
}

#contact-section .form-input,
#contact-section .form-textarea {
  font-family: var(--font-opensans);
  width: 100%;
  background-color: #f3f3f3;
  border: none;
  border-radius: 5px;
  padding: 25px 25px;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  outline: none;
  transition: background-color 0.3s ease;
}

#contact-section .form-input {
  height: 60px;
}

#contact-section .form-textarea {
  min-height: 200px;
  max-height: 250px;
  resize: vertical;
  font-family: var(--font-Inter);
}

#contact-section .form-input::placeholder,
#contact-section .form-textarea::placeholder {
  color: #999999;
  font-weight: 300;
}

#contact-section .form-input:focus,
#contact-section .form-textarea:focus {
  background-color: #eeeeee;
}

#contact-section .form-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

#contact-section .btn-clear,
#contact-section .btn-submit {
  padding: 15px 15px;
  border: none;
  border-radius: 30px;
  font-family: var(--font-Arial);
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  min-width: 110px;
}

#contact-section .btn-submit,
#contact-section .btn-clear {
  background-color: #518b61;
  color: white;
}

#contact-section .btn-submit:hover,
#contact-section .btn-clear:hover {
  background-color: #5ba019;
}

#ubicacion {
  background-color: #3e3e3e;
  padding: 40px 0;
}

#ubicacion .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

#ubicacion .ubicacion-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

#ubicacion .ubicacion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ubicacion .ubicacion-icon i {
  font-size: 20px;
  color: #ffffff;
}

#ubicacion .ubicacion-text {
  font-family: var(--font-Inter);
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}

#mapa {
  padding: 0;
  position: relative;
}

#mapa .container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#mapa .map-container {
  width: 100%;
  height: 700px;
  position: relative;
}

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

/*alertas*/
.alert-general {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  animation: slideInFromTop 0.3s ease;
  font-size: 14px;
  min-width: 300px;
  word-wrap: break-word;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  padding: 15px 25px;
  z-index: 9999;
  max-width: 500px;
  text-align: center;
}

@keyframes slideInFromTop {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.shake {
  animation: shake 0.6s ease-in-out;
}

@keyframes shake {
  0%,
  20%,
  40%,
  60%,
  80% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
}

#loading-general {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  font-family: "Montserrat", sans-serif;
  backdrop-filter: blur(3px);
}

.spinner-general {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.recaptcha-container {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.g-recaptcha {
  margin: 0 auto;
}

/*error404*/

.error-container {
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;
}

.error-container h1 {
  font-family: var(--font-Inter);
  font-size: 120px;
  font-weight: 700;
  color: #438419;
  margin: 0 0 20px 0;
  line-height: 1;
}

.error-container h2 {
  font-family: var(--font-Inter);
  font-size: 36px;
  font-weight: 600;
  color: #3a589b;
  margin: 0 0 15px 0;
  line-height: 1.2;
}

.error-container p {
  font-family: var(--font-Inter);
  font-size: 18px;
  color: #2a2a2a;
  margin: 0 0 40px 0;
  line-height: 1.5;
  max-width: 500px;
}


.boton-contacto {
  display: inline-block;
  background-color: #43895c;
  color: #ffffff;
  font-family: var(--font-Inter);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.boton-contacto:hover {
  background-color: #5ba019;
  transform: translateY(-2px);
  text-decoration: none;
}