/*

Theme Name: EUROSTOCK
Theme URI: https://www.eurostock.com.br/
Author: AKAU
Author URI: http://www.somosakau.com.br
Version: 1.0
Text Domain: AKAU

*/

body {
  font-family: "XP Font", sans-serif;
  background-color: #0a0a0a;
  color: white;
}

#smooth-content {
  will-change: transform;
}

:root {
  --h1: 3.35rem;
  --h2: 2.35rem;
  --h3: 1.65rem;
  --h4: 1.3rem;
  --h5: 1.15rem;
  --h6: 0.75rem;
  --p: 1.125rem;
  --a: 1rem;
  --yellow: #fac017;
  --olddark: #1e1e1ec7;
  --dark: rgba(17, 17, 17, 0.9);
  --border-radius: 5px;
}

h1 {
  font-size: var(--h1);
  font-weight: 500;
  line-height: 1;
}
h2 {
  font-size: var(--h2);
  font-weight: 500;
  line-height: 1;
}
h3 {
  font-size: var(--h3);
  font-weight: 500;
}
h4 {
  font-size: var(--h4);
  font-weight: 500;
}
h5 {
  font-size: var(--h5);
  font-weight: 500;
}
h6 {
  font-size: var(--h6);
  font-weight: 500;
}
p {
  font-size: var(--p);
  font-weight: 400;
}

a {
  font-size: var(--a);
  font-weight: 400;
  text-decoration: none;
  color: inherit;
}

.btn {
  padding: 0.5em 2em;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  border-radius: var(--border-radius);
  gap: 0.5em;
  border: none !important;
}

.btn-black {
  background-color: black;
  color: white;
}

.btn-black:hover {
  background-color: white;
  color: black;
}

.btn-yellow {
  background-color: var(--yellow);
  color: black;
}

.btn-yellow:hover {
  background-color: #c6980e;
  color: black;
}

.btn-dark {
  background-color: var(--dark);
  color: #fff;
}

.btn-dark:hover {
  background-color: black;
  color: white;
}

