.form__table .file__input ,
.elementor-field-group .file__input {
    border-radius: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    z-index: 0;
}

.form__table .file__input ~ label, .elementor-field-group .file__input ~ label {
    border-radius: 0;
    clip: initial;
    color: #000;
    display: flex;
    flex-flow: column nowrap;
    font-size: 14px !important;
    justify-content: center;
    min-height: 47px;
    height: 100%;
    margin: 0;
    padding: 10px 70px 10px 20px !important;
    position: relative;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}
	.form__table .file__input ~ label:before, .elementor-field-group .file__input ~ label:before {
        align-items: center;
        background-color: #bf020b;
        content: "Seleccionar archivo";
        color: #fff;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        font-size: 16px;
        height: 100%;
        line-height: 100%;
        padding: 7px 10px;
        position: absolute;
        right: 0;
        text-align: center;
        text-transform: uppercase;
        -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: 230px;
    }
		.form__table .file__input ~ label:hover:before ,
		.elementor-field-group .file__input ~ label:hover:before {
			background-color: #000;
			color: #fff;
		}

	.form__table .file__input ~ label * ,
	.elementor-field-group .file__input ~ label * {
		pointer-events: none;
	}

	.form__table .file__input ~ label .with__name ,
	.elementor-field-group .file__input ~ label .with__name {
	    display: inline-block;
	    margin-top: 3px;
	}

.proveedores ul.eael-tab-inline-icon {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
}

.proveedores ul.eael-tab-inline-icon li {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    flex: initial !important;
    justify-content: center;
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: -webkit-calc(20% - 20px);
    width: -moz-calc(20% - 20px);
    width: -ms-calc(20% - 20px);
    width: -o-calc(20% - 20px);
    width: calc(20% - 20px);
}
	.proveedores ul.eael-tab-inline-icon li:first-child {
		margin-left: 0;
	}
	.proveedores ul.eael-tab-inline-icon li:nth-child(4) {
		margin-right: 0;
	}

.proveedores ul.eael-tab-inline-icon li i {
    display: inline-block;
    text-align: center;
    width: 50px;
}
	.proveedores ul.eael-tab-inline-icon li i:before {
	    font-size: 40px;
	    font-weight: normal;
	}

.proveedores ul.eael-tab-inline-icon li .eael-tab-title {
    display: inline-block;
    text-align: left;
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: -ms-calc(100% - 60px);
    max-width: -o-calc(100% - 60px);
    max-width: calc(100% - 60px);
    width: auto;
}

.proveedores .eael-tabs-content .clearfix.active,
.proveedores .eael-tabs-content .clearfix.active-default { 
	padding: 40px 0 0;
}

.file__input ~ .elementor-field-label {
    background-color: #ff141f !important;
    color: #fff !important;
}