/* Enter Your Custom CSS Here */
/* Submit Button Gravity Forms
-----------------------------*/
body .gform_wrapper .gform_footer input[type=submit] {
color: #FFFFFF;
background: #5b6d7d;
letter-spacing: 1px;
float: left;

font-weight: bold;
min-width: 280px;
border: none;
border-radius: 5px;
margin-left: 0px;
transition: 0.3s;
}
.team .member .member-info h6{
	margin-right: 10%;
}

body .gform_wrapper .gform_footer input:hover[type=submit] {
background: #4c4c4c;
}
  .fila-inversa {
    display: flex !important;
    flex-flow: wrap;
    flex-direction: row-reverse;
  }
}


/* Invertir orden columnas editor en movil */

@media all and (min-width: 767px) {

@media only screen and (max-width:481px) {
	.columnas-invertir{
		flex-direction:column-reverse;
	}
}
