@charset "UTF-8";
/* Regular */
@font-face {
  font-family: "BeaufortforLOL";
  src: url("../fonts/font-face/BeaufortforLOL-Regular.ttf") format("truetype"),
    url("../fonts/font-face/BeaufortforLOL-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* Italic */
@font-face {
  font-family: "BeaufortforLOL";
  src: url("BeaufortforLOL-Italic.woff2") format("woff2"),
    url("../fonts/font-face/BeaufortforLOL-Italic.ttf") format("truetype"),
    url("../fonts/font-face/BeaufortforLOL-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
/* Medium */
@font-face {
  font-family: "BeaufortforLOL";
  src: url("../fonts/font-face/BeaufortforLOL-Medium.ttf") format("truetype"),
    url("../fonts/font-face/BeaufortforLOL-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
/* Medium Italic */
@font-face {
  font-family: "BeaufortforLOL";
  src: url("BeaufortforLOL-MediumItalic.woff2") format("woff2"),
    url("../fonts/font-face/BeaufortforLOL-MediumItalic.ttf") format("truetype"),
    url("../fonts/font-face/BeaufortforLOL-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: "BeaufortforLOL";
  src: url("BeaufortforLOL-Light.woff2") format("woff2"),
    url("../fonts/font-face/BeaufortforLOL-Light.ttf") format("truetype"),
    url("../fonts/font-face/BeaufortforLOL-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
/* Light Italic */
@font-face {
  font-family: "BeaufortforLOL";
  src: url("BeaufortforLOL-LightItalic.woff2") format("woff2"),
    url("../fonts/font-face/BeaufortforLOL-LightItalic.ttf") format("truetype"),
    url("../fonts/font-face/BeaufortforLOL-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: "BeaufortforLOL";
  src: url("BeaufortforLOL-Bold.woff2") format("woff2"),
    url("../fonts/font-face/BeaufortforLOL-Bold.ttf") format("truetype"),
    url("../fonts/font-face/BeaufortforLOL-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/* Bold Italic */
@font-face {
  font-family: "BeaufortforLOL";
  src: url("BeaufortforLOL-BoldItalic.woff2") format("woff2"),
    url("../fonts/font-face/BeaufortforLOL-BoldItalic.ttf") format("truetype"),
    url("../fonts/font-face/BeaufortforLOL-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
/* Heavy */
@font-face {
  font-family: "BeaufortforLOL";
  src: url("BeaufortforLOL-Heavy.woff2") format("woff2"),
    url("../fonts/font-face/BeaufortforLOL-Heavy.ttf") format("truetype"),
    url("../fonts/font-face/BeaufortforLOL-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
/* Heavy Italic */
@font-face {
  font-family: "BeaufortforLOL";
  src: url("BeaufortforLOL-HeavyItalic.woff2") format("woff2"),
    url("../fonts/font-face/BeaufortforLOL-HeavyItalic.ttf") format("truetype"),
    url("../fonts/font-face/BeaufortforLOL-HeavyItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
*,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

body {
  font-size: 1rem;
  font-family: "BeaufortforLOL", sans-serif;
  background-color: #161616;
  color: #b8b8b8;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  color: #b8b8b8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  color: #dea55a;
}

header {
  width: 100%;
  height: 786px;
  background: url(../images/hero.png) no-repeat left top;
  position: relative;
  margin-bottom: 100px;
}
header .card_server {
  max-width: 370px;
  min-height: 300px;
}
header .card_server .card-header {
  height: 92px;
  background: url(../images/bg_header_card.png) no-repeat;
  position: relative;
}
header .card_server .card-header::before {
  content: "";
  width: 104px;
  height: 104px;
  background: url(../images/sm_logo.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -10%);
}
header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    #00000000 9%,
    #161616 71%,
    #161616 100%
  );
}

.card {
  background-color: #1a1a1a;
  border-color: #292929;
  color: #b8b8b8;
}
.card .card-body .card-title {
  text-transform: uppercase;
  padding: 43px 0 14px 0;
  line-height: 11px;
  text-align: center;
  text-shadow: 0 0 22px #0f0f0f;
}
.card .card-body .card-title h4 {
  font-size: 1.7rem;
  background: linear-gradient(180deg, white 0%, white 39%, #e6b458 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}
.card .card-body .card-title span {
  color: #b8b8b8;
  font-weight: 500;
  font-size: 0.9rem;
}
.card .card-body .divider {
  max-width: 327px;
  height: 10px;
  display: block;
  margin: 7px 0;
  background: url(../images/divider_sm.png) no-repeat center/contain;
}
.card .card-body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card .card-body ul li span:nth-child(1) {
  color: #b8b8b8;
}
.card .card-body ul li span:nth-child(1)::before {
  width: 15px;
  height: 15px;
  background: url(../images/checked_icon.svg) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  content: "";
}
.card .card-body ul li span:nth-child(2) {
  color: #d0be9a;
}
.card .card-footer {
  text-align: center;
  padding: 0;
  border: 0;
}
.card .card-footer a {
  width: 295px;
  height: 73px;
  display: block;
  line-height: 73px;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 550;
  background: url(../images/button.png) no-repeat center/contain;
  transition: 0.5s ease-in-out;
  margin: 0 auto;
  transform: translate(0, 50%);
}
.card .card-footer a:hover {
  filter: brightness(125%) drop-shadow(0 0 15px rgba(255, 255, 255, 0.2));
}

.card .card-header,
.card .card-footer {
  border-color: #292929;
}

section#bonus {
  width: 100%;
  height: 608px;
  background: url(../images/bg_section_1.png) no-repeat center top/cover;
}
section#bonus .section_title {
  padding: 40px 0 40px 0;
}
section#bonus .section_title h1 {
  background: linear-gradient(180deg, white 0%, white 39%, #e6b458 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
  font-size: 3rem;
  text-transform: uppercase;
  text-shadow: 0 0 22px #0f0f0f;
}
section#bonus ul li {
  color: #fff;
  font-family: "Open Sans", "BeaufortforLOL", sans-serif, sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 11px;
}
section#bonus ul li:last-child {
  margin-bottom: 0;
}
section#bonus ul li::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/checked_icon.svg) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
section#bonus a.btn {
  padding: 20px 35px;
  font-weight: 500;
  font-size: 1.5rem;
  display: block;
  text-transform: uppercase;
  background-color: #3e6d3e;
  color: #fff;
}

section#exclusividades {
  width: 100%;
  height: 500px;
  background: url(../images/bg_section_2.png) no-repeat center top;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-slider {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  overflow: hidden;
  color: #e7d3aa;
  padding: 40px 20px;
  text-align: left;
}
.my-slider .slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}
.my-slider .slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
}
.my-slider .slide h2 {
  font-size: 2rem;
  font-weight: bold;
}
.my-slider .slide p {
  color: #ccc;
  margin-top: 10px;
}
.my-slider .slide p .highlight {
  color: #f4b942;
}
.my-slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 2rem;
  color: #e7d3aa;
  cursor: pointer;
  z-index: 10;
}
.my-slider .arrow.prev {
  left: 10px;
}
.my-slider .arrow.next {
  right: 10px;
}

footer {
  background-color: #252525;
}
footer .copy {
  padding: 20px;
  text-align: center;
}
footer .copy span {
  color: #938f8f;
}
footer .copy p {
  color: #d3d1d1;
}
footer .copy .social_icons {
  max-width: max-content;
  margin: 15px auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 5px 20px;
  border-radius: 22px;
  border: 1px solid rgba(184, 184, 184, 0.2);
}
footer .copy .social_icons a {
  color: #b8b8b8;
  font-size: 1.7rem;
  transition: 0.3s ease-in-out;
}
footer .copy .social_icons a:hover {
  color: #dea55a;
}
footer .footer_links {
  background-color: #202020;
  padding: 15px;
  text-align: center;
}
footer .footer_links a:not(:last-child)::after {
  content: " / ";
  color: #938f8f;
  margin: 0 5px;
}

.slider-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
  gap: 20px;
}
@media (max-width: 768px) {
  .slider-container {
    flex-direction: column;
  }
}

.class-info,
.class-image,
.bonus-list {
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.slider-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.slider-sidebar .slider {
  width: 133px;
  height: 108px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.5s ease-in-out;
  position: relative;
  display: flex;
  justify-content: center;
}
.slider-sidebar .slider.active {
  opacity: 1;
}
.slider-sidebar .slider::before {
  width: 100%;
  height: 100%;
  background: url(../images/border-icon-char.png) no-repeat center;
  position: absolute;
  content: "";
}

.slider-content {
  flex: 1;
  background-color: #2c2c2c;
  padding: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border: 5px solid #000;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  border-image: url(../images/block-border.png) 5 round round;
}
.slider-content:after {
  content: "";
  position: absolute;
  background: url(../images/corner-right-bottom.png) no-repeat;
  width: 81px;
  height: 81px;
  right: -17px;
  bottom: -17px;
}
.slider-content:before {
  content: "";
  position: absolute;
  background: url(../images/corner-right-bottom.png) no-repeat;
  transform: rotate(180deg);
  width: 81px;
  height: 81px;
  left: -17px;
  top: -17px;
}
.slider-content .bonus {
  max-width: 700px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.slider-content .bonus .bonus-list {
  width: 75%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.slider-content .bonus .bonus-list ul {
  list-style: none;
  padding: 0;
}
.slider-content .bonus .bonus-list ul li {
  margin-bottom: 5px;
}
.slider-content .bonus .bonus-list ul li::before {
  content: "✔";
  color: limegreen;
  margin-right: 5px;
}
.slider-content .class-info {
  width: 100%;
  position: relative;
  z-index: 2;
}
.slider-content .class-info h3 {
  max-width: max-content;
  background-color: #3a3a3a;
  padding: 10px;
  margin-bottom: 10px;
}
.slider-content .class-info .desc-class {
  background: linear-gradient(
    90deg,
    rgba(58, 58, 58, 1) 0%,
    rgba(58, 58, 58, 0.9) 85%,
    transparent
  );
  padding: 10px;
  height: 150px;
}
.slider-content .class-info .desc-class p {
  color: #ccc;
  line-height: 1.5;
}
.slider-content .class-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.slider-content .class-image img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .slider-content .class-image {
    position: static;
  }
  .slider-content .class-image img {
    max-width: 100%;
  }
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.fade-out {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.class-image img {
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/*# sourceMappingURL=app.css.map */
