.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;
  }
}

.flo_mosaic_type_como_big * {
  border: 0 !important;
}
.flo_mosaic_type_como_big .blocks_wrap {
  width: 100%;
}
.flo_mosaic_type_como_big .blocks_wrap .block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.flo_mosaic_type_como_big .blocks_wrap .block .title_wrap {
  color: white;
}
@media (min-width: 737px) {
  .flo_mosaic_type_como_big {
    height: 0;
    padding-top: 100%;
    position: relative;
  }
  .flo_mosaic_type_como_big .blocks_wrap {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .flo_mosaic_type_como_big .blocks_wrap .block_container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 50%;
  }
  .flo_mosaic_type_como_big .blocks_wrap .block {
    position: relative;
  }
  .flo_mosaic_type_como_big .blocks_wrap .block.type_square {
    width: calc(50% - 7px);
    margin-top: 3.5px;
    margin-bottom: 3.5px;
    height: calc(50% - 7px);
    margin-right: 3.5px;
    margin-left: 3.5px;
  }
  .flo_mosaic_type_como_big .blocks_wrap .block.type_wide {
    height: calc(25% - 7px);
    margin-right: 3.5px;
    margin-left: 3.5px;
    width: calc(50% - 7px);
    margin-top: 3.5px;
    margin-bottom: 3.5px;
  }
  .flo_mosaic_type_como_big .blocks_wrap .block.type_tall {
    width: calc(50% - 7px);
    margin-top: 3.5px;
    margin-bottom: 3.5px;
    height: calc(100% - 7px);
    margin-right: 3.5px;
    margin-left: 3.5px;
  }
  .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap .title, .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap .subtitle {
    display: block;
  }
  .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap .subtitle {
    font-size: 1vw;
  }
  .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap.middle_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap.middle_center .title {
    font-size: 1.8vw;
  }
  .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap.bottom_right {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap.bottom_right .title {
    font-size: 2vw;
  }
  .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap {
    transition: opacity 888ms;
  }
  .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap.bottom_right {
    opacity: 0.8;
  }
  .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap.middle_center {
    opacity: 0;
    transition: opacity 888ms;
  }
  .flo_mosaic_type_como_big .blocks_wrap .block:hover .title_wrap.middle_center, .flo_mosaic_type_como_big .blocks_wrap .block:hover .title_wrap.bottom_right {
    opacity: 1;
  }
}
@media (max-width: 736px) {
  .flo_mosaic_type_como_big .block {
    display: block;
    position: relative;
    height: 47vh;
    margin-bottom: 2vh;
  }
  .flo_mosaic_type_como_big .block .title_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .flo_mosaic_type_como_big .block .title_wrap .title, .flo_mosaic_type_como_big .block .title_wrap .subtitle {
    display: block;
  }
  .flo_mosaic_type_como_big .block .title_wrap .title {
    font-size: 30px;
  }
  .flo_mosaic_type_como_big .block .title_wrap .subtitle {
    font-size: 10px;
  }
}

.mosaic-content img{
height: 100%;
width: 100%;
} .mosaic {
max-width: 1100px;
overflow: hidden;
} .mosaic-wrap:before, .mosaic-wrap:after {
content: " ";
display: table;
} .mosaic-wrap:after {
clear: both;
} .mosaic-column {
float: left;
} .mosaic-item {
position: relative;
overflow: hidden;
} .mosaic-item .mosaic-item-inner {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
padding: 1px;
} .mosaic-content {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: hidden;
} a.mosaic-content img {
display: block;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
} a.mosaic-content:hover img {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
} .mosaic-content-inner {
text-align: center;
position: absolute;
width: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
} .w25 {
width: 25%;
} .w50 {
width: 50%;
} .n-25x25 {
padding-top: 50%;
} .n-25x75 {
padding-top: 150%;
} .n-25x50 {
padding-top: 100%;
} .n-25x100 {
padding-top: 200%;
} .n-50x50 {
padding-top: 50%;
} .n-50x100 {
padding-top: 100%;
}
.mosaic-description{
font-size: 12px;
}
.mosaic-title{
font-size: 20px !important;
margin-bottom: 8px;
}
@media only screen and (max-width: 480px) {  .w25 {
width: 50%;
} .w50 {
width: 100%;
}
}
@media only screen and (min-width: 481px) {  .mosaic {
max-height: 550px;
}
}
@media only screen and (max-width: 767px){
.mosaic [class*="column"]+[class*="column"]:last-child {
float: left;
}
} .mosaic-item{
border: 1px solid #fff;
}
.mosaic-item.n-50x100, .mosaic-item.n-25x100{ 
padding-bottom: 2px;
}