body {
    margin: 0px;
    padding: 0px;
}

/* navbar customizada diretamente da classe bootstrap */
.navbar {
    background-color: #034363;
    border: 0;
    border-radius: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-bottom: 0px;
}

.navbar-nav li :is(a, .nav-link):hover, .navbar-nav li.active :is(a, .nav-link), #menuMegaItem.open #menuMegaToggle {
    background-color: #9cdcfc !important;
    color: #034363 !important;
    font-weight: normal !important;
}

.navbar-nav > .open > a {
    background-color: #9cdcfc !important;
    color: #034363 !important;
}

@media (min-width: 768px) {
    .navbar-nav .open .dropdown-menu > li > a {
        background-color: #fff !important;
        color: #034363 !important;
    }

        .navbar-nav .open .dropdown-menu > li > a:hover {
            background-color: #eee !important;
        }
}

.navbar-toggle {
    border-color: transparent !important;
    color: #fff !important;
}

.navbar-header .navbar-toggle:hover, .navbar-header .navbar-toggle:focus {
    background-color: #009ACD !important; /*DeepSkyBlue3*/
}

.alerta-boletim {
    text-align: center;
    padding: 1.25rem .5rem;
    background-color: #F13642;
    color: #fff;
}

    .alerta-boletim a {
        font-size: 1.75rem;
        color: #fff;
        display: block;
    }


/* PAINEL DE NOTICIAS - INICIO */
.panel-noticia {
    margin-top: 10px;
    margin-bottom: 5px;
    height: 250px;
    font-size: 1em;
    color: #034363;
}

    .panel-noticia .panel-heading {
        margin-top: 10px;
        padding-top: 1px;
        background-color: #034363;
        color: #fff;
        padding-left: 10px;
        padding-top: 0.1em;
        height: 90px;
    }

        .panel-noticia .panel-heading h3 {
            font-size: 1.0em;
            color: #BECCB7;
            margin-bottom: 2px;
            margin-top: 10px;
        }

        .panel-noticia .panel-heading h2 {
            color: #fff;
            font-size: 1.0em;
            margin-top: 0px;
            margin-bottom: 0px;
        }

    .panel-noticia .panel-body {
        border: 1px solid #034363;
        height: 380px;
    }
/* PAINEL DE NOTICIAS - FIM */

/* PAINEL DE BOLETINS - INICIO */

.boletim-home {
    margin-top: 15px;
}

.boletim-table td, .boletim-table th {
    border: none !important;
}

.panel-boletim {
}

    .panel-boletim .panel-heading {
        margin-top: 10px;
        background-color: #034363;
        color: #fff;
    }

    .panel-boletim .panel-body {
        margin-top: 10px;
        text-align: center;
        font-weight: 400;
        background-color: #F2F2F2;
        border: 1px solid #034363;
    }

    .panel-boletim .panel-footer {
        text-align: center;
        background-color: #034363;
        color: #fff;
        background-color: #034363;
    }

    .panel-boletim a:hover {
        font-weight: bold !important;
    }

/* PAINEL DE BOLETINS - FIM */


/* PAINEL DE MODALIDADES - INICIO */
.panel-modalidade {
    margin-top: 5px;
    border: none !important;
}

    .panel-modalidade .panel-body {
        border: none !important;
        height: 100px;
        text-align: center;
        color: #034363;
        font-weight: bold;
    }

        .panel-modalidade .panel-body h2 {
            font-size: 1em;
        }

/* PAINEL DE MODALIDADES - FIM */


/* CABE�ALHOS - INICIO */
.header {
    background-color: #fff; /*DeepSkyBlue3*/
}

    .header img {
        width: 100%;
    }

.header-lg {
}

    .header-lg img {
        width: 100%;
    }

.header-xs {
}

    .header-xs img {
        width: 100%;
    }

/* CABE�ALHOS - FIM */

