/*!
* Theme PlanoSP v1
* Author: Daniel Silva e Ander Pires
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');


body {
    font-style: normal;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}

button:focus, select:focus {
    outline: none;
}

img {
    width: 100%;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

pre {
    background: #f4f4f4;
    padding: 10px 24px;
    white-space: pre-wrap;
}F

.inactive {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    -user-drag: none;
}

.mbr-section__comments .row {
    justify-content: center;
    -webkit-justify-content: center;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    color: #2c84cc;
    transition: all 0.2s;
}


a,
a:hover {
    text-decoration: none;
}


a:hover {
    color: #0c344c;
}

figure {
    margin-bottom: 0;
}

body {
    color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    font-family: 'Montserrat', sans-serif;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.2;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.4;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    padding: 10px 0 10px 20px;
    position: relative;
    border-left: 2px solid;
    border-color: #ff3366;
}


html,
body {
    height: auto;
    /* min-height: 100vh; */
    /* max-width: 1280px; */
    margin: 0 auto;
}

.dropup .dropdown-toggle::after {
    display: none;
}

/*# sourceMappingURL=style.css.map */
.engine {
    position: absolute;
    text-indent: -2400px;
    text-align: center;
    padding: 0;
    top: 0;
    left: -2400px;
}

/************************************************/

/* ---------------------------------------------------------------------------------- ELEMENTOS GERAIS */

.grid {
    display:flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.img-icone {
    background-color: #22669d;
    background-repeat: no-repeat;
    background-position: center center;
}

.img-icone.dl {
    background-image: url(assets/images/icone-dl.png);
    background-size: 30px 27px;
}

.img-icone.seta {
    background-image: url(assets/images/icone-seta.png);
    background-size: 26px 17px;
}

.img-icone.down {
    background-image: url(assets/images/seta-down.png);
    background-size: 27px 15px;
}

.img-icone.up {
    background-image: url(assets/images/seta-up.png);
    background-size: 27px 15px;
}

.bt-padrao {
    background-color: #2c84cc;
    color: #fff;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    min-width: 300px;
    width: 100%;
    margin: auto;
    transition: all 0.3s;
}

.bt-padrao:hover {
    background-color: #12568d; 
    color: #f9f9f9;
}

.bt-padrao .txt-bt {
    padding: 15px 0;
    text-align: center;
    width: 80%;
}

.bt-padrao .img-icone {
    width: 20%;
    height:100%;
    transition: all 0.3s;
}

.bt-padrao:hover .img-icone {
    background-color: #163260; 
}

.grupo-form {
    position: relative;
}

.grupo-form select {
    border-radius: 10px;
    background-color: #fff;
    border: solid 1px #3e3e3e;
    color: #3e3e3e;
    padding: 15px 30px;
    text-align: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.grupo-form select:hover {
    background-color: #f0f0f6;
}

.grupo-form select option {
    padding: 10px 0;
}

.grupo-form label {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    background-color: #22669d;
    cursor: pointer;
    margin: 0;
    pointer-events: none;
    transition: background-color 0.5s;
}

.grupo-form .img-icone {
    width: 55px;
    height: 100%;
}

.container {
    max-width: 1096px;
    padding: 0;
    margin: 0 auto;
}


/************************************************/

/* ---------------------------------------------------------------------------------- DIAGRAMAÇÃO */


#inicio.topo {
    background-image: url(assets/images/bg-header.jpg);
    background-size: 100% 100%;
    padding-bottom: 0;
    height: 285px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.barra-logos {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.topo .logo {
    max-width: 135px;
    margin: auto 20px;
}

.topo .logo.simi {
    max-width: 200px;
}

section.linha-fina {
    font-size: 25px;
    font-size: 1.56rem;
    color: #3e3e3e;
    background-color: #f2f2f2;
    padding: 45px 20px 50px 20px;
}

section.linha-fina p {
    font-size: 1.56rem;
    color: #3e3e3e;
    text-align: center;
    max-width: 675px;
    margin: 0 auto;
}

section.linha-fina.linha-fina-analises p, section.linha-fina.linha-fina-simi p, section.linha-fina.linha-fina-setores p  {
    max-width: 1000px;
    padding: 0 20px;
}

section.linha-fina.linha-fina-faq p {
    max-width: 840px;
    padding: 0 20px;
}

.titulo-secao-planosp.titulo-planosp {
    color: #3e3e3e;
    font-size: 40px;
    margin: 0 auto;
    font-weight: 500;
    padding: 55px 0 36px;
}


section.criterios {
    padding: 0 20px 150px 20px;
}

.criterios .grid .item {
    width: 50%;
    position: relative;
    padding: 30px 60px;
    color: #2d2d2d;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.01rem;
}


/* monta as bordas assimétricas do grid */

.criterios .grid .item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 1px;
    background-color: #3e3e3e;
}

.criterios .grid .item:before {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    height: 80%;
    width: 1px;
    background-color: #3e3e3e;
}

.criterios .grid .item:nth-of-type(even):before, 
.criterios .grid .item:last-child:after, 
.criterios .grid .item:nth-last-child(2):after  {
    display: none;
} 

/* FIM monta as assimétricas  do grid */

section.boxes-info {
    background-color: #264270;
    padding: 0 20px;
    height: 250px;
}

.boxes-info .container {
    height: 100%;
    max-width: 825px;
}

.boxes-info .grid {
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 10;
    position: absolute;
    height: 150%;
    top: -25%;
}

.boxes-info .grid .item {
    width: 47.5%;
    color: #2d2d2d;
    font-size: 20px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 2px 10px #00000066;
}

.boxes-info .titulo {
    background-color: #2d2d2d;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    flex-grow: 0;
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
}

.boxes-info .desc {
    background-color: #fff;
    flex-grow: 1;
    color: #2b2b2b;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
}

.boxes-info .bt-padrao {
    border-radius: 0 0 10px 10px;
}

section.panorama {
    padding: 50px 20px 50px 20px;
    background-color: #f2f2f2;
}

.panorama .container {
    max-width: 835px;
}

.panorama .select-resultado {
    margin-top: 60px;
    text-align: center;
    color: #3e3e3e;
    font-size: 27px;
}

.panorama .balanco {
    margin-bottom: 30px;
    display: none;
}

.panorama .balanco.selecionado {
    display: block;
}

.panorama .balanco .desc {
    margin-bottom: 40px;
}

.panorama .balanco .bt-padrao {
    width: 45%;
    border-radius: 5px;
}

.panorama .balanco .bt-padrao .txt-bt {
    font-size: 20px;
    font-weight: 600;
}

.panorama .balanco .bt-padrao .img-icone {
    height: 60px;
}

.mapa-fases {
    padding-bottom: 20px;
    background-color: #3e3e3e;
}

.mapa-fases .titulo-secao-planosp.titulo-planosp {
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    background-color: #2b2b2b;
}

.mapa-fases .img-fases {
    margin: 40px 0;
    display: block;
}

section.boxes-links {
    background-color: #264270;
    padding: 0 20px;
    height: 410px;
    border:solid 80px #f2f2f2;
    border-left: none;
    border-right: none;
}

.boxes-links .container {
    height: 100%;
    max-width: 660px;
}

.boxes-links .grid {
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 10;
    position: absolute;
    height: 130%;
    top: -15%;
}

.boxes-links .grid .item {
    width: 44%;
    font-family: 'Montserrat', sans-serif;
    color: #5c5c5c;
    font-size: 16px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    box-shadow: 2px 2px 10px #00000066;
    padding: 25px 20px 45px 20px;
    transition: all 0.5s;
}

.boxes-links .grid .item:hover {
    background-color: #e6e6ef;
    box-shadow: 2px 2px 15px #00000066;
}

.boxes-links .titulo {
    font-size: 20px;
    color: #3e3e3e;
    font-weight: 700;
    margin-top: 15px;
}

.boxes-links .desc {
    padding: 0 10px;
}

.protocolos .grid {
    flex-wrap: nowrap;
    margin-bottom: 50px;
}

.protocolos .grid .item {
    width: 25%;
    padding: 17px;
    border-right: solid 1px #e3e3e3;
    text-align: center;
    font-size: 16px;
    color: #2d2d2d;
}

.protocolos .grid .item:last-of-type {
    border: none;
}

.protocolos .desc {
    margin-top: 20px;
}

.protocolos .desc strong {
    text-transform: uppercase;
    font-weight: 800;
}

strong.verde-claro {
    color: #4dacb5;
}

strong.verde-escuro {
    color: #3984a2;
}

strong.azul-claro {
    color: #6c87b7;
}

strong.azul-escuro {
    color: #4b5874;
}

section.diretrizes {
    background-color: #f2f2f2;
    padding-bottom: 50px;
}

.diretrizes h3.container {
    max-width: 1250px;
}

.diretrizes .select-dir {
    width: 100%;
    border-bottom: solid 20px #f2f2f2;
    background-color: #e0e0e0;
    padding-top: 25px;
}

.diretrizes .select-dir h4 {
    width: 35%;
    margin: 0 auto;
    text-align: center;
    color: #24509f;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 32px;
}

.select-dir .container {
    display: flex;
    justify-content: center;
    max-width: 800px;
    top: 20px;
}

.select-dir button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #f9f9f9;
    background-color: #909090;
    font-size: 25px;
    padding: 10px 30px 10px 50px;
    width: 50%;  
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}

.select-dir button:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 35px;
    background-color: #909090;
    transition: all 0.3s;
}

.select-dir button.ativo, .select-dir button.ativo:after {
    background-color: #264270;
}

.select-dir button:first-of-type {
    border-radius: 5px 0 0 5px;
    margin-right: 19px;
}

.select-dir button:first-of-type:after {
    right: -17px;
    transform: skewX(-30deg);
}

.select-dir button:last-of-type {
    border-radius: 0 5px 5px 0;
    margin-left: 19px;  
}

.select-dir button:last-of-type:after {
    left: -17px;
    transform: skewX(-30deg);
}


.select-dir button:hover, .select-dir button:hover:after  {
    background-color: #163260;
}

.diretrizes .container.bloco-dir {
    max-width: 900px;
}

.diretrizes .bloco-dir {
    display: none;
    margin-top: 50px;
    opacity: 0;
    transition: all 0.5s;
}

.diretrizes .bloco-dir.ativo {
    display: block;
    opacity: 0;
}

.diretrizes .bloco-dir.ativo.visivel {
    opacity: 1;
}

.diretrizes .diretriz {
    font-size: 20px;
    color: #3e3e3e;
}

.diretriz .desc strong {
    color: #30509a;
}

.diretriz .desc .indent {
    display: block;
    margin: 20px 0;
    margin-left: 20px;
}

.diretriz .desc em {
    font-style: italic;
    margin: 20px 0;
    font-size: 16px;
}

hr.separador-diretriz {
    margin: 35px auto;
    width: 80%;
    border: none;
    height: 1px;
    background-color: #909090cc;
}

.dados-info .grid {
    justify-content: space-between;
    z-index: 10;
    margin-bottom: 50px;
}

.dados-info .grid .item {
    width: 32%;
    color: #2d2d2d;
    font-size: 20px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 2px 10px #00000066;
    margin-bottom: 25px;
    height: 370px;
    margin: 0 auto;
}

.dados-info .titulo {
    background-color: #3e3e3e;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    flex-grow: 0;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dados-info .desc {
    background-color: #fff;
    flex-grow: 1;
    color: #2b2b2b;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 10%;
}

.dados-info .bt-padrao {
    border-radius: 0 0 10px 10px;
}

.dados-info .bt-padrao .img-icone {
    height: 60px;
}

section.protocolos-detalhados {
    padding: 40px 10px 80px 10px;
}

.protocolos-detalhados .bt-padrao .img-icone {
    height: 78px;
}

section.setores-subsetores {
    background: #f2f2f2;
    padding: 10px 20px;
}

.bloco-setores-subsetores {
    margin: 0px auto 0 auto;
    max-width: 840px;
}

section.faq {
    background-color: #f2f2f2;
    padding-bottom: 100px;
}

.faq .titulo-secao-planosp {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}

.bloco-faq {
    margin: 0px auto;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 55px 0px; 
}

/************************************************/

/* ---------------------------------------------------------------------------------- FOOTER --- */


.rodape-planosp .container {
    display: flex;
    max-width: 750px;
    justify-content: space-between;
}

.rodape-planosp .container a {
    width: 47%;
    color: #fff;
    box-shadow: 3px 3px 12px #00000077;
    background-color: #282828;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    transition: all 0.4s;
}

.rodape-planosp a .pseudo-link {
    text-decoration: underline;
    display: block;
    margin-top: 5px;
    transition: all 0.4s;
}

.rodape-planosp .container a:hover {
    background-color: #111;
}
    
.rodape-planosp a:hover .pseudo-link {
    color: #ccc;
}


/************************************************/

/* ---------------------------------------------------------------------------------- ESTILOS LEGADO --- */

section.video {
    background: white;
    padding: 60px 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mascaras-desc {
    margin: 30px 0px 60px 0px;
}

.sintomas-desc {
    width: 51%;
    margin-top: 30px;
    padding-right: 10px;
}

p.desc.desc-sint {
    font-size: 1.1rem;
}

.govsp-portal a {
    font-weight: 600;
}

section#inicio {
    background-image: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/bg.png);
    min-height: inherit;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: contain;
    padding-bottom: 30px;
}

section#o-que-e-coronavirus {
    background-color: #264270;
    padding-top: 54px;
    padding-bottom: 36px;
    padding-left: 10px;
    padding-right: 10px;
}

h1.titulo {
    font-size: 42px;
    font-size: 2.63rem;
    font-family: 'Montserrat', sans-serif;
    color: #182852;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    background-color: #ffec1e;
    text-transform: uppercase;
}

.titulo-header {
    padding-top: 50px;
}

.container-video {
    width: 60%;
    margin: 26px auto;
    text-align: center;
}

h2.sub-titulo {
    font-family: 'Montserrat', sans-serif;
    color: #ffec1d;
    font-size: 39px;
    font-size: 2.45rem;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

img.traco {
    width: 9%;
    margin-top: -4px;
    margin-right: 2px;
    margin-left: 2px;
}

.video-topo {
    margin-top: 20px;
}

.desc-cent {
    margin: 40px auto -16px;
    text-align: center;
    font-size: 29px;
    font-size: 1.8rem;
    color: #24509f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    max-width: 1096px;
    width: 92%;
    line-height: 1.4;
}

.desc-section2 {
    max-width: 924px;
    margin: 50px auto;
}

section#top-1 {
    display: none;
}



.desc-section2 p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 25px;
    font-size: 1.57rem;
}

hr.hr-desc {
    width: 60%;
    margin: 30px auto;
    border: #fff solid 0.4px;
}

p {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.botao-ms {
    max-width: 806px;
    margin: 0 auto;
    background: #ffec1e;
    padding: 14px 30px;
    border-radius: 20px;
}

.botao-ms p {
    margin-bottom: 0;
    text-align: center;
    font-size: 25px;
    font-size: 1.56rem;
    color: #1b386b;
    font-weight: bold;
}

section#transmissao {
    background: #fff;
    padding: 50px 10px;
}

h2.sub-titulo.sub-tit-azul {
    color: #1b386b;
}

.desc-transmissao {
    max-width: 870px;
    margin: 36px auto 0;
}

