body, html {
    color: #8a8a8a;
    overflow-x: hidden;
    background-image: url(../images/bg-maxclin.jpg);
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: top center;
    font-family: 'Bitter', serif;
    font-size: 15px;
}

.container.geral {background-color: #fff;/*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/}
.container.geral hr {border-top: 1px solid rgba(147, 168, 145, 0.1);margin: 0;}

a:hover {text-decoration: none !important;}
.mobile {display: none;}

/* HEADER
--------------------------------------------------*/
header {
    padding: 30px 0;
}
header .logo img {
    width: 100%;
}
header .menu {
    text-align: right;
    padding-top: 8px;
}
header .menu a {
    color: #dd9933;
    display: inline-block;
    font-family: 'Bitter', serif;
    font-size: 15px;
    padding: 0 0.6em;
    transition: all 0.3s ease 0s;
}
header .menu a:hover {
    color: #93a891;
}

/* SUBMENU */
header .menu a:after,.submenu a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.2s linear 0s;
}
header .menu a:hover:after {
    width: 100%;
}
header .menu span {
    position: relative;
    display: inline-block;
    transition: all 0.8s linear 0s;
}
header .menu .header-links-drop:after{
    display: none;
} 
header .menu .submenu.primeiro {
    visibility: hidden;
    position: absolute;
    right: -30px;
    width: 200px;
    padding: 10px 0;
    text-align: center;
    background: #fff;
    z-index: 999;
    opacity: 0;
    transition: all 0.3s linear 0s;
    border-bottom: 2px solid #93a891;
}
header .menu .submenu.segundo {
    visibility: hidden;
    position: absolute;
    right: -60px;
    width: 200px;
    padding: 10px 0;
    text-align: center;
    background: #fff;
    z-index: 999;
    opacity: 0;
    transition: all 0.3s linear 0s;
    border-bottom: 2px solid #93a891;
}
header .menu .submenu a {
    display: block;
    padding: 3px 0;
    color: #93a891;
}
header .menu .submenu a:hover {
    color: #dd9933;
}
header .menu span:hover .submenu,header .menu span .submenu:hover {
    visibility: visible;
    top: 30px;
    opacity: 1;
}

/* SLIDESHOW */
section.slideshow {
    padding: 0;
    border-top: 5px solid #ededed;
    border-bottom: 5px solid #ededed;
}

/* BOXES HOME */
.boxes {
    padding: 40px 15px;
}
.boxes img {
    width: 100%;
}
.boxes h2 {
    font-family: 'Bitter', serif;
    color: #dd9933;
    font-size: 20px;
    margin-top: 20px;
}

/* INTERNO */
.container.geral.topo {
    padding: 40px 30px 30px 30px;
    background-image: url(../images/bg-maxclin2.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    border-top: 5px solid #c4dede;
    border-bottom: 5px solid #c4dede;
}
.container.geral.topo h1 {
    color: #fff;
    font-size: 20px;
}
.container.geral.interno {
    padding: 0 30px 40px;
}
.container.geral.interno h2 {
    color: #dd9933;
    font-size: 25px;
    padding-top: 30px;
}

/* FOOTER */
.contatos {
    padding: 40px 15px;
}
.contatos h2 {
    font-family: 'Bitter', serif;
    color: #93a891;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #93a891;
}
footer {
    background-color: #ddb57a;
    font-family: 'Bitter', serif;
    color: #fff;
    padding: 20px 0 5px;
}

/* FORMULARIOS */
#form_contato input.btn {
    text-transform: uppercase;
    font-family: 'Bitter', serif;
    color: #fff;
    text-align: center;
    background: #93a891;
    padding: 7px;
    border: none;
    float: right;
    width: 170px;
}