/* BOTOES - INICIO */
.btn-pmlp {
    color: #fff;
    background-color: #034363;
    font-size: 0.9em;
    min-width: 160px;
    margin: 2px;
}

    .btn-pmlp a {
        color: #fff !important;
    }

        .btn-pmlp a:hover {
            font-weight: normal !important;
        }

    .btn-pmlp.focus, .btn-pmlp:focus {
        color: #fff;
        background-color: #0e5476;
        border-color: #d2dccc;
    }

    .btn-pmlp:hover {
        color: #fff;
        background-color: #0e5476;
        border-color: #d2dccc;
    }

    .btn-pmlp:visited {
        color: #fff;
    }

    .btn-pmlp.active, .btn-pmlp:active, .open > .dropdown-toggle.btn-pmlp {
        color: #fff;
        background-color: #e6e6e6;
        border-color: #adadad;
        background-image: none;
        outline: 0;
    }


        .btn-pmlp.active.focus, .btn-pmlp.active:focus, .btn-pmlp.active:hover,
        .btn-pmlp:active.focus, .btn-pmlp:active:focus, .btn-pmlp:active:hover,
        .open > .dropdown-toggle.btn-pmlp.focus, .open > .dropdown-toggle.btn-pmlp:focus,
        .open > .dropdown-toggle.btn-pmlp:hover {
            color: #fff;
            background-color: #0e5476;
            border-color: #8c8c8c;
        }

    .btn-pmlp.active, .btn-pmlp:active, .open > .dropdown-toggle.btn-pmlp {
        background-image: none;
    }

    .btn-pmlp.disabled.focus, .btn-pmlp.disabled:focus, .btn-pmlp.disabled:hover,
    .btn-pmlp[disabled].focus, .btn-pmlp[disabled]:focus,
    .btn-pmlp[disabled]:hover, fieldset[disabled] .btn-pmlp.focus,
    fieldset[disabled] .btn-pmlp:focus, fieldset[disabled] .btn-pmlp:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-pmlp .badge {
        color: #fff;
        background-color: #333;
    }


/* BOT�ES - FIM */
.fixar_menu {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.image_responsive {
    height: auto;
    width: 100%;
}


footer {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #034363;
    color: #fff;
    padding: 10px;
    vertical-align: middle;
    height: auto;
    width: 100%;
}

    footer .dti {
        padding-top: 5px;
        color: #F2F6EF;
        font-size: 0.8em;
        text-align: center;
    }

    footer .logo {
        width: 100%;
        height: auto;
    }

.fixed-bottom {
    bottom: 0px;
    position: fixed;
}

.menu_header {
    background-color: #034363;
    color: #fff;
    margin: 0px;
    padding: 0px;
    height: 50px;
}

.secao_header {
    background-color: #034363;
    color: #fff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.1em;
    height: 35px;
    line-height: 35px;
}


/* Home Page Carousel */
header.carousel {
    height: 50%;
}

    header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
        height: 100%;
    }

    header.carousel .fill {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }

hr {
    border: 2px solid #1b1e1e;
}

/*CABECALHO DE PAGINA*/

.cabecalho-pagina-guia {
    background-color: #669933;
    width: 100%;
}

.cabecalho-pagina-boletim {
    background-color: #ff6600;
    width: 100%;
}

.cabecalho-pagina-noticia {
    background-color: #663333;
    width: 100%;
}

.cabecalho-pagina-alojamento {
    background-color: #cc3300;
    width: 100%;
}

.cabecalho-pagina-local-competicao {
    background-color: #993366;
    width: 100%;
}

.cabecalho-pagina-congresso {
    background-color: #ff0066;
    width: 100%;
}

.cabecalho-pagina-mascote {
    background-color: #6699ff;
    width: 100%;
}

.cabecalho-pagina-modalidade {
    background-color: #006633;
    width: 100%;
}

