/*******************
 ** Papiro Headers *
 *******************/

.sello-container {
    float: right;
    padding: 20px;
    margin-top: -180px;
}

.home-fusion-ideas {
    background-image: url("../img/ley_home_slogan_med.png");
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: top;
    height: 30px;
    width: 200px;
}

.home-sello-img {
    height: 90px;
    margin-top: 150px;
}

.home-header-container {
    padding-top: 50%;
}

.home-center-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 40px;
}

.home-title-one {
    font-family: 'TheBoldFont';
    font-size: 30px;
    text-align: center;
    color: #000;
}

.home-title-second {
    font-family: 'TheBoldFont';
    font-size: 30px;
    text-align: center;
    color: rgba(255, 221, 21, 1);
    margin-top: -20px;
}


/************************
 ** Social Network Btns *
 ************************/

.soc-net-offset {
    padding-top: 10%;
}

.home-center-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 24px;
    margin-top: 50px;
}


/*****************
 ** Section Btns *
 *****************/

.section-btns-offset {
    padding-top: 20%;
}

#home-menu-panel {
    /* float: left; */
    /* position: absolute; */
    width: 100%;
    height: 10%;
    /* background-color: rgba(0, 0, 255, 0.5); */
}

#home-center-panel {
    /* float: right; */
    width: 100%;
    height: 90%;
    /* background-color: rgba(0, 255, 106, 0.5);  */
}

.home-center-block-large {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 52px;
}

.section-legend-size {
    width: 160px !important;
}

.home-square {
    width: 140px !important;
    height: 10px !important;
    border-color: transparent !important;
}

.home-square-one {
    background-color: rgb(251, 220, 45)!important;
}

.home-square-one:hover {
    border-color: transparent !important;
    background-color: rgb(253, 237, 159)!important;
}

.home-square-two {
    background-color: rgb(35, 170, 159)!important;
}

.home-square-two:hover {
    border-color: transparent !important;
    background-color: rgb(159, 207, 201)!important;
}

.home-square-three {
    background-color: rgb(0, 0, 0)!important;
    margin-top: 0px
}

.home-square-three:hover {
    border-color: transparent !important;
    background-color: rgb(88, 88, 96)!important;
}