
@font-face {
	font-family: gotham;
	src: url(../fontes/gotham.otf);
}

@font-face {
	font-family: gotham-bold;
	src: url(../fontes/gotham-bold.otf);
}

@font-face {
	font-family: gotham-extraBold;
	src: url(../fontes/gotham-extraBold.otf);
}

@font-face {
	font-family: gotham-italic;
	src: url(../fontes/gotham-italic.otf);
}

.page-item.active .page-link {
    background-color: #1c1161 !important;
    border-color: #1c1161 !important;
	color: white !important;
}

.page-link {
    color: #1c1161 !important;
}


.page-link:hover{
	cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    
}
input[type=number] { 
   -moz-appearance: textfield;
   appearance: textfield;

}

button:focus{
	outline: none !important;
}

input:focus{
	outline: none !important;
	box-shadow: none !important;
	border-color: gray !important;
}

body{
	background-color: #FFF;
	font-family: gotham;
	color: #6b6b6b;
}

.loadGif{
	width: 70px;
    margin-left: calc(50% - 35px);
    margin-top: 100px;
    margin-bottom: 100px;
}

.menu{
	background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 120px;
}

.back-box-modal{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10;
    background-color: #0404049c;
	display: none;
	top: 0;
	
}

.box-modal{
	width: 500px;
    margin-left: calc(50% - 250px);
    background-color: white;
    z-index: 20;
    padding: 40px;
    height: auto;
    border-radius: 20px;
    margin-top: 50px;
    display: none;
    top: 0 !important;
    position: absolute;
    margin-bottom: 30px !important;
}

.bloco-box-planos button:hover {
    color: #89ff00db;
	transition: 0.8s;
}

.fechar{
	color: gray;
    font-size: 20px;
    margin-left: 100% !important;
    cursor: pointer;
    text-decoration: none !important;
    margin-top: -20px !important;
    display: block;
    margin-bottom: 10px;
}

.fechar:hover{
	color: black;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 40px;
    padding-top: 5px;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 1px;
    width: 20px;
}

.select2-results__option {
    color: black !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #8c8c8c;
    color: white !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #505050 !important;
    color: white;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: -2px;
}

.form-check-input:checked {
    background-color: #383838 !important;
    border-color: #383838 !important;
}

.displayFlex{
	display: flex !important;
    justify-content: space-between !important;
}

.displayShow{
	display: block !important;
}

.w48{
	width: 48%;
}

.notFound{
	margin-top: 20px;
	text-align: center;
}

.logo-menu{
	width: 140px;
    margin-left: calc(50% - 70px);
    object-fit: contain;
}

.banner-menu{
	width: 100%;
}

.banners-menu{
	display: flex;
    width: 94%;
    margin-left: 3%;
    justify-content: space-around;
    margin-top: 40px;
	margin-bottom: 20px;
}

.banners-menu img{
	width: 45%;
}

.barra-menu{
	width: 100%;
    height: 10px;
    background-color: #9c1717;
}

.row-selects {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 15px;
}

.back-box-selects{
    width: 100vw;
    height: calc(100vh + 120px);
    position: fixed;
    z-index: 10;
    background-color: #292929;
    margin-top: -200px;
	display: none;
	background-image: url(../arquivos_img/site/fundo-predios.webp);
	background-position: bottom;
    background-attachment: fixed;
}

.box-selects{
	width: 500px;
    background-color: white;
    z-index: 20;
    position: fixed;
    margin-left: calc(50% - 250px);
    padding: 40px;
    height: 500px;
    border-radius: 20px;
    margin-top: 20px;
	display: none;
	top: 0 !important;
}

#modalCarregando .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    height: 200px;
    display: block;
    justify-content: center;
}

#modalCarregando .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 180px;
    margin-left: calc(50% - 90px);
    pointer-events: auto;
    background-color: #131313bd;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 20px;
    outline: 0;
}

.select2-container .select2-selection--single {
    height: 50px !important;
    margin-bottom: 5px !important;
    padding-top: 10px !important;
    padding-left: 10px !important;
}