.desc-transmissao p {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
}

.row.linha-icones {
    margin: 20px 0 0 0;
}

p.titulo-icone {
    text-align: center;
    width: 290px;
    margin-top: 26px;
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    color: #24509f;
    font-weight: bold;
}

p.titulo-icone.complemento {
    font-size: 14px;
    font-size: 0.87rem;
    margin-top: 0;
    font-weight: 600;
}

.icones-sintomas {
    margin-top: 30px;
}

section#previna-se {
    background-image: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/bg-previna-se.png);
    padding: 110px 10px 35px;
    background-color: #ededed;
    background-size: cover;
}

h2.sub-titulo.sub-tit-branco {
    color: #fff;
}

.desc-transmissao.desc-branco {
    color: #fff;
    max-width: 630px;
}

.box-previna-se {
    width: 360px;
    height: 200px;
    margin: 20px auto 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.051);
    border-radius: 10px;
    vertical-align: middle;
    padding: 0 20px 0 20px;
    position: relative;
}

.box-previna-se p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 0 20px 0 20px;
}

.row.boxes {
    max-width: 960px;
    margin: 0 auto;
}

section#sintomas {
    padding: 50px 10px;
    background: #eaeaea;
}

.desc-transmissao.desc-sintomas {
    max-width: 710px;
}

section#como-se-proteger {
    background: #fff;
    padding: 78px 10px 20px;
}

.desc-transmissao.desc-comoseproteger {
    max-width: 798px;
}

.titulo-topico {
    margin-top: 70px;
    font-family: 'Montserrat', sans-serif;
}

h3.titulo-h3 {
    font-size: 31px;
    font-size: 1.94rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

.titulo-rosa {
    color: #e6395f;
}

.desc-transmissao.desc-topico {
    margin: 24px 0;
    max-width: 732px;
}

.desc-topico p {
    text-align: left;
    margin-bottom: 0;
}

.box-text {
    text-align: center;
    height: 200px;
    border-radius: 10px;
    position: relative;
}

.box-text p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 0 30px 0 30px;
    color: #fff;
    line-height: 1.3;
    font-size: 25px;
    font-size: 1.56rem;
}

.box-rosa {
    background: #e6395f;
}

.titulo-verde {
    color: #95ba4d;
}

.box-text.box-verde {
    background: #95ba4d;
    width: 300px;
    height: 278px;
}

.bv3 {
    float: right;
}

.bv2 {
    margin: 0 auto;
}

.botao-veja-mais {
    margin: 0 auto;
    text-align: center;
    background: #2c84cc;
    color: #fff;
    max-width: none;
    font-size: 20px;
    border-radius: 5px;
    padding: 15px 30px;
    position: relative;
    transition: all 0.3s;
}

.botao-veja-mais p {
    margin-bottom: 0;
}

.titulo-azul {
    color: #24509f;
}

.box-azul {
    background: #24509f;
    width: 300px;
    height: 202px;
}

.titulo-magenta {
    color: #b21555;
    margin-top: 100px;
}

.quadro-magenta {
    background: #b21555;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-size: 1.56rem;
    border-radius: 10px;
    padding: 20px 40px;
    min-height: 220px;
}

.quadro-magenta p {
    margin-bottom: 0;
}

section#duvidas-frequentes {
    background: #fff;
    padding: 120px 10px 40px;
}

h4.titulo-h4 {
    font-size: 25px;
    font-size: 1.56rem;
}

.desc-transmissao.desc-topico.desc-duvidas-frequentes {
    max-width: 100%;
}

h4.titulo-h4.titulo-azul {
    color: #1b386b;
}

.perguntas-respostas {
    border-left: solid #1b386b 4px;
}

.perguntas-respostas {
    padding: 0 30px;
}

.titulo-topico.titulo-duvidas {
    margin: 0;
}

.perguntas-respostas {
    padding: 0 30px;
    margin: 70px 0 30px 0;
}

hr.hr-duvidas {
    width: 60%;
    margin: 30px auto;
    border: solid #1b386b 0.5px;
}

.botao-veja-mais.botoes-duvidas-freq {
    margin: 0;
}

p.p-duvidas-freq {
    font-size: 25px;
    font-size: 1.56rem;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.col-md-2.col-faq {
    max-width: 10%;
}

.col-md-5.col-faq {
    flex: 0 0 45%;
    max-width: 45%;
}

.row.row-faq {
    margin: 60px 0;
}

.col-md-5.col-faq {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0;
}

section.material-de-apoio {
    padding: 42px 10px 60px;
    background: #1b386b;
}

.titulo-amarelo {
    color: #ffec15;
}

.botao-materiais {
    background: #fff;
    color: #1b386b;
    width: 100%;
}

.col-md-4.col-download {
    margin-bottom: 30px;
}

.botao-veja-mais.botoes-duvidas-freq.botao-materiais:hover {
    filter: brightness(0.9);
}

.botao-veja-mais.botoes-duvidas-freq.botao-materiais.botao-noticias {
    /* max-width: max-content; */
    width: 100%;
    padding-left: 26px;
    padding-right: 26px;
}

.titulo-topico.bloco-download {
    margin-top: 70px;
}

p.titulo-noticia {
    font-weight: bold;
}

.botao-veja-mais.veja-mais-noticias {
    margin: 50px auto 0;
    max-width: 560px;
}

.desc-feed a {
    display: none;
}

.resumo-noticia p:nth-child(2n) {
    display: none;
}

a.link-noticia {
    display: inherit;
    color: #232323;
}

a.link-noticia:hover {
    color: #1b386b;
}

.botao-veja-mais:hover {
    filter: brightness(1.2);
}

.botao-ms:hover {
    filter: brightness(1.1);
}


.desc-transmissao p.data-hora {
    font-style: italic;
    font-size: 1rem;
}


/* MENU HAMBURGER */

div.nav-menu {
    border-radius: 0 0.5rem 0.5rem 0;
    background-color: #ffffff;
    position: fixed;
    z-index: 45;
    padding: 0.8rem 0.5rem;
    top: 5rem;
    border: none;
    width: 4rem;
    height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /* box-shadow: 0.2rem 0.2rem 0.4rem #43241155; */
    transition: width 0.3s, opacity 0.5s;
    cursor: pointer;
    opacity: 1;
}

div.nav-menu.desativa {
    width: 0px;
    opacity: 0;
}

div.nav-menu span {
    display: block;
    height: 0.4rem;
    background-color: #111;
    width: 100%;
    border-radius: 0.2rem;
}

nav.menu-site {
    position: fixed;
    z-index: 60;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    max-width: 35rem;
    font-size: 22px;
    font-size: 1.39rem;
    padding: 0.7rem 1%;
    border-radius: 0 1rem 1rem 0;
    background-color: #fff;
    top: 5rem;
    margin: auto;
    left: -999px;
    transition: width 0.1s, opacity 1s;
    /* box-shadow: 0.2rem 0.2rem 0.4rem #43241166; */
    opacity: 0;
    width: 0px;
}

nav.menu-site.sticky {
    left: 0;
    opacity: 1;
    width: 28vw;
}

nav.menu-site .bt-fechar {
    position: absolute;
    cursor: pointer;
    top: 0.8rem;
    right: 0.8rem;
    width: 1.7rem;
    height: 1.7rem;
    background-size: 100%;
    background-position: center;
    background-image: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/bt-fechar.png);
    z-index: 40;
}

nav.menu-site a {
    color: #48220c;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    padding: 0.3rem;
    width: 86%;
    text-align: left;
    border-bottom: solid 0.1rem #c0b6b1;
    /* border-left: solid 0.1rem #c0b6b1; */
    padding-left: 2rem;
    font-weight: 400;
    transition: border 0.5s;
}

nav.menu-site a:last-of-type {
    border-bottom: none
}

nav.menu-site a:hover {
    border-left: solid 1rem #222222aa;
}

.contrast .nav-menu span {
    background-color: #fff;
}

.contrast .menu-site .bt-fechar {
    background-color: #444;
}

.quadro-magenta:hover {
    filter: brightness(1.1);
}

/************************************************/

section#ultimas-noticias {
    background: #fff;
    padding: 40px 10px;
}

p.data-hora {
    font-style: italic;
    font-size: 1rem;
}

.desc-transmissao.feed-noticias {
    margin-bottom: 40px;
}



h2.sub-titulo.sub-tit-azul.subtit-oms {
    font-size: 33px;
    font-size: 2.1rem;
    line-height: 1.3;
}

.subtit-oms span {
    background: #ffec1e;
    padding: 0 2px;
}

.col-cards img {
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    text-align: center;
}

.row-cards {
    margin-top: 90px;
}

ul.compartilhe {
    margin: 0 auto 30px;
    width: fit-content;
    padding: 0;
}

ul.compartilhe li {
    display: inline-block;
}

ul.compartilhe li img {
    max-width: 80%;
    margin: 0 15px;
}

ul.compartilhe p {
    font-size: 21px;
    font-family: "Montserrat", sans-serif;
    margin-right: 20px;
}

.fontes {
    margin-top: 60px;
    font-style: italic;
    color: #2a4771;
}

.botao-voltar {
    left: 22px;
}

hr.hr-desc:last-child {
    display: none;
}

section#telegram {
    background: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/bg-telegram.png);
    padding: 40px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.titulo-telegram {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    font-size: 2.5rem;
}

.titulo-telegram p {
    font-family: "Montserrat", sans-serif;
}

.titulo-telegram span {
    background: #ffde17;
    padding: 0 4px;
    color: #003f6f;
}

.subtitulo-telegram {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    font-size: 1.75rem;
    margin-top: 10px;
}

.subtitulo-telegram p {
    font-family: "Montserrat", sans-serif;
}

.subtitulo-telegram span {
    color: #ffe200;
}

.telegram-icon {
    text-align: center;
    margin-top: 10px;
}

p.url-telegram {
    background: #ffde17;
    padding: 50px 0 10px;
    color: #003f6f;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-size: 2.13rem;
    font-weight: 500;
    margin-top: -50px;
}

.telegram-icon img {
    padding: 3px;
    border-radius: 360px;
    background: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/bg-telegram.png);
    background-position-x: center;
    z-index: 999;
}

.decretos-governosp p {
    text-align: center;
    margin-top: 30px;
    color: #ffec1e;
    font-size: 24px;
    font-size: 1.56rem;
    font-weight: 600;
}

.decretos-governosp p:hover {
    filter: brightness(1.1);
}

.decretos-governosp {
    max-width: max-content;
    margin: 0 auto;
}

section#numero-vacinacao {
    background: #fff;
    padding: 30px 10px;
}

.col-md-5.numeros {
    padding: 40px 6.7% 20px;
    background: #c9e2ec;
    max-width: 500px;
    margin: 0px 14px;
}

.col-md-4.numeros {
    padding: 14px 24px;
    border-right: 2px solid #264270;
}

.col-md-3.numeros {
    padding: 14px 24px;
    border-right: 2px solid #264270;
}

.numeros h4 {
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #264270;
    font-size: 27px;
    font-size: 1.69rem;
    border-spacing: 100%;
    padding: 0 0 30px;
    margin: 0;
    line-height: 1.3;
    font-weight: 600;
}

p.pnumeros-texto {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #231f20;
}

p.pnumeros {
    text-align: center;
    font-size: 48px;
    font-size: 3rem;
    color: #e6395f;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
}

p.dados-atualizados {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    font-style: italic;
    color: #2b2b2b;
    margin: 10px 0;
    font-family: "Montserrat", sans-serif;
}

.veja-mais-numeros {
    margin: 20px auto 0;
    padding: 10px 20px;
}

.col-md-7.numeros.campanha {
    padding: 40px 0 10px;
    background: #50b0dc;
    max-width: 716px;
    margin-left: 22px;
}

.col-md-4.numeros.campanha {
    padding: 14px 20px;
    background: #fff;
    border-right: none;
}

.col-md-3.numeros.campanha {
    background: #fff;
}

.container.numeros-campanhavac {
    max-width: 1280px;
}

.numeros.campanha h4 {
    color: #264270;
    border: none;
    padding-bottom: 20px;
}

.borda-campanha {
    margin: 0 auto;
    border-bottom: 2px solid #fff;
    max-width: 320px;
}

p.campanha-fase {
    text-align: center;
    font-size: 30px;
    font-size: 1.85rem;
    margin: 30px auto 10px;
    background: #201843;
    width: 156px;
    color: #fad547;
    font-weight: bold;
}

p.data-campanha {
    text-align: center;
    color: #231f20;
    font-size: 25px;
    font-size: 1.55rem;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-top: 46px;
}

.valido-para {
    margin: 20px 2px 44px 0px;
    display: table;
    color: #231f20;
    margin-left: 10px;
    font-family: "Montserrat", sans-serif;
}

p.tit-val {
    text-transform: uppercase;
    font-size: 27px;
    font-size: 1.7rem;
    font-weight: bold;
}

.btn-campanha {
    max-width: 370px;
    margin-top: 22px;
}

p.desc-val {
    font-size: 24px;
    font-size: 1.5rem;
}

section#fake-news {
    background: #284575;
    padding: 40px 50px;
}

.botao-ms.fake-news {
    max-width: 980px;
    margin: 10px auto;
}

.container-div {
    max-width: 1240px;
    margin: 0 auto;
}

section#doacoes {
    background: #ffec1e;
    padding: 20px 0;
}

h2.sub-titulo.sub-tit-azul.subtit-doacoes {
    margin: 0 auto;
}

.botao-veja-mais.veja-mais-noticias.btn-doacoes {
    margin: 30px auto 0;
}

.desc-cent.proteja-se.fake-news {
    max-width: 1120px;
}

.desc-cent.proteja-se.fake-news {
    margin: 0 auto 14px;
}

section#desc-proteja-se.desc-fake-news {
    background: #d7e3f1;
}

section#inicio.page-fakenews {
    background-color: #d7e3f1;
}

.telegram-icon.telegram-icon-fakenews img {
    background: #d7e3f1;
}

section#desc-proteja-se.desc-fake-news {
    padding-bottom: 0;
}

.desc-cent.proteja-se.fake-news-vejamais {
    max-width: 620px;
    margin-top: 0;
}

section#vejamais-fakenews {
    padding: 40px 0;
}

section#cards-coronavirus.cards-fakenews {
    padding-top: 40px;
    background-color: #e2e2e2;
}

.col-sm-6.col-cards.col-cards-fakenews img {
    border: 1px solid #333333;
    border-radius: 16px;
}

.desc-cent.proteja-se.desc-saiba-como-doar {
    margin-top: 20px;
}

section#part-fundo-azul {
    background: #1b386b;
    padding: 30px 10px;
}

h2.sub-titulo.sub-tit-branco.subtit-oms.subtit-saiba-como-doar {
    line-height: 1.3;
    max-width: 900px;
    margin: 0 auto;
}

.desc-cent.proteja-se.desc-doacoes {
    max-width: 900px;
    font-size: 25px;
    font-size: 1.6rem;
    color: #1b386b;
    font-weight: 600;
    margin-top: 0;
}

section#vejamais-fakenews.sec-doacoes {
    padding: 40px 0 50px;
}

.desc-cent.proteja-se.desc-saiba-como-doar.desc-cinza {
    max-width: 830px;
    color: #2b2b2b;
}

