/* RESET */

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

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


/* COLORS */

.violet {
    color: #df40fa;
}

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

.amarillo {
    color: #fec006;
}

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

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


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


/* GENERALES */

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

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

main section {
    padding-left: 1.3em;
    padding-right: 1.3em;
}

h1 {
    font-family: 'Barrio', cursive;
    font-size: 5em;
    line-height: 0.9em;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    text-transform: uppercase;
}

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: 1.3em;
    font-weight: 600;
    line-height: 1.7em;
    color: #df40fa;
}

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;
}

.code {
    font-family: 'Source Code Pro', monospace;
}


/* 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.3em;
    margin-bottom: 2em;
}

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

nav a:hover {
    color: #fec006;
}

nav li {
    line-height: 48px;
}

.brand {
    color: #fff;
}

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


/* INDEX */

.rotulo {
    padding: 20px;
    margin-bottom: 2em;
    text-align: center;
}

.rotulo img {
    margin-bottom: 1em;
}

.rotulo h6 {
    margin-bottom: 1em;
}

.si {
    padding-top: 3em;
    padding-bottom: 3em;
}

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

.residencia {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
}

.residencia .txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    padding: 1em;
}

.residencia p {
    padding-top: 1em;
}

.datos {
    padding: 24px 16px;
}

.datos p,
.datos li {
    font-size: 0.8em;
    line-height: 1.7em;
}


/* MAPA */

.mapa section {
    margin-bottom: 2em;
}

.mapa a {
    font-family: 'Source Code Pro', monospace;
}

.item {
    margin-bottom: 2em;
}

.mapa .code {
    margin-left: 2em;
    list-style-type: decimal;
}


/* CARTA */

.carta {
    padding-left: 1.3em;
    padding-right: 1.3em;
}


/* FOOTER */

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

footer p {
    color: #fff;
    font-size: 0.6em;
    line-height: 2em;
}
