﻿
.formulario-custom {
    justify-content: center;
    width: 65%;
    color: #1E22AA;
}

    .formulario-custom .umbraco-forms-fieldset {
        display: grid;
        gap: 1.5rem;
    }


        .formulario-custom .umbraco-forms-fieldset > .umbraco-forms-field:nth-child(3) {
            grid-column: span 2;
        }


    .formulario-custom form input,
    .formulario-custom form select {
        width: 90%;
        padding: 12px;
        border: none;
        height: 50px;
        border-radius: 15px;
        margin-top: 15px;
        font-weight: 400;
        color: #1e22aa9e;
        background: #EBEBFB;
    }

    .formulario-custom .umbraco-forms-form input.text,
    .formulario-custom .umbraco-forms-form textarea {
        width: 90% !important;
        max-width: 600px !important;
    }

    .formulario-custom form button {
        width: 90%;
        padding: 12px;
        border: none;
        height: 50px;
        border-radius: 15px;
        margin-top: 15px;
        font-weight: 400;
        color: #1e22aa9e;
        background: #1E22AA;
    }

    .formulario-custom form label {
        margin-top: 20px;
        font-size: 18px;
        text-shadow: 0.1px 0.1px 0 #1E22AA;
        font-weight: 400;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #1E22AA;
    }

.w-check {
    height: 25%;
    width: 30% !important;
    margin-top: -10px !important;
}

.ver-detalles {
    display: flex;
    margin: auto;
    width: 40%;
    justify-content: center;
    text-align: center;
    font-size: 16px;
}

.btn-file-uploa {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    max-width: 520px;
}

    .file-upload-wrapper input[type="file"] {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        z-index: 2;
    }

.file-upload-button {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.umbraco-forms-form textarea {
    height: 170px !important;
}

.field-validation-valid {
    margin-left: -10px;
}

.textAreas {
    border-radius: 30px !important;
    background: #EBEBFB;
}

.form-check-input {
    height: 50px;
    border-radius: 15px !important;
}
