/*!
 * 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;
    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);
}


.hrf-content p {
    font-family: "Open Sans", sans-serif;
    line-height: normal;
    background-color: transparent;
    background: none;
    margin: 0 auto 20px auto;
    padding: 0;
    border-radius: 0;
    min-height: auto;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: default;
}

.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;
}

.hrf-content p:hover a {
    color: #fff;
}


.hrf-faq-list {
    padding: 0;
    margin: 0px auto 0;
    max-width: 800px;
}

h3.hrf-title {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    padding: 0 30px;
    height: 64px;
    background-color: #333333;
    border-radius: 5px;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    transition: all 0.3s ;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 15px;
    padding-right: 105px;
}


h3.hrf-title:hover {
    background-color: #555;
}

.hrf-title:hover span {
    background-color: #02467d;
}

h3.hrf-title.close-faq.open-faq {
    border-radius: 5px 5px 0 0;
}

.hrf-content {
    color: #5e5e5e;
    background: #fff;
    max-width: 100%;
    margin: 0 auto 10px;
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    border: solid 1px #dedede;
    border-top: none;
}

.hrf-content .fases-lista {
    list-style: none;
    font-size: 20px;
    padding: 0;
    margin-bottom: 0;
}

.hrf-content .fases-lista .fase {
    display: flex;
    border-radius: 0 5px 5px 0;
    border: solid 1px;
    margin-bottom: 10px;
    overflow: hidden;
}

.hrf-content .fase.fase-1 {
    border-color: #ff0000;
}

.hrf-content .fase.fase-1.fase-emergencial {
    border-color: #e62a37;
    margin-bottom: 24px;
}

.hrf-content .fase.fase-2 {
    border-color: #ff8500;
}

.hrf-content .fase.fase-3 {
    border-color: #ffff00;
}

.hrf-content .fase.fase-4 {
    border-color: #3f8954;
}

.hrf-content .fase .titulo-fase {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-weight: 600;
    color: #fff;
}

.hrf-content .fase.fase-emergencial .titulo-fase {
    width: 40%;
}

.hrf-content .fase.fase-1 .titulo-fase {
    background: #ff0000;
}

.hrf-content .fase.fase-1.fase-emergencial .titulo-fase {
    background: #e62a37;
    font-size: 18px;
    justify-content: left;
}

.acordeon-fase-emergencial {
    margin-bottom: 40px;
}

.hrf-content .fase.fase-2 .titulo-fase {
    background: #ff8500;
}

.hrf-content .fase.fase-3 .titulo-fase {
    background: #ffff00;
    color: #666666;
}

.hrf-content .fase.fase-4 .titulo-fase {
    background: #3f8954;
}

.hrf-content .fase .conteudo-fase {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    color: #333333;
}

.hrf-content .fase.fase-1 .conteudo-fase {
    background: #fdebe9;
}

.hrf-content .fase.fase-1.fase-emergencial .conteudo-fase {
    background: #e62a3705;
}

.hrf-content .fase.fase-1.fase-emergencial .conteudo-fase:hover {
    background: #e62a370d;
}

.hrf-content .fase.fase-2 .conteudo-fase {
    background: #fdf5eb;
}

.hrf-content .fase.fase-3 .conteudo-fase {
    background: #fffff5;
}
.hrf-content .fase.fase-4 .conteudo-fase {
    background: #f4f8f5;
}


.hrf-content .conteudo-fase ul  {
    list-style: disc;
    font-size: 19px;
}

.hrf-content .conteudo-fase ul li {
    margin-bottom: 8px;
}

.hrf-content .fase-emergencial .conteudo-fase ul li {
    margin-bottom: 8px;
    font-size: 16px;
}


.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;
}

/************************************************/
/* Adição Danile 01/07 */

.hrf-content h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    max-width: 638px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 56px;
}

.hrf-content h4 strong {
    color: #d8642c;
    font-size: 25px;
}

.hrf-content td {
    padding: 20px 40px 20px 10px;
    font-size: 16px;
    border-right: 1px solid #e0e0e0;
    color: #ea5b0c;
}

.hrf-content td:nth-child(2n) {
    border-right: none;
    padding-left: 30px;
    color: #3e3e3e;
}

.hrf-content tr {
    border-bottom: 1px solid #c0c0c0;
}

.hrf-content tr:nth-last-child(1) {
    border-bottom: none;
}



/************************************************/

@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;
    }

    .panorama h3.hrf-title {
        padding-right: 72px;
        padding-left: 10px;
        font-size: 19px;
    }
    
    .faq-deliberacoes .hrf-title.close-faq span {
        top: -1px;
    }
 
}

/************************************************/
/* Adição mobile Danile 01/07 */

@media (max-width: 760px){
    
    .hrf-content h4 {
        font-size: 17px;
        padding: 10px 10px 30px;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 10px;
    }

    .hrf-content h4 strong {
        color: #d8642c;
        font-size: 18px;
    }

    .hrf-content table{
        width:100%;
    }

    .hrf-content td {
        display: block;
        width: 100%!important;
        padding: 10px;
        border-right: none;
    }

    .hrf-content tr {
        display:block;
        margin-bottom:10px;
    }

    .hrf-content td:nth-child(2n) {
        padding-left: 10px;
    }

    .hrf-content {
        padding: 10px 10px 30px;
    }

    .hrf-content p {
        margin: 20px auto 10px auto;
    }

    .hrf-content a, .hrf-content a:hover {
        position: relative;
        color: #fff;
        width: 100%;
        max-width: none;
        min-height: auto;
        padding: 0px 60px 0px 20px;
        font-size: 14px;
        transition: color 0.5s;
        max-height: 72px;
        text-align: left;
    }
    
    .atividades-permitidas .hrf-faq-list {
        padding: 0 5px;
    }
    
    .atividades-permitidas h3.hrf-title {
        padding-right: 65px;
        font-size: 0.9rem;
    }
    
    .hrf-content .fase .titulo-fase {
        width: 25%;
        font-size: 16px;
    }
    
    .hrf-content .conteudo-fase ul {
        font-size: 15px;
    }

    .hrf-content .fase.fase-1.fase-emergencial .titulo-fase {
        font-size: 13px;
    }

    .hrf-content .fase.fase-emergencial .titulo-fase {
        width: 48%;
    }

    .hrf-content .fase-emergencial .conteudo-fase ul li {
        font-size: 14px;
    }

    .hrf-content .fase-emergencial .conteudo-fase ul {
        padding-left: 30px;
    }

}