@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&display=swap');

* {
	margin: 0;
	padding: 0;
	outline: transparent;
	border: 0;
	font-family: 'Oswald', sans-serif;
}
*:focus {
    outline: 0;
}
.divGeral {
	border: 1px solid #FFF;
	border-radius: 5px;
}

/* Sweet Alert 2 - Container do popup */
.swal2-popup {
  padding: 0 40px 20px 40px !important; /* 👈 garante 20px no bottom */
}

/* Título */
.swal2-title {
  color: rgba(0,0,0,0.8);
  font-size: 32px;
  margin-bottom: 28px;
  font-weight: 400 !important;
}

/* Texto */
.swal2-html-container {
  border: 3px solid rgba(255,0,0,0.7);
  padding: 20px 20px 24px 20px;
  font-size: 24px;
  line-height: 26px;
  margin: 15px 10px 0 10px;
  text-align: center;
  color: rgba(255,0,0,0.7);
  font-weight: 400;
  border-radius: 8px;
}
.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(0,0,0,0); /* azul clarinho */
  outline: none;
}
/* Fim de Sweet Alert 2 */

/* Sweet Alert */
.swal {
	padding: 0 40px !important;
}
.swal-title {
    color: rgba(0,0,0,0.8);
    font-size: 32px;
    margin-bottom: 28px;
    font-weight: 400 !important;
}
.swal-text {
  border: 3px solid rgba(255,0,0,0.7);
  padding: 20px 20px 24px 20px;
  font-size: 24px;
  line-height: 26px;
  margin: 15px 10px 0 10px;
  text-align: center;
  color: rgba(255,0,0,0.7);
  font-weight: 400;
  border-radius: 8px;
}
.swal-button {
	display: none;
}
/* Fim de Sweet Alert */

