/* Generated by less 3.11.1 */
/* Variables */
/* ==========
Animation
========== */
/* ==========
General
========== */
body {
  background: linear-gradient(135deg, #017456 0%, #00281e 100%);
}
a {
  text-decoration: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
section {
  scroll-margin-top: 20px;
}
@media (max-width: 767px) {
  section {
    scroll-margin-top: 80px;
  }
}
/* ==========
AOS
========== */
@media screen and (max-width: 1199px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*==============
Header
==============*/
.header {
  background-color: transparent;
  color: #ef2945;
  padding: 10px 0;
  transition: all 0.5s;
  z-index: 997;
}
.header .header-container {
  background: #ffffff;
  border-radius: 50px;
  padding: 5px 25px 5px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.header .logo {
  line-height: 1;
}
.header .logo img {
  max-height: 46px;
  margin-right: 8px;
}
.header .btn-brand-primary {
  background: #ef2945;
  border-color: #ef2945;
  color: #ffffff;
  border-radius: 50px;
  padding: 8px 20px;
}
.header .btn-brand-primary:hover {
  background: #e3112f;
  border-color: #e3112f;
}
@media (max-width: 1200px) {
  .header {
    padding-top: 10px;
  }
  .header .header-container {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 5px 10px 15px;
  }
  .header .logo {
    order: 1;
  }
  .header .btn {
    order: 2;
  }
  .header .navmenu {
    order: 3;
  }
}
/*==============
Nav
==============*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }
  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navmenu li {
    position: relative;
  }
  .navmenu a,
  .navmenu a:focus {
    color: #017456;
    padding: 18px 15px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .navmenu li:last-child a {
    padding-right: 0;
  }
  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #ef2945;
  }
}
/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #ef2945;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .navmenu {
    padding: 0;
    z-index: 9997;
  }
  .navmenu ul {
    background: url(../img/bg/content-bg.jpg);
    display: none;
    list-style: none;
    position: absolute;
    inset: 0px 60px 0px 0px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .navmenu a,
  .navmenu a:focus {
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
  }
  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #ef2945;
    color: #fff;
  }
  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #ef2945;
  }
  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #ef2945;
    color: #fff;
    transform: rotate(180deg);
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}
/*==============
Up botton
==============*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: #ef2945;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  background-color: #ef2945;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}
/* ==========
Hero
========== */
.hero-section {
  background: linear-gradient(135deg, #017456 0%, #014131 100%);
  position: relative;
  padding: 120px 0 4rem;
  overflow: hidden;
  width: 100%;
  min-height: 70vh;
  /* Mobile */
  /* Tablet */
  /* Laptop */
}
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../img/bg/hero-bg.jpg') center / cover;
  opacity: 0.9;
}
.hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(1, 116, 86, 0.3) 0%, rgba(1, 116, 86, 0.8) 100%);
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
.hero-section .copy {
  text-align: left;
  margin: 20px auto;
}
.hero-section .copy img {
  height: 300px;
}
.hero-section .hero-subtitle {
  width: 90%;
  text-align: justify;
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 2rem;
  line-height: 1.6;
  font-weight: 600;
}
.hero-section .goyo {
  text-align: center;
  animation: float 3s ease-in-out infinite;
  display: block;
}
.hero-section .goyo img {
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
}
.hero-section .goyo-mb {
  display: none;
  text-align: center;
  animation: float 3s ease-in-out infinite;
}
.hero-section .goyo-mb img {
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
}
.hero-section .btns {
  padding: 0;
}
.hero-section .btns .draw-border {
  box-shadow: inset 0 0 0 4px #ffffff;
  color: #ef2945;
  transition: color 0.25s 0.08333333s;
  position: relative;
}
.hero-section .btns .draw-border::before {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-bottom-width: 4px;
  border-left-width: 4px;
}
.hero-section .btns .draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-top-width: 4px;
  border-right-width: 4px;
}
.hero-section .btns .draw-border:hover {
  color: #ef2945;
  background: #ffffff;
}
.hero-section .btns .draw-border:hover::before {
  border-color: #ef2945;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
  transition-delay: 0s, 0s, 0.25s;
}
.hero-section .btns .draw-border:hover::after {
  border-color: #ef2945;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
  transition-delay: 0s, 0.25s, 0s;
}
.hero-section .btns .btn {
  margin-top: 10px;
  background: white;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  font: 700 1rem "Roboto Slab", sans-serif;
  padding: 0.8em 3em;
  letter-spacing: 0.05rem;
}
.hero-section .btns .btn:focus {
  outline: 2px dotted #ffffff;
}
.hero-section .btns .btn:first-child {
  margin-right: 10px;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media (max-width: 767px) {
  .hero-section {
    padding: 100px 0 3rem;
  }
  .hero-section .hero-subtitle {
    text-align: left;
    width: 100%;
    font-size: 1rem;
    line-height: 1.4;
  }
  .hero-section .copy {
    text-align: center;
  }
  .hero-section .copy img {
    height: 140px;
  }
  .hero-section .goyo {
    margin-top: 0;
    display: none;
  }
  .hero-section .goyo img {
    height: 320px;
  }
  .hero-section .goyo-mb {
    display: block;
    margin-top: 0;
  }
  .hero-section .goyo-mb img {
    height: 320px;
  }
  .hero-section .btns {
    padding: 0 0px;
  }
  .hero-section .btns .btn {
    padding: 0.8em 2.2em;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    padding: 5rem 0 3rem;
  }
  .hero-section .hero-subtitle {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .hero-section .copy {
    text-align: center;
  }
  .hero-section .copy img {
    height: 220px;
  }
  .hero-section .goyo {
    margin-top: 0;
    display: none;
  }
  .hero-section .goyo img {
    height: 320px;
  }
  .hero-section .goyo-mb {
    display: block;
    margin-top: 0;
  }
  .hero-section .goyo-mb img {
    height: 480px;
  }
  .hero-section .btns {
    padding: 0 0px;
  }
  .hero-section .btns .btn {
    padding: 0.8em 2.2em;
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-section .hero-title {
    font-size: 3.5rem;
  }
}
/* ==========
Bases
========== */
.bases {
  padding: 80px 0;
  background: radial-gradient(900px 520px at 30% 10%, rgba(255, 255, 255, 0.07), transparent 55%), url("../img/section-bg.jpg") center / cover no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  /* Título principal */
  /* Subtítulo */
  /* Card base */
  /* Mobile */
  /* Tablet */
  /* Laptop */
}
.bases .section-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 44px;
  margin-bottom: 0;
}
.bases .section-kicker {
  margin-top: 8px;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.78);
}
.bases .base-card {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 18px;
  height: 100%;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}
.bases .base-card .icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bases .base-card .icon i {
  font-size: 1.2rem;
  color: #ffffff;
}
.bases .base-card h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
  color: #ffffff;
}
.bases .base-card p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}
.bases .btn-brand-ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #ffffff;
}
.bases .btn-brand-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}
@media (max-width: 767px) {
  .bases {
    padding: 32px 0 12px;
  }
  .bases .section-title {
    font-size: 32px;
  }
  .bases .section-kicker {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .bases .section-title {
    font-size: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bases .section-title {
    font-size: 42px;
  }
}
/* ==========
Info acordion
========== */
.info-accordion {
  padding: 18px 0 56px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.32)), url("../img/section-bg.jpg") center / cover no-repeat;
  /* Mobile */
  /* Tablet */
  /* Laptop */
}
.info-accordion .accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.24);
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
}
.info-accordion .accordion-button {
  background: transparent;
  color: #ffffff;
  font-weight: 800;
  gap: 0.65rem;
}
.info-accordion .accordion-button i {
  font-size: 1.1rem;
  color: #ffffff;
  opacity: 0.95;
}
.info-accordion .accordion-button:focus {
  box-shadow: none;
}
.info-accordion .accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}
.info-accordion .accordion-button::after,
.info-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.info-accordion .accordion-body {
  color: rgba(255, 255, 255, 0.78);
}
.info-accordion .accordion-body strong {
  color: #ffffff;
}
.info-accordion .accordion-body hr {
  opacity: 0.15;
}
.info-accordion .list-check {
  padding-left: 1.1rem;
}
.info-accordion .list-check li {
  margin: 0.35rem 0;
}
.info-accordion .card-glass {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}
.info-accordion .btn-brand-primary {
  border-radius: 14px;
  padding: 0.85rem 1.15rem;
  font-weight: 700;
  background: #ef2945;
  border-color: #ef2945;
  color: #ffffff;
}
.info-accordion .btn-brand-primary:hover {
  background: #e3112f;
  border-color: #e3112f;
}
.info-accordion .text-muted-soft {
  color: rgba(255, 255, 255, 0.78);
}
.info-accordion .formato-content h3 {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.info-accordion .formato-content p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}
.info-accordion .formato-content p strong {
  color: #ffffff;
}
.info-accordion .horarios-box {
  margin-top: 18px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 10px;
}
.info-accordion .horario-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 14px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
  color: #062b23;
}
.info-accordion .horario-item:not(:last-child) {
  margin-bottom: 10px;
}
.info-accordion .horario-item i {
  font-size: 26px;
  line-height: 1;
  color: #ef2945;
  margin-top: 2px;
}
.info-accordion .horario-item strong {
  display: block;
  font-size: 18px;
  color: #017456;
}
.info-accordion .horario-item p {
  color: #ffffff;
  margin-top: 4px;
}
.info-accordion .alert.alert-warning {
  background: rgba(255, 193, 7, 0.18);
  border: 1px solid rgba(255, 193, 7, 0.55);
  color: #ffffff;
  border-radius: 14px;
}
.info-accordion .alert.alert-warning i {
  color: #ffc107;
}
.info-accordion .alert.alert-warning strong {
  color: #ffffff;
}
.info-accordion .formato-diagram {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 22px 20px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  color: #ffffff;
}
.info-accordion .formato-diagram h4 {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.info-accordion .formato-diagram p {
  color: #ffffff;
  margin-top: 6px;
}
.info-accordion .formato-fases {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.info-accordion .fase-item {
  position: relative;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 18px;
  padding: 18px 16px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  /* Línea verde lateral */
  border-left: 5px solid #017456;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: start;
}
.info-accordion .fase-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ef2945;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 18px;
  margin-top: 2px;
}
.info-accordion .fase-info h5 {
  margin: 0;
  color: #017456;
  font-weight: 900;
}
.info-accordion .fase-info p {
  margin: 6px 0 0;
  color: #ffffff;
  line-height: 1.55;
}
.info-accordion .fase-arrow {
  text-align: center;
}
.info-accordion .fase-arrow i {
  font-size: 26px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .info-accordion {
    padding: 14px 0 42px;
  }
  .info-accordion .accordion-button {
    font-size: 0.95rem;
    padding: 0.95rem 1rem;
  }
  .info-accordion .accordion-body {
    font-size: 0.95rem;
  }
  .info-accordion .formato-diagram {
    padding: 18px 16px;
  }
  .info-accordion .horario-item {
    padding: 14px 12px;
  }
  .info-accordion .horario-item strong {
    font-size: 16px;
  }
  .info-accordion .horario-item i {
    font-size: 24px;
  }
  .info-accordion .fase-item {
    grid-template-columns: 52px 1fr;
    padding: 16px 14px;
  }
}
@media (min-width: 768px) {
  .info-accordion .accordion-button {
    padding: 1.05rem 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .info-accordion .accordion-button {
    font-size: 1.02rem;
  }
}
/* ==========
Footer
========== */
footer {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
  text-align: center;
}
footer p {
  color: #ffffff;
  margin: 0;
  font-size: 1rem;
}
@media (max-width: 767px) {
  footer p {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer p {
    font-size: 14px;
  }
}
/* ==========
Resultados
========== */
.resultados {
  padding: 180px 0 56px;
  min-height: 95vh;
  background: radial-gradient(900px 520px at 30% 10%, rgba(255, 255, 255, 0.06), transparent 55%), url("../img/section-bg.jpg") center / cover no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  /* Mobile */
  /* Tablet */
  /* Laptop */
}
.resultados .section-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 44px;
}
.resultados .section-kicker {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 8px;
  max-width: 820px;
}
.resultados .grupo-card {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.resultados .grupo-header {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}
.resultados .grupo-title {
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.resultados .badge-soft {
  color: #ffffff;
}
.resultados .tabla-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) left / 28px 100% no-repeat, linear-gradient(270deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) right / 28px 100% no-repeat;
}
.resultados .tabla-resultados {
  margin: 0;
  min-width: 860px;
  color: rgba(255, 255, 255, 0.88);
  /* zebra suave */
}
.resultados .tabla-resultados thead th {
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px 10px;
  white-space: nowrap;
}
.resultados .tabla-resultados tbody td {
  text-align: center;
  padding: 12px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.resultados .tabla-resultados tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.03);
}
.resultados .tabla-resultados tbody tr:hover {
  background: rgba(255, 255, 255, 0.06);
}
.resultados .tabla-resultados .col-pos {
  width: 68px;
}
.resultados .tabla-resultados .col-equipo {
  min-width: 240px;
}
.resultados .tabla-resultados .pos-cell {
  padding-left: 14px;
}
.resultados .tabla-resultados .pos-badge {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 34px;
  border-radius: 10px;
  background: rgba(1, 116, 86, 0.35);
  /* verde */
  border: 1px solid rgba(1, 116, 86, 0.55);
  color: #ffffff;
  font-weight: 900;
}
.resultados .tabla-resultados .equipo-cell {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
}
.resultados .tabla-resultados .equipo-flag {
  width: 28px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  object-fit: cover;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.06);
}
.resultados .tabla-resultados .equipo-nombre {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}
@media (max-width: 767px) {
  .resultados {
    padding: 120px 0 60px;
  }
  .resultados .section-title {
    font-size: 32px;
  }
  .resultados .section-kicker {
    font-size: 14px;
  }
  .resultados .grupo-header {
    padding: 12px 14px;
  }
}
@media (min-width: 768px) {
  .resultados {
    padding: 120px 0 60px;
  }
  .resultados .tabla-resultados {
    min-width: 900px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .resultados .section-title {
    font-size: 40px;
  }
}
/* ==========
Resultados 2
========== */
.result2 {
  padding: 120px 0 60px;
}
.result2 .title {
  color: #ffffff;
  margin-bottom: 20px;
}
.result2 .title h1 {
  font-weight: 800;
}