/* REDES SOCIAIS TOPO /

.redes-sociais-topo {
    margin-top: -9%;
    width: 130px;
    height: 32px;
    position: relative;
    float: right;
    margin-right: 5%;
}

.redes-sociais-icone {
    height: 32px;
    width: 32px;
    margin-left: 10px;
    float: left;
    background-size: 32px 32px !important;
}

.facebook-topo {
    background: no-repeat;
    background-image: url(../Images/RedesSociais/facebook.png);
    background-position: center;
}


.instagram-topo {
    background: no-repeat;
    background-image: url(../Images/RedesSociais/instagram.png);
    background-position: center;
}


.twitter-topo {
    background: no-repeat;
    background-image: url(../Images/RedesSociais/twitter.png);
    background-position: center;
}

.youtube-topo {
    background: no-repeat;
    background-image: url(../Images/RedesSociais/youtube.png);
    background-position: center;
}

@media (max-width: 765px) {
    .redes-sociais-icone {
        height: 32px;
        width: 32px;
        margin-left: 5px;
        float: left;
        background-size: 32px 32px !important;
    }

    .redes-sociais-topo {
        margin-top: -14%;
        width: 120px;
        height: 32px;
        position: relative;
        float: right;
        margin-right: 0.2%;
    }
}

@media (max-width: 320px) {
    .redes-sociais-icone {
        height: 16px;
        width: 16px;
        margin-left: 5px;
        float: left;
        background-size: 16px 16px !important;
    }

    .redes-sociais-topo {
        margin-top: -12%;
        width: 70px;
        height: 16px;
        position: relative;
        float: right;
        margin-right: 1%;
    }
}

/* /REDES SOCIAIS TOPO */

/* REDES SOCIAIS TOPO */

.redes-sociais-topo {
    position: absolute;
    float: right;
    display: flex;
    top: 0;
    right: 0;
    padding: 1.5rem 1rem;
    background-color: white;
    gap: .75rem;
    background-color: #ffffffbf;
}

.redes-sociais-icone {
    height: 32px;
    width: 32px;
    margin-left: 10px;
    float: left;
    background-size: 32px 32px !important;
}

.facebook-topo {
    background: no-repeat;
    background-image: url(../Images/RedesSociais/facebook.png);
    background-position: center;
}


.instagram-topo {
    background: no-repeat;
    background-image: url(../Images/RedesSociais/instagram.png);
    background-position: center;
}


.twitter-topo {
    background: no-repeat;
    background-image: url(../Images/RedesSociais/twitter.png);
    background-position: center;
}


.youtube-topo {
    background: no-repeat;
    background-image: url(../Images/RedesSociais/youtube.png);
    background-position: center;
}

@media (max-width: 991.98px) {
    .redes-sociais-icone {
        height: 24px;
        width: 24px;
        background-size: 24px 24px !important;
    }

    .redes-sociais-topo {
        padding: .75rem 1rem;
    }
}

@media (max-width: 767.98px) {

    .redes-sociais-topo {
        float: right;
        padding: .75rem;
    }
}
@media (max-width:575.98px){
    .redes-sociais-topo {
        display: flex;
        flex-wrap: wrap;
        width: 80px;
        margin-top: 5px;
    }
}
@media (max-width: 479.98px) {

    .redes-sociais-icone {
        height: 20px;
        width: 20px;
        margin-left: 5px;
        float: left;
        background-size: 20px 20px !important;
    }
}

/* /REDES SOCIAIS TOPO */

/* Hamburger/X menu animation */

@media(min-width: 1024px) {

    .menu-toggle-icon {
        width: 32px;
        height: 32px;
    }

    .menu-toggle-bar {
        height: 4px;
    }

        .menu-toggle-bar:nth-child(1) {
            top: 7px;
        }

        .menu-toggle-bar:nth-child(2) {
            top: 17px;
        }

        .menu-toggle-bar:nth-child(3) {
            top: 27px;
        }

    .menu-toggle.open .menu-toggle-bar:nth-child(1) {
        top: 17px;
    }

    .menu-toggle.open .menu-toggle-bar:nth-child(3) {
        top: 17px;
    }

}