.userData {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
button.btn, a.btn, input.form-control, textarea.form-control {
	border-radius: 4px;
	font-weight: 400 !important;
	margin-top: 5px;
	font-size: 18px;
}
h1 button[type="submit"] {
	float: left;
	margin-left: 0 !important;
}
.row {
	margin-right: 0 !important;
    margin-left: 0 !important;
}
html {
	position: relative;
	height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	width: 100%;
	margin: 0 auto !important;
	font-size: 20px;
	background-color: rgb(0, 21, 60) !important;
}
.bloco_total {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 25px;
	row-gap: 0;
	margin: 0 auto !important;
	width: 100%;
	padding: 0 !important;
	background-color: rgb(0, 21, 60);
}
.bloco_anuncio {
	flex-direction: column;
	margin: 0 !important;
	width: 100%;
}
iframe {
	margin-bottom: -5px !important;
}

/* Título Geral */
.titulo_geral {
	font-family: 'Russo One', sans-serif;
	font-size: 34px;
	letter-spacing: 1px;
	height: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	color: #FFF;
	background-color: rgb(10,84,180);
	text-shadow: 1px 1px 2px rgba(2,28,61,0.6);
	box-shadow: 1px 1px 2px rgba(2,28,61,0.6);
	border-radius: 8px;
	padding: 15px 0;
	margin: 0 0 10px 0;
}
.titulo_geral_flex {
	flex-direction: column;
	line-height: 35px;
	padding: 10px !important;
}
/* Fim de Título Geral */

/* Fundo do Template */
.fundoBlack {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgb(0,21,60);
	z-index: 999;
	display: none;
}
/* Fim de Fundo do Template */

/* Topo do Site */
.toposup {
	height: 100px;
	width: 100% !important;
	background-color: rgba(6,60,198,1);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	box-shadow: 1px 1px 3px rgb(2,28,61);
}
.toposupint {
	width: 1276px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 auto;
	position: relative;
}
.toposup .logoSpans {
	height: 80px;
	position: absolute;
	left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center !important;
}
.toposup .logoSpans a, .toposup .logoSpans a:hover {
	background-color: transparent;
}
.toposup .logoSpans a .spans {
	display: flex;
	flex-direction: row;
	padding: 0 0 10px 0;
}
.toposup .logoSpans a .spans .spantop, 
.toposup .logoSpans a .spans .spanbottom {
	height: 65px;
	display: flex;
	align-items: center;
	font-family: 'Anton', sans-serif;
	font-size: 47px;
	color: rgb(172,201,241);
	margin: 10px 0 0 -5px !important;
}
.toposup .logoSpans a .spans .spanbottom {
	color: rgb(254,165,0);
	margin-left: 0 !important;
}
.toposup .logo img, 
.toposup .logo_only img {
	height: 80px;
}
/* Fim de Topo do Site */

/* Rodapé */
.footer { 
	width: 100%;
	height: auto;
	line-height: 22px;
	background-color: rgb(6, 60, 198);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0 20px 0 !important;
	position: relative;
	bottom: 0;
	left: 0;
}
.footerint {
	width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.logoCopy {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	margin: 0 !important;
}
.logoCopy img {
	height: 50px;
	width: auto;
	margin-right: 8px;
}
.logoCopy span {
	font-family: 'Anton', sans-serif;
	font-size: 30px;
	display: flex;
}
.logoCopy span.first {
	color: rgb(172,201,241);
}
.logoCopy span.second {
	color: rgb(254,165,0);
}
.social-icons {
	color: #FFF;
	text-align: center;
	padding: 0 20px;
}
.social-icons i {
	font-size: 1.5em;
}
.social-icons a {
	font-size: 1em; 
	color: rgb(254,165,0); 
	padding: 3px 0 0 0; 
}
.social-icons a:last-child {
	margin-right: 0 !important; 
}
.social-icons a:hover {
	color: #fff; 
}
.copyright {
	font-size: 15px; 
	color: rgba(255,255,255,0.7);
	margin-top: 5px !important;
}
.links {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 10px !important;
}
.links a {
	width: 160px;
	background-color: rgb(49,137,252);
	height: 30px;
	padding: 18px 0 20px 0 !important;
	
	border: none;
	border-radius: 5px;
	margin-left: 6px !important;
	color: #FFF;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 300 !important;
}
.links a:hover {
	color: #FFF;
	background-color: rgb(5,59,129);
}
/* Fim de Rodapé */

.toposup a, #listCatMobile {
	background-color: rgb(49,137,252);
    position: relative;
	height: 42px;
	padding: 0 10px;
	border: none;
	border-radius: 5px;
	margin-left: 6px !important;
	color: #FFF;
	font-size: 17px;
	display: flex;
	align-items: center;
	font-weight: 300 !important;
}
.enabled {
	position: relative;
	right: 0 !important;
}
#listCat {
	width: 140px;
	justify-content: center;
}
#listCatMobile {
	line-height: 43px;
}
.toposup a.active, a#listCatMobile.active {
	background-color: rgb(253,164,0);
	color: #000;
}
.toposup a.active:hover, a#listCatMobile.active:hover {
	background-color: rgb(151,99,1);
}
.toposup a:hover, #listCatMobile:hover {
	color: #FFF;
	background-color: rgb(5,59,129);
}
.hfixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
}
.area_busca {
	background-color: #FFF;
	width: 42px;
	height: 42px;
	padding-right: 5px;
	display: flex;
	justify-content: flex-end;
	border-radius: 5px;
}
.area_busca input {
	display: none;
	border: none;
	outline: none;
	color: #000;
	padding: 3px 0 3px 10px;
	width: 140px;
	height: 42px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.lupa {
	height: 25px;
	width: 25px;
	margin: -2px -2px 0 0 !important;
}
.area_busca button {
	border: none;
	display: flex;
	align-items: center;
	color: #999;
	outline: 0;
	height: 30px;
	margin: 8px 5px !important;
}
.area_busca button:focus {
	border: none;
	outline: 0;
}
.area_busca2 {
	width: 175px;
	height: 42px;
	padding: 0 2px;
	border-radius: 5px;
	position: relative;
	background-color: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.area_busca2 input {
	border: none;
	outline: none;
	color: #000;
	padding: 0 0 3px 5px;
	width: 140px;
	height: 25px;
}
.area_busca2 button {
	border: none;
	color: #999;
	outline: 0;
	height: 30px;
	margin: 5px 4px 4px 0 !important;
}
.area_busca2 button:focus {
	border: none;
	outline: 0;
}
.group_button {
	display: flex;
	flex-direction: row;
	z-index: 1;
}
.botao {
	position: relative;
	height: 42px;
	width: 42px;
	display: none;
}
.btn-menu, .btn-close { 
	width: 42px; 
	height: 42px;
	text-align: center; 
	background-color: rgb(49,137,252);
	color: #FFF; 
	cursor: pointer;
	position: absolute;
	left: -2px;
	border: 0;
	border-radius: 5px;
	
	display: block;
}
.btn-close, #listCatMobile {
	display: none;
}
.botao:focus, 
.botao .btn-menu:focus,
.botao .btn-close:focus {
	border: none;
	outline: 0;
}
.btn-menu img, .btn-close img {
	height: 25px;
	width: 24px;
	margin-bottom: 1.5px;
}
.btn-warning, .btn-danger, .btn-success {
	border-color: transparent !important;
}

/* Lista suspensa com categorias */
.listCategs {
	width: 1285px;
	margin: 0 !important;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	transition: all ease 1s;
	position: absolute;
	top: -1000px;
	right: -5px;
	z-index: 7;
}
.listCategs a {
	height: auto;
	width: 16.2%;
	background-color: rgb(10,84,180);
	margin: 3px 2px 3px 1px !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	color: #FFF;
	line-height: 14px;
	padding: 20px 0 15px 0;
}
.listCategs a:hover {
	background-color: rgb(4, 52, 114);
}
.listCategs img {
	height: 40px;
	width: auto;
	background-color: rgb(253,164,0);
	padding: 5px;
	border-radius: 5px;
	
	margin-bottom: 10px !important;
}
.toponome {
	width: 100% !important;
	height: auto;
	font-weight: 400;
	color: #000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	background-color: rgb(0,0,0);
}
.toponome .group_topo {
	display: flex;
	width: 1280px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	background-color: transparent;
	margin: 0;
}
.buttons {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
.callaction {
	font-family: 'Russo One', sans-serif;
	font-size: 40px;
	color: rgb(10,84,180);
	height: 80px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-weight: 500;
	background-color: #FFF;
	border-radius: 8px;
	margin-bottom: 10px;
}
.callaction span {
	color: rgb(253,164,0);
	font-family: 'Russo One', sans-serif;
}
.toponome a {
	background-color: rgb(49,137,252);
	height: 40px;
	width: 100%;
	font-size: 17px;
	font-weight: 300 !important;
	text-shadow: none;
	border-radius: 5px;
	padding: 0 10px;
	border: none;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.toponome a:last-child {
	background-color: #af0000;
}
.toponome a:last-child:hover {
	background-color: rgb(123, 36, 36);
}
.toponome a:hover {
	color: #FFF;
	background-color: rgb(4, 52, 114);
}
/* Fim de Estilos do Topo do Template */

.enabled {
	position: relative;
	right: 0 !important;
}
.cargo {
	font-size: 14px;
	font-weight: normal;
}
.negrito {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}

/* Imagem Link Externo */
.cardtex-header-link {
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background-color: rgba(3,3,12,0.5);
    align-items: center;
    line-height: 32px;
    padding: 20px 10px 10px 10px;
	overflow: hidden;
}
.cardtex-header-link img {
	height: 130px;
	width: auto;
	box-shadow: none;
	margin-bottom: 10px;
	padding: 15px;
	background-color: rgba(0,0,0,0.6);
	border: 2px solid rgba(255,255,255,0.6);
	border-radius: 10px;
}
.cardtex-tit-link {
	font-family: 'Russo One', sans-serif;
	font-size: 24px;
	line-height: 27px;
	padding: 0;
	text-align: center;
}
.cardtex-link {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	padding: 5px 0 0 0;
}
.linkExterno {
	color: #FFF;
	background-color: rgb(10,84,180);
	height: 250px;
	box-shadow: 1px 3px 4px rgb(0 0 0 / 60%);
}
/* Fim de Imagem Link Externo */

.viewTemplate {
	height: auto;
	min-height: 100vh;
	width: 100%;
	position: relative;
	margin: 0;
	background-color: rgb(0, 21, 60);
}
#check_vazio {
	height: 15px;
	width: 15px;
}
.trocaImg {
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	padding: 10px;
	font-size: 20px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	border-radius: 0 !important;
	width: 100% !important;
}
option {
	background-color: transparent !important;
}
.trocaImg img {
	margin-bottom: 10px;
	height: 100px;
	width: auto;
}
.btn-del {
	width: 100%;
	height: auto;
	line-height: 18px;
	margin-top: 5px !important;
	white-space: normal;
}
.btn-site {
	padding: 16px 0;
	margin-top: 8.5px !important;
}
div.btn {
	background-color: rgba(61,130,199,1);
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
input[type="file"] {
	border: none;
	color: rgba(255,0,0,0.7);
	font-weight: bold;
}
input[type="submit"].btn {
	color: #FFF;
}
.btn-success {
    color: #fff;
    background-color: rgba(2,28,61,1);
    border-color: rgba(2,28,61,1);
}
#capinha {
	width: 94.2%;
	position: absolute;
	display: none;
}

/* Link para Whatsapp */
.whatsapp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #FFF !important;
    text-decoration: none;
    padding: 5px 15px 5px 5px;
    background-color: rgb(0,128,0);
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 10px;
    font-size: 14px;
    line-height: 18px;
    position: fixed;
    bottom: 18px;
	margin-left: 18px !important;
    width: auto;
	z-index: 9;
}
.whatsapp .ajuda {
	margin: 0 10px !important;
}
.whatsapp img {
    height: 35px;
    width: 35px;
    margin-right: 5px !important;
}
/* Fim de Link para Whatsapp */

/*Sweetalert*/
.swal-icon {
    margin: 20px auto !important;
}
/*Fim de Sweetalert*/

.session {
	font-size: 12px;
	text-align: center;
	margin: 5px 0 -20px 0 !important;
}
.session span {
	font-weight: bold;
}

/*Paginação*/
.paginacao {
	width: 100%;
	margin: 20px auto 0 auto !important;
	height: 50px;
}
.paginacao a {
	padding: 10px;
	border-radius: 5px;
}
.paginacao a:hover {
	color: rgb(253,164,0) !important;
	border: 2px solid rgb(253,164,0) !important;
}
.paginacao a.active, .paginacao a.desactive {
	padding: 10px !important;
	text-decoration: none;
	color: rgba(253,164,0,0.5);
	border: 2px solid rgba(253,164,0,0.5);
	position: relative;
	top: 13px;
	background-color: transparent;
}
.paginacao a.active {
	border: 2px solid rgb(253,164,0);
	color: rgb(253,164,0);
	font-weight: bold;
}
.active {
	border: 2px solid rgb(253,164,0);
	color: rgb(253,164,0);
	font-weight: bold;
}
/*Fim de Paginação*/

/* Contador de entrada de inputs */
.info,  
.info_titulo,
.info_ender,
.info_msg,

#info_servicos, 
#info_sobre,
#info_texto,

#info_missao,
#info_visao,
#info_valores,

#info_img1, 
#info_img2, 
#info_img3,

#infotex_img1, 
#infotex_img2, 
#infotex_img3,

#infotit_img4, 
#infotit_img5, 
#infotit_img6,

#infotex_img4, 
#infotex_img5, 
#infotex_img6,

#infotex_img23, 
#infotex_img24, 
#infotex_img25 {
	width: 170px;
	height: 24px;
	line-height: 24px;
	color: rgba(0,0,0,0.8);
	letter-spacing: 0.5px;
	font-size: 13px;
	position: absolute;
	text-align: right;
	padding-right: 5px;
	bottom: 28px !important;
	right: 27px !important;
}
/*Fim de Contador de entrada de inputs*/

