.bg-banner_contact {
  position: relative;
  height: 1050px;
  margin: 2.5em 0;
}
.bg-banner_contact img {
  width: 100%;
  object-fit: cover;
  display: none;
}
.grid-contact {
  display: grid;
  height: 100%;
  align-items: center;
}
.content-info-doc h2 {
  color: #4565ad;
  font-size: 22px;
  font-family: "Montserrat Regular";
  margin: 0;
}
.content-info-doc p {
  color: #4565ad;
  font-size: 20px;
  font-family: "Montserrat Regular";
}
.content-info-hospital p {
  color: #4565ad;
  font-size: 20px;
  font-family: "Montserrat Regular";
  margin: 0;
}
.content-info-telephone {
  margin-top: 1em;
}
.content-info-telephone p {
  color: #4565ad;
  font-size: 22px;
  font-family: "Montserrat Regular";
  margin: 0;
}
.contacto-formulario {
  max-width: 440px;
  margin: auto;
}
.formulario {
  background: #00abbf;
  padding: 20px;
  border-radius: 10px;
}
.title-cita {
  font-size: 20px;
  text-align: center;
  color: white;
  font-family: "Montserrat Regular";
}
.grid-btn-enviar {
  display: grid;
  max-width: 235px;
  margin: auto;
  height: 57px;
}
.btn-enviar-contacto {
  color: white;
  font-family: "Montserrat Regular";
  background: #4565ad;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
}
.btn-enviar-contacto:hover {
  background: white;
  /* color: white; */
  /* border: 2px solid #4565ad; */
  /* aaaaaaaaaa */
}
.condiciones-form p {
  font-family: "Montserrat Regular";
  font-size: 15px;
  text-align: center;
}
.grid-input-two {
  margin-bottom: 0.5em;
  position: relative;
}
.padding-form {
  text-align: center;
}
/***********************************/
/* 
.select-box {
  display: flex;
  width: 400px;
  flex-direction: column;
}

.select-box .options-container {
  background: #2f3640;
  color: #f5f6fa;
  max-height: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
  border-radius: 8px;
  overflow: hidden;

  order: 1;
}

.selected {
  background: #2f3640;
  border-radius: 8px;
  margin-bottom: 8px;
  color: #f5f6fa;
  position: relative;

  order: 0;
}

.selected::after {
  content: "";
  background: url("../../images/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;

  position: absolute;
  height: 100%;
  width: 32px;
  right: 10px;
  top: 5px;

  transition: all 0.4s;
}

.select-box .options-container.active {
  max-height: 240px;
  opacity: 1;
  overflow-y: scroll;
}

.select-box .options-container.active + .selected::after {
  transform: rotateX(180deg);
  top: -8px;
}

.select-box .options-container::-webkit-scrollbar {
  width: 8px;
  background: #0d141f;
  border-radius: 0 8px 8px 0;
}

.select-box .options-container::-webkit-scrollbar-thumb {
  background: #525861;
  border-radius: 0 8px 8px 0;
}

.select-box .option,
.selected {
  padding: 12px 24px;
  cursor: pointer;
}

.select-box .option:hover {
  background: #414b57;
}

.select-box label {
  cursor: pointer;
}

.select-box .option .radio {
  display: none;
} */

/**********************************/

.select_form {
  width: 100%;
}
.select_form select {
  height: 42px;
  line-height: 18px;
  font-size: 14px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #c6c6c6;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Montserrat Regular";
  padding: 0.375rem 0.75rem;
}

.select_form::after {
  content: "";
  background: url(../../images/flecha.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -7px;
  width: 25px;
  height: 15px;
}
.select_form select:focus {
  outline: none;
}

.select_form select option {
  color: black !important;
}
/*************************/
.form-control {
  font-family: "Montserrat Regular";
}

.bg-alerta {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: white;
  background-color: #ff3547;
  border-color: #ff3547;
}

.bg-advertencia {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: white;
  background-color: #f80;
  border-color: #f80;
}

.bg-enviando {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: white;
  background-color: #00c851;
  border-color: #00c851;
}
.modal-wrap {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mensaje-modal-content {
  border: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 350px;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}
.mensaje-modal-header {
  display: flex;
  background-color: #00c851;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  justify-content: space-between;
  padding: 1rem 1rem;
  align-items: flex-start;
}
.heading {
  margin: 0;
  font-size: 1.15rem;
  color: #fff;
}

.mensaje-modal-body {
  padding: 1rem;
  color: #616161;
}

@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
  .bg-banner_contact img {
    display: block;
  }
  .bg-banner_contact {
    height: initial;
    margin: 0;
  }
  .grid-contact {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-info-doc h2 {
    font-size: 27px;
  }
  .content-info-doc p {
    font-size: 27px;
  }
  .content-info-hospital p {
    font-size: 22px;
  }
  .content-info-telephone p {
    font-size: 22px;
  }
  .padding-form {
    text-align: initial;
  }
}