.menu-toggle-icon {
  width: 32px;
  height: 16px;
  display: inline-block;
  position: relative;
  transition: transform 0.3s cubic-bezier(.4,2,.6,1);
}
.menu-toggle-bar {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transition: all 0.3s cubic-bezier(.4,2,.6,1);
}
.menu-toggle-bar:nth-child(1) {
  top: 0;
}
.menu-toggle-bar:nth-child(2) {
  top: 10px;
}
.menu-toggle-bar:nth-child(3) {
  top: 20px;
}
.menu-toggle.open .menu-toggle-bar:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.menu-toggle.open .menu-toggle-bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle.open .menu-toggle-bar:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}

/*NOTICIAS*/
.categoria {
    color: #4C7C90;
    font-size: 1.4em;
    font-weight: bold;
    padding: 3px 3px 0px 0px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}

.titulo {
    color: #034363;
    font-size: 2.5em;
    font-weight: bold;
    width: 100%;
    padding: 0px 3px 0px 0px;
    text-align: center;
    margin-bottom: 5px;
}

.imagem {
    max-width: 600px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    overflow: hidden;
}

.editorial {
    font-size: 0.5em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: normal;
    margin-right: 5px;
    margin-bottom: 0px;
    color: #888;
}

.imagem img {
    height: 100%;
    width: 100%;
}

.conteudo {
    margin-bottom: 50px;
    min-height: 400px;
}

.texto {
    margin: 0 auto;
    line-height: 1.9;
    font-size: 1.3rem;
    text-align: justify;
}

.redes_sociais {
    line-height: 3;
}

.redes_sociais a {
    padding-right: .5em;
}

@media (max-width : 768px) {

    .texto {
        width: 100%;
    }
}
/*.noticia .conteudo .texto:first-letter {
        text-transform: uppercase;
        font-size: 4em;
        line-height: 1em;
        float: left;
        margin: 0;
        margin-right: 5px;
        padding: 0px;
        color: #420202;
    }*/

.icon-thumbnail {
    width: 150px !important;
    height: auto !important;
}

.galeria {
    width: 100%;
    background-color: transparent;
    padding: 2px;
    /*border: 1px dotted #034363;*/
    margin-bottom: 3px;
    text-align: center;
}

.paginacao {
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
}

.paginacao ul {
    display: inline-flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.paginacao ul li {
    margin: 0;
}

.paginacao ul li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}

