@media screen and (max-width: 629px) {
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container {
    display: flex;
    width: 100vw;
    height: 100vh;
    background: url('img/fundofomulariositelote.jpg') center center/cover no-repeat;
}
.left, .right {
    width: 50%;
    height: 100%;
    position: relative;
}
.left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.0);
    padding: 20px;
}
.left h2 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 100px;
    text-align: left;
    width: 80%;
}
.left form {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.left input[type="email"],
.left input[type="tel"],
.left input[type="text"] {
    padding: 10px;
    font-size: 16px;
    width: 100%;
    border: none;
    border-radius: 5px;
    outline: none;
}
.left button {
    padding: 10px;
    font-size: 1.2em;
    width: 22%;
    color: white;
    background-color: #00b503;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.left button:hover {
    background-color: #00b503;
}
.right {
    /* background: url('img/fundofomulariositelote.jpg') center center/cover no-repeat; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.text-overlay {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center ;
    justify-content: center;
}
.text-overlay h2 {
    width: 80%;
    font-size: 4em;
    /* line-height: 1.5; */
    text-align: left;
    font-weight: 500;
    line-height: 100%;
}

.text-overlay strong {
    font-weight: 700;
}

}

@media screen and (min-width: 630px) and (max-width: 1498px) {

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    body, html {
        height: 100%;
        font-family: 'Montserrat', sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container {
        display: flex;
        width: 100vw;
        height: 100vh;
        background: url('img/fundofomulariositelote.jpg') center center/cover no-repeat;
    }
    .left, .right {
        width: 50%;
        height: 100%;
        position: relative;
    }
    .left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.0);
        padding: 20px;
    }
    .left h2 {
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.5em;
        font-weight: 500;
        margin-bottom: 100px;
        text-align: left;
        width: 80%;
    }
    .left form {
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .left input[type="email"],
    .left input[type="tel"],
    .left input[type="text"] {
        padding: 10px;
        font-size: 16px;
        width: 100%;
        border: none;
        border-radius: 5px;
        outline: none;
    }
    .left button {
        padding: 10px;
        font-size: 1.2em;
        width: 22%;
        color: white;
        background-color: #00b503;
        border: none;
        border-radius: 25px;
        cursor: pointer;
        transition: background-color 0.3s;
    }
    .left button:hover {
        background-color: #00b503;
    }
    .right {
        /* background: url('img/fundofomulariositelote.jpg') center center/cover no-repeat; */
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }
    .text-overlay {
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center ;
        justify-content: center;
    }
    .text-overlay h2 {
        width: 80%;
        font-size: 3em;
        /* line-height: 1.5; */
        text-align: left;
        font-weight: 500;
        line-height: 100%;
    }
    
    .text-overlay strong {
        font-weight: 700;
    }

}
@media screen and (min-width: 1499px){
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    body, html {
        height: 100%;
        font-family: 'Montserrat', sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container {
        display: flex;
        width: 100vw;
        height: 100vh;
        background: url('img/fundofomulariositelote.jpg') center center/cover no-repeat;
    }
    .left, .right {
        width: 50%;
        height: 100%;
        position: relative;
    }
    .left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.0);
        padding: 20px;
    }
    .left h2 {
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-size: 2em;
        font-weight: 500;
        margin-bottom: 100px;
        text-align: left;
        width: 80%;
    }
    .left form {
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .left input[type="email"],
    .left input[type="tel"],
    .left input[type="text"] {
        padding: 10px;
        font-size: 16px;
        width: 100%;
        border: none;
        border-radius: 5px;
        outline: none;
    }
    .left button {
        padding: 10px;
        font-size: 1.2em;
        width: 22%;
        color: white;
        background-color: #00b503;
        border: none;
        border-radius: 25px;
        cursor: pointer;
        transition: background-color 0.3s;
    }
    .left button:hover {
        background-color: #00b503;
    }
    .right {
        /* background: url('img/fundofomulariositelote.jpg') center center/cover no-repeat; */
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }
    .text-overlay {
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center ;
        justify-content: center;
    }
    .text-overlay h2 {
        width: 80%;
        font-size: 4em;
        /* line-height: 1.5; */
        text-align: left;
        font-weight: 500;
        line-height: 100%;
    }
    
    .text-overlay strong {
        font-weight: 700;
    }
}
