html,
body {
    font-size: 10px;
}

* {
    font-family: 'Circular Std';
    font-weight: 500;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.divao, .row, #content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
img {
    max-width: 100%;
    display: block;
}

.clear {
    clear: both;
    width: 100%;
    display: block;
}

.h_centering:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/**/

#header {
    padding: 21px 0 29px 0;
}
#header ul {
    margin: 0;
    padding: 0;
}
#header > .row {
    display: block;
    font-size: 0;
}
#header .logo {
    width: 30%;
    display: inline-block;
    font-size: 0;
}
#header .logo a {
    max-width: 297.87px;
    display: block;
    width: 100%;
}
#header > .row > .right {
    display: inline-block;
    width: 70%;
    text-align: right;
    vertical-align: top;
}
#header .right .top {
    text-align: right;
    font-size: 0;
}
#header .right .top .logon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 69px 0 0;
    font-size: 0;
}
#header .right .top .logon li {
    display: inline-block;
    font-size: 1.4rem;
    color: #484848;
    font-weight: normal;
    margin-left: 34px;
}
#header .right .top .logon li:first {
    margin-left: 0;
}
#header .right .top .logon li a:hover {
    color: #F37725;
}
#header .right .bottom {
    margin-top: 29px;
    text-align: justify;
}
#header .right .bottom:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size:0;
    line-height:0;
}
#header nav {
    display: inline-block;
    vertical-align: middle;
}
#header nav li {
    color: #484848;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 15px;
    display: inline-block;
}
#header nav li:first-child {
    margin-left: 0;
}
#header a.bt_adv {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #F37725;
    font-size: 0;
    height: 41px;
    padding: 0 23.5px;
    color: #F37725;
}
#header a.bt_adv span {
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
}
#header a.bt_adv svg {
    width: 12px;
    display: inline-block;
    margin: 0 9px 0 0;
    vertical-align: middle;
}
#header a.bt_adv svg .a {
    fill: #eb660f;
}

#header a.bt_adv:hover {
    background: #F37725;
    color: #fff;
}
#header a.bt_adv:hover .a {
    fill: #fff;
}

/**/

#wrapperBanner {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 64px 0;
}
#wrapperBanner:before {
    content: '';
    position: relative;
    width: 100%;
    display: block;
    background: url('../img/loader.gif') no-repeat center center;
    z-index: -1;
    padding-bottom: 357px;
}

/**/

.wrapperAdvertisement {
    margin-top: 90px;
}

/**/

#wrapperBannerFooter {
    margin: 82px 0 0 0;
}
#wrapperBannerFooter {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#wrapperBannerFooter:before {
    content: '';
    position: relative;
    width: 100%;
    display: block;
    background: url('../img/loader.gif') no-repeat center center;
    z-index: -1;
    padding-bottom: 400px;
}
#wrapperBannerFooter .nivoSlider {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
}
.sponsorSlider {
    width: auto;
    overflow: hidden;
    position: relative;
}

/**/

.wrapperFullGray {
    padding: 87px 0 72px 0;
    background: #F9F9F9;
    margin: 115px 0 0 0;
}
.wrapperFullGray .row {
    max-width: 935px;
}
.wrapperFullGray .row > div {
    display: inline-block;
    vertical-align: middle;
}
.wrapperFullGray .row .image {
    max-width: 435px;
}
.wrapperFullGray .row .description {
    max-width: 424px;
}
.wrapperFullGray h2 {
    color: #444444;
    font-size: 3rem;
    font-weight: 500;
    margin: 0 0 17px 0;
}
.wrapperFullGray h3 {
    font-size: 1.8rem;
    font-family: 'Circular Std Book';
    font-weight: normal;
    color: #EB660F;
    margin: 0 0 40px 0;
}
.wrapperFullGray p {
    color: #444444;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0 0 40px 0;
    line-height: 1.55em;
}

/**/

#wrapperNewsletter {
    padding: 110px 0 100px 0;
    text-align: center;
    color: #444444;
}
#wrapperNewsletter h1 {
    font-weight: bold;
    font-size: 2.8rem;
    margin: 0 0 20px 0;
}
#wrapperNewsletter h2 {
    font-size: 1.8rem;
    margin: 0 0 60px 0;
}
#wrapperNewsletter form input[type=text] {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    border: none;
    border-bottom: 2px solid #E9E9F0;
    width: 290px;
    margin: 0 10px;
    height: 30px;
}
#wrapperNewsletter form input[type=submit] {
    border: none;
    margin: 50px auto 0 auto;
    cursor: pointer;
}

