/***************
* Flex Block Loto css *
****************/
.td_module_flex_loto.td_module_wrap {
    padding-bottom: 0;
}
.td_module_flex_loto .td-module-container {
    position: relative;
}
.td_module_flex_loto .td-module-thumb {
    overflow: hidden;
}
.td_module_flex_loto .td-image-wrap {
    display: block;
    height: 100%;
}
.td_module_flex_loto .td-thumb-css {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}
.td-cpt-sorteos-loterias h3, .td-cpt-sorteos-loterias .loto_logos, .td-cpt-sorteos-loterias .td-editor-date {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}
.td-cpt-sorteos-loterias .td-module-meta-info{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
}