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

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

html {
  font-size: 10px;
}

:root {
  --font-RobotoCondensed: "Roboto Condensed", sans-serif;
  --font-BebasNeue: "Bebas Neue", sans-serif;
  --font-Roboto: "Roboto", sans-serif;

  /* 
--font-Montserrat: "Montserrat", sans-serif;
--font-Lato: "Lato", sans-serif;
--font-opensans: "Open Sans", sans-serif;
--font-Arial: Arial, Helvetica, sans-serif;
--font-AbrilFatface: "Abril Fatface", serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-Oswald: "Oswald", sans-serif;
--font-Nunito: "Nunito", sans-serif;
--font-Helvetica: "Helvetica", Arial, sans-serif;
--font-Poppins: "Poppins", sans-serif;
--font-LenguajeSpartan: "League Spartan", sans-serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-JosefinSans: "Josefin Sans", sans-serif;
--font-Myriad: "Myriad Pro", sans-serif;
--font-Verdana: Verdana, sans-serif;
--font-Inter: "Inter", sans-serif; */
}

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

.main-header {
  width: 100%;
}

.header-content {
  background-color: #0c5257;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

.header-background {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.header-background img {
  width: 100%;
  height: auto;
  display: block;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.nav-left {
  display: flex;
  align-items: center;
  margin-left: 280px;
}

.logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.logo img {
  height: 23vh;
  width: auto;
}

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

.main-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.main-nav li {
  margin: 0 15px;
  position: relative;
}

.main-nav li:has(a.active)::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: -28px;
  right: 0;
  height: 2.8px;
  background-color: #f2a905;
}

.main-nav li::after {
  content: "|";
  color: white;
  margin-left: 28px;
  font-size: 2.6rem;
}

.main-nav li:last-child::after {
  content: "";
}

.main-nav a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  transition: color 0.3s ease;
  font-family: var(--font-RobotoCondensed);
  font-size: 1.5rem;
  padding-bottom: 24px;
}

/*footer*/

.main-footer {
  background-color: #4d4d4d;
  color: white;
  padding: 6rem 0 4rem 0;
}

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

.footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.footer-top {
  display: flex;
  justify-content: flex-start;
  gap: 17rem;
  margin-bottom: 3rem;
}

.footer-column {
  flex: none;
}

.footer-title {
  font-family: var(--font-RobotoCondensed);
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #ffffff;
}

.footer-column:nth-child(1) .footer-title::after {
  width: 275px;
}

.footer-column:nth-child(2) .footer-title::after {
  width: 280px;
}

.footer-column:nth-child(3) .footer-title::after {
  width: 250px;
}

.footer-content {
  font-family: var(--font-RobotoCondensed);
  font-size: 2.3rem;
  line-height: 1;
}

.footer-content p {
  margin-bottom: 0.8rem;
}

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

.footer-content a:hover {
  color: #f2a905;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.footer-copyright {
  flex: 1;
  text-align: center;
}

.footer-copyright p {
  font-family: var(--font-RobotoCondensed);
  font-size: 1.8rem;
  margin: 0;
  transform: translateX(-10.2rem);
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  color: #4d4d4d;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-icon:hover {
  background-color: #f2a905;
}

.social-icon i {
  font-size: 2.5rem;
}

/*Inicio*/

#stats-section {
  background-color: #ffffff;
  padding: 2rem 0;
}

#stats-section .container {
  max-width: 1035px;
  width: 1035px;
  height: 254px;
  background-color: #0c5257;
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: -80px;
}

#stats-section .stats-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#stats-section .stat-item {
  text-align: center;
  color: white;
  flex: 1;
}

#stats-section .stat-icon img {
  width: auto;
}

#stats-section .stat-item:nth-child(1) .stat-icon img {
  height: 78px;
}

#stats-section .stat-item:nth-child(2) .stat-icon img {
  height: 77px;
}

#stats-section .stat-item:nth-child(3) .stat-icon img {
  height: 75px;
}

#stats-section .stat-number {
  font-family: var(--font-RobotoCondensed);
  font-size: 4.6rem;
  font-weight: 700;
}

#stats-section .stat-text {
  font-family: var(--font-RobotoCondensed);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  max-width: 250px;
  margin: 0 auto;
}

#products-section {
  background-color: #ffffff;
  padding: 5rem 0;
}

#products-section .container {
  max-width: 1550px;
}

#products-section .products-content {
  display: flex;
  align-items: center;
  gap: 8rem;
}

#products-section .products-left {
  flex: 1;
  padding-left: 4rem;
  position: relative;
}

#products-section .products-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  height: 227px;
  width: 5px;
  background-color: #0c5257;
}

#products-section .products-intro {
  font-family: var(--font-RobotoCondensed);
  font-size: 3rem;
  color: #646363;
  margin-bottom: 1rem;
  font-weight: 300;
}

#products-section .products-title {
  font-family: var(--font-BebasNeue);
  font-size: 7.5rem;
  font-weight: 500;
  color: #0c5257;
  line-height: 1;
  margin-bottom: 3rem;
}

#products-section .products-description {
  font-family: var(--font-Roboto);
  font-size: 2.6rem;
  color: #000000;
  line-height: 1.1;
  margin-bottom: 4rem;
  font-weight: 500;
}

#products-section .products-features {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

#products-section .feature-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}

#products-section .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

#products-section .feature-icon img {
  width: auto;
}

#products-section .feature-item:nth-child(1) .feature-icon img {
  height: 40px;
}

#products-section .feature-item:nth-child(2) .feature-icon img {
  height: 40px;
}

#products-section .feature-item:nth-child(3) .feature-icon img {
  height: 33px;
}

#products-section .feature-item:nth-child(4) .feature-icon img {
  height: 48px;
}

#products-section .feature-text {
  flex: 1;
  text-align: left;
}

#products-section .feature-subtitle,
#products-section .feature-title {
  font-family: var(--font-Roboto);
  font-size: 1.6rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1;
}

#products-section .products-right {
  flex: 1;
  padding-right: 0;
  margin-right: -100px;
}

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

#clients-section {
  background-color: #ffffff;
  padding: 2rem 0;
}

#clients-section .container {
  max-width: 100%;
}

#clients-section .clients-header {
  text-align: center;
  margin-bottom: 8rem;
}

#clients-section .clients-intro {
  font-family: var(--font-RobotoCondensed);
  font-size: 4rem;
  color: #646363;
  margin-bottom: 1rem;
  font-weight: 300;
}

#clients-section .clients-title {
  font-family: var(--font-BebasNeue);
  font-size: 8rem;
  font-weight: 500;
  color: #0c5257;
  line-height: 1;
}

#clients-section .clients-carousel {
  overflow: hidden;
  mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
}

#clients-section .carousel-row {
  margin-bottom: 4rem;
}

#clients-section .carousel-row:last-child {
  margin-bottom: 0;
}

#clients-section .logos-track {
  display: flex;
  align-items: center;
  gap: 6rem;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#clients-section .top-row .logos-track {
  animation-name: slideLeft;
}

