.descriptionimage.mobile,
.imageDescritioncontainer.mobile {
  display: none;
}

.mobile {
  display: none;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: white;
}

.header .menu-icon .navicon {
  background: white;
}

@media only screen and (max-width: 1500px) {
  .descriptionTitle {
    font-size: 4rem;
    color: black;
    font-family: var(--font-noto);
    font-weight: 100 !important;
  }

  main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 10rem;
  }

  .textDescriptionContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 4rem 10rem 4rem 10rem;
  }
}

@media only screen and (max-width: 1280px) {
  main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 4rem;
  }
  .imageDescritioncontainer {
    width: 50%;
  }

  .lt-image {
    width: 55%;
    height: 100%;
  }

  .lastSectionHome {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    width: 100%;
    height: 110vh;
    padding: 5rem;
  }

  .textDescriptionContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 4rem 4rem 4rem 4rem;
  }
}

@media only screen and (max-width: 780px) {
  .footerContainer a {
    color: white !important;
    text-decoration: none;
  }
  main {
    display: flex;
    width: 100vw;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0rem;
  }

  .navContainer .logoImage {
    height: 30px;
  }
  .headerContainer {
    height: 15.4rem;
    padding: 0 20px;
  }

  .navContainer .navLinks,
  .navContainer .navButton {
    display: none;
  }
  .heroImageContainer {
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .textHeroImage {
    z-index: 3;
    width: 100vw;
    height: auto;
    font-size: 18px;
    color: white;
    text-align: center;
    font-family: var(--font-noto);
    font-weight: 300 !important;
    margin-top: 1rem;
    text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.6);
  }

  .heroDate {
    font-family: var(--font-noto);
    font-weight: 100;
    font-size: 50px;
  }

  .heroTitle {
    font-size: 50px;
    font-weight: 300;
    margin-top: 1rem;
    text-transform: uppercase;
  }

  .heroSubTitle {
    font-size: 50px;
    font-weight: 300 !important;
    font-family: var(--font-windSong);
    font-weight: 100;
  }

  /** read our story*/

  .descriptionContainer {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100%;
    padding-top: 0px;
  }

  .imageDescritioncontainer {
    width: 100%;
  }
  .descritionButton {
    justify-content: center;
  }
  .textDescriptionContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100vw;
    padding: 30px 20px 30px 20px;
  }

  .descriptionText {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  .descriptionTitle {
    margin-top: 0px;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 28px;
  }

  .descriptionSubTitle {
    font-size: 3em;
  }

  .descriptionimage {
    display: none;
  }

  .descriptionimage.mobile,
  .imageDescritioncontainer.mobile {
    display: block;
  }

  .imageDescritioncontainer.mobile {
    height: 700px;
  }

  .descritioncontent {
    gap: 20px;
    text-align: justify;
    width: 100%;
  }
  .descriptionSubTitle {
    padding-bottom: 20px;
  }

  .mobile {
    display: block;
  }

  /** agenda */
  .ourScheduleContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100vw;
    height: 100%;
    padding: 0rem 0rem;
    margin-top: 0rem;
  }
  .os-title {
    margin-top: 30px;
  }

  .os-title h1 {
    font-family: var(--font-noto);
    font-weight: 200;
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 33px;
  }

  .scheduleContainer {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }

  .scheduleItem img {
    height: 7rem;
    width: 50px;
  }
  .scheduleItem {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    height: 100%;
    gap: 30px;
    font-weight: 100 !important;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .os-hour {
    font-size: 18px;
    font-family: var(--font-noto) !important;
    text-transform: uppercase;
    width: 70px;
    line-height: 22px;
  }
  .os-description {
    text-align: justify;
    max-width: 100%;
    width: 400px;
    font-family: var(--font-lato) !important;
    font-size: 18px;
    line-height: 22px;
  }

  .os-buttom button {
    margin-top: 0;
    margin-bottom: 30px;
    min-width: 15rem !important;
  }

  /** outras infos **/
  .lastSectionHome {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    height: 100%;
    padding: 0 0 30px 0;
  }

  .lt-image {
    width: 100%;
    height: 600px;
  }

  /** ultima secção **/
  .lt-Container {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 0;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding-right: 30px;
    padding-left: 20px;
  }

  .lt-Container h2 {
    font-size: 30px;
    margin-bottom: 13px;
  }

  .lt-Container p {
    font-size: 18px;
    text-align: justify;
    max-width: 100%;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .footerContainer {
    height: 40px;
  }

  /*** contador **/
  .countDonwContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100vw;
    height: 100%;
    text-align: center;
  }

  .countDonwContainer h1 {
    font-size: 50px;
    color: black;
    font-family: var(--font-windSong);
    font-weight: 100;
    margin-top: 30px;
  }

  #countdown {
    display: flex;
    justify-content: center;
    gap: 0;
    font-family: var(--font-noto);
    font-size: 50px;
  }

  #countdown small {
    display: block;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 300 !important;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 480px) {
  .heroDate {
    font-family: var(--font-noto);
    font-weight: 100;
    font-size: 30px;
  }

  .heroTitle {
    font-size: 30px;
    font-weight: 300;
    margin-top: 1rem;
    text-transform: uppercase;
  }

  .heroSubTitle {
    font-size: 30px;
    font-weight: 300 !important;
    font-family: var(--font-windSong);
    font-weight: 100;
  }

  .descriptionText {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  .descriptionTitle {
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 22px;
  }

  .descriptionSubTitle {
    font-size: 3em;
  }

  .os-title h1 {
    font-family: var(--font-noto);
    font-weight: 200;
    font-size: 28px;
    margin-bottom: 0px;
    line-height: 32px;
  }

  .scheduleItem img {
    height: 5rem;
    width: 40px;
  }

  .scheduleItem {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    height: 100%;
    gap: 10px;
    font-weight: 100 !important;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .os-hour {
    font-size: 14px;
    font-family: var(--font-noto) !important;
    text-transform: uppercase;
    width: 40px;
    line-height: 18px;
  }

  .os-description {
    text-align: justify;
    max-width: 100%;
    width: 250px;
    font-family: var(--font-lato) !important;
    font-size: 14px;
    line-height: 18px;
  }

  .lt-image {
    width: 100%;
    height: 100%;
  }

  .lt-Container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lt-Container h2 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .lt-Container p {
    font-size: 14px;
    text-align: justify;
    max-width: 100%;
    margin-bottom: 20px;
    line-height: 18px;
  }

  .countDonwContainer h1 {
    font-size: 26px;
    color: black;
    font-family: var(--font-windSong);
    font-weight: 100;
    margin-top: 30px;
  }

  #countdown {
    display: flex;
    justify-content: center;
    gap: 0;
    font-family: var(--font-noto);
    font-size: 26px;
  }

  #countdown small {
    display: block;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 300 !important;
    text-transform: uppercase;
  }
}
