    .nombre {
        margin-top: 59px;
    }
    
    .Please {
        width: 100%;
        height: 3.2vw;
        font-family: BellMT;
        font-size: 3.388vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: italic;
        line-height: 1.67;
        letter-spacing: 0.38px;
        text-align: center;
        color: #333;
    }
    
    .Howdiv {
        display: flex;
        grid-gap: 5vw;
        margin-top: 14px;
        margin-right: 28vw;
    }
    
    .textarea {
        margin-top: 1.4vw;
        width: 100vw;
    }
    
    .Please .text-style-1 {
        font-size: 3.4vw;
        font-weight: bold;
        font-style: normal;
        letter-spacing: 0.42px;
    }
    
    .Rectangle-18 {
        height: 0.21vw;
        margin: 2.8vw 22vw 2.8vw 22vw;
        border-radius: 0.41vw;
        background-color: #824411;
    }
    
    .Rectangle-19 {
        height: 0.21vw;
        margin: 0vw 0vw 0vw 0vw;
        border-radius: 0.41vw;
        background-color: #824411;
    }
    
    label {
        flex-grow: 0;
        font-family: Inter;
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #824411;
        margin-bottom: 1vw;
    }
    
    .input1 {
        width: 99vw;
        height: 8vw;
        display: flex;
        padding: 0;
        border-radius: 7px;
        border: solid 1px #824411;
        background-color: rgba(255, 255, 255, 0);
    }
    
    .input2 {
        width: 42.8vw;
        height: 8vw;
        display: flex;
        padding: 0;
        border-radius: 7px;
        border: solid 1px #824411;
        background-color: rgba(255, 255, 255, 0);
    }
    
    .input3 {
        width: 24vw;
        height: 8vw;
        display: flex;
        padding: 0;
        border-radius: 7px;
        border: solid 1px #824411;
        background-color: rgba(255, 255, 255, 0);
    }
    
    .gridfotos {
        display: grid;
        grid-template-columns: repeat(3, 2fr);
        grid-gap: 5.7em;
        margin-top: 1.4vw
    }
    
    .checkbox {
        width: 4vw;
        height: auto;
        display: flex;
        padding: 0;
        border-radius: 7px;
        border: solid 1px #824411;
        background-color: rgba(255, 255, 255, 0);
    }
    
    textarea {
        width: 100vw;
        height: 24vw;
        border-radius: 7px;
        border: solid 1px #824411;
        background: transparent
    }
    
    .linput_file {
        text-align: center;
        border: solid 1px;
        width: 9vw;
        /* height: 1.5vw; */
        border-radius: 6px;
        line-height: 3.5vw;
        background-color: #f7f7ea;
        height: 4vw;
    }
    
    .sphoto {
        font-size: 1vw;
    }
    
    .submit {
        border: none;
        background-color: #824411;
        color: white;
        width: 19.8vw;
        border-radius: 9px;
    }
    
    @media only screen and (min-width: 1024px) {
        .Please {
            font-size: 18px!important;
        }
        .submit {
            width: 8.8vw;
        }
        .Please .text-style-1 {
            font-size: 18px!important;
        }
        .nombre {
            margin-top: 2px;
        }
        .input1 {
            width: 43vw;
            height: 3vw;
        }
        .input2 {
            width: 18.8vw;
            height: 3vw;
        }
        .input3 {
            width: 12vw;
            height: 3vw;
        }
        .textarea {
            width: 43vw;
        }
        textarea {
            width: 43vw;
            height: 8vw;
        }
        label {
            font-size: 15px;
        }
        .gridfotos {
            grid-gap: 7.7em;
        }
        .linput_file {
            height: 1.5vw;
            line-height: 1.5vw;
        }
        .Howdiv {
            display: grid;
            grid-template-columns: repeat(2, 19vw);
            grid-gap: 5vw;
            margin-right: 0vw;
        }
    }