.imgMenu{
    max-width: 250px;
}
.marginLogo{
    margin-right: 0px;
}
.menuNav{
    background: rgba(255,255,255,0.8) !important;
    border-bottom: 1px solid #00311d;
}
@media only screen and (min-width: 1200px) {
    .marginLogo { margin-right: 100px; }
}
.slide{
    max-width: 100%;
}
.carousel-caption{
	top: 0px;
}
.teste{
    background: rgba(255,255,255,0.4);
    margin-left: 300px;
    margin-right: 300px;
    border-radius: 10px;   
}
.textBlack{
    color: #00311d;
}
.textWhite{
    color: #ffffff !important;
}
.textWhiteIcon{
    color: #3366cc !important;
}
.imgWhite{
    background: 10px;
}
.textMenu{
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    color: #00311d !important;
    font-weight: 600;
    font-size: 13pt;
}
.textMenu:hover{
    border-bottom: 2px solid #00311d;
    border-top: 2px solid #00311d;
    transition: border-bottom 0.8s, border-top 0.8s;
    text-decoration: none;
}
.drop{
    background: rgba(255,255,255,0.8) !important;
}
.configDrop{
    font-weight: 500;
    color: #00311d !important;
    width: 0px;
}
.configDrop:hover{
    background: transparent !important;
    font-weight: 900;
}
.textTitle{
    font-family: 'Playfair Display', serif;
    color: #00311d;
}
.configFooter{
    background-color: #00311d;
    font-size: 13pt;
}
.maps{
    margin-bottom: -6px;
}
.backOff{
    border: 2px solid #00311d;
    resize: none;
}
.backOff:focus{
    background: none;
    resize: none;
    border: #00311d !important;
    border-radius: none;
    border-style: none;
}
.borderBottom{
    border-bottom: 2px solid #ffffff;
}
::placeholder {
  color: #00311d !important;
}
.btnMensagem{
    background: #00311d !important;
    color: #ffffff !important;
    border: #00311d !important;
}
.btnMensagem:hover{
    border: #ffffff !important;
    font-weight: 900;
}
.copy{
    border-top: 1px solid #ffffff;
}
.linha{
    border-bottom: 3px solid #00311d;
    font-family: 'Playfair Display', serif;
}
.textSecondary{
    color: #00311d;
}
.lista{
    list-style: none;
}
.textContato{
    font-size: 16pt;
    color: #00311d;
}
@media only screen and (max-width: 700px) {
    .textContato {font-size: 14pt;}
}