*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: orange;
    p{
        color: #333;
    }
}
.carousel-caption{
    height: 100%;
}
h2{
    text-align: center;
    font-size: 50px !important;
}


section{
    display: grid;
    place-items: center;
    align-items: center;
    min-height: 100vh;
    margin-top: 50PX;
    .section-Parceiros{
        min-height: 200vh !important;
        margin-bottom: 50px !important;
    }
    
}


.hidden{
    opacity: 0;
    filter: blur(15px);
    transform: translateX(-30%);
    transition: all 2s;
}

.show{
    opacity: 1;
    filter: blur(0px);
    transform: translateX(0);
    transition: all 2s;
 
}

.carousel-img{
    filter: brightness(30%);
}
.texto-centro{
    margin-top: 30%;
}

h1{
    text-align: justify;
    text-justify: inter-word;
}
p{
    text-align: justify;
    text-justify: inter-word;
}

h2{
    text-align: justify;
    text-justify: inter-word;
}
h3{
    text-align: justify;
    text-justify: inter-word;
}
h4{
    text-align: justify;
    text-justify: inter-word;
}

.icon{
    width: 70%;
}
a{
    text-decoration: none !important;
    color:black !important
  }

  .imggrande{
    height: 600px;
    overflow: hidden;
  }
  body {
    font-family: 'Poppins', sans-serif;
}
.navbar-brand {
    font-weight: 600;
    font-size: 1.2rem;
}
.nav-link {
    font-weight: 400;
    size: 3rem;
}
.h3-link{
opacity: 1 !important;
color: grey;
}

.icon-zap {
    position: fixed;
    width: 50px;
    bottom: 10px;
    right: 10px;
    z-index: 1000; /* Garantir que o ícone fique acima de outros elementos */
  }

  .parceiros{
    a{
        width: 49% !important;
        gap: 10px;
        padding: 5px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        
        box-shadow: 10px 5px 5px rgb(0 0 0 / 20%);;

        img{
           width: 200px !important;
            height: 200px !important;
        }

        p{
            font-size: 14px;
            color: #333;
            line-height: 1.4;
            margin: 5px 10px;
        }
    }

  }
 
  .dadosEmpre{
    display: flex;
    flex-direction: row;
    .contatos{
        display: flex;
        flex-direction: column;  
        width: 50%;
        padding: 15px;

    p{
        display: flex;
        gap: 10px;
        color: #333;
        img{
            height: 25px;
        }
    }
      }
    .mapa{
        padding: 15px;
        width: 50%;
    
    }
  }
  
  footer{
    
    p{  
        margin: 0px;
        color: rgb(235, 233, 229);
    }
  }

  @media (max-width:600px){

    .parceiros{
        display: flex;
        justify-content: center;
        padding: 20px;
        a{
            flex-direction: column;
        width: 80% !important;
        }
    }     
    .dadosEmpre{
        flex-direction: column;
        .contatos{
            width: 100%;
        }
        .mapa{
            width: 100%;
        }
    }

    .carousel-item{
        
        img{
            height: 70vh !important;
            z-index: 0;
        }
    }
    .carousel-caption{
        z-index: 99999999;
        height: 70%;
        *{
            font-size: 80% !important;
        }
    }
    .carousel-inner{
        height: 70vh;
    }
    .imagens-slide{
        height: 80vh !important;;
    
    }
    .texto-soberano{
        font-size: 180% !important;
    }
}

.imagens-slide{
    width: 100vw !important;
    height: 100vh;
    z-index: 1;
    filter: brightness(30%);
    position: absolute;
    transition: all 2s;

}
.texto-soberano{
    word-break: break-all;
    z-index: 2;
    padding: 5%;
    opacity: 100%;
    color: white !important;
}   

.inv{
    opacity: 0;
    pointer-events: none;
}
