html, body {
    margin: 0;
    padding: 0;
    border: 0;
}

#content-ms {
    width: 1280px;
    margin: 0 auto;
    color: #6f6d6e;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    #content-ms {
        width: 100%;
        margin: 0;
        max-width: 100%;
        color: #6f6d6e;
        position: relative;
    }
}

/*
 * General settings
 */
#content-ms .btn {
    display: inline-block;
    padding: 8px 25px;
    background-color: #eb3d01;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Segoe Pro', serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#content-ms .btn:hover {
    background-color: #c13607;
}

#content-ms .btn-white {
    background-color: #ffffff;
    color: #eb3d01;
}
#content-ms .btn-white:hover {
    background-color: #f1f1f1;
}

#content-ms .clearfix {
    clear: both;
}
#content-ms .clearfix:after {
    clear: both;
    content: ' ';
    display: table;
}

/*
 * Header
 */
#content-ms .header {
    width: 100%;
    height: 194px;
    background: #f4f4f4 url(http://www.extra-imagens.com.br/html/hotsite/office/img/top.jpg) no-repeat left top;
}
#content-ms .header img {
    margin: 0 auto;
    display: block;
    position: relative;
    top: 60px;
}
#content-ms .buttons {
    text-align: center;
}
#content-ms .buttons h3 {
    margin: 36px 0 47px;
    font-size: 16px;
    font-family: 'Segoe Pro', serif;
    font-weight: 300;
}
#content-ms .buttons-group {
    width: auto;
    margin: 0 auto;
}
#content-ms .buttons-group a {
    text-decoration: none;
    display: inline-block;
    margin: -13px 15px 0;
    width: 221px;
    height: 55px;
    border: 1px solid #939393;
    vertical-align: middle;
    position: relative;
}
/*
#content-ms .buttons-group a:not(.active):hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
*/

#content-ms .buttons-group .win:hover{
    background: #0076da url(http://www.extra-imagens.com.br/html/hotsite/office/img/win-button-active.png) no-repeat center center;
    border-color: #0076da;
}

#content-ms .buttons-group .win:hover img{
    display: none;
}

#content-ms .buttons-group .pca:hover{
    background: #fbbd0a url(http://www.extra-imagens.com.br/html/hotsite/office/img/pca-button-active.png) no-repeat center center;
    border-color: #fbbd0a;
}

#content-ms .buttons-group .pca:hover img{
    display: none;
}

#content-ms .buttons-group a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#content-ms .button.active {
    background: #eb3d01;
    border-color: #eb3d01;
}
#content-ms .button.active:after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #eb3d01;
}
@media screen and (max-width: 1024px) {
    #content-ms .header {
        height: 90px;
        background-size: contain;
    }

    #content-ms .header img {
    margin: 0 auto;
    display: block;
    position: relative;
    top: 23px;
    height: 54px;
    }

    #content-ms .buttons-group a {
        margin: -13px 5px 0;
        width: 170px;
        height: 55px;
    }
}
/*
 * Banner
 */
#content-ms .banner {
    width: 100%;
    height: 650px;
    margin-top: 20px;
    background: url(http://www.extra-imagens.com.br/html/hotsite/office/img/banner.jpg) no-repeat;
    position: relative;
}
#content-ms .inner-banner {
    color: #FFFFFF;
    font-family: 'Segoe Pro', serif;
}
#content-ms .inner-banner h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 0 0;
    top: 46px;
    left: 12.9%;
    line-height: 68px;
    position: relative;
}
#content-ms .inner-banner p {
    font-size: 27px;
    font-weight: 400;
    margin: 0 0;
    top: 68px;
    left: 13.3%;
    line-height: 32px;
    position: relative;
}
#content-ms .phone-banner {
    width: 163px;
    height: 347px;
    position: absolute;
    bottom: -72px;
    left: 167px;
    background: url(http://www.extra-imagens.com.br/html/hotsite/office/img/celular.png) no-repeat;
}


