/*barra de Rolagem*/
::-webkit-scrollbar-track{background-color: #b7cbd9;}
::-webkit-scrollbar{width:10px;background-color: #b7cbd9;}
::-webkit-scrollbar-thumb{background-color: #00323d;}

/*Fonts*/
.white {color: white;}
.azul {color: #242f41;}
.bege {color: #cabeae;}
p {text-align: justify;}

.leia-mais {text-align: right;}
.leia-mais:hover a {color: #cabeae;}
.leia-mais a:hover img {margin-left: 25px;}
.leia-mais a {color: #cabeae; font-weight: 600; text-align: right;}
.leia-mais a img {transition: 0.5s; margin-left: 12px;}

/*Header*/
.sticky_animate .header_bottom {-webkit-box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75) !important; -moz-box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75) !important; box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75) !important;}
.header_bottom {-webkit-box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75); box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75); border-top: 20px solid #9bb2c2;}

body { overflow-x: hidden;}

/*Área de Atuação - Home*/
.box-hover {width: 275px; height: 185px; border-radius: 5px; transition: 0.6s; background-position: center; margin: 0 auto;}
.box-hover.box1 {background-image: url("/wp-content/uploads/2022/08/area-de-familia-hover-01.jpg");}
.box-hover.box2 {background-image: url("/wp-content/uploads/2022/08/area-empresarial-01-1.jpg");}
.box-hover.box3 {background-image: url("/wp-content/uploads/2022/08/area-civil-01-1.jpg");}
.box-hover.box4 {background-image: url("/wp-content/uploads/2022/08/area-educacional-01-1.jpg");}
.box-hover a div {height: 185px; position: relative; background-color: rgba(36, 47, 65, 0.8); border-radius: 5px; transition: 0.6s;}
.box-hover a div h5 {position: absolute; left: 0; right: 0; top: 50%; text-transform: none !important; text-align: center; font-weight: 600 !important; transition: 0.6s;}
.box-hover:hover a div {background-color: rgba(36, 47, 65, 0);}
.box-hover:hover a div h5 {opacity: 0;}

/*Conheça Nossos Associados - Home*/
.box-associados {width: 275px; height: 370px; border-radius: 5px; border-bottom: 5px solid #cabeae; position: relative; overflow: hidden; background-size: auto 100%; transition: 0.6s; background-position: center; margin: 0 auto;}
.box-associados:hover {background-size: auto 110%;}
.box-associados.associado1 {background-image: url("/wp-content/uploads/2022/08/1.jpg");}
.box-associados.associado2 {background-image: url("/wp-content/uploads/2022/08/2.jpg");}
.box-associados.associado3 {background-image: url("/wp-content/uploads/2022/08/3.jpg");}
.box-associados.associado4 {background-image: url("/wp-content/uploads/2022/08/4.jpg");}
.box-associados div {background-color: #9bb2c2; position: absolute; bottom: 0; padding: 21px 5px; width: 100%; text-align: center;}
.box-associados div h4 {font-weight: 600;}
.box-associados div p {font-size: 15px; text-align: center !important;}

/*Fale Conosco - Home*/
h2 .icone1 {margin-bottom: 20px;}
.tel1 {margin-top: 25px; font-family: 'Spectral', sans-serif;}
.tel1 a {color: white; font-size: 30px;}
.tel1 a:hover {color: white;}
.form .botao-form {text-align: center;}
.form .wpcf7-spinner {display: block; margin: 10px auto;}

/* Newsletter */
.form-news {display: flex; position: relative;}
.form-news .wpcf7-submit {height: 35px !important; position: relative; top: 5px; margin-left: 10px !important;}
.form-news .wpcf7-spinner {display: block; margin: 0 auto; position: absolute; top: 67px; left: 0; right: 0;}

/* Pag Contato */
.tel-contato {margin-bottom: 10px;}
.tel-contato a {font-size: 21px; color: #242f41;}
.tel-contato a:hover {color: #242f41;}
.form-contato {border: 2px solid #cabeae; border-radius: 5px;}

/* Footer */
.footer_top {-webkit-box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75) !important; -moz-box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75) !important; box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75) !important;}
.footer_top hr {background-color: #cabeae; height: 2px; width: 30px; border: 0; margin: 0; margin-bottom: 25px;}
.footer_top p {margin-bottom: 15px;}
.footer_bottom {height: 45px !important;}
.footer_bottom_holder .container {background-color: #9bb2c2 !important;}
.footer_bottom .logo-mkt {position: relative;}
.footer_bottom .logo-mkt a img {position: absolute; top: -3px; margin-left: 6px;}

/*Medias MIN*/
@media screen and (min-width: 601px) {
	
}

@media screen and (min-width: 768px) {
	/*Área de Atuação*/
	.box-hover {width: 150px;}
	.box-hover a div h5 {font-size: 15px;}

	/*Conheça Nossos Associados*/
	.box-associados {width: 150px;}
	.box-associados div h4 {font-size: 17px;}

	/* Footer */
	.footer_bottom .logo-mkt {text-align: right;}
	.footer_bottom .logo-mkt a {position: relative; right: 23%;}
}

@media screen and (min-width: 769px) {
	/*Área de Atuação*/
	.box-hover {width: 185px;}
	.box-hover a div h5 {font-size: 20px;}

	/*Conheça Nossos Associados*/
	.box-associados {width: 185px;}
}

@media screen and (min-width: 1001px) {
	.header_bottom .main_menu ul .social-topo1 a {padding-right: 0;}
	.header_bottom .main_menu ul .social-topo2 a {padding-left: 5px;}
	.header_bottom .main_menu ul .social-topo1:hover a span .underline_dash, .header_bottom .main_menu ul .social-topo2:hover a span .underline_dash {display: none;} 
	.title_outer .title {margin-top: 108px;}


	/*Área de Atuação*/
	.box-hover {width: 220px;}

	/*Conheça Nossos Associados*/
	.box-associados {width: 225px;}
	.box-associados div h4 {font-size: 20px;}

	/* Newsletter */
	.form-news {justify-content: center;}
	.form-news .wpcf7-form-control-wrap {width: 360px; display: block;}

	/* Footer */
	.footer_bottom .logo-mkt a {right: 14%;}
}

@media screen and (min-width: 1024px) {
	.form .campos {width: 100%; display: flex; justify-content: space-between;}
	.form .campos .campo {width: 48.5%;}
}

@media screen and (min-width: 1201px) {
	/*Áreas de Atuação - Home*/
	.texto-quebrado {width: 380px;}
	.box-hover {width: 260px;}

	/*Conheça Nossos Associados*/
	.box-associados {width: 260px;}

	/* Footer */
	.footer_bottom .logo-mkt a {right: 13%;}
}

@media screen and (min-width: 1300px) {
	/*Área de Atuação*/
	.box-hover {width: 275px;}

	/*Conheça Nossos Associados*/
	.box-associados {width: 275px;}

	/* Newsletter */
	.texto-quebrado1 {width: 400px;}

	/* Footer */
	.footer_bottom .logo-mkt a {right: 12%;}
}