/* FONTS */

@font-face {
	font-family: 'MyriadPro';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: local('☺'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro';
	src: url('../fonts/MyriadPro-Bold.eot');
	src: local('☺'), url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype'), url('../fonts/MyriadPro-Bold.svg') format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Arial';
	src: url('../fonts/arial.eot');
	src: local('☺'), url('../fonts/arial.woff') format('woff'), url('../fonts/arial.ttf') format('truetype'), url('../fonts/arial.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CSS RESET */

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, .row {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'MyriadPro', sans-serif;
	line-height: 1;
	overflow-y: scroll;
  	overflow-x: hidden;
  	transform-style: preserve-3d;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


strong {
	font-weight: 900 !important;
}

u {
	text-decoration: underline !important;
}

/* SMOOTH TRANSITIONS */

section, h1, li, img, div {
    -moz-transition: width 0.5s ease-in-out, left 1.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out, left 1.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out, left 1.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, left 1.5s ease-in-out;
    transition: width 0.5s ease-in-out, left 1.5s ease-in-out;
}


.navbar-header {
  float: none;
}

.navbar-toggle {
	display: block;
	width: 32px !important;
	padding: 8px 5px;
	background-color: #f16321 !important;
    margin-top: 14px;
}

.navbar-toggle .icon-bar {
	background-color: #fff !important;
}

.navbar-header {
  display: none!important;
}

.navbar-nav {
  float: none!important;
}

.navbar-nav>li {
  float: none;
}

.navbar-collapse.collapse.in, .collapsing{
  	display:block !important;
	width: 300px;
    float: right;
    background-color: rgba(0,0,0,.5);
}

.navbar-inverse {
	background: none;
}

.navbar-fixed-top {
	border: 0;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-image: url("../img/background-slider.png");
    border-radius: 0;
    border: 0;
    background-color: none;
}

.navbar-nav {
    background-image: url("../img/background-slider.png");
    background-blend-mode: multiply;
    text-align: center;
    width: 220px;
    float: right !important;
	padding: 10px;
}

.navbar-inverse .navbar-nav li {
	border-bottom: solid 1px #fff;
}


.navbar-inverse .navbar-nav li:last-child {
	border-bottom: 0px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;

    text-transform: uppercase;
}

.navbar-inverse .navbar-nav li a:last-child {
	border-bottom: 0px;
}

.navbar-inverse .navbar-nav>li>a:hover {
	    background-color: #97c240;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #97c240;
}






.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item .imagem {
    width: auto;
    height: 645px;
    right: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	content: "";
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control.left, .carousel-control.right {
	background-image: none !important;
    width: 100px;
}

.carousel-control.left {
	left: 0px;
	padding-left: 20px;
}

.carousel-control.right {
	right: 0px;
	padding-right: 20px;
}

.carousel-control.left-in {
	left: 40px;
}

.carousel-control {
	opacity: 1 !important;
}

.carousel-control:hover {
    opacity: .5 !important;
}

.carousel-indicators li {
	background-color: #999;
	border-color: #999;
}

.carousel-indicators {
	left: 0px !important;
	width: 100% !important;
	margin-left: 0 !important;
    bottom: 160px;
    text-align: right;
    padding-right: 50px;
}

.carousel-indicators .active {
	background-color: #f16321;
	border-color: #f16321;
}

#Carousel .slogan {
	position: fixed;
    top: 350px;
    left: 50px;
}

@media screen and (max-width: 767px) {
	.carousel-fade .carousel-inner .item .imagem { height: 345px; }
	.carousel-indicators { bottom: 10px; }
}

@media screen and (max-width: 640px) {
	#Carousel .slogan img { width: 240px; }
}

#Carousel .slogan .slogan01 {
	font-family: 'MyriadPro';
    color: #f16321;
    font-size: 64px;
    font-weight: 900;
}

#Carousel .slogan .slogan02 {
	font-family: 'MyriadPro';
    text-transform: uppercase;
    color: #f16321;
    font-style: italic;
    font-size: 70px;
    font-weight: 900;
}

#Carousel .slogan .title {
    text-transform: uppercase;
    color: #f16321;
    font-size: 70px;
    font-weight: 900;
}

.header .logotipo {
	position: absolute;
    /*background: #f16321;*/
    top: 100px;
    z-index: 10;
    padding: 50px;
}

.header .logotipo img {
	width: 460px;
}


/* MENU HEADER */
.menu-header {
	position: absolute;
    top: 510px;
    width: 100%;
    height: 135px;
    background-color: rgba(0,0,0,.5);
    z-index: 100;
}

.fix-top {
	position: fixed;
    top: 0;
    .transition-duration(0, 200ms);
    .transition-property(visibility, opacity);
    .transition-delay(0);
}

.menu-header .btn-menu {
    padding: 59.5px;
    margin: 0;
    float: left;
    color: #fff;
    text-align: center;
}

.menu-header .btn-menu.especialidade {
	padding: 51.5px 59.5px;
}

@media (min-width: 820px) and (max-width: 1120px) {
	.menu-header .btn-menu { padding: 59.5px 30px; }
	.menu-header .btn-menu.especialidade { padding: 51.5px 30px; }
}

@media (min-width: 0px) and (max-width: 820px) {
	.menu-header .btn-menu { padding: 59.5px 20px; }
	.menu-header .btn-menu.especialidade { padding: 51.5px 20px; }
}

@media screen and (max-width: 767px ) {
	.header .logotipo { top: 10px; padding: 20px; }
	.header .logotipo img { width: 200px; }
	.menu-header { top: 10px; height: 60px; background-color: initial; }
	#Carousel .slogan { top: 260px; left: 20px; }
}

.menu-header .active {
	background-color: #f16321;
}

.menu-header .btn-menu:hover {
	background-color: #f16321;
}

.menu-header .btn-menu.especialidade:hover {
	background-color: #f16321;
	padding: 51.5px 59.5px;
}

.after-menu {
	width: 100%;
	background-color: #f16321;
	padding: 80px 0;
	color: #fff;
	text-align: center;
}

.after-menu .title {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
    font-weight: 900;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.after-menu .description {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	line-height: 28px;
}

#noticias {
	padding: 30px 0px 30px 50px;
	min-height: 330px;
}

#noticias h1 {
	color: #f16321;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
	padding-bottom: 30px;
}

