* {
  box-sizing: border-box
}

.mySlides1 {
  display: none
}

.slideshow-container img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  margin-top: 95px;
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  border-radius: 50px;
}

.mySlides1 img {

}

/* Next & previous buttons */
.slideshow-container .prev,
.slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.slideshow-container .prev:hover,
.slideshow-container .next:hover {
  background-color: #f1f1f1;
  color: black;
}



@media only screen and (max-width: 782px) {
  .slideshow-container {
    position: relative;
    margin: auto;
    margin-top: 0px;
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
    border-radius: 50px;
  }

  .text_banner .text_2 {
    font-size: 1.2rem;
    font-family: 'm-semibold';
    color: black;
  }



  .text_banner {
    /* background-color: red; */
    position: relative;
    width: 100%;
    margin-left: 0%;
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    color: black;
    margin-top: 10px;
    font-size: 1rem;
}

.text_banner .text_1 {
  font-size: 1rem;
  font-family: 'm-bold';
}

.text_banner .text_2 {
  font-size: 1rem;
  font-family: 'm-semibold';
  color: black;
}

.text_banner button {
  width: 120px;
  padding: 10px 0px;
  background-color: var(--cor-azul);
  border: 0;
  font-family: 'm-bold';
  font-size: 1rem;
  display: none;
}

}