/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2025 | 22:56:09 */
.form-column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.form-row:after {
  content: "";
  display: table;
  clear: both;
}

.form-column input::placeholder {
  color: #fff;
  opacity: 0.7;
}
.form-column select {
	padding: 11px 15px 11px 15px;
    border-radius: 12px 12px 12px 12px;
	line-height: 20px;
	width: 100%
}
#FormCelular .wpcf7 form>div, #FormCelular .wpcf7 form>p {
    margin-bottom: 0 !important;
}
#FormCelular .eael-contact-form-7 .wpcf7-form p input.wpcf7-submit {
    margin-bottom: 0 !important;
}

.jltma-image-hover-effect figure {
	border-radius: 30px 30px 30px 30px;
}
figure.jltma-effect-sadie figcaption:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 76, 97, 0)), color-stop(75%, rgba(9, 105, 244, .8)));
    background: linear-gradient(180deg, rgba(72, 76, 97, 0) 0, rgba(9, 105, 244, .8) 75%);
}