.editor_body swiper-container {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 10px;
}

.editor_body swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}

.editor_body swiper-slide:hover {
  cursor: pointer;
}

.editor_body .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.editor_body swiper-slide .title-swiper {
  font-size: 41px;
  font-weight: 300;
  margin-bottom: 10px;
}

.editor_body swiper-slide .subtitle-swiper {
  font-size: 21px;
}

.editor_body swiper-slide .text-swiper p {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
  color: white !important;
} 

.editor_body .swiper-button-next, .editor_body .swiper-rtl .swiper-button-prev {
  max-height: 30px;
}


/* CPA */

.editor_body .swiper-cpa h3, .editor_body .swiper-cpa p {

  color: white !important;
  line-height: 35px;
  text-shadow: 1px 1px 2px #0000004f;
  margin-bottom: 0;
}

.editor_body .swiper-cpa h3 {
  padding-right: 300px;
  height: 52px;
}

.editor_body .first-swiper-cpa p {
  border-bottom: 2px solid rgb(217, 22, 111);
}

.editor_body .see-more {
  background: #D9166F !important;
  color: white !important;
  font-weight: 500;
  border-radius: 5px;
  padding: 9px 17px;
  font-size: 20px;
}

.editor_body .see-more:hover {
  background: #C71466 !important
}


/* SECOND SWIPER CPA  */

.editor_body .second-cpa-swiper swiper-slide{
  padding: 40px 0px;
}

.editor_body .second-cpa-swiper h3 {
  padding-right: 650px;
}

.editor_body .second-cpa-swiper .swiper-cpa h3 {
  color: #1A396E !important;
  text-shadow: none;
}

.editor_body .second-cpa-swiper swiper-slide .text-swiper p {
  color: #686868 !important;
  text-shadow: none;
} 

.editor_body .second-cpa-swiper .swiper-cpa p {
  color: #686868 !important;
  text-shadow: none;
}


/* INICIO MEDIA QUERIES */

@media (max-width: 740px) {
  .editor_body .swiper-cpa h3 {
    padding-right: 0;
  }

  .editor_body .swiper-cpa h3 {
    font-size: 20px;
    line-height: 26px;
  }
  

  .editor_body .cpa-swiper-container{
    background-image: url('https://www2.faminas.edu.br/institucional-bh/img/cpa/banner-1-empty.png');
    background-size: cover;
  }


  .editor_body .first-swiper-cpa {
    background: rgb(217, 22, 111);
    border-radius: 5px;
    border: none;
  }

  .editor_body .subtitle-swiper.swiper-cpa {
    text-align: center !important;
  }

  .editor_body .swiper-hidd {
    display: none !important;
  }

  .editor_body .second-cpa-swiper {
    background-image: none !important;
    background-size: cover;
  }

  .editor_body .second-cpa-swiper .first-swiper-cpa {
    background: none;
  }

}

@media (max-width: 480px) {

  .editor_body swiper-slide.cpa {
    background-position: right;
    background-size: contain;
    padding: 30px 50px 50px;
  }

  .editor_body swiper-slide.cpa:nth-of-type(1) {
    background-image: url('https://www2.faminas.edu.br/institucional-bh/img/cpa/banner-mob-1.png') !important;
  }

  .editor_body swiper-slide.cpa:nth-of-type(2) {
    background-image: url('https://www2.faminas.edu.br/institucional-bh/img/cpa/banner-mob-2.png') !important;
  }

  .editor_body swiper-slide.cpa:nth-of-type(3) {
    background-image: url('https://www2.faminas.edu.br/institucional-bh/img/cpa/banner-mob-3.png') !important;
  }

  .editor_body swiper-slide.cpa:nth-of-type(4) {
    background-image: url('https://www2.faminas.edu.br/institucional-bh/img/cpa/banner-mob-4.png') !important;
  }

  .editor_body swiper-slide.cpa:nth-of-type(5) {
    background-image: url('https://www2.faminas.edu.br/institucional-bh/img/cpa/banner-mob-5.png') !important;
  }

  /* SECOND SLIDE */

  .editor_body .second-cpa-swiper swiper-slide.cpa {
    background-image: none !important;
    padding: 0;
  }




  
}