.content-como-usar{
    background-color: #F2F2F2 !important;
}

.no-margin {
    margin-bottom:0 !important;
}

h3 {
    font-family: "Gilroy",arial !important;
    text-align: center;
    /* font-weight: bold; */
}

.txt-intro {
    font-family: "Gilroy",arial !important;
    font-size: 14px;
    /* font-weight: bold; */
}

.img-center {
    display: block;
    margin:0 auto;
    padding:15px 0 15px 0;
}

.download {
    width: 100%;
    background-color: #f2f2f2;
    padding: 25px 0;
    text-align: center;
}

.download a {
    text-decoration: none !important;
    margin: 25px 25px;
    padding: 0 0 55px 0;
    display: inline-block;
    position: relative;
    width: 200px;
}

.download a span {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    background-color: #CB072D;
    color: #fff !important;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
}

.pre-requisitos {
    font-family: "Gilroy",arial;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #F6042D;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}

.versao-corporativa {
    font-family: "Gilroy",arial;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #F6042D;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

.text-comum {
    font-family: "Gilroy",arial !important;
    font-size: 13px;
    font-weight: normal;
    color: #333;
    padding:10px 20px 10px 20px;
}

.text-comum-footer {
    font-family: "Gilroy",arial !important;
    font-size: 10px;
    font-weight: normal;
    color: #333;
    padding:10px 20px 10px 20px;
    font-weight: bold;
}

ul.requisitos {
    padding-bottom: 25px;
    width:80%;
    margin:0 auto;
}

ul.requisitos li {
    font-family: "Gilroy",arial !important;
    font-size: 13px;
    font-weight: normal;
    color: #333;
    font-weight: bold;
    padding-top: 15px;
}

ul.requisitos li:first-child {
    color:#2488c4;
}

.vr {
    border-left:1px solid #bebebe;
    height:180px;
    text-align: center;
    width:2px;
    margin:0 auto;
}

a.instalar:link {
    color:#2488c4;
    text-decoration:none;
    font-weight: bold;
}

a.instalar:visited {
    color:#2488c4;
    text-decoration:none;
    font-weight: bold;
}

a.instalar:hover {
    color:#2488c4;
    text-decoration:none;
    font-weight: bold;
}

a.instalar:active {
    color:#2488c4;
    text-decoration:none;
    font-weight: bold;
}

.windows {
    width:42px;
    height:42px;
    position:absolute;
    top:198px;
    left:583px;
    z-index: 100;
}

.mac {
    width:42px;
    height:42px;
    position:absolute;
    top:198px;
    left:638px;
    z-index: 100;
}


@media only screen and (max-width : 1280px) {
    .windows {
        width:42px;
        height:42px;
        position:absolute;
        top:198px;
        left:590px;
        z-index: 100;
    }

    .mac {
        width:42px;
        height:42px;
        position:absolute;
        top:198px;
        left:643px;
        z-index: 100;
    }
}

@media only screen and (max-width : 1024px) {
    .windows {
        width:42px;
        height:42px;
        position:absolute;
        top:185px;
        left:550px;
        z-index: 100;
    }

    .mac {
        width:42px;
        height:42px;
        position:absolute;
        top:185px;
        left:600px;
        z-index: 100;
    }
}

@media only screen and (max-width : 768px) {
    .windows {
        width:40px;
        height:40px;
        position:absolute;
        top:152px;
        left:452px;
        z-index: 100;
    }

    .mac {
        width:40px;
        height:40px;
        position:absolute;
        top:152px;
        left:495px;
        z-index: 100;
    }
}

@media only screen and (max-width : 640px) {
    .windows {
        width:30px;
        height:30px;
        position:absolute;
        top:110px;
        left:334px;
        z-index: 100;
    }

    .mac {
        width:30px;
        height:30px;
        position:absolute;
        top:110px;
        left:365px;
        z-index: 100;
    }
}

@media only screen and (max-width : 470px) {
    .vr {
        display: none;
    }

    .windows {
        width:18px;
        height:18px;
        position:absolute;
        top:76px;
        left:222px;
        z-index: 100;
    }

    .mac {
        width:18px;
        height:18px;
        position:absolute;
        top:76px;
        left:244px;
        z-index: 100;
    }
}