body{
	background: #efefef;
}
.form-control {
  margin-bottom:15px !important;  
}
.vertical-center {
 	/*display: flex;*/
    align-items: center;
}
.logo {
	max-height: 80px !important;
}

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 50px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.icone-destaque {
    font-size: 10px;
    color: #FFFFFF;
    height: 18px;
    background: #dc8312;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 4px;
    width: 165px !important;
}
#busca-slider-p {
   	display: none;
}
.sombra{
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	background: none;
}

@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 15px !important;
        line-height: 15px !important;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }
    
    #busca-slider {
    	display: none;
    }
     #busca-slider-p {
    	display: block;
    }

}
/*Tablets (telasa médias)*/
@media (min-width: 767px) {
	.navbar-collapse.collapse {
	    height: 90px !important;
	   
	}
	.navbar-nav {
	    float: left;
	    margin: 20px 0px 0 0;
	}
	.navbar {
	    border-radius: 0;
	}
	.borda-rod-2, .borda-rod-3, .borda-rod-1 {
		display: none;
	}
	.slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px !important;
        line-height: 30px !important;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    
    .campo-busca {
   		width: 90% !important;
    }
    .sombra{
		margin-left: 0px;
		-webkit-box-shadow: 0px 0px 12px rgba(0,0,0);
		-moz-box-shadow:    0px 0px 12px rgba(0,0,0);
		box-shadow:         0px 0px 12px rgba(0,0,0);
		background: rgb(0 0 0 / 45%);
	}
    #busca-slider-p {
    	display: none;
    }

}
/*Celular (telas pequenas)*/
@media (max-width: 767px) {
	
  	.logo {
		max-height: 40px !important;
   	}
   	
   	.alt-bar {
   		height: 60px !important;
   	}
   	.cor-menu {
		background-color: rgba(19, 18, 18, 0.89) !important;
	    width: 100%;
	}
	.vertical-center {
	 	display: inherit;
	    align-items: center;
	}
	.titulo-busca-empresa h4, .titulo-busca-empresa p{
		font-size: 14px !important;
	}
	.chamada span{
		font-size: 12px !important;
	}
	.icone-destaque{
    	width: 100% !important;
    }
    
    #busca-slider {
    	display: none;
    }
    #busca-slider-p {
    	display: block;
    }
}

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}

/*Telas grandes*/
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
	
    .logo {
    	max-height: 80px !important;
    }

}

h2 {
	text-transform: none !important;
}


.borda-rod-0 {
	border-bottom: 1px solid #d7d7d7 !important;
	margin: 10px 0 10px 0;
}

.borda-rod {
	border-bottom: 1px solid #d7d7d7 !important;
	margin: 10px 0 10px 0;
}

.borda-rod-2 {
	border-bottom: 1px solid #d7d7d7 !important;
	margin: 10px 0 10px 0;
}
.borda-rod-3 {
	border-bottom: 1px solid #d7d7d7 !important;
	margin: 10px;
}

.navbar-brand {
    float: left;
    height: 90px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    width: 100%;
    padding: 0 10px 0 10px;
}


.mapa {
	margin-top: 40px !important;
	margin-bottom: -5px !important;
}

.mapa iframe {
	height: 300px !important;
	width: 100% !important;
}
.icom-redes {
	font-size:35px !important;
	cursor:pointer !important;
}

.direitos {
	font-size: 11px !important;
}

.rodape div {
	margin-top:20px;
}

.coluna-direita {
	margin-top:14px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #f5f5f5 !important;
	
}
.nav-tabs {
	font-weight: 400;
}
.nav-tabs a{
	color: #6e6e6e;
}


.columns {
    margin-top: -5px;
}

.navbar-default {
    border-color: inherit !important;
}

.linha-busca-empresa{
	border: 1px solid #cacaca;
	border-radius: 5px;
	padding: 10px 0 10px 0;
	margin-bottom:15px;
	background-color: #ffffff !important;
	overflow: hidden;
	position: relative;
}

.img-busca-empresa{
	
}
.titulo-busca-empresa h4{
	color: #0000FF;
}
.titulo-busca-empresa p{
	color: #000;
	font-size:16px;
}
.redes-busca-empresa .tel{
	color: #0000FF;
}
.redes-busca-empresa span{
	color: #000;
	font-size:16px;
}
.titulo-lista{
	border-bottom: 3px solid #cacaca;
	color:#656565;
	margin-bottom: 15px;
	font-size: 18px;
	padding: 0 !important;
	font-weight: bold;
}

.rodape {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #e7e7e7;
    margin-top:15px;
}
a:hover {
	text-decoration: none !important;
}

.titulo-busca-empresa h4:hover, .titulo-busca-empresa p:hover {
	text-decoration: none !important;
	opacity: 0.7 !important;
}
.tm-minimo{
	min-height: 300px;
}
.sem-slider{
	margin-top: 100px;
}
.desabilita {
	background: #c3c3c3 !important;
	color: #000 !important;	
}
select[readonly] {
  background: #eee; /*Simular campo inativo - Sugestï¿½o @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}

.bsc_1 .campo-busca {
	border: 2px solid #5cb85c !important;
	width: 90%;
	height: 50px !important;
	font-size: 20px !important;
	float:left !important;
}
.bsc_1 .btn-busca {
	height: 50px !important;
	width: 50px !important;
	font-size: 20px !important;
	margin-left:-3px !important;
}

.bsc_2 .campo-busca {
	border: 1px solid #5cb85c !important;
	width: 88%;
	float:left !important;
}
.bsc_2 .btn-busca {
	margin-left:-3px !important;
}


