/* ******************  STYLES ************** */
/*font-size*/
.text-xxs {
  font-size: 1rem;
} /*16px*/
.text-xs {
  font-size: 1.125rem;
} /*18px*/
.text-sm {
  font-size: 1.25rem;
} /*20px*/
.text-md {
  font-size: 1.5rem;
} /*24px*/
.text-lg {
  font-size: 1.75rem;
} /*28px*/
.text-xl {
  font-size: 2rem;
} /*32px*/
.text-xll {
  font-size: 3rem;
} /*48px*/
.text-xxll {
  font-size: 4rem;
} /*65px*/
.text-xxl {
  font-size: 5.125rem;
} /*82px*/
.text-xxxl {
  font-size: 6rem;
} /*96px*/
.text-xxxxl {
  font-size: 6.875rem;
} /*110px*/
/* CUSTOM STYLES */
main {
  overflow: hidden;
}

img {
  width: 100%;
}

section {
  margin: 3.875rem 0;
}

.z-index-plus-1 {
  z-index: 1;
}

.z-index-plus-2 {
  z-index: 2;
}

.z-index-minus-1 {
  z-index: -1;
}

/* .row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
} */
/* .rounded-6 {
  border-radius: 1.25rem;
} */
.p-6 {
  /* 42px */
  padding: 2.625rem;
}

.pt-6 {
  padding-top: 2.625rem;
}

.pb-6 {
  padding-bottom: 2.625rem;
}

.py-6 {
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
}

.px-6 {
  padding-left: 2.625rem;
  padding-right: 2.625rem;
}

/* TYPOGRAPHY */
p {
  line-height: 2 !important;
}

.subtitle {
  color: #FF4A42;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 0.625rem;
  display: block;
  text-transform: capitalize;
}

h1,
h2 {
  text-transform: capitalize;
  font-weight: 800;
}

.title-transparent {
  color: #1A1A1D;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
}
.title-transparent.title-big {
  font-size: 2rem;
}

/* BUTTONS */
.btn {
  color: #FFF;
  text-transform: uppercase;
}
.btn:hover, .btn:active {
  color: #FFF !important;
}

button:focus:not(:focus-visible) {
  outline: none !important;
}

.btn-link {
  text-decoration: none;
}

.btn-animation-arrow {
  position: relative;
}
.btn-animation-arrow:hover .btn-animation-arrow-right {
  transform: translate3d(10px, 0, 0);
}
.btn-animation-arrow .btn-animation-arrow-right {
  transition: transform 0.3s ease;
  vertical-align: middle;
  position: relative;
}

/* ICONS */
.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0.5rem;
  transition: 0.05s;
}
.icon.icon-medium {
  width: 1.75rem;
  height: 1.75rem;
}
.icon.icon-linkedin {
  background-image: url("../../dist/images/social-icons/linkedin.svg");
}
.icon.icon-facebook {
  background-image: url("../../dist/images/social-icons/facebook.svg");
}
.icon.icon-instagram {
  background-image: url("../../dist/images/social-icons/instagram.svg");
}
.icon:hover {
  filter: invert(44%) sepia(10%) saturate(6005%) hue-rotate(324deg) brightness(98%) contrast(108%);
}

.logo-company {
  max-width: 9.81rem;
  width: 100%;
  margin: 0 0.781rem;
}

/* HEADER */
header {
  position: relative;
}
header .header-top {
  padding: 0.69rem 0;
  background: #1C1B1F;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.05);
}
header .header-top-phone {
  display: none;
}
header .navbar {
  padding: 1.5rem 0;
  background-color: #151518;
}
header .navbar-menu a {
  text-decoration: none;
  color: #817E87;
  margin: 0 0.4rem;
  padding: 1rem 0;
  transition: 0.3s;
}
header .navbar-menu a:first-child {
  margin-left: 0;
}
header .navbar-menu a:hover {
  color: #FF4A42;
}
header .navbar .btn-menu {
  text-decoration: none;
  color: white;
  width: 100%;
  display: block;
}

.header-logo {
  top: 0;
  left: 0;
  position: absolute;
  background-color: #26252A;
  max-width: 12.375rem;
  width: 100%;
  height: 8.6rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 1%, 100% 0, 94% 100%, 0% 100%);
}
.header-logo-link {
  max-width: 8.25rem;
  width: 100%;
  display: block;
}