#noticias .width33 {
	width: 33%;
	float: left;
	padding-right: 50px;
}

#noticias .not-img {
    height: 230px;
}

#noticias .not-title {
	padding-top: 20px;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 900;
    min-height: 70px;
}

#noticias .not-title a {
	color: #f16321;
}

#noticias .not-data {
	font-size: 11px;
	text-transform: uppercase;
	color: #231f20;
	padding-bottom: 8px;
}

#noticias .not-description {
	font-size: 14px;
	line-height: 16px;
	color: #231f20;
    min-height: 112px;
    max-height: 112px;
    overflow: hidden;
}

#noticias .not-btn-more {
	background-color: #f16321;
	padding: 10px 20px;
	display: inline-flex;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #fff;
	font-size: 12px;
}

#noticias a {
	text-decoration: none;
	color: #e6e7e8;
	text-decoration: none;
}

#noticias .btn-youtube {
	width: 450px;
	padding-top: 20px;
}

#noticias .video {
	margin-bottom: 20px;
	margin-top: 30px;
    width: 90%;
}

#noticias .facebook {
    width: 23px;
    padding-top: 20px;
}

.localizations {
	padding: 50px;
}

@media screen and (max-width: 480px) {
	.localizations { padding: 30px 20px; }
}

.localizations .title {
	font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f16321;
    width: 600px;
    margin-bottom: 20px;
}

.localizations .description {
	width: 850px;
    font-size: 16px;
    line-height: 22px;
}

.localizations .not-btn-more {
	background-color: #f16321;
	padding: 10px 20px;
	display: inline-flex;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
}

