/* Blue effect for all images with lazy load atributte */

/* .pulse {
  animation: blurEffect 2.5s ease-in infinite;
}

@keyframes blurEffect {
  0% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.6;
  }
} */

/* section animations */
/* .fade-effect {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100px);
  transition: all 1s;
}

.fade-show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
} */

/*---------------------------------------
Header Mostrar País
 ----------------------------------------- */
.header-info-container p {
  color: white;
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.5rem);
}

.header-info-container .country-name-flag img {
  max-width: 35px;
}

.header-info-icons-mobile p {
  display: block;
}

/* 
--------------------------------------------------------------------
### HEADER VIDEO 
--------------------------------------------------------------------
*/

.swiperHeader {
  width: 100% !important;
  height: 100%;
}

.swiper-slide-header {
  background-position: center;
  background-size: cover;
}

.swiper-slide-header img {
  width: 100%;
  /* max-height: 370px;
  aspect-ratio: 1/1;
  object-fit: fill;
  object-position: center; */
}

.swiper-pagination-header .swiper-pagination-bullet {
  border-radius: 0;
  width: 15%;
  height: 4px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  opacity: 0.4;
}

.swiper-pagination-header .swiper-pagination-bullet:nth-child(2n + 1) {
  background: rgb(var(--red));
}

.swiper-pagination-header .swiper-pagination-bullet:nth-child(2n + 2) {
  background: rgb(var(--main-yellow));
}

.swiper-pagination-header .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-prev-header,
.swiper-button-next-header {
  opacity: 0;
}

.header-video:hover .swiper-button-prev-header,
.header-video:hover .swiper-button-next-header {
  opacity: 1;
  border-radius: 50%;
  background-color: rgba(var(--grey), 0.3);
  padding: 1.3rem;
}

.header-video .swiper-button-next:after,
.header-video .swiper-button-prev:after {
  --swiper-navigation-size: 25px;
}

.header-video .swiper-button-next:after {
  padding-left: 0.35rem;
}

.header-video .swiper-button-prev:after {
  padding-right: 0.35rem;
}

.header-video {
  position: relative;
}

.header-video-text {
  position: absolute;
  inset: 50% auto auto 0;
  transform: translate(0, -50%);
  color: white;
  text-align: left;
  padding: 2rem;
}

.header-video-text h1 {
  font-size: clamp(1.6rem, 3.5vw, 3.25rem);
  font-weight: 700;
  letter-spacing: 1.92px;
  color: rgb(var(--main-yellow));
}

.header-video-text h2 {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
}

/* .header-text-images img {
  max-width: 180px;
  aspect-ratio: 3/1;
  margin: 0 0 0.5rem 0;
} */

/*--------------------------------------------------------------------
#### CONTAINER TRABAJA CON NOSOTROS
---------------------------------------------------------------------*/
.wrapper-trabajo .text p:first-child {
  font-size: clamp(4rem, 10vw, 9.125rem);
  color: rgb(var(--main-yellow));
  font-weight: 700;
  letter-spacing: 0.56px;
  /* line-height: 171px;   */
}

.wrapper-trabajo .text p:nth-child(2) {
  color: #222c3f;
  letter-spacing: 0.56px;
  /* line-height: 93px; */
  font-size: clamp(2rem, 7vw, 3.875rem);
  font-weight: 500;
}

.wrapper-trabajo .text p:nth-child(3) {
  color: #222c3f;
  letter-spacing: 0.56px;
  /* line-height: 142.5px; */
  font-size: clamp(2.5rem, 8vw, 6rem);
  font-weight: 600;
}

.wrapper-trabajo .img img {
  max-height: 500px;
}

.banner-trabajo .text {
  background-color: rgb(var(--dark-blue));
}

.form-trabajo .text p:first-child {
  font-size: clamp(1.65rem, 5vw, 3rem);
  color: rgb(var(--main-yellow));
}

.form-trabajo .text p {
  font-size: clamp(2rem, 6vw, 4rem);
}

.form-trabajo .form-w {
  background-color: rgb(var(--middle-grey));
}


/*--------------------------------------------------------------------
#### COMMON RULES 
---------------------------------------------------------------------*/

.main-container {
  padding: 2rem 0 0 0;
}

.container-box {
  padding: 2rem;
}

