img {
  max-width: 100%;
  height: auto;
}
.fab{
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1019;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffc220;
  padding: 12px;
  gap: 16px;
  border: unset;
}
.fab-img {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}
.fab-txt {
    color: #2e2f32;
    text-align: left;
    font-family: var(--fontfamily-everydaysans, "EverydaySans-Bold", sans-serif);
    font-size: var(--font-size-body-m, 16px);
    line-height: 100%;
    font-weight: 700;
    position: relative;
}
.fab-close {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}
.beneficios__icon_logo {
    width: 142px;
    height: 179px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px auto 17px auto;
    position: relative;
}
.beneficios__icon_logo img {
    width: 100%;
}
.asistencias {
    background-color: #f0f5ff;
}
.phone__cta {
    background-color: #0053E2;
    border-radius: 20px;
}
.card-asistencia {
    border: unset;
    border-radius: 20px;
}
.card-servicios {
    border: unset;
    border-radius: 20px;
    height: 240px;
    background-color: #0071DC;
}
.card-body-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.servicio-icon {
    background-color: #E9F1FE;
    width: 104px;
    height: 104px;
}
.above{
    padding-top: 0px;
}
.above__slide{
    /*height: 360px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #FCFCFC;
}
.img-banner{
    width: 100%;
}
.img-bannerm{
    width: 100%;
    padding: 24px;
}
.banner {
    background: #000000;
    border-radius: 24px;
    align-self: stretch;
    flex: 1;
    position: relative;
    overflow: hidden;
    border: unset;
    background-image: url('../static/img/banners/b-1.jpg');
    background-size: cover;
    background-position: 50% 29%;
    min-height: 415px;
}
.banner-text{
    position: inherit;
    bottom: 10px;
    left: 20px;
    max-width: 728px;
    text-align: left;
    font-family: var(--fontfamily-everydaysans, "EverydaySans-Bold", sans-serif);
    font-size: 32px;
    line-height: 125%;
    align-self: stretch;
}
.banner1 {
    border-radius: 15px;
    width: 100%;
}
.banner1-text {
    position: relative;
    top: 16px;
    left: 16px;
}
.banner1 h2 {
    font-size: 22px;
    font-weight: 700;
}
.banner1 img {
    width: 100%;
    border-radius: 15px;
}
.mini-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.mini-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mini-card .overlay {
    position: absolute;
    top: 10px;
    left: 14px;
    display: flex;
    align-items: flex-start;
    font-weight: 700;
    font-size: 18px;
}
.swiper-wrapper1 {
  display: flex; /* importante: todos los slides se alinean en altura */
}

.swiper-slide1 {
  display: flex !important; /* swiper mete display:block */
  height: auto !important;  /* para que se adapte al contenido */
}

.swiper-slide1 > .col {
  display: flex;
  flex: 1;
}

.swiper-slide1 .card {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (min-width: 768px) {
    .above__slider{
        width: 100%;
        position: relative;
        right: 0;
    }
    .above{
        position: relative;
        background-color: #F8F8F8;
    }
    .banner-text {
        bottom: 64px;
        left: 64px;
        font-size: 42px;
    }
    .banner1-text {
        top: 32px;
        left: 32px;
    }
    .banner1 h2 {
        font-size: 38px;
    }
    .mini-card .overlay {
        top: 24px;
        left: 32px;
        font-size: 1.75rem;
    }
}