.card-saiba-como-doar {
    text-align: center;
    margin: 60px auto 0;
}

section#doacoes-duvidas {
    background: #fff;
    padding: 40px 10px;
}

p.subt-duvidas {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 35px;
    font-size: 2.2rem;
    text-align: center;
    padding: 0 10px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 1.3;
    color: #1b386b;
    justify-content: center;
}

.row.contato-duvidas {
    margin-top: 50px;
}


ul.contatos li {
    display: inline-block;
}

ul.contatos p {
    margin-left: 20px;
    color: #1b386b;
    font-weight: bold;
    font-size: 25px;
    font-size: 1.5rem;
}

ul.contatos {
    margin: 0 50px;
}

.card-saiba-como-doar img {
    max-width: 100%;
}

p.subt-duvidas {
    font-size: 35px;
    font-size: 2.2rem;
    line-height: 1.4;
}

p.subt-botao {
    font-size: 16px;
    font-size: 1rem;
}

.btn-df p {
    font-size: 21px;
    font-size: 1.3rem;
}

.botao-veja-mais.botoes-duvidas-freq.botao-materiais:hover {
    filter: brightness(0.99);
}

.desc-cent.proteja-se.desc-planosp {
    max-width: 1030px;
    margin: 0 auto;
}

section.decretos-deliberacoes {
    padding: 40px 0;
    background-color: #d0dff6;
}

.container.container-decdel {
    max-width: 1240px;
    margin-bottom: 60px;
}

.quadro-informacoes {
    background: #d0dff6;
    scrollbar-width: thin;
    scrollbar-color: #fff #c3d1e7;
    padding: 0;
    width: 95%;
    margin: 0 0 0 auto;
    max-width: 615px;
    padding: 40px 20px 20px;
    max-height: 448px;
    overflow-y: auto;
}

.quadro-informacoes a {
    color: #4783c6;
    transition: all 0.3s;
}

.quadro-informacoes a:hover {
    color: #22669d;
}

.quadro-informacoes:first-of-type {
    overflow-y: hidden;
    margin: 0 auto 0 0;
}

/* estilos da barra de rolagem no webkit */

.quadro-informacoes::-webkit-scrollbar {
    width: 12px;
}

.quadro-informacoes::-webkit-scrollbar-track {
    background: #ffffffaa;
    border-radius: 6px;
}

.quadro-informacoes::-webkit-scrollbar-thumb {
    background-color: #b3c1d7;
    border-radius: 6px;
    border: 1px solid #ffffff55;
}

/* FIM estilos da barra de rolagem no webkit */

.titulo-secao-planosp {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    color: #201843;
    margin-bottom: 20px;
    font-weight: 600;
}

.quadro-informacoes .titulo-secao-planosp {
    background-color: #c3d1e7;
    padding: 10px;
    color: #3e3e3e;
}

.borda-inf-quadro {
    border-bottom: 2px solid #29a9e1;
    max-width: 324px;
    margin: 0 auto;
    display: none;
}

p.desc-quadro {
    padding: 25px 20px;
    text-align: center;
    font-size: 22px;
    font-size: 1.38rem;
}

.botao-veja-mais.veja-mais-noticias.btn-decreto-del {
    max-width: max-content;
    color: #fff;
    padding: 15px 40px;
    margin: 0 auto;
    border-radius: 5px 0 0 5px;
    left: -39px;
    margin-top: 30px;
}

.botao-veja-mais.veja-mais-noticias.btn-decreto-del:after {
    position: absolute;
    content: '';
    background-image: url(assets/images/seta-bt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
    background-color: #22669d;
    top: 0;
    left: 100%;
    width: 78px;
    height: 100%;
}

.fundo-amarelo {
    background-color: #ffec1e !important;
}

.decreto-resolucao {
    padding: 30px 20px 20px;
    transition: background-color 0.3s;
    border-bottom: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
}

p.desc-decreto-resolucao {
    font-size: 24px;
    font-size: 1.5rem;
}

.container.container-decretos {
    max-width: 1220px;
    margin: 0 auto;
}

h4.tit-decreto-resolucao {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.desc-cent.proteja-se.desc-planosp {
    color: #182852;
    font-weight: 500;
}

section#desc-proteja-se {
    padding: 30px 0 50px;
}

h4.tit-decreto-resolucao a {
    font-weight: bold;
    color: #3e3e3e;
}

a.link-dec-res {
    color: #000;
}

a.link-dec-res:hover {
    color: #000;
}

.decreto-resolucao:last-child {
    border-bottom: none;
}

section#app-diagnostico {
    padding: 4% 0;
    background-color: #ffe600;
    background-image: url(https://saopaulo.sp.gov.br/guia-coronavirus/assets/images/diagnostico.jpg);
    background-repeat: no-repeat;
    background-size: inherit;
}

h2.duvidas-diagnostico {
    text-align: center;
    text-transform: uppercase;
}

h2.duvidas-diagnostico {
    text-align: left;
    text-transform: uppercase;
    color: #24466f;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-size: 2.3rem;
    margin: 0;
    font-weight: 600;
}

p.desc-duvidas {
    text-align: left;
    text-transform: uppercase;
    color: #24466f;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 600;
}

.texto-diagnostico {
    margin: 0 auto;
    padding-left: 24%;
}

.cards-doacoes {
    max-width: 1040px;
    margin: 30px auto 60px;
    text-align: center;
    border-radius: 10px;
    background-image: -moz-linear-gradient(90deg, rgb(19, 31, 50) 0%, rgb(44, 73, 117) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(19, 31, 50) 0%, rgb(44, 73, 117) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(19, 31, 50) 0%, rgb(44, 73, 117) 100%);
    padding: 40px 14px 20px;
}

.cards-doacoes h3 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    font-size: 2.5rem;
    color: #ffec1e;
    font-weight: 500;
}

.cards-doacoes p {
    color: #fff;
    font-size: 25px;
    font-size: 1.56rem;
    margin: 20px auto;
}

.cards-doacoes h4 {
    color: #ffec1e;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.cards-doacoes h4 {
    color: #ffec1e;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-size: 1.9rem;
    margin: 40px auto;
}

ul.contatos.cards-d {
    margin: 0 auto;
    padding: 0;
    display: grid;
}

ul.contatos.cards-d p {
    color: #fff;
    font-size: 25px;
}

ul.contatos.cards-d p {
    color: #fff;
    font-size: 20px;
    font-size: 1.3rem;
    margin: 0 10px;
}

.row.contatos-detalhe {
    margin: 0 auto;
    max-width: 780px;
}

.docs-download h4 {
    margin: 0 auto;
    font-size: 22px;
    font-size: 1.4rem;
    color: #1b386b;
    text-transform: none;
    line-height: 1.3;
}

.row.docs-cards {
    margin: 40px auto 0;
}

.docs-download {
    background: #e5e5e5;
    border-radius: 10px;
    padding: 30px 0 10px;
}

.docs-download p {
    margin: 10px auto;
    font-size: 15px;
    color: #1b386b;
    font-style: italic;
}

img.logo-govsp {
    text-align: center;
    margin: 40px auto 0;
}

.docs-download:hover {
    filter: brightness(0.9);
}

.docs-download.btn-gerar-boleto {
    max-width: 656px;
    margin: 0 auto;
    padding: 30px 20px;
}

.docs-download.btn-gerar-boleto h4 {
    text-transform: none;
}

section#cards-coronavirus.sec-doacoes {
    padding-bottom: 20px;
}

.container-video.cont-pcd {
    width: 98%;
}

.cont-pcd img.traco {
    width: 5%;
}

section#desc-proteja-se.sec-desc-pcd {
    padding: 0px 10px 40px;
}

.desc-cent.desc-pcd {
    margin: 0 auto;
}

.desc-cent.desc-pcd {
    margin: 0 auto;
    max-width: 77%;
}

section.video-principal {
    background: #264270;
    padding: 70px 10px 30px;
}

.container-video.cont-mainvideo p {
    margin: 25px auto 0;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-size: 1.4rem;
}

.container-video.cont-mainvideo p {
    margin: 25px auto 0;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-size: 1.4rem;
    color: #fff600;
    text-transform: uppercase;
}

.container-video.cont-mainvideo {
    margin: 0 auto;
}

.video-container.container-video-pcd {
    width: 100%;
}

section.videos-pcd {
    padding: 26px 20px 30px;
    background: #cecece;
}

.col-md-3.col-video-pcd p {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #213960;
    padding: 14px 0;
}

.btn-azul-pcd {
    margin: 60px auto 0;
    text-align: center;
}

.btn-azul-pcd {
    margin: 60px auto 0;
    text-align: center;
    background: url(assets/images/logo-youtube.png);
    background-repeat: no-repeat;
    /* background-color: #264270; */
    max-width: 593px;
    color: #fff;
    font-size: 25px;
    font-size: 1.55rem;
    padding: 22px 0px;
    /* border-radius: 20px; */
}

.btn-azul-pcd:hover {
    filter: brightness(1.2);
}

.btn-azul-pcd p {
    padding-left: 5%;
}

section.recomendacoes-pcd {
    padding: 80px 10px 40px;
}

.quadro-recomendacoes {
    border: solid 1px #264270;
}

.quadro-recomendacoes {
    border: solid 1px #264270;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.titulo-quadro-rec {
    background: #264270;
    color: #fff;
    font-size: 32px;
    font-size: 1.9rem;
    padding: 16px 40px 16px 40px;
    margin-bottom: 20px;
}

.quadro-recomendacoes p {
    padding: 17px 20px 17px 80px;
}

.quadro-recomendacoes p {
    padding: 17px 20px 17px 80px;
    font-size: 28px;
    font-size: 1.75rem;
    color: #1b386b;
}

.btn-azul-normal {
    background: #264270;
    border-radius: 14px;
    padding: 14px 10px;
    max-width: 584px;
}

.desc-section2.desc-cuid-azul p {
    color: #1b386b;
}

section.cuidados-especiais {
    padding: 30px 10px;
    background: #f2f2f2;
}

.titulo-quadro-rec.tit-quadro-rede {
    text-align: center;
}

.titulo-quadro-rec.tit-quadro-informe-se {
    color: #264270;
    background: #fff;
    text-transform: uppercase;
    text-align: center;
}

.tit-quadro-informe-se p {
    margin: -41px auto 0;
    background: #fff;
}

.quadro-recomendacoes.quadro-informe-se {
    margin-top: 90px;
}

.titulo-quadro-rec.tit-quadro-informe-se {
    color: #264270;
    background: #fff;
    text-transform: uppercase;
    max-width: 280px;
    padding: 0;
    margin: 0 auto;
}

.tit-quadro-informe-se p {
    margin: -41px auto 0;
    background: #fff;
    padding: 16px 10px;
}

.tit-quadro-informe-se p {
    margin: -41px auto 0;
    background: #fff;
    padding: 12px 10px;
    font-size: 35px;
    font-size: 2.2rem;
    font-family: "Montserrat", sans-serif;
}

.sub-titulo-quadro {
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.sub-titulo-quadro p {
    padding: 30px;
}

.topicos-informacoes p {
    font-size: 21px;
    font-size: 1.35rem;
    padding: 15px 0 15px 70px;
}

.col-md-6.col-informacoes {
    border-right: 1px solid #1b386b;
}

.row.row-informacoes {
    border-bottom: 1px solid #1b386b;
    padding-bottom: 60px;
    max-width: 96%;
    margin: 0 auto;
}

p.mais-tel {
    padding: 0 0 0 200px;
}

.no-border {
    border: none !important;
}

p.prim-tel {
    padding-bottom: 0;
}

p.mais-tel.ult-tel {
    padding-bottom: 17px;
}

.row-videos-pcd {
    max-width: 1330px;
    margin: 0 auto;
}


.titulo-secao-comunicados {
    background: #213960;
    margin-bottom: 50px;
}

.titulo-secao-planosp.titulo-planosp.titulo-comunicados {
    color: #fff;
}

.titulo-secao-planosp.titulo-planosp.titulo-comunicados {
    font-size: 38px;
    font-size: 2.4rem;
    font-weight: 400;
}

.docs-download.docs-pcd {
    text-align: center;
    max-width: 462px;
    margin: 0 auto;
}

.docs-pcd h4 {
    text-transform: uppercase;
    font-weight: 400;
}

.decreto-resolucao.comunicado-pcd {
    border: none;
}

a.link-dec-res.link-com-pcd {
    color: #213960;
    text-decoration: underline;
    font-weight: 500;
}

.row.docs-cards.cards-pcd {
    margin: 80px auto 0;
}

.icones-pcd img {
    margin: -66px 10px 46px;
}

section#pessoascomdeficiencia {
    background: #eaeaea;
    padding: 0 10px 70px;
    margin: 74px auto 50px;
}

.icones-pcd {
    text-align: center;
}

.botao-veja-mais.botoes-duvidas-freq.botao-materiais.btn-df {
    padding: 20px;
}

.btn-relacao-doadores {
    text-align: center;
    filter: brightness(1.2);
}

.cont-isolamento h2.sub-titulo {
    font-size: 32px;
    font-size: 2rem;
}

.cont-isolamento .sub-titulo .traco {
    width: 4%;
}

.desc-cent.proteja-se.desc-saiba-como-doar.linha-fina-isolamento {
    margin: 0 auto;
    margin-top: 0;
    max-width: 1090px;
}

.col-md-4.col-12.numeros.num-isolamento {
    background: #fff;
}

.col-md-3.col-12.numeros.num-isolamento {
    background: #fff;
}

.perg-wsp {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
}

section.spperguntas-whatsapp {
    background: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/bg-pg-whatsapp.png);
    background-position: center;
    margin-bottom: 40px;
}

section#tabela-transparencia {
    background: #e2e2e2;
    padding: 30px 20px;
}

.doc-tabela-trasp {
    max-width: 1440px;
    width: 100%;
    margin: 10px auto;
}

.row.btn-doacoes {
    max-width: 1070px;
    margin: 0 auto;
}

.col-btn-doacoes {
    margin-bottom: 20px;
}

.quadro-num {
    border: 1px solid #264270;
    margin: 20px 30px;
    border-radius: 10px;
    padding: 14px 0;
}

.monit-isolamento {
    float: right;
    padding: 0 20px 10px 0;
    font-weight: 600;
}

.container-boletim {
    max-width: 1330px;
}

.monit-isolamento p {
    color: #000;
    font-weight: 600;
}

h4.titulo-infografico {
    font-family: "Montserrat", sans-serif;
}

p.data-campanha.linha-transparencia {
    margin: 10px 0 40px 0px;
}

.no-border-right {
    border-right: none !important;
}

.no-border {
    border: none !important
}

.busca-google {
    float: right;
    margin-top: -60px;
    width: 380px;
    height: 60px;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
    margin-top: 110px;
}

/***************************************************/


h1.titulo.titulo-novo {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 2.8rem;
    font-weight: 500;
    width: 100%;
}

h1.titulo.titulo-novo span {
    color: #ffec1e;
    font-weight: 700;
}

.topo h2.sub-titulo.quarentena-pag {
    color: #fff;
    font-weight: 500;
}



.topo .container-video.cont-protejase {
    margin: 60px auto;
}

section.planosp {
    padding: 40px 0;
}

h2.sub-titulo-novo {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #264270;
    font-size: 40px;
    font-size: 2.45rem;
    font-weight: 500;
}

