.bg-01{
    height: 83vh;
}

.guia-slogan{
    max-width: 410px !important;
}

.tabcontrol{
    min-height: 300px !important;
}

.bluebg {
   background: #2854a1;
}

.bluebg a, .bluebg i:before{
    color: #FFF !important;
    text-shadow: 0 0 1px #FFF;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background: transparent;
}

.bluebg .dropdown-menu {
    background: #2854a1 !important;
}

.bluebg .dropdown-menu > li > a:hover, .bluebg .dropdown-menu > li > a:focus{
    background: #6b809b !important;
}

.bluebg .navbar-default .navbar-collapse, .bluebg .navbar-default .navbar-form{
    border: none;
}

.ft-img {
    width: 100%;
}

.hd-img{
    width: 355px;
}

@media screen and (max-width: 480px){
    .hd-img{
        width: 100%;
    }
}

/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/

.footer{
	width: 100%;
	border-top: 1px dashed #ededed;
	background: #2854a1;
	color: #FFF;
	padding: 30px 0;
}

.footer h1{
    color: #FFF !important;
    text-shadow: 0 0 3px #fff;
    padding-bottom: 8px;
    border-bottom: 1px dashed #FFF;
}

.footer ul, .footer ul li{
    color: #FFFFFF !important;
}

.footer ul li{
    height: auto !important;
}

.footer ul li a{
    color: #eeb11b !important;
    text-shadow: 0 0 1px #fff;
    font-weight: 400;
}

.bold{
	font-weight: bold;
	text-shadow: 0 0 1px #fff;
}

/*-----------------------------------------------------------------------------------*/
/*  OUTRA CLASSE
/*-----------------------------------------------------------------------------------*/

