/* Formulário */
form {
	margin-bottom: 50px;
    text-align: center;	
}

form > div:not(:first-child) {
    display: none;
}

/* Inputs */

label {
    width: calc(100% - 30px);
    display: block;
    padding: 15px 20px;
    border-bottom: #ccc solid 1px;
    margin-bottom: 10px;
    background: #eee;
    border-radius: 10px;
    cursor: pointer;
}

label span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #999;
    border-top: #ccc solid 1px;
    padding: 10px;
}

label:hover {
    background: #e5e5e5;
}

input[type="radio"] {
    margin-right: 10px;
}

input[type="text"] {
    margin-bottom: 5px;
}

input[type="email"] {
    margin-top: 5px;
}

input[type="submit"] {
    font-size: 14px;
    padding: 13px;
    width: 250px;
    max-width: 100%;
    cursor: pointer;
}


/* Geral */

h3 {
    margin-top: 40px;
}

.p-intro{
	text-align: center;
    padding: 20px 20px 0px 20px;
    font-size: 17px;
}

.calculadora {
}

.breadcrumbs{
    display: none !important;
}


.tipo-cultura {
    border-radius: 10px;
    padding: 30px;
    border: #78a206 solid 1px;
    font-size: 11px;
    text-align: center;
    margin: 10px auto 0;
    display: block;
    width: 350px;
    line-height: 2;
}

hr {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    width: 64%;
    text-align: center;
    margin: 20px auto !important;
}

select {
    border-radius: 10px;
    box-shadow: #0001 3px 3px 2px;
    background-color: #fff6;
    border: #ddd solid 1px;
    font-size: 13px;
    width: 327px;
}

input[type="text"] {
    margin-bottom: 10px !important;
}

.cultura-solucao {
    color: #78a206;
    display: inline-block !important;
    font-weight: bold;
}




/* Resultado */

.resultado h3 {
    text-align: center;
}

.resultado p {
    font-size: 21px;
    text-align: center;
    padding: 30px 0 10px;
}

.dados tr:first-child td {
    font-weight: bold;
    font-size: 13px;
    background-color: #6661;
}

.dados td {
    padding: 20px;
    text-align: center;
    font-size: 25px;
}

.dados td span {
    font-size: 11px;
}

.principal {
    background-color: #78a206;
    color: #fff;
    max-width: 450px;
    margin: 0 auto;
    border: none;
}

.principal td {
    padding: 20px;
    border: #fff dashed 1px;
}

.principal td:last-child {
    font-weight: bold;
    font-size: 21px;
    text-align: center;
}

.title-variacoes {
    margin-top: 80px;
    text-align: center;
    font-size: 25px;
}

.p-variacoes {
    font-size: 15px;
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

.aviso {
    text-align: center;
}

.aviso p {
    font-size: 15px;
}

table.variacoes {
    text-align: center;
}

.variacoes tr:first-child td {
    font-weight: bold;
    font-size: 13px;
    background-color: #6661;
}

.variacoes td {
    font-size: 20px;
    padding: 15px;
}

tr.ce_selecionado {
    background-color: #78a206;
    color: #fff;
}



/* Mobile */

@media (max-width:  301px){
    form .voltar{
        margin-right: 30px !important;
    }
}

@media (max-width: 380px) {
    input[type="number"], input[type="text"], input[type="email"], select {
        width: 205px;
    } 
    .cultura span {
        width: 100%;
    }    
}


@media (max-width: 456px) {
    table {
        font-size: ;
    }
}

@media (max-width: 565px){
    .variacoes td {
        font-size: 12px;
        padding: 15px;
    }

    .variacoes tr:first-child td {
        font-weight: bold;
        font-size: 12px;
        background-color: #6661;
    }

    .principal td:last-child {
        font-weight: bold;
        font-size: 17px;
        text-align: center;
    }

    .dados td {
        padding: 20px;
        text-align: center;
        font-size: 18px;
    }

    .dados td span {
        font-size: 9px;
    }
}

@media (max-width:  588px) {
    .p-variacoes {
        font-size: 15px;
        max-width: 379px;
    }
    
    .aviso p {
        font-size: 15px;
        width: 366px;
        margin: 0 auto;
        margin-bottom: 22px;
    }    
    
    .resultado h3 {
        font-size: 18px;
    }

    .resultado p {
        font-size: 15px;
    }
}


@media (max-width:  625px){
    table {
        width: 100%;
        margin: auto;
    }
}

