html {
    background: rgba(241, 231, 103, 1);
    background: -moz-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(241, 231, 103, 1) 38%, rgba(254, 182, 69, 1) 89%, rgba(254, 182, 69, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241, 231, 103, 1)), color-stop(38%, rgba(241, 231, 103, 1)), color-stop(89%, rgba(254, 182, 69, 1)), color-stop(100%, rgba(254, 182, 69, 1)));
    background: -webkit-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(241, 231, 103, 1) 38%, rgba(254, 182, 69, 1) 89%, rgba(254, 182, 69, 1) 100%);
    background: -o-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(241, 231, 103, 1) 38%, rgba(254, 182, 69, 1) 89%, rgba(254, 182, 69, 1) 100%);
    background: -ms-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(241, 231, 103, 1) 38%, rgba(254, 182, 69, 1) 89%, rgba(254, 182, 69, 1) 100%);
}

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

footer {
    font-size: 0.7em;
    color: azure;
    margin: 5em 0em 0em 0em;
    padding: 1em 1em 1em 1em;
    background-color: #4E4F30;
    text-align: center;
}

body {
    font-family: "Teko", sans-serif;
    min-height: 100vh;
    width: auto;
    display: flex;
    flex-direction: column;
}

.navegacion {
    display: flex;
    justify-content: center;
}

header ul {
    padding: 1em;
    margin: 1em;
    list-style: none;
    display: flex;
    align-items: center;
}

.home {
    position: relative;
    left: -1em;
    top: -0.5em
}

.tp {
    position: relative;
    left: 1em;
}

.tp a:hover {
    color: #ffffff;
    background-color: crimson;
    border-radius: 120em;
}

.boton a:hover {
    color: #ffffff;
    background-color: crimson;
    border-radius: 15px;
}

.iconos {
    text-decoration: none;
    list-style: none;
    column-count: 2;
    width: 170%;
    position: relative;
    top: -5.5em;
    left: -1.2em;
}

header a {
    text-decoration: none;
    color: crimson;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

header li {
    display: flex;
    justify-content: space-around;
}

.portada {
    background-image: url(img/portada.jpg);
    background-size: cover;
    width: 100%;
    height: 20em;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center
}

h1 {
    color: black;
    font-family: "Teko", sans-serif;
    letter-spacing: 0.01em;
    font-size: 3em;
    font-weight: 700;
    padding: 0.2em;
}

.icono {
    padding: 0em;
    list-style: none;
    text-decoration: none;
    display: flex;
}

.icono2 {
    padding: 0em;
    list-style: none;
    text-decoration: none;
    display: flex;
}

main {
    padding: 2em 5em 0em 0em;
    margin: 1em;
    display: flex;
    flex-direction: column;
}

span {
    font-weight: 600;
    font-size: 12pt
}

.izquierda {
    padding: 0em 0em 0em 0em;
    display: flex;
    flex-flow: column nowrap
}

h2 {
    font-size: 3em;
    color: firebrick
}

.izquierda p {
    font-size: 1em;
    color: #4E4F30;
    column-count: 2;
}

.derecha {
    margin: 2.3em;
    font-size: 1em;
    background-color: darkkhaki;
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
    height: 100%;
}

main .derecha {
    display: flex;
    max-width: 100%;
    max-height: 100%;
}

#ignacio {
    width: 80%;
    height: auto;
    border-radius: 0px 200px 200px 0px;
    -moz-border-radius: 0px 200px 200px 0px;
    -webkit-border-radius: 0px 200px 200px 0px;
    border: 0px solid #000000;
    -webkit-box-shadow: 30px 3px 92px -6px rgba(0, 0, 0, 0.71);
    -moz-box-shadow: 30px 3px 92px -6px rgba(0, 0, 0, 0.71);
    box-shadow: 30px 3px 92px -6px rgba(0, 0, 0, 0.71);
}

h3 {
    font-size: 2em;
    text-align: center;
    margin: 1em;
    color: firebrick
}

.trabajos {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20em
}

.entintado {
    -webkit-box-shadow: -1px 23px 70px 6px rgba(0, 0, 0, 0.71);
    -moz-box-shadow: -1px 23px 70px 6px rgba(0, 0, 0, 0.71);
    box-shadow: -1px 23px 70px 6px rgba(0, 0, 0, 0.71);
}