/**/

.filterSearch {
    background: #F9F9F9;
    max-width: 1240px;
    padding: 22px 0 27px 0;
    width: 100%;
    margin: 27px auto 0 auto;
}
.filterSearch.word form {
    width: 100%;
    text-align: center;
}
.filterSearch.word form input[type=text] {
    height: 46px;
    border: 1px solid #D8E5E5;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 40px;
    font-size: 2rem;
    font-weight: 300;
    width: 50%;
}
.filterSearch.word form input[type=submit] {
    margin: 0 0 0 10px;
    vertical-align: top;
}
.filterSearch h1 {
    font-weight: bold;
    font-size: 1.8rem;
    color: #444444;
    margin: 0 0 27px 0;
}
.filterSearch .bt_orange {
    margin: 36px 0 0 0;
}
.filterSearch .boxSelect {
    display: inline-block;
    font-size: 1.2rem;
    color: #444444;
    font-weight: 500;
    width: 100%;
    max-width: 15.5%;
}
.filterSearch .boxSelect input[type=text],
.filterSearch .boxSelect select {
    margin: 0 0 8px 0;
    width: 100%;
    height: 40px;
    border: 1px solid #D8E5E5;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 18px;
}
.filterSearch .boxSelect select option {
    font-size: 1.5rem;
    background: #fff;
    color: #444444;
    padding: 0 18px;
}

/**/

.filterCategory {
    margin: 107px 0 0 0;
    position: relative;
}
.filterCategory h1 {
    font-size: 2.8rem;
    color: #444444;
    font-weight: bold;
    margin: 0 0 29px 0;
}
.filterCategory .boxCategory {
    border: 1px solid #D8E5E5;
    border-radius: 4px;
    color: #444444;
    box-sizing: border-box;
    width: 23.75%;
    margin-bottom: 15px;
    position: relative;
}
.filterCategory .boxCategory:hover,
.filterCategory .boxCategory:hover .fake-border {
    border: 1px solid #EB660F;
}
.filterCategory .boxCategory .fake-border {
    border: 1px solid transparent;
    display: block;
    font-size: 0;
    padding: 15px 0 15px 15px;
    position: relative;
    z-index: -1;
}
.filterCategory .boxCategory .fake-border > * {
    display: inline-block;
    vertical-align: middle;
}
.filterCategory .boxCategory .icon {
    height: 43px;
    width: 80px;
    margin: 0;
}
.filterCategory .boxCategory .icon svg {
    height: 100%;
}
.filterCategory .boxCategory .fake-border div {
    width: calc(100% - 85px);
}
.filterCategory .boxCategory h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}
.filterCategory .boxCategory h3 {
    font-size: 1.3rem;
    font-weight: 300;
    margin: 0;
}

.filterCategory .hiddenAdsCategories {
    font-size: 1.5rem;
    font-weight: 300;
    list-style: none;
    position: absolute;
    background: #EB660F;
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
    margin: 0;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 36px;
    column-gap: 36px;
    visibility: hidden;
    z-index: -1;
}
.filterCategory .hiddenAdsCategories.position-right {
    right: 0;
}
.filterCategory .hiddenAdsCategories li {
    padding: 3px;
    white-space: nowrap;
}
/* .filterCategory .boxCategory:hover .hiddenAdsCategories {
    visibility: visible;
    z-index: 1;
}*/
.filterCategory .hiddenAdsCategories li:hover {
    background: rgba(255, 255, 255, 0.5);
} 
.filterCategory .hiddenAdsCategories li a {
    display: block;
}

/**/

.wrapperBody .wrapperRight {
    width: 100%;
    max-width: 939px;
    font-size: 0;
}