/*Blocos*/
.blocos {
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
	width: 100%;
}
.blocos div {
	font-size: 18px;
	background-color: rgba(23, 76, 146, 0.8);
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	position: relative;
	color: #FFF;
	margin: 0 12px !important;
}
/* Final de Blocos */

/* Suporte */
.supsim, .supnao {
	background-color: green !important;
	text-align: center !important;
	width: 30%;
	margin: 5px 0 0 35% !important;
	padding: 10px;
	color: #FFF;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	font-size: 15px;
	
}
.supnao {
	background-color: rgba(149,13,13,0.9) !important;
}
/* Fim de Suporte */

.upload {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:row;
	border: 1px solid black;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.upload p.texto_caixa {
	width: 100%;
	text-align: center;
	background-color: transparent;
	box-shadow: none;
	cursor: pointer;
	color: rgba(0,0,0,0.6);
	line-height: 20px;
}
.upload input[type="file"] {
	display: none;
}
.upload img {
	cursor: pointer;
	height:30px;
	width:auto;
	padding-right: 10px;
}
.selected {
	height: 40px;
	width: 120px;
	font-size: 16px;
	line-height: 17px;
	background-color: red;
	color: #FFF;
	padding: 2px;
	text-align: center;
	margin-left: 20px;
}
.publicar {
	height: auto;
	line-height: 50px;
	margin-top: 2px !important;
}
.publ {
	float: right;
	font-weight: 700;
	color: rgba(255,255,255,0.9);
	background-color:rgba(38,166,154,0.8);
	padding:0 10px 0 10px;
	margin-right:10px !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.publ:hover {
	color: rgba(0,0,0,0.6);
	font-weight: 700;
	text-decoration: none;
}
.anuncio {
	overflow: hidden;
	box-shadow: 1px 3px 4px rgba(0,0,0,0.6);
	height: auto;
}
.anuncio img, .anuncio iframe {
	height: 100%;
	width: 100%;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.7);
	position: relative;
}
.texto_caixa {
	font-size: 22px;
	line-height: 25px;
	text-align: left;
	margin-bottom: 10px;
	height: auto;
}
.mapa { 
	width: 100%;
	font-family: 'Russo One', sans-serif;
	font-weight: bold;
	font-size: 30px;
	height: 320px;
	line-height: 32px;
	border: 10px solid #ccc;
	margin: 20px 30px 0 0 !important;
	color: transparent;
	text-align: center;
	padding-top: 10px;
}
.mapa:hover {
	color: rgba(2,28,61,1);
	text-shadow: 2px 2px 2px rgba(255,255,255,1);
}
.mapa img {
	height:auto;
	width:100%;
	object-fit:cover;
    object-position:center;
}
.gratis, .pago {
	display:flex;
	flex-direction:row;
	float:left;
	text-align:left;
	padding-top: 10px;
}
.pago {
	flex-wrap: wrap;
}
.gratis h4, .pago h4 {
	font-weight:bold;
}
.gratis_texto, .gratis_img {
	width: 48%;
}
.pago_texto, .pago_img {
	width: 48%;
}
.especialidade div img {
	top: 10px !important;
	padding: 5px;
}
.form2 {
	display: none;
	justify-content: flex-end;
}
.form2 .area_busca2 {
	width: 175px;
	border: 1px solid rgb(10,84,180);
}
.form-group input, .form-group textarea {
	width:100% !important;
	margin-top:5px !important;
	outline: none;
	padding:5px;
	font-size: 18px;
	background-color: #FFF;
	border-radius: 3px;
}
.form-group label {
	font-weight: bold;
	font-size: 14px;
	margin-top:15px !important;
}
.form-group button {
	width: 100%;
}
.top10 {
	margin-top: 10px !important;
}
.bottom10 {
	margin-bottom: 10px !important;
}
.top20 {
	margin-top: 20px !important;
}
.bottom20 {
	margin-bottom: 20px !important;
}
.top40 {
	margin-top: 40px !important;
}
.bottom40 {
	margin-bottom: 40px !important;
}
.top60 {
	margin-top: 60px !important;
}
.bottom60 {
	margin-bottom: 60px !important;
}
.top80 {
	margin-top: 80px !important;
}
.bottom80 {
	margin-bottom: 80px !important;
}
h1.texto_caixa {
	font-size: 25px;
	padding: 20px;
	color: #FFF;
	text-align: center;
	margin: 0 auto !important;
	background-color: rgba(10,84,180,0.7);
	border-radius: 8px;
}
p.texto_caixa, h3.texto_caixa {
	font-weight: 300 !important;
	font-size: 20px;
	padding: 10px;
	color: #FFF;
	background-color: rgba(10,84,180,0.5);
	border-radius: 5px;
}
.borda {
	width: 100% !important;
	border: 1px solid rgba(2,28,61,0.5);
	background-color: #FFF;
	padding: 10px;
	height: auto;
	box-shadow: 2px 2px 5px rgba(2,28,61,0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px !important;
}
.borda img {
	width: 60%;
	margin: 20px 20% !important;
	height: auto;
}
.h4strong {
	font-family: 'Russo One', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	color: #FFF;
	
	background-color: rgba(2,28,61,0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 15px 0;
	border-radius: 3px;
	position: relative;
}
.breve {
	width: auto;
	padding: 3px 5px 5px 5px;
	position: absolute;
	bottom: -20px;
	right: -10px;
	background-color: red;
	border-radius: 5px;
}
.light {
	height: auto;
	padding: 5px 0;
}
.btn-modelo {
	width:100%;
	height:25px;
	line-height:25px;
	margin-top:10px !important;
}

/* Cartão digital */
.card-digital {
	height: 250px;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.card-digital img {
	height: 130px;
	width: auto;
	background-color: #FFF;
	box-shadow: none;
}
.card_bottom {
	font-family: 'Russo One', sans-serif;
	margin: 10px 0 !important;
	font-size: 24px;
	line-height: 26px;
	font-weight: light;
	letter-spacing: 1px;
	display: flex;
	flex-direction: column;
	padding: 8px 10px 4px 10px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.3);
}
.card_bottom span {
	font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif;
	font-size: 18px;
	letter-spacing: 0;
}
/* Fim de Cartão Digital */

a:hover {
	text-decoration: none !important;
}
.homeCard img {
	height:230px;
	width: 100%;
	border: 1px solid #CCC;
}

/* Anúncio Business Card */
.anunBusiness {
	height: 230px;
	width: auto;
	border: 1px solid rgba(2,28,61,1);
	
	background-color: rgba(2,28,61,0.1);
	overflow: hidden;
	margin-top: 20px !important;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.7);
	z-index: 20;
}
.business-header {
	background-color: #FFF;
	width: 100%;
	height: 80px !important;
	display: flex;
	align-items: center;
	padding: 10px 10px 10px 5px !important;
	font-weight: normal;
}
.business-logo img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px !important;
	height: 70px;
	width: 70px;
	background-color: #FFF;
	overflow: hidden;
	border: 2px solid #FFF;
	box-shadow: none;
}
.business-tit {
	flex: 1;
	font-family: 'Russo One', sans-serif;
	font-size: 22px;
	line-height: 24px;
}
.business-end {
	font-size: 18px;
	color: rgba(2,28,61,1);
	display: flex;
	text-align: left;
	flex-direction: column;
	justify-content: center;
  	align-items: flex-start;
	padding: 10px;
	line-height: 32px;
}
/* Fim de Anúncio Business Card */

/* Overlay para quando o anúncio está em análise ou vencido */
.okay, .venc, .vencsite {
	height: 250px;
	width: 100%;
	background-color: rgb(253,164,0);
	opacity: 0.95;
	margin-top: -250px !important;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 25px;
}
.okay span, .venc span, .vencsite span {
	color: #FFF;
	font-size: 20px;
	line-height: 36px;
	padding: 0 10px;
	text-align: center;
	font-weight: bold;
}
.venc, .vencsite {
	background-color: rgb(255,0,0);
}
.venc a, .vencsite a {
	padding: 15px 25px;
	color: #FFF;
	font-weight: bold;

	display: none;
}
.venc:hover a, .vencsite:hover a {
	display: flex;
	color: #FFF;
	border: 1px solid #FFF;
}
.preview {
	height: 40px;
	width: 100%;
	position: relative;
	opacity: 0.6;
	margin: -40px 0 0 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(0,0,0);
	z-index: 998;
	color: #FFF;
}
.preview span.btn-ativar {
	font-size: 15px;
	border-radius: 5px;
	margin-left: 15px;
	color: #FFF;
	padding: 2px 8px 4px 8px;
	border: 1px solid #FFF;
	cursor: pointer;
	opacity: 1 !important;
	background-color: rgb(149,13,13);
}
.preview span.btn-ativar:hover {
	background-color: rgba(255,0,0,1);
}
/* Fim de Overlay para quando o anúncio está em análise ou vencido */

/* Anúncio */
.cardtex-header {
	border: 1px solid rgba(0,0,0,0.2);
	border-bottom-color: transparent;
	width: 100%;
	height: 80px !important;
	display: flex;
	align-items: center;
	padding: 10px 10px 10px 5px !important;
	font-weight: normal;
	overflow: hidden;
	background-color: #FFF;
}
.cardtex-logo img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px !important;
	height: 70px;
	width: auto;
	background-color: #FFF;
	overflow: hidden;
	border: 2px solid #FFF;
	box-shadow: none;
}
.rounded {
	border-radius: 100% !important;
}
.cardtex-tit {
	font-family: 'Russo One', sans-serif;
	font-size: 22px;
	line-height: 24px;
}
.cardtex-end {
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 8px 6px 6px 6px;
	height: 170px;
}
.field {
	border: 1px solid #000;
	width: 100%;
	height: auto;
	min-height: 32px;
	color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2px 0 1px 0;
	position: relative;
	margin: 4px 0 !important;
}
.legenda {
	font-size: 12px;
    font-weight: bold;
	position: absolute;
	padding: 0 4px;
	height: 15px;
	line-height: 15px;
	top: -8px;
}
.conteudo {
	font-size: 18px;
	line-height: 24px;
	margin: 2px 0 1px 0 !important;
}
/* Fim de Anúncio */