#clients-section .bottom-row .logos-track {
  animation-name: slideRight;
}

#clients-section .logo-item {
  flex-shrink: 0;
  height: 100px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

#clients-section .logo-item img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

#clients-section .logos-track:hover {
  animation-play-state: paused;
}

@keyframes slideLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slideRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

#our-products-section {
  width: 100%;
  min-height: 500px;
}

#our-products-section .products-split {
  display: flex;
  width: 100%;
  min-height: 500px;
}

#our-products-section .products-left {
  background-color: #0c5257;
  width: 28%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#our-products-section .products-left::before {
  content: "";
  position: absolute;
  left: 7.5vw;
  top: 153px;
  bottom: 153px;
  width: 4px;
  background-color: #ffffff;
}

#our-products-section .products-left-content {
  padding-left: 6.5vw;
}

#our-products-section .products-main-title {
  font-family: var(--font-BebasNeue);
  font-size: 8rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  margin: 0;
}

#our-products-section .products-right {
  background-color: #f2f2f2;
  width: 72%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5rem 0;
}

#our-products-section .products-grid {
  display: flex;
  gap: 2rem;
  max-width: 1300px;
  width: 100%;
  padding: 0 20px 0 20px;
}

#our-products-section .product-item {
  position: relative;
  flex: 1;
  cursor: pointer;
  max-width: 400px;
}

#our-products-section .product-item img {
  width: 100%;
  height: auto;
  display: block;
}

#our-products-section .product-button img {
  width: 100%;
  height: auto;
}

#protection-section .protection-item:nth-child(1) .protection-icon img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(0%)
    hue-rotate(0deg) brightness(99%) contrast(89%);
}

#protection-section .protection-item:nth-child(1):hover .protection-icon img {
  filter: none;
}

#protection-section {
  background-color: #ffffff;
  padding: 8rem 0;
}

#protection-section .container {
  max-width: 1700px;
}

#protection-section .protection-header {
  text-align: center;
  margin-bottom: 6rem;
}

#protection-section .protection-intro {
  font-family: var(--font-RobotoCondensed);
  font-size: 3.5rem;
  color: #646363;
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 1;
}

#protection-section .protection-title {
  font-family: var(--font-BebasNeue);
  font-size: 8rem;
  font-weight: 500;
  color: #0c5257;
  line-height: 1;
}

#protection-section .protection-grid {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

#protection-section .protection-item {
  flex: 1;
  background-color: #ffffff;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
  padding: 4.5rem 3rem;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

#protection-section .protection-item:nth-child(1):hover {
  background-color: #f2a905;
}

#protection-section .protection-item:nth-child(2):hover {
  background-color: #0c5257;
}

#protection-section .protection-item:nth-child(3):hover {
  background-color: #4f868e;
}

#protection-section .protection-item:nth-child(4):hover {
  background-color: #be4f17;
}

#protection-section .protection-item:nth-child(2):hover .protection-icon img {
  content: url("../img/inicio/industrial_blanco.png");
}

#protection-section .protection-item:nth-child(3):hover .protection-icon img {
  content: url("../img/inicio/datacom_blanco.png");
}

#protection-section .protection-item:nth-child(4):hover .protection-icon img {
  content: url("../img/inicio/construccion_blanco.png");
}

#protection-section .protection-item:hover .protection-item-title {
  color: #ffffff;
}

#protection-section .protection-item:hover .protection-item-description {
  color: #ffffff;
}

#protection-section .protection-icon {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#protection-section .protection-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

#protection-section .protection-item-title {
  font-family: var(--font-RobotoCondensed);
  font-size: 3.5rem;
  font-weight: 600;
  color: #646363;
  margin-bottom: 2.5rem;
  transition: color 0.3s ease;
}

#protection-section .protection-item-description {
  font-family: var(--font-RobotoCondensed);
  font-size: 2.5rem;
  font-weight: 500;
  color: #646363;
  line-height: 1;
  transition: color 0.3s ease;
}

#normativas-section {
  background-image: url("../img/inicio/background_normativa.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem 0;
  position: relative;
}

#normativas-section .container {
  max-width: 1700px;
}

#normativas-section .normativas-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}

#normativas-section .normativas-left {
  flex: 0 0 auto;
  position: relative;
  padding-left: 4rem;
}

#normativas-section .normativas-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  bottom: -15px;
  width: 5px;
  background-color: #0c5257;
}

#normativas-section .normativas-title {
  font-family: var(--font-BebasNeue);
  font-size: 8.4rem;
  font-weight: 500;
  color: #0c5257;
  line-height: 1;
  margin: 0;
}

#normativas-section .normativas-subtitle {
  font-family: var(--font-BebasNeue);
  font-size: 4.9rem;
  color: #4b4b4b;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

#normativas-section .normativas-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

#normativas-section .normativas-lists {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-top: 5rem;
}

#normativas-section .normativas-column {
  flex: 1;
  min-width: 350px;
}

#normativas-section .normativas-column:nth-child(1) {
  flex: 1;
  min-width: 350px;
  margin-left: 10rem;
}

#normativas-section .normativas-column:nth-child(2) {
  flex: 1;
  min-width: 350px;
  margin-right: 3rem;
}

#normativas-section .normativas-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#normativas-section .normativas-column li {
  font-family: var(--font-RobotoCondensed);
  font-size: 2.6rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
  font-weight: 400;
}

#normativas-section .normativas-column li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1a1a1a;
  font-weight: bold;
}

#normativas-section .normativas-right {
  flex: 0 0 auto;
}

#normativas-section .normativas-logos {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

#normativas-section .norma-logo img {
  height: 132px;
  width: auto;
  object-fit: contain;
}

#contacto-section {
  background-image: url("../img/inicio/background_contacto.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem 0;
}

#contacto-section .container {
  max-width: 1500px;
}

#contacto-section .contacto-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}

#contacto-section .contacto-left {
  flex: 1;
}

#contacto-section .contacto-title {
  font-family: var(--font-RobotoCondensed);
  font-size: 5.7rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  margin: 0;
  margin-bottom: 1rem;
  font-style: italic;
}

#contacto-section .contacto-description {
  font-family: var(--font-RobotoCondensed);
  font-size: 2.3rem;
  color: #ffffff;
  line-height: 1;
  margin: 0;
  font-weight: 400;
}

#contacto-section .contacto-right {
  flex: 0 0 auto;
}

#contacto-section .contacto-phone {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 0.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

#contacto-section .phone-icon {
  color: #0c5257;
  font-size: 3rem;
}

#contacto-section .phone-number {
  font-family: var(--font-RobotoCondensed);
  font-size: 4rem;
  color: #0c5257;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -2px;
}

/*productos*/

#productos-categorias {
  background-color: #d2d2d2;
  padding: 10px 0;
}

#productos-categorias .container {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
}

#cebado-detalle .cebado-container,
#pararrayos-detalle .pararrayos-container,
#productos-detalle .productos-container {
  max-width: 1100px;
  margin: 0 auto;
}

#productos-categorias .categorias-grid {
  display: flex;
  justify-content: space-between;
  gap: 0rem;
}

