/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #f26522 !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 25px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* banner bg main start */

.banner_bg_main {
    width: 100%;
    float: left;
    background-image: url(../images/jurisbox-banner-2.jpg);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
/* banner bg main end */


/* header top section start */

.header_section_top {
    width: 100%;
    float: left;
    background-color: #2b2a29;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 3% 100%);
    height: auto;
    padding: 10px 0px;
}

.custom_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.custom_menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.custom_menu li {
    float: left;
    font-size: 16px;
    color: #666666;
    padding: 6px 10px 0px 10px;
}

.custom_menu li a {
    color: #f1f1f1;
}

.custom_menu li a:hover {
    color: #f26522;
}


/* header top section end */


/* logo section start */

.logo_section {
    width: 100%;
    float: left;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0px;
}


/* logo section end */


/* header section start */

.header_section {
    width: 100%;
    display: flex;    
}

.containt_main {
    display: flex;
}


/* opennav bar start */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f26522;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.toggle_icon {
    cursor: pointer;
    color: #ffffff;
    order: 2;
}

.header_box {
    order: 2;
    display: flex;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    margin-left: 30px;
    order: 2;
}

.btn-secondary {
    color: #fff;
    background-color: #30302e;
    border-color: #30302e;
}

.btn-secondary:hover,
.btn-maior:hover,
.drop-categoria:hover {
    color: #fff;
    background-color: #63635d;
    border-color: #30302e;
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}


/* opennav bar end */


/* Styles for wrapping the search box start */

.main {
    flex: 1;
    margin: 0px 30px;
    display: inline-block;
    order: 2;
}


/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


/* Styles for wrapping the search box end */

.login_menu {
    display: flex;
    text-align: right;
    float: right;
}

.login_menu ul {
    margin: 0px;
    padding: 0px;
}

.login_menu li {
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 10px;
    padding-top: 4px;
}

.login_menu li a {
    color: #ffffff;
}

.login_menu li a:hover {
    color: #f26522;
}

.padding_10 {
    padding-left: 10px;
}


/* flage css start */

.lang_box {
    display: flex;
    float: right;
    background: #fff;
    border-radius: 5px;
    margin-right: 20px;
}

.nav-link {
    display: block;
    padding: .4rem 1rem;
}

a:hover {
    color: #f26522;
    text-decoration: underline;
}


/* flage css end */


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}

.banner_taital {
    width: 100%;
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.buynow_bt {
    width: 170px;
    margin: 0 auto;
    padding-top: 30px;
}

.buynow_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.buynow_bt a:hover {
    background-color: #f26522;
    color: #ffffff;
}

#my_slider a.carousel-control-next {
    right: 0px;
    top: 40px;
}

#my_slider a.carousel-control-prev {
    left: 0px;
    top: 40px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 45px;
    height: 45px;
    background: rgb(242, 222, 172, 0.80);
    opacity: 1;
    font-size: 20px;
    color: #000;
    border-radius: 100px;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #fff;
}


/* banner section end */


/* fashion section start */

.fashion_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.fashion_taital {
    width: 100%;
    font-size: 40px;
    color: #30302e;
    text-align: center;
    font-weight: bold;
}

.fashion_section_2 {
    width: 100%;
    margin-top: 30px;
}

.box_main {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 20px;
    box-shadow: 0px 0 30px 10px #f0f0f0;
    margin-bottom: 20px;
}

.shirt_text {
    width: 100%;
    font-size: 20px;
    color: #30302e;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
}

.price_text {
    width: 100%;
    font-size: 16px;
    color: #f26522;
    text-align: center;
    margin: 0px;
}

.tshirt_img {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 370px;
}

.btn_main {
    width: 100%;
    display: flex;
}

.buy_bt {
    float: left;
    width: 100%;
}

.buy_bt a {
    width: 100%;
    font-size: 16px;
    color: #f26522;
    background-color: transparent;
    text-align: right;
    font-weight: bold;
}

.buy_bt a:hover {
    background-color: transparent;
    color: #262626;
}

.seemore_bt {
    width: 100%;
    float: right;
    text-align: right;
}

.seemore_bt a {
    width: 100%;
    font-size: 16px;
    color: #262626;
    background-color: transparent;
    text-align: right;
}

.seemore_bt a:hover {
    background-color: transparent;
    color: #f26522;
}

#main_slider a.carousel-control-next {
    right: 615px;
    top: 105%;
}

#main_slider a.carousel-control-prev {
    left: 615px;
    top: 105%;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #f26522;
}


