<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Documento */

* {
	
	font-weight:300;
}
body {
	padding-top:60px;
} 

#autocomplete::-webkit-input-placeholder{
    color:#ff9999;
    
}
#autocomplete::-moz-placeholder {
    color:#ff9999;
   
}
.padding-imagem-artigo {
    padding-top: 30px;
    padding-bottom: 30px;
}

.red-botao {
    background-color: #f44336 !important;
}

a.nounderline:link

{
text-decoration:none;

}

.altura-texto-conteudo {
    line-height: 1.6;
}

.border-radius-img{
   border-radius: 8px; 
}

#map
{
    width: auto;
    min-height: 70px;
    height: auto;
    z-index: auto;
    position: static !important;
    background: transparent;
    z-index: 999999999;

}

.frase-atencao-app-2 {
    border-radius: 5px;
    background-color: #03B1B0; 
    color: #fff;
    line-height: 2.2;
    font-size: 18px;
}
.busca {
    width: 80%;
    margin: 0 auto;
    padding: 15px 0px;
    border-radius: 8px;
    border: 0.9px solid #03B1B0;
} 
.buscaplace::placeholder {
    text-align: center;
}

.menu-footer {
	background:#03B1B0;
        color:#ffffff;
}

.menu-footer a {
	
        color:#ffffff;
}

.section-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 40px;
}

.sc_card {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 0 1px rgba(0,0,0,.08);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 0 1px rgba(0,0,0,.08);
    border-radius: 4px;
    background: #fff;
    margin: 2em auto;
    width: 100%;
    overflow: hidden;
    padding: 1em;
}



.load-bar {
  position: relative;
  margin-top: -10px;
  width: 100%;
  height: 6px;
  background-color: #fdba2c;
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #da4733;
  animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: #3b78e7;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #096767;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}

.form-top-escuro {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #096767;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
	color:#FFF;
}
.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #FFF;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;

}

.btn-cep-padding {
	margin-top: 10px;
}

.btn-call {
	line-height: 2 !important;
        font-size: 26px !important;
}

.margem-home {
	margin-top: 40px;
}

.form-bottom form .input-error {
	border-color: #19b9e7;
}

.footer-ads {
    position:absolute;
    bottom:0;
    width:100%;
}

.navbar-brand {
	padding:0 !important;
}

.autocomplete-suggestions {
	background:#FFF;
	border:solid 1px #096767
}

.autocomplete-suggestion:hover {
	background:#EAC413;
	cursor:pointer;
}

.corh1home{
	color:#F00;	
}

.cbo-semcep &gt; button {
	height: 50px;
	font-size: 18px;
}

.input-semcep {
	height: 50px;
	width: 100% !important;
	font-size: 18px;
}

.div-semcep {
	padding-top:30px;
}

.btn-semcep {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
	font-size:22px;
	width:100%;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-semcep-gray {
	background-color:#666;
	border-color:#000;
	color: #fff;
	font-size:22px;
	width:100%;
}

.div-result-end {
	color:#000;
}

.tb-semcep &gt; thead {
	background:#dcdcdc;
	font-weight:bold;
}

.tb-semcep &gt; tfoot {
	font-size:12px;
}

.tb-semcep &gt; tbody {
	font-weight:normal;
	color:#6669;
}

.tb-semcep &gt; tbody &gt; tr {
	cursor:pointer;
}

.popover-content {
	color:#000;
}

.borda-imagem-azul{
    border-style: solid; 
    border-width: 1px; 
    border-color: #03B1B0;
}

#mobileAppsbadge {
    left: 0;
    top: 50%;
    z-index: 99999995;
    margin-top: -85px;
}
.fix {
    position: fixed;
}
#mobileAppsbadge .icon {
    width: 99px;
    height: 171px;
}
#hide_homepage_banner, #mobileAppsbadge .icon {
    background: url(/imgs/peca-pelo-zap.png) no-repeat;
}
.button:hover, .tdnone {
    text-decoration: none !important;
}
.abs {
    position: absolute;
}
.icon {
    text-indent: -1000em;
    overflow: hidden;
    display: inline-block;
}
#mobileAppsbadge #mobileAppsbadgeClose {
    width: 24px;
    height: 24px;
    left: 6px;
    top: 0;
}


