/*----------------------------------FONTES-------------------------------------------------------------*/
tr[onClick^="l"]
{
    cursor: pointer;
}
td>a,td>a:hover
{
    background-color: rgba(0, 0, 0, 0)!important;
}

.text-large{
    font-size:16px ;
}
.text-medium{
    font-size: 12px ;
}
.text-small{
    font-size: 14px;
}
.text-orange{
    color: #F94141;
}
@font-face {
    font-family: "Galano Grotesque";
    src: url(../fonts/Galano-Grotesque/GalanoGrotesqueAltLight.otf);
}
td,p,h1,h2,h3,h4,h5,a,label,span,th{
    font-family: "Galano Grotesque";

}
h1,h2,h3,h4,h5,th,b{
    font-weight: bold;
}
a {
    color: #222;
}
a:hover{
    color: #F94141;
}
tbody tr:hover{
    background-color: #F94141;
    color: #fff!important;
}
tr:hover a{
    background-color: #F94141;
    color: #fff!important;
}
.glossario-text{
    width: 1%;
    color: #F94141;
    text-decoration: none;
    font-weight: 800;

}
.glossario-text:hover{
    text-decoration: underline;
    color: #36A5FD;
}
.glossario-text-active{
    text-decoration: underline;
}

.btn-mostrar-mais{
    border-radius: 20px;
    border: none;
}
/*-------------------------------------Search----------------------------------------------------------------------*/
.search-form{
    /* border-radius:50px; */
    border-right: none;
    border-top-left-radius: 50px ;
    border-bottom-left-radius: 50px;
}
.search-button{
    border-top-right-radius: 50px ;
    border-bottom-right-radius: 50px;
}
input.search:focus{
    outline: none!important;
    border: none!important;
}
.title-pesquisa{
    font-size: 11pt;
}
.descricao-pesquisa{
    font-size: 12pt;
}
.data-pesquisa{
    font-size: 10pt;
}
/*-------------------------------------Cores-----------------------------------------------------------------------*/
.bg-dark{
    background-color: #000!important;
}
/*------------------------------------ Accordion button plus ------------------------------------------------------*/
.accordion-button::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
    color: #36A5FD;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");

}
.accordion-button:not(.collapsed) {
    color: #36A5FD !important;
    font-weight: bold;
    background-color: #fff;

    border: none !important;
}

.accordion-button:focus {
    border-color: #36A5FD;
    box-shadow: 0 0 0 0.25rem #efb070;
}
/*----------------------------------COMPONENTES--------------------------------------------------------*/
.btn-transparencia{
    background-color: none;
    color: #3b3b45;
    /* background-color: none; */
    border-radius: 7px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    width: 200px;
    margin-right: 20px;
    border: 1px solid #cacaca;

}
.btn-transparencia:hover{
    background-color: #F94141;
    color: #fff;
}
.btn-transparencia-active{
    background-color: #36A5FD;
    color: #fff;
    border-radius: 7px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    width: 200px;
    margin-right: 20px;
    border: 1px solid #cacaca;

}

.input-form{
    background-color: transparent;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #999;


}

.input-check {
    width: 1.3em;
    height: 1.3em;
    background-color: none;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    /* outline: none;
    cursor: pointer; */
}

.input-check-base {
    width: 0.8em;
    height: 0.8em;
    background-color: none;
    border-radius: 5%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    /* outline: none;
    cursor: pointer; */
}

.input-check:checked {
    background-color: #36A5FD;
}

.input-check-base:checked {
    background-color: #36A5FD;
}


.input-form-check{
    background-color: none!important;
}

.input-form-check input:checked{
    background-color: #36A5FD;
}

.input-form:focus, .input-form:active{
    color: #24242B;
    border: 1px solid #36A5FD;
    background-color: transparent;
    /* outline: none; */
}
/* select.input-form option {
    background-color: transparent!important;
} */

