/* GLOBAL */

:root {
  --hero-wrapper: 40vh;
} 

body {
  overflow-x: none;
}

/* HERO */

section.hero {
  height: 40vh;
  display: flex;
  align-items: center;
  margin-bottom: -45px;
}

.hero-wrapper {
  display: flex;
  align-items: center;
  height: var(--hero-wrapper);
  width: 80%;
  display: flex;
  /* height: 100%; */
  justify-content: center;
  /* margin: 0 auto; */
  height: 100%;
}

.hero-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: white;
  margin-bottom: 2rem;
}

.hero-text h2 {
  font-size: 3rem;
}

/* .sidepage-container {
  min-height: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 1rem;
} */

.dropdown-section {
  margin-bottom: 4px;
  border: 1px solid var(--color-1);
}

.dropdown-title {
  display: flex;
  align-items: center;
  padding: 10px;
  /* justify-content: space-between; */
  /* width: 50%; */
  /* background-color: #f1f1f1; */
  cursor: pointer;
}

.dropdown-title h3 {
  /* margin: 0 auto; */
  flex: 1;
  text-align: justify;
}

.simposio-content p {
  /* margin: 0 auto; */
  text-align: justify;
}

.dropdown-content {
  padding: 10px;
  display: none;
  /* margin: auto; */
  width: 95%;
  max-width: var(--max-width);
}

.dropdown-content img{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  margin: auto;
  width: 95%;
  height: 95%;
  max-width: 640px;
  max-height: 360px;
}

img.observatorio-image {
  width: 60%;
  max-height: 128px;
  max-width: 355px;
}

.dropdown-content p {
  margin: auto;
  text-align: justify;
}

.dropdown-title i {
  font-size: 1rem;
  color: var(--color-1);
}

.area-atuacao h3 {
  text-align: center;
}

.equipe-integrante {
  display: flex;
  justify-content: center;
  margin: 4rem auto;
}

.integrante-left {
  flex: 1;
  margin: auto;
}

.integrante-right {
  flex: 1;
  margin: auto;
}

.integrante-image, .integrante-titulo, .integrante-texto {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
}

.integrante-texto p {
  text-align: justify;
  width: 80%;
}

.ensino-title {
  display: flex;
  align-items: center;
  padding: 10px;
  /* justify-content: space-between; */
  /* width: 50%; */
  /* background-color: #f1f1f1; */
  cursor: pointer;
}

.ensino-title h3 {
  /* margin: 0 auto; */
  flex: 1;
}

#ensino-content {
  padding: 10px;
  display: none;
  /* margin: auto; */
  /* width: 100%; */
}

.dropdown-content p {
  text-align: center;
  /* width: 100%; */
  color: var(--color-1);
}

.ensino-content img{
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: auto; */
  /* width: 100%; */
}

.simposios {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* centers the flex items */
  gap: 1rem;
  margin-top: 2rem;
}

.simposio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 156px;
  width: 256px;
  /* padding: 1rem; */
  margin-bottom: 1rem;
  border: 1px solid var(--color-1);
}

.simposio a img {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  /* height: 80%; */
}

.simposio a h3 {
  /* width: 100%; */
  /* height: 20%; */
  margin: 0;
  text-decoration: none;
  font-weight: bold;
}
.simposio a {
  text-decoration: none;
}

#ensino-content{
  display: block;
}

.observatorio-texto {
  text-align: center;
}

.observatorio-texto p, .image-content {
  margin-bottom: 2rem;
}

.hero-wrapper {
  display: none;
}

.elevated-menu-small {
  position: relative;
  /* top: -30px; */
  z-index: 1;
  box-shadow: 1px 5px 8px rgba(0,0,0,0.2);
  width: 445px;
  /* min-width: 445px; */
  margin: 0 auto;
  /* z-index: 1000; */
}

@media screen and (max-width: 767px) {
  .hero-wrapper {
    display: flex;
  }

  .hero-text h2 {
    margin-top: 4rem;
    font-size: 3rem;
  }
}

 @media screen and (max-width: 414px) {

  .elevated-menu-items {
    display: flex;
    /* flex-wrap: nowrap; */
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    /* margin: 0; */
    padding-left: 0;
  }

  section.hero {
    height: 248px;
    display: flex;
    align-items: center;
    margin-bottom: -45px;
  }
  
  .hero-wrapper {
    display: flex;
  }

  .hero-text h2 {
    margin-top: 8rem;
    font-size: 2rem;
  }

  .dropdown-content h2 {
    font-size: 1rem;
  }

}

@media screen and (max-width: 455px) {
  .elevated-menu-small {
    position: relative;
    /* top: -30px; */
    z-index: 1;
    box-shadow: 1px 5px 8px rgba(0,0,0,0.2);
    width: 95%;
    margin: 0 auto;
    /* z-index: 1000; */
  }
  
  .elevated-menu-items {
    display: flex;
    /* flex-wrap: nowrap; */
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    /* margin: 0; */
    padding-left: 0;
  }
}

@media screen and (max-width: 855px) {
  h2 {
    font-size: 1rem;
  }

  .dropdown-content p {
    width: 100%;
  }
}