*,
*:before,
*:after {
  box-sizing: border-box;
}
*:focus {
  outline: 0 ;
}
body {
  margin: 0;
}

a {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  font-weight: normal;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
  font-size: 100%;
  color: black;
}

.cs_slide.tamanho-tabela{
  min-width: 360px;
}
.t-medium {
  font-family: "azoSansWeb";
}

.t-light {
  font-family: "azoSansWeb";
}
.cs_slider-internet-movel div div div div{
  min-width: 260px;
}
.masterBackgroundColor.button--medium.link.right{
  margin-top: 25px;
  float: right;
}
.header-price{
  width: 100%;
    float: left;
    height: auto !important;
    padding-left: 15px;
    padding-right: 15px;
}
.cs_text.t-light{
  font-weight: normal;
}
.cs_text.t-regular {
  font-weight: bold;
}
.t-regular {
  font-family: "azoSansWeb";
}
.cs_title small{
  font-size: 16px;
  font-weight: normal;
}
.main-content ul li {
    list-style: none;
    }
.cs_slider-internet-movel .slick-prev {
  left: 0;
  transform: rotate(180deg);
}

.cs_slider-internet-movel .slick-next {
  right: 0;
}
.cs_main_text{
  font-weight: bold;
}
.cs_slider-internet-movel .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;
}

.cs_slider-internet-movel .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.cs_slider-internet-movel .slick-dots li {
  margin: 0 10px;
}

.cs_slider-internet-movel .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 black;
    min-width: auto;
    padding: 0;
}

.cs_slider-internet-movel .slick-dots li.slick-active button {
  background-color: black;
}

.cs_slider-internet-movel {
  position: relative;
  margin: 0;
  width: 100%;
  height: auto;
  padding: 10px 0;
}

.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;

}

.cs_inner_slide{
    border: solid 1px #4BDBC5;
}


.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_container {
  height: auto!important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: inherit;
  max-width: 100%;
      margin: 5px 15px;
/*      border-top: solid 1px #66C7BF;*/
      padding-top: 15px;
}


.cs_slider-internet-movel .cs_slide .cs_inner_slide .cs_image {
  height: 300px !important;
}
.cs_image::after {

}

.cs_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs_title {
  text-align: left;
  float: left;
  font-size: 28px;
  margin-top: 25px;
}
.cs_price {
    text-align: center;
    font-size: 40px;
    margin: 0em;
    color: #66C7BF;
    font-weight: bold;
}
.cs_price-1 {
    text-align: center;
font-size: 24px;
    line-height: 28px;
    margin: 0em;
    color: #66C7BF;
    font-weight: bold;
}
.cs_text {
font-size: 16px;
    color: #000;
    font-weight: normal;
    text-align: center;
    margin: 0;
    margin-bottom: 7px;
}
.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) {
  .cs_slider-internet-movel {
    margin: 0 5%;
    width: 90%;
    padding: 20px 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) {
  .cs_slider-internet-movel {
    margin: 0 10%;
    width: 80%;
  }
  .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.8em;
  }
  .cs_cta {
    font-size: 16px;
    padding: 8px 15px;
  }
  .cs_inner_slide {

  }
}

@media only screen and (max-width: 560px){
  .slick-slide{
    margin: 20px;
  }
}