@charset "utf-8";
/* CSS Document */

@font-face {
   font-family: NarrBold;
   src: url("../fonts/ClanOffcPro-NarrBold.woff");
}

#divBgLight {
	max-height: 50px;
}
#divPreHeader {
	padding-top: 0;
	padding-left: 90px;
	padding-right: 90px;
}
#divPreHeader i {
	font-size: 18px;
}
#divLogo {
	padding-top: 0;	
}
#divLogoSmall {
	padding-left: 10px;
}
#divSmallButtons {
	padding-right: 20px;
}
#btnMenu {
	border: none;
	font-size: 15px;
	max-height: 70px;
	max-width: 50px;
	margin-right: 10px;
}
#btnMenu :focus{
	border: 1px solid;
}
#btnMenu :active{
	border: 1px solid;
}
#btnRegistar {
	font-family: NarrBook;
	font-size: 13px;
}
#btnLogin {
	text-decoration: none;
	color: #D10A3B;
	font-size: 14px;
}
.wella-btn {
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 12px;
	max-height: 32px;
}

#myNavbar {
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;	
}
#myNavbar .nav-item {
	font-family: NarrBook;	
	font-size: 15px;
	font-weight: bold;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0;
	padding-bottom: 0;
}
#myNavbar .active a {
	color: #E1003E;
	border-bottom: 5px solid #E1003E;
}
#myNavbar .active_hide a {	
	border-bottom: 5px solid #FFF;
}
#myNavbar a:hover {
	opacity: 0.5;
	border-bottom: 5px solid #E1003E;
}

#divHero {
	padding: 0;
}
hero div {
	padding: 0;
}
#divPolitica a {
	font-weight: normal;
	font-size: 13px;
}
#divPolitica a:hover {
	text-decoration: underline;
}
#divAll {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
#divAll p {
	font-family: NarrBook;
	font-weight: normal;
	font-size: 13px;
	display:inline-block;
	padding-left: 0;
	padding-right: 0;	
}
.container {
	padding-top: 30px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 0px;
}
.estudios-div p {
	font-family: NarrBook;
	font-size: 13px;
	line-height: 16px;
}
.estudios-div h2 {
	font-size: 18px;
	padding-top: 0;
}
footer .container {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.main-title {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 40px;	
	font-weight: normal;
	transform: scale(.8, 1);
	padding: 15px;
}
.modal-header {
	max-height: 200px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	background-color: #d10a3b;
}
.modal-header .close {
	border: none;
	font-weight: bold;
	font-size: 28px;
	opacity: 0.5;
	color: #fff;
	background-color: #d10a3b;	
}
.modal-body h3 {
	font-size: 16px;
}
.modal-body p {
	font-size: 14px;
	font-weight: normal;
	line-height: 11px;
}

#divMain {
	padding-top: 0;
}
#divContainerFormacao {
	padding-top: 0;
	padding-bottom: 0;
}
.formacoes-item h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
.wella-btn {
	font-size: 12px;
}
.text-sm-right {
	text-align: right;
}
#txtSearch {
	max-height: 30px;
}
.modal-header h5 {
	font-family: Arial;	
	font-size: 16px;
	font-weight: normal;	
}
.table tr {
	border-top: 1px solid #CCC;
}
.table th {
	font-family: Arial;	
	font-size: 14px;
	font-weight: normal;
}
.table td {
	font-family: Arial;	
	font-size: 12px;
	font-weight: normal;
}
.form-group input {
	border: 1px solid #D10A3B;
	max-height: 30px;
}
.form-group label {
	font-size: 14px;
}
.form-group textarea {
	border: 1px solid #D10A3B;
}
.form-group button {
	min-height: 50px;
	min-width: 170px;
	font-size: 20px;
}
.form-group small {
	font-size: 11px;
}
.form-group-new label {
	font-size: 12px;
	margin-bottom: 1px;
	display:inline-block;
	width:235px;
}
.form-group label {
	font-family: NarrBook;
	font-size: 13px;
}
.form-h3 {
	font-size: 20px;
}
.formacoes-info {
	padding-bottom: 0;
}
@media only screen and (max-width: 600px) {
	#divPreHeader {
		padding-top: 0;
		padding-left: 10px;
		padding-right: 10px;
	}	
	.container {
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.text-sm-right {
		text-align: left;
	}
	.formacoes-info {
		padding-bottom: 100px;
	}	
	.form-group {
		margin-bottom: 80px;
	}	
}
.contactos-footer a span {
	font-family: NarrBold;
	font-weight: normal;
}
footer h4 {
	font-size: 16px;
}
footer a {
	text-decoration: none;
	font-weight: bold;
}
footer a :hover {
	text-decoration: underline;	
}
