.header-contact {
  background: url(../imgs/contacto.jpg) no-repeat center center fixed;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  height: 1250px;
  margin-bottom: -829px;
}


.title-contact{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  line-height: 85px;
  font-size: 73px;
  letter-spacing: -2px;
  color: #05347f;
}

@media(max-width: 575px){
  .title-contact{
    font-size: 50px;
  }
}

.title-pad{
  padding: 180px 0px 0px 0px;
}

.contact-form{
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  padding-left: 0px !important;
  border-width: 1px;
  width: 100%;
}

.text-area{
  border: none !important;
  background-color: #eceae0 !important;
  width: 100%;
  height: 150px;
}

.form-pad{
  padding: 65px 60px 0px 60px;
}

.boton-form{
  background-color: #003c74 !important;
  transition: background-color 0.2s ease, border-color 0.2s ease !important; 
  color: white;
  border: none;
}

.boton-form:hover{
  color:white;
  background-color: #cb4f1d !important;
  transition: background-color 0.5s ease; 
}

.map{
  width: 100% !important; /* Establece el ancho deseado */
  height: 400px !important; /* Establece la altura deseada */
}

.numbers{
  background-color: #7cb12d !important;
  height: 250px;
}

@media(max-width: 767px){
  .numbers{
    height: 415px;
  }
}

