:root {
    --azul: #035A9C;
    --vermelho: #F4025D;
    --branco: #FFFFFF;
    --preto: #000000;
    --bege: #FAF6EA;
    --tamanho-fonte-padrao: 16px;
    --font-12: calc(12 / 16 * 1em);
    --font-14: calc(14 / 16 * 1em);
    --font-15: calc(15 / 16 * 1em);
    --font-16: calc(16 / 16 * 1em);
    --font-18: calc(18 / 16 * 1em);
    --font-26: calc(26 / 16 * 1em);
}
html {
    scroll-behavior: smooth;
    font-size: var(--tamanho-fonte-padrao);
}
body {
    font-family: "Epilogue", sans-serif;
    margin: 0;
    font-size: 1rem;
    position: relative;
}

/*Header*/
header {
    width: 100%;
    position: fixed;
    margin-top: 15px;
    z-index: 100000;
    transition: ease-in-out .2s;
}
.menu-reduzido {
    margin-top: -60px;
}
.menu-mobile-reduzido {
    margin-top: -75px;
}
/*Navigation*/
nav#navTop {
    width: 100%;
    height: 70px;
    background: var(--branco);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    border-radius: 50px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.4);
}
.menu-ed-esp ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.menu-ed-esp ul li {
    margin: 0 15px;
}
.menu-ed-esp ul li a,
footer .mobile__Menu ul li a {
    color: var(--preto);
    font-weight: 600;
    position: relative;
}
.menu-ed-esp ul li a:hover,
.menu-ed-esp ul li a.active,
.menu-ed-esp ul li.current-menu-item a:not([href*="#"]),
footer .mobile__Menu ul li a:hover,
footer .mobile__Menu ul li a.active {
    color: var(--vermelho);
    text-decoration: none;
}
.menu-ed-esp ul li a:hover::after,
.menu-ed-esp ul li a.active::after,
.menu-ed-esp ul li.current-menu-item a:not([href*="#"])::after,
footer .mobile__Menu ul li a:hover::after,
footer .mobile__Menu ul li a.active::after {
    content: '';
    width: 100%;
    height: 3px;
    background: var(--vermelho);
    border-radius: 50px;
    position: absolute;
    bottom: -5px;
    left: 0;
}
@media(max-width:500px) {
    nav#navTop {
        padding: 0 40px;
    }
}

/*Footer*/
footer {
    background-color: var(--preto);
}
/* Link Âncora do header - acessiblidade */
.screen-reader-shortcut {
    position: absolute;
    top: -1000em;
    left: 6px;
    height: auto;
    width: auto;
    display: block;
    font-size: var(--font-14);
    font-weight: 600;
    padding: 15px 23px 14px;
    background: #f0f0f1;
    color: var(--cor-verde);
    z-index: 100000;
    line-height: normal;
} 
.screen-reader-shortcut:focus {
    top: 10px;
    color: var(--cor-verde);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    text-decoration: none;
    outline: 2px solid transparent;
    outline-offset: -2px;
}
/*Back to Top Button*/
.back-to-top {
    position: fixed;
    display: none;
    width: 38px;
    height: 38px;
    right: 25px;
    bottom: 25px;
    background-color: transparent;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38"><rect id="Retângulo_67592" data-name="Retângulo 67592" width="38" height="38" rx="5" fill="%23e43f4d"/><g id="Grupo_133695" data-name="Grupo 133695" transform="translate(19 12.296) rotate(45)"><path id="Icon_feather-arrow-down-right" data-name="Icon feather-arrow-down-right" d="M19.982,19.982,10.5,10.5m0,9.482V10.5h9.482" transform="translate(-10.5 -10.5)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
    border: 0;
}
.back-to-top:hover {
    background-color: #F05201;
    transition: 0.3s ease-in-out;
}
.mobile__toggleMenu {
    margin-top: 4px;
}
.mobile__toggleMenu .fa-fw {
    font-size: 1.8rem;
    color: #045A9C;
}
footer .mobile__Menu .container {
    padding: 15px 25px 20px 25px;;
}
footer .mobile__Menu.active {
    right: 3%;
}
footer .mobile__Menu {
    width: unset;
    background-color: var(--branco);
    color: var(--preto);
    position: fixed;
    right: -150%;
    transition: ease-in-out .3s;
    border-radius: 20px;
    transition: ease-in-out .3s;
    z-index: 1;
    top: 180px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.4);
}
footer .mobile__Menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .mobile__Menu ul li {
    margin: 10px 0;
}
.btn-menu-mobile .fa-bars:before {
    content: '\f00d';
}
@media(max-width:1200px) {
    .menu-ed-esp {
        display: none;
    }
}
@media(max-width:500px) {
    nav#navTop {
        padding: 0 20px 0 40px;
    }
    footer .mobile__Menu.active {
        right: 7%;
    }
}