.input_topo {
	width: 300px;
	height: 20px;
	background-color: #FFF;
}
.browser-default {
	border-bottom: 1px solid #999;
	background-color: transparent;
	font-size:17px;
	border-top: none;
	border-left: none;
	padding:0;
	color:#000;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}

/* Paginação dos Anúncios */
.pagination ul {
	width: 500px;
	height: 40px;
	line-height: 50px;
	margin-top:-20px !important;
	text-align: center;
}
.pagination li {
	float: left;
	width: 40px;
	height: 50px;
	line-height: 50px;
	margin-left: 10px !important;
	text-align: center;
	list-style-type: none;
	border: 1px solid black;
}
.pagination li.active {
	color: #000;
	font-weight: bold;
	background-color: orange;
}
/* Fim de Paginação dos Anúncios */

.busca {
	height:40px;
	line-height:35px;
	color: #000;
	font-size:14px;
	padding-left:10px;
	padding-top:2px;
}
.categoria {
	height:auto;
	line-height:35px;
	padding: 12px 0 10px 0;
	font-size: 40px;
	color: rgba(2,28,61,1);
	font-family:'Russo One', 'Impact', sans-serif;
	width: 100%;
	max-width: 1366px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	text-align: center;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(2,28,61,1);
	position: relative;
}
.contato_espec {
	height: 60px;
	font-size: 40px;
	color: rgba(2,28,61,1);
	font-family:'Russo One', 'Impact', sans-serif;
	width: 100%;
	max-width: 1366px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	text-align: center;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(2,28,61,1);
	position: relative;
}
.categoria {
	display: block;
}
.contato_espec img {
	position: relative;
}
.corpo {
	font-size: 20px;
	line-height: 22px;
	height: auto;
	min-height: 100vh;
	position: relative;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: auto;
	max-width: 1280px;
	margin: 10px auto !important;
}
.input_form .btn, input.btn {
	height: 25px;
	line-height: 25px;
}
button.btn, a.btn, input[type="submit"] {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	background-color: rgb(49,137,252);
	color: #FFF;
	font-size: 20px;
	font-weight: 300 !important;
	padding: 8px 0 10px 0;
}
/* .input_form .btn:hover {
	color: #000;
} */

/* Barra LGPD */
.lgpd {
	position: fixed;
    max-width: 1280px;
    bottom: 10px;
    left: 10px;
    right: 10px;
	padding: 15px;
	background-color: #5180E0;
	color: #FFF;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 9;
	margin: 0 auto !important;
	border-radius: 5px;
}
.lgpd--left {
	margin-right: 30px !important;
}
.lgpd a {
	color: #FFF;
}
.lgpd button {
	background-color: rgba(10,84,180,0.5);
	color: #FFF;
	cursor: pointer;
	padding: 10px 30px;
	
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.lgpd button:hover {
	background-color: rgba(10,84,180,1);
}
.lgpd button:focus {
	border: none;
	outline: 0;
}
.totalFundo {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgb(0,21,60);
	transition: all ease 1s;
	z-index: 999;
}
/* Fim de Barra LGPD */

.maxwidth {
	max-width: 1024px;
}
.pagseguro {
	width: 60%;
	margin-left:20% !important;
	height: 150px;
	text-align: center;
	vertical-align: center;
	position: absolute;
	top: 400px;
	background-color: #CCC;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.8);
	padding-top: 20px;
}
.pagseguro p {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin-top: 30px !important;
	width: 50%;
	margin-left: 25% !important;
}
.logradouro	{
	margin-top:20px !important;
	font-size: 20px;
	font-family: 'Russo One', sans-serif;
}

.ultimos {
	margin-top: 175px !important;
}
.btn {
	width: 100% !important;
	height: auto;
	padding: 10px;
	font-weight: bold !important;
	font-size: 12px;
	color: #FFF;
	cursor: pointer;
	border: none;
	background-color: rgba(38,166,154,0.8);
	margin: 10px 0 0 0 !important;
	border-radius: 3px !important;
}
.btn:hover {
	color:#fff !important;
	background-color: rgb(5,59,129);
}
.bt_anunciar {
	width: 70%;
	margin-left: 15% !important;
	height: 40px;
	line-height: 40px;
	border: none;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.6);	
	font-size: 15px;
	cursor: pointer;
	color: #FFF;
	text-align: center;
}
.bt_anunciar:hover {
	box-shadow: none;
}
.alert-warning, 
.alert-success, 
.alert-anuncio {
	position: relative;
	width: 60%;
	margin: 20px 0 20px 20% !important;
	font-size: 20px;
	height: auto;
	padding: 10px;
	color: #FFF;
	text-align: center;
}
.alert-warning {
	background-color: rgba(223,57,57,1);
}
.alert-anuncio {
	background-color: blue;
}
.alert-success {
	background-color: green;
}
.alert-ficha, .alert-empresa {
	background-color: red;
	width: 40%;
	margin-left: 30% !important;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	margin-top: 30px !important;
}
.alert-empresa {
	width: 100%;
	line-height: 30px;
	margin: 5px 0 20px 0 !important;
	height: auto;
	text-transform: none;
}
.titulo_meus {
	font-family: 'Anton', 'Impact', sans-serif;
	font-size:60px;
	line-height:60px;
	color: #999;
	text-shadow:2px 2px 2px rgba(0,0,0,0.8);
}
.corpo table {
	border: none;
	margin-top: 10px !important; 
}
.corpo table td, .corpo table th, .corpo table tr {
	padding: 10px;
	background-color: #FFF;
	/*border: 3px solid rgba(178,207,186,1);*/
}
.container, 
.container_prod, 
.container_carrinho {
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	flex-direction: row;
	height: auto;
	margin-left: 23px !important;
	padding-top: 10px;
}
.container_prod {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.container_carrinho {
	flex-direction: column;
}
.produto, 
.produto_foto, 
.produto_desc, 
.produto_carrinho, 
.subtotal, 
.finalizar, 
.post_finalizar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	height: auto;
	width: 31%;
	background-color: #FFF;
	margin: 10px !important;
	padding: 20px 0 10px 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}
.post_finalizar {
	font-size: 20px;
	display: flex;
	width: 98%;
	padding: 15px;
	align-items: flex-start;
	flex-direction: column;
}
button {
	outline: none;
}
.opcoes {
	display: flex;
	flex-direction: row;
	width: 200px;
}
.produto_carrinho, .subtotal {
	width: 96%;
	height: 80px;
	flex-direction: row;
	padding: 20px;
	justify-content: flex-start;
}
.subtotal {
	display: flex;
	height: 80px;
	justify-content: flex-end;
}
.finalizar {
	justify-content:center;
	width: 40%;
	font-family: 'Anton', 'Impact', sans-serif;
	font-size: 40px;
	margin-left: 30% !important;
}
.finalizar:hover {
	color: rgba(166,22,11,1);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.8);
	cursor: pointer;
}
.produto img {
	margin-bottom: 15px !important;
}
.produto_foto {
	flex: 6;
	padding-bottom: 50px;
}
.produto_desc {
	display: flex;
	flex: 8;
	justify-content: space-between;
	background-color: #FFF;
	align-items: flex-start;
	text-align: left;
	padding: 20px;
}
.nome, .produto_desc_nome, .nome_carrinho {
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 22px;
	color: #555;
	margin-top:10px !important;
	text-decoration: none;
}
.imagem_carrinho {
	flex: 1;
}
.nome_carrinho {
	flex: 2;
	width: 20%;
	border-bottom: none;
	text-align: left;
	padding: 0;
	margin-left: 50px !important; 
	margin-top: 10px !important;
	font-size: 24px;
	line-height: 25px;
}
.produto_desc_nome {
	display: block;
	border-bottom: none;
	margin-left: 0 !important;
}
.produto_descricao {
	margin-top: 20px !important;
	font-size: 28px;
	line-height: 30px;
	color: #888;
	margin-left: 0 !important;
	text-align: left;
}
.produto_preco {
	font-family: 'Anton', 'Impact', sans-serif;
	font-size: 60px;
	color: rgba(166,22,11,1);
	margin-top: 50px !important;
}
.botao_carrinho {
	color: #FFF;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	background-color: #444;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	width: 320px;
	text-align: center;
	margin-top: 150px !important;
}
.botao_carrinho a {
	color: #FFF;
}
.botao_carrinho a:hover {
	color: #F00;
}
.preco, .preco_carrinho, .subtotal {
	font-family: 'Anton', 'Impact', sans-serif;
	font-size: 40px;
	color: rgba(166,22,11,1);
}
.preco_carrinho {
	flex: 2;
	color: #555;
	width: 30%;
	text-align: right;
}
.alert-link {
	height: auto;
	width: auto;
	padding: 5px;
	background-color: blue;
	text-decoration: none;
	color: #FFF;
}
.aviso {
	width: 300px;
	margin: 5px auto 10px auto !important;
	height: auto;
	font-size: 22px;
	line-height: 20px;
	padding: 10px;
	text-align: center;
	color: #FFF;
	background-color: rgb(255,0,0);
}
.servicos {
	height: 850px;
	padding: 20px;
	background-color: orange;
}
.somos {
	height: 850px;
	padding: 20px;
	background-color: green;
}
.outro {
	height: 850px;
	padding: 20px;
	background-color: rgba(166,22,11,1);
}
.contato, .cadastro {
	padding: 0 15px 5px 15px;
}
#msg {
	height: 180px;
	width: 100%;
	padding: 5px;
}
.voltar {
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    height: 25px;
    line-height: 25px;
    background-color: #999;
    font-size: 15px;
    padding: 0px 5px 0 5px;
    cursor: pointer;
}
.voltar ul li {
	text-decoration: none;
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	color: #fff;
}
.voltar ul li:hover {
	color: #000;
}
.cabecalho {
	height: 130px;
	padding: 15px;
}
.cabecalho h1 {
	margin: 0 !important;
	font-size: 30px;
}
.cabecalho h3 {
	margin: 0 !important;
	font-size: 20px;
}
.cabecalho div {
	display: flex;
	align-items: center;
	height: 50px;
}
.meus-anuncios {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 0.5%;
}
.anuncios div {
	display: flex;
	justify-content: center;
	margin: 10px !important;
	align-items: center;
	padding: 5px;
	height: auto;
}
.titulo {
	height: auto;
	font-size: 35px;
	line-height: 35px;
	color: #FFF;
	text-align: center;
	width: 100%;
	background-color: rgba(2,28,61,1);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	padding: 10px 5px 10px 5px;
}
.end_empresa {
	box-shadow:2px 2px 2px rgba(0,0,0,0.6);
	margin-bottom:25px !important;
	width:98%;
}
.descricao {
	padding:12px;
}
.coluna2 h2 {
	margin: 15px 0 15px 0 !important;
}
.telefone {
	font-size: 45px;
	color: #444;
}
.valor {
	font-family: 'Anton', 'Impact', sans-serif;
	font-size: 50px;
	color: #222;
	margin: 10px 0 10px 0 !important;
}
.panel-default {
	background-color: rgba(2,28,61,0.2);
	margin-top: -20px !important;
	border: 2px solid #999;
	margin-bottom: 20px !important;
}
.panel-heading {
	background-color: #888;
	border: 2px solid #FFF;
	padding: 5px;
	height: 40px;
	line-height: 25px;
}
.panel-body {
	height: auto;
	min-height: 250px;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.foto_item {
	width: 150px;
	height: 200px;
	float: left;
	margin-left: 30px !important;
}
.foto_item img {
	width: 150px;
}

/* Editar imagens de home e demais blocos */
.services img, 
.portfolio img, 
.clients img, 
.bloco img, 
.home img {
	margin:30px 0 5px 0 !important;
	width:100%;
	height:auto;
	background-color:#FFF;
}
.depoimentos img, .logoImgPrinc img {
	margin:20px 0 5px 0 !important;
	height:300px;
	width: auto;
}
a, a:hover {
	color: #FFF;
	text-decoration: none;
}
/* Fim de Editar imagens de home e demais blocos */

.bloco_total_flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    position: relative;
    padding: 0;
}