section.planosp {
    padding: 40px 0;
    background-color: #f2f2f2;
}

.row.quadros-protocolos {
    margin-top: 70px;
}

.quadro-prot {
    text-align: center;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 7.6px 0.4px rgba(0, 0, 0, 0.3);
    padding: 0;
    max-width: 360px;
    margin: 0 auto;
}

.titulo-quadro-prot {
    background: #2d2d2d;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 25px 0;
    min-height: 83px;
}

.titulo-quadro-prot p {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    font-size: 1.4rem;
}

.texto-quadro-protocolo {
    padding: 40px 30px;
}

.texto-quadro-protocolo p {
    font-size: 16px;
    font-size: 1rem;
    color: #2b2b2b;
    min-height: 168px;
}

.titulo-quadro-prot.tit-quadro-duaslinhas p {
    font-size: 20px;
    font-size: 1.25rem;
}

.titulo-quadro-prot.tit-quadro-duaslinhas {
    padding: 13px 10px;
}

.botao-quadro-protocolo {
    padding: 26px 0;
    font-size: 19px;
    font-size: 1.2rem;
}

.botao-quadro-protocolo p {
    text-align: center;
    width: 84%;
}

.botao-quadro-protocolo {
    /* height: 62px; */
    padding: 16px 0;
    font-size: 19px;
    font-size: 1.2rem;
    background: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/botao-bg.png);
    background-position-x: right;
    background-repeat: no-repeat;
    max-width: 100%;
    padding-left: 30px;
    border-bottom-left-radius: 4px;
}

a.botao-quadro,
a.botao-quadro:hover {
    color: #fff;
}


.btn-detalhe-protocolo {
    background-image: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/botao-protocolo-transversal.png);
    background-repeat: no-repeat;
    width: 332px;
    height: 80px;
    padding: 24px 30px;
    color: #fff;
}

.btn-detalhe-protocolo a,
.btn-detalhe-protocolo a:hover {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-family: "Opens Sans", sans-serif;
    font-size: 19px;
    font-size: 1.2rem;
}

.btns-prot-det {
    margin: 20px auto 0;
}

.setores-subsetores .sub-titulo-novo {
    color: #3e3e3e;
}

section.mapa-estado {
    padding: 70px 10px;
}

.mapa-estado .sub-titulo-novo {
    color: #3e3e3e;
    line-height: 1.3;
    max-width: 730px;
    margin: 0 auto;
}

.mapa-divisao {
    margin: 60px auto;
}

section.rodape-planosp {
    padding: 52px 10px;
    background: #3e3e3e;
}

.pre-rodape {
    padding: 15px 10px;
    background: #f2f2f2;
}

.titulo-coluna {
    background: #282828;
    border-radius: 8px;
    padding: 25px 28px;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 1.6rem;
    margin-bottom: 30px;
}

a.item-menu-rodape p {
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 48px;
}

a.item-menu-rodape:hover {
    text-decoration: underline;
    color: #fff;
}

.texto-quadro-protocolo.quadro-texto-maior p {
    font-size: 16px;
    font-size: 1rem;
}

.col-md-6.quadro-prot {
    max-width: 510px;
}

.col-md-6.quadro-prot .texto-quadro-protocolo p {
    min-height: 144px;
}

.btn-detalhe-protocolo.btn-simi a {
    font-size: 16px;
    font-size: 1rem;
}

.btn-detalhe-protocolo.btn-simi {
    padding: 13px 100px 10px 20px;
}

.col-md-6.quadro-prot .titulo-quadro-prot.tit-quadro-duaslinhas {
    padding: 13px 20px;
}

.btn-detalhe-protocolo.btn-onebutton {
    padding: 14px 110px 20px 20px;
    line-height: 1.2;
}

.btn-detalhe-protocolo.btn-onebutton {
    padding: 14px 110px 20px 20px;
    line-height: 1.2;
    margin: 0 auto;
}

.container-video.cont-protejase.cont-logo {
    margin: 10px auto;
}

img.logo-topo-one {
    max-width: 150px;
    margin: 6px 20px;
}

img.logo-topo-one.logo-simi {
    max-width: 200px;
    width: 100%;
}

img.logo-topo-one.logo-analises {
    max-width: 100px;
}

.subtit-analises {
    margin: 23px auto 0;
}

h2.sub-titulo.quarentena-pag.subtitulo-amarelo {
    color: #ffec1e;
    margin-top: 28px;
}

img.seta-cabecalho {
    margin-top: 56px;
}

section.linha-fina.linha-fina-protocolos.linha-fina-home {
    padding: 56px 10px 0;
}

.row.quadros-protocolos.quadros-home {
    margin-top: 0;
}

.num-quadro-home {
    padding: 30px 14px;
}

.quadro-num-home p.pnumeros-texto-home {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #231f20;
    font-weight: 600;
    min-height: auto;
}

.quadro-num-home p.pnumeros-home {
    font-family: "Montserrat", sans-serif;
    color: #e6395f;
    min-height: auto;
    font-size: 39px;
    font-size: 2.45rem;
    font-weight: 700;
    line-height: 1.2;
}

p.dados-atualizados-home {
    min-height: auto;
    margin: 28px auto 0;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 500;
}

hr.hr-quadro-num {
    border-color: #7d8ea9;
}

.container.quadro-inf {
    max-width: 1330px;
}


.quadro-prot.quadro-home {
    max-width: 306px;
    margin: 0 15px;
    transition-duration: 0.5s;
}

section.linha-fina.linha-fina-protocolos.linha-fina-home p {
    max-width: 902px;
}

.titulo-quadro-prot.tit-quadro-home {
    font-size: 20px;
    font-size: 1.25rem;
}

.botao-quadro-protocolo.botao-quadro-home p {
    text-align: center;
    width: 74%;
    line-height: 1.2;
}

.botao-quadro-protocolo.botao-quadro-home.botao-q-duaslinhas p {
    padding: 0;
    font-size: 18px;
    font-size: 1.13rem;
}

.botao-quadro-protocolo.botao-quadro-home.botao-q-duaslinhas {
    padding: 9px 0px 9px 20px;
}

p.pnumeros-home.pnumeros-transp {
    font-size: 51px;
    font-size: 3.2rem;
    text-transform: uppercase;
    margin-top: 38px;
}


p.pnumeros-home.pnumeros-nom {
    font-size: 30px;
    font-size: 1.9rem;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.botao-quadro-protocolo.botao-quadro-home {
    height: 62px;
    margin-bottom: -2px;
}

p.pnumeros-texto-home span {
    font-size: 23px;
    font-size: 1.45rem;
    color: #e6395f;
}

p.desc-val-home {
    min-height: auto;
    text-align: left;
    color: #231f20;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-size: 1.1rem;
    font-weight: 500;
}

.valido-para-home {
    margin: 30px auto;
}

section.video-home {
    padding: 30px 10px 136px;
    background: #2d2d2d;
}

.container.video-container {
    max-width: 1040px;
}

.container.container-video {
    margin: 0 auto;
    width: 78%;
}

.video-container.video-container-home {
    border-width: 6px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 6.65px 0.35px rgba(0, 0, 0, 0.6);
}

section.icones-med-planosp {
    background: #f2f2f2;
    padding-bottom: 66px;
}

.icone-medquar.icone-laranja {
    background: #ff720a;
}

.icone-medquar.icone-verde {
    background: #00aa3c;
}

.container.container-box-medidas {
    max-width: 1254px;
}

.icone-medquar {
    max-width: 396px;
    min-height: 108px;
    height: 108px;
    padding: 12px 14px;
    margin: -92px auto 0;
    border-radius: 5px;
    box-shadow: 0px 5px 7.6px 0.4px rgba(0, 0, 0, 0.3);
    display: table;
    transition-duration: 0.3s;
}

img.img-duvimed-icon {
    float: left;
    max-width: 91px;
    margin-right: 6px;
}

.icone-medquar p {
    color: #fff;
    font-family: "Montserrat SemiBold", sans-serif;
    text-align: center;
    font-size: 16px;
    font-size: 1.05rem;
    display: table-cell;
    vertical-align: middle;
}

.icone-medquar.icone-laranja p {
    max-width: initial;
}

.icone-medquar.icone-verde p {
    max-width: 372px;
}

.icone-medquar.icone-azul {
    background: #006a9d;
}

.icone-medquar a {
    display: table;
}

.icone-medquar:hover {
    transform: scale(1.1);
    filter: brightness(1.05);
}

.col-md-3.quadro-prot.quadro-home:hover {
    transform: scale(1.1);
}

.botao-quadro-protocolo.botao-quadro-home:hover {
    filter: brightness(1.2);
}

section.slider-banners {
    background: #f2f2f2;
}

.slick-list.draggable {
    z-index: 999;
    max-width: 1120px;
    margin-left: 10px;
    margin-right: 10px !important;
    margin: 0 auto;
}

.bloco-slider-carousel {
    background-color: #f2f2f2;
    background-image: url(assets/images/background-carousel.png);
    background-repeat: no-repeat;
    background-position-y: center;
}

i.fa.fa-angle-left {
    background: url(assets/images/bt-esq.png);
    background-size: cover;
    background-position: center;
    width: 40px;
    height: 40px;
}

.fa-angle-left:before {
    color: transparent;
}

.wpcp-carousel-section.nav-vertical-center .slick-prev {
    width: 40px;
    height: 40px;
}

i.fa.fa-angle-right {
    background: url(assets/images/bt-dir.png);
    background-size: cover;
    background-position: center;
    width: 40px;
    height: 40px;
}

.fa-angle-right:before {
    color: transparent;
}

.wpcp-carousel-section.nav-vertical-center .slick-next {
    width: 40px;
    height: 40px;
}

.wpcp-carousel-section .wpcp-single-item img {
    max-width: 100%;
    height: auto;
}

.wpcp-carousel-section .wpcp-single-item img:hover {
    filter: brightness(1.2);
}

section#ultimas-noticias {
    background: #fff;
    padding: 40px 10px;
    margin-top: -30px;
}

h2.sub-titulo.sub-tit-azul {
    color: #3e3e3e;
}

section#ultimas-noticias {
    background: #fff;
    padding: 90px 10px;
    margin-top: -30px;
}

hr.hr-duvidas.hr-ultimas-noticias {
    display: none;
}

.desc-transmissao.desc-topico {
    margin: 60px 0;
    max-width: 732px;
}

.noticias {
    margin-bottom: 40px;
}

.btn-detalhe-protocolo.btn-novo-secoes {
    background-image: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/botao-secao.png);
    background-repeat: no-repeat;
    width: 443px;
    height: 72px;
    padding: 20px 4%;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 auto;
}

.btn-detalhe-protocolo.btn-novo-secoes:hover {
    filter: brightness(1.2);
}

section#como-se-proteger {
    background: #f2f2f2;
    padding: 80px 10px 60px;
}

h2.sub-titulo {
    font-weight: 500;
}

h3.titulo-h3 {
    font-size: 31px;
    font-size: 1.94rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}

.info-lave-as-maos {
    margin: 80px auto;
    max-width: 1244px;
    height: 54px;
    background-color: #e6395f;
    border-radius: 6px;
}

.row.row-maos {
    margin: 0 auto;
    max-width: 1170px;
}

.container.container-como-se-proteger {
    max-width: 1246px;
}

img.icones-maos {
    margin: -26px 8px;
    transition: 0.5s;
}

.desc-transmissao.desc-topico p {
    text-align: center;
}

.desc-transmissao.desc-topico {
    margin: 60px auto;
    max-width: 800px;
}

.row.row-box-text {
    max-width: 1100px;
    margin: 0 auto;
}

.box-text {
    text-align: center;
    max-width: 300px;
    margin: 0 auto 28px;
    height: 132px;
    border-radius: 10px;
    position: relative;
    background: #e9e9e9;
}

.box-text.box-rosa {
    border: 1px solid #e6395f;
}

.box-text p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 0 40px;
    color: #3e3e3e;
    line-height: 1.3;
    font-size: 22px;
    font-size: 1.4rem;
}

.titulo-verde {
    color: #42a46c;
}

.info-verde {
    background: #42a46c;
}

.row.row-maos {
    margin: 0 auto;
    max-width: 1170px;
    display: table;
}

img.icones-maos.icones-cubra {
    margin: -42px 20px;
}

.box-text.box-verde {
    background: #e9e9e9;
    border: 1px solid #42a46c;
    height: 282px;
}

h3.titulo-h3.titulo-laranja {
    color: #ff8022;
}

.info-laranja {
    background: #ff8022;
}

.box-laranja {
    border: 1px solid #ff8022;
}

img.icones-maos:hover {
    transform: scale(1.1);
}

.box-laranja {
    border: 1px solid #ff8022;
    height: 134px;
}

.btn-detalhe-protocolo.btn-novo-secoes.btn-outros-cuidados {
    padding: 20px 7%;
    margin: 90px auto 0;
}

.desc-transmissao.desc-topico.desc-duvidas-frequentes.desc-feed p {
    text-align: left;
}

section.casos-suspconf {
    background: #fff;
    padding: 50px 10px;
}

.titulo-magenta {
    color: #b21555;
    margin-top: 0;
}

.titulo-topico.secao-casos-susp {
    margin-top: 0;
}

.desc-transmissao.desc-topico {
    margin: 60px auto;
    max-width: 700px;
}

.box-text.box-magenta-button {
    max-width: 400px;
    height: 303px;
    border: 1px solid #b21555;
    border-radius: 5px;
}

.botao-quadro-protocolo.botao-quadro-home.botao-casossusp {
    position: relative;
}

.botao-quadro-protocolo.botao-quadro-home.botao-casossusp {
    position: relative;
    margin-top: 242px;
    margin-left: 0px;
    width: 400px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    z-index: 0;
}

.botao-quadro-protocolo.botao-quadro-home.botao-casossusp p {
    color: #fff;
}

.botao-quadro-protocolo.botao-quadro-home.botao-casossusp {
    position: relative;
    margin-top: 241px;
    margin-left: 0px;
    width: 400px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 0;
    background-color: #2c84cc;
    border-bottom: 0.5px solid #b21555;
}

.perg-wsp {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    padding: 20px 0;
}

section#duvidas-frequentes {
    background: #f2f2f2;
    padding: 80px 10px 40px;
}

.box-text.box-magenta-button p {
    top: 40%;
}

.botao-quadro-protocolo.botao-quadro-home.botao-casossusp p {
    top: 50%;
}

.desc-transmissao.desc-topico.desc-duvidas-frequentes p {
    text-align: left;
}

h4.titulo-h4.titulo-azul {
    color: #3e3e3e;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.perguntas-respostas {
    border: none;
    padding: 0 30px;
    border-left: solid #1b386b 4px;
}

.btn-detalhe-protocolo.btn-novo-secoes.btn-outros-cuidados.btn-duvidas {
    padding: 20px 4%;
    margin: 30px auto 0;
}

.btn-detalhe-protocolo.btn-novo-secoes.btn-outros-cuidados.btn-duvidas-down {
    padding: 20px 10%;
    margin: 30px auto 0;
}

section#transmissao {
    background: #1d3255;
    padding: 50px 10px;
}

section#transmissao h2.sub-titulo.sub-tit-azul {
    color: #fff;
}