#productos-categorias .categoria-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  /* cursor: pointer; */
  transition: transform 0.3s ease;
}

#productos-categorias .categoria-icon {
  width: 37px;
  height: 37px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#productos-categorias .categoria-icon img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}

#productos-categorias .categoria-texto {
  flex: 1;
}

#productos-categorias .categoria-titulo {
  font-family: var(--font-RobotoCondensed);
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

#sistemas-puesta-tierra {
  background-image: url("../img/productos/puesta_tierra/SPT.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  aspect-ratio: 26/9;
  display: flex;
  align-items: center;
}

#sistemas-pararrayos {
  background-image: url("../img/productos/pararrayos/pararrayoss.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  aspect-ratio: 26/9;
  display: flex;
  align-items: center;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

#accesorios-instalacion {
  background-image: url("../img/productos/instalacion/acces.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  aspect-ratio: 26/9;
  display: flex;
  align-items: center;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

#accesorios-instalacion .container,
#sistemas-pararrayos .container,
#sistemas-puesta-tierra .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

#accesorios-instalacion .sistemas-content,
#sistemas-pararrayos .sistemas-content,
#sistemas-puesta-tierra .sistemas-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#accesorios-instalacion .sistemas-centro,
#sistemas-pararrayos .sistemas-centro,
#sistemas-puesta-tierra .sistemas-centro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

#accesorios-instalacion .sistemas-imagen-der,
#sistemas-pararrayos .sistemas-imagen-der,
#sistemas-puesta-tierra .sistemas-imagen-der {
  display: none;
}

#accesorios-instalacion .sistemas-titulo,
#sistemas-pararrayos .sistemas-titulo,
#sistemas-puesta-tierra .sistemas-titulo {
  font-family: var(--font-BebasNeue);
  font-size: 12rem;
  font-weight: 500;
  color: #0c5257;
  line-height: 1;
}

#accesorios-instalacion .sistemas-descripcion,
#sistemas-pararrayos .sistemas-descripcion,
#sistemas-puesta-tierra .sistemas-descripcion {
  font-family: var(--font-RobotoCondensed);
  font-size: 2.1rem;
  color: #1c1b1a;
  line-height: 1.4;
  margin-bottom: 20px;
}

#accesorios-instalacion .sistemas-boton,
#sistemas-pararrayos .sistemas-boton,
#sistemas-puesta-tierra .sistemas-boton {
  background-color: #0c5257;
  color: #ffffff;
  font-family: var(--font-RobotoCondensed);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 5px 30px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease;
}

#accesorios-instalacion .sistemas-boton:hover,
#sistemas-pararrayos .sistemas-boton:hover,
#sistemas-puesta-tierra .sistemas-boton:hover {
  background-color: #0a4449;
}

#accesorios-instalacion .sistemas-boton i,
#sistemas-pararrayos .sistemas-boton i,
#sistemas-puesta-tierra .sistemas-boton i {
  font-size: 1.4rem;
}

/*array*/

#pararrayos-detalle,
#productos-detalle {
  background-color: #ffffff;
  padding: 4rem 0;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

#pararrayos-detalle .pararrayos-tabs,
#productos-detalle .productos-tabs {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

#pararrayos-detalle .tab-button,
#productos-detalle .tab-button {
  background-color: transparent;
  color: #999999;
  border: 2px solid #babbbc;
  border-radius: 44px;
  padding: 1.7rem 5.8rem;
  font-family: var(--font-RobotoCondensed);
  font-size: 2.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  line-height: 1;
}

#pararrayos-detalle .tab-button {
  padding: 1.7rem 4rem;
}
#productos-detalle .tab-button:nth-child(2) {
  padding: 1.7rem 5rem;
}

#productos-detalle .tab-button:nth-child(3),
#productos-detalle .tab-button:nth-child(4) {
  padding: 1.7rem 2rem;
}

#pararrayos-detalle .tab-button.active,
#productos-detalle .tab-button.active {
  background-color: #0c5257;
  color: #ffffff;
  border-color: #0c5257;
}

#pararrayos-detalle .tab-button:hover,
#productos-detalle .tab-button:hover {
  border-color: #0c5257;
  color: #0c5257;
}

#pararrayos-detalle .tab-button.active:hover,
#productos-detalle .tab-button.active:hover {
  color: #ffffff;
}

#pararrayos-detalle .pararrayos-content,
#productos-detalle .producto-content {
  display: none;
  align-items: flex-start;
}

#pararrayos-detalle .pararrayos-content.active,
#productos-detalle .producto-content.active {
  display: flex;
}

#pararrayos-detalle .pararrayos-izquierda,
#productos-detalle .producto-izquierda {
  flex: 1;
  max-width: 500px;
}

#pararrayos-detalle .pararrayos-imagen,
#productos-detalle .producto-imagen {
  background-color: transparent;
  border: none;
  padding: 0rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pararrayos-detalle .pararrayos-icono,
#productos-detalle .producto-icono {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 39px;
  height: 39px;
  object-fit: contain;
  z-index: 2;
}

#pararrayos-detalle .pararrayos-swiper,
#productos-detalle .producto-swiper {
  width: 100%;
  height: 100%;
}

#pararrayos-detalle .swiper-slide img,
#productos-detalle .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#pararrayos-detalle .swiper-pagination,
#productos-detalle .swiper-pagination {
  bottom: 20px !important;
}

#pararrayos-detalle .swiper-pagination-bullet,
#productos-detalle .swiper-pagination-bullet {
  background-color: #979999 !important;
  opacity: 1 !important;
}

#pararrayos-detalle .swiper-pagination-bullet-active,
#productos-detalle .swiper-pagination-bullet-active {
  background-color: #646363 !important;
}

#pararrayos-detalle .dot.active,
#productos-detalle .dot.active {
  background-color: #0c5257;
}

#pararrayos-detalle .pararrayos-derecha,
#productos-detalle .producto-derecha {
  flex: 1;
  padding-left: 2rem;
}

#pararrayos-detalle .pararrayos-header,
#productos-detalle .producto-header {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

#pararrayos-detalle .pararrayos-icon,
#productos-detalle .producto-icon {
  background-color: #be4f17;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.5rem;
}

#pararrayos-detalle .pararrayos-icon i,
#productos-detalle .producto-icon i {
  font-size: 1.8rem;
}

#pararrayos-detalle .pararrayos-titulo,
#productos-detalle .producto-titulo {
  font-family: var(--font-RobotoCondensed);
  font-size: 5rem;
  font-weight: 600;
  color: #0c5257;
  line-height: 1.1;
  margin: 0;
}

#pararrayos-detalle .subtitulo,
#productos-detalle .subtitulo {
  color: #0c5257;
  font-weight: 300;
}

#pararrayos-detalle .pararrayos-descripcion,
#productos-detalle .producto-descripcion {
  font-family: var(--font-RobotoCondensed);
  font-size: 3rem;
  color: #161413;
  font-weight: 400;
}

