@import url("https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@100..900&display=swap");
@font-face {
  font-family: "Besides";
  src: url("../assets/fontes/besides-2om9k.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TarunowideMediumItalic";
  src: url("../assets/fontes/TarunowideMediumItalic-GOPaa.otf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "TarunowideMedium";
  src: url("../assets/fontes/TarunowideMedium-JR94B.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  font-family: "Funnel Display", sans-serif;
}
body .wrapper {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

@font-face {
  font-family: "Besides";
  src: url("fontes/besides-2om9k.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
#preloader {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: #0f0f10;
  z-index: 9999;
  transition: opacity 0.2s ease;
}

#preloader.hidden {
  opacity: 0;
  pointer-events: none;
}

#preloader .spinner {
  width: 44px;
  height: 44px;
  border: 4px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.wod__title {
  font-size: 2rem;
  color: #ff0000;
}
.wod__content {
  display: flex;
  gap: 3rem;
  padding: 7rem 0 5rem;
}
.wod__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ff0000;
  text-transform: uppercase;
  font-family: "Besides";
}
.wod__subtitle {
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0.3rem;
}
.wod__text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .wod__title {
    font-size: 4rem;
    line-height: 3.8rem;
  }
}

.menu {
  background-color: #000;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 5;
}
.menu .wrapper {
  display: flex;
  justify-content: space-between;
}
.menu__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: 1/3/2/4;
}
.menu__logo a {
  display: flex;
}
.menu__logo img {
  width: 140px;
  height: auto;
}
.menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
  grid-area: 1/5/2/6;
  align-items: center;
}
.menu__list li {
  margin: 0.5rem 0;
  text-transform: uppercase;
}
.menu__list li:first-child:after {
  content: "/";
  margin-left: 1rem;
  color: #fff;
}
.menu__list li a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.3rem;
  font-size: 0.8rem;
}
.menu__list li a:hover {
  color: #ff0000;
}

.menu--home {
  margin-top: -82px;
}

.header {
  position: relative;
  z-index: 9;
}
.header__logo img {
  max-width: 120px;
}

