* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none !important;
	outline: none !important;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    width: 100%; overflow-x: hidden;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
	margin: 0; padding: 0; border: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 29px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    margin-bottom: 15px;
}
p:last-child {
	margin-bottom: 0px;
}
p.bold, p b, p strong, strong {
	font-weight: bold !important;
}
p.italic, span.italic, p i, i {
	font-style: italic !important;
}
a {
    font-family: 'Montserrat', sans-serif;
	font-size: inherit;
	line-height: inherit;
    letter-spacing: inherit;
	font-weight: normal;
    font-style: normal;
	color: #000000;
	text-decoration: none;
    transition: all .22s ease-out;
}
a:hover {
	color: #000000;
}
a:focus {
	color: #000000;
}
a, a:hover, a:focus {
	outline: none !important;
}
img {
    display: block;
	max-width: 100%;
}

/* Container */
#container_wrapper {
    position: relative;
}
.limit-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
#content_wrapper {
	position: relative;
    margin-top: 115px;
}
#content_wrapper.container-back-wrapper {
	position: relative;
    margin-top: 170px;
}

/* Header */
header {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 100;
    background-color: #FFFFFF;
    transition: all 0.2s ease-in-out;
}
header .block-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
header .block-header-row .block-header-left {
    display: flex;
}
header .block-header-row .block-header-left .block-site-branding {
    margin-right: 20px;
}
header .block-header-row .block-header-left .block-site-branding a {
    padding: 0
}
header .block-header-row .block-header-left .block-site-branding img {
    display: block;
    width: 350px; height: 55px;
    max-width: 350px !important; max-height: 55px !important;
}
header .block-header-row .block-header-right {
    display: flex;
}
header .block-header-row .block-header-right .block-header-talk {
    margin-left: 20px;
}
header .block-header-row .block-header-right .block-header-talk a {
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
    font-style: normal;
	color: #000000;
    padding: 2px 0px;
    margin: 0 10px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #D7282F;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
	text-decoration: none;
}
header .block-header-row .block-header-right .block-header-talk a:hover {
    color: #D7282F;
    padding: 2px 10px;
    margin: 0;
    border: 1px solid #D7282F;
}

@media all and (max-width: 580px) {
    #content_wrapper {
        margin-top: 100px;
    }
    header .block-header-row {
        justify-content: center;
    }
    header .block-header-row .block-header-left .block-site-branding {
        margin: 0;
    }
    header .block-header-row .block-header-left .block-site-branding img {
        width: 263px; height: 40px;
        max-width: 263px !important; max-height: 40px !important;
    }
    header .block-header-row .block-header-right {
        display: none;
    }
}

/* Back */
#block-back {
    margin: 10px 0 20px 0;
}
#block-back .block-back-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}
#block-back .block-back-btn span {
    display: block;
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
    font-style: normal;
	color: #000000;
    padding-bottom: 5px;
    margin-left: 10px;
    border-bottom: 1px solid #D7282F;
}

/* Lotes */
#block-home-page {
    background-color: #E5E5E5;
}
#block-lotes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1920px;
    padding: 0px 15px;
    margin: 0 auto;
}
#block-lotes .block-lotes-item {
    display: flex;
    width: calc(33.33% - 20px);
    min-height: 350px;
    background-color: #EF492C;
    margin: 15px 10px;
}
#block-lotes .block-lotes-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 50px 50px;
    text-decoration: none;
}
#block-lotes .block-lotes-item .block-lotes-item-title {
    text-align: center;
}
#block-lotes .block-lotes-item .block-lotes-item-title span {
    display: block;
    font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	line-height: 60px;
	font-weight: normal;
    font-style: normal;
	color: #FFFFFF;
    text-align: center;
}
#block-lotes .block-lotes-item .block-lotes-item-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

