.content-legisla{
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.legislacion-btn{
    position: relative;
    box-sizing: border-box;
    width: 200px;
    float: left;
    margin: 0px 0px;
}
.content-legisla a:nth-child(1) .legislacion-btn{
    margin-left: calc((100% - (240px + 200px + 200px)) / 2);
    margin-left: -moz-calc((100% - (240px + 200px + 200px)) / 2);
}
.content-legisla a:nth-child(2) .legislacion-btn{
    margin-left: 20px;
    margin-right: 20px;
}
.content-legisla a:nth-child(3) .legislacion-btn{
    margin-right: calc((100% - (240px + 200px + 200px)) / 2);
    margin-right: -moz-calc((100% - (240px + 200px + 200px)) / 2);
}
.legislacion-btn-icon{
    position: relative;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    margin: 0px auto;
    margin-bottom: 15px;
    border-radius: 50%;
}

.legislacion-btn-icon img{
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0px;
    padding: 0px;
    display: block;

    transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s, opacity 0.3s;
    -webkit-transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s, opacity 0.3s;
}
.legislacion-btn-icon-hover{
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    top: 0px;
    left: 0px;
    border-width: 2px;
    border-style: solid;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0;
    box-sizing: border-box;

    transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s, opacity 0.3s;
    -webkit-transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s, opacity 0.3s;
}

.legislacion-btn-icon:hover img{
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
}
.legislacion-btn-icon:hover .legislacion-btn-icon-hover{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    opacity: 1;
}
.legislacion-btn p{
    position: relative;
    font-family: regular-fs;
    font-size: 16px;
    color: #727272;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
}
.legislacion-btn p > span{
    font-family: bold-fs;
}

@media (min-width: 560px) and (max-width: 767px){
    .titulo-legisla{
        font-size: 28px;
        margin-bottom: 25px;
    }

    .legislacion-btn{
        width: 170px;

    }
    .content-legisla a:nth-child(1) .legislacion-btn,
    .content-legisla a:nth-child(2) .legislacion-btn,
    .content-legisla a:nth-child(3) .legislacion-btn{
        margin-left: 10px;
        margin-left: calc((100% - (170px * 3)) / 6);
        margin-left: -moz-calc((100% - (170px * 3)) / 6);
        margin-right: 10px;
        margin-right: calc((100% - (170px * 3)) / 6);
        margin-right: -moz-calc((100% - (170px * 3)) / 6);
    }
}

@media (min-width: 230px) and (max-width: 559px){
    .titulo-legisla{
        font-size: 26px;
        margin-bottom: 20px;
    }

    .legislacion-btn{
        width: 200px;
        float: none;
        margin-bottom: 15px;
    }
    .content-legisla a:nth-child(1) .legislacion-btn,
    .content-legisla a:nth-child(2) .legislacion-btn,
    .content-legisla a:nth-child(3) .legislacion-btn{
        margin-left: auto;
        margin-right: auto;
    }
    .quepuedes {
        width: 95% !important;
        padding: 20px 20px !important;
        margin-top: 30px !important;
        margin-bottom: 80px !important;
    }
}

@media (min-width: 230px) and (max-width: 459px){

}

@media (min-width: 230px) and (max-width: 359px){
    
}