/*///////////////////////// GENERALES /////////////////////////*/

body {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  background-color: #e8e8e8;
}

html {
  scroll-behavior: smooth;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrapper {
  overflow: hidden;
}
img {
  width: 100%;
}

strong,
b {
  font-weight: 700;
}

.fs-18 {
  font-size: 18px;
}

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.gray-bg {
  background-color: #d0ccc8;
}

.light-gray-bg {
  background-color: #e8e8e8;
}
.bg-diversity{
  background: url(../images/bg-diversity-line.jpg);
  background-repeat: repeat-x;
  background-position: top center;
}
.clients-body{
  background: url(../images/bg-clientes-body.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.clients-body img{
  max-width: 220px;
}
.black {
  color: #000000;
}

.no-wrap {
  white-space: nowrap;
}

.rotate {
  transform: scaleX(-1);
}

.italic {
  font-style: italic;
}

.s-links {
  color: #000;
  transition: 0.3s;
  padding-bottom: 0rem;
  position: relative;
  width: fit-content;
  text-decoration: none;
  overflow: hidden;
}
.s-links::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: black;
  transition: 0.3s;
}
.s-links::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: black;
  transition: 0.3s;
  transform: translateX(-150%);
  transition-delay: 0.3s;
}

.s-links:hover::after {
  transform: translateX(150%);
}
.s-links:hover::before {
  transform: translateX(0);
}
.s-links:hover {
  text-decoration: none;
  color: #000;
}

.s-big-titles {
  font-size: 5.5rem;
}

.lh-1 {
  line-height: 1.1;
}

/* FLOAT BTN */
.wsp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.wsp-float:hover {
  text-decoration: none;
  color: white;
  background-color: #18b853;
}

/*///////////////////////// HEADER /////////////////////////*/
.menu {
  -webkit-transition: background 0.3s 0s linear;
  -moz-transition: background 0.3s 0s linear;
  -o-transition: background 0.3s 0s linear;
  transition: background 0.3s 0s linear;
}

.collapse {
  justify-content: end;
}

.navbar {
  z-index: 100;
  width: 100%;
  padding: 1.2rem 4rem;
}

.nav-link {
  font-size: 18px;
  font-weight: 400;
  color: white !important;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  position: relative;
  padding: 10px 0px !important;
  text-transform: uppercase;
}

.navbar .nav-item a::after,
.navbar-light .navbar-nav > .nav-link.active::after {
  content: "";
  background-color: #fff;
  height: 2px;
  width: 28px;
  border-radius: 15px;
  position: absolute;
  left: -14px;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: -5;
  margin-bottom: 5px;
  opacity: 0;
  transition: all 0.3s;
}

.navbar .nav-item a:hover::after,
.navbar .nav-item a:focus::after,
.navbar-light .navbar-nav .nav-link.active-nav::after {
  content: "";
  left: 0;
  opacity: 1;
  background-color: #fff;
}

.header-overlay {
  background: rgb(0, 1, 4);
  background: linear-gradient(
    0deg,
    rgba(0, 1, 4, 0) 4%,
    rgba(0, 1, 4, 0.8399334733893557) 100%
  );
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  z-index: 5;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in {
  background: #000 !important;
}

.navbar-nav {
  align-items: center;
}

.navbar.bsnav-sticky.bsnav-sticky-slide.sticked.in .nav-link {
  color: #fff !important;
}

.navbar.bsnav-sticky.bsnav-sticky-slide.sticked.in {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 8px 15px -5px,
    rgba(0, 0, 0, 0.25) 0px 4px 10px -8px;
}

/* Menú flotante */
.navbar .nav-item.dropdown a:hover::after {
  content: none;
}
.nav-item.dropdown > .navbar-nav {
  opacity: 0;
}

.nav-item.dropdown > .navbar-nav.in {
  clip: rect(-10px, 90vw, 2000px, -15px);
  transition: 0.6s ease-in;
  opacity: 1;
  overflow: hidden;
}

.bsnav-light .nav-item.dropdown > .navbar-nav {
  background: #000000c8;
  border-radius: 0px !important;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
  width: auto;
}

.float-nav {
  width: 700px;
  color: #ffffff;
  position: relative;
  z-index: 5;
  padding: 1.2rem;
}

.float-nav-list {
  padding-left: 1rem;
}
.float-nav-list li {
  list-style: none;
}

.float-nav-list a {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  transition: 0.3s;
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 300;
}

.float-nav-list a:hover,
.float-nav-list .active a {
  text-decoration: underline;
}

/* Bs nav para el menú mobile */
.navbar-toggler {
  right: 20px;
}

.bsnav-sticky.bsnav-sticky-slide.navbar-toggler-icon,
.bsnav-sticky.bsnav-sticky-slide .navbar-toggler-icon::after,
.bsnav-sticky.bsnav-sticky-slide .navbar-toggler-icon::before {
  transition: 0.3s !important;
}

.bsnav-sticky.bsnav-sticky-slide .navbar-toggler-icon::before {
  width: 86%;
  right: 0;
}

.navbar-toggler.active .navbar-toggler-icon::before {
  width: 100%;
}

.navbar-toggler.toggler-spring.active .navbar-toggler-icon {
  transition-delay: .1s;
}

.navbar.bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-toggler-icon,
.navbar.bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-toggler-icon::after,
.navbar.bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler-icon::before {
  background-color: #fff;
}


.bsnav-mobile .navbar {
  left: 0 !important;
  transform: translate3d(-300px, 0, 0) !important;
}

.bsnav-mobile.in .navbar {
  transform: translate3d(0px, 0, 0) !important;
}

.bsnav-mobile .navbar.bsnav-dark {
  background: #000 !important;
  padding: 0px 0 15px;
  width: 260px;
  box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.45);
}

.bsnav-mobile {
  z-index: 1000;
}
.btn-outline-primary{
  border: 1px solid #cfbca5;
  color: #c9a57a;
  border-radius: 20px;
}
.btn-outline-primary:hover, .btn-outline-primary:focus{
  border: 1px solid #cfbca5;
  color: #fff;
  background-color: #cfbca5;
  border-radius: 20px;
}
/*//////////////////////// MAIN-HERO ////////////////////////////*/
.main-section {
  height: 95vh;
  position: relative;
  line-height: 1;
  overflow: hidden;
  background: url(../images/bg-hero.jpg) #f8f8f8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
  display: flex;
  align-items: center;
}

.main-section h1 {
  font-size: 3.6rem;
  line-height: 1;
  color: white;
  font-weight: 300;
  text-align: center;
}

/*///////////////////////// animation zoom /////////////////////////*/
.animaZoom {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.infinite-zoom {
  -webkit-animation: zoomSlow 35s infinite linear;
  -moz-animation: zoomSlow 35s infinite linear;
  animation: zoomSlow 35s infinite linear;
}

@-webkit-keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.deco-home {
  position: relative;
  height: 850px;
  display: flex;
  align-items: end;
}

.deco-home img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: auto;
}

.deco-home p {
  position: relative;
  z-index: 1;
  color: white;
  margin-bottom: 10rem;
}

/*///////////////////////// BY INDUSTRY //////////////////////////*/
.title-section {
  height: 450px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.big-titles {
  font-size: 3.6rem;
}

.logo-bk {
  width: 270px;
}

/* Carousel */
.industry {
  padding: 7rem 0 5rem 0;
  background-color: #f8f8f8;
  margin-top: -2rem;
}

#industryCarousel .f-carousel__slide {
  width: 100%;
}

#industryCarousel .f-carousel__nav button {
  color: #000000;
}
.is-horizontal .f-carousel__nav .f-button.is-prev {
  transform: translate(-20px, -50%);
}