#carregandoSelect p{
	ont-size: 16px;
    text-align: center;
    margin-top: 22px;
    color: #fffdfd;
}

#carregandoSelect img{
	width: 40px;
    margin-left: calc(50% - 20px);
}

.box-selects-carregando{
	height: 180px;
	width: 180px;
	margin-left: calc(50% - 90px);
	background-color: #131313bd;
	z-index: 20;
    position: fixed;
	display: none;
	margin-top: 300px;
    border-radius: 20px;
	top: 0;
	box-shadow: 0 0 5px 2px #353535;
}

.fechar{
	color: gray;
    font-size: 20px;
    margin-left: 101%;
    cursor: pointer;
    text-decoration: none !important;
    margin-top: -50px;
    display: block;
    margin-bottom: 30px;
}

.fechar:hover{
	color: black;
}

.frase-selects{
	    text-align: center;
    font-size: 17px;
    font-family: 'gotham-extraBold';
    margin-top: 20px;
    color: #616161;
}

.titulo-selects{
	color: gray;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
}

.logo-selects{
	width: 150px;
    margin-left: calc(50% - 75px);
    margin-top: -5px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    font-size: 20px;
    display: block;
    min-height: 50px;
    user-select: none;
    -webkit-user-select: none;
    padding-top: 4px;
}

.menu-entrar{
    margin-right: 20px;
    color: gray;
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin-top: 38px;
}

.menu-entrar:hover{
	transition: 0.7s;
    color: #9c1717;
}

.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-direction: row-reverse;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
}

.div-categorias{
	display: flex;
    width: calc(100% - 10px);
    overflow-x: auto;
    overflow-y: hidden;
    height: 400px;
    margin-left: 5px;
	margin-top: 15px;
}

.box-categorias{
	min-width: 140px;
    width: auto;
    height: 170px;
    box-shadow: 0 0 2px 1px #d0d0d0;
    margin: 5px;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
    color: gray;
    padding-top: 20px;
	margin-bottom: 15px;
}

.box-categorias:hover{
	transition: 0.8s;
	box-shadow: 0 0 10px 1px #d0d0d0;
}

.box-categorias-ativo{
	box-shadow: 0 0 8px 2px #949393 !important;
    color: black;
}

.box-categorias-ativo svg{
    color: black !important;
}

.box-categorias svg{
	display: block;
    font-size: 40px;
    color: gray;
	margin: 0 auto;
	margin-top: 15px;
}

.box-categorias span{
	text-align: center;
    display: block;
    margin-top: 15px;
    font-weight: 800;
}

.titulo-categorias{
	text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: gray;
    margin-top: 50px;
	display: none;
	margin-bottom: 20px;
}

.row-selects-home{
	width: auto;
    margin-left: 20px;
    display: flex;
}

.div-select-home{
	height: 80px;
	margin-top: 20px;
}

.titulo-row-selects-home{
	margin-left: 20px;
    font-size: 17px;
    color: gray;
}

.row-select-home{
	width: 270px;
}

.row-select-home p{
	margin: 0;
    font-size: 14px;
	color: gray;
}

.bloco-box-categorias{
	display: block;
}