#productos-detalle .producto-content[data-product="2"] .producto-descripcion,
#productos-detalle .producto-content[data-product="3"] .producto-descripcion {
  margin-bottom: 4rem;
}

#pararrayos-detalle .pararrayos-componentes,
#productos-detalle .producto-componentes {
  margin-bottom: 2rem;
}

#pararrayos-detalle .pararrayos-componentes ul,
#productos-detalle .producto-componentes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#pararrayos-detalle .pararrayos-componentes li,
#productos-detalle .producto-componentes li {
  font-family: var(--font-RobotoCondensed);
  font-size: 3rem;
  color: #161413;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 400;
}

#pararrayos-detalle .pararrayos-componentes li::before,
#productos-detalle .producto-componentes li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #161413;
  font-weight: bold;
}

#pararrayos-detalle .pararrayos-texto-tabla,
#productos-detalle .producto-texto-tabla {
  font-family: var(--font-RobotoCondensed);
  font-size: 3rem;
  color: #161413;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

#pararrayos-detalle .pararrayos-tabla,
#productos-detalle .producto-tabla {
  overflow-x: auto;
}

#pararrayos-detalle .pararrayos-tabla table,
#productos-detalle .producto-tabla table {
  width: 90%;
  border-collapse: collapse;
  font-family: var(--font-RobotoCondensed);
}

#pararrayos-detalle .pararrayos-tabla table {
  width: 80%;
}

#pararrayos-detalle
  .pararrayos-content[data-product="3"]
  .pararrayos-tabla
  th
  img {
  border: 1px solid #ffffff;
  border-radius: 50%;
}

#pararrayos-detalle .pararrayos-tabla th,
#productos-detalle .producto-tabla th {
  background-color: #0c5257;
  color: #ffffff;
  padding: 1.7rem 1rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
}

#pararrayos-detalle
  .pararrayos-content[data-product="0"]
  .pararrayos-tabla
  thead
  tr:last-child
  th {
  padding: 0.2rem 1rem;
  background-color: #198790;
}

#pararrayos-detalle
  .pararrayos-content[data-product="0"]
  .pararrayos-tabla
  thead
  tr:last-child
  th {
  border-top: 1px solid #ffffff;
}

#pararrayos-detalle .pararrayos-tabla th {
  font-size: 1.7rem;
}

#pararrayos-detalle .pararrayos-tabla th,
#pararrayos-detalle .pararrayos-tabla td,
#productos-detalle .producto-tabla th,
#productos-detalle .producto-tabla td {
  border-right: 1px solid #ffffff;
}

#pararrayos-detalle .pararrayos-tabla th:last-child,
#pararrayos-detalle .pararrayos-tabla td:last-child,
#productos-detalle .producto-tabla th:last-child,
#productos-detalle .producto-tabla td:last-child {
  border-right: none;
}

#pararrayos-detalle .pararrayos-tabla td,
#productos-detalle .producto-tabla td {
  padding: 0rem;
  text-align: center;
  font-size: 2.2rem;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 400;
}

#pararrayos-detalle .pararrayos-tabla td {
  font-size: 2.7rem;
}

#pararrayos-detalle .pararrayos-tabla .na-text,
#productos-detalle .producto-tabla .na-text {
  color: #797c7d;
  font-size: 1.8rem;
}

#pararrayos-detalle .pararrayos-tabla tbody tr:nth-child(even),
#productos-detalle .producto-tabla tbody tr:nth-child(even) {
  background-color: #e4e3e2;
}

#pararrayos-detalle .pararrayos-tabla tbody tr:hover,
#productos-detalle .producto-tabla tbody tr:hover {
  background-color: #f0f0f0;
}

#pararrayos-detalle .pararrayos-tabla a,
#productos-detalle .producto-tabla a {
  color: #000000;
  text-decoration: underline;
  font-weight: 400;
}

#pararrayos-detalle .pararrayos-tabla a:hover,
#productos-detalle .producto-tabla a:hover {
  color: #be4f17;
}

#pararrayos-detalle .pararrayos-tabla th i {
  font-size: 1.4rem;
  margin-left: 0.5rem;
}

/*punta*/

#punta-cebado {
  background-image: url("../img/productos/cebado/backgroundnew.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  aspect-ratio: 26/9;
  display: flex;
  align-items: center;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

#punta-cebado .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

#punta-cebado .sistemas-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 40px;
}

#punta-cebado .sistemas-centro {
  text-align: left;
  flex: 1;
}

#punta-cebado .nueva-badge {
  background-color: #f2a905;
  color: #ffffff;
  font-family: var(--font-RobotoCondensed);
  font-size: 5.1rem;
  font-weight: 700;
  padding: 0.8rem 2rem;
  display: inline-block;
  margin-bottom: 1rem;
  font-style: italic;
}

#punta-cebado .sistemas-imagen-der {
  display: block;
  flex: 0 0 auto;
}

#punta-cebado .sistemas-titulo {
  font-family: var(--font-BebasNeue);
  font-size: 8.5rem;
  font-weight: 500;
  color: #0c5257;
  line-height: 1;
}

#punta-cebado .sistemas-descripcion {
  font-family: var(--font-RobotoCondensed);
  font-size: 2rem;
  color: #1c1b1a;
  line-height: 1.4;
  margin-bottom: 20px;
}

#punta-cebado .sistemas-boton {
  background-color: #0c5257;
  color: #ffffff;
  font-family: var(--font-RobotoCondensed);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 5px 30px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease;
}

#punta-cebado .sistemas-boton:hover {
  background-color: #0a4449;
}

#punta-cebado .sistemas-imagen-der img {
  max-height: 550px;
  width: auto;
}

#cebado-detalle {
  background-color: #ffffff;
  padding: 4rem 0;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

#cebado-detalle .cebado-tabs {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

#cebado-detalle .tab-button {
  background-color: transparent;
  color: #999999;
  border: 2px solid #babbbc;
  border-radius: 44px;
  padding: 1.7rem 5.8rem;
  font-family: var(--font-RobotoCondensed);
  font-size: 2.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  line-height: 1;
}

#cebado-detalle .tab-button.active {
  background-color: #0c5257;
  color: #ffffff;
  border-color: #0c5257;
}

#cebado-detalle .tab-button:hover {
  border-color: #0c5257;
  color: #0c5257;
}

#cebado-detalle .tab-button.active:hover {
  color: #ffffff;
}

#cebado-detalle .cebado-content {
  display: none;
  align-items: flex-start;
}

#cebado-detalle .cebado-content.active {
  display: flex;
}

#cebado-detalle .cebado-izquierda {
  flex: 1;
  max-width: 500px;
}

#cebado-detalle .cebado-imagen {
  background-color: transparent;
  border: none;
  padding: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cebado-detalle .cebado-imagen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#cebado-detalle .cebado-derecha {
  flex: 1;
  padding-left: 2rem;
}

#cebado-detalle .cebado-header {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

#cebado-detalle .cebado-titulo {
  font-family: var(--font-RobotoCondensed);
  font-size: 5rem;
  font-weight: 600;
  color: #0c5257;
  line-height: 1.1;
  margin: 0;
}

