@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet");
p,
h1,
h2,
h3,
h4,
h5,
h6,
label,
a,
figcaption {
    font-family: 'Poppins', sans-serif;
    color: #fff;
}


body {background: linear-gradient(  #194210, #1E2F22,#1E2F22,#194210, #466033)
    }

    h1 {
        color: #fff;
        background: #809622;
        padding: 0 1rem;
        display: inline-block;
        border-radius: 5px;
    }
    
    h2 {
        font-weight: 600;
    }
    
    h3 {color: #fff}
    
    h4 {
        font-weight: 700;
    }
    
    h5 {
        color: #fff;
        background: #809622;
        padding: 0 1rem;
        display: inline-block;
        border-radius: 5px;
    }

    label {
        color: #000;
    }
    
    .line h5 { 
        background: #809622;
         display: inline;
        padding-left: 1rem;
    }
    
    .bg {
        width: 100%;
    }
    
    .menu {
        /* margin-top: -100px; */
    }
    
    .menu li {
        margin: .5rem 1rem;
    }
    
    .button {
        background: #809622;
        border-radius: 10px;
    }
    .editorial {
        background: #809622;
        border-radius: 10px;
    }
    
    .button:hover {
        background: #466033;
    }
    
    .feature-y {
        padding: 3rem 0;
    }
    
    .palest {}
    
    footer {
        background: #fff;
        padding: 6rem;
    }
    
    footer p {
        background: #fff;
        padding: 1rem;
        font-size: .8rem;
    }
    
    .line {
        border-top: solid 1px #809622;
    }
   



    


    /* Seção Agenda */
.agenda-section {
  text-align: center;
  text-color: #000;
  padding: 2rem;
 color: white;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.agenda-title {
  font-size: 2rem;
  font-weight: bold;
  background: #809622;
  color: #1e4119;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.agenda-subtitle {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

/* Carousel */
.carousel-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  margin: auto;
}

.carousel-container {
  display: flex;
  gap: 16px;
  transition: transform 0.5s ease-in-out;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 1rem;
  margin: auto;
}

.carousel-container::-webkit-scrollbar {
  display: none;
}

/* Card */
.event-card {
  flex: 0 0 400px;
  background: #1f2d1d;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(126, 100, 100, 0.4);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: start;
  border: 1px solid #999;
}

.event-header {
  background: #809622;
  color: #fff;
  padding: 0.5rem;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  text-align: center;
}

.event-thumb {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.event-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0.5rem 0;
  color: white;
}

.event-desc {
  font-size: 0.8rem;
  margin-bottom: 1rem;
  color: white;
  flex-grow: 1;
}

.event-btn {
  background: #c6d800;
  color: #111;
  padding: 0.6rem 1rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}

/* Setas */
.arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.137);
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0 0 10px #00000032;
}

.arrow.left {
  left: 0.5rem;
}

.arrow.right {
  right: 0.5rem;
}

/* Responsividade */
@media (max-width: 800px) {
  .event-card {
    flex: 0 0 95%;
  }
  
  .arrow {
    font-size: 1.5rem;
    padding: 0.4rem 0.8rem;
  }
}

      





    

    
    /* Grow */
    
    .hvr-grow {
        display: inline-block;
        vertical-align: middle;
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        transition-duration: 0.3s;
        transition-property: transform;
    }
    
    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
        transform: scale(1.1);
    }
    
    iframe {
        overflow-y: hidden;
        height: 590px;
        width: 640px;
        margin-top: 3rem;
    }
    
    
    /* mobile */
    
    @media only screen and (max-width: 40em) 
    {
        .line h5 {
            display: block;
            padding: 0 2rem;
            font-size: 1.5rem;
            text-align: center;
        }
        .button {
            width: 100%;
        }
        iframe {
            overflow-y: hidden;
            height: 590px;
            width: 320px;
            margin-top: 3rem;
        }}
        