@charset "utf-8";
@import "bootstrap.min.css";
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root{
    --bg-default:   #fffeff;
    --font1:        #333333;
    --theme-color1: #212529;
    --theme-color2: #ffffff;
    --icon-color1:  #ffffff;
    --icon-color2:  #1667EB;    
    --icon-color3:  #9AA0A6;   
    --bg-header:    #000000; 
    --bg-footer:    #cc0001;
}

.video-wrapper {
  width: 100%;
  max-width: 400px; /* Limita no desktop para manter proporção vertical */
  margin: 40px auto;
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.iframe-feed iframe {
    width: 100%;
    min-height: 275px;
}
.header-viral{
    border-radius: 12px;
}
.destaque-icon i.theme-icon{
        width: 3rem;
    height: 3rem;
}
body.modal-open-ios {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

  .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    margin: 0 4px;
    font-size: 13px;
    text-decoration: none;
    background-color: transparent;
  }

  .social-icon:hover {
    background-color: #fff;
    color: #cc0001; /* azul escuro do fundo */
  }

/*  .social-container {
  }
*/
.btn-back,.btn-back:active, .btn-back:focus{
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 8;
    border-radius: 100%;
    line-height: 0;
    justify-content: center;
    align-items: center;
    outline: none;
    box-shadow: none;
    border:none;
}
.btn-back i.theme-icon{
    width: 24px;
    height: 24px;
}
.btn-back.t1{
    background: rgba(255,255,255,0.2);
}
.btn-back.t2{
    left: 0;
    top:0;
    background: rgb(0 0 0 / 6%);
}
.btn-back.t2 i.theme-icon{
    background: #0E1013;
}
.title-page h1{
    margin: 0;
  
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

}

.nav-tabs.tabs-default{
    border:none;
}
.tabs-default .nav-item{
    padding: 0;
}
.tabs-default .nav-link{
    white-space: nowrap;
}
.nav-tabs.tabs-default .nav-item.show .nav-link, .nav-tabs.tabs-default .nav-link.active{
    border: none;
    transition: all 300ms ease-in-out;
}
.nav-tabs.tabs-default .nav-link.active{
    color: var(--icon-color2);
    font-weight: 600;
    border-bottom: 3px solid var(--icon-color2);
}
.nav-tabs.tabs-default .nav-link:not(.active){
    color: var(--icon-color3);
}


.tabs-default.nav-tabs.scroll-item {
    overflow-y: hidden;
    overflow-x: auto; /* ou scroll */
    max-width: 100%;
    scrollbar-color: #007bff #e0e0e0; /* Para Firefox */
    scrollbar-width: thin;
}

/* Estilizar scroll no Chrome, Edge, Safari */
.tabs-default.nav-tabs.scroll-item::-webkit-scrollbar {
    height: 6px;
}
.tabs-default.nav-tabs.scroll-item::-webkit-scrollbar-track {
    background: #e0e0e0;
}
.tabs-default.nav-tabs.scroll-item::-webkit-scrollbar-thumb {
    background-color: #cc0001;
    border-radius: 4px;
}
.tabs-default.nav-tabs.scroll-item {
    position: relative;
    background: linear-gradient(to right, white 90%, rgba(0, 0, 0, 0.1)),
                linear-gradient(to left, white 10%, rgba(0, 0, 0, 0.1));
    background-repeat: no-repeat;
    background-size: 30px 100%;
    background-position: right center, left center;
    background-attachment: scroll;
}



/*Vi no instagram*/
.checkItem.scroll-item {
    overflow-y: hidden;
    overflow-x: auto; /* ou scroll */
    max-width: 100%;
    scrollbar-color: #007bff #e0e0e0; /* Para Firefox */
    scrollbar-width: thin;
}

/* Estilizar scroll no Chrome, Edge, Safari */
.checkItem.scroll-item::-webkit-scrollbar {
    height: 6px;
}
.checkItem.scroll-item::-webkit-scrollbar-track {
    background: #e0e0e0;
}
.checkItem.scroll-item::-webkit-scrollbar-thumb {
    background-color: #007bff;
    border-radius: 4px;
}
.checkItem.scroll-item {
    position: relative;
    background: linear-gradient(to right, white 90%, rgba(0, 0, 0, 0.1)),
                linear-gradient(to left, white 10%, rgba(0, 0, 0, 0.1));
    background-repeat: no-repeat;
    background-size: 30px 100%;
    background-position: right center, left center;
    background-attachment: scroll;
}



.checkItem .btn-check + .btn {
    border: 2px solid var(--icon-color2);
    color: var(--icon-color2);
      background-color: white;
      border-radius: 0;
}


.checkItem .btn-check:checked + .btn {
  background-color: var(--icon-color2);
  color: white;
  border-color: transparent;
  border-radius: 0;
}

.card-video{
    display: block;
    width: 100%;
}
.card-video img{
    width: 100%;
}
.sec-title h2 {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: normal;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--icon-color1);
    margin: 0;
    background: #cc0001;
    padding: 6px 11px;
    border: 2px solid #ffffff;
}
.sec-title i {
    color: var(--theme-color1);
    font-size: 1.4rem;
}
.swiper {
  position: relative;
  padding-bottom: 30px;
}
.indicator-category{
    padding: 7px 18px;
    font-weight: 700;
    border-radius: 26px;
    font-size: 0.8rem;
}
.secondary-category {
    background: rgb(121 111 111 / 50%);
}
.master-category {
    background: rgb(22 103 235) !important;
}
.time-post {
    color: #ffffff;
    font-size: 12px;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.swiper-pagination-bullet {
  background: var(--theme-color1);
  opacity: 1;
  transition: background 0.3s, transform 0.3s;
}

.swiper-pagination-bullet-active {
  background:  var(--theme-color1);
  transform: var(--theme-color1);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active-main {
  background: var(--theme-color1);
}

.card-news{
    position: relative;
    overflow: hidden;
    max-width: 500px!important;
    width: 100%;
}
.card-news figure{
    overflow: hidden;
    border-radius: 2rem;
}
.card-news figure:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 91%) 0%, rgb(0 0 0 / 26%) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}
.card-title-home-cat {
  
    font-weight: 600;
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.title-default,
.card-title {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    vertical-align: middle;

    /* Limitar a 4 linhas com reticências */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-news .content{
    overflow: hidden;
    position: relative;
}
.text-card{
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    z-index: 9;
}
.reset-button, .reset-button:active,.reset-button:focus{
    background: none;
    border:none;
    box-shadow: none;
    outline: none;
}
.reset-button i{
    color: var(--theme-color2);
    font-size: 1.9rem;
}
.bg-header{
      background: #cc0001;
}

.logo-header {
    border-radius: 35px;
    width: 60px;
    height: 60px;
}

.color-1{
    color: var(--icon-color1)!important;
}
.color-2{
    color: var(--theme-color2)!important;
}
.color-3{
    color: var( --icon-color3)!important;
}




.section-default, section{
       font-family: Manrope;
}
.section-default{
         min-height: 330px;
}
.fs-8{
    font-size: 0.8rem;
}
.fs-7{
    font-size: 0.9rem;
}



.btn-default:active, .btn-default:focus,.btn-default:hover{
    border: none;
    outline: none;
    color: #ffffff;
    opacity: 0.7;
}

.btn-default{
    background: var(--theme-color1)!important;
    color: #ffffff;
    border-radius: 12px!important;
    border: none;
    outline: none;
    transition: all 200ms ease-in-out;
    font-weight: 600;
    padding: 10px 10px;
    min-width: 200px;
}

.swiper-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  z-index: 10;
}

.progress-ring {
  transform: rotate(-90deg);
}

.progress-ring__circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0s linear;
}