#cebado-detalle .cebado-descripcion {
  font-family: var(--font-RobotoCondensed);
  font-size: 3rem;
  color: #161413;
  font-weight: 400;
  margin-bottom: 2rem;
}

#cebado-detalle .cebado-texto-tabla {
  font-family: var(--font-RobotoCondensed);
  font-size: 3rem;
  color: #161413;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

#cebado-detalle .cebado-tabla {
  overflow-x: auto;
}

#cebado-detalle .cebado-tabla table {
  width: 90%;
  border-collapse: collapse;
  font-family: var(--font-RobotoCondensed);
}

#cebado-detalle .cebado-tabla th {
  background-color: #0c5257;
  color: #ffffff;
  padding: 1rem 1rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  border-bottom: 1px solid #ffffff;
}

#cebado-detalle .cebado-tabla th:nth-child(2),
#cebado-detalle .cebado-tabla th:nth-child(3) {
  background-color: #198790;
  font-size: 2rem;
}

#cebado-detalle .cebado-tabla th,
#cebado-detalle .cebado-tabla td {
  border-right: 1px solid #ffffff;
}

#cebado-detalle .cebado-tabla th:last-child,
#cebado-detalle .cebado-tabla td:last-child {
  border-right: none;
}

#cebado-detalle .cebado-tabla td {
  padding: 1rem;
  text-align: center;
  font-size: 2.2rem;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 400;
}

#cebado-detalle .cebado-tabla td:nth-child(2),
#cebado-detalle .cebado-tabla td:nth-child(3) {
  font-size: 2.8rem;
}

#cebado-detalle .cebado-tabla tbody tr:nth-child(even) {
  background-color: #e4e3e2;
}

#cebado-detalle .cebado-tabla tbody tr:hover {
  background-color: #f0f0f0;
}

#cebado-detalle .cebado-tabla tbody tr:first-child .modelo-cell {
  background-color: #5f6161 !important;
}

#cebado-detalle .cebado-tabla tbody tr:nth-child(3) .modelo-cell {
  background-color: #198790 !important;
}

#cebado-detalle .cebado-tabla tbody tr:nth-child(4) .modelo-cell {
  background-color: #da4e07 !important;
}

#cebado-detalle .cebado-tabla .modelo-cell {
  background-color: #0c5257;
  color: #ffffff;
}

#cebado-detalle .cebado-tabla a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

#cebado-detalle .cebado-tabla a:hover {
  text-decoration: underline;
}

#tradicionales-detalle,
#accesorios-detalle {
  background-color: #ffffff;
  padding: 4rem 0;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

#tradicionales-detalle .tradicionales-tabs,
#accesorios-detalle .accesorios-tabs {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

#tradicionales-detalle .tab-button,
#accesorios-detalle .tab-button {
  background-color: transparent;
  color: #999999;
  border: 2px solid #babbbc;
  border-radius: 44px;
  padding: 1.7rem 10rem;
  font-family: var(--font-RobotoCondensed);
  font-size: 2.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  line-height: 1;
}

#tradicionales-detalle .tab-button {
  padding: 2.5rem 5rem;
}

#tradicionales-detalle .tab-button.active,
#accesorios-detalle .tab-button.active {
  background-color: #0c5257;
  color: #ffffff;
  border-color: #0c5257;
}

#tradicionales-detalle .tab-button:hover,
#accesorios-detalle .tab-button:hover {
  border-color: #0c5257;
  color: #0c5257;
}

#tradicionales-detalle .tab-button.active:hover,
#accesorios-detalle .tab-button.active:hover {
  color: #ffffff;
}

#tradicionales-detalle .tradicionales-content,
#accesorios-detalle .accesorios-content {
  display: none;
}

#tradicionales-detalle .tradicionales-content.active,
#accesorios-detalle .accesorios-content.active {
  display: block;
}

#tradicionales-detalle .productos-grid,
#accesorios-detalle .productos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 2rem;
}

#tradicionales-detalle .producto-item,
#accesorios-detalle .producto-item {
  text-align: center;
  position: relative;
}

#tradicionales-detalle .producto-imagen,
#accesorios-detalle .producto-imagen {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#tradicionales-detalle .producto-imagen img,
#accesorios-detalle .producto-imagen img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#tradicionales-detalle .producto-titulo,
#accesorios-detalle .producto-titulo {
  font-family: var(--font-RobotoCondensed);
  font-size: 3.5rem;
  font-weight: 800;
  color: #0c5257;
  margin: 0;
  line-height: 1;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 1rem;
}

#tradicionales-detalle .producto-titulo a,
#accesorios-detalle .producto-titulo a {
  color: #0c5257;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

#accesorios-detalle .producto-titulo a:hover,
#accesorios-detalle .producto-titulo:hover,
#tradicionales-detalle .producto-titulo a:hover,
#tradicionales-detalle .producto-titulo:hover {
  text-decoration: underline;
  text-decoration-color: #0c5257;
  text-decoration-thickness: 2px;
}

#sistemas-tradicionales {
  background-image: url("../img/productos/tradicionales/trad.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  aspect-ratio: 39/9;
  display: flex;
  align-items: center;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

#sistemas-tradicionales .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

#sistemas-tradicionales .sistemas-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#sistemas-tradicionales .sistemas-centro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

#sistemas-tradicionales .sistemas-imagen-der {
  display: none;
}

#sistemas-tradicionales .sistemas-titulo {
  font-family: var(--font-BebasNeue);
  font-size: 12rem;
  font-weight: 500;
  color: #0c5257;
  line-height: 1;
  margin-bottom: 2rem;
}

#sistemas-tradicionales .sistemas-boton {
  background-color: #0c5257;
  color: #ffffff;
  font-family: var(--font-RobotoCondensed);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 5px 30px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease;
}

#sistemas-tradicionales .sistemas-boton:hover {
  background-color: #0a4449;
}

#sistemas-tradicionales .sistemas-boton i {
  font-size: 1.4rem;
}

/*Recursos*/

#recursos-fichas,
#recursos-informacion,
#recursos-presentacion {
  padding: 60px 0 0 0;
  background-color: #ffffff;
}

#recursos-presentacion {
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

#recursos-fichas .container,
#recursos-informacion .container,
#recursos-presentacion .container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}

#recursos-fichas .fichas-header,
#recursos-informacion .informacion-header,
#recursos-presentacion .presentacion-header {
  margin-bottom: 50px;
}

#recursos-fichas .fichas-titulo,
#recursos-informacion .informacion-titulo,
#recursos-presentacion .presentacion-titulo {
  font-size: 6rem;
  font-weight: 700;
  color: #646363;
  line-height: 1;
  font-family: var(--font-BebasNeue);
}

#recursos-fichas .fichas-subtitulo,
#recursos-presentacion .presentacion-subtitulo {
  font-size: 4rem;
  color: #646363;
  font-weight: 600;
  margin: 0;
  font-family: var(--font-RobotoCondensed);
  line-height: 1;
}