.div-box-comercio{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.box-comercio{
	display: block;
    text-decoration: none;
    width: 250px;
    height: auto;
    padding: 20px 8px 30px 8px;
    box-shadow: 0 0 2px 1px #d0d0d0;
    border-radius: 10px;
    margin: 10px;
    color: gray;
	background-color: white;
}

.box-comercio:hover{
	transition: 0.8s;
    box-shadow: 0 0 10px 1px #d0d0d0;
	color: gray;
	cursor: pointer;
}

.titulo-box-comercio{
	text-align: center;
    margin: 20px 0px 10px 0px;
    font-family: 'gotham';
}

.destaque-box-comercio{
	margin-top: -5px;
    margin-bottom: 20px;
}

.espaco-box-comercio{
    margin-bottom: 36px;
}

.img-box-comercio img{
	width: 160px;
	height: 130px;
	object-fit: contain;
	margin-left: calc(50% - 80px);
}

.nome-box-comercio{
	font-size: 16px;
    color: #505050;
    text-align: center;
    margin: 10px 0px 10px 0px;
}

.img-box-comercio{
	height: auto;
}

.texto-box-comercio{
	text-align: center;
    margin-top: 0px;
    width: 100%;
    height: 85px;
    font-size: 13px;
}

.texto-box-comercio h2{
	font-size: 15px;
    font-family: 'gotham-bold';
    color: #a9a9a9;
}

.icone-box-comercio{
	font-size: 16px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.icone-box-comercio button{
	background-color: #33bc48 !important;
    border: 0;
    padding: 10px 15px;
    color: white;
    border-radius: 5px;
}

.icone-box-comercio button:hover{
	background-color: #299a3a !important;
}

.error-comercios{
	width: 346px;
    margin-top: 10px;
}

.errorInput{
	border: 2px solid red !important;
}

.voltarHome{
	font-size: 20px;
    margin-left: 40px;
    padding-top: 30px;
    color: gray;
	cursor: pointer;
	width: 90px;
}

.voltarHome:hover{
	color: black;
}

.div-box-comercio-a {
    height: calc(100% - 80px);
}

.div-pagamentos{
	width: 600px;
    height: auto;
    padding: 40px;
    margin-left: calc(50% - 300px);
    margin-top: 50px;
    box-shadow: 0 0 5px 2px #cecece;
    border-radius: 10px;
	background-color: white;
}

.logo-pagamentos{
	width: 200px;
    margin-left: calc(50% - 100px);
}

.logo-pagamentos img{
	width: 100%;
}

.texto-pagamentos{
	text-align: center;
    margin-top: 50px;
    font-size: 20px;
    color: gray;
}

.valor-pagamentos{
	text-align: center;
    font-family: 'gotham-bold';
    color: gray;
}

.pagamento-pagamentos{
	margin-top: 60px;
}

.texto-pagamento-pagamentos{
	text-align: center;
    color: gray;
}

.btn-pagar{
	margin: 0 auto 0 auto 0;
}

.btn-pagamento-pagamentos{
	display: flex;
    justify-content: center;
}

.btn-pagamento-pagamentos button{
	margin: 5px;
    font-family: 'gotham-bold';
    color: white;
    padding: 10px 20px 10px 20px;
}

.btn-pagamento-pagamentos button:hover{
	transition: 0.8s;
	color: #89ff00;
}

.btn-pagamento-pagamentos button svg{
	font-size: 20px;
}

.back-box-modal{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10;
    background-color: #040404d9;
	display: none;
	top: 0;
}

.espaco-rodape-home{
	margin-top: 60px;
}

.div-btn-wpp{
	width: 100%;
    height: 150px;
}

.div-btn-wpp a{
	display: flex;
    margin: 0px auto 0px auto;
    background-color: #9c1717;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    font-family: 'gotham-extraBold';
    font-size: 18px;
    margin-top: 25px;
	transition: 0.5s;
}

.div-btn-wpp a:hover{
    background-color: #2aab00;
    color: white;
	text-decoration: none;
	cursor: pointer;
	transition: 0.7s;
}

.div-btn-wpp a svg{
	font-size: 28px;
}

.div-btn-wpp a span{
	margin-top: 2px;
    margin-left: 8px;
}

.rodape {
    background-color: #d1d1d1;
    color: gray;
    text-align: center;
    width: 100%;
    height: 200px;
    padding-top: 50px;
    bottom: 0;
}

.texto-rodape p{
	font-size: 14px;
	margin-bottom: 5px;
}

.links-texto-rodape a{
	color: gray;
    font-size: 14px;
}

.links-texto-rodape a:hover{
	color: #9c1717;
	cursor: pointer;
}

#geo{
	width: 260px;
    text-align: center;
    border-radius: 5px;
    height: 40px;
    background-color: #000000;
    padding-top: 7px;
    margin-left: calc(50% - 130px);
    margin-bottom: 25px;
    transition: 0.3s;
    color: #6fcf00;
}

#geo:hover{
	background-color: #4e4e4e;
	color: #75d400;
	transition: 0.6s;
	cursor: pointer;
}