/*
 * Preloader
 *-----------*/
#preloader {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.loaded #preloader {
  background: rgba(255, 255, 255, 0.3);
}
.loader::before {
  position: absolute;
  content: '';
}
.loader,
.loader::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 96px;
  height: 96px;
  border: solid 2px transparent;
}
.loader {
  border-top-color: #EAC413;
  -webkit-animation: loaderAnimation 1s ease-in-out infinite;
  -o-animation: loaderAnimation 1s ease-in-out infinite;
  animation: loaderAnimation 1s ease-in-out infinite;
    z-index: 100000;

}
.loader::before {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-top-color: #096767;
  -webkit-animation: loaderAnimation 1.4s ease-in infinite;
  -o-animation: loaderAnimation 1.4s ease-in infinite;
  animation: loaderAnimation 1.4s ease-in infinite;
}
@keyframes loaderAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loaderAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
 * /Preloader
 *-----------*/

.passos {
	background:#F3F3F3;
	margin-top:10px;
}
.passos-app {
	overflow: hidden;
}
.img-passos {
	padding-top:10px;
	padding-bottom:10px;
}

.fa-app {
	font-size: 25em;
	position: relative;
	overflow: hidden;
	top: 131px;
}
.fa-muda-qtd {
	font-size:1.5em;
}
.top-chkout {
	color:#096767;
	font-weight:bold;
	font-size:17px;
}
.tag-chkout {
	background:#096767;
	color:#FFF;
	height:25px;
	width:25px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	float:left;
	margin-right:5px;
	margin-top:-2px;
}
.hr-chkout {
	border:2px solid #096767;
	border-radius: 3px;
	margin: 0 auto;
}
.radio-chkout {
	border: 1px solid #CCC;
	padding: 6px 12px;
	margin-left: 20px;
	height: 44px;
	width: 90%;
	border-radius: 4px;
	vertical-align:middle;
	color:#096767;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}
.radio-chkout label.label-chkout{
	width:100%;
	vertical-align:middle;
}
.label-total {
	text-align:right;
	color:#333;
	font-size:20px;
	background:#CCC;
}
#btComprar {
	font-size:20px;
	margin-left:0;
	width:100%;
}
.tx_preco, .tx_preco * {
	color:#F00;
	text-align:center;
	float: none;
	font-weight:bold;
	font-size:22px;
}
.help-block {
	color:#F00;
}

