

/*
=============                    =============
:::::::::::::  CENTRAL DE AJUDA  :::::::::::::
=============                    =============
*/

#help-center {
    background-image: url(../img/bg-central-de-ajuda.jpg);
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 80px;
    padding-bottom: 360px;
}

#help-center .area-questions {
    background-color: #fff; 
    padding: 40px;
    box-shadow: 0px 5px 6px rgba(0,0,0,.1);
}

#help-center .title {
    color: #fff;
    font-weight: 300;
}

#help-center .text-default-light {
    font-weight: 300;
}

#help-center .sub-title {
    font-size: 42px;
    color: #666;
    line-height: 50px;
}

#help-center .title-category {
    font-size: 26px;
    color: #58a812;
    font-weight: 300;
}

#help-center ul {
    padding: 20px 0px;
}

#help-center li a {
    display: block;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #999;
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#help-center li a:hover {
    text-decoration: none;
    color: #18bde3;
    padding-left: 30px;
}

#help-center li a span {
    
}


/*
=============                               =============
:::::::::::::  CENTRAL DE AJUDA - QUESTÕES  :::::::::::::
=============                               =============
*/

#help-center-question {
    background-image: url(../img/bg-central-de-ajuda-question.jpg);
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 80px;
    padding-bottom: 360px;
}

#help-center-question .area-question {
    background-color: #fff; 
    padding: 40px;
    box-shadow: 0px 5px 6px rgba(0,0,0,.1);
}

#help-center-question .link-back-help {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#help-center-question .link-back-help:hover {
    text-decoration: none;
}

#help-center-question .text-default-light {
    font-weight: 300;
}

#help-center-question .sub-title {
    font-size: 42px;
    color: #666;
    line-height: 50px;
}

#help-center-question .title-category {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding-left: 10px;
}

#help-center-question ul {
    padding: 10px 0px;
    padding-left: 10px;
}

#help-center-question li a {
    display: block;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#help-center-question li a:hover {
    text-decoration: none;
    padding-left: 20px;
}

#help-center-question p {
    font-size: 16px;
}

#help-center-question b {
    color: #666;
    font-weight: 400;
}

#help-center-question .img-responsive {
    border: 1px solid #ccc;
}

#help-center-question .link-orange {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#help-center-question .link-orange:hover, #help-center-question .link-orange:active {
    text-decoration: none;
    padding-left: 10px;
}

.blueimp-gallery>.prev, .blueimp-gallery>.next {
    font-size: 30px !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 62px !important;
    border-radius: 100px !important;
}

.blueimp-gallery>.close {
    font-size: 40px !important;
}

.blueimp-gallery>.close, .blueimp-gallery>.title {
    background-color: #000 !important;
    padding: 10px !important;
}


/*
=============                =============
:::::::::::::  SIZE DEVICES  :::::::::::::
=============                =============
*/


@media (max-width: 1199px) {

    

}


@media (max-width: 991px) {

    
   
}


@media (max-width: 767px) {
    
   

}