@font-face {
	font-family: montserrat_b;
	src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
	font-family: 'montserrat';
	src: url('../fonts/Montserrat-Regular.eot');
	src: url('../fonts/Montserrat-Regular?#iefix') format('embedded-opentype'),
	url('../fonts/Montserrat-Regular.svg#Locaweb-Icons') format('svg'),
	url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: montserrat_ul;
	src: url(../fonts/montserrat-ultra-light.otf);
}
@font-face {
	font-family: opensans_eb;
	src: url(../fonts/OpenSans-ExtraBold.ttf);
}
@font-face {
	font-family: opensans;
	src: url(../fonts/OpenSans-Regular.ttf);
}

body{
	margin: 0;
	padding: 0px;
	font-family: 'montserrat', 'lato';
	color: #000;
	line-height: 1.3;
}
header{
	padding-top: 3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	z-index: 99;
	transition: all .3s linear;
	position: fixed;
}
header a, #menu2 a{
	text-decoration: none !important;
}
footer{
	background-color: #232323;
	background: linear-gradient(0deg, black, #232323);
	font-size: 16px;
}
.fone_footer{
	display: flex;
	align-items: center;
	justify-content: center;
}
.fone_footer img{
	margin-right: 5px;
}
h1{
	font-size: 48px;
	font-family: montserrat_ul;
	line-height: .8;
}
h1 span{
	font-family: montserrat_b;

}
a, a:hover{
	color: inherit;
}
.logo{
	display: inline-block;
}
.menu{
	float: right;
}
.menu a{
	color: inherit;
}
.menu ul li{
	list-style: none;
	color: #fff;
	float: left;
	font-size: 14px;
	padding: 0px 10px;
	text-transform: uppercase;
}
.btn_menu{
	background: #daa100;
	padding: 12px 20px;
	border-radius: 25px;
}
.footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-family: montserrat_ul;
}
.social_footer img{
	margin: 0px 5px;
}
.separador{
	width: 1px;
	height: 40px;
	display: inline-block;
	background-color: #3a3a3a;
}

