html,
body {
    /*    font-family: "Muli", "Helvetica", "Arial", sans-serif;*/
    font-family: "Montserrat", sans-serif;
}

:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Muli", "Helvetica", "Arial", sans-serif;*/
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
    line-height: 1.4em;
}

h2,
h3 {
    margin: 14px 0;
}

.pagina h2 {
    text-align: center;
}

p {
    line-height: 20px;
}

.pagina p {
    text-align: justify;
}

td.colunaNumerica {
    text-align: right;
    white-space: nowrap;
}

a {
    color: #000;
    /*#2b75b2;*/
    text-decoration: none;
    font-weight: inherit;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

blockquote::before,
blockquote::after {
    content: "";
}

.demo-container {
    padding: 0 0 20px 0;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: rgb(64, 64, 64);
}

.mdl-textfield__label {
    color: rgba(0, 0, 0, 0.45);
}


/* Rules for sizing the icon. */

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.portfolio-header {
    position: relative;
    margin: 0 auto;
    background: #fff;
    height: 120px;
    border-bottom: 3px solid #000;
    flex-direction: row;
}

.portfolio-header.is-compact {
    border-bottom: 2px solid #000;
}

.header-container {
	width: 1330px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: row;
}

.portfolio-header .patrocinios {
    position: absolute;
    right: 30px;
    top: 60px;
    float: right;
    width: 130px;
    text-align: right;
}

.portfolio-header.is-compact .patrocinios {
    top: 15px;
    width: auto;
}

.portfolio-header .patrocinios img {
    margin-bottom: 12px;
}

.portfolio-header.is-compact .patrocinios img {
    margin-bottom: 0;
    margin-left: 30px;
}

.mdl-layout__content {
	overflow-y: overlay;
}

.mdl-layout .social-media img {
    margin-right: 12px;
}

.portfolio-header .mdl-layout__header-row {
    padding: 0;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    align-self: center;
}

.mdl-layout__header.is-compact {
    max-height: 74px;
}

.mdl-layout__header--waterfall.is-casting-shadow {
    box-shadow: none;
}

.mdl-layout__header-row.toolbar-row .mdl-button {
    background: #000;
    color: #fff;
    text-transform: none;
    min-width: 0;
    padding: 0;
    width: auto;
    height: 24px;
    border-radius: inherit;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0 6px;
}

.mdl-layout__header-row.toolbar-row .mdl-button .material-icons.md-18 {
    font-size: 14px;
        vertical-align: text-bottom;
        padding-right:6px;
}

.cookiesMessage {
    padding: 1% 2%;
    position: absolute;
    bottom: 0;
    background: #231F20;
    width: 96%;
    opacity: .85;
    z-index: 10000;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.cookiesMessage a {
	color: #fff;
}

.login,
.idioma {
    padding: 0 6px;
    border-left: 1px solid #fff;
}

.mdl-layout__header-row.toolbar-row {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    height: auto;
    justify-content: flex-start;
    color: #fff;
}

.is-compact .portfolio-logo-row {
    min-height: auto;
    cursor: pointer;
}

.portfolio-logo {
    background: url(https://leiloescml-aclserviatildese.netdna-ssl.com/images/logo2019.png) no-repeat;
    width: 254px;
    height: 90px;
    /*width: 264px;
    height: 100px;*/
    margin: auto auto;
    /*margin-left: -10px;
    margin-top: -10px;*/
    transition: all .1s ease-in-out;
    margin-right: 100px;
    background-size: cover;
}

.is-compact .portfolio-logo {
	background: url(https://leiloescml-aclserviatildese.netdna-ssl.com/images/logo-reduzido2019.png) no-repeat;
    height: 40px;
    width: 124px;
    /*    margin-top: 7px;*/
    position: relative;
}

.portfolio-navigation-row {
    text-transform: uppercase;
    height: 40px;
}

.portfolio-navigation-row .mdl-navigation {
    text-align: center;
    max-width: 1400px;
    width: 100%;
}

.portfolio-navigation-row .mdl-navigation__link {
    flex: 1 0 auto;
    line-height: 42px;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #000;
    padding: 0 40px;
    background-color: #fff;
    border-bottom: 3px solid #fff; 
    transition: border-bottom 0.5s ease;
}

.portfolio-navigation-row .mdl-navigation__link:hover,
.portfolio-navigation-row .mdl-navigation__link:focus {
    text-decoration: none;
    border-bottom: 3px solid #000; 
}

.portfolio-header .mdl-layout__drawer-button {
    background-color: rgba(197, 197, 197, 0.44);
}

.portfolio-navigation-row .is-active {
    position: relative;
}

.portfolio-navigation-row .is-active:after {
    content: "";
    width: 70%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    left: 15%;
}

.portfolio-navigation-row .mdl-menu__outline {
    background: #e6e6e6;
    box-shadow: none;
    border-radius: 0;
}

.portfolio-header .mdl-textfield--expandable {
    height: 40px;
    padding: 0;
    align-self: center;
}

.portfolio-header .mdl-textfield.mdl-textfield--expandable .mdl-button {
    position: absolute;
    bottom: 5px;
}

.mdl-card {
    z-index: auto;
}

.mdl-menu__container {
    z-index: 1000;
}

a.mdl-menu__item {
    color: black;
}

a.mdl-menu__item:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
}

.portfolio-card .mdl-button--fab.mdl-button--mini-fab {
    float: right;
    color: inherit;
}

.portfolio-blog-card-compact .mdl-card__title {
    padding-bottom: 0;
}

.portfolio-blog-card-bg > .mdl-card__actions {
    height: 52px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.2);
}

.mdl-card__media {
    background-color: rgba(0, 0, 0, .1);
    min-height: 140px;
}

img.article-image {
    display: block;
    margin: 0 auto;
}

.portfolio-max-width {
    /*    max-width: 1200px;*/
    margin: auto;
}

.no-padding {
    padding: 0;
}

.no-left-padding {
    padding-left: 0;
}

.no-bottom-padding {
    padding-bottom: 0;
}

.padding-top {
    padding: 10px 0 0;
}

.portfolio-share-btn {
    position: relative;
    float: right;
    top: -4px;
}

.portfolio-card .mdl-card__menu .mdl-menu .material-icons,
.login .mdl-menu .material-icons {
    top: 3px;
    position: relative;
}

.favoritos.mdl-badge[data-badge]:after {
    top: -4px;
    font-size: 11px;
    width: 18px;
    height: 18px;
    background: #2B75B2;
    color: #fff;
}

.demo-card-event > .mdl-card__actions {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.portfolio-contact .mdl-textfield {
    width: 100%;
}

.portfolio-contact form {
    max-width: 550px;
    margin: auto;
}

.mdl-mini-footer {
    background: #000;
    padding: 40px 0 60px 0;
    color: #fff;
    justify-content: center;
}

.mdl-mini-footer .newsletter-subscribe {
	background: #000;
}

.mdl-mini-footer a {
    color: #fff;
}

.mdl-mini-footer__wrapper {
    width: 1330px;
    display: flex;
    flex-flow: initial;
    align-items: baseline;
    justify-content: space-between;
}

.mdl-mini-footer__left-section {
    display: flex;
    flex-direction: column;
}

.mdl-mini-footer .newsletter-subscribe {
    text-align: left;
}

.mdl-mini-footer .newsletter-subscribe-content {
    width: auto;
    margin: 0 0 40px 0;
    padding: 0;
}

.mdl-mini-footer .newsletter-subscribe .mdl-textfield {
    margin: 0 12px 0 0;
}

.mdl-mini-footer .newsletter-subscribe .mdl-button--raised {
	    margin: 10px 0 30px 0 !important;
}

.mdl-mini-footer__left-section h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.mdl-mini-footer__left-section p {
    font-size: 12px;
    margin: 0;
}

.mdl-mini-footer__right-section li {
    font-size: 10px;
}

.mdl-mini-footer__right-section img {
    margin: 12px 0;
}

.social-media {
    margin-bottom: 20px;
}

.mdl-grid {
    justify-content: center;
}

.home-page .mdl-grid {
	padding: 8px 0;
}

.mdl-cell.portfolio-card {
    margin: 8px;
    width: 250px;
}

.demo-content {
    /*    max-width: 1200px; */
    /*border-radius: 2px;*/
    margin: 0px auto;
    overflow: hidden;
    max-width: 1330px;
}
.tituloLeiloes {
    margin: 0 0 14px 0;
    text-align: center;
}

.botoesLeiloes {
    text-align: center;
    margin: 20px auto 0 auto;
    padding: 0;
}

.tab {
    margin: 12px 12px 12px 0;
    font-size: 15px;
    width: 240px;
}

.tab:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, .2);
}

.listaLeiloes{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.leilaoCapa {
	width: 250px;
	margin: 20px 8px;
}

.leilaoCapa img {
	width: 250px;
	border: 1px solid rgba(0, 0, 0, .1);;
}

/* Estilos Ficha Cartoes */

.mdl-card__supporting-text span {
    /*    display: block;*/
    line-height: 20px;
}

span.dsp_valor {
    display: inline;
    color: #2B75B2;
}

.fichaLeilao {
	width: 100%;
    /*    max-width: 1200px;*/
    padding: 20px 56px 56px;
    /*width: calc(90% - 16px);*/
    transition: background 0.5s ease;
    margin-bottom: 8px;
}

.fichaLeilao:hover {
    /* background: rgba(0, 0, 0, .2); */
    transition: background 0.5s ease;
}

.fichaLeilao .capa-leilao,
.fichaLeilao h3.dsp_nrLeilao,
.fichaLeilao .material-icons {
    display: block;
    float: right;
    margin-right: 10px;
}

.fichaLeilao h3.dsp_nrLeilao {
    color: #000;
    font-size: 24px
}

.fichaLeilao .material-icons {
    font-size: 18px;
    margin-top: 4px;
    color: #a17e47;
}

.mdl-button {
    /*font-family: "Muli", "Helvetica", "Arial", sans-serif;*/
    font-family: "Montserrat", sans-serif;
    
}

.mdl-button[disabled][disabled]:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, .2);
    color: #000;
}

