*,
*:before,
*:after {
  box-sizing: border-box;
}
*:focus {
  outline: 0 ;
}


.Cards_Melhorar_Pacote-content a{
 text-decoration:none;
}
.color-white{
 color: #fff !important;
}
.color-yellow{
 color: #FADD0B !important;
}

.Cards_Melhorar_Pacote {
    height: auto;
}
.slick-track {
    margin-left: auto;
    margin-right: auto;
} 
.Cards_Melhorar_Pacote .slick-prev {
  left: 15px;
  transform: rotate(180deg);
}

.Cards_Melhorar_Pacote .slick-next {
  right: 15px;
}

.Cards_Melhorar_Pacote .slick-arrow {
  z-index: 5;
  top: 50%;
  height: 30px;
  width: 30px;
  margin-top: -13px;
  position: absolute;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  background-image: url("chevron.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.Cards_Melhorar_Pacote .slick-dots {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.Cards_Melhorar_Pacote .slick-dots li {
  margin: 0 10px;
  list-style: none;
}

.Cards_Melhorar_Pacote .slick-dots li button {
  background-color: transparent;
  border: none;
  content: none;
  outline: none;
  color: transparent;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  border: 1px solid #4f60d2;
    min-width: auto;
    padding: 0;
}

.Cards_Melhorar_Pacote .slick-dots li.slick-active button {
  background-color: #4f60d2;
}

.Cards_Melhorar_Pacote {
  position: relative;
  margin: 0;
  width: 100%;
height: auto !important;
 max-width: 1600px !important;
  padding:36px 0px;
  overflow: hidden;
  
}




.Cards_Melhorar_Pacote-content {
 background: #fff;
 max-width: 400px;
     box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  min-width: 300px;
}



.Cards_Melhorar_Pacote div div div div div .cs_inner_slide{
      border: 0;
}
.Cards_Melhorar_Pacote-content h2{
font-size: 50px;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 0px;
}
.Cards_Melhorar_Pacote-content p span{
 font-weight: 500;
    color: #4f60d2;
}
.Cards_Melhorar_Pacote-content p{
    text-align: center;
    color: #000;
    margin-top: 0px;
    padding: 0px 20px;
    margin-bottom: 20px;
    line-height: 20px;
    font-weight: 100;
    font-size: 14px;
}
.Cards_Melhorar_Pacote-content h3{
    margin-top: 15px;
    margin-bottom: 3px;
}
.slick-track {
  display: flex !important;
  align-items: stretch;
}

.slick-slide {
  flex: 1;
  height: inherit !important;
}

.slick-track {
  display: flex !important;
}

.slick-slide div {
  height: 100%;
}

.cs_slide {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 15px;

}



.slick-active .cs_inner_slide,
.slick-current .cs_inner_slide {
  transform: scale3d(1, 1, 1);
  transition: 400ms;
}

.cs_inner_slide {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: inherit;
  max-width: 100%;
  transform: scale3d(1, 0.9, 1);
  transition: 400ms;
}





.cs_price small{
      font-weight: normal;
    font-size: 16px;
}
.cs_main_text {
  text-align: center;
  font-size: 16px;
  margin: 0.4em;
}

.cs_cta {
  text-align: center;
  font-size: 14px;
  padding: 5px 10px;
  border: 2px solid black;
}

@media (min-width: 37.5em) {
  .Cards_Melhorar_Pacote {
    margin: 0 0%;
    width: 100%;
    padding: 36px 0;
  }

  .cs_slide {
    padding: 0px 5%;
  }
  .cs_container {
        margin: 5px 15px;
  }
  .cs_title {
    font-size: 28px;
    margin-top: 25px;
  }
  .cs_main_text {
    font-size: 16px;
    margin: 0.6em;
  }
  .cs_cta {
    font-size: 15px;
    padding: 7px 13px;
  }
  .cs_inner_slide {

  }
}
@media (min-width: 90em) {
  .Cards_Melhorar_Pacote {
    margin: 0%;
    width: 100%;
  }

  .cs_slide {
    padding: 0px 10%;
  }
  .cs_container {
        margin: 5px 15px;
  }
  .cs_title {
    font-size: 28px;
   margin-top: 25px;
  }
  .cs_main_text {
    font-size: 16px;
    margin: 0.8em;
  }
  .cs_cta {
    font-size: 16px;
    padding: 8px 15px;
  }
  .cs_inner_slide {

  }
}

@media only screen and (max-width: 600px){
 .Cards_Melhorar_Pacote-content p{
   text-align: center;
  color: #000;
  margin-top:-3px;
      padding: 0px 20px;
      margin-bottom: 15px;
}

  .Cards_Melhorar_Pacote{
    display: block
  }
}

@media only screen and (max-width: 560px){
  .slick-slide{
    margin: 20px;
  }
}