.footer {
  background: #e5e5e5;
  padding: 4rem 8rem;
}
.footer__header {
  font-size: 2.5rem;
  line-height: 2.3rem;
  font-weight: bolder;
  color: #fff;
  font-family: "TarunowideMedium";
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2rem;
  gap: 7rem;
}
.footer__content__contacts {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.footer__content__contacts__social {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.footer__content__contacts__social__link {
  border-right: #ff0000 3px solid;
  padding: 5px 1rem 0 0;
}
.footer__content__contacts__social__link:last-child {
  border-right: none;
}
.footer__content__contacts__social__link img {
  width: 30px;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
.footer__content__contacts__social__link img:hover {
  transform: scale(1.1);
}
.footer__content__contacts__link {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer__content__contacts__link:hover {
  color: #ff0000;
  transition: all 0.3s ease-in-out;
}

.services {
  width: 100%;
  background: #ff0000;
}
.services .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.services__card {
  text-align: center;
  color: #fff;
  background-image: url(../assets/img/bg-icon-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  text-transform: uppercase;
}
.services__card__logo {
  width: 40px;
  height: auto;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.services__card.card--2 {
  padding: 9rem 3rem;
  background-color: #000;
  position: relative;
}
.services__card.card--2 .services__card__content__text {
  font-size: 3.4rem;
  line-height: 2.8rem;
  font-weight: 100;
  font-family: "Smooch Sans", sans-serif;
  text-align: left;
}
.services__card.card--2 .services__card__content__text strong {
  font-weight: bold;
}
.services__card.card--3 {
  background-image: url(../assets/img/bg-icon-2.png);
}
.services__card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services__card__list li {
  margin: 3rem 0;
  font-size: 1.7rem;
  line-height: 1.5rem;
  font-family: "TarunowideMedium";
}

.events {
  background-color: #e5e5e5;
  padding: 4rem 0;
}
.events__title {
  text-align: center;
  font-size: 9.5rem;
  line-height: 8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #fff;
  font-family: "TarunowideMedium";
  text-transform: uppercase;
}
.events__box {
  background: #fff;
  padding: 5rem 0 4rem;
  text-align: center;
  position: relative;
}
.events__box__title {
  font-size: 6.4rem;
  line-height: 5.4rem;
  font-weight: 400;
  font-family: "Smooch Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}
.events__box__title::before, .events__box__title::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22rem;
  color: red;
  line-height: 1;
}
.events__box__title::before {
  content: "({[";
  left: -29rem;
}
.events__box__title::after {
  content: "]})";
  right: -29rem;
}
.events__box__text {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 400;
  width: 500px;
  margin: 0 auto;
}
.events__box__text strong {
  color: #ff0000;
  text-transform: uppercase;
}
.events__box .events__box__text--black {
  font-weight: 700;
  margin-top: 2rem;
}
.events__box .events__box__logo {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.projects {
  background-color: #000;
  padding: 10rem 0 2rem;
  margin-top: -11rem;
}
.projects img {
  width: 100%;
  height: auto;
}

.words {
  padding: 4rem 0;
}
.words__white {
  color: #fff;
}
.words .words__line {
  transition: all 0.3s ease-in-out;
  padding-top: 5px;
}
.words .words__line.active {
  background: #ff0000;
}
.words .words__line.active span {
  color: #fff;
}
@media (min-width: 769px) {
  .words .words__line:hover {
    background: #ff0000;
  }
  .words .words__line:hover span {
    color: #fff;
  }
}
.words .words__line .wrapper {
  display: flex;
  justify-content: space-between;
}
.words .words__line p {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-family: "TarunowideMedium";
  text-transform: uppercase;
}
.words .words__line span {
  color: #ff0000;
}

.services-list {
  background-color: #e5e5e5;
  padding: 4rem 0 0;
}
.services-list__bar {
  width: 30%;
  height: 1rem;
  background-color: red;
  margin: 0 auto;
  margin-top: 8rem;
  transform: translateY(100%);
}
.services-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}
.services-list .wrapper .services-list__card {
  flex: 0 0 calc(50% - 5rem);
}
.services-list .wrapper .services-list__card__header {
  background: #fff;
  display: flex;
  padding: 0.5rem 1rem;
}
.services-list .wrapper .services-list__card__header img {
  height: 35px;
}
.services-list .wrapper .services-list__card__content {
  padding: 0.5rem 1rem;
}
.services-list .wrapper .services-list__card__content__title {
  font-size: 1.2rem;
  font-family: "TarunowideMedium";
  color: #ff0000;
}
.services-list .wrapper .services-list__card__content__text {
  font-size: 1.49rem;
  line-height: 1.7rem;
}

.cta {
  padding: 10rem 0;
  background: url(../assets/img/bg-logo.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.cta__text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  width: 60%;
  max-width: 720px;
  margin: 0 auto;
}
.cta__text--red {
  color: #ff0000;
  font-weight: bolder;
  width: 41%;
  max-width: 490px;
  margin-top: 2rem;
}
.cta__text strong {
  font-weight: 900;
}

.founders {
  display: grid;
  grid-template-columns: 1fr;
  background: #fff;
  text-align: center;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .founders {
    grid-template-columns: 1fr 1fr;
  }
}
.founders__person {
  position: relative;
}
.founders__photo {
  width: 100%;
  height: auto;
  display: block;
}
.founders__overlay {
  position: relative;
  margin-top: -30px;
  z-index: 2;
}
.founders__icon {
  position: absolute;
  left: 50%;
  top: -175px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  height: auto;
  z-index: -1;
}
.founders__name {
  font-family: "Smooch Sans", sans-serif;
  font-size: 6.5rem;
  line-height: 5rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}

.essencia .wrapper .essencia__title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #e5e5e5;
  font-family: "TarunowideMedium";
  text-transform: uppercase;
}
.essencia .wrapper .essencia__text {
  font-weight: 400;
  margin-bottom: 2rem;
}
.essencia .wrapper .essencia__words {
  display: flex;
  padding-top: 1rem;
  flex-wrap: wrap;
  font-size: 6rem;
  line-height: 5rem;
  font-family: "Smooch Sans", sans-serif;
  color: #ff0000;
  text-transform: uppercase;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.essencia .wrapper .essencia__words span {
  height: 5rem;
}

.contato {
  background: #fff;
  padding: 4rem 1rem;
  color: #000;
}
.contato__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contato__container {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.contato__title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.1;
  font-family: "Besides";
}
.contato__title span {
  display: inline-block;
  font-weight: 900;
}
@media (min-width: 768px) {
  .contato__title {
    font-size: 6rem;
  }
}
.contato__text {
  font-size: 1.5rem;
  margin: 1.5rem 0;
}
.contato__text strong {
  font-weight: 700;
}
.contato__form {
  display: flex;
  flex-direction: column;
}
.contato__form input, .contato__form textarea {
  padding: 1rem;
  background-color: #e3e3e3;
  font-size: 16px;
  border: none;
}
.contato__form label {
  text-transform: uppercase;
  margin-top: 1rem;
  font-size: 14px;
  font-weight: 600;
  color: #a5a5a5;
}
.contato__input, .contato__textarea {
  padding: 1rem;
  border: none;
  background: #eaeaea;
  font-size: 0.95rem;
  text-transform: uppercase;
}
.contato__textarea {
  height: 120px;
  resize: none;
}
.contato__btn {
  background-color: #f40000;
  color: #fff;
  margin-top: 1rem;
  font-weight: bold;
  border: none;
  padding: 1rem;
  font-size: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.3s;
}
.contato__btn:hover {
  background-color: #d10000;
}
.contato__frase {
  text-align: center;
  margin-top: 4rem;
  text-transform: uppercase;
}
.contato__frase h3 {
  font-family: "tarunowideMedium";
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .contato__frase h3 {
    font-size: 3.75rem;
  }
}

@media (min-width: 1024px) {
  .wod__content {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
  }
  .wod__content__panel {
    width: 40%;
  }
  .wod__content__panel:first-child {
    width: 60%;
  }
  .words__line {
    padding: 1rem 0 0.5rem;
    padding-top: 1rem !important;
  }
  .words__line .wrapper p {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media (max-width: 1400px) {
  .events__title {
    font-size: 7.5rem;
    line-height: 7rem;
  }
  .events__box {
    padding: 3rem 2rem;
  }
  .events__box__title::after {
    right: -80%;
  }
  .events__box__title::before {
    left: -80%;
  }
  .events__box__text {
    width: 500px;
    padding: 0 2rem;
  }
  .events__box .events__box__logo {
    margin-top: 2rem;
  }
}
@media (max-width: 1024px) {
  .wod__content__panel {
    width: unset;
  }
  .wod__title {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
  .events__title {
    font-size: 6.4rem;
    line-height: 6rem;
  }
  .events__box {
    padding: 3rem 2rem;
  }
  .events__box__title {
    font-size: 4.8rem;
    line-height: 4.4rem;
  }
  .events__box__title::after {
    font-size: 18rem;
    right: -20rem;
  }
  .events__box__title::before {
    font-size: 18rem;
    left: -20rem;
  }
  .events__box__text {
    width: 100%;
    padding: 0 2rem;
  }
  .events__box .events__box__logo {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .header {
    height: auto;
  }
  .header__logo img {
    max-width: 100px;
  }
  .wod__content {
    flex-direction: column;
    align-items: flex-start;
    padding: 4rem 2rem;
  }
  .wod__content__panel {
    width: 100%;
  }
  .wod__title {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .footer {
    padding: 4rem 2rem;
  }
  .footer__header {
    flex-direction: column;
    gap: 2rem;
    font-size: 2rem;
    text-align: center;
  }
  .footer__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__content__contacts {
    align-items: center;
    text-align: center;
  }
  .footer__content__contacts__social {
    justify-content: center;
  }
  .services {
    flex-direction: column;
  }
  .services__card {
    width: 100%;
    padding: 4rem 2rem;
    background-size: 70%;
  }
  .services__card__list li {
    font-size: 1.5rem;
  }
  .services__card.card--2 .services__card__content__text {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  .events__title {
    font-size: 2rem;
    line-height: 2rem;
  }
  .events__box {
    padding: 3rem 1rem;
  }
  .events__box__title {
    font-size: 3.6rem;
    line-height: 3.2rem;
  }
  .events__box__title::before, .events__box__title::after {
    display: none;
  }
  .events__box__text {
    width: 100%;
    padding: 0 1rem;
  }
  .events__box .events__box__logo {
    margin-top: 3rem;
  }
  .projects {
    margin-top: -5rem;
    padding: 6rem 0 2rem;
  }
  .words {
    padding: 3rem 0;
  }
  .words__line {
    margin-bottom: 1rem;
  }
  .words__line .wrapper {
    flex-direction: column;
    gap: 0;
    align-items: center;
    text-align: center;
  }
  .words p {
    font-size: 1.4rem;
  }
  .services-list {
    padding: 4rem 1rem 0;
  }
  .services-list__bar {
    width: 50%;
    margin-top: 4rem;
  }
  .services-list .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .services-list .wrapper .services-list__card {
    flex: 1 1 100%;
    width: 100%;
  }
  .cta {
    padding: 6rem 1rem;
  }
  .cta__text {
    font-size: 1.2rem;
    width: 100%;
  }
  .cta__text--red {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .essencia {
    margin-bottom: 4rem;
  }
  .essencia .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title title" "words text";
  }
  .essencia .wrapper .essencia__title {
    font-size: 7rem;
    grid-area: title;
  }
  .essencia .wrapper .essencia__text {
    grid-area: text;
    margin-bottom: 2rem;
  }
  .essencia .wrapper .essencia__words {
    grid-area: words;
  }
  .services .wrapper {
    flex-direction: row;
    width: 96%;
  }
  .services__card {
    width: 33.333%;
  }
  .services__card__logo {
    width: 40px;
    right: 2rem;
    top: 2rem;
  }
  .services__card.card--2 {
    padding: 4rem;
  }
  .footer__header {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media (min-width: 1100px) and (max-width: 1380px) {
  .footer__header {
    font-size: 1.5rem;
    line-height: 1.3rem;
  }
  .footer__header:nth-child(odd) {
    text-align: left;
  }
}
@media (max-width: 425px) {
  .wod__content {
    padding: 4rem 0;
  }
  .wod__title {
    font-size: 2.5rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 375px) {
  .wod__title {
    font-size: 2rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 375px) {
  .menu__list {
    flex-direction: column;
    gap: 0;
  }
  .menu__list li {
    margin: 0;
  }
  .menu__list li:after {
    display: none;
  }
  .essencia .wrapper .essencia__title {
    font-size: 2rem;
    line-height: 2rem;
  }
  .essencia .wrapper .essencia__words span.essencia__word {
    font-size: 4rem;
    line-height: 4rem;
    height: unset;
  }
}/*# sourceMappingURL=main.css.map */