/* TABLE PLANS SECTION */
.sectionTablePlans {
    margin: 50% auto 0 0;
    width: 100%;
}
.sectionTablePlans .table{
	float: left;
	margin: 2% 0;
}
.goToTop {
    background-image: url("../images/arrowUp.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    position: fixed;
    width: 3%;
    cursor: pointer;
}
.goToTop.one{
    right: 5%;
    bottom: -5%;
}
/** RESPONSIVE **/
@media only screen and (min-width: 320px) {
    .sectionTablePlans {
        margin: 30% auto 0 0;
    }
}
@media only screen and (min-width: 400px) {
    .sectionTablePlans {
        margin: 20% auto 0 0;
    }
}
@media only screen and (min-width: 800px) {
    .sectionTablePlans {
        margin: 10% auto 0 0;
    }
}
@media only screen and (min-width: 1024px) {
    .menu li {
        font-size: 18px;
    }
}