.py-50 {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

.pt-50 {
  padding-top: 3.125em;
}

.pb-50 {
  padding-bottom: 3.125em;
}

.py-100 {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.pt-100 {
  padding-top: 6.25em;
}

.pb-100 {
  padding-bottom: 6.25em;
}

.pt-150 {
  padding-top: 9.375em;
}

.pb-150 {
  padding-bottom: 9.375em;
}

.py-150 {
  padding-top: 9.375em;
  padding-bottom: 9.375em;
}

.pt-200 {
  padding-top: 12.5em;
}

.pt-250 {
  padding-top: 15.625em;
}

.pt-300 {
  padding-top: 18.75em;
}

.pt-350 {
  padding-top: 21.875em;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.icon {
  width: 2em;
  height: 2em;
  display: inline-flex;
  position: relative;
  background-size: contain;
}

.icon.i-quote {
  background: url("assets/img/icons/ic-quote.svg") no-repeat center center;
}

.icon.i-stars {
  width: 6em;
  background: url("assets/img/icons/ic-stars.svg") no-repeat center center;
}

.icon.i-play {
  width: 3em;
  height: 3em;
  background: url("assets/img/icons/ic-play.svg") no-repeat center center;
}

.icon.i-money {
  background: url("assets/img/icons/ic-money.svg") no-repeat center center;
}

.icon.i-people {
  background: url("assets/img/icons/ic-people.svg") no-repeat center center;
}

.icon.i-talk {
  background: url("assets/img/icons/ic-talk.svg") no-repeat center center;
}

.icon.i-arrow-right {
  background: url("assets/img/icons/ic-arrow-right.svg") no-repeat center center;
}

.icon.i-instagram {
  background: url("assets/img/icons/ic-instagram.svg") no-repeat center center;
}

.icon.i-facebook {
  background: url("assets/img/icons/ic-facebook.svg") no-repeat center center;
}

.icon.i-youtube {
  background: url("assets/img/icons/ic-youtube.svg") no-repeat center center;
}

.icon.i-whatsapp {
  background: url("assets/img/icons/ic-whatsapp.svg") no-repeat center center;
}

.icon.i-whatsapp-yellow {
  background: url("assets/img/icons/ic-whatsapp-yellow.svg") no-repeat center
    center;
}

.icon.i-phone {
  background: url("assets/img/icons/ic-phone.svg") no-repeat center center;
}

.icon.i-email {
  background: url("assets/img/icons/ic-email.svg") no-repeat center center;
}

.icon.i-map {
  background: url("assets/img/icons/ic-map.svg") no-repeat center center;
}

.icon.i-home {
  background: url("assets/img/icons/ic-home.svg") no-repeat center center;
}

.icon.i-bag {
  background: url("assets/img/icons/ic-bag.svg") no-repeat center center;
}

.icon.i-coin {
  background: url("assets/img/icons/ic-coin.svg") no-repeat center center;
}

.icon.i-business {
  background: url("assets/img/icons/ic-business.svg") no-repeat center center;
}

.icon.i-operation {
  background: url("assets/img/icons/ic-operation.svg") no-repeat center center;
}

.icon.i-plant {
  background: url("assets/img/icons/ic-plant.svg") no-repeat center center;
}

.el-rocks-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.el-rock {
  position: absolute;
  background-size: contain;
  opacity: 0.65;
}

.rock-185 {
  background: url("assets/img/elements/el-rock-185.png") no-repeat center /
    contain;
}

.rock-186 {
  background: url("assets/img/elements/el-rock-186.png") no-repeat center /
    contain;
}

.rock-187 {
  background: url("assets/img/elements/el-rock-187.png") no-repeat center /
    contain;
}

.rock-188 {
  background: url("assets/img/elements/el-rock-188.png") no-repeat center /
    contain;
}

.rock-3 {
  background: url("assets/img/elements/el-rock-3.png") no-repeat center /
    contain;
}

.rock-33 {
  background: url("assets/img/elements/el-rock-33.png") no-repeat center /
    contain;
}

.rock-1 {
  background: url("assets/img/elements/el-rock-1.png") no-repeat center /
    contain;
}

.rock-2 {
  background: url("assets/img/elements/el-rock-2.png") no-repeat center /
    contain;
}

/* header */

header {
  position: relative;
  z-index: 2;
}

#header-container {
  width: 100%;
  padding: 3.5em 4em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.nav-header-links {
  display: flex;
  gap: 4rem;
  align-items: center;
}

.nav-header-links nav {
  display: flex;
  color: white;
}

.nav-header-links .logo-img {
  width: 15em;
  height: auto;
  display: block;
}

.nav-header-links nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 3rem;
}
.nav-header-links nav ul a {
  font-size: var(--a);
  font-weight: 500;
  color: white;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 105%;
}

.nav-header-links nav ul a:hover {
  color: var(--yellow);
}

#header-container .btn-header-container {
  display: flex;
  align-items: center;
  gap: 0.5em;
  justify-content: end;
}

#header-container .menu-toggle-container {
  position: relative;
  z-index: 1000;
}

#header-container .btn {
  font-size: calc(var(--a) * 11.05fr);
  white-space: nowrap;
}

#header-container .btn .icon {
  width: 1em;
  height: 1em;
}

.nav-menu {
  background: white;
  border-radius: 50px;
  padding: 1.25em 4em;
  position: relative;
  z-index: 2;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  width: 4em;
  height: 4em;
}

#header-container nav .btn-header-container {
  display: none;
}

.menu-toggle img.active {
  display: block;
}
.menu-toggle img {
  display: none;
}

.el-nav-bg {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.712);
  transition: all 0.3s ease-in-out;
}

.el-nav-bg.active {
  opacity: 1;
}

/* banner da home */

.banner-home {
  position: relative;
  color: white;
  padding-bottom: 4em;
  overflow: hidden;
}

.banner-home .row {
  position: relative;
  z-index: 1;
}

.banner-home .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  z-index: -1;
}

.banner-home .section-bg img {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}

.banner-home h1 {
  font-size: calc(var(--h1) * 1.3);
}

.banner-home .banner-slider {
  position: relative;
  margin: 0 auto;
}

.banner-home .banner-slider .swiper {
  width: 80%;
  border-radius: var(--border-radius);
}

.banner-home .banner-slider .swiper-slide {
  transition: all 0.3s ease-in-out;
}

