.pTop1{padding-top: 1em;}
.pTop1_5{padding-top: 1.5em;}
.pTop2{padding-top: 2em;}
.pTop3{padding-top: 3em;}
.pTop4{padding-top: 4em;}
.pTop5{padding-top: 5em;}
.pBottom1{padding-bottom: 1em;}
.pBottom2{padding-bottom: 2em;}
.pBottom3{padding-bottom: 3em;}
.pBottom4{padding-bottom: 4em;}
.pBottom5{padding-bottom: 5em;}
.mTop1{margin-top: 1em;}
.mTop2{margin-top: 2em;}
.mTop3{margin-top: 3em;}
.mTop4{margin-top: 4em;}
.mTop5{margin-top: 5em;}
.mBottom1{margin-bottom: 1em;}
.mBottom2{margin-bottom: 2em;}
.mBottom3{margin-bottom: 3em;}
.mBottom4{margin-bottom: 4em;}
.mBottom5{margin-bottom: 5em;}

.tittle{
    color: #F30074;
}

.row_menu{
    background-color: black;
}

.ip span{
    font-size: 125%;
    font-weight: 700;
    color: #000;
}

.ip p{
    font-size: 150%;
    font-weight: 700;
    color: #ED4985;
}

.menuStyle>a{
    margin-right: 1em;
    color: #fff;
    font-size: 100%;
    font-weight: 700;
}

.activeMenu{
    background-image: linear-gradient(to bottom, #F30074 , #F30074);
    margin-top: -8px;
    margin-bottom: -8px;
    padding-top: 15px;
}

.removePadding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.zoom {
    overflow: hidden;
}

.zoom {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.zoom:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.btn-warning {
    color: #fff;
    background-image: linear-gradient(to bottom, #F30074 , #b13c6f);
    border-color: #F30074;
}
.btn-warning:hover {
    color: #fff;
    background-image: linear-gradient(to bottom, #b13c6f , #F30074);
    border-color: #b13c6f;
}

footer {
    margin-top: 4em;
    background-color: black;
    /*background-image: linear-gradient(to top, rgb(49, 48, 48), rgba(000,0,0,9));*/
    min-height: 70px;
    color: #F30074;
}

.textServico{
    font-size: 130%;
    color: black;
    font-weight: bold;
    text-align: center;
}

.linkContato a{
    color: #ff0000;
    font-size: 100%;
    font-weight: bold;
}

@media (max-width: 425px) {
    .width100{
        width: 100%!important;
    }
}