.box_slide_1{
	text-align: center;
	font-size: 40px;
	font-family: montserrat_ul;
	line-height: 1;
	position: absolute;
	top: 50%;
	color: #fff;
	left: 50%;
	transform: translate(-50%, -50%);
}
.box_slide_1 span{
	font-family: montserrat_b;
}
.regular{
	font-family: montserrat!important;
}
.yellow{
	color: #daa100;
}
.yellow2{
	background: #daa100;
	color: #fff;
}
.grey{
	background: #f0f0e8;
}
.dark{
	background: #353535;
	color: #fff;
}
.btn-warning, .btn-outline-warning{
	font-family: montserrat_ul;
	color: #daa100!important;
	font-size: 22px;
	border-color: #daa100!important;

}
.btn-warning{
	background-color: #daa100!important;
	color: #fff!important;
}
#slide-home .owl-dots{
	position: absolute;
	width: 100%;
	bottom: 100px;
}
.owl-theme .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	margin: 3px;
	background-color: #daa100;
}
.owl-theme .owl-dots .owl-dot.active span{
	background-color: #fff;
}
#slide-depoimentos .owl-dots .owl-dot.active span{
	background-color: #000000;
}
#slide-time .owl-dots .owl-dot span{
	background: #000000;
	opacity: .25;
}
#slide-time .owl-dots .owl-dot.active span{
	background-color: #000000;
	opacity: 1;
}
#slide-contratar .owl-dots .owl-dot span{
	background-color: #000000;
}
#slide-contratar .owl-dots .owl-dot.active span{
	background-color: #daa100;
}
.pl{
	padding-left: 9%!important;
}
.pr{
	padding-right: 9%!important;
}
.textura{
	background-image: url(../images/textura.png);
}
.img_sobre img, .img_contato img{
	width: 100%;
}
.content{
	font-size: 16px;
	font-family: lato;
}
.upper{
	text-transform: uppercase;
}
.box_especialidades{
	margin-bottom: 5rem;
}
.box_especialidades h2{
	font-family: opensans_eb;
	font-size: 19px;
	margin: 10px 0;
	color: #424242;
}
.box_especialidades img{
	width: auto !important;
}
.box_especialidades p{
	color: #7e8287;
	font-size: 13px;
	line-height: 1.3;
	font-family: opensans;
}
.box_especialidades .btn-warning{
	color: #f0f0e8;
	font-size: 13px;
	border-radius: 10px;
}
.autor_depoimento{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.foto_autor{
	max-width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}
.foto_autor img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info_autor{
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
	color: #666666;
	line-height: 1;
}
.info_autor span{
	font-weight: bold;
	color: #000;
	font-size: 18px;
	display: block;
}
.autor_depoimento.text-right {
	justify-content: flex-end;
}
.txt_depoimento{
	border: 2px solid #ccc;
	padding: 25px;
	font-size: 20px;
	line-height: 1.3;
	color: #444;
	margin-bottom: 25px;
}
.form-control{
	background-color: #4c4c4c;
	height: 50px;
	color: #fff;
	border-radius: 30px;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	/*-webkit-appearance: none;*/

}
.form-group{
	margin-bottom: 7px;
}
.pl-6 {
	padding-left: 7% !important;
}
.form .btn-warning{
	border-radius: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
#conta_azul{
	background-image: url(../images/sobre/back_contazul.png);
	background-size: cover;
	height: 345px;
	display: flex;
	align-items: center;
	text-align: center;

}
#conta_azul img{
	max-width: 100%;
}
.banner{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	position: relative;
	height: 290px;
}
.banner h1{
	font-size: 35px;
	position: absolute;
	bottom: -40px;
	color: #fff;
	background: #daa100;
	padding: 20px 30px;
	border-radius: 35px;
	/*width: 350px;*/
	text-align: center;
	z-index: 1;
}
.banner1{
	background-image: url(../images/banner1.png);
}
.banner2{
	background-image: url(../images/banner2.png);
}
.banner_esp{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	position: relative;
	display: flex;
	color: #fff;
	align-items: center;
}
.advogado{
	background-image: url(../images/contabilidade/advogado/banner.png);
	height: 350px;
}
.bar{
	background-image: url(../images/contabilidade/bar/banner.png);
	height: 350px;
}
.medico{
	background-image: url(../images/contabilidade/medico/banner.png);
	height: 350px;
	color: #000;
}
.dentista{
	background-image: url(../images/contabilidade/dentista/banner.png);
	height: 350px;
	color: #000;
}
.fisioterapeuta{
	background-image: url(../images/contabilidade/fisioterapeuta/banner.png);
	height: 350px;
	color: #000;
}
.comercio{
	background-image: url(../images/contabilidade/comercio/banner.png);
	height: 350px;
}
.btn_fale{
	font-size: 20px;
	border-radius: 30px;
	text-transform: uppercase;
	padding: 10px 100px;
	color: #000000 !important;
	font-family: lato;
	margin-bottom: 40px;
}
.btn_fale span{
	font-weight: 900;
	font-family: montserrat_b;
}
.pre{
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1;
}
.tit{
	text-transform: uppercase;
	font-size: 44px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 2px solid #daa100;

	line-height: 1;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.icones{
	background: linear-gradient(90deg, #f3b70b 50%, #cb9703 50%);
}
.grupo_icone{
	text-align: center;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
/*	border: 1px solid;
*/	padding: 15px;
margin-left: -15px;
position: relative;
height: 100%;
}
.grupo_icone img{
	height: 100px;

}
.claro{
	background-color: #f3b70b;
	z-index: 4
}
.medio{
	background-color: #e0a704;
	z-index: 3
}
.escuro{
	background-color: #cb9703;
	z-index: 2
}
.escuro_mais{
	background-color: #ac820b;
	z-index: 1;
}
.grupo_icone .content{
	margin-top: 15px;
}
.outros_serv{
	height: 330px;
	padding-left: 5px;
	padding-right: 5px;

	display: flex;
	color: #fff;
	align-items: center;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.2;
	background-color: #000;
}
.outros_serv span{
	border-bottom: 2px solid #daa100;
	padding-bottom: 5px;
	display: inline-block;
}
.part_cont h2{
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	/*font-size: 30px;*/
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
}
.part_cont img{
	width: 100%;
}
.opc6{
	background-color: rgba(0,0,0,.55);
}
.opc5{
	background-color: rgba(16,16,15,.55);
}
.opc4{
	background-color: rgba(24,24,25,.68);
}
.opc3{
	background-color: rgba(27,29,31,.68);
}
.opc2{
	background-color: rgba(39,42,44,.68);
}
.opc1{
	background-color: rgba(39,42,44,.80);
}
.categorias{

}
.nome_time{
	font-size: 20px;
	font-family: montserrat_ul;
}
.funcao_time{
	font-size: 15px;
}
.img_time{
	max-width: 200px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	box-shadow: 3px 3px 0px #00000030;
	margin-bottom: 10px;
}
.img_zap{
	text-align: center;
}

#contato_page{
	background-image: url(../images/contato/back.png);
	background-position: right;
	background-size: cover;
}
#abrir_empresa{
	background-image: url(../images/abrir/back.png);
	background-position: right;
	background-size: cover;
}
.form_yellow{
	background-color: #daa100;
	padding: 40px;
	position: relative;
	z-index: 2;
	border-bottom-left-radius: 50px;
	border-top-right-radius: 50px;
}
.form_yellow .form-control{
	background-color: #a27801;
	color: #fff;
}
.form_yellow .btn{
	background-color: #6a4f03!important;
	border-color: #6a4f03!important;

	position: absolute;
	right: -25px;
	bottom: -60px;
}

