.hero__container .header-nav-container--lenguaje {
  height: 80px;
}

.hero__container .header-nav-container--lenguaje form {
  margin-top: 0px;
}

.hero__container .header-nav-container--lenguaje {
  border: 0px;
  margin-top: 0px;
}

.hero__container .header-nav-container--lenguaje {
  color: var(--secondary);
}

.hero__container .header-nav-container--lenguaje {
  height: 80px;
}

.hero__container .header-nav-container--lenguaje form {
  margin-top: 0px;
}

.header-nav-container--lenguaje {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  text-align: center;
  font-size: 18px;
  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;
}

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

/* ---------------------------------------------------
					Contact Page
----------------------------------------------------*/
.hero__container .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 30px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 7px 7px 6px #00000029;
}

.hero__container {
  position: relative;
  display: flex;
  flex-direction: column;
  background-image: url(../../images/contact/bg-contact.png);
  background-color: #f5f5f5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
  min-height: 600px;
}

.hero__container h2 {
  color: #707070;
  text-align: center;
  font-size: 14px;
  margin: 15px 0px;
}

.hero__container h3 {
  text-align: center;
  font-size: 20px;
  color: var(--secondary);
  text-align: center;
}

.hero__container form {
  margin-top: 20px;
  font-size: 14px;
  /* width: 100%; */
}

.hero__container .needs-validation {
  text-align: center;
  color: #707070;
  margin-bottom: 10px;
  font-size: 14px;
}

.hero__container form .form-control {
  font-size: 14px;
  border: 1px solid #707070;
  color: #707070;
  background-color: #f5f5f5;
  resize: none;
  margin: 5px 0px;
}

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

.hero__container .right iframe {
  width: 100%;
  height: calc(100% - 130px);
}

.hero__container .right .down {
  background-color: var(--primary);
  padding: 10px;
  height: 50px;
}

.hero__container .right .down p {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.hero__container .right {
  display: flex;
  flex-direction: column;
}

.hero__container .left {
  display: flex;
  flex-direction: column;
}

.hero__container .flags2 {
  display: none;
}



.contact__title {
  text-align: center;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 6px;
  margin: 0 auto;
  color: var(--secondary);
}

.contact__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 0);
  height: 3px;
  width: 60px;
  background-color: var(--secondary);
}

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

@media (width <=1150px) {
  .hero__container .right iframe {
    height: 300px;
  }
}


@media (width <=768px) {
  .header-nav-container--lenguaje.flags1 {
    display: none;
  }

  .hero__container .flags2 {
    display: block;
    align-self: center;
    position: relative;
    left: 0px;
    top: 0px;
  }

  .hero__container .content {
    grid-template-columns: 1fr;
  }
}