/*!
 * 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;
 }
 
 .hrf-content {
    display: none;
    word-break: normal;
    margin: 0px auto;
    max-width: 760px;
    margin: 20px auto;
}

h3.hrf-title {
    background: #fff;
    margin: 0;
    padding: 28px 0px 28px 48px;
    -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;
    border: 1px solid;
    border-radius: 8px;
}

 .hrf-title.close-faq {
    cursor: pointer;
    background-image: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/prot-seta-para-baixo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
}

h3.hrf-title.close-faq.open-faq {
    cursor: pointer;
    background-image: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/prot-seta-para-cima.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
}

 .hrf-title.close-faq span {
    display: none;
}

 /* }.hrf-title.open-faq{
 
 } */
 .hrf-title.open-faq span{
    display: none;
 }

 .hrf-content p {
    line-height: 1.2;
    background-color: #a5b0c2;
    background-image: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/icone-download.png?v1);
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 10px;
    border-radius: 8px;
    min-height: 72px;
    border: 1px solid #8d96a4;
}

.hrf-content a, .hrf-content a:hover {
    position: absolute;
    color: #fff;
    width: 100%;
    max-width: 762px;
    min-height: 72px;
    padding: 18px 140px 0 40px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}

 /* .hrf-entry ul{
 
 }
 .hrf-entry ul li{
 
 } */

.hrf-faq-list {
    margin-top: 30px;
    max-width: 1260px;
    padding: 0 10px;
    margin: 30px auto 0;
}

h3.hrf-title {
    font-family: "Montserrat", sans-serif;
    color: #3e3e3e;
    font-weight: normal;
    font-size: 20px;
    font-size: 1.3rem;
    line-height: 1.2;
}

.faq-deliberacoes {
    margin-top: -22px;
}

.faq-deliberacoes .hrf-entry {
    border-top: 2px solid!important;
    border-color: #39355c!important;
}


.faq-deliberacoes h3.hrf-title {
    padding: 10px 0 26px 20px;
    margin-bottom: 0;
}

.faq-deliberacoes .hrf-content {
    padding: 0 10px 0 20px;
}

.faq-deliberacoes .hrf-content p a {
    color: #000;
}

.faq-deliberacoes .hrf-title.close-faq span {
    margin-right: 0px;
    margin-left: 0px;
    background: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/botaoseta-prabaixo.png) no-repeat center center;
    float: right;
}

.faq-deliberacoes .hrf-title.open-faq span {
    margin-right: 0px;
    margin-left: 0px;
    background: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/botaoseta-pracima.png) no-repeat center center;
    float: right;
}

/************************************************/

@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 {
        font-size: 19px;
        font-size: 1.2rem;
    }
    .hrf-title.open-faq span {
        top: 20px;
    }
    .hrf-title.close-faq span {
        top: 8px;
    }
    .hrf-content p {
        font-family: "Opens Sans", sans-serif;
        font-size: 17px;
        font-size: 1.1rem;
    }
    .faq-deliberacoes .hrf-title.close-faq span {
        top: 0;
    }
    .faq-deliberacoes .hrf-title.open-faq span {
        top: 0;
    }

    h3.hrf-title {
        padding: 20px 0px 20px 8px;
        font-size: 16px;
        font-size: 1rem;
    }

    .hrf-content a, .hrf-content a:hover {
        position: absolute;
        width: 100%;
        max-width: 306px;
        min-height: 72px;
        padding: 18px 80px 0 10px;
        font-size: 14px;
    }

    section.mapa-estado {
        padding: 40px 10px;
    }
}