.bg_banner {
  background-image: url(../../images/conversemos/banner_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 621px;
}

.contenedor_detalle_contacto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 40px 70px;
  background-color: #E83751;
  border-radius: 5px;
}

.contenedor_detalle_contacto > div:first-child::after {
  content: "";
  position: absolute;
  height: 530px;
  width: 1px;
  background-color: white;
  right: 20px;
  top: 10px;
}

.select_conversemos_rojo {
  width: 90%;
  height: 74px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  background-image: url("../../images/icon/flecha_abajo_roja_select.png");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 48%;
  border-radius: 5px;
  margin: 0 auto;
  padding: 1rem;
  padding-right: 2rem;
  border: 1px solid #E83751;
  cursor: pointer;
}

.select_conversemos_rojo:focus-visible {
  outline: none;
}

.contenedor_info_selects_rojo {
  padding: 0 30px;
}

textarea {
  width: 90%;
  border-radius: 5px;
}

textarea:not(.abajo) {
  border: 1px solid #E83751;
}

textarea.abajo {
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 118, 132, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(110, 118, 132, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(110, 118, 132, 0.25);
  border: none;
}

textarea:focus-visible {
  outline: none;
}

.input_formulario {
  height: 65px;
  width: 100%;
  border-radius: 5px;
  padding-left: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(110, 118, 132, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(110, 118, 132, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(110, 118, 132, 0.25);
  border: none;
}

.input_formulario:focus-visible {
  outline: none;
}

.contenedor_inputs_formulario {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
}

.btn_aplicar_filtros.conversemos {
  width: 30%;
}

/*# sourceMappingURL=conversemos.css.map */