@media only screen and (min-width: 704px){
	.vdhome {
		margin-top:1px;
	}
	.container-topo {
		background-position:  100% 100%;
		background-repeat: no-repeat;
		background-size: auto 70%;
	}

	.cep-home {
		width:430px !important;
		height:55px !important;
		text-align:center;
	}
	.btn-home {
		margin-bottom:0 !important;
		height:50px !important;
		width:90px !important;
		font-size:21px !important;
		
	}
	.text-frase {
		font-size:30px;
	}

	.text-frase-novo {
		font-size:40px !important;
	}

	.h1-home {
		font-size:35px;
		margin:0px;
	}
        
        .ifood-font{
             font-size:40px;
        }

	.h3-home {
		font-size:40px;
		margin: 0 0 20px 0;
	}
	.input-lg {
		height: 50px;
		padding: 10px 10px;
		font-size: 18px;
		line-height: 1.3333333;
		border-radius: 6px;
	}
	.btn-cep {
		background-color: #d9534f;
		border-color: #d43f3a;
		color: #fff;
		font-size:22px;
		width:45%;
	}

	.btn-zap {
		background-color: #d9534f;
		border-color: #d43f3a;
		color: #fff;
		font-size:18px;
		width:65%;
	}

		.btn-sm-home{
		padding: 5px 10px;
		font-size: 20px;
		line-height: 2.5;
		border-radius: 3px;
	}
	.col-meio {
		padding-left:5px !important;
		padding-right:5px !important;
	}
}
@media only screen and (max-width: 600px){
	#mobileAppsbadge {
		display:none;
	}
	.container-topo {
		background-image: none;
		background-position:  100% 0%;
		background-repeat: no-repeat;
		background-size: 35%;
	}
	.cep-home {
		height: 60px !important;
		width:210px !important;
		display: inline !important;
	}
        .btn-call {
	line-height: 3;
        font-size: 18px;
        }
	.btn-home {
		width:210px !important;
		margin-top:12px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	h1 {
		font-size:30px;
	}
        
        .h1-pagina {
		font-size:2.8rem !important;
	}
        
	.sm-filter {
		padding-top:30px;
	}

	.btn-sm-home{
		padding: 5px 10px;
		font-size: 20px;
		line-height: 2.5;
		border-radius: 3px;
	}
        
        .ifood-font{
             font-size:4rem;
        }

	.h1-home {
		font-size:24px;
		margin:0px;
	}
	.h3-home {
		font-size:20px;
		margin: 0 0 20px 0;
	}
	.input-lg {
		height: 66px !important;
		padding: 10px 16px;
		font-size: 18px;
		line-height: 1.3333333;
		border-radius: 6px;
	}
	.btn-cep {
		background-color: #d9534f;
		border-color: #d43f3a;
		color: #fff;
		font-size:18px;
		width:30%;
	}

	.btn-zap {
		background-color: #d9534f;
		border-color: #d43f3a;
		color: #fff;
		font-size:18px;
		width:70%;
	}

	.center-xs {
		text-align:center;
	}
	.col-meio { 
		margin-bottom:50px;
		margin-top:50px;
	}
	.col-topo {
		margin-top:5px;
	}
	.atencao {
		position:fixed;
		width:100%;
		z-index:998;
	}
	.atencao p {
		font-size: 1.8rem;
	}
	.atencao2 {
		width:100%;
	}
	.atencao2 p {
		font-size:16px;
	}
}


#listscroll {
	position:inherit;
}

.container-topo {
  -webkit-align-items: center;
  align-items: center;
}

.visible-after {
	display:none;
}


.cc_banner-wrapper {
	z-index:2147483647 !important;
}

.frmcep {
	color:red;
}
.corlink {
    color: #ffffff;
}
.bg-color-padding p {
	padding:15px;
	margin:0 !important;
        margin-bottom: 0px;
}
.bg-color-padding-lg p {
	padding:20px;
	margin:0 !important;
}
.bg-color-padding-lg2 p {
	padding-bottom: 15px;
    padding-top: 30px;
	margin:0 !important;
}

#notfound {
	margin-top:10px;
}
#main-nav, #main-nav .dropdown-, #main-nav .open {
	background-color:#096767 !important;
	/*font-size:16px;*/
	font-weight:bold;
	

}
#main-nav &gt; .container {
	padding-top:9px;
}

.anton {
	font-family: 'Anton', sans-serif;
}

.antonnot {
	font-size:18px;
}
.antonhome2 {
	font-size:26px;
}

.antonhome {
	font-size:18px;
	font-family: 'Anton', sans-serif;
	line-height: 2em;
}


.preco {
	font-size:26px;
	font-family: 'Anton', sans-serif;
}
.preco-portaria {
	font-size:16px;
	font-family: 'Anton', sans-serif;
}
.icone-legenda {
	padding-left:3px;
}
.stars {
	font-size:24px;
	padding-top:10px;
}
.stars span.glyphicon {
	padding-top:5px;
}
.produto {
	font-size:18px;
	padding-top:10px;
	color:#000 !important;
}
.brinde {
	font-size:12px;
	padding-top:20px;
}

