/*============================================================================================
    PRÉ-DEFINIÇÕES
============================================================================================*/

@import "fancybox.css";
@import "formularios.css";

@font-face {
    font-family: 'Conv_BreeRegular';
    src: url("../fonts/BreeRegular.eot");
    src: local("☺"), url("../fonts/BreeRegular.woff") format("woff"), url("../fonts/BreeRegular.ttf") format("truetype"), url("../fonts/BreeRegular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_BreeBold';
    src: url("../fonts/BreeBold.eot");
    src: local("☺"), url("../fonts/BreeBold.woff") format("woff"), url("../fonts/BreeBold.ttf") format("truetype"), url("../fonts/BreeBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_BreeLight';
    src: url("../fonts/BreeLight.eot");
    src: local("☺"), url("../fonts/BreeLight.woff") format("woff"), url("../fonts/BreeLight.ttf") format("truetype"), url("../fonts/BreeLight.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    text-decoration: none;
    outline: none;
    color: #888;
    font-family: Arial;
    font-size: 12px;
}

body, html {
    width: 100%;
    height: 100%;
}

body {
    overflow-y: scroll !important;
    overflow-x: hidden;
    padding: 0 !important;
    background: url(../img/bg-site.jpg);
}

section {
    display: table;
    min-height: 80%;
}

a {
    display: block;
    cursor: pointer;
    width: auto;
}

button {
    cursor: pointer;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.center {
    max-width: 800px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.esconder {
    display: none !important;
}

.mostrar {
    display: block !important;
}

/*============================================================================================
    HEADER
============================================================================================*/

#topo {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #bcc3c6;
    background: #fffce7;
}

#menu ul li {
    float: left;
    padding-right: 35px;
    background: url(../img/sombra-menu.png) no-repeat right center;
}

#menu ul li:last-child {
    padding-right: 0;
    background: none;
}

#menu ul li a {
    color: #7c7466;
    font-family: 'Conv_BreeRegular';
    font-size: 14px;
    line-height: 35px;
}

#menu ul li a:hover {
    color: #1a6a88;
}

#saudacao {
    color: #7c7466;
    font-family: 'Conv_BreeRegular';
    font-size: 14px;
}

#saudacao strong {
    color: #7c7466;
    font-family: 'Conv_BreeBold';
    font-size: 14px;
    line-height: 35px;
}

#subtopo {
    width: 100%;
    height: 53px;
    background: #587057;
}

#subtopo .center {
    position: relative;
}

#logo {
    position: absolute;
    width: 374px;
    height: 167px;
    margin-left: -105px;
    background: url(../img/bg-logo.png) no-repeat center top;
}

#logo a, #logo img {
    width: 160px;
    padding: 3px 0px 0px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo a {
    margin: auto;
}

#logo img {
    margin-left: 13px;
}

#active-menu {
    background: url(../../img/menu.png) no-repeat center left;
    font-weight: bold;
    line-height: 36px;
    display: block;
    padding-left: 16px;
    position: relative;
    cursor: pointer;
}

#active-menu:hover {
    opacity: 0.8;
}

h1, h1 span {
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    line-height: 53px;
}

h1 {
    font-family: 'Conv_BreeRegular';
    text-align: center;
}

h1 span {
    font-family: 'Conv_BreeBold';
}

#sair {
    position: absolute;
    width: 76px;
    height: 30px;
    top: 11px;
    right: 0;
    color: #03374b;
    font-family: 'Conv_BreeRegular';
    font-size: 14px;
    line-height: 32px;
    text-indent: 30px;
    text-transform: uppercase;
    background: url(../img/bt-sair.png) no-repeat;
}

/*============================================================================================
    CONTEUDO
============================================================================================*/

.container {
    max-width: 850px;
}

#conteudo {
    padding-left: 20px;
    padding-right: 20px;
}

//box-sizing:border-box;
.title-blue {
    color: #1a6a88;
    margin-bottom: 20px;
}

.title-blue span {
    color: #1a6a88;
}

/*============================================================================================
    FOOTER
============================================================================================*/

footer {
    display: none;
}

footer {
    width: 100%;
    height: 113px;
    background: url(../img/bg-footer.png) no-repeat center;
}

footer.internal {
    margin-top: 30px;
}

footer .center {
    overflow: hidden;
}

footer p {
    text-align: right;
    color: #165b75;
    font-family: 'Conv_BreeLight';
    font-size: 14px;
    line-height: 29px;
}

footer a {
    width: 77px;
    height: 29px;
    display: inline-block;
    margin-left: 5px;
    background: url(../../img/logo-weedoit-hover.png) no-repeat center center;
    position: relative;
    top: 5px;
    filter: grayscale(100%);
}

footer a:hover {
    filter: grayscale(0%);
}

#logo-doctor {
    margin-top: 50px;
}

#desenvolvedor {
    margin-top: 36px;
}

#horariosBox {
    max-width: 940px;
    margin: 0 auto;
    display: none;
}

#conf {
    display: none;
}

#termos{
    margin-top: 100px;
}

#termosuso{
    padding-top: 40px;
    background-color: white;
}