@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

body {
    width: 100vw;
    height: 100vh;
}

.hidden-label {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}


@media only screen and (max-width: 1920px) {

    body {
        background-color: #333;
        width: 100vw;
        height: 100vh;
    }

    .img-master {
        width: 105px;
        height: fit-content;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .img-master > img {
        width: 325px;
        height: 325px;
        margin-top: -90px;
    }

    .lore {
        color: white;
        text-align: center;
        font-size: 15px;
        margin-top: -60px;
    }

    .lore > i {
        color: orange;
        line-height: 100%;
    }

    .form-master {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .formularios {
        display: flex;
        flex-direction: column;
        width: 75%;
        align-items: center;
        justify-content: center;
    }

    .formularios > input {
        width: 100%;
        height: 40px;
        margin-bottom: 12px;
        border-radius: 5px;
        outline: none;
        border: none;
        padding-left: 8px;
    }

    .formularios > select {
        width: 100%;
        height: 40px;
        margin-bottom: 12px;
        border-radius: 7px;
        outline: none;
        border: none;
        font-size: 15px;
    }
    
    .formularios > label {
        color: white;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 15px;
        text-align: center;
    }

    .enviar-btn {
        width: 75%;
        height: 35px;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
    }








}

@media only screen and (max-width: 980px) {

    body {
        background-color: #333;
        width: 100vw;
        height: 100vh;
    }

    .img-master {
        width: 105px;
        height: fit-content;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .img-master > img {
        width: 325px;
        height: 325px;
        margin-top: -90px;
    }

    .lore {
        color: white;
        text-align: center;
        font-size: 15px;
        margin-top: -60px;
    }

    .lore > i {
        color: orange;
        line-height: 100%;
    }

    .form-master {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .formularios {
        display: flex;
        flex-direction: column;
        width: 75%;
        align-items: center;
        justify-content: center;
    }

    .formularios > input {
        width: 100%;
        height: 40px;
        margin-bottom: 12px;
        border-radius: 5px;
        outline: none;
        border: none;
        padding-left: 8px;
    }

    .formularios > select {
        width: 100%;
        height: 40px;
        margin-bottom: 12px;
        border-radius: 7px;
        outline: none;
        border: none;
        font-size: 15px;
    }
    
    .formularios > label {
        color: white;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 15px;
        text-align: center;
    }

    .enviar-btn {
        width: 80%;
        height: 35px;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
    }








}