/*===================*/
/* estilos para cf7 */
/*===================*/
.wpcf7 .wpcf7-form p {
  margin-bottom: 1.5rem;
}

.wpcf7 .wpcf7-form p:last-of-type {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media(max-width: 991px) {
  .wpcf7 .wpcf7-form p:last-of-type {
    align-items: flex-end;
  }
}

.wpcf7 .wpcf7-form p label {
  width: 100%;
}

.wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap input {
  height: 40px;
  border-radius: 5px;
  padding-left: 10px;
  border: 1px solid #333;
  width: 100%;
  box-shadow: var(--sombra);

  &:focus-visible {
    outline: 1px solid var(--color1);
  }
}

.wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap textarea {
  height: 80px;
  border-radius: 5px;
  padding-left: 10px;
  border: 1px solid #333;
  width: 100%;
  box-shadow: var(--sombra);

  &:focus-visible {
    outline: 1px solid var(--color1);
  }
}

.wpcf7 .wpcf7-form p .wpcf7-submit {
  width: 200px;
  background-color: var(--color1);
  color: var(--textoClaro);
  height: 45px;
  border-radius: 25px;
  border: none;
  /* margin: auto; */
  transition: .3s;

  &:hover {
    background-color: var(--color2);
  }
}


/*seccion formulario*/
._forumularioContactoInfo-colInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

._contactoInfo-logo {
  width: 350px;
  height: auto;
}