.div-box-comercio-page{
	width: 430px;
    margin-left: calc(50% - 215px);
    box-shadow: 0 0 3px 2px #c5c5c5;
    border-radius: 5px;
    margin-top: 40px;
    padding: 20px;
}

.fa-spinner {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.bairro-box-comercio-individual-normal{
	text-align: center;
    font-family: 'gotham';
    color: #212121;
    margin-bottom: 20px;
}

#textoRedesSociais{
	display: block;
    text-align: center;
    font-family: 'gotham';
    color: gray;
    margin-top: 50px;
}

.redesSociais{
	display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}

#btnFacebook{
	margin: 5px;
}

._89n_:hover{
    background: #1663c7 !important;
}

#btnTwitter{
	margin: 5px;
}

#btnWhatsapp{
	margin: 5px;
}

#btnWhatsapp a{
	background-color: #33bc48 !important;
    border: 0;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
    display: block;
}

#btnWhatsapp a:hover{
	background-color: #299a3a !important;
}

.row-form-box-login-termos{
	color: gray;
    margin-top: 5px;
    margin-bottom: 10px;
	font-size: 12px;
}

.row-form-box-login-termos a{
	color: gray;
}

.color-verde{
	color: #89ff00 !important;
}

.pagina{
	margin-top: 30px;
	margin-bottom: 20px;
}

.conteudo{
	width: calc(100% - 350px);
    margin-left: 25px;
}

.conteudo h1{
	font-size: 24px;
    text-align: center;
    font-family: 'gotham-extraBold';
    margin-bottom: 20px;
    margin-top: 10px;
}

.corpo{
	margin-top: 30px;
    box-shadow: 0 0 3px 2px rgb(75 119 30 / 83%);
    border-radius: 10px;
    background-color: #3e3e3e;
    padding: 40px;
	max-width: 900px;
}

.corpo h1{
	
}

.corpo h2{
	font-size: 20px;
    width: 95%;
    margin-bottom: 20px;
}

.corpo p{
	display: block;
}

.corpo p svg{
	color: #89ff00;
	margin-right: 5px;
}

.corpo span{
	color: #89ff00;
}

.video{
	width: auto;
	height: auto;
}

.video iframe{
	width: 400px;
    height: 240px;
    margin: 0px auto 0 auto;
    display: block;
}

.formulario{
	width: 300px;
    box-shadow: 0px 0px 3px 2px #4e4e4e;
    border-radius: 5px;
    padding: 10px;
    background-color: #f3f3f3;
    height: fit-content;
    color: #525252;
	margin-right: 30px;
}

.formulario h1{
	font-size: 16px;
    text-align: center;
    font-family: 'gotham-extraBold';
    margin-top: 15px;
    margin-bottom: 10px;
}

.formulario hr{
	margin: 40px 0px 30px 0px;
}

.formulario button{
	border: none;
    background-color: #2f2f2f;
    color: white;
    font-family: 'gotham-bold';
    font-size: 17px;
    border-radius: 5px;
    margin-top: 17px;
    padding: 10px 15px 10px 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
}

.formulario button:hover{
	transition: 0.5s;
    color: #89ff00;
}

.box-modal-span{
	margin-top: 10px;
    display: block;
}

.body-planos h1{
	text-align: center;
    font-size: 20px;
    font-family: 'gotham-extraBold';
    margin-bottom: 40px;
    display: block;
}

.bloco-box-planos button{
	margin: 0px auto 0px auto;
    display: block;
}

.concluido h1{
	font-size: 23px;
    text-align: center;
    margin: 20px 0px 60px 0px;
}