::-webkit-input-placeholder {
	color: #fff !important;
	/*font-family: montserrat_ul;*/
	/*font-size: 22px;*/
}

:-moz-placeholder { /* Firefox 18- */
	color: #fff !important;
	/*font-family: montserrat_ul;*/
	/*font-size: 22px;  */
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #fff !important;
	/*font-family: montserrat_ul;*/
	/*font-size: 22px;  */
}

:-ms-input-placeholder {  
	color: #fff !important;
	/*font-family: montserrat_ul;*/
	/*font-size: 22px;  */
}
#slide-contratar .item{
	padding: 0px 5px;
}
#contabilidade h2{
	font-size: 1.3rem;
}
#contabilidade{
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	min-height: 850px;
	margin-top: -17px;
}
#contabilidade h1{
	margin-top: 20px;
}
.fisioterapeutas{
	background-image: url(../images/contabilidade/fisioterapeuta.png);
}
.medicos{
	background-image: url(../images/contabilidade/medico.png);
}
.dentistas{
	background-image: url(../images/contabilidade/dentista.png);
}
.bares{
	background-image: url(../images/contabilidade/bares.png);
}
.advogados{
	background-image: url(../images/contabilidade/advogado.png);
}
.comercio{
	/*background-image: url(../images/contabilidade/comercio.png);*/
}
label[class="error"] {
	font-size: 10px;
	float: right;
	z-index: 99;
	position: absolute;
	right: 30px;
	top: 5px;
	padding: 0px 5px;
	color: #fff;
	text-transform: inherit;
}
#inc_orcamento{
	background-image: url(../images/contabilidade/orcamento.png);
	background-repeat: no-repeat;
	background-size: cover;
	/* margin-bottom: 60px; */
	border-bottom: 3px solid #daa100;
}
#inc_orcamento form{
	margin-top: -20px;
	margin-bottom: -20px;

}
.sticky{
	background: #000;
	padding: 1rem !important;
}
.menu_responsivo{
	color: #fff;
}
#menu2{
	color: #fff;
	padding-top: 30%;
}
#menu2 ul li{
	border-bottom: 1px solid;
	padding: 15px 10px;
	margin: 5px;

}
#menu2 ul li:last-child{
	border: none;
}
.logo_menu{
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%);
	max-width: 250px;
}
.close-menu2{
	float: right;
	margin-right: 20px;
	margin-top: -20px;
	font-size: 25px;
}
.fade:not(.show) {
	opacity: 1;
}
.overflow{
	height: 420px;
	margin-bottom: 40px;
	overflow-y: auto;
}
.dropdown-item{
	border-bottom: 2px dotted #fff;
	color: #fff;
}
.dropdown-item:last-child{
	border: none;
}
.dropdown-menu{
    transition: all .5s linear;
    background: linear-gradient(0deg, #826000, #daa100);
}
/*.dropdown-menu:before {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #daa100;
	display: inline-block;
	margin-right: 0px;
	content: "";
	position: absolute;
	top: -15px;
	right: 15%;
	transform: translateX(-50%);
}*/
.dropdown:hover > .dropdown-menu{
    display: block !important;
}