#recursos-informacion .recursos-grid,
#recursos-presentacion .recursos-grid {
  display: grid;
  grid-template-columns: repeat(3, 400px);
  gap: 20px;
  justify-content: start;
}

#recursos-fichas .recursos-grid {
  display: grid;
  grid-template-columns: repeat(4, 400px);
  gap: 20px;
  justify-content: start;
}

#recursos-fichas .recurso-item,
#recursos-informacion .recurso-item,
#recursos-presentacion .recurso-item {
  width: 400px;
  background: white;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

#recursos-fichas .recurso-imagen,
#recursos-informacion .recurso-imagen,
#recursos-presentacion .recurso-imagen {
  position: relative;
  height: auto;
  overflow: hidden;
  background-color: #e9ecef;
}

#recursos-fichas .recurso-imagen img,
#recursos-informacion .recurso-imagen img,
#recursos-presentacion .recurso-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#recursos-informacion .recurso-info,
#recursos-presentacion .recurso-info {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 3px solid #f4f4f4;
  border-right: 3px solid #f4f4f4;
  border-bottom: 3px solid #f4f4f4;
}

#recursos-presentacion .recurso-item:nth-child(3) .recurso-info {
  padding: 10px 10px;
}

#recursos-informacion .recurso-titulo,
#recursos-presentacion .recurso-titulo {
  font-size: 2.5rem;
  font-family: var(--font-RobotoCondensed);
  font-weight: 600;
  color: #646363;
  margin: 0;
  flex: 1;
  line-height: 1;
  position: relative;
}

#recursos-informacion .recurso-titulo a,
#recursos-presentacion .recurso-titulo a {
  color: #646363;
  text-decoration: none;
}
#recursos-informacion .recurso-item:hover .recurso-titulo,
#recursos-presentacion .recurso-item:hover .recurso-titulo {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: text-decoration 0.3s ease;
}

#recursos-informacion .recurso-boton,
#recursos-presentacion .recurso-boton {
  background-color: transparent;
  color: #666;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
  margin-left: 15px;
  flex-shrink: 0;
  position: relative;
}

#recursos-informacion .recurso-item:hover .recurso-boton,
#recursos-presentacion .recurso-item:hover .recurso-boton {
  transform: rotate(45deg);
  color: #333;
}

#recursos-presentacion .recurso-boton {
  transition: transform 0.3s ease, color 0.3s ease;
}

#recursos-presentacion .recurso-tabla {
  border-left: 3px solid #f4f4f4;
  border-right: 3px solid #f4f4f4;
  border-bottom: 3px solid #f4f4f4;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}

#recursos-presentacion .tabla-items {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#recursos-presentacion .tabla-item {
  padding: 12px;
  border-bottom: 3px solid #f4f4f4;
  font-family: var(--font-RobotoCondensed);
  font-size: 2.5rem;
  color: #646363;
  font-weight: 500;
  background-color: #ffffff;
}

#recursos-presentacion .tabla-item:last-child {
  border-bottom: none;
}

#recursos-presentacion .tabla-item a {
  color: #646363;
  text-decoration: none;
  display: block;
}

#recursos-presentacion .tabla-item:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: text-decoration 0.3s ease;
}

#recursos-informacion .recurso-tabla {
  border-left: 3px solid #f4f4f4;
  border-right: 3px solid #f4f4f4;
  border-bottom: 3px solid #f4f4f4;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}

#recursos-informacion .tabla-items {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#recursos-informacion .tabla-item:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: text-decoration 0.3s ease;
}

#recursos-informacion .tabla-item {
  padding: 12px;
  border-bottom: 3px solid #f4f4f4;
  font-family: var(--font-RobotoCondensed);
  font-size: 2.5rem;
  color: #646363;
  font-weight: 500;
  background-color: #ffffff;
}

#recursos-informacion .tabla-item a {
  color: #646363;
  text-decoration: none;
}

#recursos-informacion .tabla-item:last-child {
  border-bottom: none;
}

#recursos-punta,
#recursos-pararrayos,
#recursos-fichas {
  padding: 60px 0 0 0;
  background-color: #ffffff;
}

#recursos-punta .container,
#recursos-pararrayos .container,
#recursos-fichas .container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}

#recursos-punta .punta-header,
#recursos-pararrayos .pararrayos-header,
#recursos-fichas .fichas-header {
  margin-bottom: 50px;
}

#recursos-fichas .fichas-titulo {
  font-size: 6rem;
  font-weight: 700;
  color: #646363;
  line-height: 1.2;
  font-family: var(--font-BebasNeue);
}

#recursos-punta .punta-titulo,
#recursos-pararrayos .pararrayos-titulo,
#recursos-fichas .fichas-subtitulo {
  font-size: 4rem;
  color: #646363;
  font-weight: 600;
  margin: 0;
  font-family: var(--font-RobotoCondensed);
}

#recursos-pararrayos .recursos-grid,
#recursos-fichas .recursos-grid {
  display: grid;
  grid-template-columns: repeat(4, 400px);
  gap: 20px;
  justify-content: start;
}

#recursos-punta .recursos-grid {
  display: grid;
  grid-template-columns: repeat(2, 400px);
  gap: 20px;
  justify-content: start;
}

#recursos-punta .recurso-item,
#recursos-pararrayos .recurso-item,
#recursos-fichas .recurso-item {
  width: 400px;
  background: white;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

#recursos-punta .recurso-imagen,
#recursos-pararrayos .recurso-imagen,
#recursos-fichas .recurso-imagen {
  position: relative;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
}

#recursos-punta .recurso-imagen img,
#recursos-pararrayos .recurso-imagen img,
#recursos-fichas .recurso-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#recursos-punta .recurso-info,
#recursos-pararrayos .recurso-info,
#recursos-fichas .recurso-info {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid #f4f4f4;
  border-left: 3px solid #f4f4f4;
  border-right: 3px solid #f4f4f4;
  border-bottom: 3px solid #f4f4f4;
  width: 98.5%;
  margin: 0 auto;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}

#recursos-punta .recurso-titulo,
#recursos-pararrayos .recurso-titulo,
#recursos-fichas .recurso-titulo {
  font-size: 2.5rem;
  font-family: var(--font-RobotoCondensed);
  font-weight: 600;
  color: #646363;
  margin: 0;
  flex: 1;
  line-height: 1;
  position: relative;
}

#recursos-punta .recurso-boton,
#recursos-pararrayos .recurso-boton,
#recursos-fichas .recurso-boton {
  background-color: transparent;
  color: #666;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
  font-size: 18px;
  margin-left: 15px;
  flex-shrink: 0;
  position: relative;
}

#recursos-punta .recurso-tabla,
#recursos-pararrayos .recurso-tabla,
#recursos-fichas .recurso-tabla {
  border-left: 3px solid #f4f4f4;
  border-right: 3px solid #f4f4f4;
  border-bottom: 3px solid #f4f4f4;
  background-color: #ffffff;
  transition: all 0.3s ease;
  margin-right: 3px;
  margin-left: 3px;
}

#recursos-fichas .tabla-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

#recursos-punta .tabla-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