.tab .material-icons {
    vertical-align: middle;
    margin-right: 6px;
}

.dsp_titulo {
    font-size: 22px;
    color: #2B75B2;
}

.dsp_designacao {
    color: rgba(0, 0, 0, .7);
    font-size: 18px;
    font-weight: bold;
}

.dsp_autor {
    color: rgba(0, 0, 0, .7);
}

.fichaLeilao {
    background: rgba(0, 0, 0, .1);
    /* width: auto; */
    /* border-bottom: 2px solid black; */
    padding: 0;
}

.fichaLeilao h3,
.fichaLeilao h4,
.fichaLeilao h5,
.fichaLeilao h6 {
    margin: 0 0 16px 0;
}

.fichaLeilao.slim h6 {
    margin: 0
}

.fichaLeilao.slim .mdl-grid {
    padding: 0;
}

.fichaLeilao h5 a,
.fichaLeilao h4 a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.linkIcons .material-icons {
    font-size: 28px;
    color: #000;
    /*#2B75B2;*/
    margin-right: 12px;
}

a.listGrid .material-icons {
    font-size: 32px;
    margin: 0 12px;
    color: rgba(0, 0, 0, .2);
}

a.listGrid.selected .material-icons {
    color: #000;
    /*#2b75b2;*/
}

