#inicioSlider{
	max-height: 550px;
}


#inicioSlider .swiper-slide img{
  /* transition: all 1s ease-in-out; */
  transition: all 10s ease-in-out;
  transform: scale(1) translateX(0%);
}
#inicioSlider .swiper-slide-active img{
  transform: scale(1.15) translateX(-5%);
  z-index: 5;
}


#inicioSlider .swiper-slide .main_body{
  transition: all 1s ease-in-out;
  transform: scale(0.5) translateX(-50%);
  opacity: 0;
  transition-delay: 1s;
}
#inicioSlider .swiper-slide-active .main_body{
  transform: scale(1) translateX(0%);
  opacity: 1;
}

/* VIDEO FILL WIDTH */
#inicioSlider .embed-container{
    position: relative;
	width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}
#inicioSlider .embed-container iframe,
#inicioSlider .embed-container object,
#inicioSlider .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* END VIDEO FILL WIDTH */


@media (max-width: 767px) {
  #inicioSlider .embed-container{
      padding-bottom: 100%;
  }
}




/* ---------------------------------------- */

.sliderHomeCircleCont{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.sliderHomeCircle{
  background-color: var(--colorsecond);
  border-radius: 50%;
  width: 1300px;
  height: 1300px;
  flex-shrink: 0;
  position: absolute;
  transform: translateY(-10%);
}

#inicioSlider_pag_text{
  transform: scale(2) !important;
  bottom: 60px !important;
}
#inicioSlider_pag_text .swiper-pagination-bullet{
  transition: all 0.2s ease-in-out;
  background-color: white !important;
  margin: 2px !important;
}



@media (max-width: 1000px) {
  .sliderHomeCircleCont{
    position: relative !important;
    background-color: var(--colorsecond) !important;
  }

  .sliderHomeCircle{
    display: none !important;
  }
  .textSliderContainer{
    position: relative !important;
  }

  .sliderHomeCircleCont50{
    width: 100% !important;
    padding: 30px 0;
  }
  #inicioSlider_pag_text{
    display: none !important;
    /* top: 0;
    bottom: unset !important;
    left: 50% !important;
    transform: scale(2) translate(-50%, -50%) !important; */
  }
}