*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
    padding: 24px 16px;
  }
}

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

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

.flex-column {
  flex-direction: column;
}

.relative {
  position: relative;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-item-1 {
  flex: 1 1 360px;
}

.flex-item-2 {
  flex: 2 1 360px;
}

.flex-item-3 {
  flex: 3 1 360px;
}

.flex-item-4 {
  flex: 4 1 360px;
}

.flex-item-5 {
  flex: 5 1 360px;
}

.flex-auto {
  flex: 1 1 auto;
}

.width-auto {
  width: auto;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.hidden {
  overflow: hidden;
}

.back-hero {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.back-hero .back-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/bg-hero-top.png) !important;
}
@media screen and (max-width: 768px) {
  .back-hero .back-img {
    background-image: url(../img/bg-hero-top2.png) !important;
  }
}

.bg-invite {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg-bg-invite {
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .svg-bg-invite {
    width: 150%;
  }
}

.invite {
  height: 90vh;
}
@media screen and (max-width: 768px) {
  .invite {
    height: auto;
  }
}

.dropshadow {
  filter: drop-shadow(0px 16px 24px rgba(196, 80, 80, 0.25));
}

.icon {
  filter: drop-shadow(0px 16px 24px rgba(196, 80, 80, 0.25));
  transition: 0.5s ease;
  cursor: pointer;
}
.icon:hover {
  transform: scale(1.05);
}

.list {
  margin-top: 36px;
}

.list-item {
  list-style: none;
  position: relative;
  padding: 8px 8px 8px 72px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .list-item {
    margin-bottom: 32px;
  }
}
.list-item::after {
  position: absolute;
  top: 0;
  left: -8px;
  content: "";
  width: 64px;
  height: 64px;
}

.box-best {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 24px;
}

.best {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #9c1f2e;
}
.best::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 124px;
  height: 32px;
  background-image: url("../svg/entail.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .best {
    flex-direction: column;
  }
}

.best-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: static;
}
@media screen and (max-width: 768px) {
  .best-item {
    justify-content: center;
    align-items: center;
  }
  .best-item p {
    text-align: center;
  }
}

h1 {
  color: #232224;
  font-family: "Bebas Neue", cursive;
  font-size: 48px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  h1 {
    font-family: "Bebas Neue", cursive;
    font-size: 40px;
    line-height: 120%;
  }
}

h2 {
  color: #232224;
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  h2 {
    font-family: "Bebas Neue", cursive;
    font-size: 32px;
    line-height: 120%;
  }
}

h3 {
  color: #454446;
  font-family: "Bebas Neue", cursive;
  font-size: 36px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  h3 {
    font-family: "Bebas Neue", cursive;
    font-size: 24px;
    line-height: 120%;
  }
}

h4 {
  color: #454446;
  font-family: "Bebas Neue", cursive;
  font-size: 24px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  h4 {
    font-family: "Bebas Neue", cursive;
    font-size: 18px;
    line-height: 130%;
  }
}

h5 {
  text-transform: uppercase;
  background: linear-gradient(#9c1f2e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: "Bebas Neue", cursive;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  h5 {
    font-family: "Bebas Neue", cursive;
    font-size: 14px;
    line-height: 150%;
  }
}

p {
  color: #454446;
  font-family: "Saira", sans-serif;
}
@media screen and (max-width: 768px) {
  p {
    font-family: "Saira", sans-serif;
  }
}

.bold {
  font-weight: bold;
  color: #454446;
}

strong {
  color: #161617;
  font-family: "Saira", sans-serif;
}
@media screen and (max-width: 768px) {
  strong {
    font-family: "Saira", sans-serif;
  }
}

span {
  font-family: "Saira", sans-serif;
  font-size: 18px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  span {
    font-family: "Saira", sans-serif;
  }
}

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

.btn {
  background-color: #9c1f2e;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Saira", sans-serif;
  font-size: 18px;
  line-height: 130%;
  color: #fefbff;
  padding: 10px 25px;
  transition: 0.3s ease;
  box-shadow: 0px 17px 17px rgba(204, 204, 204, 0.04), 0px 5.125px 5.125px rgba(204, 204, 204, 0.0260636), 0px 2.12866px 2.12866px rgba(204, 204, 204, 0.02), 0px 0.769896px 0.769896px rgba(204, 204, 204, 0.0139364);
}
.btn:hover {
  box-shadow: 0px 17px 17px rgba(196, 80, 95, 0.13), 0px 5.125px 5.125px rgba(196, 80, 90, 0.085), 0px 2.12866px 2.12866px rgba(196, 80, 80, 0.065), 0px 0.769896px 0.769896px rgba(196, 80, 80, 0.045);
  transform: scale(1.02);
  opacity: 0.9;
}

