.elementor-7135 .elementor-element.elementor-element-1e4f89f{--display:flex;--flex-direction:column-reverse;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:97px;--margin-bottom:0px;--margin-left:-28px;--margin-right:0px;}.elementor-7135 .elementor-element.elementor-element-e92c106{width:100%;max-width:100%;margin:-76px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 90px;padding:5px -22px 5px 5px;}.elementor-7135 .elementor-element.elementor-element-b60b72b{--display:flex;--min-height:0px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7135 .elementor-element.elementor-element-b60b72b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-7135 .elementor-element.elementor-element-ca1662e{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-7135 .elementor-element.elementor-element-b60b72b{--width:100.981%;}}@media(max-width:767px){.elementor-7135 .elementor-element.elementor-element-1e4f89f{--margin-top:73px;--margin-bottom:0px;--margin-left:-4px;--margin-right:0px;}.elementor-7135 .elementor-element.elementor-element-e92c106{margin:-149px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 4px;}}/* Start custom CSS for html, class: .elementor-element-e92c106 *//* ===============================
   PÁGINA: Historia
================================= */

/* Hero */
.faqs-hero {
  position: relative;
  width: 100%;
  height: 50vh;
  background: url("https://tvl.uy/wp-content/uploads/2025/10/571672163_122144923718887309_184854841464840824_n.jpg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center; /* 🔹 centra el contenido del hero */
}

.faqs-hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
}

/* Contenedor principal */
.faqs-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 40px;
  background: #fff;
  box-sizing: border-box;
  text-align: center; /* 🔹 centra todo el texto */
}

.faq-item {
  margin-bottom: 40px;
}

.faq-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
}

.faq-item p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  max-width: 900px;
  margin: 0 auto; /* 🔹 centra párrafos largos */
}

/* Título de sección reutilizable */
.equipos-title {
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

/* Responsivo */
@media (max-width: 768px) {
  .faqs-hero {
    padding: 100px 20px 80px;
  }
  .faqs-hero h1 {
    font-size: 34px;
  }
  .faqs-container {
    padding: 40px 20px;
  }
  .faq-item h3 {
    font-size: 18px;
  }
  .faq-item p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c4eb18 *//* Sección de equipos con fondo */
.equipos-section {
  position: relative;
  background: url("ruta/fondo-copa.jpg") no-repeat center center/cover;
  padding: 120px 20px 100px 20px; /* más altura */
  text-align: center;
  color: #000;
}

.equipos-title {
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 10px;
  position: relative;
}

.equipos-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #6a1b9a; /* Púrpura global */
  margin: 12px auto 0;
}

.equipos-subtitle {
  font-size: 20px;
  margin-bottom: 50px;
  color: #333;
}

.equipos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.equipos-grid a img {
  width: 110px;
  height: auto;
  transition: transform 0.3s ease;
}

.equipos-grid a:hover img {
  transform: scale(1.15);
}

/* Franja diagonal negra full width */
.equipos-diagonal {
  position: relative;
  width: 100%;
  background: #111;
  color: #fff;
  padding: 80px 20px;
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  text-align: center;
  margin: 0; /* elimina márgenes */
}

.hashtags {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.hashtags .highlight {
  color: #6a1b9a; /* Púrpura global */
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 50px;
  font-size: 34px;
}

.social-icons a {
  color: #fff;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #6a1b9a;
}

/* Responsivo */
@media (max-width: 768px) {
  .equipos-title {
    font-size: 38px;
  }
  .hashtags {
    font-size: 22px;
  }
  .social-icons {
    font-size: 26px;
    gap: 25px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b60b72b *//* Quita márgenes y padding laterales de la sección de historia */
.tvl-page,
.tvl-hero,
.tvl-content {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

/* Asegura que el contenedor padre (por Elementor o theme) no limite el ancho */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
  padding: 0 !important;
}

/* Hero ocupa todo el ancho real del viewport */
.tvl-hero {
  width: 100vw !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Asegura que el fondo cubra completamente los lados */
.tvl-page {
  overflow-x: hidden;
}/* End custom CSS */