.fichaLeilao .mdl-list__item-avatar,
.mdl-list__item-avatar.material-icons {
    height: 26px;
    width: 26px;
    font-size: 20px;
    text-align: center;
    padding-top: 2px;
    background: #2B75B2;
    opacity: .2;
}

.fichaLeilao .mdl-list,
.fichaLeilao .mdl-list__item {
    padding: 0;
    min-height: 30px;
    font-size: 14px;
}

.fichaLeilao .mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-sub-title {
    font-size: 12px;
}

.fichaLeilao .mdl-list__item--two-line {
    height: auto;
}

p .material-icons {
    vertical-align: middle;
}


/* css cml antigo*/

img.direita {
    margin: 0 0 2% 2%;
}

img.scale25 {
    width: 25%;
}

.mdl-layout__header--waterfall {
    overflow: visible;
}

.licitarPanel i {
    vertical-align: middle;
}


/* Imagens */


/* Imagens nunca saem do contentor */

img {
    max-width: 100%;
}

.capa-leilao:hover {
  -webkit-filter: brightness(0.90);
  filter: brightness(0.90);
  transition: filter 0.5s ease;
}

.pagina > div {
    max-width: 1330px;
    margin: 0 auto;
}

.subBig {
    font-size: 20px;
}

.subBig u {
    font-weight: 700;
    text-decoration: none;
}

