
.pre-header1 {
	color: #555;
}

.t-modal {
	text-align: center;
    color: #555;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
    letter-spacing: 2px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-n {
	background-color: #e9071c;
    color: #fff;
    border: 1px solid #e9071c;
    text-transform: uppercase;
    border-radius: 0px;
    font-weight: 700;
    margin: 0 auto;
    display: table;
    padding: 8px 14px;
    font-size: 18px;
    transition: 0.3s;
}

.btn-n:hover {
	background-color: #fff;
    color: #e9071c;
    border: 1px solid #e9071c;
    transition: 0.3s;
}

.modal-content {
	border-radius: 0px;
}

.nav .nav-item .nav-link:hover {
	color: #fff;
	text-decoration: none;
}

.bl-emp p {
    margin: 0 auto;
    display: table;
}

.owl-carousel-inspiracoes .owl-dots {
    visibility: hidden;
    display: none;
}