.wrapperBody.news {
    margin-top: 80px;
}
.wrapperBody.news .sidebarLeft {
    width: 218px;
    color: #444444;
}
.wrapperBody.news .sidebarLeft > ul {
    margin: 0 0 60px 0;
    padding: 0 0 10px 0;
    list-style: none;
    border-bottom: 1px solid #D8E5E5;
}
.wrapperBody.news .sidebarLeft > ul > li {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 13px;
}
.wrapperBody.news .sidebarLeft > ul > li a {
    position: relative;
    display: block;
}
.wrapperBody.news .sidebarLeft > ul > li .icon {
    position: absolute;
    right: 0;
    width: 9px;
}
.wrapperBody.news .sidebarLeft ul li ul {
    padding: 0;
    margin: 12px 0;
    list-style: none;
}
.wrapperBody.news .sidebarLeft ul li li {
    font-size: 1.4rem;
    font-weight: 300;
    margin: 0 0 10px 0;
}
.wrapperBody.news .sidebarLeft h1 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.35em;
    margin-bottom: 19px;
}

/**/

.wrapperBody.promotion {
    margin-top: 117px;
}
.wrapperBody.promotion .sidebarLeft > * {
    margin: 0 0 35px 0;
    display: block;
}
.wrapperBody h1 {
    font-size: 2.8rem;
    font-weight: 500;
    color: #444444;
    margin: 0 0 43px 0;
    font-weight: bold;
}

.row.fixed-width .align {
    margin: 0 -1.5638%;
    font-size: 0;
}
.row.fixed-width.full .align {
    margin: 0 -1.3%;
}

.boxAdvertisement {
    display: inline-block;
    vertical-align: top;
    width: 30.2%;
    margin: 0 1.5638% 29px 1.5638%;
    box-sizing: border-box;
    border: 1px solid #D8E5E5;
    border-radius: 4px;
    position: relative;
}
.boxAdvertisement .status {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 1.3rem;
    padding: 6px 19px;
    border-radius: 14px;
}
.boxAdvertisement .status.green {
    background: #47b527;
}
.boxAdvertisement .status.red {
    background: #D82727;
}
.boxAdvertisement .status.blue {
    background: #37bedd;
}

.boxAdvertisement .change {
    height: 20px;
    margin-top: 5px;
}
.boxAdvertisement .change > span {
    display: inline-block;
    vertical-align: middle;
}
.boxAdvertisement .change .icon {
    width: auto;
    height: 11px;
    margin-right: 5px;
}
.boxAdvertisement .change .icon svg {
    height: 100%;
}
.boxAdvertisement .change .desc {
    color: #EB660F;
    font-size: 1.3rem;
    font-weight: 500;
}
.boxAdvertisement .specs {
    margin: 0;
    font-size: 1.4rem;
    list-style: none;
    padding: 0;
    min-height: 130px;
    font-weight: 300;
}
.boxAdvertisement .specs li {
    margin-bottom: 3px;
}
.boxAdvertisement .specs span {
    font-weight: 700;
}
.boxAdvertisement .description {
    padding: 28px 23px 25px 23px;
    font-size: 1.2rem;
}
.boxAdvertisement .description .use {
    color: #EB660F;
    text-transform: uppercase;
    margin: 0 16px 0 0;
}
.boxAdvertisement .description .user {
    color: #858585;
    font-weight: 300;
    text-decoration: underline;
}
.boxAdvertisement .description h2 {
    color: #484848;
    font-size: 1.5rem;
    line-height: 22px;
    margin: 13px 0 18px 0;
    font-weight: 500;
    height: 44px;
    overflow: hidden;
}
.boxAdvertisement .description .price {
    font-size: 2rem;
    color: #444444;
    margin: 0;
}

.row.fixed-width.full .boxAdvertisement {
    width: 22.385%;
    vertical-align: top;
    margin: 0 1.3% 29px 1.3%;
}

/* NOVO */

.box-list-s {
    display: inline-block;
    vertical-align: top;
    width: 30.2%;
    margin: 0 1.5638% 29px 1.5638%;
    box-sizing: border-box;
    border: 1px solid #D8E5E5;
    border-radius: 4px;
    position: relative;
}
.box-list-s .status {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 1.3rem;
    padding: 6px 19px;
    border-radius: 14px;
}
.box-list-s .status.green {
    background: #47b527;
}
.box-list-s .status.red {
    background: #D82727;
}
.box-list-s .status.blue {
    background: #37bedd;
}

