#bannerContacto {
  width: 100%;
}

#bannerContacto img {
  width: 100%;
}

#containerEscribinos {
  width: 50%;
  margin: 50px auto auto 30%;
  max-width: 700px;
  display: flex;
  position: relative;
  height: fit-content;
  flex-direction: column;
  background-color: white;
  padding: 20px;
  font-family: "Montserrat";
}

.mapouter,
.gmap_canvas {
  width: 100% !important;
}

.blueText {
  color: var(--main-color);
}

.blueText.seguinos {
  font-size: 40px;
}

.blueText.seguinos {
  font-size: 18px;
  margin-top: 106px;
  margin-bottom: 0px;
}

#left p:not(.blueText) {
  color: black;
  margin-bottom: 6px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 19px;
}

.redesIconos {
  display: flex;
  flex-direction: row;
}

.redesIconos img {
  width: 21px;
  height: 21px;
  margin-right: 15px;
  margin-top: 10px;
}

#mapsContainer {
  width: 100%;
  /* top: 10px; */
  margin: 0px auto;
  margin-bottom: 0px;
}

p.blueText.escribinos {
  font-size: 43px;
  margin-top: 0px;
  margin-bottom: 7px;
}

img {
}

.inputDiv {
  background: transparent;
  width: 94%;
  border-bottom: 1px solid rgba(68, 68, 68, 1);
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
}

input[type="text"] {
  background: transparent;
}

textarea {
  height: 149px;
  width: 95%;
  padding-top: 10px;
  margin: auto;
  border: none;
  background: transparent;
}

.buttonEnviar {
  width: 130px;
  background: rgba(232, 120, 36, 1);
  height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(232, 120, 36, 1);
  justify-content: center;
  cursor: pointer;
  border-radius: 50px;
  float: right;
  margin-bottom: 50px;
}

h2 {
  font-weight: 700;
  font-size: 39.3532px;
  line-height: 101.5%;
  color: #e87824;
}

p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #444444;
}

.buttonEnviar:hover {
  color: rgba(232, 120, 36, 1);
  background-color: transparent;
  border: 1px solid rgba(232, 120, 36, 1);
}

.buttonEnviar:hover button {
  color: rgba(232, 120, 36, 1);
}

#ig {
  filter: invert(1);
}

.inputDiv.textarea {
  height: 160px;
  padding: 0px;
  width: 98%;
}

textarea {
  resize: none;
  height: 60px;
  padding: 0;
  margin: 0;
}

.buttonEnviar button {
  width: 100%;
  height: 40px;
  background: transparent;
  border: none;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  font-size: 14px;
  /* display: flex; */
  letter-spacing: 1px;
  align-items: center;
}

input::placeholder {
  font-size: 13px;
}

textarea::placeholder {
  font-size: 13px;
}

input,
textarea {
  color: black;
  font-size: 13px;
}

iframe#gmap_canvas {
  width: 100%;
}

.mobileElement {
  display: none;
}

.bannerTitle {
  width: 100%;
  color: white;
  height: auto;
  display: block;
  text-transform: uppercase;
  position: relative;
  background-color: #e87824;
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.straight-color {
  width: 25%;
  background: #e87824;
  height: 100%;
  position: absolute;
  left: 0;
  top: 200px;
}

.title {
  font-weight: 900;
  font-size: 70px;
  line-height: 89.5%;
  text-align: center;
}

.contactDiv {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 0;
  margin-left: unset;
  padding-top: 0;
}

@media screen and (max-width: 821px) {
  .title {
    font-weight: 400;
    font-size: 30px;
    line-height: 0;
    text-align: center;
    height: 20vh;
  }
  .straight-color {
    display: none;
  }
  #bannerContacto {
    height: 40vh;
  }

  .desktopElement {
    display: none;
  }

  #bannerContacto img {
    height: 100%;
    object-fit: cover;
  }
  p {
    font-size: 14px;
    line-height: 23px;
  }
  h2 {
    font-size: 28px;
    line-height: 23px;
  }

  #containerEscribinos {
    flex-direction: column;
    height: auto;
    padding: 10% 5%;
    width: 90%;
    margin: auto;
  }

  .contact_name {
    margin-top: 0px;
  }

  #left,
  #right {
    margin: 0px auto;
    width: 100%;
    padding: 0;
    flex-direction: column;
  }

  .blueText.seguinos {
    margin-top: 20px;
  }

  .redesIconos {
    margin-bottom: 30px;
  }

  #mapsContainer {
    width: 95%;
  }

  textarea {
    margin-left: 0px;
  }
}