@media screen and (max-width: 1023px) {

    #content-ms .banner {
        width: 100%;
        height: 530px;
        margin-top: 20px;
        background: url(http://www.extra-imagens.com.br/html/hotsite/office/img/banner_mobile.jpg) no-repeat top center;
        background-size: auto 387px !important;
        position: relative;
    }

    .btn-office{
        max-width: 50% !important;
    }

    #content-ms .buttons-group .pca:hover {
        background: #fbbd0a url(http://www.extra-imagens.com.br/html/hotsite/office/img/pca-button-active.png) no-repeat center center;
        border-color: #fbbd0a;
        background-size: 88px;
    }

    #content-ms .buttons-group .win:hover {
        background: #0076da url(http://www.extra-imagens.com.br/html/hotsite/office/img/win-button-active.png) no-repeat center center;
        border-color: #0076da;
        background-size: 84px;
    }

    #content-ms .inner-banner h1 {
        font-size: 45px;
        line-height: 50px;
        font-weight: normal;
        top: 40px;
        left: 30px;
        margin: 0;
    }

    #content-ms .inner-banner p {
        font-size: 25px;
        font-weight: 400;
        margin: 0;
        top: 315px;
        line-height: 38px;
        color: #eb3d01;
        display: block;
        width: 100%;
        padding-left: 31%;
        box-sizing: border-box;
        left: 0;
    }

    #content-ms .phone-banner {
        width: 120px;
        height: 255px;
        position: absolute;
        bottom: 98px;
        left: 35px;
        font-weight: normal;
        background: url(http://www.extra-imagens.com.br/html/hotsite/office/img/celular.png) no-repeat;
        background-size: contain;
    }

}
/*
 * Steps
 */
#content-ms .wrap-steps h3 {
    text-align: center;
    font-family: 'Segoe Pro', serif;
    color: #eb3d01;
    font-size: 24px;
    font-weight: 600;
}

#content-ms .wrap-steps .steps {
    width: 400px;
    padding: 0;
    margin: 40px auto 0;
    list-style: none;
    text-align: center;
    font-family: 'Segoe Pro Cond', serif;
    position: relative;
}
#content-ms .wrap-steps .steps:before {
    content: ' ';
    width: 102%;
    height: 10px;
    position: absolute;
    top: 55px;
    left: 0;
    background-color: #d9d9d9;
}
#content-ms .wrap-steps .steps:after {
    content: ' ';
    width: 0;
    height: 4px;
    position: absolute;
    top: 58px;
    left: -6px;
    background-color: #ff3a03;
    -webkit-transition: width .3s linear;
    -moz-transition: width .3s linear;
    -ms-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear;
}
#content-ms .wrap-steps .active-step-2:after {
    width: 48%;
}
#content-ms .wrap-steps .active-step-3:after {
    width: 104%;
}
#content-ms .wrap-steps .tab-step {
    display: inline-block;
    vertical-align: top;
    position: absolute;
}
#content-ms .wrap-steps .tab-step-1 {
    left: -40px;
}
#content-ms .wrap-steps .tab-step-2 {
    margin-left: -40px;
}
#content-ms .wrap-steps .tab-step-3 {
    right: -40px;
}
#content-ms .wrap-steps .tab-step a {
    display: block;
    color: #dd3d11;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}
#content-ms .wrap-steps .tab-step a:before {
    content: ' ';
    position: absolute;
    top: 47px;
    left: 16px;
    width: 25px;
    height: 25px;
    background: #d9d9d9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#content-ms .wrap-steps .tab-step.active a:after {
    content: ' ';
    position: absolute;
    top: 51px;
    left: 20px;
    width: 17px;
    height: 17px;
    background: #ff3a03;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#content-ms .content-steps {
    width: 680px;
    height: 440px;
    overflow: hidden;
    margin: 0 auto 0;
}
#content-ms .inner-content-steps {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 100px;
}
#content-ms .item-step {
    position: absolute;
    left: 0;
    top: 0;
    width: 680px;
    height: 70%;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -1;

    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