.banner-home .banner-slider .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0 !important;
}

.banner-slider .swiper-slide {
  background-color: var(--dark);
}

.banner-slider .swiper-button-prev {
  left: 0;
}

.banner-slider .swiper-button-next {
  right: 0;
}

.banner-home .banner-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.banner-home .el-rock-01 {
  width: 10em;
  height: 7em;
  left: -3%;
  bottom: 5%;
}

.banner-home .el-rock-02 {
  width: 4em;
  height: 4em;
  left: 13%;
  bottom: 0;
}

.banner-home .el-rock-03 {
  width: 5em;
  height: 5em;
  left: 30%;
  bottom: 5%;
}

.banner-home .el-rock-04 {
  width: 15em;
  height: 14em;
  right: 0;
  bottom: 5%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 3.5em;
  height: 3.5em;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background: url("assets/img/icons/ic-arrow-left.svg") no-repeat center center;
  width: 100%;
  height: 100%;
}

.swiper-button-next::after {
  transform: rotate(180deg);
}

.about-section {
  position: relative;
  overflow: hidden;
}

.about-section .row {
  position: relative;
  z-index: 1;
}

.about-section .item {
  padding: 2.5em;
  background: var(--dark);
}

.about-section .item + .item {
  margin-top: 0.5em;
  border-radius: var(--border-radius);
}

.about-section .item h3 {
  color: var(--yellow);
}

.about-section .item p {
  margin-bottom: 0;
}

.about-section .el-about-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  align-items: end;
  justify-content: center;
}

.about-section .el-about-container .el-about-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  z-index: 0;
  background-size: contain;
  background: url("assets/img/elements/el-bg-01.webp") no-repeat center center;
  animation: rotate 50s linear infinite;
  mask: radial-gradient(circle, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 80%);
}

.el-grown-container {
  display: grid;
  grid-template-columns: 0.8fr 1.05fr 1.2fr;
  justify-content: center;
  align-items: end;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  transform: scale(1.15);
}

.el-about-txt {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 65%;
  padding-top: 5em;
  text-align: center;
  font-size: calc(var(--p) * 1.175);
  padding-bottom: 0;
}

.about-section .el-rock-01 {
  width: 7em;
  height: 7em;
  right: 4%;
  top: 5%;
}

.about-section .el-rock-02 {
  width: 6em;
  height: 6em;
  right: 48%;
  top: 54%;
}

.cta-container {
  position: relative;
  z-index: 1;
}

.cta-container h3 {
  font-weight: 400;
}

.cta-container h3 strong {
  color: var(--yellow);
  font-weight: 500;
}

.cta-container p {
  padding-top: 1em;
  margin-bottom: 0;
  font-size: calc(var(--p) / 1.15);
}

.products-section {
  position: relative;
  background: url("assets/img/elements/el-lines-bg.svg") no-repeat center center;
  background-size: contain;
}

.cta-container .el-rock-01 {
  width: 20em;
  height: 15em;
  left: 2%;
  top: 0%;
}

.cta-container .el-rock-02 {
  width: 6em;
  height: 6em;
  right: 6%;
  bottom: 5%;
}

.products-section .el-bg-container {
  position: absolute;
  top: -4em;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.products-section .el-bg-container .el-video-bg {
  width: 60%;
  transition: all 0.15s ease-in-out;
  opacity: 1;
}

.products-section .el-bg-container .el-video-bg.anim {
  opacity: 0;
}

.products-section h2 {
  font-weight: 400;
}

.products-slider {
  margin-top: 4em;
  position: relative;
}

.products-slider .swiper {
  width: 85%;
  border-radius: var(--border-radius);
  position: relative;
  z-index: 2;
}

.products-slider .swiper-slide {
  transition: all 0.3s ease-in-out;
}

.products-slider .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0 !important;
}

.products-slider .swiper-slide .el-img {
  width: 16em;
  margin-bottom: 2.5em;
}

.products-slider .swiper-slide h3 {
  font-size: var(--h4);
  font-weight: 400;
  margin-bottom: 1.5em;
}

.products-slider .el-img-container {
  position: relative;
  width: calc(100% - 3em);
  height: 100%;
  background: rgba(17, 17, 17, 0.9);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: right;
  align-items: end;
  border-radius: var(--border-radius);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin: 2em 0;
}

