/*!
 * Theme Coronavirus
 * Author: Daniel Silva
 */

 h2.frq-main-title{
    font-size: 18px;
 }


.hrf-entry{
    border:none !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.bloco-faq .hrf-entry{
    border-bottom: solid 1px #c3c3c3 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}


.hrf-content {
    display:none;
    color: #444444;
    background: ffffff;
    font-size: 14px;
    padding: 10px;
    padding-left: 50px;
    word-break: normal;
}

h3.hrf-title{
    font-size: 18px ;
    color: #444444;
    background: #d4eef9;
    padding: 10px 50px 20px 50px;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style:none;
    margin-bottom: 14px;
}


 .hrf-title.close-faq{
    cursor: pointer;
 }

.hrf-title.close-faq span{
    width: 70px;
    height: calc(100% + 2px);
    display: inline-block;
    position: absolute;
    right: -2px;
    left: auto;
    top: -1px;
    margin: 0;
    background-image: url(assets/images/seta-down.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px auto;
    background-color: #22669d;
    border-radius: 0 5px 5px 0;
    border: solid 1px #22669d;
    transition: background-color 0.2s;
}

.hrf-title.open-faq span {
    background-image: url(assets/images/seta-up.png);
}

.bloco-faq .hrf-title.close-faq span{
    width: 70px;
    height: calc(100% + 2px);
    display: inline-block;
    position: absolute;
    left: 20px;
    right: auto;
    top: 0;
    margin: 0;
    background-image: url(assets/images/faq-abrir.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px auto;
    background-color: transparent;
    border-radius: 0;
    border: none;
}

.bloco-faq .hrf-title.open-faq span {
    background-image: url(assets/images/faq-fechar.png);
}

.bloco-faq .hrf-title.close-faq, .bloco-faq h3.hrf-title.close-faq.open-faq {
    cursor: pointer;
    background: none;
    transition: color 0.5s;
}

.bloco-faq .hrf-title.close-faq:hover {
    color: #3783c6;
}

.hrf-content p {
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    background-color: #cbcbcb;
    background-image: url(assets/images/icone-download.png);
    background-repeat: no-repeat;
    background-position: right;
    margin: 0 auto 20px auto;
    padding: 0;
    border-radius: 8px;
    min-height: 72px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    transition: all 0.5s;
}

.bloco-faq .hrf-content p, .bloco-faq .hrf-content ul {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 1.6;
    background-color: transparent;
    background-image: none;
    padding: 0;
    border-radius: 0;
    min-height: auto;
    border: none;
    display: block;
    cursor: default;
    list-style: none;
}

.hrf-content p:hover {
    filter: contrast(1.2);
    background-blend-mode: multiply;
}

.hrf-content a, .hrf-content a:hover {
    position: relative;
    color: #fff;
    width: 100%;
    max-width: none;
    min-height: auto;
    padding: 0px 100px 0px 30px;
    font-size: 20px;
    transition: color 0.5s;
    max-height: 72px;
}

.bloco-faq .hrf-content a, .bloco-faq .hrf-content a:hover {
    font-family: 'Open Sans', sans-serif;
    color: #4783c6;
    display: inline;
    max-width: none;
    min-height: auto;
    padding: 0;
    font-size: 20px;
    transition: color 0.5s;
    max-height: none;
}

.bloco-faq .hrf-content a:hover {
    color: #175396;
}

.hrf-content p:hover a {
    color: #3e3e3e;
}


.hrf-faq-list {
    padding: 0;
    margin: 0px auto 0;
}

h3.hrf-title {
    font-family: "Montserrat", sans-serif;
    color: #3e3e3e;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #3e3e3e;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    transition: background-color 0.3s;
}

.bloco-faq h3.hrf-title {
    font-family: "Open Sans", sans-serif;
    color: #3e3e3e;
    font-size: 22px;
    padding: 20px 20px 20px 70px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 0;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

h3.hrf-title:hover {
    background-color: #eaeffe;
}

.hrf-title:hover span {
    background-color: #02467d;
}

.hrf-content {
    margin-bottom: 20px;
    padding: 0;
    color: #5e5e5e;
}

.bloco-faq .hrf-content {
    margin-bottom: 20px;
    color: #5e5e5e;
    max-width: 100%;
    padding: 0 90px 0 70px;
}

.faq-deliberacoes .hrf-entry {
    border: none !important;
}

.faq-deliberacoes h3.hrf-title {
    padding: 20px;
    margin-bottom: 20px;
}

.faq-deliberacoes .hrf-content {
    padding: 0px 60px 0px 40px;
}

.faq-deliberacoes .hrf-content p a {
    color: #323232;
}

.faq-deliberacoes .hrf-content p a:hover {
    color: #22669d;
    text-decoration: underline;
}

.faq-deliberacoes .hrf-title.close-faq span {
    margin-right: 0px;
    margin-left: 0px;
    background-image: url(assets/images/seta-down.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px auto;
    background-color: #22669d;
    float: right;
}

.faq-deliberacoes .hrf-title:hover span {
    background-color: #02467d;
}

.faq-deliberacoes .hrf-title.open-faq span {
    background-image: url(assets/images/seta-up.png);
}

.panorama h3.hrf-title {
    font-weight: normal;
}

.panorama .hrf-title.close-faq span {
    right: -13px;
}

/************************************************/

@media (min-width: 761px) and (max-width: 1180px) {
    h2.sub-titulo.quarentena-pag {
        font-size: 30px;
        font-size: 1.8rem;
    }
    h2.sub-titulo.quarentena-pag img {
        width: 3%;
    }
    section#inicio {
        background-position-y: 0;
        background-size: auto;
    }
    .quadro-informacoes {
        max-height: 100%;
        overflow-y: hidden;
        margin: 0;
    }
}

@media (max-width: 760px){
    
    h3.hrf-title {
        padding: 10px 0px 10px 20px;
        font-size: 1rem;
    }
    
    .hrf-title.open-faq span {
        top: 20px;
    }
    
    .hrf-title.close-faq span {
        top: -1px;
        width: 45px;
    }
    
    .hrf-content {
        padding: 0;
        color: #5e5e5e;
    }
    
    .hrf-content p {
        font-size: 1rem;
    }
    
    .hrf-content a, .hrf-content a:hover {
        position: relative;
        color: #fff;
        width: 100%;
        max-width: none;
        min-height: auto;
        padding: 0px 90px 0px 0px;
        font-size: 15px;
        transition: color 0.5s;
        max-height: 72px;
    }
    
    .bloco-faq h3.hrf-title {
        font-size: 18px;
        padding: 10px 60px 20px 60px;
    }
    
    .bloco-faq .hrf-content {
        padding: 0 20px 0 30px;
    }
    
    .bloco-faq .hrf-content p, .bloco-faq .hrf-content ul {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .bloco-faq .hrf-content li {
        margin-top: 5px;
    }
    
    .bloco-faq .hrf-content li span {
        display: inline-block;
    }
    
    .bloco-faq .hrf-content a, .bloco-faq .hrf-content a:hover {
        font-size: 16px;
    }

    .panorama h3.hrf-title {
        padding-right: 72px;
        padding-left: 10px;
        font-size: 19px;
    }
    
    .faq-deliberacoes .hrf-title.close-faq span {
        top: -1px;
    }
 
}