@media screen and (min-width: 650px) {
    #content-ms .item-step.active:not(.first-time) {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        z-index: 50;
    }
}
#content-ms .item-step h4 {
    text-align: center;
    font-family: 'Segoe Pro', serif;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 30px;
}
#content-ms .item-step h4 span {
    color: #ff3a03;
}
#content-ms .item-step .options {
    position: relative;
}
#content-ms .item-step .options .side {
    width: 50%;
    float: left;
    text-align: center;
}
#content-ms .item-step .options .side span {
    display: block;
    margin: 0 0 25px;
    font-family: 'Segoe Pro', serif;
    font-size: 22px;
}
#content-ms .item-step .options .side img {
    margin: 0 0 30px;
}
#content-ms .item-step .options .side .img-mobi {
    display: none;
}
#content-ms .item-step .divider {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #dcdcdc;
}
#content-ms .wrap-steps .back {
    display: none;
    margin: -90px 0 0;
}

#content-ms #step-2 .options .side img {
    margin: 60px auto 40px;
    display: block;
}
#content-ms #step-2 .options .side .btn {
    margin-bottom: -20px;
}

#content-ms .item-step .results {
    display: none;
}
#content-ms .item-step .results.active {
    display: block;
}

#content-ms .item-step .results .side-a {
    width: 40%;
}
#content-ms .item-step .results .side-b {
    width: 60%;
}
#content-ms .item-step .results .side-b .inner-side {
    text-align: left;
    padding-left: 20px;
    font-family: 'Segoe Pro Display', serif;
    font-size: 12px;
}
#content-ms .item-step .results .side-a img {
    margin-top: 40px;
}
#content-ms .item-step .results .side-b img {
    margin-top: 30px;
    margin-bottom: 0;
}
#content-ms .item-step .results .side-b .btn {
    text-transform: uppercase;
    margin-top: 10px;
}
#content-ms .item-step .results .divider {
    left: 40%;
}
#content-ms .item-step .results .divider:before {
    content: ' ';
    position: absolute;
    background-color: #dcdcdc;
    width: 10px;
    height: 10px;
    top: 0;
    left: -5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#content-ms .item-step .results .divider:after {
    content: ' ';
    position: absolute;
    background-color: #dcdcdc;
    width: 10px;
    height: 10px;
    bottom: 0;
    left: -4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#content-ms .wrap-steps h3 br {
        display: none;
    }

@media screen and (max-width: 500px) {
    #content-ms .wrap-steps .steps {
        width: 210px;
        height: 100px;
        margin: 120px auto 0;
        z-index: 5;
    }
    #content-ms .content-steps {
        margin: 0 auto;
        width: 300px;
        height: 550px;
    }
    #content-ms .inner-content-steps {
        margin-top: 40px;
    }
    #content-ms .item-step {
        width: 300px;
    }
    #content-ms .no-mobi {
        display: none;
    }
    #content-ms .item-step .options .side {
        width: 46%;
    }
    #content-ms .item-step .options .side.side-b {
        float: right;
    }
    #content-ms .item-step .options .side span {
        font-size: 14px;
    }
    #content-ms .item-step .options .side .btn {
        font-size: 14px;
        padding: 8px 10px;
    }

    #content-ms .item-step .options .side .img-desk {
        display: none;
    }
    #content-ms .item-step .options .side .img-mobi {
        display: block;
        max-width: 100%;
    }
    #content-ms .item-step .options .side.side-b .img-mobi {
        margin-bottom: 22px;
    }
    #content-ms .results .side.side-a,
    #content-ms .results .side.side-b {
        width: 100%;
        float: none;
    }
    #content-ms .results .divider {
        display: none;
    }

    #content-ms .item-step .results .side-a img,
    #content-ms .item-step .results .side-b img {
        margin-top: 0;
    }
    #content-ms .item-step .results .side-b .inner-side {
        text-align: center;
        padding-left: 0;
    }

    #content-ms .item-step.active {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        z-index: 50;
    }
    #content-ms .wrap-steps .modal-steps {
        display: none;
        position: absolute;
        background: #fff;
        width: 100%;
        z-index: 999;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    #content-ms .wrap-steps .modal-steps > * {
        z-index: 5;
    }
    #content-ms .wrap-steps .tab-step-2 {
        margin-left: -37px;
    }
    #content-ms .modal-steps.modal-open{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: auto;
    }
    #content-ms .modal-steps.modal-open .back{
        line-height: 47px;
        top: 90px;
        z-index: 9999;
    }
    #content-ms .modal-steps.modal-open:before {
        content: ' ';
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 2;
        top: 0;
        background: #ffffff;
    }
    #content-ms .wrap-steps .back {
        display: block;
    }
    #content-ms .wrap-steps h3 br {
        display: inline-block;
    }
    #content-ms .wrap-steps h3 {
        width: 100%;
        background: #eb3d01;
        color: #fff;
        font-weight: 200;
        font-size: 25px;
        line-height: 25px;
        text-align: left;
        padding: 20px;
        box-sizing: border-box;
        position: relative;
        margin: 25px 0 0 0;
        cursor: pointer;
    }

    #content-ms .wrap-steps h3 span {
        height: 90px;
        right: 35px;
        top: 0;
        background: url(http://www.extra-imagens.com.br/html/hotsite/office/img/arrow_mobile.png) center center no-repeat;
        width: 20px;
        position: absolute;
        cursor: pointer;
    }
    #content-ms .wrap-steps h3.back {
        text-align: right;
        padding: 20px 30px 20px 50px;
    }
    #content-ms .wrap-steps h3.back span {
        height: 90px;
        left: 25px;
        top: 0;
        background: url(http://www.extra-imagens.com.br/html/hotsite/office/img/arrow_mobile_back.png) center center no-repeat;
        width: 20px;
        position: absolute;
        cursor: pointer;
    }
}