.timer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: white;
  font-weight: bold;
}


body a{
    text-decoration: none;
}
*,html{
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    list-style: none;
    font-family: "Manrope";
}

body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    background-repeat: repeat;
    background-size: 170px;
    background-attachment: fixed;
    /* font-family: 'Gotham'; */
}
body:before{
    content: "";
    position:   absolute;
    left: 0;
    right:  0;
    margin: 0 auto;
    width: 100%;
    height:  100%;
    display: block;
    pointer-events: none  ;
}
.video-iframe{
         background: url("../../imagens/moldura.png");
    background-size: 100%;
    width: 400px;
    height: 396px;
    border-radius: 60px;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.4));
}
footer{
    z-index:    1;
    background: #cc0001;
}
main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    z-index:    1;
}
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}
figure{
    margin:0;
    padding: 0;
}
p{
    color: #394452;
    font-size: 1rem;
    line-height: 1.5rem;
    vertical-align: text-top;
}
h1{
    color: var(--font1);
    font-size: 1.8rem;
}
h2{
    color: #2C3A4B;
    font-size: 1.3rem;
}
h3{
    color: var(--font1);
    font-size: 1.4rem;
}

header ul.navbar-nav > li.destaque a {
    padding: 10px 10px;
    background: var(--theme-color1);
    color: var(--bg-default);
}

