.elementor-field-group .file__input {
	border-radius: 10px;
	display: none;
	padding: ;
}

.elementor-field-group .file__input ~ label {
	border-radius:3px;
    clip: initial;
    color: #444;
    display: flex;
    flex-flow: column nowrap;
    font-size: 14px !important;
    justify-content: center;
    min-height: 30px;
    height: 100%;
    margin: 0;
    padding: 0px 85px 0px 17px;
    position: relative;
    top: 0;
    width: 100%;
}
	.elementor-field-group .file__input ~ label:before {
		background-color: #980321;
		background-image: url(https://qcert.pruebasecore.com/wp-content/uploads/2021/04/file-input_3-1.png);
		background-position: center;
		background-repeat: no-repeat;
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		right: 0;
		text-align: center;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		top: 0;
		width: 60px;
	}
		.elementor-field-group .file__input ~ label:hover:before {
			background-color: #82001a;
			color: #fff;
		}

	.elementor-field-group .file__input ~ label * {
		pointer-events: none;
	}

	.elementor-field-group .file__input ~ label .with__name {
	    display: inline-block;
	    margin-top: 7px;
	}