:root {
    --cor-1: #D1EBF8;
    --cor-2: #C0DBED;
    --cor-tit: #0068A5;
    --cor-tit2: #0068A5;
}
body {
    line-height: 26px;
    color: black;
}
ul {
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

footer {
    /* background-color: #60C0C5;
    border-top: 1px solid #ddd;
    color: #fff; */
}
.texto > * {
    padding: 5px 10px;
    text-align: justify;
}
.titulo {
    color: var(--cor-tit);
    font-size: 1.6rem;
    padding: 5px 10px;
    font-weight: bold;
}
.sub-titulo {
    color: var(--cor-tit);
    font-size: 1.2rem;
    padding: 5px 10px;
    font-weight: bold;
}
.quadro {
    background-color: rgba(255, 250, 235, 0.79);
    padding: 10px;
    text-align: center;
    max-width: 1000px;
    border: 2px dotted saddlebrown;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.img_sintomas {
    max-width: 240px;
    margin: 6px 0;
    /* border: 1px solid darkgray; */
    /* -webkit-box-shadow: 0 2px 0 0 gray;
    -moz-box-shadow: 0 2px 0 0 gray;
    box-shadow: 0 2px 0 0 gray; */

}
.chamada {
    max-width: 105px;
    height: auto;
}
.ativo {
    border: 2px solid black;
    opacity: .5;
}
.texto-head {
    color: #00538bff;
    margin: auto;
    text-align: center;
}
.jumbotron {
    background-color: white;
    color: #00457B;
}
.logo {
    /* max-width: 850px; */
    /* margin: 10px 0 10px -20px; */
    width: 100%;
}
.ulcrown li::before {
    content: '';
    background-image: url('../img/coroa.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: inline-flex;
    left: 0;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
@media (max-width: 985px) {
    .img_sintomas {
        max-width: 100%;
    }
}
@media (max-width: 770px) {
    .texto-head {
        font-size: 22px;
    }
}
@media (max-width: 575px) {
    .logo {
        margin: 10px 0 10px 0;
    }
    iframe {
        width: 340px;
    }
    .box {
        padding: 2px !important;
    }
}