/* fashion section end */


/* electronic section start */

.electronic_img {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 293px;
}

#electronic_main_slider a.carousel-control-next {
    right: 615px;
    top: 105%;
}

#electronic_main_slider a.carousel-control-prev {
    left: 615px;
    top: 105%;
}

#electronic_main_slider .carousel-control-next,
#electronic_main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#electronic_main_slider .carousel-control-next:focus,
#electronic_main_slider .carousel-control-next:hover,
#electronic_main_slider .carousel-control-prev:focus,
#electronic_main_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #f26522;
}


/* electronic section end */


/* jewellery section start */

.jewellery_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.jewellery_img {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 293px;
}

#jewellery_main_slider a.carousel-control-next {
    right: 615px;
    top: 75%;
}

#jewellery_main_slider a.carousel-control-prev {
    left: 615px;
    top: 75%;
}

#jewellery_main_slider .carousel-control-next,
#jewellery_main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#jewellery_main_slider .carousel-control-next:focus,
#jewellery_main_slider .carousel-control-next:hover,
#jewellery_main_slider .carousel-control-prev:focus,
#jewellery_main_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #f26522;
}


/* loader bar css start */

.loader_main {
    width: 100%;
    text-align: center;
    margin-top: 140px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #414744;
    border-right: 16px solid #f26522;
    border-bottom: 16px solid #414744;
    border-left: 16px solid #f26522;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 6s linear infinite;
    margin: 0 auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* loader bar css end */


/* jewellery section end */


/* footer section start */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.footer_logo {
    width: 100%;
    text-align: center;
}

.input_bt {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    border-bottom: 1px solid #ffffff !important;
}

.mail_bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    padding: 5px 0px 5px 0px;
    height: 60px;
    border: 0px;
}

input.mail_bt::placeholder {
    color: #fff;
}

.subscribe_bt {
    width: 30%;
    float: right;
    font-size: 16px;
    color: #f26522;
    background-color: transparent;
    padding: 20px 0px 5px 0px;
    border-radius: 30px;
    border: 0px;
    text-transform: uppercase;
    text-align: right;
}

.subscribe_bt a {
    color: #f26522;
}

.subscribe_bt a:hover {
    color: #ffffff;
}

.footer_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer_menu li {
    float: left;
    font-size: 16px;
    color: #f1f1f1;
    padding: 20px 10px 0px 10px;
}

.footer_menu li a {
    color: #f1f1f1;
}

.footer_menu li a:hover {
    color: #f26522;
}

.location_main {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
}

.location_main {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 30px 30px 30px 30px;
}

.location_main a {
    color: #ffffff;
}

.location_main a:hover {
    color: #f26522;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #f26522;
}

.margin_top90 {
    margin-top: 90px;
}
/* copyright section end */

.nome_logo {
    width: 100%;
    font-size: 40px;
    color: #252525;
    text-align: center;    
    font-weight: bold;
}

.banner_central {
  width: 100%;
  font-size: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #0000003d;
}

.nome_footer {
    width: 100%;
    font-size: 40px;
    color: #fff !important;
    text-align: center;    
    font-weight: bold;
}