.rs {
	font-size:14px;
	font-family: 'Anton', sans-serif;
	color:#000;
}
.equivalente {
	font-size:12px;
}
.outras-vantagens i {
	color:#EAC413;
	font-size:42px;
}
.col-compra {
	padding-left: 0;
	padding-right: 0;
}
.col-compra  .panel-title {
	font-size:20px;
}
.col-compra  .panel-branco:hover {
	background-color:#03B1B1;
}
.dourado {
	color:#FFC90E;
	
}
.bg-verde {
    background: #096767!important;
}
.bg-vantagem {
	background:#FFC90E;
}
.vantagem {
	font-size:18px;
	font-weight:600;
	padding-top:30px;
	padding-bottom:20px;
	color:#FFF;
}
.vantagem &gt; img {
	font-size:18px;
	font-weight:600;
	padding-top:50px;
	padding-bottom:50px;
	color:#FFF;
}

element.style {
    color: rgb(255, 255, 255);
    background: rgb(0, 183, 59);
    font-size: 20px;
}

.fundoazultextbranco {
    background-color: #03B1B0;
    color: #fff;
}
.bg-azul {
    background-color: #03B1B0;
    color: #fff;
    font-size: 28px;
    padding: 20px;
}

.bg-branco {
    color: #fff !important;
}

.font-ads-div {
    color:#096767;	
    font-size: 23px;
    padding: 10px;
}
.antonnot2 {
    font-size:22px;
}
.bg-azul-filtro-home {
    background-color: #EAC413;
    color: #fff;
}

.bg-azul a {
    color: #EAC413;
}

.bg-azul-escuro {
    background-color: #096767;
    color: #fff;
}
.bg-azul-escuro a {
    color: #EAC413;
}

.bg-amarelo {
    background-color: #EAC413;
    color: #096767;
}

.bg-azul-home2 {
    background-color: #03B1B0;
    color: #f8f8f8;
}

.bg-azul ul li {
	display:block;
	border-bottom:#096767 1px solid;
	margin-bottom:10px;
}

.bg-azul ul li:before
{
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    color:#FFF;
}
.bg-azul ul {
	padding-left:10px;
}
.sombra {
	background:#096767;
}

.destak, .destak * {
	color:#4F4F4F;	
	font-size:16px;
}

.destak-home, .destak-home strong {
	color:#4F4F4F;	
	font-size:22px;
}
.filter-label {
	padding-top:20px !important;
}

.amarelo {
	color:#EBC513;
}
.azul-escuro {
	color:#096767;	
}

.azul {
	color:#03B1B0;	
}
.preto {
	color:#000;	
}
.chamada {
	color: red;
	font-size:28px;
}

.item-lista {
	padding-left: 0;
	padding-right: 0;	
}
.perguntas-tit {
	font-size:30px;
}

.perguntas ul li {
	display:block;
	font-size:20px;
}

.perguntas ul li:before
{
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    color:#096767;
	font-weight:normal;
	padding-right:5px;
}
.perguntas ul {
	padding-left:0;
}

.panel-amarelo &gt; .panel-heading {
    background-color: #EAC413;
    border-color: #9B830D;
    color: #096767;
}
.panel-amarelo {
    border-color: #9B830D;
}

.panel-amarelo-noborder &gt; .panel-heading {
    background-color: #EAC413;
    border-color: #9B830D;
    color: #096767;
}
.panel-amarelo-noborder {
    border-color: #F00;
	border:none;
	box-shadow: none;
}

.panel-azul-noborder &gt; .panel-heading {
    background-color: #03B1B0;
	border:none;
    border-color: #FFF;
    color: #FFF;
}
.panel-azul-noborder {
    border:none;
	box-shadow: none;
}
.panel-azul &gt; .panel-heading {
    background-color: #03B1B0;
    border-color: #096767;
    color: #FFF;
}
.panel-azul {
    border-color: #096767;
}

