
.contacto{
    display: flex;
    min-height: 594px;
    /* align-items: center;     */
    justify-content: center;
    margin-left: 56px;
    margin-right: 56px;
    margin-top: 8%;
}
.TIT{
  font-family: 'Gotham';
  font-size: 32px;
  line-height: 0.84;
  color: #117a9a;
  margin-bottom: 11px;
}
.formulario label{
  width: auto;
  margin-left: 16px;
  margin-bottom: 5px;
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: 1.79;
  color: #767676;
}
.formulario textarea{
  border-radius: 20px;
  min-height: 105px;
  width: 100%;
  max-width: 400px;
  resize: none;
  border: none !important;
}
 .formulario input{
  border-radius: 20px;
  min-height: 40px;
  width: 100%;
  max-width: 400px;
  border: none !important;
}
.formulario form {
  border-radius: 1em;
  background-color: rgb(192, 192, 192, 0.16);
  max-width: 480px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  }
  
 .formulario  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  } 
  
  form li + li {
    margin-top: 1em;
  }
  
  label {
    /* Tamaño y alineación uniforme */
    display: inline-block;
    width: 90px;
    text-align: right;
  }
  
  input,
  textarea {
    /* Para asegurarse de que todos los campos de texto tienen la misma configuración de letra
       Por defecto, las áreas de texto tienen un tipo de letra monoespaciada */
    font: 1em sans-serif;
  
    /* Tamaño uniforme del campo de texto */
    width: 300px;
    box-sizing: border-box;
  
    /* Hacer coincidir los bordes del campo del formulario */
    border: 1px solid #999;
  }
  
  input:focus,
  textarea:focus, 
  input:focus-visible,
  textarea:focus-visible {
    /* Destacado adicional para elementos que tienen el cursor */
    border-color: #117a9a !important;
  }
  
  textarea {
    /* Alinear los campos de texto multilínea con sus etiquetas */
    vertical-align: top;
  
    /* Proporcionar espacio para escribir texto */
    height: 5em;
  }
  
  .button {
    /* Alinear los botones con los campos de texto */
    padding-left: 90px; /* mismo tamaño que los elementos de la etiqueta */
  }
  
  button {
    /* Este margen adicional representa aproximadamente el mismo espacio que el espacio
       entre las etiquetas y sus campos de texto */
    margin-left: .5em;
  }




h3{
    font-family: Gotham;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #767676;
}
h4{
    font-family: Gotham;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #767676;
  width: 86%;
}
p{
    font-family: 'Helvetica';
    font-size: 20px;
    line-height: 1.5;
    color: #767676;
    text-align: left;
}
span.ventas{
    margin-left: 80px;
}
span{
    font-family: 'Helvetica';
  font-size: 14px;
  line-height: 1.57;
  color: #767676;
}
.formulario{
    width: 40%;
}
.info{
    width: 53%;
    padding: 20px 44px;
}
.infoCiudad{    
    display: flex;
}
.infoCiudad p{
    font-family: 'Helvetica';
    font-size: 14px;
    line-height: 1.57;
    color: #767676;
    text-align: left;
    max-width: 261px;
}
.infoLeon{
    width: 60%;
}
.infoCDMX{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.contentEnviar{
  margin-top: 26px;
  display: flex;
  justify-content: flex-end;
}
.btnEnviar{
  width: 160px;
  height: 40px;
  padding: 8px 13px;
  border-radius: 20px;
  border: none;
  background-color: #427b96;
  font-family: 'Helvetica';
  font-size: 14px;
  font-weight: bold;
  line-height: 1.79;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}
@media (max-width:1024px) {
  .contacto {
    margin-top: 13%;
}
}
@media (max-width:768px) {
  .contacto {
    margin-top: 150px;
    flex-direction: column;
}
.formulario{
  width: 100%;
}
.info {
  width: 100%;
}
.formulario form {
  max-width: 100%;
}
.formulario input, .formulario input {
  max-width: 100%;
}
}


@media (max-width:600px) {
  .contacto {
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
    margin-top: 28%;
}
  .formulario, h4{
    width: 100%;
  }
  .info{
    width: 100%;
  }
  span.ventas {
    margin-left: 50px;
}
p{
  text-align: center;
}
.infoCiudad {
  display: flex;
  flex-direction: column;
}
.infoLeon, .infoCDMX {
  width: 87%;
}

}