.footer-top{
	width: 100%;
	background: url(https://guiapombal.com.br/wp-content/themes/classipress/images/footer-covite.jpg) center center no-repeat;
	background-size: cover;
	
	padding-top: 10px;
	border-top: 1px groove #ccc;
	border-bottom: 1px groove #ccc;
}

.footer-top .wrap{
	width: 1170px;
	margin: 0 auto;
	padding: 10px 0px;
	overflow: auto;
}

.footer-top .wrap .col-fift-1{ /* EDIÇÃO DE COLUNA N.: 1 ============================= */
	width: 55%;
	float: left;
	margin: 1% 2% 1% 0;
}

.footer-top .wrap .col-fift-1 ul li h2{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.footer-top .wrap .col-fift-1 ul li p{
	color: #ffffff;
	margin: 0.9em 0 1.75em;
	letter-spacing: 0.01rem;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5em;
}


.footer-top .wrap .col-fift-2{ /* EDIÇÃO DE COLUNA N.: 2 ============================= */
	width: 40%;
	float: right;
	margin: 1% 2% 1% 1%;
}

.footer-top .wrap .col-fift-2 ul li a{
    font-size: 24px;
	padding: 20px 38px;
	float: right;
	text-decoration: none;
	background-color: #ffce2b;
    color: #ffffff;
	margin-right: 30px;
	
	border: none;
    border-radius: 3px;
    margin-bottom: 0px;
}

.footer-top .wrap .col-fift-2 ul li a:hover{
	background: #ffffff;
	color: #ffce2b;
	
	box-shadow: 0 0 12px #333;
	text-shadow: 0 0 1px #efbe1d;
}

.textA h1, .textA h2, .textA h4{
	margin-left: 35px;
}

/* =================================================== */


.footer-bot {
	width: 100%;
	background: #22498e;
	padding-bottom: 10px;
}

.footer-bot .wrap{
	width: 1170px;
	margin: 0 auto;
	padding: 10px 0px;
	overflow: auto;
}

.footer-bot .wrap .col-fift-1{ /* EDIÇÃO DE COLUNA N.: 1 ============================= */
	width: 33%;
	float: left;
	margin: 1% 2% 1% 0;
}

.footer-bot .wrap .col-fift-1 ul li p{
	color: #ffffff;
	margin-top: 20px;
}

.footer-bot .wrap .col-fift-2{ /* EDIÇÃO DE COLUNA N.: 2 ============================= */
	width: 20%;
	float: right;
	margin: 1% 1% 1% 2%;
}

.footer-bot .wrap .col-fift-2 ul li img{
	float: right;
	margin-top: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*  FOOTER RESPONSIVO
/*-----------------------------------------------------------------------------------*/

@media screen and (max-width: 1104px) {
	.footer{
		width: 100%;
	}
	.footer .wrap{
		display: flex;
		width: 100%;
		flex-direction: row;
	}
	
	/* ============== footer-separete */
	
	.footer-bot{
		width: 100%;
	}
	.footer-bot .wrap{
		display: flex;
		width: 100%;
		flex-direction: row;
	}
	.footer-bot .wrap .col-fift-1{
		width: 42%;
		margin-bottom: 1.2em;
	}
	.footer-bot .wrap .col-fift-2{
		width: 42%;
		margin-bottom: 1.2em;
	}
	
	.footer-top{
		width: 100%;
	}
	.footer-top .wrap{
		display: flex;
		width: 100%;
		flex-direction: row;
	}
	.footer-top .wrap .col-fift-1{
		width: 42%;
		margin-bottom: 1.2em;
	}
	.footer-top .wrap .col-fift-2{
		width: 42%;
		margin-bottom: 1.2em;
	}
	
}

@media screen and (max-width: 860px) {
	.footer{
		width: 100%;
	}
	.footer .wrap{
		display: flex;
		width: 100%;
		flex-direction: row;
	}
	
	
	.footer-top .wrap .col-fift-1{
		width: 42%;
		margin-bottom: 1.2em;
	}
	.footer-top .wrap .col-fift-2{
		width: 42%;
		margin-bottom: 1.2em;
		float: right;
	}
}

@media screen and (max-width: 720px) {
	.footer{
		width: 100%;
	}
	.footer .wrap{
		display: flex;
		width: 90%;
		flex-direction: column;
	}

	.footer-top{
		width: 100%;
	}
	.footer-top .wrap{
		display: flex;
		width: 90%;
		flex-direction: column;
		padding: 2.2em 0;
	}
	.footer-top .wrap .col-fift-1{
		width: 100%;
		margin-bottom: 1.2em;
		text-align: center;
	}
	.footer-top .wrap .col-fift-2{
		width: 100%;
		margin: 0 auto;
	}
	.footer-top .wrap .col-fift-2 ul li a{
		text-align: center;
		padding: 15px;
		font-size: 100%;
		float: none;
		margin-left: 25%;
	}

}


@media screen and (max-width: 300px) {
	.footer{
		width: 100%;
	}
	.footer .wrap{
		display: flex;
		width: 90%;
		flex-direction: column;
	}

	/* ============== footer-separete */
	
	.footer-bot{
		width: 100%;
	}
	.footer-bot .wrap{
		display: flex;
		width: 90%;
		flex-direction: column;
	}
	.footer-bot .wrap .col-fift-1{
		width: 100%;
		margin-bottom: 1.2em;
		text-align: center;
	}
	.footer-bot .wrap .col-fift-2{
		width: 100%;
		margin: 0 auto;
	}
	.footer-bot .wrap .col-fift-2 ul li img{
		float: left;
		margin-left: 25%;
	}
	
	.footer-top{
		width: 100%;
	}
	.footer-top .wrap{
		display: flex;
		width: 90%;
		flex-direction: column;
		padding-bottom: 2.2em;
	}
	.footer-top .wrap .col-fift-1{
		width: 100%;
		margin-bottom: 1.2em;
		text-align: center;
	}
	.footer-top .wrap .col-fift-2{
		width: 100%;
		margin: 0 auto;
	}
	.footer-top .wrap .col-fift-2 ul li a{
		width: 100%;
		padding: 10px;
		font-size: 100%;
		float: none;
		margin-left: 15%;
	}
	
}


/* ============================= SLIDER -- FEATURED-SLIDER */
.contr {
	width: 100%;
}

.wrap .featured-companies {
	width: 100%;
	overflow: hidden;
}

.featured-companies .contant-slider {
    padding: 0;
    text-align: center;
	background: #efefef;
	padding-bottom: 10px;
}

.featured-companies .contant-slider ul li .emp-imagem {
	margin: 10px 10px 25px 10px;
    max-width: 100%;
    min-height: 224px;
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 10px 10px 0px 10px;
}

.featured-companies .contant-slider ul li .emp-titulo {
	color: #333;
	font-size: 18px;
	font-weight: 900;
}

.featured-companies .contant-slider ul li p .emp-telefone-sld{
	color: #f3821f;
	font-size: 15px;
	font-weight: normal;
}

.featured-companies .contant-slider ul li .emp-categoria h3{
	font-size: 16px;
	font-weight: 400;
}

.featured-companies .contant-slider ul li {
	margin: 0px 10px;
    min-height: 264px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
	border: 1px solid #ccc;
	background: #fff;
}

.featured-companies .contant-slider ul li:hover {
	transition: ease-in 0.7s;
	box-shadow: 1px 2px 8px #888;
}

.featured-companies .contant-slider ul li img {
	width: 100%;
	height: 180px;
}

.prev {
	float: left;
	position: absolute;
	display: block;
	padding: 10px 14px;
	background: Gray;
	border-radius: 100px;
	left: 0;
	margin: 170px 0px 0px 0px;
	z-index: 5;
	color: #fff;
	cursor: pointer;
}

.prev:hover, .next:hover {
	background-color: #999;
}

.next {
	float: right;
	position: absolute;
	display: block;
	padding: 10px 14px;
	background: Gray;
	border-radius: 100px;
	right: 0;
	margin: 170px 0px 0px 0px;
	z-index: 5;
	color: #fff;
	cursor: pointer;
}
.stars5 img{
	width: 40% !important;
	height: auto !important;
	margin-top: -30px;
}

.icon-phone{
	background: #666;
	margin-top: -40px;
	width: 35px;
	left: 44%;
	padding: 5px;
	position: absolute;
	color: #FFF !important;
	transition: ease-in 1s;
	cursor: pointer;
}

.icon-phone a{
	color: #FFF !important;
}

.icon-phone:hover{
	box-shadow: 2px 3px 8px #000;
	transition: ease-in 1s;
	opacity: 0.8;
	transform: rotate(360deg);
}

.widget_wpcom_social_media_icons_widget .genericon{
	font-size: 32px;
}

div.bigright{
	font-size: 20px;
	width: 300px !important;
}

.form_contact textarea{
	width: 100% !important;
}

.navbar-default {
    margin-top: -0px !important;
    margin-bottom: 0px !important;
}

.footer .wrap .col-1 ul li a img{
	width: 90%;
}