header ul.navbar-nav > li > a {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 15px;
    display: block;
    color: var(--theme-color2);
}
header .nav-link:focus, header .nav-link:hover{
    color:#ffffff;

}
.pointer{
    cursor: pointer;
}

.color-principal{
    color: var(--theme-color1);
}


.padrao input:-webkit-autofill,
.padrao input:-webkit-autofill:hover, 
.padrao input:-webkit-autofill:focus, 
.padrao input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


label{
  color: #ffffff;
  font-weight: bold;
  margin-left: 10px;
}
.form-control.input-valor{
    display: block;
    height: 75px;
    width: 380px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 16px!important;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5rem;
    transform: translateZ(0);
    padding: 0;
    color: #ffffff;
    font-weight: bold;
}
.input-valor::placeholder{
    color: var(--theme-color1);
    font-weight: bold;
    
}
.form-check-input:checked {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
}
.form-check-input:focus{
    box-shadow: none;
    border-color: var(--theme-color1);
}
.form-check .radio-valor{
    width: 75px;
    height: 35px;
}
.form-check .radio-valor:checked,
.form-check .radio-valor:hover{
    --bs-form-check-bg-image: none!important;
    background-color: var(--theme-color1);
    border: none!important;
}
.form-check .radio-valor ~ label {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65px;
    color: var(--theme-color1);
}
.form-check .radio-valor:checked ~ label,
.form-check .radio-valor:focus ~ label,
.form-check .radio-valor:hover ~ label {
    color: #ffffff;
}


::-ms-input-placeholder { /* Edge 12-18 */
  color: transparent;
}

::placeholder {
  color: transparent;
}

.form-padrao .form-floating>label{
    color:#ffffff;
    font-weight: normal;
    padding: 0.5rem .75rem;

}
.form-control:not(:placeholder-shown),
.form-control:focus {
    border: 2px solid var(--theme-color1);
    color: var(--theme-color1);
}

.form-padrao .form-control,.form-padrao select.form-select{
    border: 1px solid #ffffff;
    border-radius: 0px!important;
    color: #ffffff;
    text-indent: 5px;
    padding: 0px 12px;
    background: transparent;
    height: 40px;
    font-size: 14px;

}

.form-control:focus{
    background-color: initial;
    box-shadow: none;
    color: var(--theme-color1);
}
span.error{
    position: absolute;
    top: 50%;
    right: 15%;
    color: var(--theme-color1);
    text-align: right;
}
i.theme-icon{
    width: 20px;
    height: 20px;
    background: #ffffff;
    display: inline-block;
}


footer p{
    color: #fff;
}

.autor-info p{
 
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin:0;
}
.catcard-item .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 10px 13px;
}

.card-hero {
    border-radius: 1rem;
}


@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

.feed.card-hero {
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--icon-color1);
    -webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
         animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.feed.card-hero img{
    width: 100%;
}
.card-hero::before {
  content: "";
  position: absolute;
  inset: 0; 
  background: linear-gradient(0deg, rgb(0 0 0 / 91%) 0%, rgb(0 0 0 / 26%) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  border-radius: inherit;
}
.card-hero.feed::before {
    background: linear-gradient(236deg, rgb(0 0 0 / 91%) 0%, rgb(0 0 0 / 21%) 34%, rgba(0, 0, 0, 0) 100%);
}
.feed .icon{
    position: absolute;
    right: 10px;
    top:10px;
    z-index: 9;
    color: var(--bs-white);
}

.card-hero img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card-hero figcaption {
  z-index: 2;
}
.card-hero h5 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
}

.card-hero h6{
    font-weight: 600;
    font-size: 2rem;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
}