section#transmissao .desc-transmissao p {
    color: #fff;
}

section#transmissao p.titulo-icone {
    color: #fff;
    font-weight: 500;
}

.icones-sintomas {
    margin: 30px auto 0;
}

.icones-sintomas img {
    display: block;
    margin: 0 auto;
    transition: 0.5s;
}

p.titulo-icone {
    text-align: center;
    width: 290px;
    margin: 26px auto 10px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
}

.icones-sintomas img:hover {
    transform: scale(1.1);
}

section#sintomas {
    padding: 50px 10px;
    background: #172844;
}

section#sintomas h2.sub-titulo.sub-tit-azul {
    color: #fff;
}

section#sintomas .desc-transmissao p {
    color: #fff;
    max-width: 528px;
    margin: 0 auto;
}

section#sintomas p.titulo-icone {
    color: #fff;
}

section.material-de-apoio {
    padding: 100px 10px 60px;
    background: #f2f2f2;
}

section#material-de-apoio h2.sub-titulo.sub-tit-branco {
    color: #3e3e3e;
}

section#material-de-apoio h3.titulo-h3 {
    color: #ea5b0c;
    text-align: left;
}

.desc-transmissao.desc-topico.desc-branco p {
    color: #353535;
    text-align: left;
}

.desc-transmissao.desc-topico.desc-branco {
    margin: 25px auto 25px 0;
    max-width: 651px;
}