select.input-form option  {
    margin: 40px;
    background: #F2F2F2!important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  }

 option:hover {
    background-color: 0 0 10px 100px #F94141 inset;
}
  /* select option:checked{
    background-color: #36A5FD;
  } */

.bg-orange{
    background-color: #36A5FD;

}

.pagination{
    color: #36A5FD!important;
}

/*---------------------------------------------------BLOCOS--------------------------------------------*/
.bloco-bordas{
    /* min-height:120px; */
    border-radius:20px;
    border:dotted 2px #A71919;
}
.bloco-resumo{
    background-color: #E2E2E7;
    max-height: 500px;

}
.link-doc a,.link-doc a p{
    color: #666;
}
/*-----------------------------------------------------------------------------------------------------*/
::-webkit-scrollbar {
    background-color: #999;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #36A5FD;
    width: 10px;
    border-radius: 80px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #3692E4;
}
html {
    font-family: "Galano Grotesque";
}
body{
    background-color: #f2f2f2;
}
a.link{
    color: #24242B;
}

.block-news {
    background-color: #18181e;
    height: 48px;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0px 174px 0px 170px;
    @padding-right: 48px;
}
.block-news-line{
    padding: 0px!important;
}
.block-icons {
    margin-top: -5px;;
}
b.text-news {
    font-family: "Galano Grotesque";
    text-decoration: none;
    color: #f2f2f2;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
p.text-news {
    margin-top: 17px;
    color: #f2f2f2;
    font-family: "Galano Grotesque";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 77px;
    white-space: nowrap;
    padding: 0;
}
a.top_news {
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}
a.top_news:hover {
    text-decoration: underline;
    color: #fff;
}
.icon-news {
    padding-right: 500px;
    margin-right: 4px;
}
.icon-news .icon-left,
.icon-news .icon-right {
    width: 18px;
    height: 18px;
    border: 1px solid #f2f2f2b6;
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
}

a.network-link {
    text-decoration: none !important;
}
a.network-link img.network-img {
    width: 30px;
    padding-bottom: 1px;;
}

.search-consulta {
border: none;
padding: 10px;
border-radius: 4px;
}

.search-consulta:focus {
outline: none;
box-shadow: none;
outline: 1px solid #36A5FD;
}

/*--------------------------------------MODAL BUSCADOR -----------------------------------------------*/
.search_filter p {
    color: #3b3b45;
    font-family: "Galano Grotesque";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.filter_category {
    width: 115.985px;
    height: 26.831px;
    flex-shrink: 0;
    border-radius: 60px;
    border: 1px solid rgba(59, 59, 69, 0.25);
    background: var(--off-white, #f2f2f2);
    font-family: "Galano Grotesque";
}
.search_advanced {
    display: flex;
    width: 191px;
    height: 17px;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 0;
    color: #3b3b45;
    text-align: right;
    font-family: Galano Grotesque;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
}

/*---------------------------------------------SLIDE -----------------------------------------------------------*/
.slide_top_banner2 {
    position: relative;
    height: 330px;
    overflow: hidden;
}

/*---------------------------------------------MENU -------------------------------------------------------------*/
.menu-home {
    background-color: transparent;
    position: absolute;
    top: 40px;
    height: 100px;
    z-index: 2000;
    width: 100%;
    @align-items: right;
    @text-align: right;
    color: #fff;
    padding: 20px 174px;
}

.menu-home a {
    color: #f2f2f2;
    font-family: "Galano Grotesque";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    font-weight: 700;

    display: inline-flex;
    padding: 10px 0px;
    align-items: flex-start;
    gap: 10px;

    /* identical to box height */

    /* Off white */

    color: #f2f2f2;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.menu-home a:hover {
    padding-bottom: 10px;
    text-decoration: underline #36A5FD solid 3px;
    text-underline-offset: 1em;
    color: #fff;
}

.menu-home img.logo {
    /* padding-left: 80px; */
    width: 150px;
    height: 35.96px;
}
.menu-link-interno{
    color:rgb(0, 0, 0)!important;
}

.slide-top {
    height: 400px;
    background-color: #999;
}

/*----------------------------------------------------------------------------SERVIÇOS---------------------------------------------------------------------------------*/
.services-title {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 49px;
    margin-bottom: 20px;
    font-family: "Galano Grotesque";
}

.area-service {
    /* width: 14.5%; */
    /* width: 169.4px; */
    /* height: 168px; */
    text-align: center;
    /* border: 1px solid #ddd; */
    font-family: "Galano Grotesque";
}
.card-service{
    border:1.2px solid #ddd;
    border-radius:15px;

}

.services {
    position: absolute;
    top: 300px;
    height: 778px;
    z-index: 900 !important;
    background-color: #fff;
    padding: 48px;
    /* padding-left: 150px;
    padding-right: 150px; */
    border-radius: 75px;
    /* padding-top: 100px; */


}

.services-title {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 49px;
    margin-bottom: 20px;
}

.services-buttons {
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #ddd;
    /* width: 678px; */
    /* height: 666px; */
    margin-right: 15px;
}



.card-service img {
    padding-top: 30px;
    width: 72px;
    height: 98px;
}

.card-service p {
    padding-top: 10%;
}

.card-service a {
    text-decoration: none;
    color: #24242B;
    text-align: center;
    font-family: 'Galano Grotesque';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-service:hover {
    background-color: #e9e7e7;
}

.services-banners,
.services-banners img {
    /* width: 450px; */
    height: 504px;
    border-radius: 15px;
    overflow: hidden;
}

#services-banners ul {
    /* list-style-type: none;
    margin: 0;
    padding: 0;
    width: 2200px; */
    /* Largura total da lista dos slides */

    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#services-banners li {
    /* float: left;
    width: 450px; */
    /* Largura de cada slide */

    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#services-banners li.active {
    opacity: 1;
}


.btn-all-services {
    margin-top: 30px;
    border-radius: 30px;
    background-color: #36A5FD;
    margin-left: 15%;
    width: 365px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;

}

.btn-all-services a {
    text-decoration: none;
    color: var(--texto-botes, #24242B);
    text-align: center;
    font-family: 'Galano Grotesque';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}
.btn-all-services:hover{
    background-color: #F94141;
    color: #f2f2f2;

}

/*---------------------------------------------------------------------------- NOTÍCIAS ---------------------------------------------------------------------------------*/
.notice {
    position: absolute;
    top: 1179px;
    width: 100%;
    height: 100vh;
    background-color: #222;
    z-index: 1000;
    /* padding-left: 150px; */
    padding-top: 100px;
}

.notice h1 {
    color: #f2f2f2;
    font-family: "Galano Grotesque";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.notice-main-img {
    overflow: hidden;
    /* width: 530px; */
    border: 1px solid #3b3b45;
    border-radius: 30px;
}

.notice-main-img img {
    /* width: 580px;
    height: 363px; */
    border: 1px solid #3b3b45;
    border-radius: 30px;
}

.notice-main-img img:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

.notice-main-img img:not(hover) {
    transform: scale(1);
    transition: 0.5s;
}

.notices-last {
    padding-left: 50px;
    padding-right: 50px;
}

.notices-last-title {
    border-bottom: 3px solid #fff;
    padding-bottom: 20px;
}
.title-noticias {
    color: #f2f2f2;
    font-family: "Galano Grotesque";
    font-size: 32px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.title-noticias:hover {
    text-decoration: underline;
    color: #f2f2f2;
    animation-name: hover-noticia;
    animation-duration: 500ms;
}

@keyframes hover-noticia{
    0%{
        text-decoration: none;
    }

    100%{
        text-decoration:underline;
    }
}

.btn-all-notices {
    margin-top: 60px;
    border-radius: 30px;
    background-color: #F94141;

    /* margin-left: 65%; */
    /* width: 265px; */
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.btn-all-notices:hover {
    color: #fff;
    background-color: #F94141;
}

.btn-all-notices img{
    /* padding-left: 20px;
    padding-right: 0px; */
}
.link-home:hover{
    color: #F94141;
}
.link-img{
    max-width: 40px;
    min-height: 20px;
}

/*############################################################################# Media Queries ################################################################################*/
/*Mobile*/
@media (min-width: 320px) and (max-width: 480px) {
    .block-news,.block-news div,.text-news{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .block-services{
        padding: 0px!important;
    }
    .services-banners{
        margin-top: 30px!important;
        height: 320px!important;
    }
    .services-banners li{
        width: auto!important;
        height: auto!important;
    }
    .services-banners img {
        height: auto!important;
    }

    .btn-all-services{
        margin-top: 10px!important ;
        margin-left: 0px!important ;
        width: 100%!important;
    }
    .bloco-resumo{

        max-height: 600px!important;

    }
}

/*Tablets*/
@media (min-width: 481x) and (max-width: 764px) {
    .block-news {
        padding-left:0px!important;
        padding-right:0px!important;

    }
    .block-news div{
        padding-left:0px!important;
        padding-right:0px!important;
    }

}



/*small screens laptops*/
@media (min-width: 769px) and (max-width: 1024px) {
    .block-news {
        padding-left:0px!important;
        padding-right:0px!important;

    }
    .block-news div{
        padding-left:0px!important;
        padding-right:0px!important;
    }
    .block-services{
        padding: 48px!important;
    }

    .services-banners{
        margin-top: 30px!important;
    }
    .services-banners li{
        width: auto!important;
        height: auto!important;
    }

}

/*Desktop Large screens*/
@media (min-width: 1025px) and (max-width: 1200px) {
    .block-news {
        padding-left:0px!important;
        padding-right:0px!important;

    }
    .block-news div{
        padding-left:0px!important;
        padding-right:0px!important;
    }
    .block-services{
        padding: 48px!important;
    }
}

@media (min-width: 1200px) and (max-width: 1227px) {
    .block-news div{
        padding-left:0px!important;
        padding-right:0px!important;
    }
}

/*Extra Large screens Tv*/
@media (min-width: 1201px) {
    .block-services{
        padding: 48px!important;
    }
}


/*Portal Pelotas CSS */
/* Footer */

.visible {
    display: block;
}

@font-face {
    font-family: "Galano Grotesque";
    src: url(../fonts/Galano-Grotesque/GalanoGrotesqueAltLight.otf);
}

footer {
    background-color: #18181E;
    /* background: url('/images/icones/mapa_rs.png') rgba(0, 0, 0, 1); */

    background-size: 100%;
    /* background-position: right; */
    background-position-x: right;
    background-position-y: bottom;


    /* background-color: #24242b; */
    margin-top: 145px;

}

footer h3 {
    font-family: "Galano Grotesque";
    font-weight: 900;
}

footer p {
    color: #fff;
    margin-bottom: 0px;
    font-family: "Galano Grotesque";
    font-weight: 300;
}

footer h5 {
    font-family: "Galano Grotesque";
    font-weight: 1000;
    color: #fff;
    font-size: 13px;

}

footer .block-footer {
    margin-bottom: 30px;
}

footer p.footer-link {
    font-size: 11px;
}