@media screen and (max-width: 400px) {
    #content-ms .modal-steps.modal-open .back{
        font-size: 20px;
    }
}


/*
 * Office Apps
 */
#content-ms .office-apps {
    width: 100%;
    background-color: #f4f4f4;
    padding: 20px 0 60px;
}
#content-ms .office-apps h4 {
    font-family: 'Segoe Pro', serif;
    text-align: center;
    color: #eb3d01;
    font-size: 28px;
    font-weight: 600;

}
#content-ms .office-apps img {
    display: block;
    margin: 0 auto;
}
#content-ms .office-apps ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
#content-ms .office-apps li {
    display: inline-block;
    vertical-align: top;
    width:92px;
    height: 92px;
}

#content-ms .office-apps li img {
    margin-top: 13.5px;
}

#content-ms .office-apps li.app-1{
    background: #2c579b;
}
#content-ms .office-apps li.app-2{
    background: #217345;
}
#content-ms .office-apps li.app-3{
    background: #d24726;
}
#content-ms .office-apps li.app-4{
    background: #80397b;
}
#content-ms .office-apps li.app-5{
    background: #008272;
}
#content-ms .office-apps li.app-6{
    background: #0078d7;
}
#content-ms .office-apps li.app-7{
    background: #d24726;
}
#content-ms .office-apps li.app-8{
    background: #5134ab;
}
#content-ms .office-apps li.app-9{
    background: #094ab2;
}
#content-ms .office-apps li.app-10{
    background: #d73b02;
}

@media screen and (max-width: 1024px) {
    #content-ms .office-apps ul {
    padding: 0;
    list-style: none;
    text-align: center;
    width: 88%;
    margin: 0 auto;
    }
    #content-ms .office-apps li {
    display: inline-block;
    vertical-align: top;
    width: 92px;
    height: 92px;
    margin-bottom: 4px;
    list-style: none;
    }
}

/*
 * One Drive
 */
#content-ms .one-drive {
    width: 100%;
    height: 250px;
    padding: 20px 0 40px;
    background-color: #246ac2;
    color: #ffffff;
}
#content-ms .one-drive .side {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    font-family: 'Segoe Pro Display', serif;
}
#content-ms .one-drive .side img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#content-ms .one-drive .side h4 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 150px 0 0;
    margin: 40px 0 10px;
}
#content-ms .one-drive .side p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    padding: 0 180px 0 0;
    margin: 20px 0 0;
}
@media screen and (max-width: 1024px) {

    #content-ms .one-drive {
        width: 100%;
        height: 260px;
        padding: 20px 0 40px;
        background-color: #246ac2;
        color: #ffffff;
    }

    #content-ms .one-drive .side {
        width: 49%;
        height: auto;
        position: relative;
        margin: 0;
        font-family: 'Segoe Pro Display', serif;
        float: left;
    }

    #content-ms .one-drive .side-logo {
        height: 100%;
        margin-top: 20px;
    }

    #content-ms .one-drive .side-text {
        text-align: left;
        display: block;
        margin: 0;
        padding: 50px 0 0 0;
    }
    #content-ms .one-drive .side h4,
    #content-ms .one-drive .side p {
        padding: 0 20px 0 20px;
    }
    #content-ms .one-drive .side h4 {
        font-size: 32px;
        line-height: 32px;
        font-weight: 600;
        margin: 0;
    }
    #content-ms .one-drive .side p {
        font-size: 16px;
        line-height: 22px;
        font-weight: normal !important;
    }
    #content-ms .one-drive .side img {
        max-width: 90%;
    }
}
/*
 * All devices
 */
