#modal_automatico{
	overflow-y: hidden !important; 
	width: 700px !important; 
	max-height: 700px !important;
}

@media only screen and (max-width: 1367px) {
		#modal_automatico{
		overflow-y: hidden !important; 
		width: 550px !important; 
		max-height: 550px !important;
	}
}

@media only screen and (max-width: 1281px) {
		#modal_automatico{
		overflow-y: hidden !important; 
		width: 450px !important; 
		max-height: 450px !important;
	}
}

@media only screen and (max-width: 1025px) {
		#modal_automatico{
		overflow-y: hidden !important; 
		width: 400px !important; 
		max-height: 400px !important;
	}
}

.modal .modal_edicao{
	min-height: 550px !important;
}
.modal_edicao > button {
	margin-bottom: 50px;
}


.icone-img{
	width: 42px;
}

h1, h2, h3, h4, h5, h6 {
	color: #616161;
}

.bloco-principal-index{
	margin-top: -7%; 
	z-index: 4; 
    position: relative;  
    margin-bottom: 5%;
}

.body-index{
	background-color: #113951;
}

.botao-big{
	width: 290px !important;
	background-color: rgba(255, 255, 255, 0.3);
}
.botao-medium{
	width: 240px !important;	
}

.botao-small{
	width: 200px !important;
}

footer {
	-webkit-box-shadow: -3px -3px 9px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -3px -3px 9px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -3px -3px 9px 0px rgba(50, 50, 50, 0.75);
	z-index: 100;
}

.capa, .page-footer{
   background-image: url('../img/fundo.png');
   background-attachment: relative;
   background-size: cover;
}

@media only screen and (max-width: 374px) {
	.icone-img{
		width: 35px;
	}
}

#segundo_select{
	display: none;
}