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

@font-face {
    font-family: "Rawline";
    src: url(../fonts/Rawline/rawline-100.ttf);
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Rawline";
    src: url(../fonts/Rawline/rawline-200.ttf);
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Rawline";
    src: url(../fonts/Rawline/rawline-300.ttf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Rawline";
    src: url(../fonts/Rawline/rawline-400.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Rawline";
    src: url(../fonts/Rawline/rawline-500.ttf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Rawline";
    src: url(../fonts/Rawline/rawline-600.ttf);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Rawline";
    src: url(../fonts/Rawline/rawline-700.ttf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Rawline";
    src: url(../fonts/Rawline/rawline-800.ttf);
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Rawline";
    src: url(../fonts/Rawline/rawline-900.ttf);
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: "Rawline", sans-serif;
    font-weight: 400; /* Peso padrão */
    background-color: #f2f2f2;
    margin: 0 !important;
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
p,
label,
span,
a,
b {
    font-family: "Rawline";
}

h1 {
    font-weight: 700;
}

p {
    font-weight: 300;
}

strong {
    font-weight: 900;
}

small {
    font-weight: 100;
}

::-webkit-scrollbar {
    background-color: #999;
    width: 10px;
}

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

::-webkit-scrollbar-thumb:hover {
    background-color: #3787c7;
}

.bg-blue {
    background-color: #51bbda;
}

html {
    font-family: "Rawline";
}

.block-news {
    background-color: #18181e;
    height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 174px;
    padding-right: 48px;
    z-index: 2500;
}

.block-news-line {
    padding: 0px !important;
}

b.text-news {
    font-family: "Rawline";
    text-decoration: none;
    color: #f2f2f2;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
p.text-news {
    color: #f2f2f2;
    font-family: "Rawline";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* @padding-left: 77px; */
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}
a.top_news {
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}
a.top_news:hover {
    text-decoration: underline;
    color: #fff;
}
.icon-news .icon-left,
.icon-news .icon-right {
    width: 18px;
    height: 18px;
    border: 1px solid #f2f2f2b6;
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
}

.modal-content {
    border-radius: 20px !important;
}
button.field-search {
    width: 160px;
    height: 30px;
    flex-shrink: 0;
    color: #f2f2f2;
    background-color: #0d0d0f;
    font-family: "Rawline";
    border-radius: 20px;
    border: none !important;
}
span.field-search {
    color: #f2f2f2;
    font-family: "Rawline";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 40px;
}

a.network-link {
    text-decoration: none !important;
}
a.network-link img.network-img {
    width: 30px;
}
.modal_buscador {
    border-radius: 20px !important;
    z-index: 5000;
}

.resultado_buscador {
    font-size: 9pt;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* .modal-dialog{
    margin: 5.5rem auto!important;

} */
input.search_field {
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
}

/*--------------------------------------MODAL BUSCADOR -----------------------------------------------*/
.search_filter p {
    color: #3b3b45;
    font-family: "Rawline";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#filter_category:hover {
    background-color: #51bbda;
    color: #fff;
    cursor: pointer;
}

.filter_category_active {
    background-color: #3787c7;
    color: #fff;
    cursor: pointer;
    height: 26.831px;
    font-family: "Rawline";

    margin-right: 5px;
    border-radius: 10px;
    border: solid #aaa 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 8.5pt;
}

.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: "Rawline";

    margin-right: 5px;
    border-radius: 10px;
    border: solid #aaa 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 8.5pt;
}
.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: Rawline;
    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: #f2f2f2;
    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: "Rawline";
    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.menu-links-black a,
.menu-links-black a {
    color: #3B3B45 !important;
}

.menu-home.menu-links-white a,
.menu-links-white a {
    color: #fff !important;
}

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

.menu-home img.logo {
    /* padding-left: 80px; */
    width: 150px;
    height: 35.96px;
}

.slide-top {
    height: 400px;
    background-color: #999;
}
/*---------------------------------------------------------------------------CONTEUDO PAGINA---------------------------------------------------------------------------*/
div#conteudo {
    margin-top: 100px;
    min-height: 50vh;
}

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

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

.services {
    position: relative;
    top: -55px;
    /* height: 778px; */
    z-index: 900 !important;
    background-color: #fff;
    padding: 48px;
    /* padding-left: 150px;
    padding-right: 150px; */
    border-radius: 60px;
    /* 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: 50px;
    min-height: 40px;
}

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

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

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

.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-pelotas {
    margin-top: 30px;
    border-radius: 30px;
    background-color: #f4a14e;
    margin-left: 15%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

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

.btn-all-services a {
    text-decoration: none;
    color: var(--texto-botes, #24242b);
    text-align: center;
    font-family: "Rawline";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.btn-all-services:hover {
    background-color: #e07f1d;
    color: #f2f2f2;
}

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

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

.notice h2 {
    color: #f2f2f2;
    font-family: "Rawline";
    font-size: 14pt;
    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: "Rawline";
    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: #51bbda;
    /* margin-left: 65%; */
    width: 260px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

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

.btn-all-notices a {
    text-decoration: none;
    color: #3b3b45;
}

/*----------------------------------------------------------------------------Fotos --------------------------------------------------------------------------*/

.btn-all-photo:hover {
    color: #fff;
    background-color: #e07f1d;
}

/*------------------------------------------------------------ YOUTUBE ------------------------------------------------------------------------------------*/
.video {
    overflow: hidden;
    width: 385px;
    border-radius: 30px;
    margin-right: 20px;
    height: 220px;
    padding: 0px;
}

.video img {
    width: 385px;
    border-radius: 15px;
    height: 220px;
}

.video img:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

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

.video-galery {
    position: relative;
    /* top: 2450px; */
    width: 100%;
    /* height: 100vh; */
    z-index: 900;
    /* padding-left: 150px; */
    /* padding-top: 100px; */
    color: #000;
}

.btn-all-video {
    border-radius: 30px;
    background-color: #f4a14e;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-family: "Rawline";
    font-weight: 200;
}

.btn-all-video a {
    text-decoration: none;
    font-family: "Rawline";
    color: #3b3b45;
}

/*

            .btn-all-video:hover {
                color: #fff;
                background-color: #e07f1d;
            }


            .youtube-video {
                margin-top: 0px;
                margin-left: 50px;
                width: 1300px;
                height: 600px;

            } */

/*------------------------------------------------------------ VIDEO --------------------------------------------------------------------------------------*/
.footer-video {
    background-color: #222;
    z-index: 900;
    color: #fff;
}

.main-video {
    /* height: 650px; */
    border-radius: 15px;
    text-align: center;
    padding: 5%;
    height: 70vh;
}

.main-video video {
    /* height: 650px; */
    border-radius: 15px;
}

.play_button {
    position: relative;
    z-index: 800;
    top: 30%;
    /* margin: auto; */
    padding: auto;
    max-width: 70px;
}

/*----------------------------------------------------------------------------- Links -----------------------------------------------------------------------*/
.link-doc a,
.link-doc a p {
    color: #666;
}

/*------------------------------------ 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: #51bbda;
}
.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: #51bbda !important;
    font-weight: bold;
    background-color: #fff;

    border: none !important;
}

.accordion-button:focus {
    border-color: #51bbda;
    box-shadow: 0 0 0 0.25rem #51bbda;
}
.accordion-body .accordion-link:hover {
    background-color: #51bbda;
    border-radius: 15px;
    color: white !important;
}

.accordion-body .accordion-link:hover a {
    color: white !important;
}

/*-----------------------------------------------INPUT----------------------------------------*/
.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: #f4a14e;
}

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

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

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

.input-form:focus,
.input-form:active {
    color: #24242b;
    border: 1px solid #f4a14e;
    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 #f4a14e inset;
}

/*############################################################################# 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;
    }
}
/*---------------------------------------------------------------------------CONTEUDO PAGINA---------------------------------------------------------------------------*/
div#conteudo {
    margin-top: 0px !important;
    min-height: 50vh;
    padding: 0px !important;
}
div#conteudo div {
    padding: 15px !important;
}

.indices {
    padding: 0px !important;
    margin: 0px !important;
}

/*Mini NooteBook*/
@media (min-width: 1120px) AND (max-width: 1440px) {

    .menu-home {
        padding: 20px 136px !important;
    }

    .block-news{
        padding: 0 136px 0 86px !important;
    }

    .block-services {
        padding: 48px !important;
    }

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

}

/*Tablets Grande*/
@media (min-width: 1025px) AND (max-width: 1120px) {

    .menu-home {
        padding: 20px 136px !important;
    }

    .block-news{
        padding: 0 136px !important;
    }

    .block-services {
        padding: 48px !important;
    }

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

}

/*Tablets*/
@media (min-width: 881px) AND (max-width: 1024px) {

    .menu-home {
        padding: 5px 20px !important;
    }

    .block-services {
        padding: 48px !important;
    }

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

    .menu-home {
        padding: 20px 20px !important;
    }
}

/*small screens laptops*/
@media (min-width: 768px) and (max-width: 880px) {
    .menu-home {
        padding: 5px 20px !important;
    }

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

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

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

.menu-home {
        padding: 20px 20px !important;
    }
}

/* Acessibilidade: foco visível consistente para navegação por teclado */
:where(a, button, input, select, textarea, summary, [role="button"], .btn, .btn-buscar, .continuar, .card-servico, .card-service, .carousel-indicators button):focus-visible {
    outline: 3px solid #F4A14E;
    outline-offset: 3px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
}

/*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;
    }
}
