
    main {
  width: 100%;
}

.slide-col {
  width: 100%;
  padding: 0 1vw;
  
}


.content {
  width:100% !important;
  color: #4d4352;
  background: #fff !important;
  border-radius: 2vw;
  padding: 1vw;
  display:flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.content p {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  color:#000 !important;
}



.stars {
  margin:0 0 1vw 0;
  color: #debc01;
  font-size: 2vw;
  text-align: center;
}

.slide-col h3 {
font-size: 1.25rem;
  color: #4d4352;
  bottom: 2vw;
  right: 2vw;
  text-align: center;
  width:100% !important;
}

.slide-col h2 {
font-size: 1.25rem;
  color: #4d4352;
  bottom: 2vw;
  right: 2vw;
  text-align: center;
  width:100% !important;
}

.indicator_buble {
  display: flex;
  justify-content: center;
  margin-top: 2vw;
}

@media (min-width: 1024px) {
.indicator_buble .btnbuble {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 4px;
    background-color: #3b4d50 !important;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.btnbuble.btativo {
  background-color: #fff !important;
}

.triangle-down {
  width: 0;
  height: 0;
  margin: 0 auto 1vw auto;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid #fff; 
}
}

.slider {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  main {
    width: 100%;
  }

  .slide-col {
    width: 100%;
  
  }

  .hero img {
    width: 200px;
  }

.content{
    padding: 6vw;
}
 
  .content p {
    font-size: 0.9rem;
  }

  .content h2 {
    font-size: 1.2rem;
    margin-top: 20px;
  }
  
  .indicator_buble .btnbuble {
  display: inline-block;
  height: 9px;
  width: 9px;
  margin: 4px;
  background-color: #3b4d50 !important;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.triangle-down {
  width: 0;
  height: 0;
  margin: 0 auto 1vw auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff; 
}

.btnbuble.btativo {
  background-color: #fff !important;
}

.stars {
  margin: 3px 0;
  color: #debc01;
  font-size: 3vw;
  text-align: center;
}
}

@media (max-width: 767px) {
   main {
    width: 100%;
  }

  .slide-col {
    width: 100%;

  }
  
   

  .hero img {
    width: 200px;
  }

 
  .content p {
    font-size: 0.9rem;
  }

  .content h2 {
    font-size: 1.2rem;
    margin-top: 20px;
  }
  
  .stars {
  margin: 5px 0;
  color: #debc01;
  font-size: 6vw;
  text-align: center;
}

.triangle-down {
  width: 0;
  height: 0;
  margin: 0 auto 3vw auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff; 
}
}
