.main__container {
  overflow-x: hidden;
}

.hero__container {
  position: relative;
  display: flex;
  flex-direction: column;
  background-image: url(../../images/home/bg_hero.png);
  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;
}

/* ============= Flags Slider ============= */

.main-flags-container {
  position: absolute;
  bottom: -5px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-color: #893ccc;
  width: 100%;
  height: auto;
  max-height: 120px;
  overflow: hidden;
  padding: 10px 0px;
  width: 100%;
  height: 106px;
}

.title-services {
  width: fit-content;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  color: white;
}

.flag__slider {
  width: 100%;
  overflow: hidden;
}

.flag__slider .swiper-slide img {
  display: block;
  width: 60px;
  height: 30px;
  object-fit: contain;
  margin: 0 auto;
}

.flag__slider .swiper-slide figcaption {
  font-size: 13px;
  margin-top: 6px;
  color: white;
  text-align: center;
}

/* ============= Rates ============= */

.rates__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../../images/home/bg_rate.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0px;
}

.blog__title,
.services__title,
.rates__title {
  position: relative;
  max-width: 300px;
  font-size: 28px;
  color: #d25400;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}

.rates__title {
  margin-bottom: 20px;
}

.blog__title,
.services__title {
  margin-bottom: 10px
}

.blog__title::before,
.services__title::before,
.rates__title::before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  bottom: -6px;
  transform: translate(-50%, 0);
  height: 3px;
  width: 60px;
  background-color: #d25400;
}

.rates__container .moneda-image-container {
  display: grid;
  justify-content: center;
  grid-template-columns: 60% 40%;
}

.rates__container .top,
.rates__container .down {
  padding: 15px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  min-height: 369px;
}

.rates__container .top {
  margin: 20px 0px;
}

.rates__container .down {
  margin-bottom: 20px;
}


.moneda-image-container figure,
.envio-image-container figure {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.moneda-image-container figure img,
.envio-image-container figure img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 3px 6px #00000029;
}

@media only screen and (max-width: 1000px) {

  .envio-image-container,
  .moneda-image-container {
    grid-template-columns: 1fr !important;
  }

  .envio-image-container figure,
  .moneda-image-container figure {
    display: none;
  }
}


.text-monedas-container {
  width: 60%;
  text-align: center;
}

.text-monedas-container table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.text-monedas-container table tr th {
  border-bottom: 1px solid #641fa0;
}

.text-monedas-container table tr td,
.text-envios-container table tr td {
  font-size: 14px;
  color: #777777;
  padding: 6px 0px;
}

/*nueva tabla*/
.envio-image-container {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 40% 60%;
}

.envio-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-envios-container,
.text-monedas-container {
  display: flex;
  flex-direction: column;
  padding: 30px;
  width: 100%;
  text-align: center;
}

.text-envios-container .country {
  width: 40%;
  border-bottom: 1px solid #641fa0;
}

.text-envios-container .cost {
  width: 30%;
  border-bottom: 1px solid #641fa0;
}

.text-envios-container .unity {
  width: 30%;
  border-bottom: 1px solid #641fa0;
}

.text-envios-container table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.text-envios-container .item-tables {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  border-radius: 10px;
}

.text-envios-container h2,
.text-monedas-container h2 {
  font-size: 18px;
  color: var(--secondary);
  padding: 5px 0px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
}

.text-envios-container table tr th,
.text-monedas-container table tr th {
  font-size: 16px;
  color: var(--secondary);
}



/* ============= Services ============= */

.main-servicios-container {
  text-align: center;
  padding: 40px 0px;
  background-color: #e4e4e4;
}

.main-servicios-container .grid__container-section {
  padding: 30px;
  box-shadow: 3px 3px 6px #00000029;
  background-color: white;
  min-height: 760px;
}

.main-servicios-container p {
  font-size: 16px;
  color: #969390;
  text-align: center;
}

.main-servicios--title {
  font-size: 3rem;
  color: #6e655f;
  margin-bottom: 10px;
}

/* ============= Banner ============= */

.banner__container {
  display: flex;
  flex-direction: row;
  background-color: #f2f2f2;
}

.banner__container img {
  width: 50%;
  min-width: 300px;
  min-height: 190px;
  height: auto;
}

.banner__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 50px;
  text-align: left;
}

.banner__right .banner__right-title {
  display: flex;
}

.banner__right-title>h3 {
  position: relative;
  font-weight: bold;
  padding-bottom: 6px;
  font-size: 30px;
  color: var(--primary);
  margin-bottom: 10px;
}

.banner__right-title>h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 60px;
  background-color: var(--primary);
}

.banner__right>p {
  font-size: 16px;
  color: #969390;
  margin-bottom: 20px;
}

.banner__right .icon {
  color: var(--secondary);
  margin-right: 10px;
}

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

.blog__cards-container {
  padding-top: 60px;
  text-align: center;
  margin-bottom: 60px;
}

.blog__cards-container .blog-container--title {
  font-size: 3rem;
  color: #d25400;
}

