.hero__container {
  position: relative;
  display: flex;
  flex-direction: column;
  background-image: url(../../images/services/bg_hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  min-height: 600px;
}

.hero__content {
  position: relative;
  width: 100%;
}

.header-nav-container--lenguaje {
  position: absolute;
  top: 90px;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  text-align: center;
  font-size: 1.8rem;
  width: 110px;
  color: white;
  border: 5px solid #9246a2;
  border-radius: 16px;
  margin-top: 8px;
  z-index: 52;
  padding-bottom: 5px;
}

.language__switcher{
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.header-nav-container--lenguaje img {
  width: 40px;
  margin-right: 2px;
  margin-left: 2px;
}

.header-nav-container--lenguaje p {
  margin-bottom: 5px;
  margin-top: 6px;
  font-size: 18px;
}

.container-lenguaje {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.container-lenguaje form {
  display: flex;
}

.boton-idiomas {
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

.boton-idiomas:hover {
  opacity: 0.7;
}

.separator-lenguaje {
  width: 1px;
  background-color: white;
  margin-left: 2px;
  margin-right: 2px;
}

.main-landing-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: calc(100vh - 106px);
  padding-right: 45px;
}

.hero__text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -15px;
}

.hero__text>h1 {
  font-size: 56.7px;
  color: white;
  max-width: 748px;
  text-align: right;
}

.hero__text>p {
  align-self: flex-end;
  margin-top: 10px;
  font-size: 18px;
  color: var(--white-color);
  text-align: right;
}

.hero__line {
  margin-bottom: 6px;
  margin-top: 6px;
  align-self: flex-end;
  width: 260px;
  height: 2.5px;
  background-color: white;
}

/* ============= Cards ============= */

/*  ---------------------------------------
                    Services
    ---------------------------------------*/


.services-services-container {
  padding: 30px 0px;
  min-height: 800px;
}

.services-services-container li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 340px;
  min-height: 480px;
  margin: 10px;
  border-radius: 20px;
  background-color: #f5f5f5;
  box-shadow: 0px 3px 6px #00000029;
}

.services-services-container li img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  order: 1;
  border-radius: 20px 20px 0px 0px;
}

.linea-separadora {
  width: 100%;
  height: 5px;
  background-color: #f4f4f4;
  margin-bottom: 10px;
}



@media (width <=1150px) {

  .hero__text {
    margin-top: 50px;
  }

  .hero__text>h1,
  .hero__text>p {
    width: 50vw;
  }

  .hero__text>h1 {
    font-size: 43.38px;
  }

  .header-nav-container--lenguaje {
    position: absolute;
    top: 12%;
    right: 10%;
  }

  .rates__container .top,
  .rates__container .down {
    min-height: fit-content;
    width: 705px;
    max-width: 100%;
  }

  .banner__right h3 {
    margin-top: 30px;
  }

  .main-servicios-container .grid__container-section {
    /* width:720px; */
    max-width: 720px;
    margin: 0 auto;
  }

  .cards-blog-container ul {
    width: 705px;
  }
}


@media (width <=768px) {

  .hero__container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 26% center;
    width: 100%;
    height: 100vh;
  }

  .main-landing-container {
    padding-right: 0;
  }

  .hero__text {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30vh;
    width: 80%;
    height: auto;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000029;
  }

  .hero__text>h1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    color: #d25400;
  }

  .hero__text>p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #333333;
  }

  .hero__text .hero__line {
    margin: 10px auto;
    width: 80%;
    height: 3px;
    background-color: var(--primary);
  }



  .header-nav-container--lenguaje {
    visibility: visible;
    background-color: rgb(255, 255, 255, 0.8);
  }

  .header-nav-container--lenguaje p {
    color: #9246a2;
  }

  .text-monedas-container,
  .text-envios-container {
    width: 100%;
  }

  .text-envios-container table {
    margin-bottom: 10px;
  }

  .text-monedas-container table {
    margin-left: 0;
  }

  .text-monedas-container h2,
  .text-envios-container h2 {
    font-size: 15px;
  }

  .text-monedas-container table tr td,
  .text-envios-container table tr td {
    font-size: 13px;
  }

  .text-envios-container table tr th,
  .text-monedas-container table tr th {
    font-size: 13px;
  }

  .banner__container {
    height: 300px;
  }

  .banner__container img {
    display: none;
  }

  .banner__right h3 {
    font-size: 20px;
  }

  .banner__right p {
    font-size: 16px;
  }

  .banner__right {
    width: 100%;
  }

  .banner__right .icon {
    margin-top: 10px;
  }

  .contact__us-container {
    background-image: none;
  }

  .contact__us-container .grid__container-section {
    grid-template-columns: 1fr;
  }

  .rates__container {
    background-color: white;
    background-image: none;
  }

  .rates__container .top,
  .rates__container .down {
    min-height: fit-content;
    width: 100%;
  }

  .main-servicios-container .grid__container-section {
    max-width: 100%;
    margin: 0 var(--mr-1);
  }

  .cards-blog-container ul {
    width: 100%;
  }
}