* {
  font-family: 'montserrat';
}

.af-start {
  justify-content: flex-start;
}
.af-end {
  justify-content: flex-end;
}
.af-text-white {
  color: white;
}

.home-body-btn {
  border-radius: 0px;
  background-color: transparent;
  padding: 1rem 3rem;
}

.btn-transparente:hover {
  font-weight: bold;
  color: #97ddbb;
  background: #212420;
}

.btn-transparente {
  border: 1px solid #97ddbb;
  color: #97ddbb;
  background: #212420;
}

.btn-primary:hover {
  font-weight: bold;
  color: #97ddbb;
  background: #212420;
}

.btn-primary {
  border: 1px solid #25ff89;
  color: #212420;
  background: #25ff89;
}

.btn-darkgreen {
  background: #0f6841;
  border: 1px solid #0f6841;
  color: #fff;
}

.section-home {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

#header-primary {
  background: #273e30;
  nav {
    display: none;
    flex-direction: row;
    align-content: center;
    align-items: center;
    background: transparent !important ;
    background: #273e30 !important;
    padding-top: 3rem;
  }
  .nav {
    background: transparent;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-evenly;
  }
  .nav .nav-link {
    font-size: 13px !important;
  }
}

.bg-PRE-APERTURA {
  background: linear-gradient(90deg, #faff25 0%, #71641e 100%);
}
.bg-ABIERTO {
  background: linear-gradient(90deg, #25ff89 0%, #1e7144 100%);
}
.bg-CERRADO {
  background: linear-gradient(90deg, #273e30 0%, var(--bvc-color-two) 100%);
  color: #fff;
}

#header-primary .banner-top {
  padding: 1.5rem 0rem;
  font-weight: bold;

  ul.list {
    background: transparent !important ;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
  }
  ul.list li {
    padding: 0rem 1rem;
  }
}

.logo-top {
  padding-top: 3rem;
  a {
    margin-top: -5rem;
    position: absolute;
    text-align: center;
  }
  a img {
    width: 60%;
  }
}

.banner {
  background: #fff url(../img/Dots.png);
  color: #202422;
  margin-top: 1.5rem;
  .banner-article {
    padding: 5rem 0rem;
  }
  .banner-article h1 {
    color: #202422;
    font-family: Inter;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    text-align: left;
  }
  .banner-article p {
    color: #202422;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;
    padding: 1rem 0rem;
  }
}

footer {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #fff;
  padding-top: 2rem;
  background: #273e30 !important;
  ul,
  li {
    background: transparent !important;
  }
  .copyright {
    margin: 2rem auto 0rem auto !important;
  }
}

.indicators-bars {
  color: #202422 !important;
  padding: 0.5rem 0rem;
  background: #fff;
}
.como-invertir {
  padding: 3rem 2rem;
  img {
    margin-bottom: 0.5rem;
  }
  .item-como-invertir {
    display: flex;
    align-items: flex-start;
    padding: 1rem 0rem;
    flex-direction: column;
    justify-content: center;
  }
  .como-invertir-section-1 {
    padding: 2rem 0rem;
  }
  .como-invertir-section-1 h3 {
    font-family: Inter;
    font-size: 19px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: left;
    color: #0f6841;
  }
  .como-invertir-section-1 h2 {
    font-family: Inter;
    font-size: 35px;
    font-weight: 700;
    line-height: 43.57px;
    text-align: left;
  }
}

.mobile-section {
  background: #25ff89;
  display: flex;
  overflow: hidden;
  height: 430px;
  align-content: center;
  align-items: center;

  .container .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-section-1 {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
  }
  .mobile-section-1 > h2 {
    font-family: Inter;
    font-size: 35px;
    font-weight: 700;
    line-height: 43.57px;
    text-align: left;
  }

  .link-store {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  .mobile-section-2 .row {
    overflow: hidden;
  }

  .mobile-section-2 .item-mobile-section {
    border-radius: 50%;
    background-color: #51a94446;
    padding: 250px 150px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    position: absolute;
    z-index: 1;
  }
  .mobile-section-2 img {
    transition: all 0.5s ease-in-out;
    position: absolute;
    z-index: 2;
  }
  .item-mobile-section:hover {
    scale: 0.8;
  }

  .mobile-section-2 img:hover {
    rotate: 10deg;
  }
}

#table-tabs .nav-link.active {
  border: 0px solid;
  border-top: 0px solid var(--bvc-color-nine) !important;
  border-radius: 9px;
}

.nav-item-ext {
  padding: 0rem 1rem;
}
.nav-item-ext .nav-link {
  padding: 0rem 1rem;
}
.nav-item-ext .nav-link.active {
  background: #25ff89;
  padding: 0rem 1rem;
}

#table-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-around;
}

.nav-tabs .nav-link {
  border: 0px solid;
  padding: 0.1rem 0rem !important;
  background: transparent;
  margin: 0rem 0.2rem;
  border-top: 0px !important;
  border-radius: 3px;
  color: #000;
}
.nav-tabs .nav-link.active {
  padding: 0.1rem 1rem !important;
  margin: 0rem 0.2rem;
  border-radius: 2px;
  background: #25ff89;
  border-top: 0px !important;
  border-radius: 3px;
}

.resumen-section {
  background: #fff;
  padding: 4rem 0rem;
  .resumen-section .nav,
  .resumen-section .nav-tabs {
    background: transparent !important;
  }
  .resumen-section .nav-tabs li a {
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    text-align: left;
    color: #212420;
  }
  .nav-link {
    text-transform: capitalize !important;
  }
  #table-tabs li + li {
    width: auto !important;
  }
  .nav-tabs {
    border: 0px solid transparent;
  }
  .table thead th {
    font-size: 12px;
  }
  .container-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 0rem;
    color: #0f6841;
    text-transform: uppercase;
  }
  tbody {
    font-size: 12px;
  }
}

