﻿/*SISPORTWEB*/
.altura {
    margin-top: 80px;
    float: left;
}

#bannerSisPORTWeb {
    height: 730px;
    padding: 0 20px;
    background: url(../Img/bannerSisPORTWeb.jpg) center #292929;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}

.boxImg {
    background-color: #fff;
    padding: 10px;
    position: relative;
    height: 550px;
    text-align: center;
    line-height: 22px;
}

.boxGrey {
    padding: 70px;
    background-color: #fff;
    height: 550px;
}

.boxGrey h1 {
    color: #414042;
    font-size: 48px;
    text-align: left;
    padding-top: 45px;
    letter-spacing: 2px;
}

.boxGrey p {
    color: #414042;
    font-size: 20px;
    text-align: left;
    letter-spacing: 2px;
}

.wrapSisPORTWeb01,
.wrapSisPORTWeb02 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    float: left;
}

.infosSisPORTWeb01,
.infosSisPORTWeb02 {
    width: 100%;
    margin: 100px 0;
    padding: 0px 0px;
    float: left;
}

#iconQrCode {
    background-image: url(../Img/iconQrCode.png);
}

#iconProfile {
    background-image: url(../Img/iconProfile.png);
}

#iconGear {
    background-image: url(../Img/iconGear.png);
}

#iconLock {
    background-image: url(../Img/iconLock.png);
}


#iconCar {
    background-image: url(../Img/iconCar.png);
}


@media screen and (max-width: 1370px){

    #bannerSisPORTWeb {
        height: 510px;
        background-size: 1350px;
    }
}

@media screen and (max-width: 1200px){
}

@media screen and (max-width: 1024px) {

    #bannerSisPORTWeb {
        height: 380px;
        background-size: 1000px;
    }
}

@media screen and (max-width: 830px){
}

@media screen and (max-width: 700px) {
    
    #bannerSisPORTWeb {
        height: auto;
        padding-top: 250px;
        padding-bottom: 30px;
        background: url(../img/bannerSisPORTWeb2.jpg) center top no-repeat #4C692B;
    }
}

@media screen and (max-width: 650px) {
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 450px) {
}

@media screen and (max-width: 400px) {
}
/*FIM SISPORTWEB*/
