html,body{
  overflow-x: hidden; 
}

.coluna-flex {
  width: 100%;
  position: relative;
}
.arrows {
  position: absolute;
  bottom: 0;
}

.leftS img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.leftR img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.setasL.rightS, .setasL.rightR{
  right: 5px;
  position: absolute;
  bottom: 180px;
  cursor: pointer;
}
.setasL.leftS,.setasL.leftR {
  position: absolute;
  bottom: 180px;
  left: 5px;
  cursor: pointer;
}
.item-estrutura {
  height: 394px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.flex.flexquem-somso {
  align-items: center;
}
.coluna-flex.textosRight {
  padding-left: 50px;
}
.coluna-flex.textosLeft {
  padding-right: 50px;
}
.mvv {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
}
.box-mvv {
  width: calc(100% / 3 + -64px);
  margin: 0 20px;
  border-radius: 8px;
  padding: 32px;
  background: white;
  border: 1px solid #e5e5e5;
}
.box-mvv:nth-child(2) {
  width: 17%;
}
.listaEstrutura,.listaEquipamentos {
  width: 580px;
}
img.icone-mvv {
  display: block;
  margin-top: 10px;
  margin: auto;
  margin-bottom: 20px;
}
img.icone-mvv.negativo {
  display: none;
}
.box-mvv:hover {
  background: #008d00;
}
.box-mvv:hover span.nome_servicos,.box-mvv:hover .info_servicos{
  color: white !important;
}
.box-mvv:hover .positivo{
  display: none;
}
.box-mvv:hover .negativo{
  display: block;
}

.info_servicos {
  text-align: justify;
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
}
span.nome_servicos {
  text-align: center;
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}
section.mvv {
  background: #f6f6f6;
}
@media screen and (max-width: 1190px){
  .flex {
    display: block !important;
  }
  .coluna-flex.textosRight {
    padding-left: 0;
  }
  .listaEstrutura, .listaEquipamentos {
    width: 100%;
    margin-bottom: 20px !important;
  }
  /*  .flex.flexquem-somso.segundaColuna {
    display: flex !important;
    flex-direction: column !important;
  }
  .segundaColuna .coluna-flex.textosLeft {
    order: 2;
  }
  .segundaColuna .coluna-flex.listaGaleria{
    order: 1;
  } */
  .box-mvv:nth-child(3) {
    width: 87%;
    margin-top: 30px;
  }
  .box-mvv:nth-child(2) {
    width: 30%;
  }
  .coluna-flex h2 {
    text-align: center;
  }
  .box-mvv{
    width: calc(100% / 2 + -64px);
    margin: auto;
  }
}

@media screen and (max-width: 615px){
  .item-estrutura {
    height: 250px;
  }
  .box-mvv {
    width: 100% !important;
    margin-bottom: 20px;
    margin-top: 0 !important;
  }
  .flexquem-somso .arrows {
    bottom: -25% !important;
  }
}
