:root {
    --cor-azul: #3498db;   /* Azul */
    --cor-cinza: rgb(211, 211, 211);      /* Cinza claro */
    --cor-cinzaEscuro: #333;         /* Cinza escuro */
    --indexcolor: #191970;
    --accent-color: #2424a0;

    --bs-gutter-x: 5rem;

  }

:root{
    --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

*{
    overflow-x: none;
}

body{
    overflow-x: none;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}
/* -------------------------------------
Nav bar
---------------------------------------*/
.header{
    background-color: var(--cor-cinza);
    margin: 0px;
}
.logo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 0px 110px;
    padding: 0px;
}
nav{
    background-color: var(--cor-cinza);
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    margin: 0px !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.ul{
    display: flex;
    text-decoration: none;
    padding: 5px;
    list-style: none;
    text-align: center;
    margin: 5px 70px 5px 0px;
}
.nav-li{
    padding: 20px;
    font-size: 22px;
}

.menu-bar{
    display: inline;
    color: #1b1b8b;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    transition: 0.1s;
    display: inline;
    white-space: nowrap;
}
.menu-bar:hover{
   background-color:none;
   color:  rgb(15, 15, 139); 
   text-decoration: none;
   border-top: 3px solid #191970;
   border-bottom: 3px solid #191970;
}
.menu-bar:active{
    border-top: 3px solid #191970;
    border-bottom: 3px solid #191970;
 }

.menu-hamburguer {
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin: 0px;
    justify-content: end;

}
.menu-hamburguer span {
    width: 30px;
    height: 3px;
    background: #1e1e8b;
    margin: 4px 0;
    transition: 0.4s;
}

.content{
    justify-content: center;
    text-align: center;
    margin: 0px;

}
.imag{
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    width: 260px !important;
    height: 70px !important;
    margin: 10px !important;
}

.ul.active {
    display: flex;
}


.img-ajustada {
    max-width: 730px; 
    height: 700px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    animation: up-down 2.4s ease-in-out infinite alternate-reverse both;
}

.imge-ajustada{ 
    order: 2;
    max-width: 900px; 
    height: 800px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
}

  @keyframes up-down {
    0% {
      transform: translateY(5px);
    }
  
    100% {
      transform: translateY(-5px);
    }
  }
  

.buttn{
    background-color: var(--accent-color);
    color: white;
    border: 0;
    border-radius: 8px;
    padding: 0px 5px 0px 5px;
    width: 150px;
    height: 49px;
    font-size: 15px;
    margin: 5px 19px 0px 5px;
}

.buttn:hover{
    background-color: white;
    color: #222297;
    border: 0.5px solid #4141b1;;
}

@media screen and (min-width: 1441px) and (max-width: 1680px){
    .imge-ajustada{ 
        max-width: 730px; 
        height: 700px;
        padding-right: 0px;
        padding-top: 20px;
    }
    .img-ajustada {
        max-width: 650px; 
        height: 700px;
        padding-right: 30px;
        padding-top: 20px;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1440px){
    .imge-ajustada{ 
        max-width: 600px; 
        height: 580px;
        padding-right: 0px;
        padding-top: 20px;
    }
    .paragrafo_1 .paragrafo_2{
        font-size: 18;
    }
    .paragrafo_3 {
        font-size: 18rem;     
    }
    .img-ajustada {
        max-width: 500px; 
        height: 590px;
        padding-right: 30px;
        padding-top: 20px;
    }
    .Class-especial{
        padding-top: 30px !important;
    }
    

}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .nav-li{
        padding: 10px 20px 10px 20px !important;
        font-size: 18px !important;
    }
    .section-especial{
        display: flex;
        height: auto;
    }
    .img-especial{
        height: 400px !important;
        width: 100% !important;
        padding-top: 0px;
        padding-right: 0px;
        
        
        
    }
    .imge-ajustada{
        order: 1;
        width: 100%; 
        max-width: 100%; 
        height: auto;
        padding-right: 0px;
        padding-bottom: 5px;
    }

    .img-ajustada {
        height: 100%;
        width: 100%;
        animation: none;
        padding-right: 0px;
    }

    .logo{
        margin: 0px 0px 0px 30px;
        padding: 0px;
    }

    .imag{
        padding-top: 10px !important;
        padding-bottom: 0px !important;
        width: 220px !important;
        height: 62px !important;
        margin: 10px !important;
    }
    
    .menu-hamburguer {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 30px 5px 0px;
    }
    nav{
        background-color: var(--cor-cinza);
        padding: 0px 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 8px 0px 8px 0px;
        text-align: left;
    }
    .ul {
        position: absolute;
        top: 67px;
        left: 0;
        width: 100%;
        background: var(--cor-cinza); /* Fundo do menu */
        flex-direction: column;
        justify-content: start;
        align-items: left;
        text-align: left;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        z-index: 9999; 
        display: none; 
    }
    .ul.active {
        display: flex;
        margin: 0px;
        padding: 0px 0px 15px 0px;
    }
    .Class-especial{
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .section-especial{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section-normal {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .container-p3 {
        flex: 1;
        display: flex;
        flex-direction: column;
        font-size: 15px;
    }
    .paragrafo_especial{
        font-size: 30px !important;     
    }
}

/* Estilos para telas menores */
@media screen and (min-width: 250px) and (max-width: 767px){
    .nav-li{
        padding: 10px 20px 10px 20px !important;
        font-size: 18px !important;
    }
    .section-especial{
        display: flex;
        height: auto;
    }

    .texto .sub_titulo{
        font-size: 1.5em !important;
        font-weight: 300 !important;
        max-width: 100% !important;
    }

    .img-ajustada {
        height: 100%;
        width: 100%;
        padding-top: 20px;
        animation: none;
    }

    .logo{
        margin: 0px 0px 0px 0px;
        padding: 0px;
    }

    .imag{
        padding-top: 10px !important;
        padding-bottom: 0px !important;
        width: 216px !important;
        height: 60px !important;
        margin: 10px !important;
    }
        
    .menu-hamburguer {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 20px 5px 0px;
    }
    nav{
        background-color: var(--cor-cinza);
        padding: 0px 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 8px 0px 8px 0px;
        text-align: left;
    }
    .ul {
        position: absolute;
        top: 67px;
        left: 0;
        width: 100%;
        background: var(--cor-cinza); /* Fundo do menu */
        flex-direction: column;
        justify-content: start;
        align-items: left;
        text-align: left;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        z-index: 9999; 
        display: none; 
    }
    .ul.active {
        display: flex;
        margin: 0px;
        padding: 0px 0px 15px 0px;
    }
    .Class-especial{
        display: flex;
        flex-direction: column-reverse;
        margin: 0px auto 0px auto !important;
        padding: 0px 10px 30px 10px !important;
        gap: 0px;
    }
    .section-especial{
        display: flex;
        flex-direction: column;
        height: 380px !important;
        
    }
    .section-normal {
        display: flex;
        flex-direction: column;
        margin: 0px auto 0px auto !important;
        padding: 0px 10px 30px 10px !important;
        gap: 0px;
    }
    .container-p3 {
        flex: 1;
        display: flex;
        flex-direction: column;
        font-size: 15px;
    }
    .paragrafo_especial{
        font-size: clamp(21px, 3vw, 1.4em) !important; 
        max-width: 100% !important; 
    }
    
    .imge-ajustada{
        width: 100%; 
        max-width: 100%; 
        height: 490px;;
        padding-right: 0px;
    }
    .img-especial{
        height: 390px !important;
        width: 100% !important;
        padding-top: 20px
    }
    .Card_p{
        max-width: 100% !important;
        font-size: 18.5px !important;
        padding-bottom: 10px;
    }

    .buttn{
        padding: 0px 5px 0px 5px;
        width: 150px;
        height: 45px;
        margin: 5px auto 5px auto;
    }

    .banner-btn{
        display: flex !important;
        flex-direction: column !important;
        margin: auto !important;
    }

    .footer{
        padding: 0px;
        margin: 0px;
        font-size: 14px !important;
    }

    .cascata {
        font-size: 1.5rem !important;
    }

    .img-especial img {
        width: 100% !important;
        height: 430px;
    }

    .paragrafo_1, .paragrafo_2, .paragrafo_3{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*form {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    margin: 0 auto;
}

form label {
    margin-top: 10px;
}

form input, form textarea, form button {
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

form button {
    background-color: #a6a6dd;
    color: #0b0b92;
    border: none;
    cursor: pointer;
}

form button:hover {
    background-color: var(--cor-cinza);
    color: #191970;
}*/


/* ----------------------------------
Seção de contacto 
-------------------------------------*/
.contact {
    background-color: rgb(255, 255, 255);
    padding: 40px 0;
}

.contact .container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

/* Colunas lado a lado */
.contact .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.contact .col-lg-6 {
    flex: 1;
    max-width: 48%;
}

.contact .info {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    margin-right: 0px;
    height: 440px;
    width: 520px;
}

.contact .info h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.contact .info ul {
    padding: 0;
    list-style: none;
}

.contact .info ul li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #555;
}

/* Estilização dos ícones */
.info ul {
    list-style: none;
    padding: 0;
}

.info ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.info ul li i {
    font-size: 20px;
    color: var(--accent-color);
    margin-right: 10px;
}

.loctitle{
    color: #3b3939;
    padding: 0px;
    margin: 20px 0px 20px 0px;
}


/* Estilização do formulário */
.contact form {
    background: #fff;
    padding: 15px 40px 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    width: 520px;
}

.contact form input,
.contact form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.contact form input:focus,
.contact form textarea:focus {
    border: 1px solid #1e1ea8; 
    outline: none; 
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.contact form button {
    background-color: var(--indexcolor);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s;
}
    
.contact form button:hover {
    background-color: var(--accent-color);
}

@media screen and (min-width: 1025px) and (max-width: 1260px){
    
    .contact form {
        margin-left: 10px;
        margin-right: 80px;
        width: 475px;
    }

    .contact .info {
        margin-left: 80px;
        width: 400px;
    }
    .contact .row {
        gap: 30px;
    }

}

@media (max-width: 1024px){
    .contact .col-lg-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .contact .row {
        flex-direction: column;
        gap: 0;
    } 
    .contact form {
        margin: auto;
        padding: 15px 40px 15px 20px;
        width: 620px;
    }

    .contact .info {
        padding: 20px 30px 20px 30px;
        margin:  0px auto 40px auto;
        height: 380px;
        width: 620px;
    }

}


@media screen and (min-width: 425px) and (max-width: 767px){
    .contact .col-lg-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .contact .row {
        flex-direction: column;
        gap: 0;
    } 
    .contact form {
        margin: auto;
        padding: 15px 40px 15px 20px;
        width: 360px;
    }

    .contact .info {
        padding: 20px 30px 20px 30px;
        margin:  0px auto 40px auto;
        height: 380px;
        width: 360px;
    }
}
@media screen and (min-width: 424px) and (max-width: 600px){
    .img-especial img {
        width: 100%;
        height: 400px !important;
    }
}

@media screen and (min-width: 297px) and (max-width: 423px){
    .nav-li{
        padding: 10px 20px 10px 20px !important;
        font-size: 18px !important;
    }

    .contact .col-lg-6 {
        max-width: 100%;
        flex: 0 0 100%;
        margin: auto;
    }

    .imge-ajustada {
        width: 100%;
        max-width: 100%;
        height: 400px;
        padding-right: 0px;
    }

    .contact .row {
        flex-direction: column;
        gap: 0;
    } 
    .contact form {
        margin: auto;
        padding: 15px 40px 15px 20px;
        width: 220px;
    }

    .contact .info {
        padding: 20px 30px 20px 30px;
        margin:  0px auto 40px auto;
        height: 380px !important;
        width: 220px;
    }

    .texto .sub_titulo{
        font-size: 1.5em !important;
        font-weight: 300 !important;
        max-width: 100% !important;
    }

    .g-recaptcha {
        transform: scale(0.8) !important; 
        transform-origin: 0 0 !important; 
    }

    .banner-btn{
        display: flex !important;
        flex-direction: column !important;
        margin: auto !important;
    }

    .img-especial img {
        width: 100%;
        height: 380px !important;
    }

    .imag{
        padding-top: 10px !important;
        padding-bottom: 0px !important;
        width: 200px !important;
        height: 48px !important;
        margin: 10px !important;
    }
}

/*----------------------------------
    Footer 
 ----------------------------------*/

 .footer {
    background: #f2f3f3;
    color: #5f5d5d;
    padding: 40px 0 20px;
    font-family: Arial, sans-serif;
    border-top: 1px solid #f0ebeb;
}

.footer .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column; 
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center; 
}

  .footer_img{
    max-width: 75%;
      padding-bottom: 20px;
  }
  .footer-col {
    flex: 1 1 220px;
  }
  
  .footer-col h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  
  .footer-col ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-col ul li {
    margin: 10px 0;
  }

  .footer-col ul li i {
    font-size: 18px;
    color: var(--accent-color);
    margin-right: 10px;
}
  
  .footer-col ul li a {
    color: #5f5d5d;
    text-decoration: none;
  }
  
  .footer-col ul li a:hover {
    color: #777474;
  }
  
  .social-links a {
    color: #333;
    margin-right: 10px;
    font-size: 20px;
    transition: color 0.3s;
  }
  
  .social-links a:hover {
    color: #777474;
  }
  
  .footer-col form {
    display: flex;
    flex-direction: column;
  }
  
  .footer-col input[type="email"] {
    padding: 8px;
    border: none;
    margin-bottom: 10px;
    border-radius: 3px;
  }
  
  .footer-col input:focus{
      border: 1px solid var(--accent-color); 
      outline: none; 
      box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }
  
  
  .footer-col button:hover {
    background:  #287b83;
  }
  
  .footer-bottom {
    width: 100%;
    text-align: center;
    margin-top: auto; 
    padding-top: 15px;
    font-size: 14px;
    border-top: 1px solid #444;
    color: #000;
}
  .footer_a{
      color: #000;
      text-decoration: none;
  }
  
  .footer_a:hover{
      text-decoration: underline;
      color: #000;
  }
/*.footer{
    padding: 10px;
    text-align: center;
    margin-top: 0px;
    background-color: var(--cor-cinza);
    border-top: 8px;
    margin-bottom: 0px !important;
    color: #191970 ;
    font-size: 16px;
    max-width: 100%;
    padding-bottom: 0px !important;
}*/

a{
    text-decoration: none;
    color: #191970;
}
a:hover{
    text-decoration: underline;
    color:  #161681;
}
h2{
    margin-top: 20px;
}
.paragrafo{

    margin-bottom: 0px;
}

.p{
    margin: 0px;
    padding: 5px;
}
.h2{
    margin: 0px;
    padding: 5px;
}
.jutify{
    padding-top: 500px;
    margin-top: auto;
    text-align: center;
    justify-content: center;
}
.conteudo{
    height: 100%;

}
.contentor{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Card{
    padding-top: 30px;
    flex: 1;
    width: 100%; 
    text-align: center;
    font-size: 24px;
}
.Card_p{
    max-width: 60%;
    align-self: center;
    margin: auto;
    font-size: 30px;
    line-height: 150%;
    padding-bottom: 50px;
}
.image{
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../img/fundo.jpg');
    height: 300px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px;
    padding: 0px;
}
.Class-especial{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto 0px auto !important;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    gap: 30px;

   
}


.Class-especial h2{
    font-size: 40px;
}

.P-especial{
    order: 1;
    flex: 1;
    height: 100%;
    max-width: 100%; 
    text-align: justify;
    font-size: 18px;
    line-height: 150%;
    color: #615f5e;
    padding-bottom: 30px;
}


.img-especial{
    flex: 1;
    padding-right: 0px;
    width: 100%; 
    max-width: 800px; 
    height: auto;
}
.img-especial img {
    width: 100%; 
    height: 550px;
    object-fit: cover;    
}
.section-especial{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0.25, 0, 0.255);
    margin: 10px;
    padding: 10px;
    height: 500px;
    background-attachment: fixed;
}
.paragrafo_especial{
    justify-content: center;
    text-align: justify;
    align-items: center;
    max-width: 60%;
    font-size: 2.2rem;
    line-height: 150%;
    color: white;
    font-weight: 600;
    text-shadow: 0.5px 0.5px 0px black;
   background-color: rgba(0, 0.25, 0, 0.255);
}
#img{
    background-image: url('../img/fundo.jpg');
    background-size: cover;
    background-position: right center;
}

/*.section-normal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    margin: 10px;
    padding: 10px;
    gap: 5px;
    height: 450px;
}
.paragrafo_3{
    flex: 1;
    height: 80%;
    max-width: 80%; 
    text-align: justify;
    font-size: 18px;
}
.btn-p3{
    
}
*/


.section-normal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    margin: 0px auto 0px auto !important;
    padding: 40px var(--bs-gutter-x, 0.75rem) 30px var(--bs-gutter-x, 0.75rem);
    gap: 30px;
}
.container-p3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 100%;
    height: 100%;
}
.paragrafo_3 {
    text-align: justify;
    font-size: 17.5px;
    margin-bottom: 20px;
    padding-top: 20px;
    line-height: 150%;
    color: #464545;
}
.btn-p3 {
    align-self: flex-start; /* Alinha o botão à esquerda */
    padding: 10px 20px;
    background-color: #191970;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition:  0.3s ease-in;
}
.btn-p3:hover {
    background-color: #2525a0;
}

/*--------------------------------------------------------------
# index
--------------------------------------------------------------*/

.banner{
    min-height: 100vh;
    height: auto;
    background: linear-gradient( rgba(0,0,0,0.281), rgba(0,0,0,0.308)),url('../img/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.texto .titulo{
    color: #fff;
    font-size: 2.9em;
    font-weight: 600;

}
.texto .sub_titulo{
    color: #fff;
    font-size: 1.8em;
    font-weight: 600;
    margin: auto;
    line-height: 150%;
    max-width: 60%;
}

.banner-btn{
    padding-top: 60px;
    padding-bottom: 40px;

}

.banner-btn button{
    font-size: 17px;
}

.contact-h2{
    padding-top: 20px;
    font-size: 30px;
    margin: 0 0 5px 0;
    margin-left: 60px;
} 

 /*#index{
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/background.jpg');
    height: 100vh;
    display: block;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
 }*/
  
/* Cascata */
.cascata-container {
    width: 100vw; 
    overflow-x: hidden; 
    position: relative;
    padding-bottom: 0px;
}



.cascata {
    display: inline-block;
    white-space: nowrap;
    animation: mover 60s linear infinite;  
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    font-family: var(--defaultfont);
    color: var(--indexcolor);
}

.cascata::after {
    content: attr(data-text); 
}

@keyframes mover {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/*-------------------------------
scroll To Top personalizado
---------------------------------*/
.novo-scroll-top {
display: none !important; /*---- Importante para não fazer confusão com CSS do bootstrap ----*/
position: fixed !important;
bottom: 20px !important;
right: 20px!important;
z-index: 999 !important;
background-color: var(--accent-color) !important;
color: white !important;
padding: 10px 15px !important;
font-size: 20px !important;
font-weight: bold !important;
border-radius: 5px !important;
text-align: center !important;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
cursor: pointer !important;
transition: opacity 0.3s, transform 0.3s !important;
}

.novo-scroll-top:hover {
background-color: color-mix(in srgb, var(--accent-color), transparent 20%) !important;
color: white !important;
}

.novo-scroll-top.active {
display: block !important; 
opacity: 1 !important;
}

/*-----------------------------
Estilo da Modal Lightbox 
------------------------------*/
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .lightbox-img {
    max-width: 80%;
    max-height: 80%;
    border: 2.8px solid white; 
    border-radius: 12px;
    transform: scale(1.1);
  }

  .lightbox-caption {
    color: white;
    margin-top: 10px;
    text-align: center;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
  }

  .gallery img {
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .gallery img:hover {
    transform: scale(2.1);
  }