#recursos-punta .tabla-item,
#recursos-pararrayos .tabla-item,
#recursos-fichas .tabla-item {
  padding: 12px;
  border-bottom: 3px solid #f4f4f4;
  font-family: var(--font-RobotoCondensed);
  font-size: 2.5rem;
  color: #646363;
  font-weight: 500;
  background-color: #ffffff;
  text-align: center;
}

#recursos-punta .tabla-item a,
#recursos-pararrayos .tabla-item a,
#recursos-fichas .tabla-item a {
  color: #646363;
  text-decoration: none;
}

#recursos-fichas .tabla-item:nth-child(even) {
  border-right: none;
}

#recursos-punta .tabla-item:last-child,
#recursos-fichas .tabla-item:last-child {
  border-bottom: none;
}

#recursos-punta .tabla-item:hover,
#recursos-pararrayos .tabla-item:hover,
#recursos-fichas .tabla-item:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: text-decoration 0.3s ease;
}

#recursos-punta .recurso-item:hover .recurso-titulo,
#recursos-pararrayos .recurso-item:hover .recurso-titulo,
#recursos-fichas .recurso-item:hover .recurso-titulo {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: text-decoration 0.3s ease;
}

#recursos-punta .recurso-item.active .recurso-boton,
#recursos-punta .recurso-item:hover .recurso-boton,
#recursos-pararrayos .recurso-item.active .recurso-boton,
#recursos-pararrayos .recurso-item:hover .recurso-boton,
#recursos-fichas .recurso-item:hover .recurso-boton {
  transform: rotate(45deg);
  color: #333;
}

#recursos-pararrayos .recurso-item:nth-child(n + 2) .tabla-columnas {
  justify-content: center;
}

#recursos-pararrayos .recurso-item:nth-child(n + 2) .tabla-columna:first-child {
  border-right: none;
  text-align: center;
}

#recursos-pararrayos .recurso-item:nth-child(n + 2) .tabla-columna:last-child {
  display: none;
}

#recursos-pararrayos .tabla-columnas,
#recursos-fichas .tabla-columnas {
  display: flex;
}

#recursos-pararrayos .tabla-columna,
#recursos-fichas .tabla-columna {
  flex: 1;
}

#recursos-pararrayos .tabla-columna:first-child,
#recursos-fichas .tabla-columna:first-child {
  border-right: 3px solid #e9ecef;
}

#recursos-tradicionales,
#recursos-accesorios {
  padding: 60px 0 0 0;
  background-color: #ffffff;
}

#recursos-tradicionales {
  padding: 60px 0;
}

#recursos-tradicionales .container,
#recursos-accesorios .container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}

#recursos-tradicionales .tradicionales-header,
#recursos-accesorios .accesorios-header {
  margin-bottom: 50px;
}

#recursos-tradicionales .tradicionales-titulo,
#recursos-accesorios .accesorios-titulo {
  font-size: 4rem;
  color: #646363;
  font-weight: 600;
  margin: 0;
  font-family: var(--font-RobotoCondensed);
}

#recursos-tradicionales .recursos-grid,
#recursos-accesorios .recursos-grid {
  display: grid;
  grid-template-columns: repeat(4, 400px);
  gap: 20px;
  justify-content: start;
}

#recursos-tradicionales .recurso-item,
#recursos-accesorios .recurso-item {
  width: 400px;
  background: white;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

#recursos-tradicionales .recurso-imagen,
#recursos-accesorios .recurso-imagen {
  position: relative;
  height: auto;
  overflow: hidden;
}

#recursos-tradicionales .recurso-imagen img,
#recursos-accesorios .recurso-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#recursos-tradicionales .recurso-info,
#recursos-accesorios .recurso-info {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 3px solid #f4f4f4;
  border-right: 3px solid #f4f4f4;
  border-bottom: 3px solid #f4f4f4;
  width: 98.5%;
  margin: 0 auto;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}

#recursos-tradicionales .recurso-titulo,
#recursos-accesorios .recurso-titulo {
  font-size: 2.5rem;
  font-family: var(--font-RobotoCondensed);
  font-weight: 600;
  color: #646363;
  margin: 0;
  flex: 1;
  line-height: 1;
  position: relative;
}

#recursos-tradicionales .recurso-titulo a,
#recursos-accesorios .recurso-titulo a {
  color: #646363;
  text-decoration: none;
}

#recursos-tradicionales .recurso-boton,
#recursos-accesorios .recurso-boton {
  background-color: transparent;
  color: #666;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
  font-size: 18px;
  margin-left: 15px;
  flex-shrink: 0;
  position: relative;
}

#recursos-tradicionales .recurso-item:hover .recurso-titulo,
#recursos-accesorios .recurso-item:hover .recurso-titulo {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: text-decoration 0.3s ease;
}

#recursos-tradicionales .recurso-item:hover .recurso-boton,
#recursos-accesorios .recurso-item:hover .recurso-boton {
  transform: rotate(45deg);
  color: #333;
}

/*capacitacionesHeader*/

#info-form-header {
  background-color: #ffffff;
  padding: 200px 0 60px 0;
  box-shadow: inset 0 -7px 5px -5px rgba(0, 0, 0, 0.5);
}

#info-form-header .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-contacto #info-form-header .container {
  max-width: 1500px;
}

#info-form-header .info-form-content {
  display: flex;
  align-items: stretch;
  gap: 0;
}

#info-form-header .info-left {
  flex: 1;
  padding-right: 40px;
  padding-top: 50px;
}

#info-form-header .info-title {
  font-family: var(--font-BebasNeue);
  font-size: 8.8rem;
  font-weight: 400;
  color: #0c5257;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#info-form-header .info-description {
  font-family: var(--font-RobotoCondensed);
  font-size: 2.3rem;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 500;
}

.page-contacto #info-form-header .info-description {
  color: #000000;
}

#info-form-header .info-description .destacado {
  font-size: 2.6rem;
  font-weight: 400;
}

#info-form-header .info-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#info-form-header .feature-item:nth-child(2),
#info-form-header .feature-row:nth-child(2) .feature-item:nth-child(2) {
  margin-left: -100px;
}

#info-form-header .feature-row {
  display: flex;
  gap: 5px;
}

#info-form-header .feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}

#info-form-header .feature-icon {
  width: 45px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#info-form-header .feature-icon img[src*="dc3"] {
  width: 37px;
  height: auto;
}

#info-form-header .feature-icon img[src*="validez"] {
  width: 38px;
}

#info-form-header .feature-icon img[src*="dia"] {
  width: 38px;
}

#info-form-header .feature-icon img {
  width: 100%;
  height: auto;
}

#info-form-header .feature-text {
  flex: 1;
}

#info-form-header .feature-title,
#info-form-header .feature-subtitle {
  font-family: var(--font-RobotoCondensed);
  font-size: 2rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.3;
}

.page-contacto #info-form-header .feature-title,
.page-contacto #info-form-header .feature-subtitle {
  color: #646263;
}

#info-form-header .info-right {
  width: 650px;
  flex-shrink: 0;
}

.page-contacto #info-form-header .info-right {
  width: 700px;
}