.blog-background-cotainer {
  margin: 0 auto;
}

.text__blog {
  font-size: 18px;
  color: #666564;
}


.cards-blog-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.blog-card-ocultos {
  display: flex;
  width: 100%;
}

.cards-blog-container a {
  text-decoration: none;
}

.cards-blog-container li:hover {
  box-shadow: 0px 0px 10px 0px #d25400;
}

.cards-blog-container ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  flex-wrap: wrap;
}

.cards-blog-container ul li {
  width: 310px;
  height: 386px;
  margin: 20px;
  background-color: white;
  box-shadow: 0px 0px 20px 0px #cecccc;
  display: flex;
  flex-direction: column;
}

.cards-blog-container ul li img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}

.blog-cards-text h3 {
  font-size: 24px;
  color: #d25400;
  margin-bottom: 10px;
  text-align: center;
}

.blog-cards-text>p {
  font-size: 14px;
  color: #969390;
  text-align: left;
  display: flex;
  align-items: flex-start;
  height: 100%;
  /* -webkit-line-clamp: 5; */
  /* -webkit-box-orient: vertical; */
  /* display: -webkit-box; */
  /* overflow: hidden; */
}



.blog-cards-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 180px);
  padding: 15px;
}


.blog-cards-text .data {
  font-size: 1.2rem;
  color: #707070;
  margin: 5px 0px 10px 0px;
}

.blog-cards-text .tags {
  display: flex;
  justify-content: flex-start;
}

.blog-cards-text .tags button {
  font-size: 1.2rem;
  color: #707070;
  background-color: transparent;
  border: 0px;
  outline: none;
  margin-right: 10px;
}

/* ============= Contact Us ============= */

.contact__us-container {
  background-image: url(../../images/home/bg_contact.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
}

.contact__us-container .grid__container-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.contact__us-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
}

.contact__us-content form .needs-validation {
  text-align: justify;
  font-size: 15px;
  color: #969390;
  line-height: 1.2;
  margin-bottom: 10px;
}

.needs-validation a {
  color: #969390;
  text-decoration: underline;
}

.contact__form-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.contactanos-text {
  width: 100%;
}

.contactanos-text h3 {
  font-size: 30px;
  color: #d25400;
  margin-bottom: 10px;
  text-align: center;
}

.contactanos-text p {
  font-size: 15px;
  color: #969390;
  /* line-height: 2rem; */
  line-height: 1.2;
}

.contactanos-text .thanks {
  font-size: 20px;
  color: #d25400;
  margin-top: 10px;
}

.contact__us-content .contact__form-container form {
  display: flex;
  flex-direction: column;
  width: 90%;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact__us-content .contact__form-container .form-control {
  border: 1px solid #969390;
  border-radius: 0;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  padding-left: 10px !important;
  height: auto !important;
  outline: none !important;
}

.captcha {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px auto 10px auto;
}

.captcha label {
  margin-bottom: 10px;
}

.captcha input {
  margin-bottom: 0px !important;
}

.captcha p {
  font-size: 1.3rem;
  margin-right: 10px;
}

.contact__us-content .contact__form-container form textarea {
  resize: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  outline: none;
  padding-left: 10px;
  padding-top: 10px;
}

.contact__form-container form input[type="submit"] {
  border-radius: 20px;
  height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: white;
  background-color: #893ccc;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 20px;
}

.contact__form-container form input[type="submit"]:hover {
  background-color: #9b68c7;
}

.alert__form {
  color: red;
  line-height: 1;
  font-size: 10px;
  height: 10px;
  margin: 2px 0px 5px;
}


.modal {
  position: fixed;
  z-index: 1;
  padding-top: 90px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  width: 35%;
  border-radius: 20px;
}

.modal-content .container {
  display: flex;
  justify-content: flex-end;
  padding: 0 8px;
}

.modal-content .container img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}

.modal-content .container center {
  background-color: #dc6516;
  border-radius: 20px;
}

.boton-pierdas {
  margin: 0 auto;
  width: 30%;
  background-color: #893ccc;
  border-radius: 20px;
  padding: 3px;
}

.boton-pierdas:hover {
  background-color: #9b68c7;
}

.boton-pierdas a {
  display: block;
  font-size: 30px;
  color: white;
  text-decoration: none;
}

.close {
  position: absolute;
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 5px;
}

.modal-content .boton-pierdas {
  border-radius: 20px;
  margin-top: 3px;
  margin-bottom: 5px;
  padding: 10px;
}

.modal-content .boton-pierdas,
.modal-content .boton-pierdas a {
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width: 2000px) {
  .modal-content {
    width: 25%;
  }
}

@media only screen and (max-width: 1200px) {
  .modal-content {
    width: 45%;
  }
}

@media only screen and (max-width: 800px) {
  .modal-content {
    width: 80%;
  }

  .modal-content .boton-pierdas {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 550px) {
  .modal {
    padding-top: 130px;
  }
}



@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 {
    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: 20% center;
    width: 100%;
  }

  .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%;
  }
}