#calculadora {
    background-color: #00955c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: auto;
    padding: 10% 16px 10% 16px;
}

#calculadora h1 {
    color: white;
    font-size: 1.5em;
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}

form {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 16px;
}

label {
    font-size: 15px;
    padding-bottom: 5px;
}

input, select {
    border: 1px solid rgba(0,0,0,.250);
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    padding: 13px 13px 13px 8px;
    width: 100%;
}

.text-danger {
    color: black !important;
    display: none;
    font-size: 13px;
    margin: -15px 0 -10px 0 !important;
    padding-bottom: 30px;
    width: 500px;
}

select:nth-of-type(1),
select:nth-of-type(2) {
    color: #b1b1b1;
    font-family: 'Montserrat', sans-serif;
}

input::placeholder{
    color: #b1b1b1;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
select:focus {
    border-radius: 5px;
    outline: 1px solid rgba(0,0,0,.2);
}

button {
    background-color: #006967;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 13px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

button:focus {
    outline: none;
}

#calcular-impacto:hover {
    background-color: #004e4d;
}

/* ----------------- Form 2 */

#composteras {
    background-color: #006967;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    height: auto;
    padding: 15% 16px 23% 16px;
}

#composteras h1 {
    color: white;
    font-size: 20px;    
    padding-bottom: 10px;
    text-transform: uppercase;
}

#composteras p {
    font-size: 13px;
    padding: 0;
    padding-bottom: 30px;
}

#ver-composteras:hover {
    background-color: #00ac6a !important;
}
