@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
body {
  background-color: #f2f2f2;
  padding: 0;
  margin: 0;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.bg-triceratops {
  background-image: url(assets/img/BRACHIOSAURIO.png);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.title {
  color: #3a1c01;
  margin: 0;
  padding: 30px 0;
  font-family: obviously, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 85pt !important;
  text-decoration: none;
  line-height: 1;
  text-align: center;
}
.subtitle {
  color: #3a1c01;
  font-family: obviously, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.8rem;
  text-align: center;
  margin: 0;
  margin-bottom: 3rem;
}
.main-content {
  padding-bottom: 8rem;
}
.content {
  color: #3a1c01;
  font-family: "Open Sans", sans-serif;
}
.firts-feature,
.third-feature,
.second-feature {
  width: 100%;
  padding: 6rem 13rem;
}
.firts-feature p,
.third-feature p {
  text-align: center;
  padding: 90px 0;
  font-weight: 500;
}
.firts-feature {
  background-color: #f5fcca;
  margin: 1.5rem 0;
}
.firts-feature p {
  color: #616633;
}
.third-feature {
  background-color: #959941;
}
.third-feature p {
  color: #f5fcca;
}

.second-feature {
  background: #616633;
  color: #f5fcca;
  display: flex;
}
.second-feature div {
  width: 50%;
  font-weight: 500 !important;
}

@media (max-width: 768px) {
  .title {
    font-size: 2.8rem !important;
  }
  .subtitle {
    font-size: 1.8rem !important;
  }
  .firts-feature,
  .third-feature,
  .second-feature {
    padding: 0;
  }
  .second-feature {
    flex-direction: column;
    align-items: center;
  }
  .second-feature div {
    width: 100%;
  }
  .second-feature div p {
    padding: 0 2rem 1rem 2rem;
  }
  .hidden-mobile {
    display: none;
  }
}
/* ----------- Accordion ------------ */
.accordion {
  border-left: 1px solid rgb(0, 0, 0, 0.2);
  margin: 4rem 0 4rem 0;
  height: 100%;
}
/* .accordion .accordion-item {
} */
/* .accordion .accordion-item button[aria-expanded="true"] {
} */
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #444444;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #0095eb;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #0095eb;
  border: 1px solid #0095eb;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 3rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 0.8rem;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded="true"] {
  color: #03b5d2;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  margin: 2em 0;
}
.accordion .accordion-content .ac-video {
  display: flex;
  justify-content: center;
  background-color: #616633;
}
.accordion .accordion-content .ac-location {
  display: flex;
  align-items: center;
  text-align: left;
  color: #3a1c01;
  font-weight: 500;
}
.bg-2 {
  background-color: #f5fcca;
}
.bg-2 p {
  color: #616633 !important;
}
.bg-1 p {
  color: #f9f6ef !important;
}
.bg-1 {
  background-color: #616633;
}
.accordion .accordion-content .ac-location div {
  width: 50%;
  padding: 3rem;
}
.accordion .accordion-content .ac-food {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #3a1c01;
  color: #f9f6ef;
  font-weight: 500;
  padding: 62px 132px;
}
@media (max-width: 768px) {
  iframe {
    width: 100% !important;
    height: 250px !important;
  }
  .accordion .accordion-content .ac-location {
    flex-direction: column;
    text-align: left;
  }
  .accordion .accordion-content .ac-location div {
    width: 100%;
    padding: 3rem;
  }
  .accordion .accordion-content .ac-food {
    padding: 1rem;
  }
}
/* ----------- Column Edit ------------ */

.column:hover {
  background-color: #ffffff;
}
/* ----------- Cards ------------ */
.ccard {
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.ccard img {
  width: 100%;
}
.ccard .ccard-title {
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 25px;
}
.ccard .ccard-description,
.ccard .ccard-category {
  color: #2e2e2e;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.ccard .ccard-category {
  display: flex;
  justify-content: flex-end;
}
.ccard .ccard-category p {
  font-size: 1rem;
  padding-left: 1rem;
  border-left: 1px solid lightgray;
}