@media all and (max-width: 1280px) {
    #block-lotes .block-lotes-item {
        min-height: 300px;
    }
    #block-lotes .block-lotes-item a {
        padding: 50px 25px;
    }
    #block-lotes .block-types-item .block-lotes-item-title span {
        font-size: 40px;
        line-height: 50px;
    }
}
@media all and (max-width: 1080px) {
    #block-lotes .block-lotes-item {
        width: calc(50% - 20px);
    }
}
@media all and (max-width: 768px) {
    #block-lotes .block-lotes-item {
        width: 100%;
    }
}
@media all and (max-width: 580px) {
    #block-lotes .block-lotes-item {
        margin: 15px 0px;
    }
}
@media all and (max-width: 460px) {
    #block-lotes .block-lotes-item a {
        padding: 50px 15px;
    }
    #block-lotes .block-lotes-item .block-lotes-item-title span {
        font-size: 35px;
        line-height: 45 px;
    }
}

/* Types */
#block-lotes-page {
    background-color: #E5E5E5;
}
#block-types {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1920px;
    padding: 0px 15px;
    margin: 0 auto;
}
#block-types .block-types-item {
    display: flex;
    width: calc(33.33% - 20px);
    min-height: 350px;
    background-color: #EF492C;
    margin: 15px 10px;
}
#block-types .block-types-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 50px 50px;
    text-decoration: none;
}
#block-types .block-types-item .block-types-item-title {
    text-align: center;
}
#block-types .block-types-item .block-types-item-title span {
    display: block;
    font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	line-height: 60px;
	font-weight: normal;
    font-style: normal;
	color: #FFFFFF;
    text-align: center;
}
#block-types .block-types-item .block-types-item-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

@media all and (max-width: 1280px) {
    #block-types .block-types-item {
        min-height: 300px;
    }
    #block-types .block-types-item a {
        padding: 50px 25px;
    }
    #block-types .block-types-item .block-types-item-title span {
        font-size: 40px;
        line-height: 50px;
    }
}
@media all and (max-width: 1080px) {
    #block-types .block-types-item {
        width: calc(50% - 20px);
    }
}
@media all and (max-width: 768px) {
    #block-types .block-types-item {
        width: 100%;
    }
}
@media all and (max-width: 580px) {
    #block-types .block-types-item {
        margin: 15px 0px;
    }
}
@media all and (max-width: 460px) {
    #block-types .block-types-item a {
        padding: 50px 15px;
    }
    #block-types .block-types-item .block-types-item-title span {
        font-size: 35px;
        line-height: 45px;
    }
}

/* Categories */
#block-types-page {
    background-color: #E5E5E5;
}
#block-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1920px;
    padding: 0px 15px;
    margin: 0 auto;
}
#block-categories .block-categories-item {
    display: flex;
    width: calc(33.33% - 20px);
    min-height: 350px;
    background-color: #EF492C;
    margin: 15px 10px;
}
#block-categories .block-categories-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 50px 50px;
    text-decoration: none;
}
#block-categories .block-categories-item .block-categories-item-title {
    text-align: center;
}
#block-categories .block-categories-item .block-categories-item-title span {
    display: block;
    font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	line-height: 60px;
	font-weight: normal;
    font-style: normal;
	color: #FFFFFF;
    text-align: center;
}
#block-categories .block-categories-item .block-categories-item-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

@media all and (max-width: 1280px) {
    #block-categories .block-categories-item {
        min-height: 300px;
    }
    #block-categories .block-categories-item a {
        padding: 50px 25px;
    }
    #block-categories .block-categories-item .block-categories-item-title span {
        font-size: 40px;
        line-height: 50px;
    }
}
@media all and (max-width: 1080px) {
    #block-categories .block-categories-item {
        width: calc(50% - 20px);
    }
}
@media all and (max-width: 768px) {
    #block-categories .block-categories-item {
        width: 100%;
    }
}
@media all and (max-width: 580px) {
    #block-categories .block-categories-item {
        margin: 15px 0px;
    }
}
@media all and (max-width: 460px) {
    #block-categories .block-categories-item a {
        padding: 50px 15px;
    }
    #block-categories .block-categories-item .block-categories-item-title span {
        font-size: 35px;
        line-height: 45px;
    }
}

