
.header{
	background-image: url(../assets/img/contact/heroContact.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;

} 


.filter{
	background-color: rgba(0, 0, 0, 0.699)!important;
}

.contacto {
  opacity: 1;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
  margin: 50px auto;
}
.contacto .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 500px) {
  .contacto .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contacto .container figure {
  margin-left: -70px;
}
.contacto .container figure img{
  border-radius: 20px;
  width: 450px;
}
@media (max-width: 1024px) {
  .contacto .container figure {
    margin: auto;
    display: none;
  }
}
.contacto .container .contact {
  text-align: center;
}

.bienvenida__texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
}

.formulario {
  width: 100% !important;
  background: #f1f1f1;
  padding: 40px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);
}
.formulario h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}

select, textarea {
  border: none;
  background: none;
  color: gray;
}

textarea {
  width: 100%;
}

.box-input {
  border-bottom: 2px solid #adadad;
  position: relative;
  margin: 20px 0;
}
.box-input input {
  font-size: 16px;
  color: #333;
  border: none;
  width: 100%;
  outline: none;
  background: none;
  padding: 0 5px;
  height: 40px;
}

.focus + span::before {
  top: -5px;
}

.focus + span::after {
  width: 100%;
}

.boton {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #349AAF;
  border: solid 2px #349AAF;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.boton:hover {
  background-color: #2c8394;
  background-color: #2c8394;
  border: solid 2px #2c8394;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mensaje {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #231f20;
  height: 200px;
}
.mensaje p {
  color: white;
  font-size: 26px;
}

.agendar{
    padding-top: 40px;
    text-align: center;
    color: #349AAF;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.button-blue{
  background-color: #349AAF;
  color: white;
  border: none;
}

@media (max-width:800px) {
  .header{
    background-position: right;
  }
}


  @media (max-width: 500px) {
    .mensaje p {
      font-size: 18px;
    }
  }