.govsp-topo a:focus, .govsp-topo a:hover {
    border: 0px !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1366px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1240px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1366px;
  }
}

.busca__materiais input[type="search"],
.grade-boletins input[type="search"] {
    border-width:1px;
    border-style:solid;
    border-color:var(--azul);
    border-radius:30px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="4131.001 546.214 21.882 21.883"><g fill="none" stroke="%23f4025d" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4145.132 553.655a6.69 6.69 0 1 1-13.381 0 6.69 6.69 0 1 1 13.381 0ZM4145.132 561.683l1.338-1.338 5.353 5.353-1.339 1.338z"/></g></svg>');
    background-repeat: no-repeat;
    background-position: var(--font-14) center;
    background-size: 20px;
    padding-left: 45px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1;
    color:#0A0443;
    font-size:var(--font-14);
    font-weight:400;
}
.busca__materiais input[type="search"] {
    width: 100%;
}
.busca__materiais select{
    background-color:white;
    color:#232D3C;
    font-weight:700;
    border: 0;
    width:100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="121 0 16 16"><g fill-rule="evenodd" transform="translate(-448 -628)"><circle cx="8" cy="8" r="8" fill="%23f4025d" transform="translate(569 628)"/><path fill="%23fff" d="m576.884 638.006 3.404-3.406a.64.64 0 0 1 .908 0c.25.252.25.66 0 .911l-3.856 3.859a.642.642 0 0 1-.887.018l-3.883-3.874a.643.643 0 0 1 0-.911.64.64 0 0 1 .909 0l3.405 3.403Z"/></g></svg>');
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 16px;
    padding-right: 20px;
    padding-left: 10px;
    height:var(--font-20);
    line-height:var(--font-20);
    font-size: var(--font-14);
    text-transform: uppercase;
}

@media(max-width:768px) {
    .busca__materiais select{
        padding-left: 0px;
    }
}

.font-12 { font-size: var(--font-12); }
.font-14 { font-size: var(--font-14); }
.font-15 { font-size: var(--font-15); }
.font-16 { font-size: var(--font-16); }
.font-18 { font-size: var(--font-18); }
.font-26 { font-size: var(--font-26); }

.txt-black{
    color: #000;
}

.txt-vermelho{
    color: var(--vermelho);
}

.txt-azul{
    color: var(--azul);
}

.linha-pontilhada{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="173.5 646.829 21 2"><path fill="%23707070" d="M174.5 646.829a1 1 0 1 0 0 2h2a1 1 0 0 0 0-2Z" overflow="visible"/></svg>');
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 21px 2px;
    height: 2px;
}

.item__materiais{
    background-color: var(--bege);
    padding: 20px;
    border-radius: 20px;
    position: relative;
}

