#secPrincipal {
    min-height: 100vh;
    padding-bottom: 2%;
}

#secPrincipal .container {
    max-width: 70vw;
}

.contentPrincipal {
    padding: 8vh;
}

.contentPrincipal img {
    max-width: 200px;
}

.contentPrincipal h1 {
    color: #10a06a;
    font-weight: bold;
    font-size: 8.2em;
    line-height: .8em;
    margin-top: 20px;
}

.contentPrincipal .preTitle {
    font-family: 'Martel Sans', sans-serif !important;
    color: #ec6d00;
    font-weight: bold;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 0;
}

.contentPrincipal .subTitle {
    font-family: 'Martel Sans', sans-serif !important;
    font-size: 1.6em;
    color: #4e4b4b;
    font-weight: bold;
    margin: -10px 0 10px 0;
}

.spanAgro, .spanCria {
    font-family: 'Martel Sans', sans-serif !important;
    letter-spacing: -10px;
}

.imgBgPrincipal {
    position: absolute;
    left: 0;
    max-height: 84vh;
}

.contentForm {
    background: url("../img/conteudo-planilha/textura-form.png") #10a06a;
    border-radius: 0 0 60px 60px;
    padding: 4%;
    color: #fff;
}

.contentForm p,
form label {
    font-size: 14px;
}

.contentForm .pMenor {
    font-size: .56em;
    margin-top: 20px;
}

#llCaptureForm {
    width: 100% !important;
    background-color: transparent !important;
}

#llfield92012,
#llfield92013,
#llfield92014,
form select {
    border: 2px solid #000 !important;
    min-height: 70px;
    margin-top: 14px;
    width: 100%;
    box-shadow: 5px 5px 0 0 #ec6d00, 5px 5px 0 2px #000 !important;
    border-radius: 0 !important;
}

form button {
    font-family: 'Martel Sans', sans-serif !important;
    background: #ec6d00 !important;
    color: #fff;
    font-weight: bold !important;
    border: 2px solid #000 !important;
    min-height: 70px;
    margin-top: 14px;
    width: 100%;
    box-shadow: 5px 5px 0 0 #fff, 5px 5px 0 2px #000;
    font-size: 24px !important;
    font-family: 'Poppins', sans-serif !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    transition: .3s;
}

form button:hover {
    box-shadow: 5px 5px 0 0 #ec6d00, 5px 5px 0 2px #000;
    background: #0ba367 !important;
    transition: .3s;
}

.fixed {
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
}


form input::before {
    border: 8px solid #000;
}

form input::placeholder {
    color: #b1b2b5;
    padding: 0 4%;
    font-size: 20px;
    font-weight: 300;
}

form select{
    padding: 0 4%;
}

@media only screen and (max-width:600px) {
    #secPrincipal {
        text-align: center;
    }

    #secPrincipal .container {
        max-width: 100%;
    }


    .contentPrincipal {
        padding: 8% 4%;
    }

    .imgBgPrincipal {
        display: none;
    }

    .contentPrincipal .preTitle {
        font-size: 24px;
    }

    .contentPrincipal h1 {
        font-size: 90px;
    }

    .contentPrincipal p {
        font-size: 22px;
    }

    .contentForm {
        padding: 8% 4%;
        border-radius: 20px;
        margin-bottom: 8%;
    }

    form input::placeholder {
        font-size: 16px;
    }

    form button {
        font-size: 22px;
    }

    form input,
    form button {
        min-height: 60px;
    }
}