@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&family=Roboto:wght@100;400;700&display=swap");
* {
  font-family: "Poppins", sans-serif;
}

.nav-menu-fg {
  display: none;
  background-color: white;
  padding: 1rem 1rem 0 1rem;
  width: 100%;
  text-decoration: none;
  margin-top: 1rem;
  border-radius: 5px;
}

.nav-menu-fg ul {
  font-size: 18px;
  list-style: none;
  padding: 0;
  line-height: 2rem;
}

.nav-menu-fg ul li {
  margin: 1rem 0;
}

.nav-menu-fg ul a {
  font-weight: 400;
  color: #0a2342;
  text-decoration: none;
}

.menu-lg-close {
  position: absolute;
  display: -ms-grid;
  display: grid;
  place-content: center;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.menu-lg-close svg {
  width: 2rem;
  height: 2rem;
}

.menu-lg.menu-lg-open {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}

.menu-lg {
  -webkit-transform: translateX(1000px);
          transform: translateX(1000px);
  position: fixed;
  padding: 2rem;
  top: 0;
  right: 0;
  width: calc(100vh - 40vh);
  height: 100vh;
  background-color: white;
  z-index: 999999;
  display: -ms-grid;
  display: grid;
  place-content: center;
  text-align: center;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.247);
          box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.247);
}

.menu-lg h4 {
  font-size: 4rem;
  font-weight: 600;
  text-transform: uppercase;
}

.menu-lg p {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 300;
  color: #ff4d00;
  margin-bottom: 3rem;
}

.menu-lg button {
  margin-top: 2rem;
  border: 1px solid #ff4d00;
  background-color: transparent;
  padding: 1rem;
  color: #ff4d00;
}

.menu-lg span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.menu-lg .container-instagram {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  overflow-y: scroll;
}

.menu-lg .container-instagram .instagram-item {
  width: 120px;
  height: 120px;
}

.menu-lg .container-instagram .instagram-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

#logo-grupofg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-grupofg.show-header {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.771);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.771);
  padding: 1rem 1rem;
  margin-top: 0;
}

.header-grupofg.show-header .menu-icon {
  cursor: pointer !important;
}

.header-grupofg.show-header .menu-icon svg {
  fill: #0a2342 !important;
}

.header-grupofg.show-header .menu-icon path {
  fill: #0a2342 !important;
}

.header-grupofg.show-header .nav-grupofg li a {
  color: #0a2240 !important;
}

.header-grupofg {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 2rem;
  margin-top: 2rem;
}

.nav-grupofg li a {
  margin: 0 18px;
  font-size: 14px;
  text-transform: capitalize;
}

.nav-link {
  color: white !important;
}

.menu-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.YT_video {
  width: 100%;
  height: 574px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.771);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.771);
}