.item__materiais::before{
    content: '';
    width: 6px;
    height: 50px;
    background-color: var(--vermelho);
    position: absolute;
    top: 15px;
    left: -6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.item__materiais.content-placeholder::before{
    background-color: #d2d2d2;
}

.txt-no-decoration{
    text-decoration: none !important;
}

.iframe-embed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.paginacao__materiais{
    text-align: center;
}

.paginacao__materiais ul{
    display:block;
    list-style: none;
    margin:0;
    padding:0;
    margin-left:auto;
}

.paginacao__materiais ul li{
    display:inline-block;
    margin-bottom:4px;
}

.paginacao__materiais ul li a{
    color:var(--vermelho);
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: var(--vermelho);
    padding-top:8px;
    padding-bottom:8px;
    padding-left:16px;
    padding-right:16px;
    font-weight: 800;
    font-size: var(--font-12);
    text-decoration: none;
    transition: ease-in-out .2s;
    display:inline-block;
}

.paginacao__materiais ul li a.active, .paginacao__materiais ul li a:hover{
    background-color: var(--vermelho);
    color: var(--branco);
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline: 2px solid var(--azul);
    outline-offset: 2px;
}

.btn-link {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
}

.btn-link:focus {
    outline: 2px solid var(--azul);
    outline-offset: 2px;
}

.modal-compartilhamento{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #00000066;
    display: flex;
    justify-content: center;
    align-items: center;    
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.modal-compartilhamento.show{
    animation: fadeIn 0.5s ease-in-out;
}

.modal-compartilhamento__content{
    animation: fadeInUp 0.5s ease-in-out;
    width: 100%;
    margin: 20px;
    max-width: 600px;
    background-color: var(--bege);
    border-radius: 18px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.4);
}

.modal-compartilhamento__close{
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    font-size: var(--font-16);
    color: var(--vermelho);
    transition: ease-in-out .2s;
}

.modal-compartilhamento__redes{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn{
    font-size: var(--font-18);
    font-weight: 500;
    border-radius: 40px;
    padding: 8px 25px;
    background-color: var(--vermelho);
    color: var(--branco);
    border-width: 0px;
    border-style: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn:hover, .btn:focus {
    background-color: #d1024d;
    outline: 2px solid var(--azul);
    outline-offset: 2px;
}

.modal-compartilhamento__close:focus {
    outline: 2px solid var(--azul);
    outline-offset: 2px;
}

.modal-compartilhamento__redes a:focus {
    outline: 2px solid var(--azul);
    outline-offset: 2px;
    border-radius: 4px;
}

.modal-compartilhamento__redes a:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

.modal-compartilhamento {
    backdrop-filter: blur(2px);
}

.modal-compartilhamento__content {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.modal-compartilhamento__copiar.copiado {
    background-color: #28a745;
}

.modal-compartilhamento__url input:focus {
    outline: 2px solid var(--azul);
    outline-offset: 2px;
    border-color: var(--azul);
}
/*Página Boletim*/
.bg-bege {
    width: 100%;
    background-color: #FAF6EA;
}
.boletim-destaque {
    font-family: 'Epilogue', sans-serif;
}
.boletim-destaque .linha-boletim-destaque {
    justify-content: center;
}
.titulo-pill {
    font-family: 'Epilogue', sans-serif;
    font-size: 0.938rem;
    font-weight: 600;
    text-transform: uppercase;
    width: fit-content;
    border: solid 1px var(--vermelho);
    border-radius: 99px;
    padding: 10px 20px 7px 50px;
    margin-bottom: 20px;
    position: relative;
}
.boletim-destaque .titulo-holder {
    width: 80%;
}
.titulo-pill::before {
    content: '';
    width: 22px;
    height: 2px;
    background: var(--vermelho);
    position: absolute;
    left: 18px;
    top: 17px;
}
.boletim-destaque .titulo-destaque {
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 5px;
}
.boletim-destaque .titulo-destaque span {
    color: #E70660;
}
.boletim-destaque .data-edicao {
    font-size: 1rem;
    font-style: italic;
}
.boletim-destaque .descricao-boletim {
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--preto);
}
.boletim-destaque .btn-boletim-destaque {
    width: fit-content;
    background-color: var(--vermelho);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='39' height='38' viewBox='0 0 39 38'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Ret%C3%A2ngulo_67260' data-name='Ret%C3%A2ngulo 67260' width='18' height='21' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Grupo_133590' data-name='Grupo 133590' transform='translate(-424 -960)'%3E%3Cellipse id='Elipse_2' data-name='Elipse 2' cx='19.5' cy='19' rx='19.5' ry='19' transform='translate(424 960)' fill='%23035a9c'/%3E%3Cg id='Grupo_132797' data-name='Grupo 132797' transform='translate(435 967.269)'%3E%3Cg id='Grupo_132789' data-name='Grupo 132789' transform='translate(0 -0.269)' clip-path='url(%23clip-path)'%3E%3Cpath id='Caminho_107576' data-name='Caminho 107576' d='M18.23 36h9.211a.247.247 0 0 1 .23.23v.921a.231.231 0 0 1-.23.23H18.23a.247.247 0 0 1-.23-.23V36.23a.231.231 0 0 1 .23-.23' transform='translate(-13.855 -27.434)' fill='%23fff'/%3E%3Cpath id='Caminho_107577' data-name='Caminho 107577' d='M18.23 48h9.211a.247.247 0 0 1 .23.23v.921a.231.231 0 0 1-.23.23H18.23a.247.247 0 0 1-.23-.23V48.23a.231.231 0 0 1 .23-.23' transform='translate(-13.855 -36.671)' fill='%23fff'/%3E%3Cpath id='Caminho_107578' data-name='Caminho 107578' d='M18.23 60h6.447a.247.247 0 0 1 .23.23v.921a.231.231 0 0 1-.23.23H18.23a.247.247 0 0 1-.23-.23V60.23a.231.231 0 0 1 .23-.23' transform='translate(-13.855 -45.908)' fill='%23fff'/%3E%3Cpath id='Caminho_107579' data-name='Caminho 107579' d='M17.067 4.061 13.9.893A3.3 3.3 0 0 0 11.744 0H2.072A2.074 2.074 0 0 0 0 2.072V18.651a2.074 2.074 0 0 0 2.072 2.072H15.888a2.074 2.074 0 0 0 2.072-2.072V6.217A3.3 3.3 0 0 0 17.067 4.061Zm-.977.977a1.675 1.675 0 0 1 .318.488H13.24a.692.692 0 0 1-.691-.691V1.607a1.552 1.552 0 0 1 .373.263Zm-.2 14.3H2.072a.693.693 0 0 1-.691-.691V2.072a.693.693 0 0 1 .691-.691h9.1V4.836A2.075 2.075 0 0 0 13.24 6.908h3.339V18.651a.693.693 0 0 1-.691.691' transform='translate(0 0.276)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 90% 50%;
    font-size: 1.125rem;
    color: var(--branco);
    text-decoration: none;
    padding: 15px 70px 16px 25px;
    display: block;
    border-radius: 99px;
    transition: ease .2s;
}
.boletim-destaque .btn-boletim-destaque:hover {
    background-color: #DA0052;
}
.boletim-destaque .moldura-boletim-destaque {
    width: 380px;
    height: 426px;
    background-image: url('../img/moldura_boletim_destaque.webp');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.boletim-destaque .container-fluid.sombra {
    background-image: url('../img/sombra_moldura_boletim_destaque.webp');
    background-repeat: no-repeat;
    background-size: 724px;
    background-position: -30px 0%;
    padding-bottom: 55px;
}
@media(min-width:1650px) {
    .boletim-destaque .container-fluid.sombra {
        background-position: 164px 0%;
    }
}
.boletim-destaque .img-boletim-destaque {
    position: relative;
    margin-left: -54px;
    margin-top: 12px;
    border-radius: 10px;
}
.justify-content-evenly {
    justify-content: space-evenly;
}
.titulo-ed-ant {
    font-family: 'Epilogue', sans-serif;
    font-size: 2.188rem;
    font-weight: 600;
    line-height: 45px;
    color: var(--vermelho);
}
.grade-boletins p {
    font-size: 1.125rem;
    line-height: 24px;
}

.busca-boletins-data {
    border: solid 1px var(--azul);
    border-radius: 30px;
    background-image: url("data:image/svg+xml,%3Csvg id='calendar' xmlns='http://www.w3.org/2000/svg' width='19.415' height='21.406' viewBox='0 0 19.415 21.406'%3E%3Cpath id='Caminho_109513' data-name='Caminho 109513' d='M8 5.73a.752.752 0 0 1-.747-.747V2A.747.747 0 0 1 8.743 2V4.984A.752.752 0 0 1 8 5.73Z' transform='translate(-2.272 -1.25)' fill='%23e70660'/%3E%3Cpath id='Caminho_109514' data-name='Caminho 109514' d='M16 5.73a.752.752 0 0 1-.747-.747V2a.747.747 0 1 1 1.493 0V4.984A.752.752 0 0 1 16 5.73Z' transform='translate(-2.307 -1.25)' fill='%23e70660'/%3E%3Cpath id='Caminho_109515' data-name='Caminho 109515' d='M8.5 14.491a.991.991 0 0 1-.378-.08A.955.955 0 0 1 7.5 13.5a.991.991 0 0 1 .08-.378 1.15 1.15 0 0 1 .209-.329 1.028 1.028 0 0 1 .329-.209 1.017 1.017 0 0 1 1.085.209 1.047 1.047 0 0 1 .289.707 1.5 1.5 0 0 1-.02.2.633.633 0 0 1-.06.179.754.754 0 0 1-.09.179A1.568 1.568 0 0 1 9.2 14.2a1.047 1.047 0 0 1-.707.289Z' transform='translate(-2.273 -1.299)' fill='%23e70660'/%3E%3Cpath id='Caminho_109516' data-name='Caminho 109516' d='M12 14.491a.991.991 0 0 1-.378-.08A.955.955 0 0 1 11 13.5a.991.991 0 0 1 .08-.378 1.15 1.15 0 0 1 .209-.329 1.028 1.028 0 0 1 .329-.209 1 1 0 0 1 1.085.209 1.047 1.047 0 0 1 .289.707 1.5 1.5 0 0 1-.02.2.633.633 0 0 1-.06.179.754.754 0 0 1-.09.179 1.569 1.569 0 0 1-.119.149 1.047 1.047 0 0 1-.707.289Z' transform='translate(-2.288 -1.299)' fill='%23e70660'/%3E%3Cpath id='Caminho_109517' data-name='Caminho 109517' d='M15.5 14.491a.991.991 0 0 1-.378-.08 1.028 1.028 0 0 1-.329-.209l-.119-.149a.754.754 0 0 1-.09-.179.633.633 0 0 1-.06-.179 1.5 1.5 0 0 1-.02-.2 1.047 1.047 0 0 1 .289-.707 1.028 1.028 0 0 1 .329-.209.994.994 0 0 1 1.085.209 1.047 1.047 0 0 1 .289.707 1.5 1.5 0 0 1-.02.2.633.633 0 0 1-.06.179.754.754 0 0 1-.09.179 1.568 1.568 0 0 1-.119.149 1.047 1.047 0 0 1-.707.289Z' transform='translate(-2.303 -1.299)' fill='%23e70660'/%3E%3Cpath id='Caminho_109518' data-name='Caminho 109518' d='M8.5 17.991a.991.991 0 0 1-.378-.08 1.15 1.15 0 0 1-.329-.209A1.047 1.047 0 0 1 7.5 17a.991.991 0 0 1 .08-.378.929.929 0 0 1 .209-.328 1 1 0 1 1 .707 1.7Z' transform='translate(-2.273 -1.314)' fill='%23e70660'/%3E%3Cpath id='Caminho_109519' data-name='Caminho 109519' d='M12 17.991a.986.986 0 0 1-1-1 .991.991 0 0 1 .08-.378.929.929 0 0 1 .209-.328 1.042 1.042 0 0 1 1.414 0 .929.929 0 0 1 .209.328.991.991 0 0 1 .08.378.986.986 0 0 1-1 1Z' transform='translate(-2.288 -1.314)' fill='%23e70660'/%3E%3Cpath id='Caminho_109520' data-name='Caminho 109520' d='M15.5 17.991a1.047 1.047 0 0 1-.707-.289.929.929 0 0 1-.209-.329.938.938 0 0 1 0-.757.929.929 0 0 1 .209-.329.994.994 0 0 1 .9-.269.6.6 0 0 1 .189.06.754.754 0 0 1 .179.09 1.569 1.569 0 0 1 .149.119 1 1 0 0 1-.707 1.7Z' transform='translate(-2.303 -1.314)' fill='%23e70660'/%3E%3Cpath id='Caminho_109521' data-name='Caminho 109521' d='M20.423 9.833H3.5a.747.747 0 1 1 0-1.493H20.423a.747.747 0 1 1 0 1.493Z' transform='translate(-2.252 -1.281)' fill='%23e70660'/%3E%3Cpath id='Caminho_109522' data-name='Caminho 109522' d='M15.94 22.663H7.975c-3.634 0-5.725-2.091-5.725-5.725V8.475c0-3.634 2.091-5.725 5.725-5.725H15.94c3.634 0 5.725 2.091 5.725 5.725v8.463C21.665 20.572 19.574 22.663 15.94 22.663ZM7.975 4.243c-2.848 0-4.231 1.384-4.231 4.231v8.463c0 2.848 1.384 4.231 4.231 4.231H15.94c2.848 0 4.231-1.384 4.231-4.231V8.475c0-2.848-1.384-4.231-4.231-4.231Z' transform='translate(-2.25 -1.257)' fill='%23e70660'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: var(--font-14) center;
    background-size: 20px;
    background-color: var(--branco);
    padding-left: 45px;
    padding-right: 14px;
    line-height: 1;
    color: #0A0443;
    font-size: var(--font-14);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height:44px;
}
.busca-boletins-data label {
    margin-bottom: 0;
    margin-right: 10px;
}
.combo-data-inicio,
.combo-data-fim {
    text-align: center;
    border: 0;
    padding-right:20px;
    width: 120px !important;
    cursor: pointer;
    appearance: none;
    --webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cpath id='Icon_material-arrow-drop-down' data-name='Icon material-arrow-drop-down' d='M10.5 15l5 5 5-5Z' transform='translate(-10.5 -15)' fill='%23080808'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
    background-color:white;
    position: relative;
}

.btn-buscar-boletim {
    background-color: #166EB7;
    color: #fff;
}
.grade-boletins .card-boletim {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.grade-boletins .bg-angulo1 {
    background-color: var(--vermelho);
    border-radius: 20px;
    text-align: center;
    max-width: 180px;
    margin-bottom: 20px;
}

/* Itens ímpares (1º, 3º, 5º...) - estilo angulo1 */
.boletim__listagem-grade .boletim__listagem-item:nth-child(odd) .bg-angulo1 {
    transform: rotate(3deg);
}

/* Itens pares (2º, 4º, 6º...) - estilo angulo2 */
.boletim__listagem-grade .boletim__listagem-item:nth-child(even) .bg-angulo1 {
    transform: rotate(-5deg);
}

/* Imagens dentro dos containers */
.boletim__listagem-grade .img-angulo1 {
    border-radius: 20px;
}

/* Imagens em itens ímpares */
.boletim__listagem-grade .boletim__listagem-item:nth-child(odd) .img-angulo1 {
    transform: rotate(-5deg);
}

/* Imagens em itens pares */
.boletim__listagem-grade .boletim__listagem-item:nth-child(even) .img-angulo1 {
    transform: rotate(8deg);
}

.grade-boletins .edicao-boletim-grade {
    width: 100%;
    background-color: var(--azul);
    max-width: 200px;
    padding: 7px 0 4px 0;
    border-radius: 99px;
    margin-bottom: 5px;
}
.grade-boletins .edicao-boletim-grade span {
    font-size: 1rem;
    font-weight: 700;
    color: var(--branco);
}
.grade-boletins .data-boletim-grade {
    margin-bottom: 10px;
}
.grade-boletins .data-boletim-grade span {
    font-size: 0.75rem;
    font-style: italic;
}
.grade-boletins .descricao-boletim-grade {
    width: 78%;
}
.grade-boletins .descricao-boletim-grade p {
    font-size: 0.875rem;
    line-height: 18px;
    margin-bottom: 10px;
}
.grade-boletins .link-boletim-grade a {
    font-size: 1rem;
    font-weight: 700;
    color: var(--vermelho);
    text-decoration: underline;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.801' height='9.801' viewBox='0 0 9.801 9.801'%3E%3Cpath id='Icon_feather-arrow-up-right' data-name='Icon feather-arrow-up-right' d='M10.5 17.472 17.472 10.5m-6.972 0h6.972v6.972' transform='translate(-9.086 -9.086)' fill='none' stroke='%23e70660' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 50%;
    padding-right: 15px;
}
@media(max-width:1366px) {
    .boletim-destaque .container-fluid.sombra {
        background-position: -99px 0%;
    }
}
@media(max-width:1200px) {
    .boletim-destaque .container-fluid.sombra {
        background-position: -109px 40px;
    }
    .boletim-destaque .linha-boletim-destaque {
        justify-content: space-evenly;
    }
}
@media(max-width:1024px) {
    .boletim-destaque .container-fluid.sombra {
        background-position: -187px 40px;
    }
}
@media(max-width:990px) {
    .boletim-destaque .container-fluid.sombra {
        background-position: -94px 351px;
    }
    .boletim-destaque .moldura-boletim-destaque {
        margin-top: 40px;
    }
    .boletim-destaque .titulo-holder {
        width: 100%;
    }

}
@media(max-width:500px) {
    .boletim-destaque .order-sm-1 {
        order: 1;
    }
    .boletim-destaque .order-sm-2 {
        order: 2;
    }
    .boletim-destaque .container-fluid.sombra {
        background-position: -285px 455px;
    }
    #formBoletins {
        flex-wrap: wrap;
    }
    .grade-boletins input[type="search"],
    .busca-boletins-data {
        margin-bottom: 10px;
    }
    .btn-buscar-boletim {
        margin-bottom: 10px;
    }
}
@media(max-width:400px) {
    .busca-boletins-data {
        width: 65%;
    }
    .busca-boletins-data label {
        margin-right: unset;
    }
    .busca-boletins-data {
        justify-content: space-between;
    }
    .busca-boletins-data .combo-data-inicio {
        width: 33% !important;
    }
    .busca-boletins-data .combo-data-fim {
        width: 25% !important;
    }
}

.lightpick__month-title select{
    border:0px;
    background-color: white;
    color:black;
}

.btn-form-boletim{
    padding-left:25px;
    padding-right:25px;
    border-color: #166EB7;
    border-width: 1px;
    border-style: solid;
    border-radius: 99px;
    padding-top:8px;
    padding-bottom:8px;
}

.btn-resetar-boletim{
    background-color: transparent !important;
    color: #166EB7;
}