

.mySlides {
  margin: 0 auto;
  width: 90%;
  display: none;
}

img {
    vertical-align: middle;
}

.bloco_img{
  margin-bottom: 31px;
  margin-left: 12%;
  float: left;
  width: 30%;
}
#img-3{
  width: 35%;
  margin-top: -83px;
  margin-bottom: 0;
}

.bloco_info{
  margin-top: 78px;
  width: 32%;
  float: right;
  margin-right: 214px;
}
.titulo_carousel{
  font-weight: 500;
  font-size: 20px;
}
.modelo_produto{
  font-weight: 600;
  font-size: 22px;
}


/* Slideshow container */
.slideshow-container {
  height: 540px;
    width: 100%;
    position: relative;
    margin-left: auto;
    display: table;
    margin-right: auto;
    margin-top: 29px;
}

/* Next & previous buttons */
.prev, .next {
  border: 1px solid;
  border-radius: 29px;
  cursor: pointer;
  position: absolute;
  top: 44%;
  width: auto;
  margin-top: -22px;
  color: #EB7203;
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
 
  user-select: none;
}

/* Position the "next button" to the right */
.next {
    padding: 16px 11px 16px 18px;
  right: 200px;
 
}
.prev{
  padding: 16px 18px 16px 11px;
  left: 200px;
}

@media screen and (max-width: 1400px){
  .slideshow-container {
    height: auto;
  }
  .bloco_info{
    width: 30%;
    margin-top: 0;
  }
  .bloco_img{
  margin-left: 16%;
}
 

  #info-4{
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1250px){
  .bloco_img{
    MARGIN: 0 AUTO;
    margin-bottom: 0; 
    float: none; 
    width: 51%;
  }
  .bloco_info{
    MARGIN: 0 AUTO;
    padding-top: 0; 
    width: 56%;
    float: none;
    text-align: justify; 
  }
    .prev{
    left: 30px;
  }
  .next{
    right: 30px;
  }

}
@media screen and (max-width: 730px){
  .bloco_img{ 
    width: 350px !important;
  }
  .bloco_info{
    text-align: center;
    width: 100%;
  }
  .titulo_botao {
    text-align: center;
  }
  .next{ 
    font-size: 35px;
  padding: 9px 11px 9px 12px;
}
.prev{
  font-size: 35px;
  padding: 9px 14px 9px 10px;
}
}
@media screen and (max-width: 470px) {
 
  #info-4 {
    margin-bottom: 0;
    margin-top: 37px;
}
    .bloco_img{ 
    width: 320px !important;
  }
.prev, .next {
  top: 38% !important;
}
}
@media screen and (max-width: 370px) {
  .bloco_img{ 
    width: 300px !important;
  }
}


/* On hover, add a black background color with a little bit see-through */

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border: 2px solid white;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: white;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.fade:not(.show) {
    opacity: 1;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}