@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat');

body {
	font-family: 'Varela Round', sans-serif;
	font-size: 18px;
	color: #545454;
	overflow-x: hidden;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	margin-top: 0px;	
}

/* Títulos das páginas  */
h2{
	font-size: 26px;
}

/* nome dos produtos */
h3{
	font-size: 16px;
	color: #9c0041;
	font-weight: bold;
}
/* Referencias produtos */
h4{
	font-size: 12px;
}

/* Textos do conteudo */
p{
	font-size: 16px;
	text-align: justify;
}


a:link {
	text-decoration: none;
}
  
a:visited {
	text-decoration: none;
}
  
a:hover {
	text-decoration: none;
}
  
a:active {
	text-decoration: none;
}

.cor-principal {
    color: #9c0041;
}

/* ***********  NAVBAR  ***********  */
.navbar{
	background-color: #FFF !important;
	border-bottom: 1px solid #d3d3d3 !important;
}

.navbar-nav li a {
	background-color: #FFF !important;
	text-align: center;	
}	

.navbar-nav li a:hover {
	color:  #9c0041 !important;
	background-color: #FFF !important;	
}	

.navbar-brand img{	
	max-height: 50px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu a::after {
	right: 6px;
	top: .8em;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: .2rem;
	margin-right: .2rem;
}


.my-container {
	width: 90% !important;
	margin: 3% 5%;	
	/* border: 1px solid red !important; */
}

.img-topo{
	margin-top: 70px;
	width: 100%;
}

.pagina-titulo {
    position: relative;
    width: 100%;
	margin: 0px 0;  
	text-align: center;
	padding: 0;
	font-weight: bold;
}

/* Bloco debaixo do texto */
.titulo:after {
    content:"";
  	display:block;
  	height:4px;
  	width:140px;
	background-color: #9c0041;
}
/* Espaçamento Bloco debaixo do texto */
.text-center .titulo:after {
	margin: 15px auto 0px;
	text-align: center;
	margin-bottom: 30px;
}

.pagina-titulo-sem-imagem-topo{
	margin: 90px 0 3% 0 !important;
}


/* ***********  CONTACTOS  ***********  */
.mapa{
	width: 100%;
	height: 400px;
}

.contactos{
	margin: 0 0 4% 0;
}

.contactos h3{
    font-size: 26px;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}

/* .contactos p{
    font-size: 20px;
    color: #333;  
} */

.contactos i {
    font-size: 40px;
	color: #9c0041;
	margin-bottom: 15px;
}


/* ***********  FOOTER  ***********  */
footer{
	margin:0;
	padding:0;
	width:100%;
	background-color: #2E2D2D;
}

footer i{
	color: #FFF;
}

footer p{
	color: #878686;
	font-size: 14px;
	text-align: center;
}

footer a{
	color: #878686;
}

footer a:hover{
	color: #9c0041;
}


.redes-sociais {
	position: relative;
	text-align: center;
	color: white;	
	padding: 0; 
}

.redes-sociais img {
	height: 100px;
	width: 100%;
}

.redes-sociais h3{
	font-size: 18px;
}

.redes-sociais-pub-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.avisos-legais{
	width: 100%;
	margin:10px 0; 
}

.avisos-legais p{
	color: #878686;
	font-size: 12px;
	text-align: center;
	margin: 5px 0;	
	/* border: 1px solid white; */
}

.avisos-legais img{
	max-width: 80px;
}

.autor{
	background-color:#1c1c1c;
	color: #878686;
	font-size: 12px;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.my-container {
		width: 96% !important;
		margin: 2% 2%;	
		/* border: 1px solid red !important; */
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	/* ***********  FOOTER  ***********  */
	.redes-sociais img {
		height: 120px;
		width: 100%;
	}
	
	.redes-sociais h3{
		font-size: 18px;
	}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {



}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

	/* ***********  NAVBAR  ***********  */
	.navbar-brand img{	
		max-height: 70px;
	}

	.dropdown-submenu {
		position: relative;
	}
	
	.dropdown-submenu a::after {
		transform: rotate(90deg);
		position: absolute;
		left: 6px;
		top: .8em;
	}
	
	.dropdown-submenu .dropdown-menu {
		top: 0;
		margin-left: .2rem;
		margin-right: .2rem;
		left: auto;
		margin-left: 10px; /*Altera direção dos menus (para abrir à esquerda) */
		right: 98%;
	}
	

	.my-container {
		max-width: 90% !important;;
		margin: 3% 5%;
	}

	/* Referencias produtos */
	h4{
		font-size: 16px;
	}

	/* Textos do conteudo */
	p{
		font-size: 18px;
	}
	.pagina-titulo-sem-imagem-topo{
		margin: 120px 0 3% 0 !important;
	}

	/* ***********  FOOTER  ***********  */
	.redes-sociais img {
		height: 160px;
		width: 100%;
	}

	.redes-sociais h3{
		font-size: 40px;
	}

	footer p{
		font-size: 14px;
	}

	.avisos-legais p{
		font-size: 14px;
	}

	.avisos-legais img{
		max-width: 120px;
	}
	.autor{
		font-size: 14px;
	}

}


/* Extra extra large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) { 

	.my-container {
		max-width: 80% !important;;
		margin: 3% 10%;
	}


}