.search-results {
    max-width: 1540px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.result-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.result-title {
    font-size: 20px;
    color: #1a0dab;
    text-decoration: none;
    margin: 10px;    
}

.result-url {
    font-size: 14px;
    color: #006621;        
    margin: 10px;    
}

.result-snippet {
    font-size: 14px;
    color: #4d5156;
}

.button-container { 
    display: flex; 
    justify-content: flex-start; 
    margin-top: 10px; 
} 

.btn-success { 
    padding: 10px 20px; 
    font-size: 16px; 
    color: #fff; 
    background-color: #0c9738; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
    margin-right: 10px; /* Espaçamento entre os botões */ } 
    
.btn-success:hover { 
    background-color: #006621; 
}

.btn-primary { 
    padding: 10px 20px; 
    font-size: 16px; 
    color: #fff; 
    background-color: #f26522; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
    margin-right: 10px; /* Espaçamento entre os botões */ } 
    
.btn-primary:hover { 
    background-color: #863712; 
}

.btn-normal { 
    padding: 10px 20px; 
    font-size: 16px; 
    color: #30302e; 
    background-color: #c4c4c4; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
    margin-right: 10px; /* Espaçamento entre os botões */ } 
    
.btn-normal:hover { 
    background-color: #a0a0a0; 
}

/* Estilo do modal */
.modal {
    display: none; /* Modal começa escondido */
    position: fixed; /* Fica fixado na janela */
    z-index: 1041; /* Garante que apareça na frente de outros elementos */
    left: 0;
    top: 0;
    width: 100%; /* Largura total */
    height: 100%; /* Altura total */
    overflow: auto; /* Habilita a rolagem se necessário */
    background-color: rgb(0, 0, 0); /* Cor de fundo */
    background-color: rgba(0, 0, 0, 0.4); /* Cor de fundo com opacidade */
}

/* Estilo do conteúdo do modal */
.modal-content-big {
    background-color: #fefefe;
    margin: auto; /* Centraliza o modal na tela */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Largura do modal */
    width: 100%; /* Largura do modal */ 
    height: 100%; /* Altura do modal */ 
    border-radius: 0; /* Remove as bordas arredondadas */ 
    box-sizing: border-box; 
    overflow: auto; /* Habilita a rolagem do conteúdo do modal */
}

.modal-content { 
    background-color: #fefefe; 
    margin: 15% auto; /* Centraliza o modal na tela */ 
    padding: 20px; 
    border: 1px solid #888; 
    width: 50%; /* Largura do modal */ 
    border-radius: 10px;
}

.modal-content-md { 
    background-color: #fefefe; 
    margin: 15% auto; /* Centraliza o modal na tela */ 
    padding: 20px; 
    border: 1px solid #888; 
    width: 70%; /* Largura do modal */ 
    border-radius: 10px;
}

.modal-title { 
    font-size: 24px; 
    margin-bottom: 20px; 
    color: #333; 
}

/* Estilo do footer do modal */ 
.modal-footer { 
    display: flex; 
    justify-content: flex-end; 
    margin-top: auto; 
}

/* Botão de fechar (x) */
.close-btn-modal, .close-btn-modal-login, .close-btn-modal-erro {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-btn-modal:hover,
.close-btn-modal:focus,
.close-btn-modal-login:hover,
.close-btn-modal-login:focus,
.close-btn-modal-erro:hover,
.close-btn-modal-erro:focus {
    color: #000;
    text-decoration: none;
}

.texto-cinza {
    width: 100%;
    font-size: 30px;
    color: #888885;
    text-align: center;
    font-weight: bold;
}

.required {
    color: red;
}

.input-busca {
    width: 300px;  /* Largura do input */
    height: 50px;  /* Altura do input */
    padding: 10px; /* Espaçamento interno */
    font-size: 18px; /* Tamanho da fonte */
    border-radius: 5px; /* Bordas arredondadas (opcional) */
    border: 1px solid #ccc; /* Cor da borda */
    box-sizing: border-box; /* Inclui padding e borda no tamanho total */
}

.btn-maior {
    width: 100%;  /* Largura do botão */
    height: 50px;  /* Altura do botão */
    padding: 10px; /* Espaçamento interno */
    font-size: 18px; /* Tamanho da fonte */
    border-radius: 5px; /* Bordas arredondadas (opcional) */
    /*border: 1px solid #ccc; /* Cor da borda 
    background-color: #1a0dab; /* Cor de fundo 
    color: white; /* Cor do texto 
    cursor: pointer; /* Cursor de ponteiro ao passar o mouse 
    box-sizing: border-box; /* Inclui padding e borda no tamanho total */
}

.invoice-box {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    line-height: 24px;
    font-family: 'Arial', sans-serif;
    color: #555;
}

.invoice-box table {
    width: 100%;
    line-height: inherit;
    text-align: left;
    border-collapse: collapse;
}

.invoice-box table td {
    padding: 5px;
    vertical-align: top;
}

.invoice-box table tr td:nth-child(2) {
    text-align: right;
}

.invoice-box table tr.top table td {
    padding-bottom: 20px;
}

.invoice-box table tr.top table td.title {
    font-size: 45px;
    line-height: 45px;
    color: #333;
}

.invoice-box table tr.information table td {
    padding-bottom: 40px;
}

.invoice-box table tr.heading td {
    background: #eee;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.invoice-box table tr.item td {
    border-bottom: 1px solid #eee;
}

.invoice-box table tr.item.last td {
    border-bottom: none;
}

.invoice-box table tr.total td:nth-child(2) {
    border-top: 2px solid #eee;
    font-weight: bold;
}

/* Responsividade */ 
@media only screen and (max-width: 600px) { 
    .invoice-box table tr.top table td { 
        width: 100%; 
        display: block; 
        text-align: center; 
    } 
    
    .invoice-box table tr.information table td { 
        width: 100%; 
        display: block; 
        text-align: center; 
    } 

    .invoice-box table tr.item td { 
        display: block; 
        width: 100%; 
        text-align: left;
    }

    .invoice-box table tr.heading td:nth-child(2) { 
        display: none;         
    }

    .invoice-box table tr.total { 
        text-align: justify;         
    }

    .invoice-box table tr.total td:nth-child(1) { 
        display: none;         
    }

    .invoice-box {        
        font-size: 14px;
        font-weight: 300;
    }
}

.pix-section { 
    margin-top: 30px; 
    text-align: center; 
} 

.qrcode { 
    width: 150px;
    height: 150px; 
} 

.pix-copiaecola { 
    font-family: monospace; 
    background-color: #f9f9f9; 
    padding: 10px; 
    border: 1px solid #ddd; 
    display: inline-block;
    word-break: break-all; 
    white-space: pre-wrap; 
}

.button-container .btn-right { 
    margin-left: auto;
}

.control-label {
    font-size: 18px;
    font-weight: bold;
}

input::placeholder { 
    color: rgb(185, 185, 185); /* Define a cor do placeholder */ 
    opacity: 1; /* Garante que a opacidade não seja alterada */ 
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #e19b04;
    border-color: #e19b04;
}

.informacoes-extras { 
    position: absolute; 
    top: 10px; 
    right: 10px; 
    text-align: right; 
} 

.info-mini{
    margin: 5px;
}

.result-termo {    
    color: #4d5156;
    width: 100%;    
    text-align: center;  
    font-style: italic;  
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Ajuste para posicionar acima do elemento */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Media query para telas menores */ 
@media (max-width: 768px) { 
    .banner_central { 
        font-size: 36px; 
    } 

    .modal-content {
        width: 75%;
    }

    .result-title {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 45px;
    }
} 

@media (max-width: 480px) { 
    .banner_central { 
        font-size: 28px; 
    } 

    .modal-content {
        width: 95%;
    }

    .result-title {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 70px;
    }
}

select.form-control {
    -webkit-appearance: none; /* Remove o estilo padrão */
    -moz-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="gray"><path d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"/></svg>') no-repeat right 10px center;
    background-color: white; /* Cor de fundo igual ao input */
    background-size: 1em; /* Ajusta o tamanho da setinha */
    padding-right: 2.5em; /* Dá espaço para a setinha */
    border: 1px solid #ccc; /* Mantém a borda igual ao input */
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* Estilo adicional para a navbar */
.navbar {
    width: 100%;
    background-color: #252525;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar .navbar-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
}

.navbar .navbar-menu li {
    display: inline;
}

.navbar .navbar-menu li a {
    color: #f1f1f1;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}

.navbar .navbar-menu li a:hover {
    color: #f26522;
}

/* Estilo para a tab-bar */
.tab-bar {
    background-color: #252525;
    padding: 10px 0;
}

.tab-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab-item {
    color: #f1f1f1;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 15px;
    cursor: pointer;
    padding: 10px 15px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

.tab-item:hover {
    color: #f26522;
}

.tab-item.active {
    color: #f26522;
    border-bottom: 2px solid #f26522;
}

/* Estilo para o conteúdo das abas */
.tab-content {
    display: none;
    padding: 20px 0;
}

.tab-content.active {
    display: block;
}

#sticky-search {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #252525;
    color: white;
    padding: 10px 0;
    z-index: 1001;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: none; /* Começa escondido */
}

#sticky-search form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden {
    display: none;
}

/* Estilo do container flex */
.sticky-search-container {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Distribui os itens */
    max-width: 1200px; /* Tamanho máximo da barra */
    margin: 0 auto; /* Centraliza a barra */
}

/* Logo */
.logo-jurisbox {
    height: 40px; /* Ajuste o tamanho da logo */
    margin-right: 15px;
}

/* Formulário de busca */
.search-form {
    display: flex;
    flex: 1; /* Ocupar espaço entre logo e botão perfil */
    margin: 0 15px; /* Espaço lateral */
}

.search-form input {
    flex: 1; /* Ocupar o máximo de largura possível */
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
}

.search-form button {
    padding: 8px 12px;
    border: none;
    background-color: orange;
    color: white;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

/* Botão Meu Perfil */
.btn-perfil {
    background-color: #007bff; /* Cor do botão */
    color: white;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

.letra-branca {
    color: #fff;
}