/* Subcategories */
#block-categories-page {
    background-color: #E5E5E5;
}
#block-subcategories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1920px;
    padding: 0px 15px;
    margin: 0 auto;
}
#block-subcategories .block-subcategories-item {
    display: flex;
    width: calc(33.33% - 20px);
    min-height: 350px;
    background-color: #EF492C;
    margin: 15px 10px;
}
#block-subcategories .block-subcategories-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 50px 50px;
    text-decoration: none;
}
#block-subcategories .block-subcategories-item .block-subcategories-item-title {
    text-align: center;
}
#block-subcategories .block-subcategories-item .block-subcategories-item-title span {
    display: block;
    font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	line-height: 60px;
	font-weight: normal;
    font-style: normal;
	color: #FFFFFF;
    text-align: center;
}
#block-subcategories .block-subcategories-item .block-subcategories-item-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

@media all and (max-width: 1280px) {
    #block-subcategories .block-subcategories-item {
        min-height: 300px;
    }
    #block-subcategories .block-subcategories-item a {
        padding: 50px 25px;
    }
    #block-subcategories .block-subcategories-item .block-subcategories-item-title span {
        font-size: 40px;
        line-height: 50px;
    }
}
@media all and (max-width: 1080px) {
    #block-subcategories .block-subcategories-item {
        width: calc(50% - 20px);
    }
}
@media all and (max-width: 768px) {
    #block-subcategories .block-subcategories-item {
        width: 100%;
    }
}
@media all and (max-width: 580px) {
    #block-subcategories .block-subcategories-item {
        margin: 15px 0px;
    }
}
@media all and (max-width: 460px) {
    #block-subcategories .block-subcategories-item a {
        padding: 50px 15px;
    }
    #block-subcategories .block-subcategories-item .block-subcategories-item-title span {
        font-size: 35px;
        line-height: 45px;
    }
}

/* Subcategories Page */
#block-subcategories-page {
    background-color: #E5E5E5;
}
.block-layouts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1070px;
    padding: 50px 15px 50px 15px;
    margin: 0 auto;
}
.block-layouts .block-layouts-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
}
.block-layouts .block-layouts-title span {
    display: block;
    font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	line-height: 60px;
	font-weight: normal;
    font-style: normal;
	color: #000000;
}
.block-layouts .block-layouts-title hr {
    display: block;
    width: 200px; height: 1px;
    background-color: #D7282F;
    margin: 20px 0;
}
.block-layouts .block-layouts-item {
    width: 100%;
    margin: 20px 0;
}

.block-layouts #block-video-vimeo {
    width: 100%;
}
.block-layouts #block-video-vimeo .block-layouts-item .block-layouts-video {
    padding: 56.25% 0 0;
    position: relative;
}
.block-layouts #block-video-vimeo .block-layouts-item .block-layouts-video iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

.block-layouts #block-mupi {
    width: 100%;
}
.block-layouts #block-mupi .block-layouts-item .block-layouts-image {
    display: block;
    width: 100%;
}
.block-layouts #block-mupi .block-layouts-item .block-layouts-image img {
    display: block;
    max-width: 100%; max-height: 650px;
    margin: 0 auto;
}