.concluido a{
	border: none;
    background-color: #2f2f2f;
    color: white;
    font-family: 'gotham-bold';
    font-size: 17px;
    border-radius: 5px;
    margin-top: 17px;
    padding: 10px 15px 10px 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
	text-decoration: none;
	width: fit-content;
}

.concluido a:hover{
	transition: 0.5s;
    color: #89ff00;
}

.concluido svg{
	color: green;
    font-size: 40px;
    margin: 20px auto 0px auto;
    display: block;
}

.div-planos{
	color: gray;
}

.row-planos{
	
}

.img-planos{
	width: 210px;
    margin-left: calc(50% - 105px);
}

.img-planos img{
	width: 100%;
}

.nome-planos{
	text-align: center;
    font-family: 'gotham';
    font-size: 23px;
    margin-top: 10px;
}

.concluido-planos{
	text-align: center;
    font-family: 'gotham';
    font-size: 22px;
    margin-top: 60px;
}

.concluido-planos svg{
	display: block;
    font-size: 50px;
    margin-left: calc(50% - 25px);
	margin-bottom: 10px;
	color: green;
}

.titulo-planos{
	text-align: center;
    margin-top: 50px;
    font-size: 20px;
}

.div-box-planos{
	display: flex;
    justify-content: center;
	margin-top: 20px;
}

.box-planos{
	transition: 0.5s;
	color: gray;
	width: 260px;
    box-shadow: 0 0 5px 1px #d4d4d4;
    margin: 5px;
    border-radius: 10px;
    padding: 5px;
	height: 890px;
}

.box-planos:hover{
	transform: 0.8s;
	box-shadow: 0 0 5px 4px #d4d4d4;
}

.plano-pro{
	background-color: #252525;
}

.plano-pro b{
	color: #89ff00b3 !important;
    font-family: 'gotham-bold';
}

.plano-pro p{
	color: gray !important;
}

.plano-pro svg{
	color: #89ff00 !important;
}

.plano-pro h2{
	color: #89ff00db !important;
}

.plano-pro li{
	color: #e6e6e69c !important;
	text-align: left !important;
}

.plano-pro h1{
	color: #89ff00c7 !important;
	font-family: 'gotham-bold' !important;
}

.plano-pro h2 span{
	color: gray !important;
}

.box-planos span{
	display: block;
    text-align: center;
    margin-top: 5px;
    font-family: 'gotham-bold';
}

.box-planos svg{
	font-size: 50px;
    margin-left: calc(50% - 25px);
    margin-top: 10px;
    margin-bottom: 30px;
}

.box-planos li{
	font-size: 12px;
    margin-bottom: 0px;
    text-align: center;
    display: flex;
}

.box-planos li svg{
	font-size: 14px;
    width: 20px !important;
    margin-top: 8px;
    margin-right: 7px;
    margin-left: 12px;
}

.box-planos li span{
	text-align: left;
    padding-right: 14px;
    color: #989696;
}

.box-planos b{
	display: block;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 30px;
}

.box-planos p{
	margin: 0;
    font-size: 13px;
    text-align: center;
	margin-left: -40px;
    font-family: 'gotham-bold';
    color: #b5b5b5;
    margin-bottom: -5px;
}

.box-planos h1{
	font-size: 18px;
    text-align: center;
    display: block;
    height: 60px;
	color: gray;
}

.box-planos h2{
	text-align: center;
}

.box-planos h2 span{
	display: inline;
    margin: 0px;
    font-size: 15px;
}

.box-planos h3{
	font-size: 12px;
    text-align: center;
    margin-top: 50px;
	color: gray !important;
}

.box-modal-grande{
	width: 90% !important;
	margin-left: 5% !important;
}

.logo-box-planos{
	margin-top: 75px;
	width: 270px;
}

.logo-box-planos img{
	width: 170px;
    margin-left: calc(50% - 85px);
}

