.wpcf7-form  p  {
	margin-bottom: 50px;
}
.wpcf7-form p:nth-child(n+6) {
    margin-bottom: 0px!important;
}
.wpcf7-form-control-wrap input{
	border-bottom: 2px solid black;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	width: 100%;
	border-radius: 0;
}

.wpcf7-form-control-wrap textarea {
	border: 2px solid black;
	border-radius: 0;
	margin-top: 15px;
}

.wp-block-contact-form-7-contact-form-selector {
	margin-bottom: 45px;
}

.contact-icon img {
	width: 25px;
    position: relative;
    top: 11px;
  }

label {
    margin-top: 25px;
}


.contact-forma .wpcf7-form-control-wrap input {
	border: 2px solid black!important;
	margin-top: 10px;
	margin-bottom: 20px;
}

	
	
@media (min-width: 601px) {
	.contact-icon .wp-block-media-text {
		grid-template-columns: 10% auto!important;
	}
}
.contact-icon .wp-block-media-text .wp-block-media-text__content {
	padding: 0!important;
}
.contact-forma .wpcf7-list-item input {
	width: auto;
}
.contact-forma .wpcf7-list-item {
	margin: 0;
}
.contact-forma .wpcf7-submit {
	background-color: var(--mauro);
	border: 1px solid ;
	border-color: #707070 !important;
    color: white !important;
    font-size: 1.22em;
    line-height: 30px;
    font-weight: 600;
    margin-top: 20px;
    padding: 7px 40px;
}



.contact-forma .wpcf7-submit:hover {
	background: transparent!important;
    color: var(--mauro)!important;
	cursor: pointer;
}