/* box de cada descricao pagina equipe */
.descricao-equipe {
	text-align: left;
}

.coluna-equipe {
	float: left;
}

/* nome pessoa pagina equipe */
.nome-equipe {
	font-size: 35px;
}

.subhd {
	font-size: 16px !important;
}

section {
	border-bottom: none;
}

.ctrl-2 .owl-controls, .ctrl-1 .owl-controls {
	display: none;
}

.nav-links li {
	border: 2.5px solid #fff;
	transition: all 0.05s ease-in;
	font-weight: bold;
}

.nav-links li a {
	font-size: 15px;
	/*text-transform: uppercase;*/
}

.nav-links li:hover {
	background-image: url(../images/seta.png);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 2.5px solid #5f0343;
}

.nav-1 {
	padding: 20px 0;
} 

.bnr-box1 .bnr-img {
	opacity: 1;
}

.texto-cor-moldura {
	color: #5c0340 !important;
}

[data-bg-align*="-cover"], .bg-cover {
    background-size: contain;
    background-repeat: repeat;
}

/* texto home slider */
.slider-section-1 .main-text {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 800;
    color: #5f0343;
    text-transform: uppercase;
    margin: -25px;
}

h1.title, .pg-path a, .pg-path b {
	color: #5f0343 !important;
}

.bnr-box1 {
    height: 196px;
}

/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/

@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (max-width: 992px) {
	.mapa { display: none !important; }		
	.bnr-box1 { height: 150px; }
	.slider-section-1 .main-text { font-size: 20px; }
	.safari-cl, .cl {
		width: 100% !important;
	}
}


/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
	
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {

}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	
}

@media (min-width: 600px) and (max-width: 767px) {

}

@media (min-width: 480px) and (max-width: 599px) {

}

@media (min-width: 200px) and (max-width: 479px) {

}