.localizations a {
	text-decoration: none;
}

.difference {
	padding: 50px;
}

@media screen and (max-width: 480px) {
	.difference { padding: 30px 20px; }
}

.difference h1 {
	color: #f16321;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
    padding-bottom: 50px;
}

.difference .width33 {
	width: 33%;
	float: left;
}

.difference .icon-check {
	width: 10%;
    float: left;
}

.difference .text-check {
	width: 70%;
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    color: #bcbec0;
}

.difference h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 10px;
}

.difference p {
	color: #333;
    font-size: 14px;
    line-height: 18px;
}

.difference .not-btn-more {
	background-color: #f16321;
	padding: 10px 20px;
	display: inline-flex;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
}

.footer {
	background-color: #939597;
	width: 100%;
	padding: 50px;
	color: #fff;
}

@media screen and (max-width: 480px) {
	.footer {
		padding: 20px;
	}
}

.footer .logotipo {
    float: left;
    margin-top: -6px;
}

.footer .logotipo img {
	width: 200px;
}

.footer .social {
	float: right;
	text-transform: uppercase;
    margin-top: -33px;
}

.footer .social p {
    margin-right: 20px;
    float: left;
    padding-top: 30px;
}

.footer .social img {
	max-width: 70px;
    padding-top: 0px;
    vertical-align: middle;
}

@media screen and (max-width: 580px) {
	.footer .logotipo {
	    width: 100%;
	    margin-bottom: 40px;
	}
	.footer .social {
	    width: 100%;
	    float: initial;
	}
}

/* QUEM SOMOS */

.equipa {
	width: 100%;
	padding: 50px;
	color: #333;
}

.equipa h1 {
	text-transform: uppercase;
	text-align: center;
	color: #f16321;
	font-size: 30px;
    font-weight: 900;
	padding-bottom: 30px;
}

.missao-valores {
	background-color: #f16321;
	width: 100%;
	padding: 50px;
	color: #fff;
}

@media screen and (max-width: 480px) {
	.equipa, .missao-valores { padding: 20px; }
}

.missao-valores h1 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
    font-weight: 900;
    padding-bottom: 30px;
}

.quemsomos-bg {
	padding: 140px 50px;
}

@media screen and (max-width: 480px) {
	.quemsomos-bg { padding: 50px 20px; }
}

.quemsomos-bg .title {
	font-size: 40px;
	line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f16321;
    width: 600px;
    margin-bottom: 20px;
}

.equipa .description, .missao-valores .description {
	width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
}



/* ESPECIALIDADES */

.after-menu {
	padding: 50px;
}

.after-menu .width33 {
    width: 33%;
    float: left;
    margin-bottom: 50px;
}

.after-menu .icon-check {
    width: 10%;
    float: left;
}

.after-menu .text-check {
    width: 70%;
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 21px;
    /*
 -ms-word-break: break-all;
     word-break: break-all;

     // Non standard for webkit
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;*/
}

@media (min-width: 480px) and (max-width: 960px) {
	.after-menu .text-check { width: 90%; }
}

@media screen and (max-width: 480px) {
	.after-menu .icon-check { margin: auto; float: initial;}
	.after-menu { padding: 50px 20px; padding-left: 20px; width: 100%; }
	.after-menu .text-check { width: 100%; font-size: 14px; line-height: 18px; padding-left: 0; text-align: center; }
}

.text-check div {  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;}

.after-menu .text-check a {
	color: #e6e7e8;
	text-decoration: none;
}

.after-menu h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 10px;
}

.find {
	padding: 158px 50px;
}

.find:before {
	opacity: 0.5;
}


.find h1 {
	font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f16321;
    width: 600px;
    margin-bottom: 20px;
}

.find h1 span {
	color: #404041;
}

.find p {
	color: #f16321;
    font-size: 18px;
    line-height: 26px;
    width: 450px;
}