.banner__image {
  background-image: url("https://as2.ftcdn.net/v2/jpg/01/65/27/89/1000_F_165278903_SORozqUI80PtAJfqqKrwK6zMkiPq3DDM.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}

.banner-home {
  width: auto;
  height: 100vh;
  padding: 0px !important;
  background-image: url("https://cdn.shopify.com/s/files/1/0257/8494/2641/files/Banner.jpg?v=1650656419");
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.banner-home::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.508);
}

.content-banner {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
}

.content-banner .banner-h1 {
  padding: 0rem 12rem;
  font-size: 70px;
  color: white;
  margin-bottom: 2rem;
}

.content-banner p {
  margin-bottom: 4rem;
  color: #dcdcdc;
  font-size: 19px;
  font-weight: 300;
}

.content-banner {
  padding: 0rem 10rem;
}

.link-banner {
  text-decoration: none;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.btn-secundary-grupofg {
  border: 0;
  padding: 0.8rem 1rem 0.8rem 2rem;
  text-transform: uppercase;
  font-size: 15px;
  color: white;
  border-radius: 50px;
  background-color: #ff4d00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-weight: 400;
  letter-spacing: 0px;
  border: 2px solid #ff4d00;
}

.btn-secundary-grupofg:hover {
  color: white;
  cursor: pointer;
}

.btn-secundary-grupofg:hover .icon-button::before {
  background-color: white;
}

.btn-secundary-grupofg:hover .arrow-left {
  fill: #ff4d00;
}

.icon-button {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-button::before {
  content: "";
  position: absolute;
  background-color: #dd2408;
  padding: 1.4rem;
  border-radius: 50px;
}

.arrow-left {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  fill: white;
}

.beneficios {
  position: relative;
  z-index: 4;
  margin-top: -70.488px;
}

.benefecios__wrap {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  padding: 0 2rem 3rem 2rem;
  -ms-grid-columns: (minmax(20rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}

.beneficios__content {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 0 15px #00000014;
          box-shadow: 0 0 15px #00000014;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  padding: 2.5rem 1rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
  top: 0px;
}

.beneficios__content:hover {
  top: -10px;
}

.beneficios__content .beneficios__description p {
  margin: 0;
  font-size: 15px;
  color: #828282;
}

.beneficios__content .beneficios__description h3 {
  font-size: 18px;
  color: #232323;
  font-weight: 500;
}

.beneficios__content .beneficios__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.beneficios__content .beneficios__icon svg {
  width: 45px;
  height: 45px;
}

.section-beneficios {
  padding: 0rem 0 150px 0;
  background-color: #dcdcdc;
  background-image: url(https://cdn.shopify.com/s/files/1/0257/8494/2641/files/Fondo.jpg?v=1650915647);
  background-size: cover;
}

.beneficios__stats__wrap .beneficios__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.beneficios__stats__wrap .beneficios__stats .beneficios_paragraph {
  color: #828282;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.beneficios__stats__wrap .beneficios__stats .benefecios_number {
  font-size: 70px;
  font-weight: 600;
  color: #ff4d00;
}

.beneficios__stats__wrap .beneficios__stats .beneficios_number-description {
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
}

.beneficios__stats__wrap .beneficios__stats .image-mask {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
}

.beneficios__stats__wrap .beneficios__stats .benefecios_number-center {
  background-image: url(https://cdn.shopify.com/s/files/1/0040/8551/4369/files/Banner_number.png?v=1650410997);
  background-repeat: no-repeat !important;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center center;
  line-height: 300px;
  font-size: 300px;
  letter-spacing: -10px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.beneficios__stats__wrap .beneficios__stats .beneficios_description {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
}

.circle-content {
  margin-top: -85px;
}

.circle-grupofg {
  width: 170px;
  position: relative;
  border-radius: 100%;
  border: 10px solid white;
}

.about__team__titles span,
.about__team__titles h3 {
  font-family: "Poppins", sans-serif;
}

.about__team__titles h3 {
  font-size: 30px;
  font-weight: 600;
}

.section-about-team {
  margin: 5rem 0 0 0;
}

.orange-gradient {
  background: linear-gradient(158deg, #ff4d00 -6.24%, #ffd233 60.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.percentage-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.percentage-content p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 3rem 0;
  padding: 0 1rem;
  font-family: "Roboto", sans-serif;
}

.percentage-content .percentage {
  position: relative;
  width: 150px;
  height: 150px;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-content: center;
  border-radius: 100%;
  margin-bottom: 2rem;
  background-color: white;
}

.percentage-content .percentage:hover::after {
  -webkit-animation: rangecircle 500ms ease-in;
          animation: rangecircle 500ms ease-in;
}

@-webkit-keyframes rangecircle {
  0% {
    background-image: conic-gradient(#ff4d00 0% 0%, #f8b18e 0% 100%);
  }
  25% {
    background-image: conic-gradient(#ff4d00 0% 10%, #f8b18e 10% 100%);
  }
  35% {
    background-image: conic-gradient(#ff4d00 0% 20%, #f8b18e 20% 100%);
  }
  45% {
    background-image: conic-gradient(#ff4d00 0% 30%, #f8b18e 30% 100%);
  }
  55% {
    background-image: conic-gradient(#ff4d00 0% 40%, #f8b18e 40% 100%);
  }
  65% {
    background-image: conic-gradient(#ff4d00 0% 50%, #f8b18e 50% 100%);
  }
  75% {
    background-image: conic-gradient(#ff4d00 0% 60%, #f8b18e 60% 100%);
  }
  85% {
    background-image: conic-gradient(#ff4d00 0% 70%, #f8b18e 70% 100%);
  }
  95% {
    background-image: conic-gradient(#ff4d00 0% 80%, #f8b18e 80% 100%);
  }
  100% {
    background-image: conic-gradient(#ff4d00 0% 90%, #ffd233 90% 100%);
  }
}

@keyframes rangecircle {
  0% {
    background-image: conic-gradient(#ff4d00 0% 0%, #f8b18e 0% 100%);
  }
  25% {
    background-image: conic-gradient(#ff4d00 0% 10%, #f8b18e 10% 100%);
  }
  35% {
    background-image: conic-gradient(#ff4d00 0% 20%, #f8b18e 20% 100%);
  }
  45% {
    background-image: conic-gradient(#ff4d00 0% 30%, #f8b18e 30% 100%);
  }
  55% {
    background-image: conic-gradient(#ff4d00 0% 40%, #f8b18e 40% 100%);
  }
  65% {
    background-image: conic-gradient(#ff4d00 0% 50%, #f8b18e 50% 100%);
  }
  75% {
    background-image: conic-gradient(#ff4d00 0% 60%, #f8b18e 60% 100%);
  }
  85% {
    background-image: conic-gradient(#ff4d00 0% 70%, #f8b18e 70% 100%);
  }
  95% {
    background-image: conic-gradient(#ff4d00 0% 80%, #f8b18e 80% 100%);
  }
  100% {
    background-image: conic-gradient(#ff4d00 0% 90%, #ffd233 90% 100%);
  }
}

.percentage-content .percentage::after {
  content: "";
  position: absolute;
  top: -12px;
  left: -10px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 115%;
  height: 115%;
  z-index: -1;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  border-radius: 100%;
}

.percentage-content .percentage span {
  font-size: 40px;
  color: #232323;
}

.range-1::after {
  background-image: conic-gradient(#ff4d00 0% 90%, #f8b18e 70% 100%);
}

.range-2::after {
  background-image: conic-gradient(#ff4d00 0% 95%, #f8b18e 70% 100%);
}

.range-3::after {
  background-image: conic-gradient(#ff4d00 0% 80%, #f8b18e 70% 100%);
}

.range-4::after {
  background-image: conic-gradient(#ff4d00 0% 89%, #f8b18e 70% 100%);
}

.advantages .advantages__icon {
  display: -ms-grid;
  display: grid;
  place-content: center;
  margin: 3rem 0 1.5rem 0;
}

.advantages .advantages__icon svg {
  width: 5rem;
  height: 5rem;
}

.advantages .advantages_paragraph {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.section-business {
  margin-top: 10rem;
}

.arrow-business {
  text-align: center;
  border: 0;
  background-color: transparent;
}

.arrow-business svg {
  width: 3rem;
  height: 3rem;
}

.section-business__title {
  text-align: center;
  margin-bottom: 4em;
  font-family: "Poppins", sans-serif;
}

.section-business__title span {
  font-size: 20px;
  font-weight: 300;
  color: #828282;
}

.section-business__title h3 {
  font-weight: 600;
  font-size: 30px;
}

.card__business {
  padding: 1rem 1rem 0 1rem;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.card__business .business__header {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 14;
}

.card__business .business__header:hover {
  -webkit-box-shadow: 0 0 15px #000000fb;
          box-shadow: 0 0 15px #000000fb;
}

.card__business .business__header .bussines__logo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 16;
  display: -ms-grid;
  display: grid;
  place-content: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.card__business .business__header .bussines__logo .business__image_wrap {
  width: 100%;
  height: 150px;
}

.card__business .business__header::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}

.card__business .business__header:hover:nth-child(1)::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(212.26deg, rgba(10, 34, 64, 0.9) 2.96%, rgba(20, 61, 244, 0.622) 102.08%);
  opacity: 1;
}

.card__business .business__header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bussines__logo img {
  width: 2rem;
  padding: 2rem;
}

.business__body {
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 1rem 0;
  text-align: center;
}

.business__body .business__title {
  font-size: 15px;
}

.business__body .business__description {
  font-size: 14px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.business__header:hover .bussines__logo {
  opacity: 1;
}

.btn-white {
  padding: 1rem;
  background-color: white;
  border: 1px solid #ff4d00;
  font-size: 15px;
  color: #ff4d00;
}

.btn-white:hover {
  color: white;
  background-color: #ff4d00;
  border: 1px solid white;
}

.accordion-empresas {
  display: -ms-grid;
  display: grid;
  place-content: center;
  margin-top: 2rem;
}

.service__titles {
  padding: 0 10rem 0 0;
}

.service__titles h3 {
  font-weight: 600;
  font-size: 30px;
  margin: 0.5rem 0 2rem 0;
}

.service__titles p {
  font-size: 15px;
  line-height: 30px;
  color: #828282;
  font-family: "Roboto", sans-serif;
}

.service__titles span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, color-stop(-6.24%, #ff4d00), color-stop(36.04%, #ffd233));
  background: linear-gradient(90deg, #ff4d00 -6.24%, #ffd233 36.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.card__service {
  width: 100%;
  padding: 0 !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.17);
  -webkit-filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.17));
          filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.17));
  display: -ms-grid;
  display: grid;
  place-content: center;
  border-radius: 5px;
  overflow: hidden;
}

.section-service {
  margin-top: 10rem;
}

.service__us__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
}

.service__us__wrap .service__us {
  position: -webkit-sticky !important;
  position: sticky !important;
  padding: 3rem;
  top: 0;
  right: 0;
  width: 70%;
  height: 480px;
  background: linear-gradient(223.78deg, #ff4d00 29.83%, #f8c74b 98.76%);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service__us__wrap .service__us h2 {
  font-weight: 700;
  font-size: 30px;
  color: white;
  margin-bottom: 1rem;
}

.service__us__wrap .service__us a {
  font-size: 16px;
  border-bottom: 1px solid white;
  color: white;
  padding-bottom: 0.5rem;
  margin: 0 0 1rem 0;
  text-decoration: none;
  font-weight: 300;
}

.service__us__wrap .service__us a:hover {
  color: #828282;
}

.service-banner .carousel-inner {
  overflow: none !important;
}

.service-arrow {
  position: relative;
  width: 35px;
  height: 35px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  z-index: 19;
  cursor: pointer;
}

.service-arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1rem;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 10px 2px #7d7d7d47;
          box-shadow: 0px 4px 10px 2px #7d7d7d47;
}

.service__arrow__left svg {
  z-index: 20;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.service__arrow__right svg {
  z-index: 20;
}

.service__img img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.service__img_description {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.service__img_description h4 {
  font-weight: 600;
}

.service__img_description p {
  font-family: "Roboto", sans-serif;
  color: #828282;
  line-height: 3rem;
}

.accordion-body {
  padding: 0rem !important;
}

.section-marcas {
  margin-top: 10rem;
}

.marcas-titles {
  font-size: 30px;
}

.marcas-titles h3 {
  font-weight: 600;
}

.marcas-titles span {
  font-weight: 500;
  text-decoration: underline;
  color: #ff4d00;
}

.circle-video__wrap p {
  margin-top: 1rem;
  text-align: center;
}

.circle-video {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.circle-video .video__icon {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 70px;
  height: 70px;
}

.circle-video .video__icon svg {
  width: 2.5rem;
  height: 2.5rem;
  z-index: 18;
}

.circle-video .video__icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 17;
  background-color: #ff4d00;
}

.circle-video .video__icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 16;
  background-color: #ff4d00;
  -webkit-animation: pulse 1250ms infinite;
          animation: pulse 1250ms infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    opacity: 0;
  }
}

.marcas-content {
  height: 150px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -ms-grid;
  display: grid;
  margin-top: 4rem !important;
  place-content: center;
  border: solid white;
  border-style: dashed;
  border-width: 3px;
}

.marcas-content:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: solid #c6c6c6;
  border-style: dashed;
  border-width: 3px;
}

.marca__wrap {
  width: 100% !important;
  height: 150px;
  padding: 1rem;
}

.marca__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-reclutamiento {
  background-color: #0a2342;
  padding: 6rem 0 9rem 0;
  margin-top: 10rem;
}

.section-reclutamiento .reclutamiento__content {
  border-radius: 5px;
  padding: 0 5rem;
  position: relative;
  overflow: hidden;
}

.section-reclutamiento .reclutamiento__image {
  padding: 0;
}

.section-reclutamiento .reclutamiento__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-reclutamiento .reclutamiento__description {
  background: linear-gradient(223.78deg, #ff4d00 29.83%, #f8c74b 98.76%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3rem;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.section-reclutamiento .reclutamiento__description span {
  font-size: 36px;
  font-weight: 300;
}

.section-reclutamiento .reclutamiento__description h3 {
  font-size: 36px;
}

.section-reclutamiento .reclutamiento__description .reclutamiento__icon svg {
  width: 100px;
  height: 100px;
  margin-bottom: 2rem;
}

.section-reclutamiento .reclutamiento__description .btn-reclutamiento {
  margin: 2rem 0;
  font-size: 18px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid white;
}

.reclutamiento__wrap {
  margin-top: -80.488px !important;
  position: relative;
  padding: 0 5rem;
  border-radius: 5px;
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.167));
          filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.167));
}

.card__reclutamiento-content {
  background-color: white;
  padding: 3rem 1rem;
}

.card__reclutamiento-content .card__reclutamiento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card__reclutamiento-content .card__reclutamiento .reclutamiento__number {
  font-size: 50px;
  color: #ff4d00;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card__reclutamiento-content .card__reclutamiento .reclutamiento__paragraph {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card__reclutamiento-content .card__reclutamiento .reclutamiento__paragraph h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0a2342;
}

.card__reclutamiento-content .card__reclutamiento .reclutamiento__paragraph p {
  color: #828282;
  margin: 0;
}

.section-testimonios {
  margin: 10rem 0 11rem 0;
}

.profile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}

.profile__content h4 {
  font-size: 18px;
  font-weight: 700;
}

.testimonio-paragraph p {
  color: #828282;
  line-height: 30px;
}

.testimonios-titles {
  text-align: center;
  margin: 2rem 0 8rem 0;
  font-size: 30px;
  color: #0a2342;
  text-transform: uppercase;
}

.testimonios-titles h2 {
  font-weight: 700;
}

.starts-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.testimonio-profile {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.testimonio-profile img {
  width: 100%;
  height: 100%;
  background-color: #0a2342;
  border-radius: 50%;
  padding: 2px;
}

.card__testimonio {
  border-radius: 5px;
}

.testimonio-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(20rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 2rem;
}

.testimonio-wrap .card__testimonio {
  padding: 2rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.127);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.127);
  top: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonio-wrap .card__testimonio:hover {
  top: -10px;
}

.section-repsel {
  background-image: url("https://grupo-fg.com/assets/banner%20repsel.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% center;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5rem 0;
}

.repsel-container {
  padding: 2rem;
  background-color: white;
}

.repsel-options .row ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(7rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.repsel-content {
  padding: 2rem 0;
  line-height: 2rem;
}

footer h5 {
  color: white;
  margin-bottom: 2rem;
  font-weight: 700;
}

footer p,
footer a,
footer li,
footer .nav-link {
  color: #828282 !important;
}

.instagram-content {
  gap: 5px;
}

.instagram-content .row {
  gap: 10px;
}

.instagram-content .instagram-image {
  width: 100px;
  padding: 0;
  height: 100px;
}

.instagram-content .instagram-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

@media screen and (max-width: 1300px) {
  .nav-menu-fg {
    display: block;
  }
  .nav-menu-fg {
    background-color: white;
    padding: 2rem 0;
    width: 100%;
    text-decoration: none;
  }
  .menu-lg-open {
    display: none;
  }
  .nav-grupofg {
    display: none !important;
  }
  .header-grupofg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem 1rem;
    margin-top: 0px !important;
  }
  .logo-header {
    width: 3rem !important;
  }
  .logo-header img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
}

@media screen and (max-width: 700px) {
  .content-banner .banner-h1 {
    padding: 0rem 1rem;
  }
  .content-banner .banner-h1 {
    padding: 0rem 0rem;
    font-size: 50px;
  }
  .service__us {
    width: 100% !important;
  }
  .service__img {
    overflow: hidden;
    height: 300px;
  }
  .service__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .card__service {
    margin-bottom: 2rem;
  }
  .service__img_description {
    padding: 2rem 0;
  }
  .beneficios {
    position: relative;
    z-index: 4;
    margin-top: 0.488px;
    padding: 2rem 0;
  }
  .beneficios__stats {
    text-align: center;
    margin-top: 10rem;
  }
  .section-beneficios {
    padding: 0 0 100px 0;
    background-color: #dcdcdc;
  }
  .section-reclutamiento .reclutamiento__content {
    border-radius: 5px;
    padding: 0 0rem;
    position: relative;
    overflow: hidden;
  }
  .reclutamiento__icon {
    padding: 3rem 0rem 0 0;
  }
  .reclutamiento__wrap {
    margin-top: -80.488px !important;
    padding: 0 0rem;
  }
  .reclutamiento__image {
    height: 300px;
  }
  .benefecios__wrap {
    padding: 0;
  }
  .beneficios__content .beneficios__icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .beneficios__stats {
    padding-top: 3rem;
  }
}

.repsel-options {
  border-bottom: 1px solid #dedede;
}

.repsel-options .row .nav-pills {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.repsel-options__items button {
  border: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  border-bottom: 5px solid transparent;
}

.repsel-options__items button:hover {
  border-bottom: 5px solid #232323;
}

.repsel-options__items button svg {
  width: 2rem;
  height: 2rem;
}

.repsel-description {
  padding: 0 3rem 0 0;
}

.repsel-description p {
  padding: 1.5rem 0;
}

.repsel-description h2 {
  font-size: 40px;
}

.repsel-description .btn-repsel {
  background-color: #ff4d00;
  color: white;
}

.repsel-description .btn-repsel:hover {
  background-color: #df4401;
}

@media screen and (max-width: 500px) {
  .section-repsel {
    padding: 0;
  }
  .repsel-description {
    padding: 0;
    text-align: center;
  }
  #carouselExampleFade1 {
    padding: 2rem;
  }
  .section-about-team {
    overflow: hidden;
  }
  .content-banner {
    padding: 0rem 1rem !important;
  }
  .beneficios {
    padding: 2rem 1rem;
  }
  .circle-video {
    margin-top: 5rem;
  }
  .service__titles {
    padding: 0 1rem;
  }
  .marcas-content {
    margin-top: 0 !important;
  }
}
/*# sourceMappingURL=style.css.map */