.card-hero p{
 
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ffffff;
    margin:0;
}



.card-categoria::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(62deg, rgb(0 0 0 / 91%) 0%, rgb(0 0 0 / 26%) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    border-radius: inherit;
}

.card-categoria img:hover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-categoria figcaption {
    z-index: 2;
    padding-left: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.card-categoria figcaption h5{
 
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: 0;
    vertical-align: middle;
}

/*Internas Noticias*/
.topo-destaque {
  position: relative;
  overflow: hidden;
}

.topo-destaque figure {
  margin: 0;
  position: relative;
  height: 100%;
}

.topo-destaque figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.6));
  z-index: 1;
}

.topo-destaque img {
  width: 100%;
  height: auto;
  display: block;
}

.content-video h4 {
    color: #cc0001;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 1px;
}

.topo-destaque .conteudo {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: 2rem 0;
}

.topo-destaque .conteudo .container {
  color: #fff;
}

.topo-destaque h1{
 
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 140%;
    letter-spacing: 0%;

}

.post-content p{
 
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}


/*SeachModal*/

.modal.search-box-page {
    --bs-modal-bg: #fff;
    width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.search-box-page .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.search-box-page .modal-content {
  border-radius: 0;
  flex: 1 1 auto;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.5rem;
}


.input-icon{
    width: 100%;
}

.input-icon i.theme-icon{
    background: var(--icon-color3);
    position: absolute;
    top: 15px;
    left: 10px;
    width: 22px;
    height: 22px;
}

.search-input {
    padding: 14px 10px 14px 40px;
    border-radius: 14px;
    border: 1px solid #0E1013;
    color:var(--theme-color1);
}


.recent-search li,
.popular-tags .badge {
  font-size: 0.875rem;
}

.popular-tags .badge {
  background-color: #f1f1f1;
  margin: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
}

.popular-tags .badge.active {
  background-color: #dbeafe;
  color: #2563eb;
}

.list-news .card {
  border: none;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.img-thumb-2 {
    width: 40%;
    box-shadow: 10px -10px 0px 0px #cc0001;
    transition: ease-in-out .1s;
}

.img-thumb-2:hover {
    width: 42%;
    transition: ease-in-out .1s;
}



.list-news .card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 0.75rem;
}

.btn-close-search {
  font-size: 1.5rem;
  background: none;
  border: none;
  color: #000;
}
.feed .btn-default{
    font-size: 1rem;
    padding: 3px 14px;
    min-width: auto;
    border-radius: 0!important;
    color: var(--bs-white);
    background: var(--icon-color2)!important;
    -webkit-animation: tilt-in-bottom-2 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: tilt-in-bottom-2 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.text-white {
    color: #fff;
    position: relative;
    top: 1em;
}

.feed .btn-default.none-item{
   display: none; 
}
.feed:hover .btn-default.none-item{
   display: block; 
}


@-webkit-keyframes tilt-in-bottom-2 {
  0% {
    -webkit-transform: rotateY(-30deg) translateY(300px) skewY(30deg);
            transform: rotateY(-30deg) translateY(300px) skewY(30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
            transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
@keyframes tilt-in-bottom-2 {
  0% {
    -webkit-transform: rotateY(-30deg) translateY(300px) skewY(30deg);
            transform: rotateY(-30deg) translateY(300px) skewY(30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
            transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}




@media (min-width: 1500px) {

}

.logo-info img{
    width: 250px;
    height: auto;
}
@media (max-width: 992px){
    .feed .btn-default{

        font-size: 0.6rem;
        width: 100%;
        padding: 0;

    }
    .logo-info img{
    width: inherit;
}
    .info-site{
            margin-top: 20px;
    }
    .logo-info{
        text-align: center;
    }

    .info-site h5{
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 6px;
    }

    header ul.navbar-nav > li > a {
        color: var(--theme-color1);
        font-weight: 800;
    }

    .mobile-backdrop {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 1040;
      display: none;
      transition: opacity 0.3s ease;
    }

/* Mostra o backdrop */
    .mobile-backdrop.show {
      display: block;
    }

/* Travar o scroll (compatível com iOS) */
body.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  touch-action: none;
}

.modal.search-box-page{
    width: 100%;
}

 .search-box-page.modal{
    z-index: 9999;
 } 
 .search-box-page .modal-dialog {
      max-width: 500px;
      margin: 0!important;
      height: auto;
    }

  .search-box-page .modal-content {
    border-radius: 0!important;
    height: auto;
  }
    
    .card-hero h6 {
        font-size: 1rem;
    }

    .post-content{
        position: relative;
        top: -21px;
        background: #ffffff;
        border-radius: 18px;
        z-index: 90;
    }

     .topo-destaque .conteudo {
        align-items: flex-end;
        padding: 1rem;
        bottom:21px;
      }

    .card-hero {
        border-radius: 1rem;
    }

    a.navbar-brand {
        margin: 8px 25px 8px 6px;
        padding-left: 12px;

        padding-bottom: 10px;
    }
    .info-site a{
        font-size: 0.9rem;
    }
    .section-default {
        min-height: 325px;
    }
    .card-title-home-cat{
           -webkit-line-clamp: 3;
    }
    .card-news{
        max-width: initial!important;
        width: 100%;
    }
    .input-border .form-control {
        height: 40px;
    }
    .menu {
        height: 70px;
        align-items: center;
    }
    .btn-default{
        width: 100%;
        margin-bottom: 10px;
    }
    .btn-light-blue,.btn-light-blue:hover,
    .btn-light-blue:focus,
    .btn-light-blue:active{
        height: auto;
    }
    .dropdown-menu[data-bs-popper]{
        margin-top: 0!important;
    }
    header .navbar-toggler, header .navbar-toggler:focus, header .navbar-toggler:active{
        outline: none;
        box-shadow: none;
        border:none;
        padding: 0;
    }
    header .navbar-toggler:not(.collapsed) .navbar-toggler-icon{
        background: url("../../imagens/icones/close.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 2.6rem;
        height: 2.6rem;
        font-size: 0;
        background-color:none;
    }
    header .navbar-toggler .navbar-toggler-icon{
        background: url("../../imagens/icones/menu-default.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 2.6rem;
        height: 2.6rem;
        font-size: 0;
    }
    .navbar-toggler.collapsed{
        position: relative;
        top: 0;
        left: 0;
        z-index: 9999;
        width: auto;
        padding: 0;
    }
    .navbar-toggler:not(.collapsed){
         position: fixed;
        top: 20px;
        right: 13px;
        z-index: 999999999;
        background: none;
        transition: 500ms ease-in-out;
    }
    header .navbar-nav {
    background: var(--theme-color2);
    position: absolute;
    top: 0;
    left: -15px;
    width: 85%;
    height: 100vh;
    padding: 6px 0px 125px 0px;
    z-index: 999;
    overflow-x: scroll;
    margin: 0;
    }
        header li.nav-item.border-mobile  {
            border-bottom: 1px solid;
        }
        header li.nav-item{
     position: relative;
    padding: 16px 10px;
    margin: 0px 24px;
        }

        header li.nav-item:before{
            content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            bottom: 0;
            background: var(--theme-color1);
         }
        header li.nav-item:after{
       content: "";
    position: absolute;
    left: -20px;
    width: 29px;
    height: 2px;
    bottom: 12px;
    background: var(--theme-color1);
    transform: rotate(62deg);
         }

    header .notifications.active .box-notifications {
        left: -140px;
    }

      #menu.show {
        transform: translateX(0); /* Move o menu para a posição visível */
    }
     #menu {
           transform: translateX(100%);
        transition: transform 0.2s ease-in-out;
        background: transparent!important;
        position: fixed;
        width: 90%;
        z-index: 9999;
        top: 0;
    }
    .navbar-toggler{
           transition: transform 0.4s ease-in-out; /* Suaviza a transição */
    }
    header .nav-link>*{
        width: 100%;
    }
    header .nav-link.active{
        color: var(--bg-btn-default)!important;
    }
    header .nav-link.active i.theme-icon{
        background: var(--bg-btn-default);
    }
    header .dropdown .nav-link::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
    .fmr {
        max-width: 100%;
    }

    .point-info{
        font-size:3.5rem!important;
    }
}

@media only screen and (max-width: 991px){
}

@media (min-width: 1024px) {
  .video-wrapper {
    max-width: 300px;
  }
}