#content-ms .all-devices {
    width: 100%;
    height: 250px;
    padding: 20px 0 40px;
    background-color: #ffffff;
    color: #2d2d2d;
}
#content-ms .all-devices .side {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    font-family: 'Segoe Pro Display', serif;
}
#content-ms .all-devices .side img {
    position: absolute;
    top: 0;
    left: 5%;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    #content-ms .all-devices .side img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
    }

}
#content-ms .all-devices .side h4 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 50px 0 100px;
    margin: 40px 0 10px;
}
#content-ms .all-devices .side p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    padding: 0 50px 0 100px;
    margin: 20px 0 0;
}

/*
 * Skype
 */
#content-ms .skype {
    width: 100%;
    height: 250px;
    padding: 20px 0 40px;
    background-color: #00aeef;
    color: #ffffff;
}
#content-ms .skype .side {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    font-family: 'Segoe Pro Display', serif;
}
#content-ms .skype .side img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#content-ms .skype .side h4 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 150px 0 0;
    margin: 40px 0 10px;
}
#content-ms .skype .side p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    padding: 0 180px 0 0;
    margin: 20px 0 0;
}

#content-ms .skype .txt-a{
    color: #ffffff;
}

/*
 * Boxes
 */
#content-ms .box-icons {
    width: 100%;
    background-color: #f4f4f4;
}
#content-ms .inner-box-icons {
    padding: 20px;
}
#content-ms .item-box {
    width: 26%;
    min-height: 283px;
    padding: 20px 20px 10px;
    float: left;
    border: 2px solid #b4b4b4;
    margin: 60px 20px 30px;
    text-align: center;
}
#content-ms .item-box .icon-top {
    position: relative;
    border: 2px solid #b4b4b4;
    background-color: #f4f4f4;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin: -55px auto 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#content-ms .item-box .icon-top img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#content-ms .item-box h5 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    margin: 20px 0 20px;
    font-family: 'Segoe Pro Display', serif;
}
#content-ms .item-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Segoe Pro Display', serif;
}

/*
 * Footer
 */
#content-ms .footer {
    width: 100%;
}
#content-ms .footer .top-footer {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #eb3d01;
}
#content-ms .footer .top-footer .side {
    float: left;
    width: 50%;
    color: #ffffff;
    font-family: 'Segoe Pro', serif;
}
#content-ms .footer .top-footer .side h4 {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}
#content-ms .footer .top-footer .side p {
    font-size: 22px;
    font-weight: 400;
}
#content-ms .footer .top-footer .inner-side {
    padding: 0 110px 0 20px;
    margin: 20px 0;
}
#content-ms .footer .top-footer .btn {
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 25px;
    font-weight: 600;
}
#content-ms .footer .top-footer .side img {
    float: left;
}
#content-ms .footer .bottom-footer {
    width: 100%;
    background: #f4f4f4;
    text-align: center;
}

