body {
	background-color:#dcdcdc;
	font-family: 'Merriweather', serif;
}
h2 {
	font-weight:normal;
	font-size:1.5rem;
}
h2.logistica {
	font-size:1.7rem;
}
h4, .logistica {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
ul {
	margin-bottom:0px;
	margin-left:0px;
	padding-left:17px;
}
.jumbotron {
	border: 4px solid white;
	padding: 2rem 1.5rem;
	position:relative;
}
div.row.header {
	background-color: white;
	color: #cebca5;
	text-align:center;
}

div.row.header > div {
	background-color: #182744;
	padding:50px;
	padding-top:80px;
	padding-bottom:70px;
}

div.row.header > div > img {
	height:90px;
}

div.row.header > div > h2 {
	margin-top: 10px;
}

div.row.block {
	background-color: white;
	text-align:center;
	font-size:1.1rem;
	color: #182744;
	padding:20px;
	padding-top:70px;
	padding-bottom:50px;
}

div.row.block p {
	margin-bottom:0.5rem;
}

div.row.cv {
	background-color: white;
	text-align:left;
}

div.row.cv > div {
	background-color: #182744;
	color:white;
	padding:45px;
}

div.row.cv > div.col-lg-8 {
	padding:60px;
	padding-right:70px;
	font-weight:lighter;
}

div.row.cv > div > h2 {
	margin: 22px;
	margin-top:0px;
	margin-left:0px;
	color: #cebca5;
}

div.images {
	background-color:white;
	margin:0;
	margin-left:-15px;
	margin-right:-15px;
	padding:0px;
}
div.images img {
	width:100%;
	height:auto;
	margin:0px;
}

.retrato {
	width: calc(100% + 90px);
	height: auto;
	margin-left:-45px;
	margin-right:-45px;
	margin-top:-45px;
	margin-bottom:-45px;
}

div.row.areas  img {
	max-width:100%;
}
div.row.areas {
	background-color:white;
	padding:45px;
}
div.row.areas .jumbotron {
	height:100%;
}

.picto {
	width:70px;
}
address {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
div.row.footer {
	border-top: 1px solid #182744;
	background-color:white;
	color:white !important;
	text-align:center;
	padding:22px;
	margin-bottom:30px;
	background-color: #182744;	
}

div.row.footer a {
	color:white !important;
}


.navbar-nav {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