.paginacao ul li:first-child a {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.paginacao ul li:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.paginacao ul li.active a,
.paginacao ul li a:hover,
.paginacao ul li a:focus {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.paginacao ul li.disabled a {
    color: #007bff;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.lista-noticia {
    font-size: 1.1em;
    font-weight: bold;
    color: #7faac0;
}

    .lista-noticia h2 {
        color: #034363;
        font-size: 1.2em;
        font-weight: bold;
    }

    .lista-noticia .item {
        cursor: pointer;
    }


.filtro {
    background-color: #eee;
    height: 3em;
    line-height: 3em;
    margin-bottom: 3px;
    margin-top: 0px;
    padding-top: 0.5em;
    text-align: right;
    vertical-align: middle;
}

.filtro_titulo {
    border: 1px solid #adadad;
    border-radius: 8px;
    background-color: #fff;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    max-width: 90vw;
    text-align: left;
}

@media (min-width: 768px) {
    .filtro_titulo {
        max-width: 500px;
    }
}

.filtro_texto {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    margin-right: 5px;
}

.filtro_titulo a {
    flex-shrink: 0;
}

.procurar {
    text-align: center;
    width: 100%;
}

/*ALOJAMENTOS*/

.alojamento {
    border: 1px dotted #034363;
    margin-top: 2px;
    padding: 3px;
    background-color: rgba(47, 79, 79, 0.10);
}

    .alojamento:hover {
        cursor: pointer;
        background-color: rgba(47, 79, 79, 0.40);
    }

.alojamento-ativo {
    background-color: rgba(47, 79, 79, 0.40);
}


.alojamento h1 {
    font-size: 1.3em;
    margin: 0px;
}

.alojamento h2 {
    font-size: 1em;
    margin: 0px;
}

.lista-alojamentos {
    height: 341px;
    overflow-y: auto;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .lista-alojamentos {
        height: 300px;
    }
}

/* GUIA DA CIDADE */

.formulario {
    min-height: 450px;
    width: 100%;
    overflow: hidden;
}

.formulario-campos {
}

.formulario-texto {
    min-height: 231px;
    overflow: hidden;
    line-height: 33px;
}

.lista-categoria-titulo {
    margin-bottom: 5px;
}

.lista-guia-cidade-empresas {
    height: 389px;
    overflow-y: auto;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .lista-guia-cidade-empresas {
        height: 443px;
    }
}

@media (max-width: 767px) {
    .lista-guia-cidade-empresas {
        height: 300px;
    }
}

.lista-guia-cidade-locais {
    height: 389px;
    overflow-y: auto;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .lista-guia-cidade-locais {
        height: 410px;
    }
}

@media (max-width: 767px) {
    .lista-guia-cidade-locais {
        height: 300px;
    }
}

/* / GUIA DA CIDADE*/

.delegacao {
}

    .delegacao .titulo-delegacao {
        font-weight: bold;
        margin-bottom: 3px;
        border-bottom: 1px solid #034363;
        background-color: #adadad;
        margin-top: 3px;
        padding-left: 3px;
        font-size: 1em;
        margin-top: 5px;
    }

    .delegacao li {
        display: block;
        font-size: 1.0em;
        font-weight: bolder;
    }

        .delegacao li:before {
            /*Using a Bootstrap glyphicon as the bullet point*/
            content: "\e080";
            font-family: 'Glyphicons Halflings';
            font-size: 0.8em;
            float: left;
            margin-top: 0px;
            margin-left: -17px;
            margin-right: 5px;
            color: #034363;
        }
/*./ALOJAMENTOS*/

/*LOCAL DE COMPETICAO*/
.local-competicao {
    border: 1px dotted #034363;
    margin-top: 2px;
    padding: 3px;
    background-color: rgba(47, 79, 79, 0.10);
}

    .local-competicao:hover {
        background-color: rgba(47, 79, 79, 0.40);
    }

.local-competicao-ativo {
    background-color: rgba(47, 79, 79, 0.40);
}


.local-competicao h1 {
    font-size: 1.3em;
    margin: 0px;
}

.local-competicao h2 {
    font-size: 1em;
    margin: 0px;
}

.modalidade {
}

    .modalidade .titulo {
        font-weight: bold;
        margin-bottom: 3px;
        border-bottom: 1px solid #034363;
        background-color: #adadad;
        margin-top: 3px;
        padding-left: 3px;
    }

    .modalidade li {
        display: block;
        font-size: 1.0em;
        font-weight: bolder;
    }

        .modalidade li:before {
            /*Using a Bootstrap glyphicon as the bullet point*/
            content: "\e080";
            font-family: 'Glyphicons Halflings';
            font-size: 0.8em;
            float: left;
            margin-top: 0px;
            margin-left: -17px;
            margin-right: 5px;
            color: #034363;
        }

.bg-verde-logo {
    background-color: rgb(66,179,91,1)/*#42b35b*/;
}

    .bg-verde-logo:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(66,179,91 ,80%) /*#42b35b*/;
    }
 
/*./LOCAL DE COMPETICAO*/

/* CONGRESSOS */

.congresso {
    background-color: rgba(47, 79, 79, 0.10);
    border: 1px dotted #034363;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
    cursor: pointer;
}

    .congresso h1 {
        font-size: 1.3em;
        margin: 0px;
    }

    .congresso h2 {
        font-size: 1em;
        margin-top: 5px;
    }

/*MODALIDADE - DETALHE*/
.modalidade-detalhe {
    margin-top: 15px;
}

    .modalidade-detalhe .titulo {
        padding-top: 5px;
        font-size: 2em;
        color: #034363;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .modalidade-detalhe hr {
        margin: 0px;
        border-color: #034363;
    }

    .modalidade-detalhe .detalhe-completo {
        font-size: 1.3em;
        line-height: 1.9;
        margin: 15px auto;
        text-align: justify;
        width: 70%;
    }

@media (max-width: 768px) {
    .modalidade-detalhe .detalhe-completo {
        width: 100%;
    }
}
/*./MODALIDADE - DETALHE*/

.filtros {
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 3px;
}

/* LENCOIS PAULISTA */
.lencoispaulista {
    margin-top: 5px;
}

    .lencoispaulista .titulo_secao {
        margin-top: 1.5em !important;
        /*border-bottom: 1px #ccc solid;*/
        font-size: 1.7rem;
        color: #034363;
        font-weight: bold;
        padding-bottom: 10px;
        margin: 15px auto;
        width: 70%;
    }

    .lencoispaulista .secao {
        margin: 0 auto;
        line-height: 1.9;
        font-size: 1.3rem;
        width: 70%;
        text-align: justify;
    }

@media (max-width: 768px) {

    .lencoispaulista .titulo_secao {
        width:100%;
        padding-inline:1rem;
        border:none;
    }

    .lencoispaulista .secao {
        width: 100%;
        padding: 0 1rem;
    }
}

.lencoispaulista .facilpa {
    font-size: 1.5em !important;
    background-color: #034363;
    padding: 5px;
}

.lencoispaulista .economia {
    font-size: 1.5em !important;
    background-color: #034363;
    padding: 5px;
}

.lencoispaulista .educacao {
    font-size: 1.5em !important;
    background-color: #034363;
    padding: 5px;
}

.lencoispaulista .cultura {
    font-size: 1.5em !important;
    background-color: #034363;
    padding: 5px;
}

.lencoispaulista .turismo {
    font-size: 1.5em !important;
    background-color: #034363;
    padding: 5px;
}
/* ./LENCOIS PAULISTA */

/*CABEÇALHO MODAL*/

/* CSS used here will be applied after bootstrap.css */

.modal-header-success {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-warning {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-danger {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-info {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-primary {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

a:hover {
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

/* ./CABE�ALHO MODAL */
.visualizar-detalhes {
    color: black;
    font-size: small;
    font-style: italic;
    margin-top: 10px;
    width: 100%;
}

/* MASCOTE */
.descricao-espuminha {
    line-height: 1.9;
    font-size: 1.3em;
}

.descricao-espuminha h2 {
    color: #034363;
    font-weight: bold;
}

.texto-espuminha {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

    .texto-espuminha h2 {
        border-bottom: 1px solid;
        color: #034363;
        font-size: 1.7em;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 15px auto;
    }

.texto-espuminha p {
    margin: 15px auto;
    line-height: 1.9;
    font-size: 1.3em;
    text-align: justify;
}

@media (max-width: 769px) {
    .texto-espuminha {
        width: 95%;
    }
}

.imagem-espuminha {
    width: 60%;
    height: auto;
}

.hover-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .hover-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

.section-title {
    color: #2c3e50;
    font-weight: 300;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
}

.bg-share-facebook,
.bg-share-twitter,
.bg-share-whatsapp {
    color: white !important;
    width: 25px !important;
    height: 25px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    margin: 0 6px !important;
    font-size: 18px !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    line-height: 0 !important;
    padding: 0 !important;
}

.bg-share-facebook {
    background-color: #3b5998;
}

.bg-share-twitter {
    background-color: #000000;
}

.bg-share-whatsapp {
    background-color: #25d366;
}

.card-noticia {
    --radius: .25rem;
    background-color: #fff;
    border-radius: var(--radius);
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
}

    .card-noticia img {
        border-radius: var(--radius) var(--radius) 0 0;
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .card-noticia h5 {
        min-height: 4ch;
    }