.header-desc {
  padding: 10rem 0 11.625rem 0;
  background: linear-gradient(90deg, #1D1C20 0%, rgba(29, 28, 32, 0) 64.93%), linear-gradient(0deg, rgba(69, 69, 69, 0.6), rgba(69, 69, 69, 0.6)), url("../../dist/images/header-image/header-desc-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}

.header-slider-btns {
  background: #121113;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
}
.header-slider-btns a {
  color: #817E87;
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  padding: 0.875rem;
  text-decoration: none;
  text-align: center;
  border-top: 5px solid transparent;
  transition: ease 0.3s;
}
.header-slider-btns a.active {
  color: #FFF;
  background: #1C1B1F;
  border-top: 5px solid #FF4A42;
}
.header-slider-btns a:hover {
  color: #54595F;
  background: #17161A;
  border-top: 5px solid #38383A;
}

/* LIST TAGS */
.list-tags {
  display: inline-flex;
}
.list-tags a {
  color: #817E87;
  text-decoration: none;
  transition: 0.3s;
}
.list-tags a:hover {
  color: #FF4A42;
}
.list-tags a:not(:last-child)::after {
  content: " / ";
  color: #817E87;
  margin: 0 0.2rem;
}

/* OFFCANVAS */
#offcanvasMenu {
  background: transparent;
}
#offcanvasMenu .offcanvas-header {
  background: #26252A;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  padding: 3.75rem 2.62rem;
}
#offcanvasMenu .offcanvas-logo {
  max-width: 8.25rem;
  width: 100%;
}
#offcanvasMenu .offcanvas-menu a {
  display: block;
  text-decoration: none;
  color: #817E87;
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
  transition: 0.3s;
}
#offcanvasMenu .offcanvas-menu a:hover {
  color: #FF4A42;
}

/* ***********************  MEDIA *********************** */
@media (min-width: 420px) {
  .header-top-phone {
    display: inline-block !important;
  }
  .header-top-phone-mobile {
    display: none;
  }
  .title-transparent.title-big {
    font-size: 3rem;
  }
  .header-slider-btns a {
    font-size: 1.125rem;
    padding: 1rem;
  }
}
/* SM */
@media (min-width: 576px) {
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .w-sm-100 {
    width: 100%;
  }
  .title-transparent.title-big {
    font-size: 3.75rem;
  }
  section {
    margin: 6.25rem 0;
  }
  .header-slider-btns a {
    font-size: 1.25rem;
    padding: 1.875rem;
  }
  .logo-company {
    margin: 0 1.75rem;
  }
}
/* MD */
@media (min-width: 768px) {
  .w-md-50 {
    width: 50%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-100 {
    width: 100%;
  }
  header .navbar {
    padding: 1.25rem 0;
  }
  .header-logo {
    height: 9.6rem;
  }
  .title-transparent.title-big {
    font-size: 5rem;
  }
}
/* LG */
@media (min-width: 992px) {
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-lg-100 {
    width: 100%;
  }
  .title-transparent.title-big {
    font-size: 6rem;
  }
  .logo-company {
    margin: 0 2.28rem;
  }
}
/* XL */
@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50%;
  }
  .w-xl-75 {
    width: 75%;
  }
  .w-xl-100 {
    width: 100%;
  }
  header .navbar-menu a {
    margin: 0 0.875rem;
  }
  header .header-top-tags a:not(:last-child)::after {
    margin: 0 0.4rem;
  }
  .header-logo {
    left: 2rem;
    height: 9.6rem;
    clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
  }
  .header-logo-link {
    max-width: 9.8rem;
  }
  .header-logo::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    left: 0;
    top: 0;
    background-color: #FF4A42;
  }
  .logo-company {
    margin: 0 1.4rem;
  }
}
/* XXL */
@media (min-width: 1400px) {
  header .navbar-menu a {
    margin: 0 1.375rem;
  }
  .header-logo {
    left: 3rem;
  }
}
/* XXXL */
@media (min-width: 1600px) {
  .header-logo {
    left: 8rem;
  }
}
/* XXXLL */
@media (min-width: 1750px) {
  .header-logo {
    left: 14rem;
  }
}
@media (max-width: 992px) {
  .container-lg-fluid {
    max-width: 100% !important;
    padding: 0;
  }
}