.is-horizontal .f-carousel__nav .f-button.is-next {
  transform: translate(20px, -50%);
}

.carousel-number {
  font-size: 140px;
}

.carousel-number-t {
  font-size: 24px;
  text-transform: uppercase;
  text-align: right;
  line-height: 1.1;
}
.carousel-text {
  font-size: 19px;
}

/* Quote */
.quote {
  background: url(../images/bg-quote.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 6rem 0 18rem 0;
}

.quote img {
  width: 120px;
  display: block;
  margin: 0 auto 4rem auto;
}

/* Titulos de bloques */
.section-block {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 0 6rem 0;
  margin-top: -2rem;
}

.deco1 {
  position: absolute;
  height: 550px;
  width: auto;
  right: 0;
}

/* Titulos de bloques con video */
.section-block-video {
  position: relative;
  min-height: 600px;
  display: flex;
}

.section-block-video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  clip-path: inset(1px 1px);
}

.section-block-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 17%,
    rgba(0, 0, 0, 0) 92%
  );
  height: 100%;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.6;
}
/*
.profiles img {
  filter: grayscale(100%);
  transition: ease-in-out 0.3s;
}
.profiles img:hover {
  filter: grayscale(0%);
  transition: ease-in-out 0.3s;
}*/
/*////////////////// TALENT MANAGEMENT ///////////////*/
.talent-item{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6rem;
  min-height: 450px;
  transition: ease-in-out 0.3s;
}
.talent-item:hover{
  filter: brightness(105%);
  transition: ease-in-out 0.3s;
}
.talent-item .h1{
  font-weight: 900;
  font-size: 9rem;
}
.talent-item h2{
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 2.2rem;
}
.talent-item p{
  font-size: 17px;
  line-height: 21px;
}
/*////////////////// FORMULARIO ///////////////*/
.form-control {
  border: 0;
  border-radius: 0;
  transition: 0.3s;
  font-weight: 300;
  background: transparent;
  border-bottom: 1px solid #818181;
  color: #2c2c2c;
  transition: 0.3s;
}