.products-slider .el-grad-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 20em;
  height: 20em;
  background: radial-gradient();
  z-index: 1;
}

.products-section .el-yellow-grad {
  position: absolute;
  top: 0;
  left: -10%;
  width: 30em;
  height: 30em;
  background: radial-gradient(farthest-side, #fac05b57 0%, #fac05b00 100%);
  z-index: 2;
}

.products-slider .el-img-container img {
  padding-top: 15%;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  margin-right: 1em;
}

.products-slider .swiper-slide p {
  margin-bottom: 0;
}

.products-slider .swiper-button-prev {
  left: 8%;
}

.products-slider .swiper-button-next {
  right: 8%;
}

.products-section .el-rock-01 {
  width: 8em;
  height: 8em;
  left: 4%;
  top: 5%;
}

.products-section .el-rock-02 {
  width: 10em;
  height: 10em;
  right: 8%;
  bottom: 5%;
}

.testimonial-section {
  position: relative;
  overflow: hidden;
}

.testimonial-section .el-rock-01 {
  width: 6em;
  height: 6em;
  left: 10%;
  top: 5%;
}

.testimonial-section .el-rock-02 {
  width: 6em;
  height: 6em;
  right: 8%;
  top: 5%;
}

.testimonial-section .el-rock-03 {
  width: 20em;
  height: 20em;
  left: 2%;
  bottom: -5%;
}

.testimonial-section .row {
  position: relative;
  z-index: 1;
}

.testimonial-section span {
  font-size: calc(var(--p) / 1.45);
  letter-spacing: 0.25em;
  font-weight: 400;
  color: black;
  background-color: var(--yellow);
  padding: 0.5em 1em;
  border-radius: calc(var(--border-radius) / 1.25);
  margin-bottom: 1.5em;
  display: inline-block;
}

.testimonial-section h2 {
  font-weight: 400;
  font-size: calc(var(--h1) * 1.15);
  margin-bottom: 0.5em;
}

.testimonial-section h3 {
  font-size: calc(var(--h3) / 1.05);
  font-weight: 400;
}

.testimonial-section h3 strong {
  color: var(--yellow);
}

.testimonial-item {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.testimonial-body {
  background-color: var(--yellow);
  color: black;
  padding: 2em;
  padding-top: 5em;
  border-radius: var(--border-radius);
  position: relative;
}

.testimonial-body img {
  width: 5em;
  height: 6em;
  position: absolute;
  right: 1em;
  top: 1em;
  border-radius: 0.25em;
  object-fit: cover;
}

.testimonial-title {
  padding: 2em;
}

.testimonial-item h5 {
  color: var(--yellow);
  font-size: calc(var(--h5) / 1.1);
  margin-bottom: 0.25em;
}

.testimonial-item p {
  font-size: calc(var(--p) / 1.1);
  margin-bottom: 0;
}

.testimonial-item .testimonial-body-container {
  background: var(--dark);
  overflow: hidden;
  border-radius: var(--border-radius);
}

.testimonial-item h4 {
  font-weight: 400;
  padding-right: 35%;
  font-size: calc(var(--h4) * 1.15);
}

.testimonial-item a {
  font-size: calc(var(--p) * 1.1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  gap: 0.5em;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}

.testimonial-item a:hover {
  gap: 0.75em;
}

.testimonial-cta h3 {
  font-size: calc(var(--h3) / 1.2);
}

.testimonial-cta h3 strong {
  color: white;
}

.testimonial-section .el-testimonials-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50em;
  height: 50em;
  z-index: 0;
  background-size: contain;
  background: url("assets/img/elements/el-bg-01.webp") no-repeat center center;
  animation: rotate 50s linear infinite;
  mask: radial-gradient(
    closest-side,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 80%
  );
  -webkit-mask: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 80%
  );
}

.card-section {
  position: relative;
}

.card-section .container-fluid {
  overflow: hidden;
}

.card-section .el-rock-01 {
  width: 25em;
  height: 25em;
  right: 4%;
  top: -12.5em;
}

.card-section .el-rock-02 {
  width: 4em;
  height: 4em;
  right: 5%;
  top: 30%;
}

.card-section .row {
  position: relative;
  z-index: 1;
}

.card-section .el-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.card-section .el-bg-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-section h2 {
  font-size: calc(var(--h1) * 1.2);
}

.card-section p {
  font-size: calc(var(--p) * 1.45);
  margin-bottom: 0;
  padding-right: 58%;
}

.card-section h2 strong {
  color: var(--yellow);
  font-weight: 500;
}

.high-items ul {
  margin-top: 2em;
  display: flex;
  gap: 1em;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.high-items ul li {
  padding: 1.5em 2.5em;
  background-color: var(--dark);
  text-align: center;
  border-radius: var(--border-radius);
}

.high-items h3 {
  white-space: nowrap;
  font-weight: 400;
  font-size: calc(var(--h3) / 1.45);
}

.high-items h3 strong {
  color: var(--yellow);
  display: block;
  font-weight: 500;
  font-size: calc(var(--h3) * 1.7);
}

.yellow-section {
  background-color: var(--yellow);
  color: black;
  position: relative;
  z-index: 1;
}

.yellow-section .el-rock-01 {
  opacity: 1;
  width: 10em;
  height: 10em;
  left: 6%;
  bottom: -5.5em;
}

.yellow-section .el-rock-02 {
  opacity: 1;
  width: 15em;
  height: 15em;
  right: 4%;
  top: -7.5em;
}

.yellow-section a {
  font-size: calc(var(--p) * 1.15);
}

.yellow-section h2 {
  font-size: calc(var(--h2) * 1.1);
  font-weight: 500;
}

.yellow-section .d-flex {
  gap: 0.5em;
  justify-content: center;
}

.yellow-section p {
  margin-bottom: 0.5em;
}

.private-section {
  position: relative;
  overflow: hidden;
}

.private-section .row {
  position: relative;
  z-index: 1;
}

.private-section .el-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.private-section .el-bg-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(180deg);
}

.private-section h2 {
  font-size: calc(var(--h2) * 1.4);
  font-weight: 500;
}

.private-section h2 strong {
  font-weight: 500;
  color: var(--yellow);
}
.private-section .card-item {
  padding: 2em;
  background: var(--dark);
  border-radius: var(--border-radius);
  display: flex;
  gap: 2em;
}

.private-section .card-item p {
  margin-bottom: 0;
}

.private-section .card-item + .card-item {
  margin-top: 2em;
}

.private-section .card-item .icon {
  width: 8em;
}

.testimonial-slider-section h2 {
  font-size: calc(var(--h2) * 1.55);
  font-weight: 400;
  margin-bottom: 0.35em;
}

.testimonial-slider-section h2 + p {
  font-size: calc(var(--p) / 1.05);
  padding-right: 20%;
}

.testimonials-slider {
  position: relative;
}

.testimonials-slider .swiper {
  width: 70%;
  margin: 0 auto;
}

.testimonials-slider .testimonial-body-container {
  position: relative;
  width: 100%;
  height: 30em;
  overflow: hidden;
  border: solid 0.5em #111111;
  border-radius: 1.25em;
  display: flex;
  align-items: end;
}

.testimonials-slider .testimonial-body-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-slider .testimonial-title {
  text-align: center;
  width: 100%;
  padding: 1em;
}

.testimonials-slider .swiper-button-prev {
  left: 8%;
}

.testimonials-slider .swiper-button-next {
  right: 8%;
}

.cta2-section {
  position: relative;
  overflow: hidden;
}

.cta2-section .el-rock-01 {
  width: 10em;
  height: 10em;
  left: -2%;
  top: -5.5em;
}

.cta2-section .el-rock-02 {
  opacity: 1;
  width: 4em;
  height: 4em;
  right: 6%;
  top: 5%;
}

.cta2-section .el-flag-container {
  position: relative;
  text-align: center;
}

.cta2-section .el-flag-container img {
  width: 35em;
  position: relative;
  z-index: 1;
}

.cta2-section .el-testimonials-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50em;
  height: 50em;
  z-index: 0;
  background-size: contain;
  background: url("assets/img/elements/el-bg-01.webp") no-repeat center center;
  animation: rotate 50s linear infinite;
  mask: radial-gradient(
    closest-side,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 80%
  );
  -webkit-mask: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 80%
  );
}