.container-title {
  text-align: left;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(1.65rem, 2.3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.96px;
  border-bottom: 2px solid rgb(var(--main-yellow));
  padding: 0 0 1rem 0;
}

.desplegar {
  display: none;
}

/*--------------------------------------------------------------------
#### CONTAINER 1
---------------------------------------------------------------------*/
.container-1-body {
  max-width: 960px;
  margin: 0 auto;
}

.container-1-main {
  margin: 3rem 0 0 0;
}

.main-1-title h3 {
  font-size: 21px;
  letter-spacing: 0.84px;
  font-weight: 300;
}

.main-1-title h3 span {
  font-weight: 500;
}

/* Cards */
.main-1-cards {
  padding: 2rem 0;
}

.main-1-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.main-1-card:not(:last-child) {
  margin: 0 0 2rem 0;
}

.main-1-card .card-1-num {
  background-color: rgb(var(--middle-grey));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50px;
  aspect-ratio: 1;
  width: 100%;
}

.main-1-card .card-1-num p {
  font-size: clamp(1.5rem, 1.2vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 1.28px;
}

.card-1-desc p {
  font-weight: 500;
}

/* body */
.main-1-body p {
  text-align: justify;
}

.btnMore,
.btnLess {
  color: rgb(var(--blue));
  font-weight: 400;
}

.btnMore:hover,
.btnLess:hover {
  color: rgb(var(--main-yellow));
  text-decoration: underline !important;
  cursor: pointer;
}

/* botón un paso más allá */
.main-1-btn {
  margin: 2rem 0;
  text-align: center;
}

.main-1-btn p {
  color: rgb(var(--dark-blue));
  background-color: rgb(var(--main-yellow));
  padding: 0.5rem 1rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  transition: color 600ms;
}

/* .main-1-btn p::after {
  position: absolute;
  content: "";
  background-color: rgb(var(--red));
  width: 0;
  height: 100%;
  transform: skew(45deg);
  transition: width 600ms;
  z-index: -1;
  bottom: 0;
  left: -2rem;
}

.main-1-btn p:hover {
  color: white;
  outline: 2px solid white;
  box-shadow: 4px 5px 17px -4px rgb(var(--dark-blue));
  transform: scale(1.05);
}

.main-1-btn p:hover::after {
  width: 200%;
} */

/*--------------------------------------------------------------------
### CONTAINER 2
---------------------------------------------------------------------*/
.head-2-img {
  display: flex;
  justify-self: center;
  align-items: center;
  gap: 1rem;
}

.head-2-img-line {
  width: 100%;
  height: 2px;
  background-color: rgb(var(--dark-grey));
}

.head-2-img img {
  max-width: 90px;
}

/* title */
.head-2-title {
  margin: 2rem auto 6rem;
  text-align: center;
  background-color: rgb(var(--footer-blue));
  color: white;
  max-width: 650px;
  padding: 2rem 2rem 1rem 2rem;
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
}

.head-2-title h4 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.96px;
}

/* cards */

.main-2-cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;

}

.main-2-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  max-width: 300px;
  flex-basis: 250px !important;
  flex: 1;
}

.main-2-card i {
  background-color: rgb(var(--footer-blue));
  padding: 1rem;
  border-radius: 50%;
  max-width: 80px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(var(--main-yellow));
  font-size: 1.5rem;
}

.card-2-body {
  background-color: rgb(var(--grey));
  padding: 1.2rem;
  border-radius: 1rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgb(var(--dark-grey));
  flex: 1;
}

.card-2-body h5 {
  border-bottom: 1px solid rgb(var(--dark-grey));
  padding: 0 0 1rem 0;
}

.card-2-body p {
  font-size: 0.8rem;
  font-weight: 500;
}

/* --************************************************************--- */
/*--------------------------------------------------------------------
### MEDIA QUERIES
---------------------------------------------------------------------*/

@media screen and (min-width: 360px) {}

@media screen and (min-width: 375px) {

  /*------------------------------------------------------------------------
### HEADER VIDEO 
-------------------------------------------------------------------------*/
  .header-video-text h1 {
    font-size: clamp(1.95rem, 3.5vw, 3.25rem);
  }


}

@media screen and (min-width: 425px) {}

/* Habilitar opcion de quitar animation de fade */
/* @media (prefers-reduced-motion) {
  .fade-effect {
    transition: none;
  }
} */