#info-form-header .form-section {
  background-color: #0c5257;
  padding: 40px 20px;
}

.page-contacto #info-form-header .form-section {
  padding: 20px;
}

#info-form-header .form-header {
  text-align: center;
  margin-bottom: 30px;
}

#info-form-header .form-title {
  font-family: var(--font-RobotoCondensed);
  font-size: 5.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  font-style: italic;
}

#info-form-header .form-subtitle {
  font-family: var(--font-RobotoCondensed);
  font-size: 2.5rem;
  color: #ffffff;
  line-height: 1;
}

.page-contacto #info-form-header .form-subtitle {
  font-size: 2rem;
  font-style: italic;
}

#info-form-header .info-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#info-form-header .form-input,
#info-form-header textarea.form-input {
  width: 100%;
  padding: 17px 15px;
  border: none;
  font-family: var(--font-Roboto);
  font-size: 1.7rem;
  background-color: #ffffff;
  box-sizing: border-box;
  resize: vertical;
  max-height: 150px;
}

.page-contacto #info-form-header .form-input,
.page-contacto #info-form-header textarea.form-input {
  font-size: 1.4rem;
}

#info-form-header .form-input::placeholder,
#info-form-header textarea.form-input::placeholder {
  color: #989899;
}

#info-form-header .form-row {
  display: flex;
  gap: 15px;
}

#info-form-header .form-row > div {
  flex: 1;
}

#info-form-header .form-input.half {
  flex: 1;
}

#info-form-header .recaptcha-container {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

#info-form-header .form-button {
  background-color: #ffffff;
  color: #0c5257;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-family: var(--font-Roboto);
  font-size: 2.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  width: 350px;
  align-self: center;
}

#info-form-header .form-button:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

#temario-section {
  background-color: #f7f7f7;
  padding: 8rem 0;
}

#temario-section .container {
  max-width: 850px;
}

#temario-section .temario-header {
  text-align: left;
  margin-bottom: 6rem;
}

#temario-section .temario-intro {
  font-family: var(--font-RobotoCondensed);
  font-size: 4rem;
  color: #646363;
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 1;
}

#temario-section .temario-title {
  font-family: var(--font-BebasNeue);
  font-size: 8rem;
  font-weight: 500;
  color: #0c5257;
  line-height: 1;
  margin: 0;
}

#temario-section .temario-accordion {
  max-width: 800px;
  margin: 0 auto;
}

#temario-section .accordion-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#temario-section .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 3rem;
  cursor: pointer;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

#temario-section .accordion-header:hover {
  background-color: #f8f8f8;
}

#temario-section .accordion-title {
  font-family: var(--font-RobotoCondensed);
  font-size: 3rem;
  font-weight: 600;
  color: #333333;
  margin: 0;
  line-height: 1;
}

#temario-section .accordion-icon {
  font-size: 3rem;
  font-weight: 300;
  color: #646363;
  transition: transform 0.3s ease;
  user-select: none;
}

#temario-section .accordion-item.active .accordion-icon {
  transform: rotate(85deg);
}

#temario-section .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

#temario-section .accordion-item.active .accordion-content {
  max-height: 600px;
}

#temario-section .accordion-body {
  padding: 2rem 3rem 3rem 3rem;
  background-color: #ffffff;
}

#temario-section .tema-item {
  margin-bottom: 1.5rem;
}

#temario-section .tema-item:last-child {
  margin-bottom: 0;
}

#temario-section .tema-number {
  font-family: var(--font-RobotoCondensed);
  font-size: 3rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

#temario-section .tema-description {
  font-family: var(--font-RobotoCondensed);
  font-size: 3rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.2;
}

#temario-section .accordion-item.active .accordion-title {
  font-weight: 700;
}

#impulsa-perfil-section {
  background-color: #ffffff;
  padding: 8rem 0;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

#impulsa-perfil-section .container {
  max-width: 1500px;
}

#impulsa-perfil-section .impulsa-content {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

#impulsa-perfil-section .impulsa-left {
  flex: 0.7;
}

#impulsa-perfil-section .impulsa-title {
  font-family: var(--font-BebasNeue);
  font-size: 8rem;
  font-weight: 400;
  color: #0c5257;
  line-height: 1;
  margin: 0 0 3rem 0;
}

#impulsa-perfil-section .impulsa-texto {
  font-family: var(--font-RobotoCondensed);
  font-size: 2.5rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.3;
  margin: 0 0 2.5rem 0;
}

#impulsa-perfil-section .impulsa-texto:last-child {
  margin-bottom: 0;
}

#impulsa-perfil-section .impulsa-texto strong {
  font-weight: 700;
}

#impulsa-perfil-section .impulsa-texto:first-of-type strong {
  font-style: italic;
}

#impulsa-perfil-section .impulsa-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#impulsa-perfil-section .impulsa-imagen {
  width: 100%;
  max-width: 1000px;
}

#impulsa-perfil-section .impulsa-imagen img {
  width: 100%;
  height: auto;
  display: block;
}

#certificaciones-section {
  background-color: #ffffff;
  padding: 0 0 8rem 0;
}

#certificaciones-section .certificaciones-header {
  text-align: center;
  margin-bottom: 6rem;
}

#certificaciones-section .certificaciones-header .container {
  max-width: 1500px;
}

#certificaciones-section .certificaciones-title {
  font-family: var(--font-BebasNeue);
  font-size: 11.2rem;
  font-weight: 500;
  color: #0c5257;
  line-height: 1;
  margin: 0 0 2rem 0;
}

#certificaciones-section .certificaciones-subtitle {
  font-family: var(--font-RobotoCondensed);
  font-size: 3.3rem;
  font-weight: 400;
  color: #282828;
  line-height: 1.3;
  margin: 0;
}

#certificaciones-section .certificaciones-carousel {
  width: 100%;
  overflow: hidden;
}

#certificaciones-section .carousel-track {
  display: flex;
  width: max-content;
  animation: scroll 55s linear infinite;
}

/* #certificaciones-section .carousel-track:hover {
  animation-play-state: paused;
} */

#certificaciones-section .certificacion-item {
  width: 516px;
  height: 690px;
  flex-shrink: 0;
}

#certificaciones-section .certificacion-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#mapa-presencia {
  background-image: url("../img/contacto/mapa_final.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  aspect-ratio: 19/9;
}

#mapa-presencia .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  position: relative;
}

#mapa-presencia .mapa-content {
  position: absolute;
  top: 9%;
  left: 45%;
}

#mapa-presencia .mapa-titulo {
  font-family: var(--font-RobotoCondensed);
  font-size: 7.2rem;
  font-weight: 700;
  font-style: italic;
  color: #0c5257;
  line-height: 1;
  text-align: left;
  margin: 0;
  margin-bottom: 30px;
}

#mapa-presencia .mapa-facebook {
  display: block;
  transition: transform 0.3s ease;
}

#mapa-presencia .mapa-facebook img {
  width: 300px;
  height: auto;
  display: block;
}

a#toTop {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #0c5257;
  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;
}