.cta2-section h2 {
  font-size: calc(var(--h2) * 1.15);
  margin-bottom: 0.5em;
  width: 75%;
}

.cta2-section p {
  font-size: calc(var(--p) * 1.15);
  margin-bottom: 2em;
  width: 85%;
}

.grid-section {
  position: relative;
}

.grid-section .row {
  position: relative;
  z-index: 1;
}

.grid-section .el-rock-01 {
  width: 10em;
  height: 10em;
  left: 5%;
  top: 20%;
}

.grid-section .el-rock-02 {
  opacity: 1;
  width: 24em;
  height: 30em;
  right: 0;
  top: 0%;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  position: relative;
  z-index: 1;
}

.grid-container .grid-item {
  padding: 2em;
  padding-bottom: 1.5em;
  background: var(--dark);
  border-radius: var(--border-radius);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.grid-container .grid-item .icon {
  width: 1.85em;
  height: 1.85em;
  margin-left: auto;
}

.grid-container .grid-item h3 {
  margin-bottom: 0;
}

.blog-section {
  position: relative;
  overflow: hidden;
}

.blog-section .el-rock-01 {
  width: 10em;
  height: 10em;
  left: 8%;
  top: 5%;
}

.blog-section .el-rock-02 {
  opacity: 1;
  width: 5em;
  height: 5em;
  right: 10%;
  top: 0%;
}

.blog-section .el-rock-03 {
  opacity: 1;
  width: 35em;
  height: 30em;
  right: 3%;
  bottom: -30%;
  transform: rotate(56deg);
}

.blog-section .row {
  position: relative;
  z-index: 1;
}

.blog-section .blog-slider {
  position: relative;
}

.blog-section .blog-slider .swiper {
  width: 90%;
  margin: 0 auto;
}

.blog-section .blog-item {
  padding: 1.25em;
  background: var(--dark);
  border-radius: calc(var(--border-radius) * 2);
  text-align: left;
  position: relative;
  justify-items: right;
}

.blog-section .blog-item img {
  width: 100%;
  height: 12em;
  object-fit: cover;
  border-radius: calc(var(--border-radius) * 2);
  margin-bottom: 1.25em;
}

.blog-section .blog-item span {
  font-size: calc(var(--p) / 1.25);
  font-weight: 400;
}

.blog-section .blog-item h3 {
  font-size: calc(var(--h5) * 1.15);
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0.5em;
}

.blog-section .blog-item .btn-yellow {
  color: var(--yellow);
  background: none;
  padding: 0;
  margin-top: 2em;
  margin-left: auto;
  gap: 0.5em;
  transition: all 0.3s ease-in-out;
}

.blog-section .blog-item .btn-yellow:hover {
  color: white;
}

.blog-section .blog-item .btn-yellow:hover .icon.i-arrow-right {
  background: url("assets/img/icons/ic-arrow-right-white.svg") no-repeat center
    center;
}

.blog-section .blog-item .icon {
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}

footer {
  background: var(--dark);
}

footer h3 {
  font-size: var(--h3);
  font-weight: 400;
  margin-bottom: 1em;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer .social-list {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin-top: 2.5em;
}

footer .nav-list-info ul {
  padding: 2em 0;
  margin-bottom: 0;
  position: relative;
}

footer .nav-list-info ul li {
  margin-bottom: 1em;
}

footer .nav-list-info ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 1px;
  background: #1e1e1e;
}

footer .social-list .icon {
  width: 1.5em;
  height: 1.5em;
}

footer .nav-list li {
  margin-bottom: 1.5em;
}

footer .nav-list li:last-child {
  margin-bottom: 0;
}

footer .nav-list li a {
  font-size: var(--p);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 1em;
  line-height: 1.15;
}

footer .nav-list li a .icon {
  width: 0.75em;
  height: 0.75em;
  display: block;
}

footer .btn-dark {
  margin-bottom: 3em;
  background: #1e1e1e;
}

footer .btn-dark .icon {
  width: 1em;
  height: 1em;
}

.el-video-bg-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: none;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2em;
}