/* RESPONSIVE */
@media screen and (max-width: 1024px) {
    #content-ms .buttons h3 {
        display: none;
    }

    #content-ms .buttons-group {
        margin-top: 20px;
    }

    #content-ms .buttons-group a {
        width: 30%;
        margin-left: 0;
    }

    #content-ms .buttons-group a img {
        max-width: 70%;
    }

    #content-ms .office-apps ul {
        width: 100%;
    }

    #content-ms .item-box {
        width: 24%;
    }

    #content-ms .item-box p {
        font-size: 15px;
    }

    #content-ms .all-devices .side h4,
    #content-ms .all-devices .side p {
        padding: 0 0 0 20px;
    }

    #content-ms .skype .side h4 {
        margin-top: 30px;
    }
    #content-ms .skype .side p {
        margin-top: 0;
    }

    #content-ms .skype .side h4,
    #content-ms .skype .side p {
        padding: 0 20px 0 0;
    }

    #content-ms .footer .top-footer .inner-side {
        padding: 0 0px 0 10px;
        margin: 20px 0;
        margin-left: 140px;
    }

    #content-ms .footer .top-footer .side p {
        font-size: 18px;
    }

    #content-ms .slick-dots{
        width: auto;
    }

    #content-ms .slick-dots li button:before {
        font-size: 50px;
    }

    #content-ms .slick-dots li {
        /*width: 35px;*/
    }

    #content-ms .slick-dots {
        bottom: 15px;
    }

    #content-ms .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    #content-ms .office-apps li {
        width: 125px;
        height: 125px;
    }

    #content-ms .office-apps li img {
        margin-top: 26.5px;
    }

    #content-ms .one-drive .side-text {
        padding-top: 50px;
    }
    #content-ms .one-drive .side h4 {
        font-size: 28px;
        line-height: 28px;
    }
    #content-ms .one-drive .side p {
        margin-top: 10px;
    }

    #content-ms .skype .side h4,
    #content-ms .skype .side p {
        padding: 0 20px 0 0;
    }
    #content-ms .skype .side h4 {
        font-size: 32px;
        line-height: 28px;
    }
    #content-ms .skype .side p {
        font-size: 14px;
    }

    #content-ms .item-box {
        width: 38%;
        margin: 60px 10px 30px;
    }

    #content-ms .item-box p {
        font-size: 18px;
    }

    #content-ms .footer .top-footer .side img {
        max-width: 113%;
        margin-left: -60px;
    }

    #content-ms .footer .top-footer .inner-side {
        margin: 14px 0;
        padding: 0 0 0 20px;
        width: 90%;
    }

    #content-ms .footer .top-footer .side h4 {
        font-size: 22px;
    }

    #content-ms .footer .top-footer .side p {
        font-size: 15px;
    }

    #content-ms .footer .top-footer .btn {
        font-size: 16px;
    }

    #content-ms .footer .top-footer .btn {
        padding: 12px 25px;
    }
}

.top-footer-mobile {
    display: none;
}

