.field--name-field-fotos{
    width: 48vw;
    float:left;
    margin:0 10px 0 0}

.field--name-field-fotos .field__items{
  display:flex;
  overflow-x:auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling:touch;
  scroll-behavior:smooth;
    background:grey;
}

.field--name-field-fotos .field__item{
  flex:none;
  width:100%;
  scroll-snap-align:start;
}

.field--name-field-fotos .field__items img{
  width:100%;
  height:100%;
    object-fit:contain;
    max-height:500px
}

.field--name-field-fotos .field__label{
    display:none;
}

.field--name-field-fot-grafo{
    display:table;
    margin:10px 0;
    min-width: 300px;  
}

.field--name-field-corpo{
    width:48%;
    display:table;
}



@media only screen and (max-width:768px) {
  .field--name-field-fotos{
  width:90vw;
      float:none;
  margin:0 auto;
}

.field--name-field-fot-grafo{
    width:90%;
    margin:10px auto;
}

.field--name-field-corpo{
    width:90%;
    margin:0 auto;
}
}