.botao-veja-mais.botoes-duvidas-freq.botao-materiais {
    width: 330px;
    height: 90px;
    background-color: #2c84cc;
    color: #fff;
    border-radius: 5px;
    background-image: url(https://saopaulo.sp.gov.br/guia-coronavirus/assets/images/bg-icone-download.png);
    background-repeat: no-repeat;
    background-position-x: right;
    padding: 15px 80px 15px 0;
}

.botao-veja-mais.botoes-duvidas-freq.botao-materiais.btn-df {
    padding: 15px 60px 15px 0;
}

.botao-veja-mais.botoes-duvidas-freq.botao-materiais.botao-link-seta {
    background-image: url(https://saopaulo.sp.gov.br/guia-coronavirus/assets/images/bg-icon-link.png);
    height: 71px;
    padding: 20px 80px 20px 0;
}

.botao-veja-mais.botoes-duvidas-freq.botao-materiais:hover {
    filter: brightness(1.1);
}

section.banner-whatsapp {
    padding: 0;
    background: #f2f2f2;
}

.row.linha-icones {
    margin: 40px 0 0 0;
}

div.nav-menu {
    border-radius: 0 0.5rem 0.5rem 0;
    background-color: #ffffff;
    z-index: 45;
    padding: 0.8rem 0.5rem;
    top: 0;
    border: none;
    position: relative;
    width: 4rem;
    height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /* box-shadow: 0.2rem 0.2rem 0.4rem #43241155; */
    transition: width 0.3s, opacity 0.5s;
    cursor: pointer;
    opacity: 1;
    margin: 0 auto;
}

section.menu {
    padding: 10px;
}

nav.menu-site.sticky {
    left: 0;
    opacity: 1;
    width: 1244px;
    margin: 0 auto;
    border-radius: 0;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

nav.menu-site {
    position: relative;
    z-index: 60;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    max-width: 1244px;
    font-size: 22px;
    font-size: 1.39rem;
    padding: 20px 0 0;
    background-color: #fff;
    top: 16px;
    margin: auto;
    left: -999px;
    transition: width 0.1s, opacity 1s;
    /* box-shadow: 0.2rem 0.2rem 0.4rem #43241166; */
    opacity: 0;
    width: 0px;
    border-bottom-left-radius: 10px;
}

section.menu {
    padding: 10px;
    height: 90px;
}

div.nav-menu.desativa {
    width: 4rem;
    opacity: 1;
}

.row.menu-coronasite {
    max-width: 1034px;
    margin: 0 auto 20px;
}

nav.menu-site a {
    color: #2d2d2d;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    border-bottom: solid 0.1rem #c0b6b1;
    padding-left: 0;
    font-family: "Open sans", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
}

.borda-menu-fechar {
    background-color: #484848;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: url(https://saopaulo.sp.gov.br/guia-coronavirus/assets/images/seta-menu-fechar.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 54px;
    width: 100%;
    margin-top: 0;
}

nav.menu-site .bt-fechar {
    position: absolute;
    cursor: pointer;
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 54px;
    background-size: 100%;
    background-position: center;
    background-image: none;
    z-index: 40;
}

nav.menu-site {
    transition: none;
}

.col-md-3.item-menu {
    text-align: center;
    height: 90px;
    display: table;
    border-left: 1px solid #9e9e9f;
    margin: 0 auto 8px;
    padding: 0px 10px;
}

.col-md-3.item-menu a {
    display: table-cell;
    vertical-align: middle;
}

.no-border-left {
    border-left: none !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

nav.menu-site a:last-of-type {
    border-bottom: 1px solid #9e9e9f;
}

nav.menu-site a:hover {
    border-left: none;
}

.col-md-3.item-menu:hover,
.col-md-3.item-menu a:hover {
    background: #484848;
    color: #fff;
    border-bottom: none;
}

.pag-interna h2.sub-titulo.quarentena-pag.subtitulo-amarelo {
    color: #fff;
    margin-top: 54px;
    line-height: 1.2;
}

section.linha-fina.linha-fina-protocolos.linha-fina-home.pag-interna {
    padding: 56px 10px;
}

.container-video.cont-protejase.cont-logo.titulo-duas-linhas {
    max-width: 600px;
}

section.linha-fina.linha-fina-protocolos.linha-fina-home.pag-interna.linha-fina-semfakenews p {
    max-width: 670px;
}

.telegram-icon.telegram-icon-fakenews {
    text-align: center;
    margin-top: 0px;
    background-color: #f2f2f2;
}

.col-sm-6.col-cards.col-cards-fakenews {
    margin-bottom: 60px;
}


.box-texto-fornecedores {
    margin: 56px auto 0;
    background: #fff;
    padding: 48px 30px 70px;
}

section.linha-fina.linha-fina-protocolos.linha-fina-home.pag-interna .box-texto-fornecedores p {
    text-align: left;
    margin: 0;
    max-width: none;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 30px;
}

span.ident {
    margin-left: 34px;
}

section.linha-fina.linha-fina-protocolos.linha-fina-home.pag-interna p.subtitulo-topico {
    font-size: 25px;
    font-size: 1.57rem;
    font-weight: bold;
}

a.link-email {
    color: #2a7aff;
}

.botao-veja-mais.botoes-duvidas-freq.botao-materiais.botao-downl-umalinha {
    margin: 158px auto 0;
    width: 446px;
    height: 76px;
    max-width: 100%;
    background-position-y: center;
    padding: 24px 6%;
}

.botao-veja-mais.botoes-duvidas-freq.botao-materiais.botao-downl-umalinha p {
    color: #fff;
}

.mapa-divisao img {
    max-width: 100%;
    height: auto;
}

.box-texto-fornecedores p {
    text-align: left;
    margin: 0;
    max-width: none;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 30px;
}

section.contato .box-texto-fornecedores {
    max-width: 840px;
    margin: 10px auto 0;
}

.btn-detalhe-protocolo.btn-download {
    margin: 0 auto;
    display: table-cell;
}

.btn-detalhe-protocolo.btn-download {
    margin: 0 auto;
    text-align: left;
    background-color: #2c84cc;
    color: #fff;
    background-image: url(https://saopaulo.sp.gov.br/guia-coronavirus/assets/images/bg-icone-download.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
    max-height: 70px;
    padding: 19px 29% 0px 24px;
    border-radius: 5px;
    transition: 0.3s;
}

.col-md-6.btns-protocolos {
    margin: 0 auto;
    text-align: center;
}

.btn-detalhe-protocolo.btn-download:hover {
    transform: scale(1.1);
    filter: brightness(1.07);
}

img.csv-donwload {
    max-width: 30px;
    margin-top: -5px;
}

p.download-dados-completos {
    margin-bottom: 10px;
    text-align: end;
}

.row.links-transparencia {
    max-width: 1440px;
    margin: 0 auto;
}

p.download-dados-completos.link-legislacao {
    text-align: start;
}

.row.links-transparencia .col-md-6 {
    padding: 0;
}


.botao-veja-mais.botoes-duvidas-freq.botao-materiais.botao-link-seta.botao-res-tr {
    width: 280px;
    height: 54px;
    font-size: 17px;
    background-size: contain;
    padding: 15px 80px 14px 6px;
}

.row.links-transparencia.link-resolucao {
    margin: 20px auto 8px;
}

.botao-veja-mais.botoes-duvidas-freq.botao-materiais.btn-sefaz {
    width: 280px;
    height: 54px;
    float: right;
    background-size: contain;
    padding: 16px 60px 15px 0;
}

.botao-veja-mais.botoes-duvidas-freq.botao-materiais.btn-sefaz p {
    font-size: 15px;
}

.balanco-plano-sp {
    text-align: center;
}

section.informativo-isolamento {
    padding: 30px 10px;
}

p.download-dados-completos.link-legislacao.titulo-nota {
    margin-bottom: 20px;
    font-size: 20px;
}

/* -- adições recentes (12 junho) --- */

.faq-deliberacoes {
    margin-top: -22px;
}

section.leis-decretos {
    background-color: #fff;
    margin-top: 0;
    padding: 40px 0 20px;
}

hr.decretos {
    margin: 20px 0;
    border: none;
    border-bottom: solid 1px #3e3e3e;
}

hr.decretos:last-of-type {
    display: none;
}

.decreto-resolucao:hover {
    background-color: #e5e5e5;
}

p.desc-decreto-resolucao a {
    font-weight: normal;
    color: #3e3e3e;
    font-size: 22px;
}

section.resolucoes {
    background-color: #005c80;
    margin-top: 0;
    padding: 40px 0 20px;
}

.resolucoes .titulo-secao-planosp.titulo-planosp {
    color: #fff;
}

.resolucoes .decreto-resolucao {
    border-bottom: none;
}

.resolucoes .decreto-resolucao:hover {
    background-color: #005373;
}

.resolucoes h4.tit-decreto-resolucao a {
    color: #fff;
}

.resolucoes p.desc-decreto-resolucao a {
    color: #fff;
}

.resolucoes hr.decretos {
    border-bottom: solid 1px #fff;
}

p.desc-educacao {
    font-size: 19px;
}

/* Adições Daniel 01/07 */
/************************************************/

.linha-fina-setores-subsetores p {
    text-align: center;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
}

.linha-fina-setores-subsetores {
    max-width: 630px;
    margin: 0 auto;
    padding: 0 0 68px;
}

.btns-protocolos {
    margin-bottom: 30px;
}

section.painel-visualizacao-dados {
    padding: 30px 10px;
}

.iframe-painel {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

/* Adições Ander 13/08 */
/************************************************/

section.atividades-permitidas {
    padding-top: 60px;
    background-color: #f2f2f2;
    padding-bottom: 40px;
}

.linha-fina-atividades-permitidas {
    max-width: 630px;
    margin: 0 auto;
    padding: 5px 0 45px;
}

.linha-fina-atividades-permitidas p {
    text-align: center;
    font-size: 28px;
    font-family: "Open Sans", sans-serif;
    color: #3e3e3e;
}

.mapa-fases .container.container-decdel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mapa-fases img {
    max-width: 100%;
    width: auto;
}

.mapa-fases .menu-fases {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 20px 0;
}

.menu-fases button.fase-mapa {
    border: solid 1px #ffffff;
    border-radius: 5px;
    overflow: hidden;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    justify-content: flex-end;
    width: 13%;
    padding: 0;
    font-weight: 600;
    transition: all 0.3s;
    cursor: pointer;
}

.menu-fases .fase-mapa.fase-emergencial {
    font-size: 15px;
    line-height: 1;
    background-image: url(/theme-planosp/assets/images/exclamacao.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 11px;
}

.menu-fases button.fase-mapa[data-fase="Geral"] {
    background-color: #b6b6b6;
}

.menu-fases button.fase-mapa[data-fase="Geral"]:hover,
.menu-fases button.fase-mapa[data-fase="Geral"].ativo {
    border-color: #b6b6b6;
}

.menu-fases button.fase-mapa[data-fase="Fase Emergencial"] {  
    background-color: #b6b6b6;
}

.menu-fases button.fase-mapa[data-fase="Fase Emergencial"]:hover,
.menu-fases button.fase-mapa[data-fase="Fase Emergencial"].ativo {
    border-color: #b6b6b6;
}

.menu-fases button.fase-mapa[data-fase="Fase 1"] {
     background-color: #b6b6b6!important;      
}

.menu-fases button.fase-mapa[data-fase="Fase 1"]:hover,
.menu-fases button.fase-mapa[data-fase="Fase 1"].ativo {
    border-color: #b6b6b6;   
}

.menu-fases button.fase-mapa[data-fase="Fase 2"] {
    background-color: #b6b6b6;    
}

.menu-fases button.fase-mapa[data-fase="Fase 2"]:hover,
.menu-fases button.fase-mapa[data-fase="Fase 2"].ativo {
    border-color: #b6b6b6;       
}

.menu-fases button.fase-mapa[data-fase="Fase 3"] {
    background-color: #b6b6b6;   
}

.menu-fases button.fase-mapa[data-fase="Fase 3"]:hover,
.menu-fases button.fase-mapa[data-fase="Fase 3"].ativo {
    border-color: #b6b6b6;   
}

.menu-fases button.fase-mapa[data-fase="Fase 4"] {   
    background-color: #b6b6b6;
}

.menu-fases button.fase-mapa[data-fase="Fase 4"]:hover,
.menu-fases button.fase-mapa[data-fase="Fase 4"].ativo {  
    border-color: #b6b6b6;
}

.menu-fases button.fase-mapa[data-fase="Fase 5"] {  
    background-color: #b6b6b6;
}

.menu-fases button.fase-mapa[data-fase="Fase 5"]:hover,
.menu-fases button.fase-mapa[data-fase="Fase 5"].ativo {    
    border-color: #b6b6b6;
}


.menu-fases button.fase-mapa span {
    background-color: #3e3e3e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-left: solid 1px #ffffff;
    width: 65%;
    transition: all 0.3s;
}

.menu-fases button.fase-mapa[data-fase="Geral"]:hover span,
.menu-fases button.fase-mapa[data-fase="Geral"].ativo span {
    background-color: #fafafa;
    color: #3e3e3e;
}

.menu-fases button.fase-mapa[data-fase="Fase Emergencial"]:hover span,
.menu-fases button.fase-mapa[data-fase="Fase Emergencial"].ativo span {
    background-color: #fdebe9;
    color: #3e3e3e;
}

.menu-fases button.fase-mapa[data-fase="Fase 1"]:hover span,
.menu-fases button.fase-mapa[data-fase="Fase 1"].ativo span {
    background-color: #fdebe9;
    color: #3e3e3e;
}

.menu-fases button.fase-mapa[data-fase="Fase 2"]:hover span,
.menu-fases button.fase-mapa[data-fase="Fase 2"].ativo span {
    background-color: #fdf5eb;
    color: #3e3e3e;
}

.menu-fases button.fase-mapa[data-fase="Fase 3"]:hover span,
.menu-fases button.fase-mapa[data-fase="Fase 3"].ativo span {
    background-color: #fffff5;
    color: #3e3e3e;
}

.menu-fases button.fase-mapa[data-fase="Fase 4"]:hover span,
.menu-fases button.fase-mapa[data-fase="Fase 4"].ativo span {
    background-color: #f4f8f5;
    color: #3e3e3e;
}

.menu-fases button.fase-mapa[data-fase="Fase 5"]:hover span,
.menu-fases button.fase-mapa[data-fase="Fase 5"].ativo span {
    background-color: #f0f5ff;
    color: #3e3e3e;
}

.mapa-fases .menu-regioes {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    padding: 0;
    height: 610px;
    flex-direction: column;
}

.menu-regioes button.regiao-mapa {
    font-family: 'Open Sans', sans-serif;
    border: solid 1px #ffffff;
    border-radius: 5px;
    overflow: hidden;
    font-size: 13px;
    color: #ffffff;
    display: flex;
    justify-content: flex-end;
    width: 46%;
    padding: 0;
    font-weight: 600;
    transition: all 0.3s;
    cursor: pointer;
    text-transform: uppercase;
    height: 45px;
    margin-bottom: 10px;
    position: relative;
}

.menu-regioes button.regiao-mapa[data-fase-regiao="Fase Emergencial"] {
    background-color: #b6b6b6;
}

.menu-regioes button.regiao-mapa:hover[data-fase-regiao="Fase Emergencial"],
.menu-regioes button.regiao-mapa.ativo[data-fase-regiao="Fase Emergencial"] {
    background-color: #b6b6b6;
    background-image: url(/theme-planosp/assets/images/exclamacao.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 97%;
    padding-right: 12px;
}

.menu-regioes button.regiao-mapa[data-fase-regiao="Fase 1"] {
    background-color: #b6b6b6!important;
}

.menu-regioes button.regiao-mapa[data-fase-regiao="Fase 2"] {
    background-color: #b6b6b6;
}

.menu-regioes button.regiao-mapa[data-fase-regiao="Fase 3"] {
    background-color: #b6b6b6;
}


.menu-regioes button.regiao-mapa[data-fase-regiao="Fase 4"] {
    background-color: #b6b6b6;
}

.menu-regioes button.regiao-mapa[data-fase-regiao="Fase 5"] {
    background-color: #b6b6b6;
}

.menu-regioes button.regiao-mapa span.hover {
    background-color: #3e3e3e;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    transition: all 0.17s;
    height: 100%;
    line-height: 1.3;
    position: relative;
}

.menu-regioes button.regiao-mapa .txt-regiao {
    position: absolute;
    font-style: normal;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 0 26px;
    text-align: center;
}

.menu-regioes button.regiao-mapa[data-fase-regiao="Fase Emergencial"]:hover span.hover,
.menu-regioes button.regiao-mapa[data-fase-regiao="Fase Emergencial"].ativo span.hover {
    width: 0%;
}


.menu-regioes button.regiao-mapa[data-fase-regiao="Fase 1"]:hover span.hover,
.menu-regioes button.regiao-mapa[data-fase-regiao="Fase 1"].ativo span.hover {
    width: 0%;
}

.menu-regioes button.regiao-mapa[data-fase-regiao="Fase 2"]:hover span.hover,
.menu-regioes button.regiao-mapa[data-fase-regiao="Fase 2"].ativo span.hover {
    width: 0%;
    
}

.menu-regioes button.regiao-mapa[data-fase-regiao="Fase 3"]:hover span.hover,
.menu-regioes button.regiao-mapa[data-fase-regiao="Fase 3"].ativo span.hover {
    width: 0%;
}

.menu-regioes button.regiao-mapa[data-fase-regiao="Fase 4"]:hover span.hover,
.menu-regioes button.regiao-mapa[data-fase-regiao="Fase 4"].ativo span.hover {
    width: 0%;
}

.menu-regioes button.regiao-mapa[data-fase-regiao="Fase 5"]:hover span.hover,
.menu-regioes button.regiao-mapa[data-fase-regiao="Fase 5"].ativo span.hover {
    width: 0%;
}

.mapa-fases .img-mapa {
    width: 793px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
}

.img-mapa .legenda-alerta {
    float: right;
    padding-top: 20px;
}

.img-mapa .hide-leg-alerta {
    display: none;
}

.img-mapa .img-regiao {
    position: absolute;
    cursor: pointer;
    transition: all 0.1s;
}

.img-mapa .img-regiao svg {
    width: 100%;
    height: 100%;
}

.img-mapa .img-regiao path {
    fill: #000000;
}

.img-mapa .img-regiao svg g:hover {
    opacity: 0.75;
}

.img-mapa .img-regiao.desativado {
    filter: invert(100%) !important;
}

.img-mapa .img-regiao[data-fase-mapa="Fase Emergencial"] {
    filter: invert(13%) sepia(100%) saturate(3541%) hue-rotate(347deg) brightness(123%) contrast(82%);
}

.img-mapa .img-regiao[data-fase-mapa="Fase 1"] {
    filter: invert(100%) !important;
}

.img-mapa .img-regiao[data-fase-mapa="Fase 2"] {
    filter: invert(70%) sepia(37%) saturate(7376%) hue-rotate(1deg) brightness(104%) contrast(104%);
}

.img-mapa .img-regiao[data-fase-mapa="Fase 3"] {
    filter: invert(74%) sepia(87%) saturate(673%) hue-rotate(356deg) brightness(101%) contrast(108%);
}

.img-mapa .img-regiao[data-fase-mapa="Fase 4"] {
    filter: invert(72%) sepia(10%) saturate(2231%) hue-rotate(53deg) brightness(82%) contrast(88%);
}

.img-mapa .img-regiao[data-fase-mapa="Fase 5"] {
    filter: invert(36%) sepia(6%) saturate(5046%) hue-rotate(180deg) brightness(118%) contrast(102%);
}

.img-mapa .img-regiao.esmaecido[data-fase-mapa="Fase Emergencial"] {
    filter: invert(50%) sepia(24%) saturate(936%) hue-rotate(306deg) brightness(100%) contrast(87%);
}


.img-mapa .img-regiao.esmaecido[data-fase-mapa="Fase 1"] {
    filter: invert(80%) sepia(0%) saturate(0) brightness(101%) contrast(0);
}

.img-mapa .img-regiao.esmaecido[data-fase-mapa="Fase 2"] {
    filter: invert(85%) sepia(62%) saturate(331%) hue-rotate(306deg) brightness(103%) contrast(101%);
}

.img-mapa .img-regiao.esmaecido[data-fase-mapa="Fase 3"] {
    filter: invert(87%) sepia(3%) saturate(2809%) hue-rotate(353deg) brightness(107%) contrast(109%);
}

.img-mapa .img-regiao.esmaecido[data-fase-mapa="Fase 4"] {
    filter: invert(92%) sepia(24%) saturate(304%) hue-rotate(42deg) brightness(92%) contrast(107%);
}

.img-mapa .img-regiao.esmaecido[data-fase-mapa="Fase 5"] {
    filter: invert(87%) sepia(4%) saturate(2232%) hue-rotate(188deg) brightness(98%) contrast(88%);
}

.regiao-selecionada {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #ffffff;
    padding: 8px 15px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 250px;
    border: solid 2px;
    border-left: none;
    border-right: none;
    position: absolute;
    top: 70%;
    left: 10px;
    transition: all 0.2s;
    opacity: 0;
    text-align: center;
    line-height: 1.1;
}

.regiao-selecionada.ativo {
    opacity: 1;
}

.regiao-selecionada[data-fase-selecionada="Fase 1"] {
    border-color: #b6b6b6;
}

.regiao-selecionada[data-fase-selecionada="Fase 2"] {
    border-color: #b6b6b6;
}

.regiao-selecionada[data-fase-selecionada="Fase 3"] {
    border-color: #b6b6b6;
}

.regiao-selecionada[data-fase-selecionada="Fase 4"] {
    border-color: #b6b6b6;
}

.regiao-selecionada[data-fase-selecionada="Fase 5"] {
    border-color: #b6b6b6;
}

/* -- poswicionamento das regiões --- */


.img-mapa .img-regiao {
    top: 400px;
    left: 0;
}

.img-mapa .img-regiao[data-regiao-mapa="Município de São Paulo"] {
    top: 58.6%;
    left: 69.8%;
    z-index: 4;
    width: 44px;
    height: 56px;
    transform: rotate(3deg);
}

.img-mapa .img-regiao[data-regiao-mapa="Sub-região Leste - RMSP"] {
    top: 55.2%;
    left: 73.5%;
    z-index: 5;
    width: 72px;
    height: 54px;
}

.img-mapa .img-regiao[data-regiao-mapa="Sub-região Norte - RMSP"] {
    top: 55.3%;
    left: 68.7%;
    z-index: 5;
    width: 46px;
    height: 25.72px;
    transform: rotate(6deg);
}

.img-mapa .img-regiao[data-regiao-mapa="Sub-região Oeste - RMSP"] {
    top: 57.5%;
    left: 67.8%;
    width: 24px;
    height: 25.22px;
}

.img-mapa .img-regiao[data-regiao-mapa="Sub-região Sudeste - RMSP"] {
    top: 62.5%;
    left: 72.8%;
    z-index: 10;
    width: 27px;
    height: 26.22px;
}

.img-mapa .img-regiao[data-regiao-mapa="Sub-região Sudoeste - RMSP"] {
    top: 61.7%;
    left: 66.2%;
    z-index: 10;
    width: 36px;
    height: 46px;
}

.img-mapa .img-regiao[data-regiao-mapa="II - Araçatuba"] {
    top: 8.2%;
    left: 15%;
    z-index: 10;
    width: 171px;
    height: 139px;
}

.img-mapa .img-regiao[data-regiao-mapa="III - Araraquara"] {
    top: 24.5%;
    left: 43.5%;
    z-index: 10;
    width: 166px;
    height: 87px;
}

.img-mapa .img-regiao[data-regiao-mapa="IV - Baixada Santista"] {
    top: 62.6%;
    left: 67.2%;
    width: 116px;
    height: 77px;
}

.img-mapa .img-regiao[data-regiao-mapa="V - Barretos"] {
    top: 5.4%;
    left: 43.7%;
    z-index: 10;
    width: 92px;
    height: 107px;
}

.img-mapa .img-regiao[data-regiao-mapa="VI - Bauru"] {
    top: 24.4%;
    left: 31.8%;
    width: 220px;
    height: 247px;
}

.img-mapa .img-regiao[data-regiao-mapa="VII - Campinas"] {
    top: 43%;
    left: 62.6%;
    width: 128px;
    height: 91px;
}

.img-mapa .img-regiao[data-regiao-mapa="VIII - Franca"] {
    top: 3.1%;
    left: 52.5%;
    width: 114px;
    height: 90px;
}

.img-mapa .img-regiao[data-regiao-mapa="IX - Marília"] {
    top: 25.4%;
    left: 19.7%;
    width: 180px;
    height: 187px;
    z-index: 5;
}

.img-mapa .img-regiao[data-regiao-mapa="X - Piracicaba"] {
    top: 33.5%;
    left: 54.6%;
    width: 99px;
    height: 125px;
}

.img-mapa .img-regiao[data-regiao-mapa="XI - Presidente Prudente"] {
    top: 21.2%;
    left: 0%;
    width: 229px;
    height: 166px;
}

.img-mapa .img-regiao[data-regiao-mapa="XII - Registro"] {
    top: 68.7%;
    left: 48.5%;
    z-index: 10;
    width: 158px;
    height: 122px;
}

.img-mapa .img-regiao[data-regiao-mapa="XIII - Ribeirão Preto"] {
    top: 14.9%;
    left: 50%;
    width: 138px;
    height: 106px;
}

.img-mapa .img-regiao[data-regiao-mapa="XIV - São João da Boa Vista"] {
    top: 24.1%;
    left: 64.2%;
    width: 74px;
    height: 126px;
}

.img-mapa .img-regiao[data-regiao-mapa="XV - São José do Rio Preto"] {
    top: 0.1%;
    left: 22.6%;
    width: 222px;
    height: 179px;
}

.img-mapa .img-regiao[data-regiao-mapa="XVI - Sorocaba"] {
    top: 50.4%;
    left: 39.4%;
    width: 228px;
    height: 179px;
}

.img-mapa .img-regiao[data-regiao-mapa="XVII - Taubaté"] {
    top: 42.7%;
    left: 76.9%;
    width: 183.19px;
    height: 140.38px;
}


/* Acrécimo 10/09 */

.btn-decdel {
    margin: 30px -2px;
    width: 100%;
    display: inline-table;
    padding: 0 4%;
}

.btn-decdel .bt-padrao .img-icone {
    height: auto;
}

.btn-decdel .bt-padrao {
    border-radius: 6px;
}

section.regras-de-transicao {
    background: #f2f2f2;
    padding: 0 10px 70px;
}

.regras-de-transicao p {
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}

.box-fase-transicao {
    margin: 40px auto 0;
    max-width: 830px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 7.6px 0.4px rgb(0 0 0 / 30%);
    padding-bottom: 30px;
}


.box-fase-transicao h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 30px;
    padding: 24px 10px;
    font-family: 'Montserrat Semibold', sans-serif;
    background-image: -moz-linear-gradient( 0deg, rgb(107, 102, 103) 0%, rgb(107, 102, 103) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(107, 102, 103) 0%, rgb(107, 102, 103) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(107, 102, 103) 0%, rgb(107, 102, 103) 100%);
    color: #fff;
    font-size: 22px;
}

.box-fase-transicao p {
    margin: 0 auto 15px;
    border-width: 1px;
    border-color: rgb(222, 222, 222);
    border-style: solid;
    background-color: rgb(242, 242, 242);
    max-width: 90%;
    padding: 10px 10px;
}

.box-interno {
    border-width: 1px;
    border-color: rgb(222, 222, 222);
    border-style: solid;
    background-color: rgb(242, 242, 242);
    max-width: 90%;
    padding: 10px 10px;
    margin: 0 auto 15px;
}

.box-interno p {
    background: none;
    border: none;
    margin-bottom: 0px;
}

.box-interno hr {
    margin: 5px auto;
    max-width: 80%;
}

.box-fase-transicao.recomendacoes {
    padding-top: 40px;
}

.sub-titulo-transicao {
    text-align: center;
    margin-top: 60px;
}

/* Fim Novo Layout */
/************************************************/
/* Media Queries */

@media (min-width: 761px) {
    .hidden-desktop {
        display: none !important;
    }
}

@media (min-width: 761px) and (max-width: 1280px) {
    
    .container {
        padding: 1px 20px;
    }
    
    .protocolos .grid {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .protocolos .grid .item {
        width: 45%;
        padding: 20px 50px;
        font-size: 19px;
        border-bottom: solid 1px #e3e3e3;
        border-right: none;
    }
    
    .texto-diagnostico {
        margin: 0 auto;
        padding-left: 38%;
    }

    section#app-diagnostico {
        padding: 3% 0;
    }
    
    .select-dir button {
        width: 45%;
    }
    
    .diretrizes .select-dir h4 {
        width: 75%;
    }
    
    .select-dir .container {
        display: flex;
        justify-content: space-between;
    }
    
    .select-dir button:after {
        width: 75px;
    }
    
    .select-dir button:first-of-type:after {
        right: -30px;
    }
    
    .select-dir button:last-of-type:after {
        left: -30px;
    }
    
    .dados-info .grid .item {
        width: 47%;
        height: auto;
    }
    
    section.faq {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media (min-width: 1720px) {
    section#previna-se {
        padding: 170px 10px 35px;
    }
}

@media (min-width: 1080px) and (max-width: 1250px) {
    .col-md-5.numeros {
        padding: 40px 6.7% 20px;
        background: #c9e2ec;
        max-width: 474px;
        margin: 0;
    }

    .col-md-7.numeros.campanha {
        max-width: initial;
        margin: 0;
    }

    .numeros.campanha h4 {
        line-height: 1.2;
    }
}

@media (min-width: 761px) and (max-width: 1080px) {
    
    .btns-prot-det {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
    
    .btns-prot-det .bt-padrao {
        margin-bottom: 20px;
    }
    
    .col-md-4.btns-protocolos {
        width: 50%;
        max-width: none;
    }
    
    form.gsc-search-box {
        margin-left: auto !important;
        width: 80% !important;
    }

    button.gsc-search-button.gsc-search-button-v2 {
        padding: 16px 20px 12px 24px;
    }

    section.linha-fina.linha-fina-protocolos.linha-fina-home.pag-interna {
        padding: 50px;
    }

    section.decretos-deliberacoes .row {
        flex-direction: column;
    }

    nav.menu-site.sticky {
        max-width: 100%;
    }

    .botao-veja-mais.veja-mais-noticias.btn-decreto-del {
        left: -39px;
        max-width: calc(90% - 78px);
        padding: 15px 10px;
        margin-bottom: 40px;
    }

    .faq-deliberacoes {
        padding: 0 20px;
    }

    .decreto-resolucao {
        margin: auto;
        margin-bottom: 20px;
        padding: 30px 20px 20px;
        max-width: 490px;
    }
    
    .col-md-5.numeros {
        padding: 40px 6.7% 20px;
        background: #c9e2ec;
        max-width: 474px;
        margin: 0;
    }

    .col-md-7.numeros.campanha {
        max-width: initial;
        margin: 0;
    }

    .numeros.campanha h4 {
        line-height: 1.2;
    }
}

@media (min-width: 761px) and (max-width: 1120px) {
    .container-video {
        width: 74%;
    }

    section#inicio {
        background-position-x: center;
        background-position-y: -300px;
        background-size: cover;
    }

    section#inicio.proteja-se {
        background-position-x: center;
        background-position-y: 0;
        background-size: cover;
    }

    img.traco {
        display: none;
    }

    .box-text.box-verde {
        width: 100%;
    }

    .box-text.box-azul {
        width: 100%;
    }

    .botao-veja-mais p {
        margin-bottom: 0;
        font-size: 20px;
    }

    .col-md-4.icones-sintomas img {
        max-width: 100%;
    }

    p.titulo-icone {
        max-width: 100%;
    }

    .botao-ms.fake-news {
        margin: 0 auto;
        max-width: 680px;
    }

    section#inicio.sec-pcd-inicio {
        background-position-x: center;
        background-position-y: top;
        padding-bottom: 50px;
    }

    .titulo-header.titulo-page-pcd {
        padding-top: 30px;
    }

    .desc-cent.desc-pcd {
        margin-top: 20px;
    }
}

@media (max-width: 760px) {
    
    /************************************************/

    /* ---------------------------------------------------------------------------------- ESTILOS PLANO SP */
    
    .container {
        padding: 0;
    }
    
    .topo .logo {
        max-width: 110px;
    }

    .titulo-secao-planosp.titulo-planosp {
        font-size: 1.7rem;
        text-align: center;
        padding: 35px 0 25px;
    }
    
    .grid {
        flex-direction: column;
    }
    
    .grid .item {
        width: 100%;
    }
    
    section.criterios {
        padding: 0 20px 70px 20px;
    }
    
    .criterios .grid .item {
        width: 100%;
        position: relative;
        padding: 30px 0px;
        font-size: 18px;
        letter-spacing: 0;
        border-bottom: solid 1px #3e3e3e66;
    }
    
    .criterios .grid .item:before, .criterios .grid .item:after  {
        display: none;
    }
    
    section.boxes-info {
        height: 475px;
    }
    
    .boxes-info .grid {
        position: relative;
        height: auto;
        top: -19%;
    }
    
    .boxes-info .grid .item {
        width: 100%;
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .mapa-fases .img-fases {
        margin: 20px 0;
        display: block;
    }
    
    .bt-padrao {
        min-width: auto;
    }
    
    .boxes-info .img-icone {
        height: 57px;
    }
    
    .boxes-info .desc {
        padding: 10px 10%;
    }
    

    section.panorama {
        padding: 80px 30px 50px 30px;
    }
    
    .panorama .select-resultado {
        margin-top: 40px;
        font-size: 21px;
    }
    
    .panorama .balanco .bt-padrao {
        width: 100%;
    }
    
    .boxes-links .grid .item {
        width: 100%;
        font-size: 16px;
        padding: 25px 20px 45px 20px;
    }
    
    section.boxes-links {
        height: 690px;
        padding: 30px 20px;
    }
    
    .protocolos .grid .item {
        width: 100%;
        padding: 20px 50px;
        border-bottom: solid 1px #e3e3e3;
        border-right: none;
        font-size: 16px;
    }
    
    .protocolos .grid .item figure {
        width: 65%;
        margin: auto;
    }
    
    .select-dir .container {
        flex-direction: column;
    }
    
    .diretrizes .titulo-secao-planosp.titulo-planosp {
        padding: 35px 10px 25px;
    }
    
    .diretrizes .select-dir h4 {
        width: 95%;
    }
    
    .select-dir button {
        font-size: 16px;
        border-radius: 10px !important;
        width: 90%;
        margin: 0 auto 10px auto;
    }
    
    .select-dir button:first-of-type:after, .select-dir button:last-of-type:after  {
        display: none;
    }
    
    .diretrizes .bloco-dir {
        margin-top: 20px;
        padding: 0 20px;
        text-align: center;
    }
    
    .diretrizes .diretriz {
        font-size: 18px;
    }
    
    .diretriz .desc .indent {
        display: block;
        margin: 20px 0;
        margin-left: 0px;
    }
    
    .dados-info .titulo-secao-planosp.titulo-planosp {
        padding: 35px 30px 25px;
    }
    
    .dados-info .grid .item {
        width: 90%;
        margin: auto;
        font-size: 18px;
        height: auto;
        margin-bottom: 20px;
    }
    
    .dados-info .titulo {
        padding: 20px;
    }
    
    .rodape-planosp .container {
        flex-direction: column;
    }
    
    section.rodape-planosp {
        padding: 26px 10px;
    }
    
    .rodape-planosp .container a {
        width: 90%;
        font-size: 22px;
        margin: 0 auto 20px;
    }
    
    section.setores-subsetores {
        padding: 0px 20px;
        margin-top: -20px;
    }
    
    section.faq {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .bloco-faq {
        padding: 1px 0px;
    }
    
    
    /************************************************/

    /* ---------------------------------------------------------------------------------- ESTILOS LEGADO */
    
    
    h1.titulo {
        font-size: 26px;
        font-size: 1.63rem;
    }

    h1.titulo.titulo-novo {
        font-size: 25px;
        font-size: 1.6rem;
    }

    div.nav-menu {
        width: 3em;
        height: 2.5em;
        padding: 0.3rem 0.4rem;
        top: 0;
    }

    .titulo-header {
        padding-top: 56px;
    }

    .topo .titulo-header {
        padding-top: 30px;
    }

    .container-video {
        width: 100%;
    }

    .container.container-video {
        width: 100%;
    }

    img.traco {
        width: 6%;
    }

    h2.sub-titulo {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.4;
    }

    section#inicio {
        background-image: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/bg-topo-mobile.png);
        background-size: 100%;
        background-color: #fff;
        padding-bottom: 20px;
    }

    .desc-cent {
        font-size: 18px;
        font-size: 1.12rem;
        width: 100%;
        padding: 0 10px;
        margin-top: 30px;
    }



    .desc-section2 p {
        font-size: 18px;
        font-size: 1.1rem;
    }

    .botao-ms p {
        font-size: 16px;
        font-size: 1rem;
    }

    hr.hr-desc {
        width: 80%;
        border-color: white;
        margin: 20px auto;
    }

    .desc-section2 {
        margin: 30px 0;
    }

    .botao-ms {
        padding: 10px;
    }

    .desc-transmissao p {
        font-size: 18px;
        font-size: 1.13rem;
    }

    section#transmissao {
        padding: 30px 0 30px 0;
    }    

    .icones-sintomas {
        margin: 20px auto 0;
        width: auto;
    }

    p.titulo-icone {
        width: auto;
        font-size: 16px;
        font-size: 1rem;
    }

    p.titulo-icone.complemento {
        font-size: 13px;
        font-size: 0.8rem;
    }

    section#previna-se {
        background-image: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/bg-previnase-mobile.png);
        background-position-x: 52%;
        padding: 90px 0 30px 0;
    }

    .box-previna-se {
        max-width: 100%;
        height: auto;
        padding: 70px 20px;
        font-size: 20px;
        font-size: 1.25rem;
    }

    .container-video h2.sub-titulo {
        font-size: 20px;
        font-size: 1.25rem;
    }

    section#como-se-proteger {
        padding: 40px 0 20px 0;
    }

    .desc-transmissao {
        margin: 20px auto 0;
    }

    h3.titulo-h3 {
        font-size: 23px;
        font-size: 1.44rem;
    }

    .titulo-topico {
        margin-top: 40px;
    }

    .desc-transmissao.desc-topico {
        margin: 10px 0;
        max-width: 100%;
    }

    .box-text {
        width: 100%;
        height: auto;
        padding: 40px 0;
        margin: 10px 0;
    }

    .box-text p {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .box-text.box-verde {
        width: 100%;
        height: auto;
        padding: 84px 0;
    }

    .botao-veja-mais {
        margin: 30px auto 60px;
        font-size: 20px;
        font-size: 1.25rem;
    }

    .quadro-magenta {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 10px;
        min-height: max-content;
        margin-bottom: 30px;
    }

    .titulo-magenta {
        margin-top: 50px;
    }

    section#duvidas-frequentes {
        padding: 60px 0 20px;
    }

    .perguntas-respostas {
        padding: 0 18px 0 20px;
        margin: 40px 0;
    }

    hr.hr-duvidas {
        width: 80%;
        margin: 20px auto;
    }

    .col-md-5.col-faq {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 30px 0;
    }



    .col-md-2.col-faq {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .row.row-faq {
        margin: 60px 0 0;
    }

    .botao-veja-mais.botoes-duvidas-freq.botao-materiais {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    nav.menu-site.sticky {
        width: 100%;
        font-size: 16px;
        font-size: 1rem;
        top: 0;
    } 


    nav.menu-site .bt-fechar {
        width: 1rem;
        height: 1rem;
    }

    div.nav-menu span {
        height: 4px;
        border-radius: 3px;
    }

    section#o-que-e-coronavirus {
        background-position-x: center;
        padding-top: 40px;
        background-repeat: no-repeat;
    }

    .col-md-4.icones-sintomas img {
        display: block;
        margin: 0 auto;
    }

    .desc-transmissao p.data-hora {
        font-size: 0.8rem;
    }

    #inicio.proteja-se {
        padding-bottom: 0px;
    }

    h2.sub-titulo.sub-tit-azul.subtit-oms {
        font-size: 19px;
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .row-cards {
        margin-top: 30px;
    }

    .box-text.box-amarelo {
        height: auto;
    }

    .row.box-fique-atento {
        margin-top: 30px;
    }

    #inicio.proteja-se {
        background-image: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/bg-01-mobile-prt.png);
        padding-bottom: 20px;
    }

    .container-video.cont-protejase {
        margin: 14px auto;
        padding-bottom: 10px;
    }

    .desc-cent.proteja-se {
        margin-top: 10px;
    }

    .nav-menu.botao-voltar img {
        max-width: 50px;
    }

    div.nav-menu.botao-voltar {
        width: 0;
        height: 4%;
        left: 19px;
        top: 80px;
    }

    .titulo-telegram p {
        font-size: 25px;
        font-size: 1.56rem;
    }

    .subtitulo-telegram p {
        font-size: 18px;
        font-size: 1.13rem;
    }

    .telegram-icon img {
        background-position-x: -80px;
    }

    p.url-telegram {
        font-size: 24px;
        font-size: 1.5rem;
    }

    .decretos-governosp p {
        font-size: 18px;
        font-size: 1.14rem;
    }

    .col-md-5.numeros {
        margin: 0;
        max-width: 100%;
    }

    .col-md-7.numeros.campanha {
        margin: 0;
    }



    .numeros {
        margin: 20px auto;
        max-width: 100%;
        border-right: none;
        border-bottom: 2px solid #264270;
    }

    .col-md-4.numeros.campanha {
        margin: 0;
        border-bottom: none;
    }

    .col-md-3.numeros {
        margin: 20px auto;
        max-width: 100%;
        border-right: none;
        border-bottom: 2px solid #264270;
    }

    .col-md-3.numeros.campanha {
        margin: 0;
    }

    .numeros h4 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .valido-para {
        margin: 20px 10px;
    }

    p.tit-val {
        font-size: 22px;
        font-size: 1.36rem;
    }

    p.desc-val {
        font-size: 21px;
        font-size: 1.3rem;
    }

    p.dados-atualizados {
        font-size: 18px;
        font-size: 1.1rem;
    }

    .botao-ms.fake-news {
        margin: 20px auto 0;
    }

    .col-md-2.icone-verdadeiro img {
        display: block;
        margin: 0 auto;
    }

    .col-md-10.botao-semfake {
        padding: 0;
        width: 100%;
    }

    section#numero-vacinacao {
        padding: 0;
    }

    ul.contatos {
        margin: 10px auto;
        padding: 0;
    }

    ul.contatos p {
        font-size: 16px;
        font-size: 1rem;
    }

    p.subt-duvidas {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.4;
    }

    h2.sub-titulo.quarentena-pag img {
        display: none;
    }

    section.decretos-deliberacoes {
        padding: 0;
    }

    .titulo-secao-planosp {
        font-size: 20px;
        font-size: 1.3rem;
        text-align: left;
        padding: 0 10px;
        line-height: 1.3;
    }

    p.desc-quadro {
        padding: 0 20px;
        font-size: 20px;
        font-size: 1.25rem;
        text-align: left;
        margin: auto;
        max-width: none;
        width: 100%;
    }


    h4.tit-decreto-resolucao {
        font-size: 22px;
        font-size: 1.37rem;
        line-height: 1.3;
    }

    .decreto-resolucao {
        padding: 30px 10px 20px;
    }

    p.desc-decreto-resolucao {
        font-size: 20px;
        font-size: 1.25rem;
    }

    section#desc-proteja-se {
        padding: 0 0px 40px;
    }

    a.link-dec-res {
        color: #000;
    }

    h1.titulo.tit-proteja-se.tit-pagderetos {
        margin-top: -30px;
    }

    .quadro-informacoes {
        max-height: 100%;
        overflow-y: hidden;
        margin: auto;
        max-width: none;
        width: 100%;
    }

    h2.duvidas-diagnostico {
        font-size: 24px;
        font-size: 1.5rem;
        margin-left: 34px;
    }

    section#app-diagnostico {
        background-size: 30%;
    }

    .texto-diagnostico {
        padding-left: 0;
    }

    p.desc-duvidas {
        margin: 20px auto 0;
        padding-left: 0;
        font-size: 20px;
        font-size: 1.3rem;
        text-align: center;
        max-width: 310px;
        line-height: 1.2;
    }

    h2.duvidas-diagnostico {
        font-size: 25px;
        font-size: 1.6rem;
        margin-left: 33%;
        font-weight: 700;
    }

    .cards-doacoes h3 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .cards-doacoes p {
        font-size: 19px;
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .cards-doacoes h4 {
        font-size: 18px;
        font-size: 1.1rem;
        line-height: 1.3;
    }

    ul.contatos.cards-d p {
        font-size: 17px;
        font-size: 1.09rem;
        margin-bottom: 10px;
    }

    .docs-download p {
        font-size: 16px;
        font-size: 1rem;
    }

    .docs-download {
        margin-bottom: 30px;
    }

    .desc-cent.proteja-se.desc-doacoes {
        font-size: 20px;
        font-size: 1.3rem;
    }

    .titulo-header.titulo-page-pcd {
        padding-top: 20px;
    }

    .container-video.cont-pcd {
        margin: 10px auto;
        width: 100%;
    }

    .container-video.cont-pcd img {
        display: none;
    }

    .container-video.cont-pcd h2 {
        font-size: 17px;
        font-size: 1.1rem;
    }

    .desc-cent.desc-pcd {
        margin: 20px auto 0;
        max-width: 100%;
    }

    .btn-azul-pcd {
        font-size: 16px;
        font-size: 1rem;
        max-width: 100%;
        height: 82px;
        margin: 10px auto;
        border-radius: 48px;
        padding: 16px 60px 18px 100px;
    }

    section.recomendacoes-pcd {
        padding: 40px 10px 40px;
    }

    .titulo-quadro-rec {
        font-size: 19px;
        font-size: 1.2rem;
    }

    .quadro-recomendacoes.quadro-informe-se p {
        padding: 10px 0;
        font-size: 14px;
        font-size: 0.9rem;
    }

    .btn-azul-pcd.btn-azul-normal {
        border-radius: 10px;
        padding: 20px;
        height: auto;
    }

    .tit-quadro-informe-se p {
        margin: -23px auto 0;
    }

    .col-md-6.col-informacoes {
        border-right: none;
    }

    .quadro-recomendacoes p {
        padding: 10px 10px 10px 40px;
        font-size: 19px;
        font-size: 1.1rem;
    }

    .titulo-secao-planosp.titulo-planosp.titulo-comunicados {
        font-size: 24px;
        font-size: 1.5rem;
    }

    .docs-download.docs-pcd {
        margin: 0 auto 30px;
    }

    .docs-pcd h4 {
        font-size: 19px;
        font-size: 1.2rem;
    }

    .col-md-3.col-video-pcd {
        margin-bottom: 20px;
    }

    .container-video p {
        font-size: 19px;
        font-size: 1.2rem;
    }

    .icones-pcd img {
        margin: -50px 10px 46px;
        width: 30%;
    }

    .col-md-4.col-download {
        margin-bottom: 0;
    }

    .container-video.cont-protejase.cont-isolamento {
        margin: 4px auto;
    }

    .container-video.cont-protejase.cont-isolamento img {
        display: none;
    }

    .cont-isolamento h2.sub-titulo {
        font-size: 17px;
        font-size: 1.1rem;
    }

    .hidden-mobile {
        display: none !important;
    }

    section.spperguntas-whatsapp {
        background: none;
    }



    .topo .container-video.cont-protejase {
        margin: 20px auto;
    }

    section#inicio.topo {
        height: 230px;
    }

    section.linha-fina p {
        font-size: 16px;
        font-size: 1rem;
    }

    section.linha-fina.linha-fina-protocolos {
        padding: 30px 0;
    }

    h2.sub-titulo-novo {
        line-height: 1.3;
        font-size: 25px;
        font-size: 1.6rem;
    }

    .row.quadros-protocolos {
        margin-top: 30px;
    }

    .quadro-prot {
        max-width: 90% !important;
        margin-bottom: 30px;
    }

    .titulo-quadro-prot p {
        font-size: 18px;
        font-size: 1.1rem;
    }

    .texto-quadro-protocolo p {
        font-size: 16px;
        font-size: 1rem;
        min-height: auto;
    }

    .texto-quadro-protocolo {
        padding: 20px 10px;
    }

    .botao-quadro-protocolo {
        /* height: 62px; */
        padding: 10px 0;
        font-size: 14px;
        font-size: 1rem;
        background: url(https://www.saopaulo.sp.gov.br/guia-coronavirus/assets/images/botao-bg.png);
        background-size: cover;
        background-position-x: right;
        background-repeat: no-repeat;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 18px;
        min-height: 60px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        margin-bottom: -2px;
    }

    .btns-prot-det {
        margin: 10px auto 0;
    }

    .col-md-4.btns-protocolos {
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    
    .btns-prot-det .bt-padrao .txt-bt {
        padding: 15px 10px;
        text-align: center;
        width: 80%;
    }

    .btn-detalhe-protocolo {
        max-width: 100%;
        height: auto;
        background-position-x: right;
        padding: 22px 20px;
        margin-bottom: 20px;
    }

    section.planosp {
        padding: 20px 0;
        background-color: #f2f2f2;
    }

    section.protocolos-detalhados {
        padding: 30px 10px;
    }

    .bloco-setores-subsetores {
        margin: 30px auto 0;
    }

    .titulo-coluna {
        font-size: 20px;
        font-size: 1.3rem;
        padding: 16px 28px;
    }

    a.item-menu-rodape p {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .mapa-divisao {
        margin: 30px auto;
    }

    .mapa-divisao img {
        width: 100%;
        height: auto;
    }

    img.logo-topo-one {
        width: 23%;
        max-width: 150px;
        margin: -4px auto;
    }

    .protocolos-detalhados h2.sub-titulo-novo {
        padding: 0 10px;
    }

    .btn-detalhe-protocolo a,
    .btn-detalhe-protocolo a:hover {
        font-size: 14px;
        font-size: 0.9rem;
    }

    .btn-detalhe-protocolo.btn-onebutton {
        padding: 18px 100px 20px 20px;
        margin-bottom: 20px;
    }

    img.logo-topo-one.logo-simi {
        max-width: 200px;
        width: 40%;
    }

    .container-video.cont-protejase.cont-logo img {
        margin: 0 10px;
    }

    .subtit-analises {
        margin: -16px auto 0;
    }

    .btn-detalhe-protocolo.btn-simi {
        padding: 10px 60px 10px 20px;
    }

    section.menu {
        padding: 10px;
        height: 60px;
    }

    div.nav-menu.desativa {
        width: 3em;
        opacity: 1;
    }

    .col-md-3.item-menu {
        text-align: center;
        height: 40px;
        display: table;
        border-left: 1px solid #9e9e9f;
        margin: 0 auto;
        padding: 0px 20px;
        border-left: none;
    }

    .col-md-3.item-menu a {
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
    }

    nav.menu-site a:last-of-type {
        border-bottom: 1px solid #9e9e9f !important;
    }

    .col-md-3.item-menu .no-border-bottom-mobile {
        border-bottom: none !important;
    }

    .borda-menu-fechar {
        height: 40px;
    }

    img.seta-cabecalho {
        width: 10%;
    }

    h2.sub-titulo.quarentena-pag.subtitulo-amarelo {
        margin-bottom: 18px;
    }

    .col-md-3.quadro-prot.quadro-home {
        margin-bottom: 20px;
    }

    section.linha-fina.linha-fina-protocolos.linha-fina-home {
        padding: 30px 10px 0;
    }

    .botao-quadro-protocolo.botao-quadro-home {
        height: 62px;
        margin-bottom: -2px;
        padding: 20px 100px;
        font-size: 18px;
    }

    .botao-quadro-protocolo.botao-quadro-home.botao-q-duaslinhas {
        padding: 10px 0 10px 40px;
    }

    .icone-medquar p {
        font-size: 15px;
        font-size: 0.95rem;
    }

    .icone-medquar {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    section.video-home {
        padding: 30px 10px 40px;
        background: #2d2d2d;
    }

    section.icones-med-planosp {
        padding: 10px;
    }

    .icone-medquar.icone-verde p {
        max-width: 372px;
        padding: 0 14px;
    }

    .wpcp-carousel-section.nav-vertical-center {
        padding: 0 21%;
    }

    .slick-list.draggable {
        margin: 0 10.5%;
    }

    p.titulo-noticia {
        margin-bottom: 14px;
    }

    .btn-detalhe-protocolo.btn-novo-secoes {
        font-size: 16px;
        padding: 12px 38% 4% 14%;
    }

    img.icones-maos {
        width: 28%;
        margin-bottom: 28px;
    }

    .info-lave-as-maos {
        height: 240px;
    }

    img.icones-maos.icones-cubra {
        width: 21%;
        margin-bottom: 50px;
    }

    .info-lave-as-maos.info-verde {
        height: 56px;
    }

    .info-lave-as-maos.info-verde.info-laranja {
        height: 72px;
    }

    img.icones-maos.icones-cubra.icones-tossir {
        width: 37%;
    }

    .box-text.box-laranja {
        height: 140px;
    }

    .btn-detalhe-protocolo.btn-novo-secoes.btn-outros-cuidados {
        padding: 23px 13%;
        font-size: 18px;
    }

    h3.titulo-h3.titulo-magenta {
        margin: 0 auto;
        line-height: 1.3;
    }

    .box-text.box-magenta-button {
        margin-bottom: 30px;
    }

    .botao-quadro-protocolo.botao-quadro-home.botao-casossusp {
        margin-top: 200px;
    }

    .botao-quadro-protocolo.botao-quadro-home.botao-casossusp p {
        top: 50%;
        margin-left: -10px;
    }

    .titulo-topico.titulo-duvidas {
        margin-bottom: 20px;
    }

    .btn-detalhe-protocolo.btn-novo-secoes.btn-outros-cuidados.btn-duvidas {
        padding: 10px 32% 0 7%;
        margin: 30px auto 0;
    }

    .btn-detalhe-protocolo.btn-novo-secoes.btn-outros-cuidados.btn-duvidas-down {
        margin-top: 0;
    }

    section.material-de-apoio {
        padding: 40px 10px 60px;
    }

    .pag-interna h2.sub-titulo.quarentena-pag.subtitulo-amarelo {
        margin-top: 40px;
    }

    section.linha-fina.linha-fina-protocolos.linha-fina-home.pag-interna {
        padding: 30px 10px 20px;
    }

    section.linha-fina.linha-fina-protocolos.linha-fina-home.pag-interna .box-texto-fornecedores p {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 16px;
    }

    span.ident {
        margin-left: 10px;
    }

    section.linha-fina.linha-fina-protocolos.linha-fina-home.pag-interna p.subtitulo-topico {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .box-texto-fornecedores {
        padding: 30px 14px;
    }

    .botao-veja-mais.botoes-duvidas-freq.botao-materiais.botao-downl-umalinha {
        padding: 15px 19%;
        margin-top: 60px;
    }

    .btn-detalhe-protocolo.btn-download {
        padding: 10px 30% 10px 20px;
    }

    .btn-detalhe-protocolo.btn-download:hover {
        filter: brightness(1.1);
        transform: scale(1.1);
    }

    .col-md-6.btns-protocolos {
        margin-bottom: 20px;
    }

    p.download-dados-completos {
        text-align: left;
    }

    .row.links-transparencia .col-md-6 {
        padding: 0;
        margin-bottom: 20px;
    }

    .busca-google {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    div#gsc-iw-id2 {
        border-radius: 0;
    }

    button.gsc-search-button.gsc-search-button-v2 {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 10px 14px;
    }

    p.desc-decreto-resolucao a {
        font-weight: normal;
        color: #3e3e3e;
        font-size: 19px;
    }
    
    /* Adições Ander 13/08 */
    /************************************************/
    
    .mapa-fases .menu-fases {
        flex-wrap: wrap;
        margin-bottom: 0;
        padding: 20px 12px;
    }
    
    .menu-fases button.fase-mapa {
        width: 46%;
        margin-bottom: 10px;
    }
    
    .menu-fases button.fase-mapa {
        font-size: 15px;
    }
    
    .menu-fases button.fase-mapa span {
        padding: 8px 3px;
        min-height: 38px;
    }
    
    .mapa-fases .menu-regioes {
        order: 3;
        width: 95%;
        margin: 0 auto;
        margin-top: -330px;
        flex-direction: row;
    }
    
    .menu-regioes button.regiao-mapa .txt-regiao {
        padding: 0 15px;
        font-size: 11px;
        top: 0;
    }
    
    .regiao-selecionada {
        transform: scale(1.2);
        transform-origin: left top;
    }
    
    .mapa-fases .img-mapa {
        width: 793px;
        min-width: 793px;
        background-size: 100% auto;
        height: 610px;
        min-height: 610px;
        transform: scale(0.46);
        transform-origin: left top;
        left: 5px;
    }
    
    .img-mapa .img-regiao:hover {
        opacity: 1;
    }
    
    section.atividades-permitidas {
        padding: 20px 5px 20px 5px;
    }
    
    .linha-fina-atividades-permitidas {
        padding: 0px 0 5px;
    }
    
    .linha-fina-atividades-permitidas p {
        font-size: 17px;
    }

    .menu-fases .fase-mapa.fase-emergencial {
        font-size: 12px;
        line-height: 0.99;
    }

}


@media (min-width:800px) {
    .btn-decdel {
        width: 50%;
    }
}


/* Ajustes reponsivo para visualização no Tablet */
@media (min-width:761px) and (max-width:1189px) {
    .mapa-fases .menu-fases {
        flex-wrap: wrap;
        margin-bottom: 0;
        padding: 20px 12px;
    }
    
    .menu-fases button.fase-mapa {
        max-width: 262px;
        width: 30%;
        margin-bottom: 20px;
    }
    
    .menu-fases button.fase-mapa {
        font-size: 15px;
    }
    
    .menu-fases button.fase-mapa span {
        padding: 8px 3px;
        min-height: 38px;
    }
    
    .mapa-fases .menu-regioes {
        order: 3;
        width: 95%;
        margin: 0 auto;
        margin-top: -330px;
        flex-direction: row;
    }
    
    .menu-regioes button.regiao-mapa .txt-regiao {
        padding: 0 15px;
        font-size: 11px;
        top: 0;
    }
    
    .regiao-selecionada {
        transform: scale(1.2);
        transform-origin: left top;
    }
    
    .mapa-fases .img-mapa {
        width: 793px;
        min-width: 793px;
        background-size: 100% auto;
        height: 610px;
        min-height: 610px;
        transform: scale(0.46);
        transform-origin: center top;
        left: 5px;
    }
    
    .img-mapa .img-regiao:hover {
        opacity: 1;
    }

    .menu-regioes button.regiao-mapa {
        width: 26%;
    }

    .mapa-fases .menu-fases .fase-mapa.fase-emergencial {
        background-position-x: 14%;
    }

}