.box-list-s .change {
    height: 20px;
    margin-top: 5px;
}
.box-list-s .change > span {
    display: inline-block;
    vertical-align: middle;
}
.box-list-s .change .icon {
    width: auto;
    height: 11px;
    margin-right: 5px;
}
.box-list-s .change .icon svg {
    height: 100%;
}
.box-list-s .change .desc {
    color: #EB660F;
    font-size: 1.3rem;
    font-weight: 500;
}
.box-list-s .specs {
    margin: 0;
    font-size: 1.4rem;
    list-style: none;
    padding: 0;
    min-height: 130px;
    font-weight: 300;
}
.box-list-s .specs li {
    margin-bottom: 3px;
}
.box-list-s .specs span {
    font-weight: 700;
}
.box-list-s .description {
    padding: 28px 23px 25px 23px;
    font-size: 1.2rem;
}
.box-list-s .description .use {
    color: #EB660F;
    text-transform: uppercase;
    margin: 0 16px 0 0;
}
.box-list-s .description .user {
    color: #858585;
    font-weight: 300;
    text-decoration: underline;
}
.box-list-s .description h2 {
    color: #484848;
    font-size: 1.5rem;
    line-height: 22px;
    margin: 13px 0 18px 0;
    font-weight: 500;
    height: 44px;
    overflow: hidden;
}
.box-list-s .description .price {
    font-size: 2rem;
    color: #444444;
    margin: 0;
}

.row.fixed-width.full .box-list-s {
    width: 22.385%;
    vertical-align: top;
    margin: 0 1.3% 29px 1.3%;
}

/* FIM NOVO*/

#footer {
    width: 100%;
    background: #F9F9F9;
    padding-top: 75px;
    position: relative;
}
#footer .box {
    display: inline-block;
    font-size: 1.3rem;
    vertical-align: top;
}
#footer .box ul {
    padding: 0;
    list-style: none;
}
#footer .box h2 {
    margin: 0 0 17px 0;
    color: #444444;
    font-size: 1.8rem;
    font-weight: 500;
}
#footer .box li,
#footer .box p {
    font-size: 1.5rem;
    color: #484848;
    font-weight: 300;
    line-height: 21px;
    margin: 0 0 5px 0;
}

.wrapper-phone {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    display: block;
}
#header .wrapper-phone {
    display: inline-block;
    vertical-align: middle;
    margin: 0 100px 0 0;
}
#footer .wrapper-phone {
    margin: 30px 0 0 0;
}
.wrapper-phone .bold {
    font-weight: 500;
}
.wrapper-phone .icon {
    display: inline-block;
    width: 12px;
    vertical-align: middle;
    /*margin-right: 8px;*/
}

#footer .copyright {
    padding: 85px 0 0 0;
}
#footer .copyright p,
#footer .copyright .logo_cgdw,
#footer .copyright .toTop {
    display: inline-block;
    vertical-align: middle;
}
#footer .copyright p {
    text-transform: uppercase;
    font-size: 1rem;
    color: #5A6162;
}
#footer .copyright .logo_cgdw {
    max-width: 115px;
    width: 100%;
    padding-right: 107px;
}
#footer .copyright .toTop {
    width: 100%;
    max-width: 107px;
}

/**/

a.medias {
    width: 23px;
    height: 23px;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
a.medias.facebook {
    margin: 0 9px 0 0;
}
a.medias:hover .a {
    fill: #F37725;
}

.bt_orange {
    background: #EB660F;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 4px;
    padding: 14px;
    font-weight: 500;
    display: inline-block;
    box-sizing: border-box;
    min-width: 160px;
    text-align: center;
    border: none;
    cursor: pointer;
}
.bt_block {
    display: block;
}
.bt_block.orange {
    color: #fff;
    background: #EB660F;
    padding: 26px 0;
    font-size: 1.8rem;
    font-family: 'Circular Std Book', sans-serif;
}
.bt_block.gray {
    cursor: default;
    color: #fff;
    background: gray;
    padding: 26px 0;
    font-size: 1.8rem;
    font-family: 'Circular Std Book', sans-serif;
}

.row.justify {
    text-align: justify!important;
    font-size: 0;
    /* ie */
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.row.justify > * {
    vertical-align: top;
    display: inline-block;
	/* ie */
    zoom: 1;
    text-align: left;
}
.row.justify.v_middle > * {
    vertical-align: middle;
}
.row.justify:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size:0;
    line-height:0;
}

.bt-link {
    border-radius: 4px;
    box-sizing: border-box;
    padding: 18.5px 35px;
    font-size: 2rem;
    color: #fff;
    font-family: 'Circular Std Book';
    font-weight: normal;
}
.bt-link.transparent {
    border: 1px solid #fff;
    background: transparent;
}
.bt-link.gray {
    background: #444;
}

/*  */

.wrapperTitle {
    text-align: center;
    margin-bottom: 74px;
}
.wrapperTitle h1 {
    color: #444444;
    font-weight: bold;
    font-size: 2.8rem;
    margin: 0 0 26px 0;
}
.wrapperTitle h2 {
    color: #EB660F;
    font-weight: 500;
    font-size: 1.8rem;
    margin: 0;
}

/**/

.breadcrumbs {
    margin: 0;
    padding: 0;
}
.breadcrumbs li {
    list-style: none;
    display: inline-block;
    color: #9E9E9E;
    margin-right: 7px;
    font-size: 1.2rem;
    font-weight: 300;
}
.breadcrumbs li .active {
    color: #444444;
}

.swal-text {
    text-align: center;
    font-weight: 300;
}

.only-text {
    font-size: 2rem;
    color: #000;
    font-weight: 300;
}

#bt_float_whatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 2%;
}