.panel-azul-escuro-noborder &gt; .panel-heading {
    background-color: #096767;
	border:none;
    border-color: #FFF;
    color: #FFF;
}
.panel-azul-escuro-noborder {
    border:none;
	box-shadow: none;
}
.panel-azul-escuro &gt; .panel-heading {
    background-color: #096767;
    border-color: #042F2F;
    color: #FFF;
}
.panel-azul-escuro {
    border-color: #042F2F;
}

.panel-branco {
	border:none;
	box-shadow: none;
	padding:5px;
    background-color: #FFF;
}

.panel-branco &gt; .panel-heading {
	border-bottom:4px solid #096767;
    color: #000;
}
.panel-branco &gt; .panel-body {
	min-height:180px;
}
.panel-branco &gt; .panel-footer {
	background:none;
	border:none;
}


.panel-lista {
	border:2px solid #FFF;
	box-shadow: none;
	padding:5px;
    background-color: #FFF;
	border-bottom:2px solid #CCC;
	margin-top:20px;
}
.panel-lista:hover {
	border:2px solid #CCC;
}

.panel-lista &gt; .panel-heading {
	border-bottom:2px solid #03B1B0;
    color: #000;
}
.panel-lista &gt; .panel-body {
	min-height:330px;
}
.panel-lista &gt; .panel-footer {
	background:none;
	border:none;
}

.panel-legenda {
	border:none;
	box-shadow: none;
	padding:5px;
    background-color: #FFF;
	margin-top:20px;
}

.panel-legenda &gt; .panel-heading {
	border-bottom:2px solid #03B1B0;
    color: #000;
}
.panel-legenda &gt; .panel-body {
	/*min-height:180px;*/
}
.panel-legenda &gt; .panel-footer {
	background:none;
	border:none;
}

.btn-destak {
	height: 90px;
    margin: 10px 0px;
    padding: 20px 30px;
    vertical-align: middle;
    font-size: 26px;
    font-weight: 3;
    line-height: 50px;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.btn-azul {
    background-color: #03B1B0;
    border-color: #096767;
    color: #FFF !important;
}
.btn-azul-escuro {
    background-color: #096767;
    border-color: #042F2F;
    color: #FFF !important;
}

.btn-amarelo {
    background-color: #EAC413;
    border-color: #9B830D;
    color: #FFF !important;
}

.btn-downapp {
        border-radius: 50px;
}

.btn-buscaenderecos {
        border-radius: 8px;
        display: inline-table;
    vertical-align: middle;
}

.jumbotron-azul {
    background-color: #03B1B0;
    color: #FFF;
}
.gas-color {
	color:#04B1B1;
}
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:focus, .navbar-default .navbar-nav &gt; .open &gt; a:hover {
	background-color:#096767 !important;
}

#main-nav .dropdown- &gt; li &gt; a:focus, #main-nav .dropdown- &gt; li &gt; a:hover {
	background-color:#FFF !important;
}

#main-nav a {
	color:#FFF !important;
	background-color: #096767 !important;
}

.esconde {
	display:none;
}

.topo-home {
	background-size:100% 100%;
	color:#FFF;
	font-size:18px;
	background-position:top left;
}

.topo-home div.container{
	padding-top: 10%;
}

.topo-home h1{
	line-height:150%;
	font-weight:bold;
}
.atencao {
	padding-top:0px;
	position:fixed;
	width:100%;
	z-index:998;
}

.atencao2 {
	padding-top:0px;
	width:100%;
}

.xxxx{
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

section#servicos {
	min-height:550px;
	height: 100px !important;
	display:table;
	width:100%;
}


