@charset "UTF-8";
body {
  font-family: 'DM Sans', sans-serif;
  background-color: #f6f8fa;
  color: #3a3a3a;
}
#general-container {
  margin: 10vh 0 0;
}
.header-img-container {
  position: relative;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.header-img-container h1 {
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2em;
  margin: 10px 0 5px;
  max-width: 90%;
}
.plans-title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #263240;
  margin: 0 0 24px;
}
h3 {
  color: #263240;
  font-weight: 700;
  font-size: 1.7rem;
  margin: 0 0 32px;
  width: 100%;
  max-width: 100%;
}
.accordion-flush .accordion-item .accordion-button {
  color: #231D19;
  border-radius: 0;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
}
.accordion-button:not(.collapsed) {
  color: #231D19;
  background-color: #FFFFFF;
  box-shadow: none;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  margin-left: 20px;
  margin-right: 0;
}
.accordion-body {
  padding: 1rem 0 1.5rem;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid #d9e3e9;
}
.header-img-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  background: url("../img/Hero.png") #006ED2;
  background-position: center bottom;
  background-size: cover;
}
.header-img-container .overlay-hero {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  right: 0;
  top: inherit;
  z-index: 1;
  background: #000;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.header-img-container .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  align-items: center;
  justify-content: space-between;
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.tituloHero {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.header-img-container h1 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  line-height: 26px;
  margin: 0 0 0 9px;
  max-width: 90%;
}
.header-img-container h1 span {
  font-size: 40px;
  font-weight: 700;
  display: table;
  background: #00BEFF;
  padding: 0 9px;
  line-height: 26px;
  margin: 14px 0 14px -9px;
}
.graficoHero {
  max-width: 390px;
  width: 100%;
  height: auto;
  padding: 20px 0;
}
.imagen-hero {
  display: flex;
  justify-content: flex-end;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  right: 0;
  top: inherit;
  z-index: 1;
  background: #000;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.header-logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 25px;
  width: 100%;
  height: auto;
  max-width: 1024px;
  margin: 0 0 0 -512px;
}
.header-logo .oca-logo {
  width: 30vw;
  max-width: 350px;
  min-width: 260px;
  height: auto;
}
.header-text .oca-logo span {
  font-weight: 900;
}
.header-text .planes-text {
  font-weight: 400;
  font-size: 1.75rem;
}
.features-icons {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 34px 0;
}
.feature-item {
  text-align: left;
  color: #006ED2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.feature-item .icon {
  margin-bottom: 0.5rem;
}
.feature-item .icon .fas {
  width: 30px;
  margin-right: 10px;
  display: block;
}
.feature-item p {
  font-weight: 400;
  font-size: 0.9rem;
  color: #4C5156;
  margin: 0;
}
hr.divider {
  width: 90%;
  max-width: 1024px;
  border: none;
  border-top: 2px solid #d9e3e9;
  margin: 0 auto;
  opacity: 1;
}
.plans-container {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 48px 0;
}
.seccion.inicio p {
  font-weight: 400;
  font-size: 1.3rem;
  color: #4C5156;
  margin: 0 0 16px;
}
.seccion.inicio.descubir {
  padding: 42px 0 42px;
}
.plans-container.contenedor-box {
  background: #F2F7FD;
  padding: 32px 28px 28px;
  border-radius: 6px;
}
.contenedor-box .btn-primary {
  margin: 24px 0 0;
}
.bg-blanco {
  background: #FFF;
}
.card-wrapper {
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #ADB5Bd;
  padding: 14px 14px 20px;
  height: 100%;
  min-height: max-content;
}
.card {
  border: none;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  height: 250px;
}
.card.n1 {
  border: none;
  border-radius: 6px;
  box-shadow: none;
  background: url("../img/nivel1.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.card.n2 {
  border: none;
  border-radius: 6px;
  box-shadow: none;
  background: url("../img/nivel2.jpg") no-repeat;
  background-size: cover;
}
.card.n3 {
  border: none;
  border-radius: 6px;
  box-shadow: none;
  background: url("../img/nivel3.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.card.n4 {
  border: none;
  border-radius: 6px;
  box-shadow: none;
  background: url("../img/nivel4.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.card-body {
  background-color: none;
  border-radius: 0 0 8px 8px;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.card-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: #263240;
  margin: 0 0 20px;
}
a {
  color: #005ED1;
  text-decoration: underline;
  transition: all ease-in-out .3s;
}
a:hover, a:focus {
  color: #030097;
  transition: all ease-in-out .4s;
}
.card-text {
  font-weight: 400;
  font-size: .85rem;
  color: #FFFFFF;
  margin: 0;
}
a.card-link {
  font-weight: 700;
  font-size: 1rem;
  color: #FFFFFF;
  text-decoration: none;
  margin: 1.35rem 0 0 0;
}
a.card-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.card-link::after {
  content: '';
  width: 13px;
  height: 13px;
  position: relative;
  left: 4px;
  display: inline-block;
  background: url(../img/arrowRight.svg);
  top: 2px;
  background-size: cover;
}
h4.bage {
  display: table;
  border-radius: 4px;
  padding: 4px 8px;
  color: #FFF;
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}
h4.badge-n1 {
  background-color: #5CB2F1;
}
h4.badge-n2 {
  background-color: #59C1B7;
}
h4.badge-n3 {
  background-color: #EE8B7A;
}
h4.badge-n4 {
  background-color: #A896D6;
}
h5 {
  color: #263240;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0 0 16px;
}
.descubir-listado .badge {
  color: #495057;
  border: 1px solid #495057;
  margin: 0 0 0 18px;
  font-weight: 300;
}
.card-wrapper h5 {
  margin: 20px 0 16px;
  font-size: 1.1rem;
}
.feature-item p br {
  display: none;
}
.preguntas {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto 110px;
  padding: 0;
}
.plans-container h5 br {
  display: none;
}
.btn-secondary {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  width: auto;
  background: transparent;
  border-radius: 6px;
  border: 2px solid #030097;
  font-size: 16px;
  line-height: 1;
  color: #030097;
  font-weight: 500;
  transition: all ease-in-out .4s;
}
.btn-secondary:hover {
  background: transparent;
  border: 2px solid #006ED2;
  color: #006ED2;
  transition: all ease-in-out .3s;
}
.card-wrapper ul {
  padding: 0;
  margin: 0;
}
.card-wrapper ul li {
  color: #263240;
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.3em;
  list-style: none;
  display: flex;
  align-items: center;
}
.card-wrapper ul li:last-child {
  margin: 0;
}
.card-wrapper ul li span.icon-check {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  padding: 0;
  position: relative;
  display: flex;
  margin-right: 10px;
}
.card-wrapper ul li span a {
  color: #00539E;
}
.linkTC {
  color: #005ED1;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
}
.linkText {
  color: #005ED1;
  text-decoration: none;
}
.linkText:hover, .linkText:focus {
  color: #005ED1;
  text-decoration: underline;
}
.linkTC small {
    color: #5B7A8D;
}
.descubir-listado .card {
  height: auto;
}
.descubir-listado .row {
  margin-top: 32px;
}
.descubir-listado .plans-title {
  font-size: 1.5rem;
  margin: 0 0 8px;
}
.descubir-listado h4 {
  font-size: 1rem;
  margin: 0;
  line-height: 1.3em;
  font-weight: 400;
}
.descubir-listado .cardD-title {
  display: flex;
  align-items: center;
  margin: 6px 0 32px;
}
.descubir-listado .d3 .cardD-title {
  display: flex;
  align-items: center;
  margin: 6px 0 4px;
}
.descubir-listado .d3 p {
  display: flex;
  align-items: center;
  margin: 0 0 32px;
}
.descubir-listado .plans-container {
  padding: 84px 0 48px;
}
.faqs .plans-container {
  padding: 42px 0 84px;
}
.descubir-listado .card-wrapper {
  border: 1px solid #E9ECEF;
}
.descubir-listado .card-wrapper h5 {
  margin: 0 0 0 8px;
}
.descubir-listado .card-wrapper ul li {
  border-bottom: 1px solid #E9ECEF;
  padding-bottom: 16px;
}
.descubir-listado .card-wrapper ul li:last-child {
  border-bottom: none;
}
.offcanvas-end {
  width: 500px;
}
.offcanvas-header {
  padding: 23px 32px;
  border-bottom: 1px solid #E9ECEF;
}
.offcanvas-header h5 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
.offcanvas-body {
  padding: 32px 44px;
}
.offcanvas-body p {
  font-size: 1rem;
  margin: 32px 0 0;
}
.rowComercios {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: -14px;
  margin-left: -14px;
}
.comercio-wrapper {
  padding: 8px;
  border: 1px solid #E9ECEF;
  border-radius: .8rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 auto;
  margin: 7px;
  width: calc(33.33333333% - 14px);
  text-decoration: none;
}
.comercio-wrapper a {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: auto;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-decoration: none !important;
}
.comercio-wrapper a .logoComercio {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.comercio-wrapper a h4 {
  font-size: 16px;
  margin: 10px auto 0;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  color: #263240;
  line-height: 1.5em;
  height: 45px;
  display: flex;
  align-items: flex-end;
}
.offcanvas-end .lineOffcanvas {
  display: none;
}
.btn-close:focus {
  box-shadow: none;
}
.btn-close {
  outline: 0;
}
.g-3, .gy-3 {
  --bs-gutter-y: 2.5rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 2.5rem;
}
.descubir-listado .card-wrapper ul li br {
  display: none;
}
.iconoSaldo {
  width: 44px;
  height: auto;
  margin: 0 4px 0 0;
}
.blueH {
  color: #006ed2;
}
h2 .blueH {
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
}
h2 .blueH strong {
  font-size: 1.9rem;
}
h2 .mediumSpan {
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.2;
}
.plans-title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #263240;
  margin: 0 0 24px;
}
.sectionDivider {
  position: relative;
  margin: 36px 0;
}
.blueLine {
  height: 1px;
  width: 100%;
  background: #006ed2;
  position: relative;
}
.icoArrowFoward {
  position: absolute;
  width: 40px;
  height: auto;
  top: -12px;
  z-index: 2;
  right: 12px;
}
.tituloWrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 0 24px;
}
.tituloWrapper .plans-title {
  margin: 0;
}
.icoBullet {
  width: 30px;
  margin: 0 8px 0 0;
}
hr {
  margin: 36px 0;
}
h3 {
  color: #263240;
  font-size: 1.4rem;
  margin: 0 0 24px;
}
.seccion.inicio p {
  font-weight: 400;
  font-size: 1.1rem;
  color: #5B7A8D;
  margin: 0 0 16px;
  line-height: 1.4em;
}
.primerTitulo {
  max-width: 730px;
}
.accordion-flush .accordion-item .accordion-button {
  background: #f6f8fa;
}
.accordion-flush .accordion-collapse {
  background: #f6f8fa;
}
.video-responsive {
  width: 100%;
  max-width: 375px;
  margin: 0 0 48px;
}
.video-responsive iframe {
  width: 100%;
  aspect-ratio: 9/16;
  height: auto;
  display: block;
}
.accordion-body p {
  font-size: 1rem;
}
.accordion-body ul {
  margin: 28px 0 0;
}
.accordion-body ul li {
  font-size: 1rem;
  margin-bottom: 18px;
}
.accordion-body ul li:last-child {
  margin-bottom: 0;
}
.primerTitulo br {
  display: block;
}
@media (max-width: 1780px) {
  .imagen-hero {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1180px) {
  #general-container {
    margin: 10vh 0 0;
  }
}
@media (max-width: 1154px) {
  .header-logo {
    margin: 0;
    left: 5%;
  }
}
@media (max-width: 1090px) {
  .feature-item p br {
    display: block;
  }
  .card-text {
    font-size: 1rem;
  }
  .card-link {
    font-size: 1rem;
  }
}
@media (max-width: 1080px) {
  .header-img-container h1 {
    font-size: 3.9vw;
    line-height: 2.5vw;
  }
  .header-img-container h1 span {
    font-size: 3.9vw;
    line-height: 2.5vw;
    margin: 1.5vw 0 1.5vw -12px;
  }
  .iconoSaldo {
    width: 34px;
    margin: 0 4px 0 0;
  }
}
@media (max-width: 1024px) {
  #general-container {
    margin: 5vh 0 0;
  }
}
@media (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  #general-container {
    margin: 7vh 0 0;
  }
}
@media (max-width: 992px) {
  .video-responsive {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .plans-container .plans-title {
    font-size: 1.2rem;
  }
  h2 .mediumSpan {
    font-size: 1.2rem;
  }
  h2 .blueH strong {
    font-size: 1.6rem;
  }
  .tituloWrapper {
    margin: 0 0 10px;
  }
  hr {
    margin: 28px 0;
  }
  h3 {
    font-size: 1.2rem;
    margin: 0 0 18px;
  }
  h5 {
    font-size: 1.2rem;
  }
  h2 .blueH {
    font-size: 1.2rem;
  }
  .video-responsive {
    margin: 0 0 38px;
  }
  .primerTitulo br {
    display: block;
  }
  .seccion.inicio p {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  #general-container {
    margin: 7vh 0 0;
  }
  .plans-container {
    max-width: 100%;
    padding: 28px 0 6%;
  }
  .plans-container.contenedor-box {
    padding: 20px 14px 14px;
  }
  .contenedor-box .btn-primary {
    margin: 0px 0 0;
  }
  .sectionDivider {
    margin: 28px 0;
  }
  .plans-title {
    margin: 0 0 16px;
  }
  .plans-container h5 br {
    display: block;
  }
  .plans-title {
    line-height: 1.35em;
  }
  h3 {
    font-size: 1.6rem;
    margin: 0 0 24px;
  }
  h5 {
    font-size: 1.6rem;
    margin: 0 0 16px;
    line-height: 1.35em;
  }
  .accordion-flush .accordion-item .accordion-button {
    font-size: .95rem;
  }
  h5 {
    font-size: 1rem;
  }
  .seccion.inicio p {
    font-size: 1rem;
  }
  .plans-container .plans-title {
    font-size: 1.5rem;
  }
  .plans-container .descubir .plans-title {
    font-size: 1rem;
  }
  .offcanvas-end {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: min-content;
    transform: translateY(100%);
    border-radius: 1.2rem 1.2rem 0 0;
  }
  .offcanvas-end .lineOffcanvas {
    width: 42px;
    height: 4px;
    background: #9d9d9d;
    border-radius: 8px;
    display: block;
    margin: 8px auto;
    text-align: center;
    padding: 0;
  }
  .offcanvas.show {
    transform: none;
  }
  .offcanvas-header {
    padding: 5%;
  }
  .offcanvas-header h5 {
    font-size: 21px;
  }
  .offcanvas-body {
    padding: 5% calc(5% + 7px);
  }
  .offcanvas-body p {
    margin: 5% 0 24px;
  }
  .offcanvas-header .btn-close {
    margin-right: 5%;
  }
  .btn-close {
    opacity: 1;
  }
  .g-3, .gx-3 {
    --bs-gutter-x: 1rem;
  }
  .g-3, .gy-3 {
    --bs-gutter-y: 1rem;
  }
  .descubir-listado .card-wrapper ul li br {
    display: block;
  }
  .seccion.inicio.descubir {
    padding: 0;
  }
  .descubir-listado .plans-container {
    padding: 24px 0 6%;
  }
  .seccion.inicio.descubir {
    padding: 0;
  }
  .faqs .plans-container {
    padding: 24px 0 54px;
  }
  .linkTC {
    margin-top: 48px;
  }
  .pM0 {
    padding: 0;
  }
  .header-img-container .row {
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    margin: auto;
    flex-direction: column-reverse;
  }
  .graficoHero {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .tituloHero {
    padding: 0 5%;
    margin: 14px 0 36px;
  }
  .header-img-container h1 {
    font-size: 7vw;
    line-height: 6vw;
    margin: 0 0 0 6px;
    max-width: 100%;
  }
  .header-img-container h1 span {
    font-size: 7vw;
    font-weight: 700;
    display: table;
    background: #00BEFF;
    padding: 0 6px;
    line-height: 6vw;
    margin: 10px 0 10px -6px;
  }
  .iconoSaldo {
    width: 34px;
    height: auto;
    margin: 0 4px 0 0;
  }
  .header-img-container {
    background: url(../img/HeroM.png) #006ED2;
    background-position: center bottom;
    background-size: cover;
  }
  .plans-container .plans-title {
    font-size: 1.2rem;
  }
  h2 .mediumSpan {
    font-size: 1.2rem;
  }
  h2 .blueH strong {
    font-size: 1.6rem;
  }
  .tituloWrapper {
    margin: 0 0 10px;
  }
  hr {
    margin: 28px 0;
  }
  h3 {
    font-size: 1.2rem;
    margin: 0 0 18px;
  }
  h5 {
    font-size: 1.2rem;
  }
  h2 .blueH {
    font-size: 1.2rem;
  }
  .video-responsive {
    margin: 0 0 38px;
  }
  .primerTitulo br {
    display: block;
  }
}
@media (max-width: 896px) and (max-height: 440px) and (orientation: landscape) {
  #general-container {
    margin: 12vh 0 0;
  }
}