/**/

.blink {
  -webkit-animation: backgroundblink 1s infinite;  /* Safari 4+ */
  -moz-animation: backgroundblink 1s infinite;  /* Fx 5+ */
  -o-animation: backgroundblink 1s infinite;  /* Opera 12+ */
  animation: backgroundblink 1s infinite;  /* IE 10+, Fx 29+ */
}
.blink .a {
    -webkit-animation: iconBlink 1s infinite;  /* Safari 4+ */
    -moz-animation: iconBlink 1s infinite;  /* Fx 5+ */
    -o-animation: iconBlink 1s infinite;  /* Opera 12+ */
    animation: iconBlink 1s infinite;  /* IE 10+, Fx 29+ */
}
.blink:hover, .blink:hover .a {
  -webkit-animation: paused;
  -moz-animation: paused;
  -o-animation: paused;
  animation: paused;
}

@-webkit-keyframes backgroundblink {
  0%, 49% {
    background-color: #F37725;
    color: #fff;
  }
  50%, 100% {
    background-color: transparent;
    color: #F37725
  }
}
@-webkit-keyframes iconBlink {
  0%, 49% {
    fill: #fff;
  }
  50%, 100% {
    fill: #eb660f;
  }
}

.hamburguer {
    display: none;
}

.wrapperBody.promotion .sidebarLeft {
    width: 212px;
}

@media only screen and (max-width: 1200px) {
    #wrapperBanner:before {
        padding-bottom: 22%;
    }

    .filterSearch .boxSelect {
        max-width: 32%;
        margin: 10px 0;
    }

    .wrapperBody.promotion .sidebarLeft {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .wrapperBody.promotion .sidebarLeft > * {
        display: inline-block;
        width: 18%;
    }

    .wrapperBody .wrapperRight {
        max-width: 100%;
    }

    .row.fixed-width.full .boxAdvertisement {
        width: 30.2%;
    }

    .divao, .row, #content {
        width: 94%;
        padding: 0 3%;
    }
    .row .row {
        width: 100%;
        padding: 0;
    }

    #header .right .bottom {
        text-align: right;
    }
    #header nav {
        position: relative;
        width: 43px;
        height: 43px;
        margin: 0 30px 0 0;
    }
    #header nav ul {
        background: #F37725;
        z-index: -1;
        visibility: hidden;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 0;
    }
    #header nav:hover ul {
        visibility: visible;
        z-index: 1;
        white-space: nowrap;
    }
    #header nav li {
        color: #fff;
        display: block;
        margin: 0;
        padding: 10px 15px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        font-weight: 300;
    }
    .hamburguer {
        position: relative;
        display: block;
        background: #000;
        width: 30px;
        height: 2px;
        top: 22px;
        left: 7px;
        transition: .5s ease-in-out;
    }

    .hamburguer:before,
    .hamburguer:after {
        background: #000;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        transition: .5s ease-in-out;
    }

    .hamburguer:before {
        top: -10px;
    }

    .hamburguer:after {
        bottom: -10px;
    }

    /* input {
        display: none;
    } */

    /* input:checked ~ label .hamburguer {
        transform: rotate(45deg);
    }

    input:checked ~ label .hamburguer:before {
        transform: rotate(90deg);
        top: 0;
    }

    input:checked ~ label .hamburguer:after {
        transform: rotate(90deg);
        bottom: 0;
    } */
}

