/* ================================================================ */
/* ===================== INICIO Nuevas Cards   ======================= */
/* ================================================================ */
.Cards * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.Cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  position: relative;
  top: 15px;
  /* margin: 0 0 0 150px; */
}
@media (max-width: 1164px) {
  .Cards {
    margin: auto;
  }
}
.Cards a {
  text-decoration: none;
}

.Cards h4 {
  color: var(--AlternativoNegro);
}

.CardText {
  display: flex;
  flex-direction: column;
}

.Card {
  width: 22%;
  transition: transform 1s cubic-bezier(0.5, 0, 0, 1),
    opacity 1s cubic-bezier(0.5, 0, 0, 1);
}

.Card:hover {
  transform: scale(1.1);
}
.header__Btn:hover {
  transform: scale(1.1);
}
.BtnCard {
  width: 100%;
  height: 115px;
  background-color: var(--Blanco);
  border-radius: 30px;
  border: 3px solid var(--GrisLine);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--AlternativoNegro);
}

.CardIcon {
  margin: 0 15px;
}
.btn-left {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header__Btn--Arrow2 {
  background-image: url(/img/ArrowRightCard.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  padding: 14px;
  width: 34px;
  margin-right: 10px;
}
.Title2 {
  color: var(--AlternativoNegro);
  font-size: 15px;
  font-weight: 900;
}

.CardText p {
  font-size: 0.76rem;
}
.Cards {
  flex-direction: row;
  justify-content: center;
  /* align-items: center; */
}
@media (min-width: 425px) and (max-width: 1024px) {
  .Cards {
    width: 80%;
  }
}

/* ================================================================ */
/* ===================== FIN Nuevas Cards   ======================= */
/* ================================================================ */

.luzAncla {
  position: absolute !important;
  width: 40% !important;
  top: -40px;
  left: 20px;
}
.secofertas h4 {
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  line-height: 100% !important;
  /* position: relative; */
  /* float: left; */
  width: 100% !important;
  color: #214780 !important;
  margin: 0px 0px 40px !important;
  text-align: center !important;
}
.MenuPromoImg {
  border-radius: 18px;
}
.menupromo a {
  border-radius: 20px;
}
.secofertas h3,
.secayuda h3 {
  font-weight: 800 !important;
  font-family: DINPro, arial !important;
}

.slick-prev {
  background: url(../img/icons/Slick-Left.svg) top left no-repeat !important;
}
.slick-next {
  background: url(../img/icons/Slick-Right.svg) top left no-repeat !important;
}
@media (max-width: 768px) {
  .luzAncla {
    position: absolute !important;
    width: 30% !important;
    top: -20px;
    left: 0px;
  }
  .slick-slide img {
    display: block;
    /* border-radius: 20px; */
  }
  .Cards{
    gap: 20px;
  }
  .Card {
		width: 90%;
	}
}
@media (max-width: 1165px) {
  .content {
    margin-top: 0 !important;
  }
  .OfertasSlideContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .WrapHome {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .WrapAyuda {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}
