body, h1, h2, h3, h4, ul, li,a,p{
    font-family: 'Raleway', sans-serif;
}
.font-medium{
    font-weight: 400;
}

.font-bold{
    font-weight: 700;
}

.font-light{
    font-weight: 100;
}

.pt-20{
    padding-top: 20px;
}

.pt-10{
    padding-top: 10px;
}
 
.pt-100{
    padding-top: 100px;
}

.banner-image{
    width: 100%;
    height: 90vh;
}

.wi-0{
    position: fixed;
    left:-200px;
}

.wi-90{
    background: white;
    height: 100vh;
    width: 80%;
    height: 100vh;
    position: fixed;
    top:0;
    left:0px;
    z-index: 100;
}

.bgi{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.desc-bane{
    padding-top: 25vh;
}
.btn-post-mas:hover{
    color: white;
    text-decoration: none;
    background-color: #000;
}
.menu-movil{
    display:none;
}
@media(max-width: 768px){
    .menu-normal{
        display: none;
    }
    .menu-movil{
        display:block;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1;
        background: white;
    }
    .footer ul{
        padding-left: 0px;
        display:block;
    }
    .title-post{
       padding-top: 100px !important; 
    }
}