body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  background-color: white;
  margin-left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  /* border: 1px solid #000; */
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.pos_relative {
  position: relative;
}
.logos_e_topo {
  width: 25%;
}
.logos_e_topo img {
  padding: 10px;
  padding-top: 8px;
}
.logo_sbg {
  /* height: 100px; */
  height: 348px;
}
.logo_sbg2 {
  /* width: 250px; */
  /* max-width: 260px; */
  max-width: 240px;
}
.titulo {
  width: 220px;
  padding-bottom: 2rem !important;
}

.titulo.en{
  width: 126px;
}

.report {
  font-family: 'Space Grotesk', sans-serif;
  text-decoration: none;
  color: #9d302e;
  font-size: 17px;
  font-weight: 900;
  padding-left: 16px;
  /* margin: 18px 0; */
}

.btn-download {
  /* margin-top: 2rem; */
}

.download {
  /* height: 28px; */
  padding-top: 0 !important;
}
.imagens_diversas {
  /* width: 71%; */
  width: 74%;
  justify-content: space-between;
  align-content: baseline;
}
.imagens_diversas img:not(.link_video) {
  /* padding-top: 25px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.imagens_diversas .link {
  /* margin-bottom: 2.5rem; */
  margin-bottom: 1.7rem;
}
.h340 {
  height: 232px;
  /* height: 280px; */
  /* height: 213px; */
}
.h265 {
  height: 232px;
  /* height: 240px; */
} 
.imagens_2a_linha {
  width: 96%;
  justify-content: space-between;
  margin-top: 3px;
}
.imagens_2a_linha img:not(.link_video) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.imagens_2a_linha.flex > .h340 {
  height: 222px;
}
img.hover {
  position: absolute;
  height: 100%;
  overflow: hidden;
  transition: 0.5s ease;
  object-fit: cover;
  z-index: 3;
}
.link {
  line-height: 0;
}
a.img_com_link_1:hover img.hover,
a.img_com_link_5:hover img.hover {
  width: 100%;
  left: 0;
  top: 0;
}
a.img_com_link_10:hover img.hover {
  width: 100%;
  right: 0;
  top: 0;
}
.img_com_link_1 img.hover,
.img_com_link_5 img.hover {
  width: 0;
  left: 0;
  top: 0;
}
.img_com_link_10 img.hover {
  width: 0;
  right: 0;
  top: 0;
}
a.img_com_link_2:hover img.hover,
a.img_com_link_6:hover img.hover {
  height: 100%;
}
.img_com_link_2 img.hover,
.img_com_link_6 img.hover {
  height: 0;
  left: 0;
  top: 0;
}
/* .img_com_link_3,
.img_com_link_4 {
  margin-top: 20px;
} */
a.img_com_link_3:hover img.hover,
a.img_com_link_7:hover img.hover {
  height: 100%;
  left: 0;
  bottom: 0;
}
.img_com_link_3 img.hover,
.img_com_link_7 img.hover {
  height: 0;
  left: 0;
  bottom: 0;
}
/* a.img_com_link_3:hover img.hover,
.img_com_link_3 img.hover {
  bottom: -25px;
} */
.img_com_link_4 img.hover {
  height: 0;
  right: 0;
  top: 0;
}
a.img_com_link_4:hover img.hover {
  height: 100%;
  right: 0;
  bottom: 0;
}
.link_video {
  width: 25px;
  position: absolute;
  /* top: 0;
    left: 0; */
}
.img_com_link_1 .link_video {
  top: 50px;
  left: 20px;
}
.img_com_link_3 .link_video {
  top: 50px;
  right: 20px;
}
.img_com_link_6 .link_video {
  bottom: 50px;
  left: 20px;
}
.pt_en {
  text-align: right;
  margin-bottom: 1em;
  font-family: sans-serif;
  font-size: 14px;
  margin-right: 1em;
}
.pt_en a {
  text-decoration: none;
  color: #9d302e;
}
.pt_en a:hover,
.pt_en a.active {
  font-weight: bold;
}
.link_video {
  animation: pulse 2s linear infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1190px) {
  body {
    display: block;
  }
  .flex > div {
    width: 100%;
    text-align: left;
  }
  .imagens_2a_linha {
    width: 100%;
  }
  .h265,
  .h340 {
    height: auto;
    margin: 0 auto;
    margin-top: 0px;
    width: 80%;
    margin-top: 25px;
  }
  .imagens_2a_linha.flex > .h340 {
    width: 80%;
  }

    .h265 img {
      aspect-ratio: 982 / 511;
    } 
  .pt_en {
    text-align: right;
    margin: 1em;
    /*padding: 1em;*/
    width: 85%;
  }
}
