.flo_mosaic_type_como {
  z-index: 0;
}
.flo_mosaic_type_como .mosaic_title {
  display: block;
  width: 100%;
  padding: 0 50px;
  text-align: center;
  margin-bottom: 0;
  color: black;
  word-break: break-word;
  margin: 0;
}
.flo_mosaic_type_como .blocks .block {
  background-size: cover;
  background-position: center center;
}
.flo_mosaic_type_como .blocks .block .title_wrap .title, .flo_mosaic_type_como .blocks .block .title_wrap .subtitle {
  display: block;
}
.flo_mosaic_type_como .blocks .block .title_wrap .title {
  font-size: 20px;
}
.flo_mosaic_type_como .blocks .block .title_wrap .subtitle {
  font-size: 10px;
}
.flo_mosaic_type_como .blocks .block:nth-child(2) .title_wrap, .flo_mosaic_type_como .blocks .block:nth-child(3) .title_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 14%);
  height: calc(100% - 14%);
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  transition: 333ms opacity;
  text-align: center;
}
.flo_mosaic_type_como .blocks .block:nth-child(2):hover .title_wrap, .flo_mosaic_type_como .blocks .block:nth-child(3):hover .title_wrap {
  opacity: 1;
}
@media (min-width: 1025px) {
  .flo_mosaic_type_como .blocks_wrap {
    position: relative;
    height: 0;
    padding-top: 50%;
  }
  .flo_mosaic_type_como .blocks_wrap .blocks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .flo_mosaic_type_como .block:first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
  }
  .flo_mosaic_type_como .block:nth-child(2), .flo_mosaic_type_como .block:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 33%;
    height: 66%;
  }
  .flo_mosaic_type_como .block:nth-child(2) {
    transform: translate(-40%, -51.51515%);
    z-index: 1;
  }
  .flo_mosaic_type_como .block:nth-child(2) + .block {
    z-index: 1;
  }
  .flo_mosaic_type_como .block {
    transition-timing-function: ease-in-out;
  }
  .flo_mosaic_type_como .block.hover {
    animation: flo_mosaic_type_como_hide_block 1.61s forwards;
  }
  .flo_mosaic_type_como .block.no_hover {
    animation: flo_mosaic_type_como_show_block 1.61s forwards;
  }
}
@media (min-width: 641px) {
  .flo_mosaic_type_como .mosaic_title {
    font-size: 80px;
    line-height: 1em;
    margin-bottom: -0.35em;
  }
  .flo_mosaic_type_como .block:first-child .title_wrap {
    position: absolute;
    bottom: 35px;
    left: 35px;
  }
  .flo_mosaic_type_como .block:first-child .title_wrap, .flo_mosaic_type_como .block:first-child .title_wrap * {
    text-align: left;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .flo_mosaic_type_como {
    margin-bottom: 50px;
  }
  .flo_mosaic_type_como .blocks {
    width: 100%;
  }
  .flo_mosaic_type_como .blocks:after {
    content: " ";
    display: block;
    clear: both;
  }
  .flo_mosaic_type_como .blocks .block {
    display: inline-block;
    position: relative;
    width: 100%;
    float: left;
  }
  .flo_mosaic_type_como .blocks .block:first-child {
    height: 50vh;
  }
  .flo_mosaic_type_como .blocks .block:nth-child(2), .flo_mosaic_type_como .blocks .block:nth-child(3) {
    height: 25vh;
    width: 50%;
  }
}
@media (max-width: 640px) {
  .flo_mosaic_type_como .blocks .block {
    display: block;
    width: 100%;
    height: 47vh;
    margin-bottom: 2vh;
    position: relative;
  }
  .flo_mosaic_type_como .blocks .block .title_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 14%);
    height: calc(100% - 14%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    transition: 333ms opacity;
    text-align: center;
  }
  .flo_mosaic_type_como .blocks .block:hover .title_wrap {
    opacity: 1;
  }
}

@keyframes flo_mosaic_type_como_show_block {
  0% {
    z-index: 0;
  }
  50% {
    transform: translateX(70%);
  }
  100% {
    z-index: 1;
  }
}
@keyframes flo_mosaic_type_como_hide_block {
  0% {
    z-index: 1;
  }
  50% {
    transform: translateX(70%);
  }
  100% {
    z-index: 0;
  }
}
