/* COLORS 
.dark-primary-color    { background: #616161; }
.grey                  { background: #9E9E9E; }
.light-primary-color   { background: #F5F5F5; }
.text-primary-color    { color: #212121; }
.violet                { background: #E040FB; }
.primary-text-color    { color: #212121; }
.secondary-text-color  { color: #757575; }
.divider-color         { border-color: #BDBDBD; }

*/


/* TIPO

font-family: 'Open Sans', sans-serif;
font-family: 'Barrio', cursive;

*/


/*** GENERALES ***/


/* RESET */

a {
    text-decoration: none;
    color: #df40fa;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

img {
    max-width: 100%;
    height: auto;
}


/* COLORS */

.violet {
    color: #df40fa;
}

.bg-violet: {
    background-color: #df40fa;
}

.amarillo {
    color: #fec006;
}

.bg-amarillo {
    background-color: #fec006;
}

.bg-grey {
    background-color: #eee;
}

.grey {
    color: #9E9E9E;
}

.white {
    color: #F5F5F5;
}


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


/* GENERALES */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #252525;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin: 0 auto;
}

section,
article,
aside {
    margin-bottom: 2em;
}

section,
aside {
    padding-left: 2em;
    padding-right: 2em;
}

aside h5 {
    color: #757575;
}

aside p {
    font-size: 0.8em;
    color: #757575;
}

h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 5em;
    line-height: 0.9em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    font-family: 'Work Sans', sans-serif;
}

h2 {
    font-size: 3em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 1em;
}

h6 {
    font-weight: 400;
    font-size: 1em;
}

p {
    font-size: 1em;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 1em;
}

.lead {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #df40fa;
    text-transform: uppercase;
}

button {
    background-color: #df40fa;
    border-radius: 10px;
    padding: 20px 24px;
    border-style: none;
}

button:hover {
    background-color: #a034b7;
}

button a {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

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

.bold {
    font-weight: 700;
}

.semi {
    font-weight: 600;
}

.sep {
    margin-top: 1em;
    margin-bottom: 1em;
    border-top: 1px solid #252525;
}


/* MARGENES */

.mar_top1 {
    margin-top: 1em;
}

.mar_top2 {
    margin-top: 2em;
}

.mar_bot1 {
    margin-bottom: 1em;
}

.mar_bot2 {
    margin-bottom: 2em;
}


/* PADDING */

.pad_bot3 {
    padding-bottom: 3em;
}


/* NAV */

nav {
    background-color: #252525;
    padding: 1.5em;
}

nav a,
nav a:visited,
nav a:focus {
    color: #fff;
}

nav a:hover {
    color: #E040FB;
}

nav li {
    line-height: 48px;
}

nav li a img {
    padding-bottom: 0.2em;
}

.be {
    width: 1.5em;
}


/* INDEX */

.material-icons {
    display: block;
    font-size: 3em;
}

.frase {
    padding: 2em;
    background-color: #eee;
    color: #E040FB;
}

.propuesta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

/*** TP INDIVIDUAL ***/

.individual {
    padding: 1em;
}

.individual ul {
    display: flex;
    justify-content: space-between;
}

.individual ul li {
    line-height: 0;
}

.individual .puntos {
    line-height: 26px;
}

.tp nav {
    display: flex;
    justify-content: space-between;
}

.tp nav ul {
    display: flex;
}

.tp .avatar {
    padding-top: 1em;
}

.tp .avatar img {
    border-radius: 50%;
}

.tp h1 {
    font-size: 3.5em;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    font-family: 'Barrio', fantasy;
}

.tp .material-icons {
    font-size: 1em;
    display: inline;
}

.tp .titulo, .tp .txt{
    padding: 1em;
}

.tp .like {
    position: absolute;
    top: 279px;
    right: 16px;
}

.tp .txt p {
    padding-top: 2em;
    line-height: 1.9em;
}

.tp .mas {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.tp .mas .share {
    line-height: 63px;
}

/* FOOTER */

footer {
    background-color: #252525;
    padding: 24px 16px 16px;
}

footer p {
    color: #fff;
    font-size: 0.8em;
}
