@charset "UTF-8";
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic-Bold.eot");
  src: url("../fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic.eot");
  src: url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AbadiMT";
  src: url("../fonts/AbadiMT-Light.eot");
  src: url("../fonts/AbadiMT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AbadiMT-Light.woff2") format("woff2"), url("../fonts/AbadiMT-Light.woff") format("woff"), url("../fonts/AbadiMT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AbadiMT";
  src: url("../fonts/AbadiMT.eot");
  src: url("../fonts/AbadiMT.eot?#iefix") format("embedded-opentype"), url("../fonts/AbadiMT.woff2") format("woff2"), url("../fonts/AbadiMT.woff") format("woff"), url("../fonts/AbadiMT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-Bold.eot");
  src: url("../fonts/JosefinSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/JosefinSans-Bold.woff2") format("woff2"), url("../fonts/JosefinSans-Bold.woff") format("woff"), url("../fonts/JosefinSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.home {
  position: relative;
}
.home-banner {
  display: flex;
  background: #3F5364;
  height: fit-content;
  width: 100%;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.home-banner .splide {
  position: relative;
  width: 100%;
  height: 100vh;
}
.home-banner .splide li {
  height: 100vh;
  width: 100%;
}
.home-banner .splide .homer-banner-image {
  position: relative;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  position: relative;
  clip-path: polygon(5% 25%, 52.5% 0, 95% 25%, 95% 75%, 52.5% 100%, 5% 75%);
}
.home-banner .splide .homer-banner-background {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0%;
  filter: blur(5px) grayscale(0.9) brightness(0.5);
  object-fit: cover;
}
.home-banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 5%;
  align-self: flex-end;
  padding-bottom: 10%;
  width: 35%;
  z-index: 2;
}
.home-banner-text p, .home-banner-text h1, .home-banner-text h2 {
  color: #FFFFFF;
}
.home-banner-text p, .home-banner-text h2 {
  margin-bottom: 20px;
}
.home-banner-text h1 {
  font-size: 7em;
  line-height: 0.6;
}
.home-banner-wrapper {
  position: absolute;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  height: 140%;
  right: -25%;
  width: 80%;
  z-index: 2;
  top: -20%;
}
.home-banner-decore {
  width: 350px;
  aspect-ratio: 1/1;
  background: #FEC524;
  clip-path: polygon(5% 25%, 52.5% 0, 95% 25%, 95% 75%, 52.5% 100%, 5% 75%);
  position: absolute;
  left: -50px;
  bottom: 20%;
  content: "";
}
.home-about {
  width: 100%;
  display: flex;
  height: auto;
  align-items: center;
}
.home-about-text {
  width: 50%;
  padding-left: 2em;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.home-about-text h2, .home-about-text h3, .home-about-text p {
  color: #3F5364;
}
.home-about-image {
  width: 50%;
  object-fit: cover;
}
.home-services {
  display: flex;
  padding: 2em 5%;
  width: 100%;
  padding: 5%;
  background: #F4F4F4;
}
.home-services-text {
  width: 50%;
  background-image: url("../icons/back.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-right: 5%;
}
.home-services-item {
  display: flex;
  gap: 1em;
  align-items: flex-end;
}
.home-services-list {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.home-services-list span {
  font-family: "Josefin Sans";
  font-weight: bold;
  color: rgba(112, 112, 112, 0.4666666667);
  font-size: 2.5em;
  line-height: 1;
}
.home-briefcase {
  display: flex;
}
.home-briefcase-menu {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
  padding: 0 5%;
  padding-right: 20%;
}
.home-briefcase-menu h6 {
  text-transform: uppercase;
}
.home-briefcase-menu hr {
  opacity: 1;
  margin-top: 0;
  height: 1px;
}
.home-briefcase-menu a:hover {
  text-decoration: none;
}
.home-briefcase-menu a:hover h6 {
  color: #FEC524;
}
.home-briefcase-menu a:hover hr {
  background: #FEC524;
}
.home-briefcase-image {
  width: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.home h3::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61' height='7' viewBox='0 0 61 7'%3E%3Crect id='Rectángulo_61' data-name='Rectángulo 61' width='61' height='7' fill='%23fec524'/%3E%3C/svg%3E%0A");
  width: 45px;
  height: 5px;
  position: relative;
  display: flex;
  background-size: 100%;
}
@media screen and (max-width: 993px) {
  .home section {
    padding: 2em 1em;
  }
  .home-banner {
    height: auto;
    flex-direction: column;
    gap: 1em;
    padding-top: 120px !important;
  }
  .home-banner-text {
    width: 100%;
    text-align: center;
    padding-right: 0;
    align-items: center;
  }
  .home-banner .splide {
    right: -50%;
    position: relative;
    transform: scale(1.3);
  }
  .home-banner .splide::before {
    bottom: 20px;
  }
  .home-banner #bannerBack {
    left: 0;
    top: 0;
  }
  .home-banner-decore {
    width: 200px;
    bottom: 5%;
  }
  .home-about {
    flex-direction: column-reverse;
    gap: 1em;
  }
  .home-about-text {
    text-align: center;
    padding: 0;
    width: 100%;
    align-items: center;
  }
  .home-about-image {
    width: 100%;
  }
  .home-services {
    flex-direction: column;
  }
  .home-services-text {
    text-align: center;
    width: 100%;
  }
  .home-services-list {
    width: 100%;
    gap: 1em;
    align-items: center;
  }
  .home-services-item {
    gap: 0.5em;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .home-briefcase {
    flex-direction: column;
    gap: 1em;
  }
  .home-briefcase-menu {
    width: 100%;
    padding: 0;
    align-items: center;
    gap: 1em;
  }
  .home-briefcase-menu a {
    width: 90%;
    text-align: center;
  }
  .home-briefcase-menu .button {
    width: fit-content;
  }
  .home-briefcase-image {
    width: 100%;
  }
  .home h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
}