.texto-logo-box-planos{
	font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

.texto-logo-box-planos a{
	color: gray;
}

.principal{
	width: 100%;
    display: flex;
	padding: 20px;
}

.item-principal{
	
}

.logo-conteudo-item-principal{
	display: flex;
    margin-bottom: 30px;	
}

.conteudo-item-principal{
	margin: 0px 40px;
}

.conteudo-item-principal img{
	
}

.conteudo-item-principal h1{
	display: block;
    width: 212px;
    color: white;
    font-family: 'gotham-extraBold';
    margin-top: 60px;
    margin-left: 10px;
}

.conteudo-item-principal h2{
	width: 80%;
    font-size: 21px
}

.conteudo-item-principal h2 strong{
	
}

.depoimentos{
	margin: 60px 0px;
}

.depoimentos h1{
	font-size: 24px;
    font-family: 'gotham-extraBold';
    text-align: center;
	color: #65a91f;
}

.item-depoimentos{
	width: 300px;
    margin: 5px auto;
    box-shadow: 0px 0px 1px 3px #565656;
    background-color: #2f2f2f;
    border-radius: 1pc;
    padding: 30px;
    display: block;
	min-height: 170px;
}

.item-depoimentos h1{
	font-size: 18px;
    display: block;
    font-family: 'gotham-extraBold';
	color: #65a91f;
}

.item-depoimentos h2{
	display: block;
    font-size: 15px;
}

.carousel {
    position: relative;
    width: 780px;
    margin: 20px auto;
}

.btn-nao{
	color: #fff;
    background-color: #565b5f;
    border-color: #565b5f;
    margin: 50px auto 0px auto;
    display: block;
    border-radius: 10px;
    padding: 10px 50px;
    cursor: pointer;
	transition: 0.5s;
}

.btn-nao{
	background-color: #343a40;
    border-color: #343a40;
	transition: 0.7s;
}

.body-planos h1{
	text-align: center;
    font-size: 25px;
    padding-bottom: 20px;
}

.box-planos-claro span{
	color: #cecdcd !important
}

.box-planos-obs span{
	font-size: 11px !important;
    margin-top: 5px !important;
}

.box-planos-obs svg{
	font-size: 10px !important;
    color: #969494 !important;
}

.box-modal-p-aviso{
	margin: 10px 0px 40px 0px;
    font-size: 14px;
    color: gray;
}

.box-modal-h1-pequeno{
	font-size: 18px;
    font-family: 'gotham-extraBold';
    color: #9c1717;
    margin-bottom: 30px;
}

.texto-concluido{
	height: auto;
    padding-top: 40px;
	padding-bottom: 10px;
}

.texto-concluido p{
	width: 90%;
    margin-left: 5%;
    color: #641111;
    font-family: 'gotham-extraBold';
    text-align: center;
    font-size: 19px;
}

.texto-concluido p svg{
	font-size: 30px;
    margin-top: 5px;
}

.video-concluido{
	width: 100%;
    padding-bottom: 50px;
}

.video-concluido iframe{
	width: 500px;
    height: 300px;
    margin: 0 auto 0 auto;
    display: block;
}

.box-modal-btn{
	width: auto;
    margin: 0 auto 0 auto;
    display: block;
    padding: 10px 25px;
    background-color: #444444;
    border: none;
    border-radius: 5px;
    font-size: 19px;
    color: #c7c7c7;
	transition: 0.5s;	
}

.box-modal-btn:hover{
	background-color: #9c1717;
	color: white;
	cursor: pointer;
	transition: 0.8s;
}




@media screen and (max-width: 600px) {
	
	.video-concluido iframe {
		width: 100%;
		height: 200px;
	}
	
	.logo-menu {
		width: 150px;
    	margin-left: calc(50% - 75px);
		object-fit: contain;
	}
	
	.barra-menu {
		width: 100%;
		height: 40px;
		background-color: #9c1717;
	}
	
	.banners-menu {
		display: block;
		width: 96%;
		margin-left: 2%;
		justify-content: space-around;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	
	.banners-menu img {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 30px;
	}
	
	.menu {
		background-color: #ffffff;
		display: flex;
		justify-content: space-between;
		width: 100%;
		height: 130px;
	}
	
	.depoimentos {
		margin: 40px 0px;
	}

	.carrosel-desktop{
		display: none !important;
	}

	.carrosel-desktop .active{
		display: none !important;
	}
	
	.carousel {
		position: relative;
		width: 100%;
		margin: 20px auto;
	}
	
	.item-depoimentos {
		width: calc(100% - 120px);
		margin: 5px auto;
		box-shadow: 0px 0px 1px 3px #4b771d;
		background-color: #2f2f2f;
		border-radius: 1pc;
		padding: 30px;
		display: block;
	}
	
	.principal {
		width: 100%;
		display: block;
		padding: 20px;
	}
	
	.logo-conteudo-item-principal {
		display: block;
		margin-bottom: 30px;
	}
	
	.conteudo-item-principal h1 {
		display: block;
		width: auto;
		color: white;
		font-family: 'gotham-extraBold';
		margin-top: 15px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	.conteudo-item-principal h2 {
		width: 100%;
		font-size: 21px;
		text-align: center;
	}
	
	.corpo h2 {
		font-size: 20px;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.div-box-planos {
		display: block;
		justify-content: center;
		margin-top: 20px;
	}
	
	.box-planos {
		transition: 0.5s;
		color: gray;
		width: 260px;
		box-shadow: 0 0 5px 1px #d4d4d4;
		margin: 0 auto 0 auto;
		border-radius: 10px;
		padding: 5px;
		height: fit-content;
	}
	
	.conteudo-item-principal img {
		width: 80%;
		margin-left: 10%;
	}
	
	.box-modal {
		width: 90%;
		margin-left: 5%;
		position: absolute !important;
	}
	
	.box-planos {
		margin-top: 25px;
	}
	
	.btn-dark {
		margin-top: 10px !important;
	}

	.pagina{
		display: block;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.conteudo{
		width: 90%;
		margin-left: 5%;
		margin-top: 30px;
	}

	.formulario{
		width: 90%;
		margin-left: 5%;
		margin-top: 45px;
	}

	.video iframe{
		width: 100%;
		height: 240px;
		margin: 0px auto 0 auto;
		display: block;
	}
	
	.box-modal {
		position: absolute;
	}
	
	.icone-box-comercio-individual-tel button {
		margin-bottom: 0px;
	}
	
	.box-pequeno{
		max-width: auto;
		margin-left: 2%;
	}

	.btns-select-home{
		display: flex;
		width: 100%;
		justify-content: center;
		margin-top: 10px;
		margin-left: 0px;
	}

	.btns-select-home button{
		border: 0;
		padding: 10px 20px;
		border-radius: 5px;
		background-color: #6b6a6a;
		color: white;
		font-family: 'gotham';
		margin: 0px 5px;
	}

	.btns-select-home button:hover{
		transition: 0.8s;
		background-color: #292828;
		color: #9c1717;
	}

	.div-box-comercio-a{
		height: calc(100% - 60px);
	}
	
	.box-selects {
		width: 95%;
		margin-left: 2.5%;
		padding: 0px;
	}
	
	.logo-selects {
		width: 150px;
    	margin-top: 40px;
	}
	
	.box-comercio {
		display: block;
		text-decoration: none;
		width: 150px;
		max-width: 150px;
		height: auto;
		padding: 5px;
		box-shadow: 0 0 2px 1px #d0d0d0;
		border-radius: 10px;
		margin: 5px;
		color: gray;
	}
	
	.destaque-box-comercio {
		margin-top: 3px;
		margin-bottom: 5px;
		font-size: 10px;
		text-align: center;
	}
	
	.espaco-box-comercio {
		margin-bottom: 23px;
	}
	
	.img-box-comercio {
		margin-top: 0px;
		height: auto;
	}
	
	.img-box-comercio img {
		width: 80px;
		height: 80px;
		object-fit: contain;
		margin-left: calc(50% - 40px);
	}
	
	.nome-box-comercio {
		color: #505050;
		text-align: center;
		margin: 5px 0px 0px 0px;
		font-size: 11px;
		font-family: 'gotham-bold';
		height: 25px;
	}
	
	.texto-box-comercio {
		display: none;
	}
	
	.bairro-box-comercio {
		text-align: center;
		margin-top: 10px;
		font-size: 10px;
		margin-bottom: 10px;
	}
	
	.texto-box-comercio h2 {
		font-size: 13px;
		font-family: 'gotham-bold';
		color: #a9a9a9;
	}
	
	.titulo-box-comercio {
		ext-align: center;
		margin: 0px 0px 0px 0px;
		font-family: 'gotham-extraBold';
		font-size: 10px;
	}
	
	.icone-box-normal{
		margin-top: 0px
	}

	.icone-box-comercio{
		font-size: 16px;
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}

	.icone-box-comercio button{
		background-color: #33bc48 !important;
		border: 0;
		padding: 10px 15px;
		color: white;
		border-radius: 5px;
	}

	.icone-box-comercio button:hover{
		background-color: #299a3a !important;
	}
	
	.box-categorias {
		min-width: 160px;
		width: 160px;
		box-shadow: 0 0 2px 1px #d0d0d0;
		margin: 5px;
		border-radius: 10px;
		padding: 10px;
		cursor: pointer;
		transition: 0.3s;
		color: gray;
		padding-top: 20px;
		margin-bottom: 15px;
	}
	
	.bloco-box-categorias {
		display: flex;
	}
	
	.div-categorias {
		display: block;
		width: 340px;
		overflow-x: auto;
		overflow-y: hidden;
		height: auto;
		margin-left: calc(50% - 170px);
		margin-top: 15px;
	}
	
	.div-select-home {
		height: auto;
		margin-top: 20px;
		width: 100%;
	}
	
	.row-selects-home {
		width: 95%;
		padding-left: 0px;
		display: block;
	}
	
	.row-select-home {
		width: 270px;
		margin-left: calc(50% - 135px);
	}
	
	.titulo-categorias {
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		color: gray;
		margin-top: 30px;
		display: none;
	}
	
	.error-comercios {
		width: 346px;
		margin-bottom: calc(100vh - 430px);
	}
	
	.voltarHome {
		font-size: 18px;
		margin-left: 20px;
		padding-top: 10px;
		color: gray;
		cursor: pointer;
	}
	
	.back-box-selects {
		width: 100vw;
		height: 200vh;
		position: fixed;
		z-index: 10;
		background-color: #292929;
		margin-top: -100vh;
		display: none;
		background-image: url(../arquivos_img/site/fundo-predios.webp);
		background-position: bottom;
    	background-attachment: fixed;
	}
	
	.box-selects-carregando {
		background-color: #040404d9;
	}
	
	
	.texto-rodape p {
		font-size: 12px;
		margin-bottom: 5px;
	}
	
	.links-texto-rodape a {
		color: gray;
		font-size: 13px;
	}
	
	.box-modal {
		width: 96%;
		z-index: 20;
		position: absolute;
		margin-left: 2%;
		padding: 30px;
		height: auto;
		border-radius: 20px;
		margin-top: 50px;
		display: none;
		top: 0 !important;
		background-color: white !important;
	}
	
	.concluido a {
		border: none;
		background-color: #2f2f2f;
		color: white;
		font-family: 'gotham-bold';
		font-size: 17px;
		border-radius: 5px;
		margin-top: 17px;
		padding: 10px 10px 10px 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 10px;
		text-decoration: none;
		width: fit-content;
		text-align: center;
	}
	
	.fechar {
		color: gray;
		font-size: 20px;
		margin-left: 100% !important;
		cursor: pointer;
		text-decoration: none !important;
		margin-top: -15px;
		display: block;
		margin-bottom: 10px;
	}
}