.form-control:hover,
.form-control:focus {
  border-bottom: 1px solid #000;
  background: transparent;
  box-shadow: none;
  color: #000;
  transition: 0.3s;
}

.form-control::placeholder {
  color: #2c2c2c;
}
.form-group button{
  background: transparent;
  border: none;
}
.relative {
  position: relative;
}

#response {
  background: #2ec770;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 25px 10px;
  position: absolute;
  top: 0px;
}

.fx-fading-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #ffffffad url(../images/loading.gif) center no-repeat;
}

.loading {
  display: none;
}

/*///////////////////////// FOOTER //////////////////////////*/

footer {
  background: #8d8683;
  color: white;
  padding: 4rem 0;
}

.footer-logo {
  max-width: 320px;
  filter: contrast(200%);
}

footer h6 {
  position: relative;
  padding-bottom: 0.2rem;
  width: fit-content;
}

footer h6::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0;
}

footer ul {
  padding-left: 0;
}

footer ul li {
  list-style: none;
  margin: 8px 0px;
}

footer ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  transition: 0.3s;
}

footer ul li a:hover {
  color: #e4e4e4;
}

/*////////////////////// RESPONSIVE //////////////////*/
@media (max-width: 1500px) {
  .talent-item{
    min-height: 455px;
    padding: 4.5rem;
  }
}
@media (max-width: 1240px) {
  .navbar {
    padding: 1.2rem 2rem;
  }
  .navbar-brand img {
    width: 300px;
  }
  .nav-link {
    font-size: 16px;
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .talent-item{
    min-height: 420px;
    padding: 4.5rem;
  }
}

@media (max-width: 1024px) {
  .navbar {
    padding: 1rem;
  }
  .float-nav {
    width: 610px;
  }

  .big-titles {
    font-size: 3.2rem;
  }
  .s-big-titles {
    font-size: 5rem;
  }
  .talent-item{
    min-height: 450px;
    padding: 4.5rem;
  }
}

@media (max-width: 768px) {
  .navbar-nav {
    align-items: flex-start;
  }
  .float-nav {
    width: 100%;
    padding: 0;
  }
  .float-nav-links {
    margin-bottom: 0.8rem;
  }
  .float-nav-list a {
    font-size: 14px;
    text-transform: none;
    margin-bottom: 0.4rem;
  }

  .float-nav-links p {
    font-size: 14px;
    margin-bottom: 0.2rem !important;
  }
  .talent-item{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem;
    min-height: 400px;
  }

  .nav-link {
    font-size: 16px;
    margin: 0 !important;
  }

  #industryCarousel .f-carousel__nav button {
    position: relative;
    transform: none;
    margin: 0 1rem;
  }
  #industryCarousel .f-carousel__nav {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 1rem;
  }
  .section-block-overlay {
    width: 60%;
  }
}

@media (max-width: 525px) {
  .navbar-brand img {
    width: 260px;
  }
  /* 
  .copyright {
    flex-wrap: wrap;
  }

  .copyright a {
    margin: 5px auto 0px auto;
  } */

  .mobile-alignment {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-section {
    height: 600px;
  }

  .main-section h1,
  .h1,
  h1 {
    font-size: 1.8rem;
  }
  .title-section {
    height: 320px;
  }
  .s-big-titles {
    font-size: 2.6rem;
  }
  .big-titles {
    font-size: 2rem;
  }
  .h2,
  h2 {
    font-size: 1.8rem;
  }
  .deco-home {
    height: 300px;
    text-align: center;
    width: 100%;
    justify-content: center;
  }

  .deco-home img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .deco-home p {
    margin-bottom: 1rem;
    text-align: center;
  }
  .logo-bk {
    width: 140px;
    display: block;
    margin: auto;
  }

  .section-block-video {
    min-height: 360px;
    padding: 6rem 0 3rem;
  }
  .section-block h3 {
    font-size: 1.8rem !important;
  }
  .s-links {
    font-size: 18px !important;
  }
  .carousel-text {
    text-align: center;
  }
}

@media (max-width: 375px) {
  .navbar-brand img {
    width: 220px;
  }
}

@media (max-width: 320px) {
}