footer {
	background:#FFF;
	width:100%;
	bottom: 0;
}
.footer-top {
	background:#096767;
	color:#F1C900;
	padding-top:20px;
	padding-bottom:20px;
}
.footer-top ul {
	list-style: outside none none;
	padding-left:0;
}
.footer-top ul &gt; li {
	display: block;
    position: relative;
	margin:5px;
}
.footer-top ul &gt; li &gt; a {
	text-align:center;
	color:#FFF;
	padding-bottom: 15px;
    padding-top: 15px;
	display: block;
	position: relative;
	background-color:#03B1B1;
        border-radius: 5px;
}
.footer-top ul &gt; li &gt; a:hover,
.footer-top ul &gt; li &gt; a:focus {
	text-decoration:none;
	background-color:#09A0A0;
}
.footer-bottom {
	background:#03B1B1;
	color:#FFF;
	padding-top:20px;
	padding-bottom:20px;
}
.footer-bottom a {
	color:#096767;
}
.tit-footer {
	font-size:18px;
}
.copy {
	color:#096767;
}
.bg-filtro-padding {
	margin:3px;
}

.-left {
	margin-left:0px;
}

.fpg {
	padding-top:10px;
}

.pgcolor1 {
	color:#060;
}
.pgcolor2 {
	color:#F90;
}
.pgcolor3 {
	color:#F00;
}
.pgcolor4 {
	color:#009;
}

.texto-destaque {
	margin-top:0;
	font-size:22px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.rev {
	padding-top:10px;
}

.strong {
	font-weight:bold;
}

.form-group .glyphicon-eye-open, .form-group .glyphicon-eye-close {
  pointer-events: auto;
}
.form-group .glyphicon-eye-open:hover, .form-group .glyphicon-eye-close:hover {
  cursor: pointer;
}
.sem-bg {
	 color:#FFF;
}

.tbbg {
	background:#f9f9f9;
}
.tbprod {
	padding-left:10px !important;
}

.proderror {
	background:#FF9595;
}

#listContent &gt; div {
	padding-left:0;
	padding-right:0;
}
#pgbar {
	padding-top:20px;
}

.prd-nome {
	font-size:14px;
	font-weight:bold;
}
.prd-val {
	font-size:14px;
	font-weight:bold;
}

.form-bottom-chk {
	padding-bottom:0px !important;
}

#frm_completa .help-block {
	color:#FFE6E6;
}

.uladdress {
margin-top: 65px;
}