.laranja {
    color: #2b75b2;
    font-weight: 700;
}

.tecnica-online-caixa {
    background-color: #2b75b2;
    padding: 12px;
    color: #fff;
    border-radius: 4px;
}

.hover-effect {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.hover-effect:hover {
    opacity: 0.7;
}

.mdl-tabs__tab-bar {
    height: auto;
    flex-wrap: wrap;
}

/**** PAGINADOR ****/

.pager {
    /*float: right;*/
    /*font-size: 12px;*/
    text-align: center;
    /*padding-top: 14px;*/
}

.pager a:hover {
    text-decoration: none;
}

.pageGroup span span a,
.pageGroup span span.current {
    display: inline-block;
    /*border-radius: 3px;*/
    padding: 3px 0;
    width: 1.5em;
    margin-left: 3px;
}

.pageGroup span span.active a {
    background: rgba(0, 0, 0, .1);
}

.pageGroup span span.active a:hover {
    background: rgba(0, 0, 0, .5);
    color: white;
}

.pageGroup span span.active a:hover {
    color: white;
}

.nextPage {
    margin-left: 3px;
}


/* Assinar Newsletter */

.newsletter-subscribe {
    background: #231F20;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.newsletter-subscribe-content {
    margin: 0 auto;
    padding: 20px 0 30px;
    width: 1330px;
}

.newsletter-subscribe h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.newsletter-subscribe .mdl-textfield__input,
.newsletter-subscribe .mdl-textfield__label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Montserrat', sans-serif;
}

.newsletter-subscribe .mdl-textfield__input {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.newsletter-subscribe .mdl-textfield {
    width: 160px;
    margin: 0 12px;
    vertical-align: middle;
}

.newsletter-subscribe .mdl-button--raised {
    background: rgba(158, 158, 158, 0);
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    font-size: 12px;
    padding: 0 26px;
}

.newsletter-subscribe .mdl-button--raised:hover {
    background-color: rgba(158, 158, 158, .2);
}

.newsletter-subscribe .close-button {
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    min-width: 30px;
    padding: 0;
    border-radius: inherit;
}

.newsletter-subscribe .close-button .material-icons {
    margin-bottom: 10px;
}

table.statusLeilao {
    background: #F4F4F4;
    /*border-radius: 4px;*/
    border-collapse: collapse;
}

table.statusLeilao td {
    text-align: right;
}

table.statusLeilao td.separador {
    width: 5%;
}

/**** Mobile menu ****/
.mobile-menu .mdl-navigation__link {
    /*font-family: "Muli", "Helvetica", "Arial", sans-serif;*/
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.mobile-submenu {
    margin-left: 20px;
}

.mobile-submenu .mdl-navigation__link {
    font-size: 14px;
}

.mobile-submenu.closed {
    display: none;
}



/**** Mobile layout ****/

@media (max-width: 1260px) {
    .portfolio-navigation-row .mdl-navigation__link {
        font-size: 13px;
    }

    .mdl-layout__header-row .mdl-navigation__link {
        padding: 0 12px;
    }
}

@media screen and (max-width: 1024px) {
    .portfolio-header .mdl-layout__header-row {
    height: auto;
    align-self: center;
        margin-left: 16px;
	}
	
	.mdl-layout__header.is-compact {
    max-height: 82px;
	}
	
	.mdl-layout__header .mdl-layout__drawer-button {
	background-color: rgba(197, 197, 197, 0.8);
    margin: 4px;
    left: inherit;
    right: 0;
    top: 24px;
	}
    
    .portfolio-logo {
    margin-top: 22px;
	}
    
    .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
        /*font-family: "Muli", "Helvetica", "Arial", sans-serif;
        font-weight: 700;*/
        padding: 10px 16px;
        text-align: left;
        border-bottom: 1px solid lightgray;
    }

    .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
        text-decoration: none;
    }
	
    /* SEM "FOLHA" A PARTIR DOS 1024 */
    .demo-container {
        padding: 0;
    }

    .demo-content {
        padding: 0 20px;
    }

    .pagina > div {
        width: 100%;
    }

    .demo-content.mdl-color--white.mdl-shadow--4dp {
        box-shadow: none;
    }
    
    .mdl-mini-footer {
    padding: 40px 20px 60px 20px;
	}
}

