body{
    background: #ecf1f5;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

nav.hub{
    width: 100%;
    max-width: 260px;
    position: relative;
    z-index: 1;
    height: auto;
    background: none;
    border: none;
    box-shadow: none;
}

nav.hub ul{
    padding: 0;
    margin: 0;
}

 
nav.hub ul li {
    list-style-type: none;
    border-bottom: 1px solid #dbe0e4;
    display: block;
    text-decoration: none;
    color: #121212;
    font-weight: bold;
    padding: 25px 10px 0 5px;
    display: block;
    background: url("images/icon_arrow.png") no-repeat;
    background-position: right;
    cursor: pointer;
    float: none;
    font-size:13px;
    height: 62px;
    line-height: 12px;
    /* display: table-cell; */
    /* vertical-align: middle; */
    transition: all 0.2s ease-out;
}

nav.hub ul li.active{
    color: #d40511;
    font-weight: bold;
    padding-left: 20px;
    transition: all 0.2s ease-out;
}

nav.hub ul li img{
    vertical-align: middle;
    height: 20px;
    margin: -5px 10px 0 0;
    display: block;
    float: left;
}

nav.hub ul a{
    color: #d40511;
    font-weight: bold;
    text-decoration: none;
}
nav.hub ul a img{
    vertical-align: middle;
    position: relative;
    top:-1px
}


/* LINKS */

section#links{
    /* position: absolute;
    top: 5px;
    left: 55%; */
    height: 180px;
    width: 100%;
    min-width: 150px;
}

a.button{
    font-family: "Delivery Bold";
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-transform: none;
    background-color: #d40511;
    border: 2px solid #d40511;
    border-radius: 0.5rem;
    color: #fff;
    padding: 10px;
    width: 80%;
    min-width: 150px;
    max-width: 250px;
    margin: 2px;
}


/* ANIMATION */

#animation{
    padding: 0;
    min-width: 160px; //250
    max-width: 400px;
    /* position: absolute;
    top: 20%;

    width: 40%;
    left: 50%; */
    position: relative;
}

#animation #character{
    /* position: absolute;
    top:0;
    left: 0; */

    z-index: -1;
}

#animation #character img{
    width: 100%;
}

#animation #speech{
    background: rgba(255,255,255,.7);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: auto;
    padding: 8px;
    font-size: 13px;
    
    position: absolute;
    left: 5px;
    top: 5vh;

    z-index: 2;
    width: 55%;
}

#animation #speech::after {
    background: url("images/bg-speech.png") no-repeat;
    /* box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); */
    width: 20px;
    height: 30px;
    display: block;
    position: absolute;
    content: "";
    right: -20px;
    top: 20px;
    z-index: -10;
}

section{
    padding: 20px;
}

/* SOCIAL */

#social{
    position: relative;
    margin: 100px 0 0 20px;
}

#social p{
    font-family: "Delivery Bold";
    margin:  0 0 20px 0;
}

#social img{
    width: 50px;
}

/* FIXES */

#animation #speech p,
#animation #speech b{
    font-size: 12px;
}

.container {
    margin: 0 auto;
    max-width: 900px;
    width: 100% !important;
}

section {
    padding: 20px 0 0 0;
}

.parallax-container {
    height: 300px;
}

@media only screen and (max-width: 768px) and (max-width: 414px){
    .parallax-container {
        height: 150px;
        list-style: 40px;
    }

    /* .parallax-container .cubierta .container h3, .parallax-container .cubierta__pesos .container h3 {
        line-height: 40px;
    } */
}