/* TAKEOVER                                                                                    TAKEOVER */
/* ---------------------------------------------------------------------------------------------------- */
.takeover { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: #FFF; display: none; z-index: 100000; }
.takeover h2 { margin-top: 0; margin-bottom: 0; color: #096767; }
.takeover .takeover-header { padding: 27px 0 27px 0; text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.takeover .takeover-header .container { position: relative; }
.takeover .takeover-header .container .takeover-close { position: absolute; top: 5px; right: 0; color: #096767; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.takeover .takeover-header .container .takeover-close i { font-size: 24px; }
.takeover .takeover-header .container .takeover-close:hover, .takeover .takeover-header .container .takeover-close:active, .takeover .takeover-header .container .takeover-close:focus, .takeover .takeover-header .container .takeover-close.open { opacity: 1; filter: alpha(opacity=100); }
.takeover .takeover-body { width: 100%; margin: 37px 0 25px 0; font-size: 23px; line-height: 1.3; color: #096767; position: fixed; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.takeover .takeover-body .row { margin-left: 100px; margin-right: 100px; }
.takeover .takeover-body h4 { margin-bottom: 30px; font-size: 28px; color: #096767; }
.takeover .takeover-body p { margin-bottom: 20px; }
.takeover .takeover-body .takeover-image img { float: right; }
.takeover .takeover-body .btn-base { display: inline-block; margin-top: 15px; background-color: #fff; padding: 13px 10px; border-radius: 8px; background-clip: padding-box; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6) inset; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.takeover .takeover-body .btn-base .btn { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6) ; }
.takeover .takeover-body .btn-base:hover { background-color: #ff0000; }
.takeover .takeover-body .btn-base:hover .btn { color: #ff0000; background-color: #fff !important; }
.takeover .takeover-footer { margin-top: 20px; padding-top: 10px; font-size: 15px; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.3); }
.takeover .takeover-footer a { color: #fff; opacity: 0.5; filter: alpha(opacity=50); }
.takeover .takeover-footer a:hover, .takeover .takeover-footer a:active, .takeover .takeover-footer a:focus { color: #fff; opacity: 1; filter: alpha(opacity=100); }

@media only screen and (max-width: 1200px) { .takeover .takeover-header h2 { font-size: 27px !important; }
  .takeover .takeover-body { font-size: 20px; }
  .takeover .takeover-body h4 { font-size: 23px; }
  .takeover .takeover-body .row { margin-left: 15px; margin-right: 15px; }
  .takeover .takeover-body .btn-base { float: left; margin-top: 10px; } }
  
@media (min-width: 600px) {
    .uladdress {
margin-top: 50px;
}
    
}

@media (min-width: 768px) {
section {
	padding-top:25px;
	padding-bottom:15px;
}
section#controle_topo {
	padding-top:115px !important;
	padding-bottom:0px !important;
}


}
@media (min-width: 990px) {
#main-nav {
	background-color:transparent;	
	border-color:transparent;
}
.texto-destaque {
	color:#000;
}

body {
	/* background:url(../imgs/bg.jpg) no-repeat center fixed; */
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

.texto-destaque {
	font-size:38px;
}
.quadrado {
	padding:10px !important;	
}

}

@media (max-width: 991px) {
.nopad {
	padding-left:0;
	padding-right:0;
}
.dois_campos_right {
	clear:both;
}

.panel-lista {
	margin-top:0 !important;
}
.h2, h2 {
	font-size:22px;
}
.antonhome2 {
	font-size:22px;
}
}
@media (max-width: 480px) {
.frmcep {
    margin-bottom: 0;
    height: 40px;
}
.bg-color-padding-lg2 p {
    padding: 30px;
}
p.padding-mob {
	padding-top: 10px;
	padding-bottom:5px;
}

.antonhome2 {
	font-size:26px;
}

.h1-pagina {
		font-size:2.8rem !important;
	}

}



@media screen and (max-height: 575px){ 
	#rc-imageselect, .g-recaptcha {
		transform:scale(0.87);
		-webkit-transform:scale(0.87);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	} 
	.g-recaptcha &gt; div {
		width:200px !important;
	}

        .antonhome2 {
	font-size:20px;
}


}
@media only screen and (max-width : 767px) {
	
	section#controle_topo {
		padding-top:105px;
	}
.field-cep {
	padding-top:20px;
}
.antonhome2 {
	font-size:20px;
}

}

@media print {
  body * {
    visibility:hidden;
  }
  .non-printable {
    visibility:hidden !important;
  }
  .printable, .printable * {
    visibility:visible;
  }
  .printable {
    position:absolute;
    left:0;
    top:0;
  }
}

.pac-container2 {
    background-color: #fff;
    position: absolute !important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial,sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}


.rect {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #CCC;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    height: 140px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    padding: 0px !important;


}
.rect:hover {
    border: 1px solid #000;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);


}

.div-callto {
    height: 100%;
    line-height: 100%;
    padding: 45px 0 0 0;
    color: #FFF;
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
}

.callto {
    line-height: normal;
}

.product {
    font-size: 10px;
}

.lbl-star {
    padding: 0px;
}

.imgbrand {
    margin-top: 2px;
}

.rotulo {
    padding-top: 3px;
}

.vlrs-card {
    color: #808080 !important;
}
.pgcard {
    font-size: 10px;
    color: #CCC;
    text-align: center;
    display: inline-block;
}

.rect-ext {
    margin-bottom: 15px;
}

.descr {
    top: -50px;
}

.vl {
    font-size: 34px;
    font-weight: bold;
}
.vlc {
    font-size: 20px;

}

.lbl {
    padding-right: 5px;
    padding-left: 5px;
}

.lbl-rev {
    font-size: 18px;
    padding-bottom: 5px;
}
.lat-marca {
    -webkit-transform: rotate(90deg);	
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(270deg);
    height: 51px;
    left: -40px;
    top: 23px;
    text-align: left;
    padding-top: 10px;

    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 10px;
    float: left;
    width: 98px;
}


.list-address:hover {
    background-color: #cccccc;
    cursor: pointer;
}
.list-address {
    font-size: 11pt;
    color: #000;
    text-align: left;
    padding-top: 10px !important;
    Display:Flex !important;
    Justify-content: space-between;
}

@media screen and (max-width: 400px) {
    .vl {
        font-size: 32px;
    }
    .vlc {
        font-size: 22px;
    }
    .lbl {
        font-size: 12px;
    }
    .lbl-rev {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 370px) {
    .vl {
        font-size: 30px;
    }
    .vlc {
        font-size: 16px;
    }
    .pgcard {
        font-size: 8px;
    }
    .lbl {
        font-size: 10px;
    }
    .rs {
        font-size: 10px;
    }
    .lbl-rev {
        padding-bottom: 10px;
    }
    
}

@media screen and (max-width: 320px) {
    .h1-pagina {
		font-size:2.3rem !important;
    }
    .antonnot2 {
                font-size:18px;
    }
}


/*page checkout*/

.min-height
{
    min-height: 60px;
}
.center-center
{
    display: flex;
    display: -webkit-flex;

    justify-content: center;
    align-items: center;
}
.border-right-itens
{
    border-right: 2px solid #ccc;
}
.border-left-itens
{
    border-left: 2px solid #ccc;
}   
 .border-bottom-itens
{
    border-left: 2px solid #ccc;
}
.col-pg
{
    padding-left: 0;
    padding-right: 0;
}
.pg-type
{
    max-width: 100%;
    width: 100%;
    text-align: center;
    min-height: 100px;
}
.tx_pg .color-black, .tx_pg .vl-dinheiro, .tx_pg .vl-cartao, .tx_pg .tx_preco, .tx_pg .vl-valegas, .tx_pg .rs
{
    font-size: 12px;
}
.icon-pg
{
    max-width: 60px;
    width: 100%;
    margin: 0 auto;
}
#form-troco
{
    max-width: 204px;
    width: 100%;
    margin: 0 auto;
}
.div-troco
{
    width: 100%;
    margin: 0 auto 4px;
    text-align: center;
    padding-left: 14px;
}
.col-dados
{
    padding: 2%;
}
.color1
{
    color: #096767;
}
.color-black
{
    color: #333;
}
.is-hidden
{
    display: none;
}
.hidden-desktop
{
    display: none;
}
.hr-func
{
    font-size: 16px !important;
}
.input-pgt
{
    margin: 0 !important;
    position: relative !important;
}

@media all and (max-width:768px) 
{
    .logo-revenda
    {
        display: block;
        transform: rotate(-90deg);
    }
    .logo-revenda img
    {
        max-width: 60px;
        position: absolute;
        top: 30px;
        left: -15px;
        width: 200%;
        height: 15px;
    }
    .div-troco
    {
        width: 120%;
        margin: 0 0 4px 2px;
        text-align: center;
        padding-left: 0;
    }

    .sem-padding-mobile
    {
        padding-right: 0;
        padding-left: 0;
    }

    .d
    {
        font-size: 14px;
    }

    .hidden-mobile
    {
        display: none;
    }
    .hidden-desktop
    {
        display: block !important;
    }
    #form-quantidade
    {
        font-size: 12px;
        padding: 0 7px;
    }
    .pg-type
    {
        min-height: 70px;
    }

    .icon-pg
    {
        max-width: 35px;
    }

    .title-pri
    {
        text-align: center;
        font-size: 20px;
    }
}



.font-frase-home {
   font-size:18px !important;
   color: #FFC90E !important;

}


.destaque-revenda-lista
{
    color: #ffff00;
    background-color: #000;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 4px;   
}</pre></body></html>