/*!
 * Start Bootstrap - Freelancer v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
 */

html {
  font-size: 16px;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background-color: #f5f5f5}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #da291c;}

h3 {
	font-style: italic;
}

p {
	font-size: 1.125rem;
	color: #3d3935;
	font-weight: 400;
	margin-top: 0;
    margin-bottom: .5rem;
}

.texto-en{
	font-style: italic;
}


.bg-primary p {
	font-size: 1.125rem;
	color: #3d3935;
}

.negrito {
	font-weight: 700;
}


section {
  padding: 60px 0; }

section h2 {
    font-size: 2.25rem;
    line-height: 2rem; }

@media only screen and (min-width: 992px) {
	section {
		padding: 100px 0; }

}
	
#topo{
	min-width: 100%;
	height: calc(100vh);
	background-image: url("../img/amm_mosquiteiras_hero.jpg"); 
  	background-color: #3d3935; 
  	background-position: center; 
  	background-repeat: no-repeat;
  	background-size: cover; 	
	display: flex;
    align-items: center;
    justify-content: center; }  

.logo {
	max-height: 50vh;
	vertical-align: middle;
	margin-bottom: 10%;
	z-index: 20; 
	  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
     filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}

.legenda{
	font-weight: 700;
	font-size: .75rem !important;
	text-transform: uppercase;
	color: #da291c !important;
	margin-top: 20px;
}

a {
  color: #3d3935; }
  
a:hover {
    color: #da291c;
	}

.bg-header {
  background-color: #f5f5f5 !important; }

.bg-primary {
  background-color: #f5f5f5 !important; }

.bg-secondary {
  background-color: #ecebeb !important; }
	

.text-primary {
  color: #3d3935 !important; }

.text-secondary {
	color: #3d3935 !important;}

.iniciais{
	font-weight: 700;
	font-size: 1rem !important;
	text-transform: uppercase;
	color: #da291c !important;
	margin-top: 30px;
}
