@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.color{
    color: rgb(0, 255, 0);
}
.geralHeader{
    padding: 20px;
}

header {
    height: 13vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.253);
    border-radius: 20px;
    color: white;

}

.logoAndTitle {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.logoAndTitle img {
    height: 100%;
}

.menu {
    display: flex;
    gap: 20px;
    margin-right: 20px;
    
}

.menu a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: color 0.3s;
}

section {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 87vh;
    align-items: center;
    font-weight: bold;
}

.titulo{
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    gap: 20px;
    font-size: 6rem;
    color: white;
}

.titulo h1{
    font-size: 8.5rem;
}

.menuResponsivoButton{
    display: none;
}
.menuResponsivo {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: rgb(199, 255, 96);
    padding: 30px;
    border-radius: 10px 0 0 10px;
    font-size: 1.2rem;
    gap: 20px;
    z-index: 999;
    box-sizing: border-box;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(.77,0,.18,1), opacity 0.3s;
    
}
.menuResponsivo a{
    color: black;
    text-decoration: none;
    font-weight: bold;
}
.buttonClose{
    align-self: flex-end;
    font-size: 1.5rem;
    cursor: pointer;
}

.swiper {
    margin-bottom: 30px;
    width: 100%;
    max-width: 1200px;
    border-radius: 16px; 
}

main .title{
    text-align: center;
    margin: 20px 0;
    font-size: 2.5rem;

}
.card-wrapper{
    display: flex;
    justify-content: center;
    max-width: 1300px;
    margin: 0 60px 35px;
    padding: 20px 10px;
    overflow: hidden;
}

.card-list .card-item .card{
    height: 400px;
    width: 100%;
    user-select: none;
    display: block;
    background-color: rgba(5, 129, 5, 0.705);
    padding: 18px;
    border-radius: 12px;
    color: white;
}

.card-list .card-item .Card-Image{
    height: 60%;
    width: 100%;
    border-radius: 12px;
}

.card-list .card-item .card p{
    margin-bottom: 100px;
}

.swiper-button-prev{
    color: green;
}
.menuResponsivo.active{
    position: fixed;
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.4s cubic-bezier(.77,0,.18,1), opacity 0.3s;
    display: flex;
}


.mainCards{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(202, 255, 142, 0.705);
}
.mainCards h2{
    margin: 20px 0;
    font-size: 2.5rem;
    color: black;
}
.cards{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    
}

.card-{
    background-color: rgba(199, 255, 96, 0.705);
    padding: 20px;
    border-radius: 10px;
    width: 350px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    margin-bottom: 30px;
    height: 550px;
    
}

.card- .icon{
    display: flex;
    justify-content: center;
    align-items: center;
}

.card- img{
    width: 40%;
    border-radius: 10px;
    margin-bottom: 15px;
}
.card- h3{
    margin-bottom: 10px;
    color: black;
    display: flex;
}
footer {
    background: #222;
    color: #fff;
    
    font-size: 15px;
}
.footer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}
.footer-section {
    flex: 1;
    min-width: 220px;
    margin: 10px;
}
.footer-section h3, .footer-section h4 {
    color: #4caf50;
    margin-bottom: 10px;
}
.footer-section a {
    color: #4caf50;
    text-decoration: none;
    margin-right: 8px;
}
.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 10px;
    font-size: 14px;
}

.hidden {
    opacity: 0;
    filter: blur(15px);
    transform: translateX(-100%);
    transition: all 1s;
}

.show {
    opacity: 1;
    transition: all 1s;
    filter: blur();

    transform: translateX(0);
}

.gearl :nth-child(1) {
    transition-delay: 100ms;
}
.gearl :nth-child(2) {
    transition-delay: 400ms;
}
.gearl :nth-child(3) {
    transition-delay: 600ms;
}

.gearl :nth-child(4) {
    transition-delay: 600ms;
}
.cards :nth-child(1) {
    transition-delay: 200ms;
}
.cards :nth-child(2) {
    transition-delay: 400ms;
}

.c{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(202, 255, 142, 0.705);
    padding: 20px;
    width: 60%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    margin-bottom: 30px;
    border-radius: 30px;
}

.form form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
}


.inputBox {
    height: 40px;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    background-color: transparent;
    border: #4caf50 2px solid;
}

.Mensagem {
    height: 100px;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    background-color: transparent;
    border: #4caf50 2px solid;
    resize: none;
}

.btnEnviar{
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: none;
    background-color: #4caf50;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.btnScrollTop{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #4caf50;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.3s;
    z-index: 2;
}