footer {
	background-color: #373d5d;
	width: 100%;
	color: white;
	margin-top: 30px;
	border-top: 3px solid #e3e652;
	padding: 30px 30px 20px 30px;
}

footer h7 {
	font-size: 16px;
}

.footer-text {
    min-width: 100%;
}

.footer-text a {
    color: white;
}

footer .col {
	margin-top: 20px;
}

.emerg-but {
	width: 245px;
	height: 100px;
	background-color: #c15354;
	display: flex;
	justify-content: space-around;
	color: white;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
}

.emerg-but i {
    line-height: 0.9;
}

.emerg-but:hover, .emerg-but:focus {
	text-decoration: none;
	background-color: #c14444;
	color: white;
}

.emerg-text {
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
}

.contato h6 {
	color: white;
	margin-top: 22px;
}

.modal-content {
	color: #373d5d;
}
.modal-body h4 {
	text-align: center;
	font-size: 32px;
}


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

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    footer h7 {
        font-size: 12px;
    }

    .footer-text {
        min-width: 0;
    }
        
}

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

}

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


}