a {
  font-family: "Saira", sans-serif;
  text-decoration: none;
  color: #232224;
  transition: 0.5s ease;
}
a:hover {
  opacity: 0.9;
}

.link {
  display: inline-block;
  color: #9c1f2e;
  background-image: url("../svg/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  padding-right: 16px;
  position: relative;
}
.link:after {
  content: "";
  position: absolute;
  top: 75%;
  left: 56px;
  width: 0%;
  height: 2px;
  z-index: -1;
  transition: 0.5s ease;
  background-color: #bf6d77;
}
.link:hover {
  opacity: 0.8;
  padding-left: 64px;
  background-position: 8px 50%;
}
.link:hover:after {
  width: 90%;
}

.button {
  transition: 0.5s ease;
}
.button:hover {
  transform: scale(1.05);
}

.s-0 {
  margin: 0;
  padding: 0;
}

.m-1 {
  margin: 8px;
}

.m-2 {
  margin: 16px;
}

.m-3 {
  margin: 48px;
}

.m-4 {
  margin: 72px;
}

.m-5 {
  margin: 128px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 48px;
}

.mt-4 {
  margin-top: 72px;
}

.mt-5 {
  margin-top: 128px;
}

.ml-1 {
  margin-left: 8px;
}

.ml-2 {
  margin-left: 16px;
}

.ml-3 {
  margin-left: 48px;
}

.ml-4 {
  margin-left: 72px;
}

.ml-5 {
  margin-left: 128px;
}

.mr-1 {
  margin-right: 8px;
}

.mr-2 {
  margin-right: 16px;
}

.mr-3 {
  margin-right: 48px;
}

.mr-4 {
  margin-right: 72px;
}

.mr-5 {
  margin-right: 128px;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 48px;
}

.mb-4 {
  margin-bottom: 72px;
}

.mb-5 {
  margin-bottom: 128px;
}

.mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-3 {
  margin-left: 48px;
  margin-right: 48px;
}

.mx-4 {
  margin-left: 72px;
  margin-right: 72px;
}

.mx-5 {
  margin-left: 128px;
  margin-right: 128px;
}

.my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-3 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.my-4 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.my-5 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.p-1 {
  padding: 8px;
}

.p-2 {
  padding: 16px;
}

.p-3 {
  padding: 48px;
}

.p-4 {
  padding: 72px;
}

.p-5 {
  padding: 128px;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 48px;
}

.pt-4 {
  padding-top: 72px;
}

.pt-5 {
  padding-top: 128px;
}

.pt-6 {
  padding-top: 104px;
}

.pl-1 {
  padding-left: 8px;
}

.pl-2 {
  padding-left: 16px;
}

.pl-3 {
  padding-left: 48px;
}

.pl-4 {
  padding-left: 72px;
}

.pl-5 {
  padding-left: 128px;
}

.pr-1 {
  padding-right: 8px;
}

.pr-2 {
  padding-right: 16px;
}

.pr-3 {
  padding-right: 48px;
}

.pr-4 {
  padding-right: 72px;
}

.pr-5 {
  padding-right: 128px;
}

.pb-1 {
  padding-bottom: 8px;
}

.pb-2 {
  padding-bottom: 16px;
}

.pb-3 {
  padding-bottom: 48px;
}

.pb-4 {
  padding-bottom: 72px;
}

.pb-5 {
  padding-bottom: 128px;
}

.px-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-3 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-4 {
  padding-left: 72px;
  padding-right: 72px;
}

.px-5 {
  padding-left: 128px;
  padding-right: 128px;
}

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-3 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-4 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.py-5 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.py-6 {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .py-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100vh;
  position: relative;
  scroll-behavior: smooth;
  background-color: #edeaef;
}

svg,
img {
  display: block;
  width: 100%;
}

.youtube {
  width: 560px;
  height: 315px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .youtube {
    width: 350px;
    height: 315px;
  }
}

header {
  width: 100%;
  background-color: transparent;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: 0.2s ease;
  z-index: 800;
  position: fixed;
}

.active-header {
  background-color: #edeaef;
  box-shadow: 0px 51px 80px rgba(196, 80, 80, 0.08);
}

.navbar-mobile {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .navbar-mobile {
    display: flex;
  }
}

.menu-mobile {
  width: 100vw;
  height: 100vh;
  background-color: #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  transition: 0.7s ease;
}

.active-menu-mobile {
  opacity: 1;
  pointer-events: all;
}

.nav-list-mobile {
  max-width: 1200px;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.nav-list-mobile svg {
  width: 36px;
  height: 36px;
}
.nav-list-mobile svg path {
  stroke: #666566;
  transition: 0.7s ease;
}
.nav-list-mobile svg:hover path {
  stroke: #9c1f2e;
}

.nav-link-mobile {
  display: block;
  font-family: "Bebas Neue", cursive;
  font-size: 36px;
  line-height: 120%;
  color: #555456;
  transition: 1s ease;
  padding: 16px 24px;
  position: relative;
}
.nav-link-mobile:after {
  content: "";
  position: absolute;
  top: 90%;
  left: 16px;
  width: 0%;
  height: 2px;
  z-index: -1;
  transition: 1s ease;
  background-color: #bf6d77;
}
.nav-link-mobile:hover {
  color: #7f1a26;
}
.nav-link-mobile:hover:after {
  width: 100%;
}

.bx {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  z-index: 999;
  transition: 0.1s ease;
}
.bx:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 17%;
  width: 70%;
  height: 2px;
  border-radius: 2px;
  background-color: #9c1f2e;
  transition: 0.5s ease;
}
.bx:before {
  content: "";
  position: absolute;
  top: 64%;
  left: 17%;
  width: 70%;
  height: 2px;
  background-color: #9c1f2e;
  transition: 0.5s ease;
}

.active-bx {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  z-index: 999;
}
.active-bx:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 17%;
  width: 70%;
  height: 2px;
  border-radius: 2px;
  transform: rotate(-135deg);
  background-color: #9c1f2e;
}
.active-bx:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17%;
  width: 70%;
  height: 2px;
  transform: rotate(315deg);
  background-color: #9c1f2e;
}

