#contenido {
    background-color: #ffffff;
    height: auto; 
    padding: 15% 16px;
}

.contenedor, .contenedor2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.continuar {
    text-align: center;
}

.continuar .down-arrow {
    animation: 2s rebote infinite;
    margin-top: 40px;
    width: 15%;
}

@keyframes rebote {
    20%, 50% {
        transform: translateY(0);
    } 
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.resultado {
    background-color: rgba(235, 235, 235, 0.1);
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: auto;
    margin: 15px 0;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

#contenido h1, #contenido2 h1 {
    font-size: 1.3em;
    font-weight: 500;
    padding-bottom: 10px;
}

#contenido p {
    line-height: 23px;
    margin: 10px 10px;
}

#contenido .icon {
    margin: 0 auto;
    padding-top: 20px;
    width: 20%;
}

.resultado strong {
    font-size: 1.6em;
    line-height: 1em;
}

.calcular-nuevamente {
    background-color: #ffffff;
    display: none;
    padding: 0 16px 28%;
    text-align: center;
}

.calcular-nuevamente a {
    background-color: #006967;
    border: 2px solid #006967;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.calcular-nuevamente a:hover {
    background-color: #004e4d;
    border: 2px solid #004e4d;
}

#contenido2 {
    background-color: #ffffff;
    height: auto; 
    padding: 15% 16px 21% 16px;
}

.contenedor2 .warning {
    padding-bottom: 15px;
    width: 70px;
}

figure {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    overflow: hidden;
    width: 100%;
}
  
figure img {
    width: 100%;
}

figcaption {
    padding-bottom: 2px;
    text-align: center;
}

figcaption h2 {
    font-size: 22px;
    margin: 0;
    padding: 0;
}

figcaption .info-general-composteras {
    list-style: none;
    margin: 0;
    padding: 0;
}

figcaption .info-general-composteras li {
    border: 2px solid  #00955c;
    border-radius: 50px;
    display: inline-block;
    font-size: 13px;
    margin: 6px 2px 2px 2px;
    padding: 5px 15px;
}

figcaption .volumen{
    background-color: #00955c;
    color: white;
}

figcaption .p-medidas {
    margin-bottom: 0;
    padding: 0 15px;
    text-align: left;
}

figcaption .medidas { 
    margin: 0 5px;
    text-align: left;
}

figcaption .medidas li {
    padding-bottom: 3px;
}

figcaption .adicional {
    list-style: none;
    margin-top: 0;
    padding: 0 15px;
    text-align: left;
}

figcaption .adicional li {
    padding-bottom: 3px;
}

.f-compostera {
    background-color: #00955c;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.f-compostera a {
    color: white;
    text-align: center;
    text-decoration: none;
}

.f-compostera:hover {
    background-color: #00643e;
}