@media screen and (max-width: 640px) {
    #content-ms .inner-banner p {
        font-size: 20px;
        line-height: 30px;
        padding-left: 180px;
        margin-top: 0;
    }

    #content-ms .office-apps li {
        width: 106px;
        height: 106px;
    }

    #content-ms .buttons-group a {
        width: 30%;
    }

    #content-ms .one-drive {
        height: 420px;
    }

    #content-ms .one-drive .side {
        width: 100%;
        text-align: center;
    }
    #content-ms .one-drive .side-text {
        margin-top: 0;
    }
    #content-ms .one-drive .side h4 {
        font-size: 32px;
        line-height: 32px;
    }

    #content-ms .one-drive .side-logo {
        height: 150px;
        width: 100%;
        margin-top: 20px;
    }

    #content-ms .all-devices .side {
        width: 100%;
        text-align: center;
    }

    #content-ms .all-devices .side h4,
    #content-ms .all-devices .side p {
        padding: 0 20px 0 20px;
    }

    #content-ms .all-devices .side:nth-child(1) {
        top: 240px;
    }

    #content-ms .all-devices .side:nth-child(2) {
        top: -240px;
    }

    #content-ms .skype {
        height: 440px;
    }

    #content-ms .skype .side {
        width: 100%;
        height: auto;
    }

    #content-ms .skype .side h4,
    #content-ms .skype .side p {
        padding: 0 20px 0;
        text-align: center;
    }
    #content-ms .skype .side p {
        font-size: 16px;
    }

    #content-ms .skype .side:nth-child(1) {
        text-align: center;
        margin-top: 50px;
    }

    #content-ms .skype .side img {
         position: inherit;
         top: auto;
         left: auto;
         bottom: auto;
         right: auto;
         margin: 0 auto 30px;
    }

    #content-ms .footer .top-footer .side img {
        display: none;
    }

    #content-ms .footer .top-footer .side img.top-footer-mobile {
        display: block;
    }

    #content-ms .footer .top-footer .side {
        width: 100%;
    }

    #content-ms .footer .top-footer .side h4 {
        font-size: 24px;
        text-align: center;
    }

    #content-ms .footer .top-footer .side p {
        font-size: 18px;
        padding-right: 20px;
        text-align: center;
    }

    #content-ms .footer .top-footer .btn {
        font-size: 16px;
        display: block;
        padding: 12px 0;
        text-align: center;
    }

    #content-ms .buttons h3 {
        display: none;
    }

    #content-ms .buttons-group {
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    #content-ms .banner {
        background: url(http://www.extra-imagens.com.br/html/hotsite/office/img/banner.jpg) no-repeat;
    }

    #content-ms .box-icons {
        height: 500px;
    }
    #content-ms .item-box {
        min-height: 280px;
    }
    #content-ms .footer .top-footer .side img{
        max-width: 100%;
        margin-left: 0;
    }

    #content-ms .banner {
        background-position: -260px top;
    }
    #content-ms .inner-banner h1 {
        font-size: 35px;
        line-height: 35px;
        left: 20px;
    }
    #content-ms .inner-banner p {
        font-size: 20px;
        line-height: 30px;
        padding-left: 0;
        margin-top: 55px;
        text-align: center;
    }

    #content-ms .wrap-steps h3 {
        margin-top: 40px;
    }

    #content-ms .wrap-steps .steps:before {
        left: -4px;
    }
    #content-ms .wrap-steps .tab-step a {
        left: -4px;
    }
    #content-ms .wrap-steps .tab-step a:before {
        left: 17px;
    }
    #content-ms .wrap-steps .tab-step.active a:after {
        left: 21px;
    }

    #content-ms .office-apps li {
        width: 88px;
        height: 88px;
    }

    #content-ms .office-apps li img {
        margin-top: 11.5px;
    }

    #content-ms .one-drive .side h4 {
        font-size: 30px;
        line-height: 30px;
    }

    #content-ms .skype {
        height: 460px;
    }

    #content-ms .item-box {
        width: 80%;
    }
}

@media screen and (max-width: 320px) {
    #content-ms .buttons-group a {
        width: 94px;
        margin: -13px 3px 0;
    }
    #content-ms .buttons-group a:first-child {
        margin-left: 0;
    }

    #content-ms .buttons-group a img {
        max-width: 88%;
    }

    #content-ms .wrap-steps h3 {
        margin: 60px 0 0 0;
    }

    #content-ms .wrap-steps h3 span {
        height: 95px;
        right: 16px;
    }

    #content-ms .one-drive .side-logo {
        text-align: center;
        height: auto;
        margin-bottom: 20px;
    }

    #content-ms .one-drive .side img {
        position: inherit;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        max-width: 86%;
    }

    #content-ms .one-drive .side-text {
        margin-top: 0;
        margin-bottom: 20px;
    }

    #content-ms .one-drive .side p {
        font-size: 18px;
        margin-top: 20px;
    }

    #content-ms .all-devices .side img {
        max-width: 90%;
    }

    #content-ms .all-devices .side h4 {
        font-size: 28px;
        line-height: 28px;
    }

    #content-ms .skype .side:nth-child(2) {
        padding-left: 20px;
    }

    #content-ms .skype {
        height: 520px;
    }

    #content-ms .skype .side p {
        padding: 0 40px 0 0;
    }

    #content-ms .skype .side h4,
    #content-ms .skype .side p {
        padding: 0;
        width: 87%;
    }

    #content-ms .footer .top-footer .inner-side {
        padding-left: 26px;
    }

    #content-ms .footer .top-footer .side p {
        font-size: 15px;
    }

    #content-ms .footer .top-footer .side img {
        max-width: 100%;
    }

    #content-ms .footer .top-footer .btn {
        padding: 12px 24px;
        font-size: 16px;
    }

    .slick-dots li button:before {
        font-size: 80px;
    }
}

@media screen and (width: 680px){
    #content-ms .footer .top-footer .side img {
        max-width: 128%;
        margin-left: -99px;
    }
}