.el-video-bg-container.active {
  display: flex;
  pointer-events: all;
}

.el-video-bg-container video {
  border-radius: 2em;
  width: auto;
  height: 70%;
  position: relative;
  z-index: 1;
}

.el-video-bg-container .el-video-bg {
  width: 100%;
  height: 100%;
  background: var(--dark);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.btn-video-close {
  background: url("assets/img/icons/ic-close.svg") no-repeat center center;
  width: 2em;
  height: 2em;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.disclaimer {
  font-size: 0.8em;
  color: #888;
  margin: 50px 10%;
}

/* ANIMAÇÕES */

.girar {
  animation: girar 80s infinite;
  animation-timing-function: linear;
}

@keyframes girar {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.float1 {
  animation: float1 3.5s infinite;
  animation-timing-function: ease-in-out;
}

@keyframes float1 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.float2 {
  animation: float2 2.8s infinite;
  animation-timing-function: ease-in-out;
}

@keyframes float2 {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}

.float3 {
  animation: float3 4s infinite;
  animation-timing-function: ease-in-out;
}

@keyframes float3 {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-3px);
  }
}

.float4 {
  animation: float4 6s infinite;
  animation-timing-function: ease-in-out;
}

@keyframes float4 {
  0% {
    transform: translateY(7px);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(7px);
  }
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.wp-content-section h1 {
  font-weight: 400;
  font-size: calc(var(--h1) * 1.15);
  margin-bottom: 0.5em;
}

.wp_content {
  padding-top: 2em;
}

.wp_content li + li {
  margin-top: 0.5em;
}

.wp_content ul,
.wp_content ol {
  margin: 1em 0;
}

.wp_content h4 {
  font-size: calc(var(--h4) * 1.15);
  margin-top: 1em;
  font-weight: 400;
}

.wp_content p + h3,
.wp_content ul + h3,
.wp_content ol + h3,
.wp_content p + h4 {
  margin-top: 2em;
}

.el-video-bg::-webkit-media-controls,
.el-video-bg::-moz-media-controls,
.el-video-bg::-o-media-controls,
.el-video-bg::-ms-media-controls,
.el-video-bg::-webkit-media-controls-enclosure,
.el-video-bg::-moz-media-controls-enclosure,
.el-video-bg::-o-media-controls-enclosure,
.el-video-bg::-ms-media-controls-enclosure,
.el-video-bg::-webkit-media-controls-panel,
.el-video-bg::-moz-media-controls-panel,
.el-video-bg::-o-media-controls-panel,
.el-video-bg::-ms-media-controls-panel,
.el-video-bg::-webkit-media-controls-play-button,
.el-video-bg::-moz-media-controls-play-button,
.el-video-bg::-o-media-controls-play-button,
.el-video-bg::-ms-media-controls-play-button {
  display: none !important;
  pointer-events: none;
}

.cookies-container {
  position: fixed;
  bottom: 1.5em;
  right: 1.5em;
  background: var(--olddark);
  color: white;
  padding: 1.5em;
  z-index: 9999;
  width: 30em;
  border-radius: 0.5em;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
  max-width: 100%;
  display: none;
}

.cookies-container p {
  font-size: calc(var(--p) / 1.15);
}
.cookies-container p a {
  text-decoration: underline;
}

.cookies-container .btn {
  font-size: calc(var(--p) / 1.15);
}

.form-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.form-container .form-group .input-item {
  width: 100%;
  padding: 0.75em;
  border-radius: var(--border-radius);
  border: none;
  background-color: var(--olddark);
  color: white;
}

.form-container .form-group .input-item:focus {
  outline: none;
  box-shadow: 0 0 0.25em var(--yellow);
}

.form-container .form-group .btn {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5em;
}

.form-group span {
  font-size: inherit;
  letter-spacing: normal;
  color: inherit;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  display: inline-block;
}
.form-container .form-group .wpcf7-checkbox {
  background: none;
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.wpcf7-not-valid-tip {
  font-size: calc(var(--p) / 1.15);
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-response-output {
  border: none !important;
  background: var(--dark);
  color: white;
  padding: 0.5em;
  border-radius: var(--border-radius);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: var(--yellow);
  color: black;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232; /* Orange */
  color: white;
}

.wpcf7 form.spam .wpcf7-response-output {
  background: #f56e28; /* Orange */
  color: white;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450; /* Green */
  color: white;
}
