/* GERAL */
.bottom-medium {
    padding-bottom: 4rem!important;
}
.modulo-parceiros {
    background: white;
}

/* MENU */

@media (max-width: 991px) {
	.t4-header-r.d-flex nav.navbar-expand-lg {
		display: none;
	}
}

/* EQUIPA */
.modulo-equipa .item p {
    font-size: small;
}
.modulo-equipa .item span.position {
    font-size: large;
}

/* CONTACTO */
.contact .contact-image {
    padding-top: 10px;
    padding-bottom: 30px;
}
/* Mostrar labels dos contactos (Address, Email, Phone) */
.contact .contact-address .visually-hidden {
  position: static !important;
  clip: auto !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: normal !important;
}
.contact .com-contact__links.contact-links a>span.fab {
    font-size: x-large;
}
.t4-off-canvas-body.menu-item-drill .mod-bottom i.fab,
.t4-section.t4-footer i.fab {
    font-size: x-large;
    padding-right: 30px;
}

/* SLIDESHOW */
.acm-hero.style-1 .acm-hero-item {
    background-position: center center;
}
div.owl-carousel .owl-dots span {
    height: 15px!important;
    width: 50px!important;
}
div.owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--t4-primary)!important;
    width: 25px!important;
}
div.owl-carousel .owl-dots span {
    background-color: var(--color-light)!important;
}

/* ARTICLE-FLUID */
.article-fluid .article-inner div.row > div:first-child {
    display: none;
}

.article-fluid .article-inner div.row > div:last-child {
    width: auto;
}