@charset "UTF-8";
body {
  font-family: 'DM Sans', sans-serif;
  background-color: #f6f8fa;
  color: #3a3a3a;
}
#general-container {
  margin: 10vh 0 0;
}
h1 {
  color: #263240;
  font-weight: 600;
  font-size: 26px;
  margin: 0 0 34px;
  line-height: 1.2;
}
h2 {
  color: #263240;
  font-size: 26px;
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}
h3 {
  color: #006EDE;
  font-weight: 500;
  font-size: 20px;
  margin: 34px 0 34px;
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
}
.header-img-container {
  position: relative;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.header-img-container .heroImage {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0 0 12px 12px;
  object-position: center 20%;
}
.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-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: 260px;
  min-width: 200px;
  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: 48px 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: 36px;
  margin-right: 10px;
  display: block;
}
.feature-item p {
  font-weight: 400;
  font-size: 1.1rem;
  color: #4C5156;
  margin: 0;
}
hr.divider {
  width: 90%;
  max-width: 1024px;
  border: none;
  border-top: 2px solid #006ED2;
  margin: 0 auto;
  opacity: 1;
}
.container {
  width: 90%;
  max-width: 1024px;
  margin: 56px auto;
  padding: 0;
}
.plans-title {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.3em;
  color: #006ED2;
  margin: 48px 0;
}
.card {
  border: none;
  border-radius: 8px;
  box-shadow: none;
}
.card-header {
  height: 6px;
  border-radius: 8px 8px 0 0;
  padding: 0;
}
.card-header.basic {
  background-color: #006ED2;
}
.card {
  opacity: 1;
  transform: translateZ(0);
  height: 100%;
  min-height: auto;
}
.card-body {
  background-color: white;
  border-radius: 0 0 8px 8px;
  padding: 2.4rem 1.5rem 3.4rem 1.5rem;
}
.card-title {
  font-weight: 600;
  font-size: 20px;
  color: #263240;
  margin: 0 0 24px;
}
.card-text {
  font-weight: 400;
  font-size: 16px;
  color: #334C68;
  margin-top: 0.5rem;
  margin-bottom: 56px;
}
.card-link {
  font-weight: 500;
  font-size: .9rem;
  color: #030097;
  text-decoration: none;
}
.card-link:hover {
  color: #030097;
  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;
}
.feature-item p br {
  display: none;
}
.titulo-flex {
  display: inline-flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 38px;
}
section.anotate {
  width: 100%;
  background: #FFFFFF;
  padding: 56px 0;
}
section.anotate .container {
  margin: 0 auto;
}
/**/
.field-holder .form-control.linea {
  font-size: 1.2rem;
  font-weight: 400;
  border: none;
  background: transparent;
  border-bottom: 2px solid #ced4da;
  border-radius: 0;
  height: 40px;
  color: #191E23;
  padding: .375rem .75rem;
}
.field-holder .form-label {
  margin-bottom: 0;
  padding: 0 .75rem;
  color: #4C5156;
  font-size: .85rem;
}
.field-holder .form-control.linea:focus {
  outline: none;
  box-shadow: none;
}
.field-holder {
  position: relative;
  margin: 20px 0 24px;
}
.field-holder input {
  position: relative;
  z-index: 2;
  background: transparent;
  box-shadow: none;
  outline: none;
}
.field-holder input:hover {
  background: transparent;
}
.field-holder label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  cursor: text;
  transition: .3s ease-in-out;
}
.field-holder input, .field-holder label {
  width: 100%;
  height: 40px;
  box-shadow: none;
  outline: none;
}
.field-holder input:focus + label, .field-holder input:valid + label {
  top: -30px;
  pointer-events: none;
  transition: .3s ease-in-out;
  box-shadow: none;
  outline: none;
}
.field-holder input:focus, .field-holder input:valid {
  border-color: #006ED2;
}
input:focus {
  border-color: #006ED2;
}
.form-check {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.form-check-label {
  margin-bottom: 0;
  padding: 0 .75rem;
  color: #4C5156;
  font-size: .85rem;
  height: 10px;
}
.form-check-input {
  width: 1.2em;
  height: 1.2em;
  border-color: #ced4da;
  margin-top: 0;
}
.form-check-input:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #006ED2;
  border-color: #006ED2;
}
.btn-holder {
  margin-top: 24px;
}
.btn-primary {
  color: #fff;
  background-color: #006ED2;
  border-color: #006ED2;
}
.btn-primary:hover {
  color: #006ED2;
  background-color: transparent;
  border-color: #006ED2;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #8fa4b9;
  background-color: #d7e5f0;
  border-color: #dae0e7;
}
/*Errores*/
.msj-error {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #A54EA3;
  display: none;
}
small {
  font-size: 12px;
}
.icono-info {
  display: flex;
}
.icono-info img {
  width: 16px;
  margin-right: 6px;
}
.field-holder .form-control.linea.is-invalid ~ .msj-error {
  display: flex;
  align-items: center;
}
.field-holder .form-control.linea.is-invalid {
  border-bottom: 1px solid #A54EA3;
  color: #A54EA3;
}
.field-holder .form-control.linea.is-invalid + label {
  color: #A54EA3;
}
.field-holder .form-control.linea:focus, .field-holder .form-control.linea:valid {
  border-color: #006ED2;
  color: #191E23;
}
.form-check.is-invalid .form-check-input {
  border: 1px solid #A54EA3;
  color: #A54EA3;
}
.form-check.is-invalid .form-check-input:checked {
  background-color: #006ED2;
  border-color: #006ED2;
}
.form-check.is-invalid .form-check-input:focus, .was-validated .form-check-input:invalid {
  box-shadow: none;
}
.form-check.is-invalid .form-check-input + label {
  color: #A54EA3;
}
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: #A54EA3;
}
.form-check-input.is-invalid {
  border-bottom: 1px solid #A54EA3;
  color: #A54EA3;
}
.form-check.is-invalid ~ .msj-error {
  display: flex;
  align-items: center;
}
/**/
.desaparece {
  opacity: 0;
}
.aparece {
  opacity: 1;
}
.noSee {
  display: none;
}
.see {
  display: block;
}
.gracias {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 460px;
  height: 100%;
  top: 0;
  left: 50%;
  margin: 0 0 0 -230px;
}
.gracias h4 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #1CA149;
  display: flex;
  align-items: center;
}
.gracias h4 span {
  display: inline-flex;
  margin-right: 14px;
}
.gracias h4 span img {
  width: 50px;
  height: auto;
}
.gracias p {
  font-size: 16px;
  margin-left: 64px;
  color: #334C68;
  text-align: center;
  margin: 0;
}
.error {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 460px;
  height: 100%;
  top: 0;
  left: 50%;
  margin: 0 0 0 -230px;
}
.error h4 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #A54EA3;
  display: flex;
  align-items: center;
}
.error h4 span {
  display: inline-flex;
  margin-right: 14px;
}
.error h4 span img {
  width: 50px;
  height: auto;
}
.error p {
  font-size: 16px;
  margin-left: 64px;
  color: #334C68;
  text-align: center;
  margin: 0;
}
.card-link.back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.card-link.back::after {
  content: none;
  background: none;
}
.card-link.back::before {
  content: '';
  width: 13px;
  height: 13px;
  position: relative;
  right: 4px;
  display: inline-block;
  background: url(../img/arrowRight.svg);
  transform: rotate(180deg);
  top: 2px;
  background-size: cover;
}
.formulario {
  position: relative;
  z-index: 2;
}

