/* FONTS */



/* 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;
  	background-color: #f9f5f7;
}
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;
}


body {
	font-family: 'Roboto', sans-serif;
}

/* 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;
}

b {
	font-weight: 700;
}

h3 {
	font-weight: 500;
}

#menu {
	width: 100%;
	position: fixed;
    top: 0px;
    z-index: 999;
}

#menu-home .navbar-default {
	background-color: transparent !important;
	height: initial !important;
}

#menu-home .navbar-default .container {
	background-color: #90bfac !important;
}

#menu-home .navbar-default .navbar-collapse {
	float: initial !important;
	margin-bottom: 45px;
}

.home-menu {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.dropdown-menu {
    background-color: #90bfac;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 10px;
    padding: 5px;
}

.dropdown-menu>li>a{
	color: #8e0862;
	padding: 10px;
}

.dropdown:hover .dropdown-menu, .dropdown-menu:hover {
    display: block;
    top: 42px;
    color: #8e0862 !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: transparent !important;
}

.logo-menu {
	width: 200px;
	margin-top: 30px;
	padding: 0;
}




.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: 500px;
    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: 10px;
}

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

.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;
}

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

#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 {
	background-color: #292929;
	width: 100%;
	height: 120px;
	padding: 10px;
	position: fixed;
	z-index: 2;
}

.header .wrap{
	width: 1200px;
	margin: auto;
}

@media screen and (max-width: 1250px) {
	.header .wrap{ width: 90%; }
}

.header .slogan {
	color: #c5d92d;
	text-align: left;
	font-size: 10px;
	position: fixed;
    padding-left: 95px;
    margin-top: 72px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
}

.navbar-default {
	border: 0;
	background-color: #90bfac;
    height: 120px	;
    margin: auto;
}

.navbar-brand {
    width: 250px;
	padding-top: 20px;
}

.navbar-collapse {
    margin-top: 45px;
}

.navbar-default .navbar-collapse {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    float: right;
}

.navbar-nav {
	margin-right: auto!important;
    margin-left: auto!important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-default .navbar-nav>li>a {
	color: #8e0862;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #8e0862;
}

.navbar li {
	border-bottom: 3px solid transparent;
	border-radius: 0px;
	margin: 0 2px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navbar li:hover {
	border-bottom: 3px solid #8e0862;
}

.navbar li a {
    font-size: 13px;
    line-height: 9px;
    font-weight: 900;
}

.navbar li.active {
	border-bottom: 3px solid #8e0862;
}

.navbar-default .navbar-nav>.active>a {
	background-color: transparent;
	color: #8e0862 !important;
}

.navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
}

.navbar-default .navbar-collapse {
	border-color: #60691d;
}

.navbar-default .navbar-toggle {
	border-color: #c5d92d;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #c5d92d;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.collapse.in, .collapsing {
	background-color: #292929;
    margin-top: 110px !important;
/*    width: 200px;
    margin-right: -59px;
    float: right !important;*/
}

.logo-header {
	width: 300px;
	margin: 30px auto;
}

.header-titulo {
	margin: 140px 0 0;
	padding: 30px 0;
}

.header-titulo .titulo {
	color: #8e0862 !important;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 3px solid #437168; 
	display: inline-block;
	padding-bottom: 10px;
}

.header-titulo .titulo a {

	color: #8e0862 !important;
	font-size: 20px;
	font-weight: 500;
}


.slide, .pre-promotion {
    background-color: #58585b;
}

.slide #Carousel, .pre-promotion .promotion {
    width: 1140px;
    margin: auto;
}



#slide  {
  background: url(../img/download.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 600px;
}

#slide .slider-text {
	width: 600px;
	text-align: center;
	margin: auto;
	text-align: center;
}

#slide .logotipo-slider {
	width: 300px;
	padding-bottom: 30px;
}

#slide h1 {
	font-size: 40px;
    margin-bottom: 20px;
	line-height: 40px;
	letter-spacing: -0.5px;
	text-align: center;
	color: #fff;
    padding: 10px;
    display: inline-block;
	text-transform: uppercase;
}

#slide h2 {
	width: 400px;
	margin: auto;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.28;
	letter-spacing: -0.5px;
	text-align: center;
	color: #fff;
    padding: 10px;
    background-color: rgba(0,0,0,.5);
    display: inline-block;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	text-transform: uppercase;
}

#slide .btn a {
  width: 328px;
  height: 60px;
  border-radius: 4.4px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 16px 24px;
  text-transform: uppercase;
  font-size: 16px;
}

#slide .btn a:hover {
	text-decoration: none;
}



@keyframes bouncing {
    0% {bottom: 40px;}
    50% {bottom: 50px;}
    100% {bottom: 40px;}
}

#slide .arrow {
    animation: bouncing 1s infinite ease-in-out;
    bottom: 0;
    display: block;
    height: 30px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 30px;
}

.seta-home img { width: 40px; margin-top: 230px; }

.logo-home {
	width: 100%;
	text-align: center;
}

.logotipo-index {
	width: 160px;
	margin-top: 40px;
}

