/* ********* FOOTER */

.footer {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
    background-color: #fff;
}

.secciones-footer {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.seccion-footer {
    width: 280px;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.logo-seccion-footer {
    width: 250px;
    height: 120px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/mdf.png');
    margin: 0 auto;
}

@media(max-width: 650px) {
    .seccion-footer {
        width: 90%;
        margin: 10px auto;
    }
}

.titulo-seccion-footer {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #0A0A0A;
}

.texto-seccion-footer {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #0A0A0A;
    cursor: pointer;
}

.texto-seccion-footer a {
    color: #0A0A0A;
    text-decoration: none;
}

.trademark {
    width: 90%;
    height: auto;
    margin: 10px auto;
    margin-top: 35px;
    border-top: 1px solid #707070;
}

.titulo-trademark {
    width: 90%;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin: 5px auto;
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #0A0A0A;
}

.subtitulo-trademark {
    width: 90%;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin: 5px auto;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #0A0A0A;
}

.phantomy {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    margin-left: 5px;
    cursor: pointer;
    font-size: 14px;
}