#slider {
	width: 2000px;
	height: 250px;
	background-color: rgba(2,28,61,0.2);
	display: block;
}
#s1, #s2, #s3, #s4, #s5 {
	height: auto;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	background-size: cover;
}

/* Responsividade (estilos.css) */
	@media (max-width: 1300px) {
		.callaction {
			width: 94% !important;
			font-size: 32px !important;
			margin: 0 auto 10px auto !important;
		}
		.bloco_total, .buttons, .toposupint {
			width: 94% !important;
		}
		.container_top {
			justify-content: flex-start;
		}
		.formBusca {
			margin-right: 8px;
		}
		.rowCategoria {
			width: 94% !important;
			margin: 0 auto !important;
		}
		.listCategs {
			width: 152px;
			padding: 0 !important;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			transition: all ease 0.5s;
			right: 193px !important;
			top: -4000px;
			z-index: 7;
			right: 178px !important;
		}
		.listCategs a {
			width: 100%;
			height: 42px;
			font-size: 16px;
			line-height: 16px;
			border: none;
			color: #FFF;
			display: flex;
			flex-direction: row;
			justify-content: flex-start;
			align-items: center;
			font-weight: 200;
			
			margin: 0 0 3px 0 !important;
			text-align: left;
			padding: 0 4px 0 2px;
		}
		.listCategs a:hover {
			background-color: rgb(4, 52, 114);
		}
		.listCategs img {
			height: 32px;
			width: 32px;
			background-color: rgb(253,164,0);
			padding: 3px;
			margin: 10px 10px 10px 5px !important;
		}
		.footer {
			padding-bottom: 80px !important;
		}
	}
	
	@media (max-width: 1220px) {
		.group_button, #listCat {
			display: none;
		}
		.botao, #listCatMobile {
			display: block;
		}
		.group_button {
			display: flex;
			position: absolute;
			flex-direction: column;
			top: -4000px;
			transition: all ease 0.5s;
			width: 180px;
			right: 0;
		}
		.toposup .logo img {
			margin-bottom: 0;
		}
		.toposup a {
			margin-bottom: 3px !important;
		}
		.toposup a:hover {
			color: #FFF;
		}
		.bloco_total {
			width: 94% !important;
			margin: 0 auto !important;
		}
		.icone_categ {
			height: auto;
			min-height: 180px;
			background-position: center;
			background-size: cover;
		}
		.footer {
			padding-bottom: 80px !important;
		}
	}

	@media (max-width: 800px) {
		.whatsapp {
			padding: 4px 0 4px 5px;
			width: 250px;
			margin: 0 auto !important;
			bottom: 10px;
			margin-left: 10px !important;
		}
		.whatsapp .ajuda {
			font-size: 13px;
			margin-left: 0 !important;
		}
		.whatsapp img {
			height: 30px;
			width: 30px;
			margin-right: 10px !important;
		}
		.toponome .group_topo {
			flex-direction: column;
			justify-content: space-around;
			align-items: center;
		}
		.form {
			display: none;
		}
		.form2 {
			display: flex;
		}
		.toposup .logoSpans a .spans .spantop,
		.toposup .logoSpans a .spans .spanbottom {
			font-size: 40px;
		}
		.conteudo {
			font-size: 15px;
		}
		.footer {
			padding-bottom: 80px !important;
		}
	}

	@media (min-width: 300px) and (max-width: 550px) {
		.toponome .group_topo {
			width: 100%;
			height: auto;
			flex-direction: column;
			align-items: center;
			padding: 0;
			margin: 10px 0 0 0;
			border-radius: none;
		}
		.callaction {
			flex-direction: column;
			font-size: 30px !important;
			line-height: 34px !important;
			margin: 10px 0;
		}
		.toponome .group_topo .buttons {
			display: flex;
			flex-direction: column;
			margin-bottom: 10px !important;
		}
		.footer .links {
			display: flex;
			justify-content: center;
			flex-wrap: wrap;
			padding: 0;
		}
		.footer .links a {
			justify-content: center;
			margin: 5px !important;
		}
		.toposup .logoSpans a .spans {
			flex-direction: column;
			align-items: flex-start;
		}
		.toposup .logoSpans a .spans .spantop {
			font-size: 27px;
			height: fit-content;
			margin-top: 12px !important;
		}
		.toposup .logoSpans a .spans .spanbottom {
			font-size: 30px;
			height: fit-content;
			margin: -15px 0 0 -5px !important;
			padding: 0;
			left: 0;
		}
		.logoCopy img {
			height: 40px;
			width: auto;
			margin-right: 8px;
		}
		.logoCopy span {
			font-family: 'Anton', sans-serif;
			font-size: 25px;
			display: flex;
		}
		.toposup .logo img, 
		.toposup .logo_only img {
			height: 70px;
		}
		.footer {
			border-top-left-radius: 8px;
			border-top-right-radius: 8px;
			width: 100% !important;
			margin: 0 auto !important;
			padding-bottom: 80px !important;
		}
		.bloco_total {
			width: 100% !important;
		}
		.group_button a, a#listCatMobile {
			font-size: 18px !important;
		}
	}
/* Fim de Responsividade */