.container {
	width: 1140px;
	margin: auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.apresentacao {
	width: 100%;
	margin-top: 50px;
}

.apresentacao .width50 {
	width: 50%;
	float: left;
	padding-bottom: 60px;
}

.apresentacao .width50 .logo {
	height: 60px;
	padding-bottom: 20px;
}

.apresentacao .width50 p {
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	padding-bottom: 16px;
}

.left-padding-20 {
	padding-left: 20px;
}

.right-padding-20 {
	padding-right: 20px;
}


.noticias {
	width: 1170px;
	margin: auto;
	font-size: 14px;
	font-weight: 500;
    line-height: 22px;
    text-align: justify;
    clear: both;
    padding: 15px;
}

.noticias .item {
	width: 33.3%;
	float: left;
    padding-right: 30px;
    margin-bottom: 30px;
}

.noticias a {
    color: #000;
    margin-bottom: 50px;
    font-weight: 500;
}

.noticias .desenvolvimento {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
    max-height: 100px;
    overflow: hidden;
}

.noticias .ler_mais {
	font-size: 11px;
	font-style: italic;
	padding-top: 30px;
}


.empresa {
	font-size: 14px;
	font-weight: 500;
    line-height: 22px;
    text-align: justify;
    padding-bottom: 16px;
    color: #333;
}

.destaques {
	width: 100%;
	background-color: rgba(204, 161, 188, .2);
	padding: 50px;
}

.destaques h1 {
	font-size: 30px;
	color: #8e0862;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.destaques .produto {
	width: 49%;
	float: left;
	background-color: #fff;
	padding: 10px;
	border-bottom: solid 3px #8e0862;
	margin-bottom: 20px;
}

.destaques .produto p {
	color: #000;
}

.destaques .produto .produto-img {
	width: 150px;
	float: left;
    min-height: 151px;
    margin-right: 10px;
}

.destaques .produto .produto-img img {
    max-height: 117px;
    min-height: 164px;
}

.destaques .produto .produto-desc {
	display: inline-block;
}

.destaques .produto h3 {
	font-size: 20px;
	font-weight: 700;
	color: #8e0862;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-top: 10px;
}

.destaques .ver-todos {
	width: 160px;
	height: 40px;
	margin: auto;
	background-color: #cca1bc;
	border-bottom: solid 3px #8e0862;
	color: #8e0862;
    display: table;
    margin-top: 40px;
    font-size: 15px;
    font-weight: 700;
    line-height: 37px;
    text-transform: uppercase;
    text-align: center;
}

figure img {
	cursor:zoom-in;
}

.my-gallery figure {
	float: left;
	width: 25%;
	height: 180px;
    overflow: hidden;
    padding: 5px;
    margin-top: 0 !important;
}

.company .my-gallery figure:nth-child(1), .company .my-gallery figure:nth-child(2)  {
	float: left;
	width: 100%;
	height: initial;
    overflow: initial;
    padding: 5px;
    margin-top: 0;
    padding-top: 0;
}


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

.info {
	width: 1140px;
	margin: auto;
	padding: 50px;
	background-color: #90bfac;
	color: #437168;
	clear: both;
}

.info h1 {
	font-size: 30px;
	font-weight: 700;
}

.info .mais-info {
	width: 160px;
	height: 60px;
	margin: auto;
	float: right;
	background-color: #fff;
	border-bottom: solid 3px #437168;
	color: #437168;
    display: table;
    margin-top: -52px;
    font-size: 15px;
    font-weight: 700;
    line-height: 57px;
    text-transform: uppercase;
    text-align: center;
}

.info .container {
	width: 900px !important;
}

.related-products.galeria {
	padding-top: 0;
}

.related-products .titulo {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
}

.galeria {
	background-color: #faf5f8;
	padding-top: 40px;
	padding-bottom: 30px;
}

.galeria .produto {
	width: 20%;
	float: left;

	margin-bottom: 30px;

}

.galeria .produto .prod {
	background-color: #fff;
	margin: 15px;
	border-bottom: solid 3px #8e0862;
}

.galeria .produto-img {
	padding: 0 10px;
	max-height: 200px;
	min-height: 200px;
    padding-top: 10px;
    margin-bottom: 15px;
}

.galeria .produto-img img {
	max-height: 200px;
    margin: auto;
}

.galeria h3 {
	text-align: center;
	text-transform: uppercase;
	color: #000;
	padding: 10px;
	font-weight: 500;
	min-height: 52px;
}

.back_gallery {
	margin-top: 10px;
}

.back_gallery a {
	color: #fff;
}

.produto-img figure {
	width: 50%;
    margin-top: 10px;
}

.produto-img figure img {
    border-bottom: 0 !important;
}




.detalhe-prod {
	padding-bottom: 60px;
}

.home .detalhe-prod {
	background-color: initial!important;
}

.detalhe-prod .produto {
	width: 20%;
	float: left;
	background-color: #fff;
	margin-bottom: 30px;
	border-bottom: solid 3px #8e0862;
	margin: 15px;
}

.detalhe-prod .produto-img {
	width: 50%;
	float: left;
	padding: 0 10px 0 0;
}

.detalhe-prod .produto-img img {
	border-bottom: solid 3px #8e0862;
}

.detalhe-prod .produto-detalhes {
	width: 50%;
	float: left;
	padding: 0 10px;
}

.detalhe-prod .produto-detalhes .titulo {
    color: #8e0862;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.detalhe-prod .produto-detalhes .descricao {
	color: #000;
	font-size: 16px;
	border-bottom: solid 2px #8e0862;
	padding-bottom: 20px;
}

.detalhe-prod .produto-detalhes .logos {
	width: 33%;
	float: left;
	text-align: center;
	margin-top: 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
}

.detalhe-prod .produto-detalhes .logos img {
	max-width: 40px;
	padding-bottom: 10px;
}



.detalhe {
	background-color: #faf5f8;
	padding-top: 40px;
	padding-bottom: 60px;
}

.detalhe .produto {
	width: 20%;
	float: left;
	background-color: #fff;
	margin-bottom: 30px;
	border-bottom: solid 3px #8e0862;
	margin: 15px;
}

.detalhe .produto-img {
	padding: 0 10px;
}

.detalhe h3 {
	text-align: center;
	text-transform: uppercase;
	color: #000;
	padding: 10px;
}




.contactos {
	padding-top: 40px;
	font-weight: 500;
	font-size: 13px;
}

.contactos .width40 {
	width: 40%;
	float: left;
    color: #58585b;
}

.contactos .width60 {
	width: 60%;
	float: left;
	padding-left: 120px;
}

.contactos input, .contactos textarea {
	margin-bottom: 20px;
	border-radius: 0;
}

.contactos button {
	float: left;
	background-color: #cca1bc;
	color: #fff;
	border: 0;
	border-bottom: solid 3px #8e0862;
	padding: 10px;
	font-size: 13px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contactos button:hover {
	background-color: #8e0862;
	color: #cca1bc;
	border-bottom: solid 3px #cca1bc;
}

.contactos h4 {
	color: #8e0862;
	font-size: 20px;
	font-weight: 700;
	margin-top: 30px;
}

.contactos h4:nth-child(1) {
	margin-top: 0;
}

.contactos a {
	line-height: 20px;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contactos a:hover {
	color: #000;
}

.contactos input, .contactos textarea {
	border-color: #8e0862;
}

#map-canvas {
	width: 100%;
	height: 500px;
}

.map {
	height: 500px;
}

.map.margin-top {
	margin-top: 50px;
}

.mapa {
	width: 1140px;
	margin: auto;
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
}



















.footer { 
	width: 100%;
	margin: auto;
	padding: 30px;
	background-color: #58585b;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;

	clear: both;
}
.footer h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.footer a {
	color: #fff;
}

.footer .logotipo, .footer .morada, .footer .mail, .footer .social {
    width: 25%;
    float: left;
    padding-right: 50px;
}

.footer .social {
	padding-right: 0px;
}

.footer .social img {
	width: 40px;
	display: initial;
	padding-right: 10px;
}

.copy {
	width: 100%;
	margin: auto;
	padding: 30px 0;
	background-color: #404041;
	font-size: 9px;
	font-weight: 500;
	text-align: center;
	color: #6d6e70;
}

.copy .copyright {
	font-size: 12px;
	color: #a7a9ab;
	margin-bottom: 30px;
}
.copy .developed {
	font-size: 10px;
	color: #a7a9ab;
	margin-bottom: 10px;
}

.copy .developed a {
	color: #a7a9ab;
}



/* MODAL FORMS */
.link { display: none; }

.modal-content {
    background-color: #90bfac;
}

.modal-header {
	border-bottom: 0;
}

.modal-footer {
	border-top: 0;
}

.form-group-lg .form-control {
    height: 0;
    padding: 16px 10px;
    font-size: 12px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.modal-content label {
	font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #000;
}

.modal-content .imagem-form {
	text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}


.modal-content .btn-success {
	background-color: #8e0862;
    border-color: #8e0862;
}

.thanks {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 1150px) {
	
	.slide #Carousel, .container, .pre-promotion .promotion, .info, .mapa, .info .container { width: 100% !important; }

	.seta-home img { margin-top: 170px; }

	.footer .logotipo { width: 33.3%; }

	.copy { padding: 30px 20px; }

}

@media screen and (max-width: 690px) {
	
	.promotion .width50 .width50 { width: 50%; }
	
	.promotion .width50 { width: 100%; }

	.footer .logotipo, .footer .morada, .footer .mail, .footer .social {
	    width: 100%;
	    margin-bottom: 30px;
	    float: initial;
    	padding-right: 0;
    	text-align: center;
	}

	.footer .mail { margin-bottom: 0px; }

	.footer .logotipo img { margin: auto; }

}

@media screen and (max-width: 680px) {

	.info .mais-info {
		margin-top: 20px;
		float: left;
	}

}

@media screen and (max-width: 390px) {
	
	.seta-home img {
    	width: 20px;
	}

	.carousel-control.left, .carousel-control.right {
		width: 50px;
	}

	.promotion .width50 .width50 { width: 100%; }

}