#home .contentWrapper {
    margin-top: -50px;
}
#home .lineWrapper {
    clear: both;
    padding: 0 8%;
}
#home .btProds {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
#home .btProds:hover .icon {
    background-position: 0 -124px;
}
#home .btProds:hover p {
    text-decoration: underline;
}
#home .btProds .icon {
    display: inline-block;
    width: 124px;
    height: 124px;
    margin-bottom: 10px;
}
#home .btProds .iconRadiografia {
    background: url('../images/site/icon_radiografia_01.png') 0 0 no-repeat;
}
#home .btProds .iconTomografia {
    background: url('../images/site/icon_tomografia_01.png') 0 0 no-repeat;
}
#home .btProds .iconDocumentacao {
    background: url('../images/site/icon_documentacao_01.png') 0 0 no-repeat;
}
#home .btProds h1 {
    font-size: 1.8em;
    color: #0378a6;
    letter-spacing: -0.05em;
    line-height: 120%;
    margin-bottom: 20px;
}
#home .btProds p {
    font-size: 1em;
    font-weight: 300;
    color: #888;
}
#home .box:first-child {
    margin-top: 60px;
}
#home .box {
    display: block;
    background-color: #f0f0f0;
    position: relative;
    width: 84%;
    padding: 10% 8%;
    margin-top: 30px;
}
#home .box.box100 {
    width: auto;
    margin-bottom: 30px;
}
#home .iconEco {
    position: absolute;
    top: -15px;
    right: -15px;
}
#home .box .titulo {
    display: inline-block;
    vertical-align: top;
    font-size: 2.4em;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #626262;
    margin-left: 6px;
    margin-bottom: 15px;
}
#home .dentistas .titulo {
    display: block;
}
#home .box p {
    font-size: 0.9em;
    color: #9a9a9a;
}
.form_login {
    margin-top: 20px;
}
.form_login input {
    font-family: 'Open Sans', sans-serif;
    outline: 0;
    width: 92%;
    padding: 4%;
    color: #0378a6;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #dbdbdb;
    background-image: none;
    margin-top: -1px;
}
#msg {
    display: none;
    text-align: center;
    background-color: #a54c4c;
    border: 1px solid #a54c4c;
    font-size: 0.8em;
    color: #fff;
    width: 92%;
    padding: 4%;
}
.form_login .bts {
    margin-top: 10px;
}
.form_login .btEsqueci {
    font-size: 0.9em;
    font-style: italic;
    color: #9a9a9a;
}
.form_login .btEsqueci:hover {
    color: #0378a6;
    text-decoration: underline;
}
.form_login .btOk {
    float: right;
    font-size: 1.4em;
    color: #717171;
}
.form_login .btOk:hover {
    color: #0378a6;
}
#home .box .btDownload,
#home .box .btSolicite,
#home .box .btParceiro {
    display: block;
    margin-top: 30px;
}
#home .box .btDownload .icon,
#home .box .btSolicite .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    float: left;
}
#home .box .btDownload .icon {
    background: url('../images/site/icon_download.png') 0 0 no-repeat;
}
#home .box .btSolicite .icon {
    background: url('../images/site/icon_agendamento.png') 0 0 no-repeat;
}
#home .box .btDownload:hover p,
#home .box .btSolicite:hover p,
#home .box .btParceiro:hover p {
    text-decoration: underline;
}
#home .box .btDownload:hover .icon,
#home .box .btSolicite:hover .icon {
    background-position: 0 -36px;
}
#home .box .btDownload p,
#home .box .btSolicite p {
    font-size: 0.9em;
    line-height: 130%;
    color: #9a9a9a;
    margin-left: 45px;
}
#home .box .btParceiro p {
    font-size: 0.9em;
    line-height: 130%;
    color: #9a9a9a;
}
#home .box .btDownload p span,
#home .box .btSolicite p span,
#home .box .btParceiro p span {
    /*display: inline-block;*/
    font-weight: 700;
    color: #0378a6;
}
#home .box .whiteBox {
    margin-top: 10px;
    padding: 35px 20px;
    background-color: #fff;
}
#home .box .btParceiros {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    text-align: center;
    font-size: 0.9em;
    line-height: 130%;
    color: #9a9a9a;
}
#home .box .btParceiros:hover {
    text-decoration: underline;
}
#home .box .btParceiros span {
    display: block;
}


/* ===== MEDIA QUERIES ===== */
@media only screen and (min-width: 480px) {
    #home .lineWrapper {
        padding: 0 15%;
    }
}

@media only screen and (min-width: 600px) {
    #home .lineWrapper {
        padding: 0 20%;
        margin-left: -3%;
    }
}

@media only screen and (min-width: 850px) {
    #home .lineWrapper {
        padding: 0 3%;
    }
    #home .btProds {
        display: inline-block;
        width: 30.33%;
        margin-left: 3%;
        float: left;
        margin-bottom: 50px;
    }
    #home .box:first-child {
        margin-top: 0px;
    }
    #home .box {
        display: inline-block;
        float: left;
        margin-left: 3%;
        padding: 4% 3% 3%;
        margin-top: 0;
        width: 24.33%;
    }
    #home .box.box100 {
        width: auto;
        margin-left: none;
        padding: none;
    }
}

@media only screen and (min-width: 1200px) {
    #home .dentistas .titulo {
        display: inline-block;
    }
}

@media only screen and (min-width: 1300px) {
    #home .contentWrapper {
        margin-top: -100px;
    }
    #home .areaWrapper {
        background-color: #fff;
        float: left;
        width: 1200px;
    }
    #home .lineWrapper {
        margin-top: -50px;
    }
}