/* ===================================
    global
====================================== */

.img-fondo{
  position: relative;
  top:0px;
  left: 0px;
  width: 100%;
  height: 300px;
  z-index: 0;
  border-radius: 20px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-fondo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}


.cont-experiencia{
  position: relative;
  top:-50px;
}



/* ===================================
    Galeria Beneficios
====================================== */

.swiper {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      height: calc((100% - 20px) / 2) !important;
    }

/* ===================================
        Responsive
====================================== */


/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

.img-fondo{height: 450px;background-position: center;}

}
/* md  */ @media (min-width: 768px) {

.img-fondo{width: 60%;position: absolute;height: 100%;}
.cont-experiencia{top:0px;}

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {}
/* xxl */ @media (min-width: 1400px) {}