@media screen and (max-width: 480px) {
	.find { padding: 60px 20px; }
	.find h1 { font-size: 25px; line-height: 25px; text-shadow: 0 0 10px #fff, 0 0 5px #fff; }
	.find p { font-size: 14px; line-height: 16px; text-shadow: 0 0 10px #fff, 0 0 5px #fff; }
}

.marcacao {
	background: url(../img/marcacao-bg.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 144px 50px;
}

.marcacao h1 {
	font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f16321;
    width: 600px;
    margin-left: 60%;
}

.marcacao .slogan {
    margin-left: 60%;
    color: #f16321;
    font-size: 40px;
    text-transform: uppercase;
    width: 600px;
}

.marcacao .btn-marcacao {
	background-color: #f16321;
	padding: 10px 20px;
	display: inline-flex;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
    margin-left: 60%;
}

@media (min-width: 920px) and (max-width: 1490px) {
	.marcacao h1, .marcacao .slogan {
		width: 390px;
	    margin-left: 60%;
	}
}

@media screen and (max-width: 920px) {
	.find h1, .find p, .marcacao h1, .marcacao .slogan {
		width: 100%;
	    margin-left: 0px;
	}
	.marcacao .btn-marcacao { margin-left: 0px; }
}

@media screen and (max-width: 480px) {
	.marcacao { padding: 60px 20px 60px 80px; }
	.marcacao h1, .marcacao .slogan { font-size: 25px; line-height: 25px; text-shadow: 0 0 10px #fff, 0 0 5px #fff; }
}


.feedback {
	background-color: #e6e7e8;
	padding: 50px 30px;
}

@media screen and (max-width: 480px) {
	.feedback {
		padding: 30px 20px;
	}
}

.feedback h1 {
    text-transform: uppercase;
    text-align: center;
    color: #f16321;
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 30px;
}

.feedback .width33 {
	width: 33%;
	float: left;
	padding: 0 20px;
    text-align: center;
}

.feedback .foto {
	height: 150px;
    width: 150px;
    margin: auto;
    border-radius: 150px;
}

.feedback .aspas {
	font-family: 'Arial';
    font-weight: 700;
    font-size: 70px;
    color: #f16321;
    text-align: left;
    margin-bottom: -30px;
    margin-top: -25px;
}

.feedback .descricao {
	text-align: left;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.feedback .nome {
	font-size: 12px;
	font-weight: 900;
	text-align: left;
}

.feedback .data {
	padding-left: 15px;
	font-weight: normal;
	font-style: italic;
}

#demo {
	margin: auto;
}

#owl-demo .item{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.acordos {
	padding: 80px 50px 50px 50px;
}

@media screen and (max-width: 480px) {
	.acordos {
		padding: 80px 50px 20px 20px;
	}	
}

.acordos h1 {
    text-transform: uppercase;
    text-align: center;
    color: #f16321;
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 30px;
}

.acordos .empresas {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    color: #666;
}

@media (min-width: 480px) and (max-width: 920px) {
	.acordos .empresas {
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	}
}

@media screen and (max-width: 480px) {
	.acordos .empresas {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}
}

/* NOTICIAS */

.after-menu-not {
	width: 100%;
    background-color: #f16321;
    padding: 50px;
    color: #fff;
    text-align: left;
}

.after-menu-not .width30 {
	width: 30%;
	float: left;
}

.after-menu-not .width70 {
	width: 70%;
	float: left;
	padding-left: 30px;
}

.after-menu-not .not-img {
	height: 330px;
}

.after-menu-not .title {
	padding-bottom: 14px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 900;
}

.after-menu-not .data {
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 18px;
}

.after-menu-not .description {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
    padding-right: 40px;
}

.noticias-bg {
	padding: 145px 50px;
}

.noticias-bg .slogan {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    color: #f16321;
    width: 600px;
    margin-left: 40%;
}

@media screen and (max-width: 480px) {
	.noticias-bg { padding: 60px 20px; }
	.noticias-bg .slogan { font-size: 25px; line-height: 25px; text-shadow: 0 0 10px #fff, 0 0 5px #fff; }

}

/* CONTACTS */

.after-menu-contacts {
	padding: 50px;
}

.after-menu-contacts h1 {
    text-transform: uppercase;
    text-align: center;
    color: #f16321;
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 30px;
}

.after-menu-contacts p {
    color: #333;
    width: 900px;
    font-size: 15px;
    margin: auto;
    line-height: 28px;
    text-align: center;
}

.maps {
	padding: 50px;
	width: 100%;
	margin: auto;
}

.maps .width50 {
	width: 50%;
	float: left;
}

.maps .bottom-space {
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.maps .cidade {
    text-transform: uppercase;
    color: #f16321;
    font-size: 25px;
    font-weight: 900;
    padding-bottom: 20px;
}

.maps .telefone {
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    color: #231f20;
}

.maps .morada {
    font-size: 14px;
    line-height: 18px;
    color: #404041;
}

.maps .email {
    font-size: 14px;
    line-height: 18px;
}

.maps .email a {
    color: #f16321;	
}



@media screen and (max-width: 1440px) {
	.localizations .description {
		width: 660px;
	}
}

@media screen and (max-width: 1220px) {
	.maps .bottom-space { width: 100% !important; padding-left: 0px; padding-right: 0px; }
}

@media screen and (max-width: 960px) {
	.menu-header .btn-menu { padding: 59.5px 30px; }
	.after-menu .description, .equipa .description, .missao-valores .description, .after-menu .width33 { width: 100%; }
	#noticias .row { margin-right: 0 !important; }
	#noticias .width33 { width: 50%; }
	#noticias .width33:nth-child(even) { padding-left: 10px; padding-right: initial; }
	#noticias .width33:nth-child(odd) { padding-right: 10px; }
	.localizations .description { width: 100%; }
	.difference .width33 { width: 100%; }
	.difference .icon-check { padding-top: 20px; }
	.difference .text-check { width: 90%; }
	#noticias { padding: 30px 50px 30px 50px; }
	.after-menu-not .width30 { width: 100%; margin: auto; float: initial; margin-bottom: 30px; }
	.after-menu-not .width70 { width: 100%; padding-left: 0; }
	#noticias .video { width: 500px; margin-left: 25%; }
	.noticias-bg .slogan { margin-left: 25%; }
	.after-menu-not .description { padding-right: 0px; }
	.after-menu-contacts p { width: 100%; }
	.noticias-bg .slogan { width: 100%; margin-left: initial; }
}

@media screen and (max-width: 767px) {
	.navbar-header { display: block !important; }
	.navbar-collapse.collapse.in, .collapsing { margin-top: 6px; padding: 10px; }
	.menu-header .btn-menu, .menu-header .btn-menu.especialidade { padding: 10px 0px; width: 100%; }
	.menu-header .btn-menu.especialidade:hover { padding: 10px 0px; }
}

@media screen and (max-width: 630px) {
	#noticias .width33 { width: 100%; padding-right: initial !important; padding-left: initial !important; }
	#noticias .not-description { min-height: initial; }
	.after-menu .title, .quemsomos-bg .title, .localizations .title { width: 100%; }
	.maps { padding: 20px; }
	#noticias .not-title { min-height: initial; }
}

@media screen and (max-width: 480px) {
	.after-menu .title, .quemsomos-bg .title, .localizations .title, .equipa h1, .missao-valores h1, .after-menu-contacts h1 { font-size: 25px; }
	.after-menu .description, .equipa .description, .missao-valores .description, .after-menu-contacts p { font-size: 14px; line-height: 18px; }
	.after-menu .title, .quemsomos-bg .title, .localizations .title { font-size: 25px; line-height: 25px; }
	#noticias { padding: 30px 20px 30px 20px; }
	#noticias .row { margin-right: 0px !important; }
	.maps .width50 { width: 100%; }
	.maps .width50:first-child { margin-bottom: 20px; }
}