.navbar-desktop {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .navbar-desktop {
    display: none;
  }
}

.navbar-desktop-item-1 {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.navbar-desktop-item-2 {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.navbar-desktop-item-3 {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.logo {
  width: 120px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-desktop {
  list-style: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .menu-desktop {
    display: none;
  }
}
.menu-desktop li {
  margin-left: 16px;
}

.nav-link-desktop {
  display: block;
  padding: 12px 16px;
  position: relative;
  transition: 0.5s ease;
}
.nav-link-desktop:hover {
  opacity: 0.5;
}
.nav-link-desktop:hover:after {
  top: 45%;
}

.grid-about {
  display: grid;
  grid-gap: 16px;
  grid-template-areas: "a b";
}
@media screen and (max-width: 768px) {
  .grid-about {
    grid-template-areas: "a" "b";
  }
}

.about-text {
  grid-area: a;
}

.about-video {
  grid-area: b;
  width: 100%;
}

.grid-modulos {
  padding: 0px 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 5.5rem;
       column-gap: 5.5rem;
}
@media screen and (max-width: 768px) {
  .grid-modulos {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 8px;
  }
}

.grid-modulos li {
  list-style-type: none;
  align-items: center;
}

.grid-modulos li h4 {
  color: #9c1f2e;
  font-weight: bold;
  align-items: center;
}

.grid-modulos li img {
  align-items: center;
}

.grid-gallery {
  max-width: 1200px;
  display: grid;
  grid-gap: 8px;
  grid-template-areas: "a a b c" "a a d e";
}
@media screen and (max-width: 768px) {
  .grid-gallery {
    grid-template-areas: "a a" "a a" "b c" "d e";
  }
}

.obra-primary {
  grid-area: a;
}
.obra-primary svg {
  height: 100%;
}

.obra-secondary {
  grid-area: b;
}
.obra-secondary svg {
  height: 100%;
}

.obra-tertiary {
  grid-area: c;
}
.obra-tertiary svg {
  height: 100%;
}

.obra-quaternary {
  grid-area: d;
}
.obra-quaternary svg {
  height: 100%;
}

.obra-quinary {
  grid-area: e;
}
.obra-quinary svg {
  height: 100%;
}

.box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 24px;
}

.container-swiper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
}

.button-next {
  position: absolute;
  right: 32px;
  top: 24px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-image: url("../svg/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.button-prev {
  position: absolute;
  right: 88px;
  top: 24px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-image: url("../svg/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
}

.swiper-container {
  width: 100%;
  height: 520px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper-container {
    height: 900px;
  }
}

.swiper-slide {
  max-width: 540px;
  padding: 24px 36px;
  border-radius: 2px;
  background-color: #f7f2fa;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}

.photo-profile {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #9c1f2e;
  background-color: #bf6d77;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-1 {
  background-image: url("../img/people1.png");
}

.photo-2 {
  background-image: url("../img/people2.png");
}

.photo-3 {
  background-image: url("../img/people3.png");
}

.photo-4 {
  background-image: url("../img/people4.png");
}

.photo-5 {
  background-image: url("../img/people5.jpg");
}

.photo-6 {
  background-image: url("../img/people6.jpg");
}

.form-group {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

form .form-group input[type=email],
form .form-group input[type=text] {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #666566;
  height: 55px;
  padding: 0 20px;
  position: relative;
  background: 0 0;
}

.form-group textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #666566;
  height: 110px;
  padding: 20px;
  font-size: 15px;
  font-weight: 400;
  resize: none;
  position: relative;
  background: 0 0;
  transition: all 0.3s;
}

form .form-group input[type=email]:focus,
form .form-group input[type=text]:focus {
  border: 1px solid #9c1f2e;
}

form .form-group input[type=file] {
  display: none;
}

form .form-group input::-moz-placeholder {
  font-family: "Saira", sans-serif;
}

form .form-group input::placeholder {
  font-family: "Saira", sans-serif;
}

form .form-group textarea::-moz-placeholder {
  font-family: "Saira", sans-serif;
}

form .form-group textarea::placeholder {
  font-family: "Saira", sans-serif;
}

.bg-icon-recebimento::after {
  background-image: url("../../svg/icon-recebimento.svg");
}

footer {
  background-color: #9c1f2e;
}

.footer-flex-1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-flex-1 p {
  color: #edeaef;
  max-width: 350px;
}

.footer-flex-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-height: 72px;
  flex: 1 1 320px;
}
.footer-flex-2 svg {
  max-width: 36px;
}

.footer-flex-3 {
  justify-content: center;
}

.fignu5-ball1 {
  transform: translate3d(-100px, -20px, 0);
  animation: fignu5-ball1 12s ease 1s infinite alternate;
}

@keyframes fignu5-ball1 {
  0%, 10% {
    transform: translate3d(-100px, -20px, 0);
  }
  90%, 100% {
    transform: translate3d(0, 0, 0);
  }
}
.fignu5-ball2 {
  transform: translate3d(-100px, 150px, 0);
  animation: fignu5-ball2 12s ease 0.5s infinite alternate;
}

@keyframes fignu5-ball2 {
  0%, 10% {
    transform: translate3d(-100px, 150px, 0);
  }
  90%, 100% {
    transform: translate3d(-50px, 50px, 0);
  }
}
.fignu5-ball3 {
  transform: translate3d(-200px, 100px, 0);
  animation: fignu5-ball3 12s ease 1.3s infinite alternate;
}

@keyframes fignu5-ball3 {
  0%, 10% {
    transform: translate3d(-200px, 100px, 0);
  }
  90%, 100% {
    transform: translate3d(0px, -50px, 0);
  }
}
.fignu5-ball4 {
  transform: translate3d(0px, 0px, 0);
  animation: fignu5-ball4 12s ease 2s infinite alternate;
}

@keyframes fignu5-ball4 {
  0%, 10% {
    transform: translate3d(0px, 0px, 0);
  }
  90%, 100% {
    transform: translate3d(100px, 100px, 0);
  }
}
.obra1-1 {
  opacity: 0;
  animation: obra1 25s ease 0.1s infinite alternate;
}

.obra1-2 {
  opacity: 0;
  animation: obra2 25s ease 0.2s infinite alternate;
}

.obra1-3 {
  opacity: 0;
  animation: obra3 25s ease 0.3s infinite alternate;
}

.obra1-4 {
  opacity: 0;
  animation: obra4 25s ease 0.4s infinite alternate;
}

.obra1-5 {
  opacity: 0;
  animation: obra5 25s ease 0.5s infinite alternate;
}

.obra1-6 {
  opacity: 0;
  animation: obra6 25s ease 0.6s infinite alternate;
}

.obra1-7 {
  opacity: 0;
  animation: obra7 25s ease 0.7s infinite alternate;
}

.obra2-1 {
  opacity: 0;
  animation: obra1 25s ease 0.1s infinite alternate;
}

.obra2-2 {
  opacity: 0;
  animation: obra2 25s ease 0.2s infinite alternate;
}

.obra2-3 {
  opacity: 0;
  animation: obra3 25s ease 0.3s infinite alternate;
}

.obra2-4 {
  opacity: 0;
  animation: obra4 25s ease 0.4s infinite alternate;
}

.obra2-5 {
  opacity: 0;
  animation: obra5 25s ease 0.5s infinite alternate;
}

.obra2-6 {
  opacity: 0;
  animation: obra6 25s ease 0.6s infinite alternate;
}

.obra2-7 {
  opacity: 0;
  animation: obra7 25s ease 0.7s infinite alternate;
}

.obra3-1 {
  opacity: 0;
  animation: obra1 25s ease 0.1s infinite alternate;
}

.obra3-2 {
  opacity: 0;
  animation: obra2 25s ease 0.2s infinite alternate;
}

.obra3-3 {
  opacity: 0;
  animation: obra3 25s ease 0.3s infinite alternate;
}

.obra3-4 {
  opacity: 0;
  animation: obra4 25s ease 0.4s infinite alternate;
}

.obra3-5 {
  opacity: 0;
  animation: obra5 25s ease 0.5s infinite alternate;
}

.obra3-6 {
  opacity: 0;
  animation: obra6 25s ease 0.6s infinite alternate;
}

.obra3-7 {
  opacity: 0;
  animation: obra7 25s ease 0.7s infinite alternate;
}

.obra4-1 {
  opacity: 0;
  animation: obra1 25s ease 0.1s infinite alternate;
}

.obra4-2 {
  opacity: 0;
  animation: obra2 25s ease 0.2s infinite alternate;
}

.obra4-3 {
  opacity: 0;
  animation: obra3 25s ease 0.3s infinite alternate;
}

.obra4-4 {
  opacity: 0;
  animation: obra4 25s ease 0.4s infinite alternate;
}

.obra4-5 {
  opacity: 0;
  animation: obra5 25s ease 0.5s infinite alternate;
}

.obra4-6 {
  opacity: 0;
  animation: obra6 25s ease 0.6s infinite alternate;
}

.obra4-7 {
  opacity: 0;
  animation: obra7 25s ease 0.7s infinite alternate;
}

.obra5-1 {
  opacity: 0;
  animation: obra1 25s ease 0.1s infinite alternate;
}

.obra5-2 {
  opacity: 0;
  animation: obra2 25s ease 0.2s infinite alternate;
}

.obra5-3 {
  opacity: 0;
  animation: obra3 25s ease 0.3s infinite alternate;
}

.obra5-4 {
  opacity: 0;
  animation: obra4 25s ease 0.4s infinite alternate;
}

.obra5-5 {
  opacity: 0;
  animation: obra5 25s ease 0.5s infinite alternate;
}

.obra5-6 {
  opacity: 0;
  animation: obra6 25s ease 0.6s infinite alternate;
}

.obra5-7 {
  opacity: 0;
  animation: obra7 25s ease 0.7s infinite alternate;
}

@keyframes obra1 {
  0%, 10% {
    opacity: 1;
  }
  12%, 100% {
    opacity: 0;
  }
}
@keyframes obra2 {
  0%, 12% {
    opacity: 0;
  }
  14%, 24% {
    opacity: 1;
  }
  26%, 100% {
    opacity: 0;
  }
}
@keyframes obra3 {
  0%, 26% {
    opacity: 0;
  }
  28%, 38% {
    opacity: 1;
  }
  40%, 100% {
    opacity: 0;
  }
}
@keyframes obra4 {
  0%, 40% {
    opacity: 0;
  }
  42%, 52% {
    opacity: 1;
  }
  54%, 100% {
    opacity: 0;
  }
}
@keyframes obra5 {
  0%, 54% {
    opacity: 0;
  }
  56%, 66% {
    opacity: 1;
  }
  68%, 100% {
    opacity: 0;
  }
}
@keyframes obra6 {
  0%, 68% {
    opacity: 0;
  }
  70%, 80% {
    opacity: 1;
  }
  82%, 100% {
    opacity: 0;
  }
}
@keyframes obra7 {
  0%, 82% {
    opacity: 0;
  }
  84%, 100% {
    opacity: 1;
  }
}
.accordion .accordion-item {
  border-bottom: 1px solid #e1e1e1;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #9c1f2e;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #555456;
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #9c1f2e;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #9c1f2e;
  border: 1px solid #9c1f2e;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  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;
}
@media screen and (max-width: 768px) {
  .accordion button {
    font-size: 10px;
  }
}
.accordion button[aria-expanded=true] {
  color: #9c1f2e;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 30em;
  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: 1em 0;
}/*# sourceMappingURL=style.css.map */