@font-face {
   font-family: monteserrat;
   src: url(Montserrat-Regular.ttf);
}
body{
    font-family: monteserrat;
}
.limite{
    max-width: 1400px;   /* ou 1500px */
    margin: 0 auto;
}

h4{font-size:14px}
h1{font-size:18px; line-height: 25px;}
.form-control{
	border-radius: 3px;
	height:40px;
	margin-bottom:10px;
}

.beneficios h4{font-weight:bold}
.top-bar{
    background:#0c4f33;
    color:#fff;
    padding:10px 0;
}

.menu-principal{
    background:#fff;
    border:none;
    margin-bottom:0;
}

.hero{
   height:auto;
   border: 1px solid #000;
}

.hero h1{
    font-size:58px;
    color:#143d2a;
    font-weight:700;
}

.hero h1 span{
    color:#8aa882;
}

.btn-success{
    background:#0c4f33;
    border-color:#0c4f33;
}

.beneficios{
    padding:30px 0;
    background:#f8f7f4;
	border:1px solid #ccc;
	margin:10px;
}

.item-beneficio{
    text-align:center;
}

.item-beneficio i{
    font-size:35px;
    color:#0c4f33;
}

.produtos{
    padding:30px 0;
    background:#fafafa;
}

.titulo-secao{
    text-align:center;
    margin-bottom:40px;
}

.produto-card{
    /*background:#fff;*/
    border:1px solid #eee;
    padding:15px;
    margin-bottom:30px;
    text-align:center;
}

.preco{
    display:block;
    color:#0c4f33;
    font-size:22px;
    font-weight:bold;
    margin:10px 0;
}

.categorias{
    padding:40px 0;
}

.categoria-box{
    height:180px;
    color:#fff;
    font-size:28px;
    font-weight:bold;
    display:flex;
    align-items:center;
    justify-content:center;
    background:url('../img/categoria.jpg') center;
    background-size:cover;
}

footer{
    background:#0c4f33;
    color:#fff;
    padding:50px 0;
    margin-top: 20px;
}

footer h4{
    font-size: 22px;
    font-weight: bold;
}

.whatsapp-fixo{
    position:fixed;
    right:20px;
    bottom:20px;
    width:65px;
    height:65px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    text-align:center;
    line-height:65px;
    font-size:35px;
}
          .modal-content{
    border-radius:15px;
    overflow:hidden;
}

.modal-header{
    background:#fff;
    border-bottom:1px solid #eee;
}

.modal-body{
    padding:30px;
}

.img-thumbnail{
    border:none;
    box-shadow:0 5px 20px rgba(0,0,0,.12);
}

.btn-success{
    border-radius:8px;
}

.well{
    border:none;
    box-shadow:none;
}
.cidades{
    padding:60px 0;
    background:#f9faf8;
}

.cidades h2{
    color:#1f5c36;
    font-size:40px;
    font-weight:bold;
    margin-bottom:10px;
}

.cidades h2 i{
    color:#1f5c36;
}

.subtitulo{
    color:#666;
    font-size:18px;
    margin-bottom:40px;
}

.cidade-card{
    background:#fff;
    border:1px solid #dcdcdc;
    border-radius:8px;
    padding:18px;
    text-align:center;
    margin-bottom:20px;
    font-size:18px;
    font-weight:600;
    color:#2c2c2c;
    transition:.25s;
    cursor:pointer;
    min-height:70px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.cidade-card i{
    color:#1f5c36;
    font-size:22px;
    margin-right:10px;
}

.cidade-card:hover{
    border-color:#1f5c36;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transform:translateY(-4px);
}

.entrega{
    margin-top:25px;
    font-size:22px;
    color:#1f5c36;
}

.entrega i{
    font-size:28px;
    margin-right:10px;
}
.whatsapp-fixo1 {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

.whatsapp-fixo1 a {
    position: relative;
    display: inline-block;
}

.whatsapp-fixo1 a:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #25d366;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    opacity: .5;
}

.whatsapp-fixo1 img {
    width: 65px;
    position: relative;
    z-index: 2;
    animation: shake 4s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .5;
    }
    70% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}

@keyframes shake {
    0%, 90%, 100% {
        transform: rotate(0deg);
    }
    92% {
        transform: rotate(-10deg);
    }
    94% {
        transform: rotate(10deg);
    }
    96% {
        transform: rotate(-10deg);
    }
    98% {
        transform: rotate(10deg);
    }
}

.cidades{
    padding:20px 0;
    background:#f9faf8;
}


.subtitulo{
    color:#666;
    font-size:18px;
    margin-bottom:40px;
}

.cidade-card{
    background:#fff;
    border:1px solid #dcdcdc;
    border-radius:8px;
    padding:18px;
    text-align:center;
    margin-bottom:20px;
    font-size:18px;
    font-weight:600;
    color:#2c2c2c;
    transition:.25s;
    cursor:pointer;
    min-height:70px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.cidade-card i{
    color:#1f5c36;
    font-size:22px;
    margin-right:10px;
}

.cidade-card:hover{
    border-color:#1f5c36;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transform:translateY(-4px);
}

.entrega{
    margin-top:10px;
    font-size:22px;
    color:#1f5c36;
}

.entrega i{
    font-size:28px;
    margin-right:10px;