:root {
    --color1: #022996;
    --color2: #1B2737;
    --color3: #344967;
    --color4: #fff;
    --color5: #000;
    --color6: #F2E7A9;

    --text-weigth: 500;

    --titulo: 29px;
    --subtitulo: font-size: 20px;
    --text: 17px;
}










.bk-banner {
    width: 100%;
 
    height: 304px;
    background-image: url(/img/cards/odonto.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.div-bk-banner {
    padding: 0px 5px;
}
.bk-banner h1 {
    font-size: 30px;
    color: white;
    font-weight: 200;
    line-height: 36px;
    padding: 9px 0px 5px;
    max-width: 310px;
}
.bk-banner h2 {
    color: white;
    padding-bottom: 10px;
    max-width: 298px;
    font-weight: 300;
    line-height: 24px;
}

/* container diferencial */


.container-diferencial {
    width: 95%;
    margin: 35px auto 9px;
}

.container-diferencial h2 {
    color: #000000;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
}


/* container cards */


.div-cards-diretoria {
    display: flex;
    flex-wrap: wrap;
    max-width: 380px;
    justify-content: center;
    margin: 30px auto;
    width: 90%;
}

.div-cards-diretoria a {
    font-weight: 300;
    color: #0F2A24;
    font-size: 16px;
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 9px;
}

.div-cards-diretoria img {
    width: 35px;
}

.div-cards-diretoria div {
    box-shadow: 3px 3px 5px #5656561a;
    margin: 7px auto;
    border: 1px solid #00000021;
    border-bottom-right-radius: 25px;
    background: rgb(255 255 255);
    padding: 10px 10px;
}

#img-card-servico {
    width: 35px;
    padding: 0px 0px 15px;
}

.div-cards-diretoria div h3 {
    font-weight: 300;
    font-size: 26px;
}

.div-cards-diretoria div p {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 15px;
}

/* CONTAINER FOOTER */


.wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(52, 52, 52);
    background: linear-gradient(90deg,
            rgba(52, 52, 52, 1) 0%,
            rgba(97, 119, 255, 1) 0%,
            rgba(33, 57, 189, 1) 100%);
}

.wrapper a {
    display: inline-block;
    text-decoration: none;
    padding: 15px;
    background-color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    color: #585858;
    font-family: "Roboto", sans-serif;
}

.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: rgb(74 74 74 / 16%);
    transition: all 0.4s;
}
.modal:target {
    visibility: visible;
    opacity: 1;
}

.content {
    border-radius: 21px;
    position: relative;
    width: 500px;
    width: 80%;
    max-height: 600px;
    padding: 37px 16px;
    background: #fff;
    overflow-y: scroll;
}

.content h1 {
    padding: 5px 0px 10px;
    font-size: 20px;
    font-weight: 400;
}

.content ul {
    list-style: inside;
}

.content p {
    font-size: 15px;
    line-height: 38px;
    padding-bottom: 15px;
    font-weight: 300;
}

#button-main {
    background-color: #009667;
    cursor: pointer;
    background: transparent;
    border: 1px solid white;
    border-radius: 8px;
    height: 41px;
    background: #855bb5;
    border: none;
    border-radius: 8px;
}

#button-main a{
    color: white;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--color2);
    font-size: 25px;
    text-decoration: none;
}

@media (min-width: 600px) {

    .div-bk-banner {
        padding: 0px 5px;
        width: 1000px;
        margin: 0 auto;
    }

    .bk-banner h1 {
        font-size: 35px;
        color: var(--color4);

        max-width: 362px;
    }

    .bk-banner h2 {
        color: var(--color4);
        font-weight: 500;
        line-height: 19px;
    }

    /* container diferecias */

    .container-diferencial h2 {
        text-align: center;
        max-width: none;
    }

    .container-diferencial P {
        text-align: center;
        max-width: 616px;
        margin: 0 auto;
    }

    /* container cards */
    .div-cards-diretoria div h3 {
        padding: 0px 0px 11px;
        font-size: 22px;
    }

    .div-cards-diretoria {
        display: flex;
        flex-wrap: wrap;
        max-width: 1150px;
        justify-content: center;
    }


    .div-cards-diretoria div {
        width: 330px;
        padding: 15px;
    }

    .div-container-card {
        width: 900px;
        flex-direction: row;
    }

    /* #img-card-servico {
        width: 90px;
        padding: 15px;
    } */


    /* container modal */

    .content {
        max-width: 800px;
        padding: 60px;
    }

    /* container footer */

    .container-footer {
        margin: 1px auto;
        display: flex;
        justify-content: space-around;
        max-width: 1100px;
        padding: 25px 0px;
    }

    .div-footer-1 {
        padding: 0px 0px;
    }

    .div-footer-1 h2 {
        padding: 13px 0px;
    }

    footer h3 {
        width: 500px;
        margin: 0 auto;
    }

}
