/* Card Links */
.card-links .simple .card-link:nth-child(4) {
  padding-left: 0;
  padding-right: 0;
}

.card-links .simple .link-wrapper,
.card-links .carousel .link-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  padding: 15px 0;
  margin-top: -1px;
}

.card-links .simple .link:hover p,
.card-links .carousel .link:hover {
  color: black;
}

.card-links .simple .link p,
.card-links .carousel .link p {
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

.draggable {
  padding: 0 !important;
}

.card-links .simple .link,
.card-links .carousel .link {
  width: 300px;
  background-color: transparent;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: background-position 0.6s ease;
}

.card-links .simple .link:hover,
.card-links .carousel .link:hover {
  background: linear-gradient(
    135deg,
    var(--color-primaryRGB) 50%,
    transparent 50%
  );
  background-size: 200% 200%;
  background-position: 12% 0%;
}

.dvtevtgnt-reason-plan-ahorro {
  background: var(--color-primaryRGB);
}

.slick-center a {
  margin-top: 0 !important;
}

.btn-general {
  background: var(--color-primaryRGB);
}

/* Adjudication Act */

.adjudication-act h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
}

.adjudication-act p {
  margin-bottom: 0;
}

.adjudication-act .wrap {
  margin-bottom: 30px;
}

.adjudication-act .col-md-4:last-of-type .wrap:last-of-type {
  margin-bottom: 0;
}

.card-promocion i {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-top: 3px;
}

/* fiat-plan-faqs */
#fiat-plan-faqs .faqs-index,
#fiat-plan-faqs .faqs-index {
  background: #6fb188;
}
#fiat-plan-faqs .faqs-index span {
  background: var(--color-secondary);
}

/* Frequent Faqs */

.btn-general {
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.faq-item-wrapper {
  margin-bottom: 20px;
}
.faq-item-wrapper {
  margin-bottom: 15px;
}
.faqs-index {
  background: #ef6966;
  display: flex;
  justify-content: center;
  align-items: start !important;
  color: white;
  margin: 0;
  padding: 0px;
}

.faqs-index span {
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center !important;
  color: white;
  min-width: 51px;
  min-height: 51px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.4em;
}

.faq-item {
  cursor: pointer;
  padding: 0px;
  background: transparent;
  min-width: calc(100% - 51px);
  border: 1px solid #626262;
}

.faq-item h3 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 15px;
  font-weight: 600;
  width: 100%;
}

.faq-answer {
  border-top: 1px solid #626262;
  margin-top: 1px;
  padding: 15px 15px 1.4em;
  color: #626262;
}

.collapse {
  padding-left: 15px;
  padding-left: 0;
}

.faq-item .collapse {
  font-size: 16px;
  margin-bottom: 0;
}

.faq-answer {
  padding-left: 15px;
}

.faq-item h3[aria-expanded="true"] {
  font-weight: bold;
}

.btn-form {
  background-color: black;
  border-radius: 3px;
  /*display: inline-block;*/
  color: white !important;
  padding: 10px;
  color: white;
  color: white;
  margin-left: 2px;
}

.popup__content {
  width: 60%;
}

.wpcf7-form label {
  margin-bottom: 0;
}

.pa-link-icon {
  transform: skewX(19deg) !important;
  height: 30px;
  margin: 0 0.8em 0 1em;
}

.pa-links a span {
  font-size: 1rem !important;
}

.pa-logo-marca {
  width: 150px !important;
  height: auto !important;
  margin-bottom: 2em;
}

.plan-de-ahorro-container .selector-plans .slick-arrow {
  left: 46% !important;
}

.plan-de-ahorro-container .selector-plans .slick-next {
  left: 50% !important;
}

/* adjudication */
.adjudication-act-info p {
  margin-bottom: 0 !important;
}

.adjudication-links .btn-main {
  font-weight: 700;
  text-align: center;
  font-size: 1.1em;
}

.plan-de-ahorro-container .section-title:after {
  width: 12%;
}

/*---------------------------------
# Responsive
-----------------------------------*/

@media (min-width: 768px) {
  .float-buttons {
    left: 1vw !important;
  }

  .card-links.carousel {
    margin-bottom: 3rem !important;
  }
}

@media (max-width: 768px) {
  .btn-general {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .slide-img-mobile {
    height: auto !important;
  }
  .adjudication-act h2 {
    text-align: center;
  }
  .faq-item-wrapper .faqs-index {
    height: auto;
  }
  .faqs-index span {
    min-height: 67px;
  }
  .faq-item h3 {
    min-height: 63px;
    display: flex;
    align-items: center;
  }
  .plan-de-ahorro-container .selector-plans .slick-prev {
    left: 39% !important;
  }
  .plan-de-ahorro-container .selector-plans .slick-next {
    left: 51% !important;
  }
  .pa-links .btn-planes {
    width: 100% !important;
  }
}