.block-layouts #block-radio {
    width: 100%;
}
.block-layouts #block-radio .block-layouts-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-layouts #block-radio .block-layouts-item .block-layouts-radio {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px; height: 270px;
    background-color: #D7282F;
    cursor: pointer;
}
.block-layouts #block-radio .block-layouts-item .block-layouts-radio audio {
    display: none;
}
.block-layouts #block-radio .block-layouts-item .block-layouts-radio .block-layouts-radio-play {
    display: block;
    width: 60px; height: auto;
    margin: 0 auto;
    cursor: pointer;
}
.block-layouts #block-radio .block-layouts-item .block-layouts-radio .block-layouts-radio-pause {
    display: none;
    width: 60px; height: auto;
    margin: 0 auto;
    cursor: pointer;
}
.block-layouts #block-radio .block-layouts-item .block-layouts-radio .block-layouts-radio-play.hide,
.block-layouts #block-radio .block-layouts-item .block-layouts-radio .block-layouts-radio-pause.hide {
    display: none;
}
.block-layouts #block-radio .block-layouts-item .block-layouts-radio .block-layouts-radio-play.show,
.block-layouts #block-radio .block-layouts-item .block-layouts-radio .block-layouts-radio-pause.show {
    display: block;
}

.block-layouts #block-video {
    width: 100%;
}
.block-layouts #block-video .block-layouts-item .block-layouts-video {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
}
.block-layouts #block-video .block-layouts-item .block-layouts-video video {
    width: 100%;
    height: auto;
}

/* Footer */
footer {
    background-color: #FFFFFF;
    padding: 60px 0px;
}
footer .block-footer-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
footer .block-footer-row .block-footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}
footer .block-footer-row .block-footer-top .block-footer-info {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #D7282F;
}
footer .block-footer-row .block-footer-top .block-footer-info span {
    display: block;
    font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	line-height: 60px;
	font-weight: normal;
    font-style: normal;
	color: #000000;
}
footer .block-footer-row .block-footer-top .block-footer-info-title span {
    display: block;
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 700;
    font-style: normal;
	color: #000000;
}
footer .block-footer-row .block-footer-top .block-footer-info-text,
footer .block-footer-row .block-footer-top .block-footer-info-text {
    display: block;
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
    font-style: normal;
	color: #000000;
}
footer .block-footer-row .block-footer-top .block-footer-info-text a {
    text-decoration: underline;
}
footer .block-footer-row .block-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .block-footer-row .block-footer-bottom .block-footer-logo {
    margin: 0 25px;
}
footer .block-footer-row .block-footer-bottom .block-footer-logo a {
    padding: 0;
    text-decoration: none;
}
footer .block-footer-row .block-footer-bottom .block-footer-logo img {
    display: block;
    width: 150px; height: auto;
}
footer .block-footer-row .block-footer-bottom .block-footer-copyright {
    margin: 0 25px;
}
footer .block-footer-row .block-footer-bottom .block-footer-copyright span {
    display: block;
    font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 23px;
	font-weight: normal;
    font-style: normal;
	color: #000000;
}
footer .block-footer-row .block-footer-bottom .block-footer-privacy {
    margin: 0 25px;
}
footer .block-footer-row .block-footer-bottom .block-footer-privacy a {
    display: block;
    font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 23px;
	font-weight: normal;
    font-style: normal;
	color: #000000;
    text-decoration: underline;
}

@media all and (max-width: 880px) {
    footer {
        padding: 40px 0;
    }
    footer .block-footer-row .block-footer-top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    footer .block-footer-row .block-footer-top .block-footer-info {
        margin-bottom: 20px;
        padding-bottom: 5px;
    }
    footer .block-footer-row .block-footer-top .block-footer-contact {
        text-align: center;
        margin-bottom: 20px;
    }
    footer .block-footer-row .block-footer-top .block-footer-address {
        text-align: center;
        margin-bottom: 20px;
    }
    footer .block-footer-row .block-footer-top .block-footer-social {
        text-align: center;
    }
}
@media all and (max-width: 580px) {
    footer .block-footer-row .block-footer-bottom .block-footer-logo {
        display: none;
    }
    footer .block-footer-row .block-footer-bottom .block-footer-copyright {
        margin: 0 10px;
    }
    footer .block-footer-row .block-footer-bottom .block-footer-privacy {
        margin: 0 10px;
    }
}