.container-anuncios {
  border: 1px solid #dadada;
  background: #f6f6f6;
  padding: 2rem;
  border-radius: 0.5rem;

  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #212420;
}
.container-anuncios ul {
  padding-left: 0px;
  padding-top: 2rem;
  list-style: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.container-anuncios ul li {
  padding-bottom: 1rem;
}
.container-anuncios ul li a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #212420;
}
.noticias-container {
  display: flex;
  justify-content: space-between;

  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.05px;
  text-align: left;
}
.inactivo {
  opacity: 0.2;
}
.noticias-container a {
  color: #0f6841;
  font-family: Inter;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 16.94px;
  text-align: right;
}
.noticias-container strong {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.05px;
  text-align: left;
}

.eventos-section {
  background: #202422;
  padding: 4rem 0rem;
  h2 {
    font-family: Inter;
    font-size: 35px;
    font-weight: 700;
    line-height: 43.57px;
    text-align: left;
    color: #97ddbb;
  }
  p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: left;
    color: #25ff89;
  }
  .eventos-section-1 {
    border-right: 1px solid #687064;
    padding-right: 4rem;
  }
  .eventos-section-1 ul li span {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    padding-left: 15px;
    color: #e5e5e5;
  }
  .eventos-section-2 {
    padding-left: 4rem;
  }
}
.video-section {
  padding: 4rem 0rem;
  h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.57px;
    text-align: left;
    color: #212420;
  }
  h2 span {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.57px;
    text-align: left;
    color: #0f6841;
  }
}
.newsletter {
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
  text-align: left;
  color: #0f6841;
}

#s {
  background: #ffffff;
  color: #97ddbb;
  border: 0px solid transparent;
  box-shadow: 4px 4px 4px 0px #00000040;
  font-size: 12px;
}

.submenu {
  height: 50px;
  width: 100%;
  color: #fff;
  display: none;
  background-color: #374838 !important;
}
.submenu.show {
  display: block !important;
}
.hiddenBar {
  background-color: transparent;
}

#google_translate_element {
  border-left: 1px solid #fff;
  margin-left: 15px !important;
  padding-left: 10px !important;
}

#google_translate_element span,
.goog-te-gadget,
.goog-te-gadget-simple {
  margin: 0px !important;
  padding: 0px !important;
  border: 0px solid !important;
}

.goog-te-gadget-simple {
  background-color: transparent !important;
  border-left: 0px solid #d5d5d5 !important;
  border-top: 0px solid #9b9b9b !important;
  border-bottom: 0px solid #e8e8e8 !important;
  border-right: 0px solid #d5d5d5 !important;
  span {
    color: #ffffff !important;
  }
  a {
    text-decoration: none;
  }
  .indicator {
    display: none !important;
  }
}

.goog-logo-link,
.goog-te-gadget-icon {
  display: none !important;
}

@media (min-width: 720px) {
  .container {
    max-width: 95% !important;
  }
  #header-primary {
    nav {
      display: flex;
    }
    .banner-top {
      div {
        display: flex;
        align-items: center;
        padding: 0rem 2rem;
      }
      ul.list {
        display: flex;
        align-items: center;
      }
    }
  }
  .banner {
    padding: 0rem 2rem 0rem 2rem;
  }

  .banner-article {
    border-right: 1px solid #fff;
    padding: 4rem 2rem;
  }
  .como-invertir {
    padding: 3rem 0rem;
    .item-como-invertir {
      padding: 1rem 1.5rem;
    }
    .como-invertir-section-1 {
      padding: 0rem 1.5rem;
    }
  }
}

.articulos p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #fff;
}

@media (min-width: 1441px) {
  .container {
    max-width: 90% !important;
  }
}

.send {
  background: url(../../assets/iconos/Enviar.png) center center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #0f6841;
  padding: 1rem;
}

header i {
  color: #fff;
  font-size: 16px;
  margin: 0px 0.2rem;
}

.header-table-container {
  background: #d9d9d980;
  border-radius: 1rem;
  color: #fff;
  padding: 0rem 1rem 1rem 1rem;
  font-weight: bold;
  article {
    padding: 1rem;
  }
  article:not(.top) {
    color: #0f6841;
  }

  .top {
    background: #0f6841 !important;
    border-radius: 1rem 1rem 0rem 0rem;
  }
  .align-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
}
