.central-container{
    width: 100%;
    /* position: fixed; */
    padding: 0 4%;
}

.clear{
    clear: both;
}

.container-content{
    width: 100%;
    padding: 3% 4%;
    background-color: rgba(204, 204, 204, 0.237);
}

/* .header-content{ padding: 4%; } */

.ico-home{
    margin-top: 3px;
    text-align: center;
    width: 80px;
    padding: 20px;
    border-radius: 50%;
    border: 1px solid black;
    font-size: 30px;
}

.header-home{
    display: inline;
    float: left;
}

.header-home h1,p{
    padding-left: 10px;
}

.title{
    margin-top: 5px;
    padding: 1% 3%;
    background-color: rgba(204, 204, 204, 0.237);
    border-radius: 5px 5px 0 0;
    font-size: 12px;
}

.content{
    margin-top: 5px;
    padding: 1% 3%;
    background-color: rgba(204, 204, 204, 0.237);
    border-radius: 8px;
}

.loading{
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(204, 204, 204, 0.538);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading img{
    width: 35%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .container-content{
        text-align: center;
    }

    .header-content{
        text-align: center !important;
    }

    .header-home h1,p{
        font-size: 20px;
    }

    .title {
        padding: 2% 4%;
    }    
    .loading img{
        width: 110%;
    }
}

@media screen and (max-width: 465px){
    .header-home h1,p{
        font-size: 15px;
        padding-top: 10px;
    }

    .ico-home i{
        font-size: 40px;    
    }
}