section.solTC {
  width: 100%;
  background: transparent;
}

.solicitar-tarjeta{
  margin: 0 0 0;
  font-size: 14px;
}
.solicitar-tarjeta a.btn-primary{
  text-decoration: none;
  display: table;
  margin: 15px 0 0;
  padding: 10px 22px 11px;
}
.titlePromo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.titlePromo a.btn-primary{
  text-decoration: none;
  /* display: table; */
  margin: 0;
  padding: 10px 22px 11px;
}


@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: 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: 810px) {
  .titlePromo{
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .titlePromo a.btn-primary{
    margin-bottom: 20px;
  }
  
}
@media (max-width: 768px) {
  .card-text {
    font-size: .9rem;
  }
  .card-link {
    font-size: .9rem;
  }
}
@media (max-width: 767px) {
  .feature-item {
    text-align: left;
    color: #006ED2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .feature-item .icon .fas {
    width: 30px;
    margin-right: 15px;
  }
  .feature-item p br {
    display: none;
  }
  .form-check {
    margin-top: 0;
  }
  .titulo-flex {
    margin-bottom: 20px;
  }
  .btn-holder {
    margin-top: 30px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 26px;
  }
  .grupo-form {
    max-width: 400px;
  }
  .gracias {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    height: 100%;
    top: 0;
    left: 50%;
    margin: 0 0 0 -45%;
  }
  .gracias h4 {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
  }
  .error {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    height: 100%;
    top: 0;
    left: 50%;
    margin: 0 0 0 -45%;
  }
  .error h4 {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
  }
  .gracias h4 span {
    display: flex;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .error h4 span {
    display: flex;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 680px) {
  .feature-item {
    width: 100%;
  }
  .mb-3 {
    margin-bottom: 1rem !important;
  }
  .titulo-flex {
    display: flex !important;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .card-link {
    font-size: .9rem;
    margin: 0 0 24px;
  }
}
@media (max-width: 580px) {
  #general-container {
    margin: 7vh 0 0;
  }
  .header-img-container .overlay-hero {
    height: 80%;
  }
  .header-text {
    left: 1rem;
    font-size: 1.8rem;
    gap: 0.3rem;
  }
  .header-text .oca-logo {
    font-size: 2rem;
  }
  .header-text .planes-text {
    font-size: 1.25rem;
  }
  .features-icons {
    max-width: 90%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .feature-item .icon {
    font-size: 1.5rem;
  }
  .feature-item p {
    font-size: 0.8rem;
  }
  .plans-title {
    font-size: 1rem;
    margin: 36px 0;
    line-height: 1.5em;
  }
  .card-title {
    margin: 0 0 14px;
  }
  .card-body {
    padding: 1.4rem 1.2rem 2.2rem 1.2rem;
  }
  .card-link::after {
    width: 12px;
    height: 12px;
    left: 3px;
  }
  .card-link::before {
    width: 12px;
    height: 12px;
    right: 3px;
  }
  h3 {
    margin: 24px 0 24px;
  }
  hr.divider {
    border-top: 1px solid #006ED2;
  }
  .container {
    margin: 42px auto;
  }
  section.anotate {
    padding: 42px 0;
  }
  .gracias h4 {
    font-size: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
  }
  .error h4 {
    font-size: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
  }
  .gracias p {
    font-size: 14px;
  }
  .error p {
    font-size: 14px;
  }
}
@media (max-width: 460px) {
  .plans-title {
    font-size: 4.2vw;
  }
}
@media (max-width: 375px) {
  .plans-title {
    font-size: .95rem;
  }
  #general-container {
    margin: 8vh 0 0;
  }
}
@media (max-width: 890px) and (orientation: landscape) {
  #general-container {
    margin: 12vh 0 0;
  }
}