body {
	margin:0;
	/*background-color:#EAEAEA;*/
	background-color:#203964;
}

/**{
    margin: 0;
    padding: 0;
}*/
.topo_civil {
	width:70%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
	padding-bottom:60px;
	text-align:center;
}
.container {
	width:100%;
}
.card_img{
    width: 32.22%;
    height: auto;
    overflow: hidden;
    margin: 0px;
	transform: scale(1.1);	
}

.small_img{
	width:100%;
    height:100%;
	cursor: pointer;
    transition: all linear 0.4s;
	filter:grayscale(1);
}
.small_img:hover{
    /*filter: grayscale(100%);*/
	filter: saturate(180%);
    transform: scale(1.1);
}

.row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#modal_img{
    width: 65vw;
    transform: scale(0);
    transition: all linear .3s;
}
.legenda_img{
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;	
}
.modal_active #modal_img{
    transform: scale(1);
}
.modal{

    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    visibility: hidden;
    z-index: 1;
    opacity: 0;
    transition: visibility 0.8s linear, opacity 0.5s linear;
}

.modal_content{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#bt_close{
    color:#fff;
    background-color: #000;
    position: absolute;
    top:10px;
    right: 10px;
    padding: 5px 10px;
    font-size: 25px;
    border:solid 1px #fff;
    transition: all ease-out .4s;
    cursor: pointer;
}
#bt_close:hover{
    background-color: #f90;
}

.modal_active{
    visibility: visible;
    opacity: 1;

}
@media only screen and (max-width: 769px) {
.card_img{
    width: 47.66%;
    height: auto;
    overflow: hidden;
    margin: 0px;
}

.small_img{
	width:100%;
    height:100%;
	cursor: pointer;
    transition: all linear 0.4s;
}	
}

/* titulos */

@import url('https://fonts.googleapis.com/css?family=Krub:500|Source+Sans+Pro');

font-family: 'Source Sans Pro', sans-serif;
font-family: 'Krub', sans-serif;


@font-face {
  font-family: 'Raleway';
  src: url('Raleway.eot');
  src: url('Raleway?#iefix') format('embedded-opentype'),
    url('Raleway.svg#Locaweb-Icons') format('svg'),
    url('Raleway.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'Fira Sans', sans-serif;
	font-weight:normal;
	font-style:normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('Rubik.eot');
  src: url('Rubik?#iefix') format('embedded-opentype'),
    url('Rubik.svg#Locaweb-Icons') format('svg'),
    url('Rubik.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.texto_hp {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color:#666;
	line-height: 22px;	
}

.titulo2_hp {
	font-family: 'Arimo', sans-serif;
	font-size: 36px;
	line-height: 46px;
}
.texto2_hp {
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.titulo3_hp {
	font-family: 'Rubik', sans-serif;
	font-size: 36px;
	line-height: 46px;
}
.texto3_hp {
	font-family: 'Rubik', sans-serif;
	font-style:normal;
	font-size: 18px;
	line-height: 22px;
	font-weight:400;
}
.citacao3_hp {
	font-family: 'Rubik', sans-serif;
	font-style:normal;
	font-size: 30px;
	line-height: 34px;
}

a {
	text-decoration:none
}

h1 {
	font-family: 'Fira Sans', sans-serif;
	font-weight:700;
	font-size:28px;
}
h2 {
	font-family: 'Fira Sans', sans-serif;
	font-weight:400;
	line-height:38px;
	font-size:30px;
}
h3 {
	font-family: 'Fira Sans', sans-serif;
	font-weight:400;
	line-height:32px;
	font-size:24px;
}
h4 {
	font-family: 'Fira Sans', sans-serif;
	font-weight:500;
	line-height:24px;
	font-size:18px;
}
h5 {
	font-family: 'Fira Sans', sans-serif;
	font-weight:500;
}
h6 {
	font-family: 'Fira Sans', sans-serif;
	font-weight:500;
}



