*{padding: 0; margin: 0}


@media (max-width: 768px) {
    .hidden-mobile {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-tablet {
        display: none !important;
    }
}
@media (min-width: 1024px) {
    .hidden-desktop { display: none !important; }
}

@media (max-width: 1023px) and (min-width: 768px) {
	#topo-lp .container, #rodape-lp .container { width: 748px; margin: 0 auto; }
}

@media (max-width: 767px) {
	#rodape-lp .container {padding: 0 20px}
	#rodape-lp .info-rodape {display: block !important; text-align: center;}
	#rodape-lp .info-rodape .compre-tel {margin: 20px 0; max-width: 100%}

	#topo-lp .container { width: 100%; margin: 0 auto; justify-content: space-between !important; padding: 0 20px; box-sizing: border-box;}
	#topo-lp.pf .bt-acesse-servico-lp { position: relative !important; top: initial !important; right: initial !important}
	#topo-lp.pf .terra-servicos-logo { width: 115px; display: block;}

	#topo-lp.pj .terra-empresas-logo { position: relative !important}
	#topo-lp.pj .bt-acesse-servico-lp { border-right: none !important; }
	#topo-lp.pj .bt-acesse-servico-lp img { margin-right: 0 !important; }
}

@media (min-width: 1145px) {
	#topo-lp .container, #rodape-lp .container { width: 1100px; margin: 0 auto; }
	#topo-lp .container.menor, #rodape-lp .container.menor { width: 970px; margin: 0 auto; }	
}

@media (max-width: 500px) {
	#topo-lp.pj .container .terra-empresas-logo {width: 26vw; max-width: 100%}
	#topo-lp.pj .container .bt-acesse-servico-lp img {width: 33vw; max-width: 100%; margin-left: 10px;}
	#topo-lp.pj .container .terra-logo {width: 25vw; max-width: 100%}
}

#topo-lp.pj { background: #fff; border-bottom: solid 1px #ccc;}
#topo-lp.pj .container { background: #fff; display: flex; align-items: center; justify-content: flex-end; position: relative;}
#topo-lp.pj .bt-acesse-servico-lp img { display: block; margin-right: 20px; }
#topo-lp.pj .bt-acesse-servico-lp {border-right: solid 1px #ccc; }
#topo-lp.pj .terra-empresas-logo {position: absolute; left: 0}

#topo-lp.pf { background: #ff7300; text-align: center; }
#topo-lp.pf .container { position: relative; background: #ff7300; display: flex; align-items: center; justify-content: center; }
#topo-lp.pf .bt-acesse-servico-lp { position: absolute; right: 20px; top: 15px; }
#topo-lp.pf .bt-acesse-servico-lp img { display: block; }

#rodape-lp { padding: 20px 20px 100px 20px; background: #ffffff}
#rodape-lp .info-rodape { display: flex; justify-content: space-between; align-items: center; }
#rodape-lp .endereco { text-align: center; font-size: 11px; color: #64645c; padding-top: 20px; }
#rodape-lp .endereco a { font-weight: bold; color: #64645c; text-decoration: none}
#rodape-lp .compre-por-telefone { font-size: 14px; font-weight: bold; color: #ff7212; text-transform: uppercase; text-align: center; margin: 0;}
#rodape-lp .compre-por-telefone strong { display: block; color: #646464}



.ctc{width:100%;height:50px;display:flex;align-items:center;justify-content:center;position:fixed;bottom:0;background:rgba(107,107,107,0.9);z-index:9999}.ctc p{padding-right:8px;color:#fff;font-size:12px;text-align:right}.ctc .btn-mob{width:140px;height:36px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-size:14px;display:flex;align-items:center;justify-content:center;background-color:#66af24;color:#fff;font-weight:700;text-decoration:none;margin-right:10px}.ctc .btn-desk{display:none;color:#c3d82c;font-weight:bold;font-size:15px}@media (min-width: 992px){.ctc .btn-mob{display:none}.ctc{background:rgba(107,107,107,0.9);height:39px !important}.ctc{width:100%;height:80px;display:flex;align-items:center;justify-content:center;position:fixed;bottom:0;background:rgba(107,107,107,0.9);z-index:9999}.ctc p{font-size:16px;color:#fff;font-weight:500}.ctc .btn-desk{display:flex}}