@media only screen and (max-width: 1020px) {
    #header > .row > .right {
        width: 65%;
    }
    #header .right .bottom {
        margin-top: 14px;
    }
    #header .logo {
        width: 35%;
    }
    #header .wrapper-phone {
        margin: 0;
    }
    #header .right .top .logon {
        margin-right: 30px;
    }

    .boxAdvertisement {
        width: 47%!important;
        margin: 0 1.5% 29px 1.5%!important;
    }
    .boxAdvertisement .image img {
        margin: 0 auto!important;
    }
	
	.box-list-s {
        width: 47%!important;
        margin: 0 1.5% 29px 1.5%!important;
    }
    .box-list-s .image img {
        margin: 0 auto!important;
    }
	
    .wrapperFullGray .row > div {
        display: inherit;
        margin: 0 auto;
        text-align: center;
    }
    .wrapperFullGray .row .image {
        margin: 0 auto 50px auto;
    }

    .filterCategory .boxCategory {
        width: 49%;
    }

    #footer .box {
        min-width: 33.333%;
        margin: 15px 0;
    }
    #footer .box:nth-child(3n+2) {
        text-align: center;
    }
    #footer .box:nth-child(3n) {
        text-align: right;
    }
    #footer .box .align {
        text-align: left;
        width: auto;
        display: inline-block;
    }
    #footer > .row.justify {
        text-align: left!important;
    }
}

@media screen and (max-width: 1280px) and (orientation: portrait) {
	.wrapper-phone .bold {
		font-size: 0.9em;
	}
}

@media only screen and (max-width: 760px) {
	.wrapper-phone .bold {
		font-size: 0.9em;
	}
    #header > .row > .logo,
    #header > .row > .right {
        width: 100%;
    }
    #header .logo a {
        margin: 0 auto 30px auto;
    }
    #header .right .top {
        text-align: center;
    }
    #header .right .top .wrapper-phone,
    #header .right .top .logon {
        display: block!important;
        text-align: center;
        margin: 0 0 15px 0;
    }
    #header .right .top .logon li {
        margin: 0 15px;
    }
    #header nav {
        float: left;
    }
    #header nav ul {
        right: auto;
        left: 0;
    }

    .divao, .row, #content {
        width: 90%;
        padding: 0 5%;
    }

    .filterSearch .boxSelect,
    .filterCategory .boxCategory {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .bt_orange {
        width: 100%;
    }

    .boxAdvertisement {
        width: 100%!important;
        margin: 0 0 20px 0!important;
    }
	
	.box-list-s {
        width: 100%!important;
        margin: 0 0 20px 0!important;
    }

    .filterCategory .hiddenAdsCategories {
        padding: 20px;
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0;
        width: 100%;
    }
    /* .filterCategory .boxCategory:hover .hiddenAdsCategories {
        position: relative;
    } */

    .row.justify.slider_5 .sponsorSlide,
    .row.justify.slider_5_h .sponsorSlide {
        display: block;
        max-width: 100%;
        width: auto;
        margin: 15px 0;
    }
    .row.justify.slider_5 .sponsorSlide a,
    .row.justify.slider_5_h .sponsorSlide a,
    .row.justify.slider_5 .sponsorSlide img,
    .row.justify.slider_5_h .sponsorSlide img {
        display: table;
        margin: 0 auto;
    }

    #wrapperNewsletter form input[type=text] {
        width: 100%;
        margin: 15px 0 0 0;
    }

    #footer .box .align,
    #footer > .row.justify {
        text-align: center!important;
    }
    #footer .box {
        width: 100%;
    }
    #footer .box .align {
        display: block;
    }
    #footer .copyright .row.justify {
        text-align: center;
    }
    #footer .copyright .row.justify > * {
        width: 100%;
        display: table;
        margin: 0 auto;
    }
    #footer .copyright p {
        text-align: center;
    }
    #footer .copyright .logo_cgdw {
        padding: 0;
        margin: 25px auto!important;
    }

    .fancybox-content {
        padding: 40px 15px 15px 15px!important;
    }
}