body {
    background-color: #34495e;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.primary-header {
    text-align: center;
    color: white;
    padding-top: 50px;
}

.primary-header img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: #e74c3c solid 2px;
    margin-bottom: 10px;
}

.primary-header h3 {
    color: #e74c3c;
}

/* DESCRIPCION */

.desc-martip07 {
    color: white;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}

.desc-martip07 p {
    margin: 0em;
}

/* NAV */

.nav-martip07 {
    text-align: center;
}

.nav-martip07 a {
    margin: 10px;
    border: 2px solid white;
}

.nav-martip07 a:hover {
    background-color: #e74c3c;
    color: white;
}

.nav-martip07 ul {
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 1px;
}

.nav-martip07 li {
    display: flex;
    margin: 30px;
}

.nav-btn {
    padding-bottom: 20px;
    padding-top: 20px;
    width: 200px;
    border-radius: 6.5px;
    color: white;
}

/* SOCIAL */

.social-martip07 {
    margin-top: 50px;
    display: inline-flex;
}

.social-martip07 a {
    width: 70px;
    color: white;
    text-decoration: none;
    padding-top: 18px;
}

.social-martip07 a:hover {
    border-bottom: 3px solid #e74c3c;
    color: white;
}

.social-martip07 img {
    width: 50px;
    height: 50px;
}

.social-martip07 li {
    display: inline-flex;
    padding-left: 30px;
    margin-bottom: 10px;
    margin-top: 10px;

}

/* FOOTER */

.footer-martip07 {
    margin-top: 50px;
    text-align: center;
}

.footer-martip07 a {
    color: #e74c3c;
}


/********************************************

MOVIL

********************************************/

@media only screen and (max-width: 500px) {
    body {
        background-color: #34495e;
    }

    a {
        text-decoration: none;
    }

    /* DESCRIPCION */

    .desc-martip07 {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .desc-martip07 p {
        font-size: 17px;
    }

    /* NAV */
    .nav-martip07 {
        background-color: #34495e;
        text-align: center;
        max-width: 100%;
    }

    .nav-martip07 ul {
        display: block;
    }

    .nav-martip07 li {
        display: inline-flex;
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .nav-martip07 a:active {
        border: 2px solid white;
        background: #e74c3c;
        color: white;
    }

    .nav-btn {
        font-size: 17px;
    }

    /* SOCIAL */

    .social-martip07 {
        max-width: 100%;
    }

    .social-martip07 img {
        max-width: 50%;
    }

    .social-martip07 ul {
        max-width: 100%;
        margin: 10px;
    }

    .social-martip07 li {
        padding: 0px;
        margin: 10px;;
        max-width: 100%;
    }

    .social-martip07 a:active {
        border-bottom: 3px solid #e74c3c;
        color: white;
    }
}