/*Footer*/
footer {
    bottom: 0;
    width: 100%;
    text-align: center;
}

.resumen {
    width: 100%;
    color: white;
    background-color: #82CBEB;
    margin-bottom: 6vw;
    margin-top: 4vw;
    display: flex;
}

.contacto {
    width: 30%;
    padding: 4vw;
}

.producto {
    width: 30%;
    padding: 4vw;
}

.resumen .producto a {
    display: block;
    width: max-content;
    margin-top: 1vw;
}

@media (max-width: 1000px) {

    .contacto{
        width: 50%;
    }

    .producto{
        width: 50%;
    }
}

@media (max-width: 600px) {

    .contacto {
        font-size: .8rem;
    }

    .producto h3 {
        font-size: 1.6rem;
    }

    .producto p {
        font-size: 0.9rem;
    }
}

@media (max-width: 600px) {

    .contacto{
        width: 45%;
        padding: 1rem 2vw;
    }

    .producto{
        width: 55%;
        padding: 1rem 2vw;
    }

    .producto h3 {
        font-size: 1.3rem;
    }

    .producto .button {
        margin: 0 auto;
    }
}