@media (max-width: 900px) {
    .online-navigation-container {
        display: none;
    }

    .online-title {
        display: none !important;
    }

    .online-mobile-title {
        display: block !important;
        position: absolute;
        left: calc(50% - 70px);
        top: 12px;
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
    .online.online-search-box.is-focused ~ .online-mobile-title,
    .online-search-box.is-focused + .online-navigation-container + .online-mobile-title {
        opacity: 0;
    }

    .online-search-box.is-focused {
        width: calc(100% - 48px);
    }

    .online-search-box .mdl-textfield__expandable-holder {
        width: 100%;
    }

    .principal-slideshow-section,
    .online-slideshow-section {
        height: 420px;
    }
    
    .mdl-grid.portfolio-max-width.listaHorizontal .loteCard > div.mdl-card__supporting-text {
    padding: 8px 0 0 0;
    }

}

@media (max-width: 839px) and (min-width: 480px) {
    .mdl-cell--4-col.online {
        width: 100%;
    }
}

@media (max-width: 480px) {
	.newsletter-subscribe {
		padding: 30px 0 12px 0;
	}
	
    .pager {
        float: inherit;
    }

    .demo-container {
        padding: 0;
    }

    .demo-content {
        padding: 0 20px;
    }

    .pagina > div {
        width: 100%;
    }

    .demo-content.mdl-color--white.mdl-shadow--4dp {
        box-shadow: none;
    }

    .botoesLeiloes {
        padding: 0;
    }

    .fichaLeilao .mdl-cell--3-col,
    .fichaLeilao .mdl-cell--4-col {
        width: auto;
    }

    .fichaLeilao:first-of-type .mdl-cell--4-col,
    .fichaLeilao .mdl-cell--5-col {
        width: 100%;
        text-align: center;
    }

    .fichaLeilao h3.dsp_nrLeilao,
    .fichaLeilao .material-icons {
        float: left;
    }

    .fichaLeilao:first-of-type .material-icons {
        float: inherit;
        display: inline-block;
    }
    
    .mdl-mini-footer__wrapper {
    	flex-direction: column;
    }
    
    .mdl-mini-footer__right-section {
    	margin-top: 30px;
    }
}

input[aria-invalid="true"] {
    border-color: red;
}

input[aria-required="true"] {
    /*	background-color: orange;*/
}

.mdl-dialog h4.mdl-dialog__title {
    background-color: rgb(229, 179, 101);
}

.leilao-link { display: block; position: relative }

.leilao-info {
	box-sizing: border-box;
	position: absolute;
	left: 1px;
	bottom: 0;
	background: black;
	padding: .5em;
	color: #fff;
	width: 100%;
	opacity: 0;
	transition: opacity .3s linear;
	font-size: 80%;
}

.leilao-info .dsp_nrLeilao {
	font-size: 150%;
}

.leilao-link:hover .leilao-info {
	opacity: .8;
}