/*
Theme Name: DocCare One
Theme URI: https://doccare.med.br
Author: William Stertz
Author URI: https://doccare.med.br
Description: Tema institucional minimalista para a DocCare.
Version: 1.0
License: GNU GPL v2 or later
Text Domain: doccare
*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:Inter,Arial,sans-serif;

    background:#ffffff;

    color:#263238;

    line-height:1.6;

}

img{

    max-width:100%;

    height:auto;

}

a{

    color:#0C8A72;

    text-decoration:none;

    transition:.3s;

}

a:hover{

    color:#0a6f5b;

}

.container{

    width:90%;

    max-width:980px;

    margin:auto;

}

.section{

    padding:80px 0;

}

.text-center{

    text-align:center;

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

.doccare-header{

    padding:70px 20px 30px;

    text-align:center;

    background:#ffffff;

}

.logo-area img{

    width:340px;

    max-width:90%;

}

/* =======================================================
MAIN
======================================================= */

.site-main{

    min-height:70vh;

}

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

.doccare-footer{

    border-top:1px solid #ececec;

    padding:40px 20px;

    text-align:center;

    font-size:15px;

    color:#6c757d;

}

.doccare-footer a{

    display:inline-block;

    margin-bottom:12px;

    font-weight:600;

}