.bold {
  font-weight: bold;
}

#name {
}

.smallInput {
  height: 60px;
  width: calc(95% - 15px);
  margin: 0px auro;
  margin-left: 10%;
  margin-top: 10px;
  top: 10%;
  background: transparent;
  border-radius: 10px;
  border: 2px solid white;
  color: white;
  padding-left: 15px;
}
.largeInput {
  height: 140px;
  width: calc(92.9%);
  margin-left: 5.5%;
  margin-top: 20px;
  background: transparent;
  border: solid 2px white;
  border-radius: 10px;
  padding: 20px;
  color: white;
}

#surname {
}

#mail {
}

#about {
}

#sendButton {
  background: var(--light-green);
  width: 200px;
  padding: 17px;
  text-align: center;
  color: white;
  margin-top: 40px;
  border-radius: 11px;
  cursor: pointer;
  margin-left: 9%;
}

.mainGalleryOpacity {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/files/site/contacto.jpg");
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  /* background: rgba(0, 0, 0, 0.45); */
}

.contactContainer {
  width: 90%;
  height: 400px;
  margin: 0px auto;
  max-width: 1000px;
}

.contactTitle {
  color: white;
  height: 100px;
  width: 70%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 47px;
  line-height: 58px;
  text-align: center;
  font-weight: bold; /* flex-direction: column; */
}

.contactFormContainer {
  width: 100%;
  height: 400px;
}

.contactFormTop {
  /* height: fit-content; */
  width: 100%;
  /* overflow: hidden; */
  height: 80px;
}

.contactFormBottom {
  width: 100%;
  height: 200px;
}

.LargeInputContainer {
  height: 160px;
  width: 64%;
  background-color: transparent;
  float: left;
  /* resize: none; */
  /* column-count: 200; */
}

.rightPartContainer {
  width: 34%;
  float: left;
}

.thanksMessage {
  margin-top: 30px;
  color: white;
  line-height: 21px;
  font-size: 14px;
  margin-left: 10%;
}

.contactInfoContainer {
  width: 90%;
  height: 400px;
  margin: 0px auto;
  max-width: 1200px;
}

.countryInfo {
}

.countryInfoContainer {
}

.teamLocation {
}

.countryTitle {
}

.countrySubtitle {
}

.countryInfo {
  width: 50%;
  /* height: 100%; */
  float: left;
  /* margin-left: 10%; */
}

.countryInfoContainer {
  width: 90%;
  margin-left: 10%;
  padding-top: 50px;
}

.teamLocation {
  height: 36px;
  float: left;
  width: 25px;
  margin-right: 10px;
}

.countryTitle {
  padding: 3px 0px;
  font-size: 34px;
  font-weight: bold;
  float: left;
  width: 90%;
  color: var(--light-green);
}

.countrySubtitle {
  color: var(--light-green);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

.countryInfoText {
  font-size: 14px;
  line-height: 22px;
  /* font-weight: 300; */
  color: var(--dark-green);
  margin-top: 20px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.countryTopBar {
  position: relative;
  width: 100%;
  height: 40px;
}

.smallInputContainer {
  width: calc(33% - 15px);
  height: 70px;
  float: left;
}

.countryInfo {
  width: 50%;
  /* height: 100%; */
  float: left;
  /* margin-left: 10%; */
}

@media screen and (max-width: 768px) {
  .contactTitle {
    font-size: 30px;

    line-height: 36px;

    width: 100%;
  }

  .contactContainer {
    height: fit-content;
    overflow: hidden;
  }

  .smallInput {
    height: 35px;
    width: 80%;
  }
  .smallContainer {
  }
  .rightPartContainer {
    float: none;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .LargeInputContainer {
    float: none;
    width: 100%;
    /* margin: 0px auto; */
    /* margin-left: 4%; */
    height: 100px;
  }

  .largeInput {
    height: 80px;
    padding: 5px;
    margin: 0px auto;
    margin-left: 10%;
    margin-top: 10px;
    width: 80%;
    /* margin-left: 0px; */
  }

  .contactFormTop {
    height: fit-content;
    overflow: hidden;
  }
  .contactFormBottom {
    height: fit-content;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #sendButton {
    margin: 0px auto;
    margin-top: 10px;
  }

  .thanksMessage {
    margin-top: 10px;
    text-align: center;
  }

  .countryInfo {
    float: none;
    width: 100%;
    height: 180px;
    overflow: hidden;
  }

  .countryInfoContainer {
    padding-top: 20px;
  }

  .contactInfoContainer {
    height: 540px;
  }

  .paraguayInfo {
    height: 320px;
  }

  .smallInputContainer {
    width: 100%;
    height: 45px;
    float: left;
  }
}

.whatsappIcon {
  height: 20px;
  width: 20px;
  margin-top: 1px;
  float: left;
  background-image: url(/files/site/whatsappSmall.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 3px;
}
