/* fix */
.ie10 .oferta_container .oferta{
 max-width: 100% !important;
}

/* geral */

.hidden{
    display: none !important;
}
.show{
    display: block !important;
}

input,
select,
button,
body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
body{
    color: black;
}
img{
    max-width: 100%;
}
.in{
    max-width: 1200px;
    padding: 0px 15px;
}
.in_med{
    max-width: 1100px;
}
/* headings */
h1{
    font-size: 40px;
    font-weight: 900;
}
h2{
    font-size: 35px;
    font-weight: 900;
}
h3{
    font-size: 30px;
    font-weight: 900;
}
h4{
    font-size: 30px;
}
h5{
    font-size: 25px;
    font-weight: 900;
}
h6{
    font-size: 25px;
}

/* texto */
.txt p{
    font-size: 18px;
    min-height: 25px;
    line-height: 25px;
    color: #333;
}
.txt p a{
    color: inherit;
    text-decoration: underline;
}
.txt p strong{
    font-weight: 700;
}
.txt p em{
    font-style: italic;
}

/* radio */
.radio{
    position: relative;
}
.radio input{
    display: none;
}
.radio label{
    padding-left: 30px;
    position: relative;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.radio label:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 2px solid rgba(0,0,0,0.3);
}
.radio label:after{
    content: " ";
    width: 12px;
    height: 12px;
    background: #000;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 100%;
    opacity: 0;
}
.radio input[type=radio]:checked ~ label:after{
    opacity: 1;
}

.radio{
    position: relative;
}
.radio input{
    display: none;
}
.radio label{
    padding-left: 30px;
    position: relative;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.radio label:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.3);
}
.radio label:after{
    content: " ";
    width: 9px;
    height: 5px;
    position: absolute;
    left: 4px;
    top: 4px;
    opacity: 0;
    transform: rotate(-45deg);
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    transform: scale(0,0) rotate(-45deg);
    opacity: 0;
}
.radio input[type=radio]:checked ~ label:after{
    opacity: 1;
    transform: scale(1,1) rotate(-45deg);
}
.radio input[type=radio]:checked ~ label{
    color: #7a868c;
}


/* checkbox */
.checkbox{
    position: relative;
}
.checkbox input{
    display: none;
}
.checkbox label{
    padding-left: 30px;
    position: relative;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.checkbox label:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 2px solid rgba(0,0,0,0.3);
}
.checkbox label:after{
    content: " ";
    width: 9px;
    height: 5px;
    position: absolute;
    left: 4px;
    top: 4px;
    opacity: 0;
    transform: rotate(-45deg);
    border: 3px solid black;
    border-top: none;
    border-right: none;
}
.checkbox input[type=checkbox]:checked ~ label:after{
    opacity: 1;
}

/* select */
.select{
    background: white;
    border: 2px solid rgba(0,0,0,0.15);
    position: relative;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}
.select select{
    border: none;
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance:  none;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    padding: 10px 40px 10px 10px;
    background: transparent;
}
.select select:focus{
    outline: none;
}
.select:before{
    content: "";
    width: 10px;
    height: 10px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    position: absolute;
    transform: rotate(45deg);
    box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0.15);
    border-left: none;
    border-top: none;
}
.select:hover{
    border-color: rgba(0,0,0,0.5);
}
.select:hover:before{
    border-color: rgba(0,0,0,0.5);
}

/* lightbox */
.lb.animated {
    animation-duration: .3s;
}
.lb{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0,0,0,0.5);
}
.lb_x{
    position: fixed;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    padding: 10px;
    z-index: 2;
}
.lb_in{
    z-index: 1;
}
.lb_centro .lb_in{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.lb_ct{
    position: relative;
    width: 100%;
}

/* accordion */
ul.acc{
    background: rgba(0,0,0,0.15);
}
ul.acc dt{
    background: rgba(0,0,0,0.15);
    cursor: pointer;
}
ul.acc dd{
    background: rgba(0,0,0,0.3);
    display: none;
}
ul.acc .aberto ~ dd{
    display: block;
    height: auto;
}

/* slider */
.owl-carousel{
    position: relative;
}
.owl-carousel .owl-nav {
    position: absolute;
    background: #7a868c;
    height: 0px;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    top: 50%;
    opacity: 0;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next{
    background: transparent;
    width: 60px;
    height: 60px;
    display: block;
    z-index: 10;
    position: absolute;
    transform: translateY(-50%);
    top: 0;
    opacity: 0.2;
}
.owl-carousel .owl-next{
    left: auto;
    right: 1px;
}
.owl-carousel .owl-prev span,
.owl-carousel .owl-next span{
    position: absolute;
    right: 35%;
    top: 25%;
    width: 50%;
    height: 50%;
    box-sizing: border-box;
    transform: rotate(-45deg);
    border: 5px solid #000;
    border-left: none;
    border-top: none;
}
.owl-carousel .owl-prev span{
    transform: rotate(135deg);
    left: 35%;
    right: auto;
}
.owl-carousel:hover > .owl-nav{
    opacity: 1;
}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover{
    opacity: 0.6;
}
.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    width: 100%;
    bottom: 10px;
    height: 25px;
    font-size: 0px;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    background: transparent;
    width: auto;
    height: auto;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: rgba(255,255,255,0.25);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    margin: 5px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: white;
}

/*
   ██████████   ███   ███   ███   ██████████  
   ██████████░░ ███░░ ███░░ ███░░ ██████████░░
   ████░░░░░░░░ ███░░ ███░░ ███░░ ████░░░░░░░░
   ██████████   ███░░ ███░░ ███░░ ██████████  
   ██████████░░ ███░░ ███░░ ███░░ ██████████░░
     ░░░░████░░ ███░░ ███░░ ███░░   ░░░░████░░
   ██████████░░ ███████████████░░ ██████████░░
   ██████████░░ ███████████████░░ ██████████░░
     ░░░░░░░░░░  ░░░░░░░░░░░░░░░░   ░░░░░░░░░░
     */


     .h_top{
        text-align: center;
        background-color: #e1001a; 
    }

    .h_top .it{
        height: 100%;
    }
    .h_top .it span{
        font-size: 40px;
        color: white;
    }
    .home_banner{
        color: white;
        background-color: #7a868c; 
    }
    .home_banner .it{
        text-align: center;
        padding: 70px 0;
    }

    .home_banner .it h4{
        max-width: 1000px;
        font-size: 40px;
        font-weight: lighter;
        line-height: 58px;
    }
    .logo_xerox{
        text-align: center;
        padding-bottom: 100px;
    }
    .logo_xerox img{
        padding: 100px 0 0px;
    }
    .logo_xerox h4{
        color: #7a868c;
        font-size: 43px;
        font-weight: 300;
    }
    .home_banner .it p{
        margin: 0 auto;
        font-size: 21px;
        line-height: 33px;
        font-weight: 400;
        max-width: 700px;
        padding: 40px 10px 0;
    }

    .wrapper{
        position: relative;
    }
    .wrapper .img{
        position: relative;
    }
    .wrapper img{
        display: block;
        margin: 0 auto;
    }
    .wrapper .txt_item{
        text-align: center;
        max-width: 300px;
        margin: 0 auto;
    }
    .wrapper h4{
        color: #7a868c;
        padding: 20px 0;
    }
    .wrapper span{
        color: rgba(0,0,0,0.6);
        font-size: 19px;
        font-weight: 300;
        line-height: 27px;
    }

    .home_main .ct{
        margin-bottom: 150px;
    }

    .home_oferta{
        background-color: #F3F3F3;
        padding: 110px 0;
    }
    .oferta_container{
        border:1px solid #ccc;
        background-color: white;
        margin-bottom: 40px;
    }
    .oferta_in{
        padding: 40px;
    }
    .ver_oferta{
        width: 100%;
    }
    .oferta_in{
        border-bottom: 1px solid #ccc;
    }
    
    .oferta_in h4{
    }
    .oferta_in p{
        padding-top: 30px;
        color:rgba(0,0,0,0.7);
        font-size: 19px;
        font-weight: 300;
        line-height: 30px;
    }

    .home_oferta .bt_ver_oferta{
        padding: 25px 40px;
        background-color: #F3F3F3;
        box-shadow: inset 0px 0px 0px #7a868c;
        transition: all 600ms cubic-bezier(0.000, 0.845, 0.440, 1.000);
    }

    .bt_ver_oferta:hover{
        box-shadow: inset 0px -100px 0px #7a868c;
        color: white;
    }

    .bt_ver_oferta span{
        color:rgba(0,0,0,0.7);
        font-style: italic;
    }
    .bt_ver_oferta:hover > span{
        color: white;
    }

    .ver_oferta .ct{
        background: #F8F8F8;
    }
    .ver_oferta .it h3{
        color: #7a868c;
        font-weight: 400;
        font-size: 23px;
        padding-bottom: 15px;
    }
    .home_oferta .ver_oferta dd{
        background-color: white;
    }
    .home_oferta .left_col{
        background-color: #F8F8F8;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .home_oferta .right_col{
        background-color: #F8F8F8;
        padding-bottom: 30px;
        padding-top: 30px;

    }

    .ver_oferta .it li p,
    .ver_oferta .it li{
        max-width: 500px;
        padding: 5px 0;
    }
    .ver_oferta .it li p{
        padding-left: 15px;
    }

    .ver_oferta .it li p,
    .ver_oferta .it span{
        font-size: 16px;
        font-weight: 300;
        color: rgba(0,0,0,0.9);
        line-height: 22px;
    }
    
    .oferta_final{
        position: relative;
        padding: 40px 40px;
        background: white;
    }

    .oferta_final h4{
        font-size: 24px;
        color: #7a868c;
        padding-bottom: 20px;
    }
    .oferta_final h5{
        font-size: 18px;
        color: rgba(0,0,0,0.5);
        font-weight: 600;
        padding-bottom: 15px;
    }
    .oferta_final p{
        color: rgba(0,0,0,0.3);
        font-size: 18px;
        font-style: italic; 
    }
    .btn_candidatura strong{
        font-weight: 700;
        font-size: 15px;
    }
    .btn_grande{
        margin: 0 auto;
        padding: 50px 0; 
    }
    .btn_candidatura{
        height: 60px;
        min-width: 400px;
        display: block;
        margin: 0 auto;
        text-align: center;
        background-color: #7a868c;
        padding: 12px 50px;
        box-shadow: inset 0px 0px 0px #000;
    }
    .btn_candidatura:hover{
        box-shadow: inset 0px -100px 0px #e1001a;
    }
    .btn_candidatura span{
        text-transform: uppercase;
        line-height: 30px;
        font-size: 22px;
        color: white;
        font-weight: 500;
    }
    .home_presentation{
        overflow-x: hidden;
    }
    .home_presentation .texto{
        padding: 60px 0 60px;
    }
    .home_presentation .texto h2{
        color: #7a868c;
        font-weight: 300;
        font-size: 50px;
        padding-bottom: 50px;
        line-height: 55px;
        padding-right: 50px;
    }
    .home_presentation .texto h2 strong{
        font-weight: 400;
    }

    .home_presentation .texto p{
        color: #7a868c;
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 20px;
        font-weight: 300;
        margin-right: 80px;
    }
    .home_presentation .img{
        position: relative;
    }
    .overflow_img{
        width: 200%;
        top: 0;
        left: 0;
        position: relative;
        overflow-x: hidden;
    }
    .footer{
        background-color: rgba(0,0,0,0.1);
    }
    .footer .left_col{
        text-align: left;  
        font-size: 12px;
        color: rgba(0,0,0,0.5);
    }
    .footer .mid_col{
        text-align: center;
    }
    .footer .right_col{
        text-align: right;
    }
    .footer .right_col a{
        display: inline-block;
    }
    .footer .right_col span{
        color: rgba(0,0,0,0.6);
        font-size: 16px;
    }
    .footer .right_col a:first-child span{
        padding-right: 20px;
        border-right: 1px solid rgba(0,0,0,0.6);
    }

    .footer .right_col a:last-child span{
        padding-left: 20px;
    }
    .footer .right_col a:hover > div span{
        color: rgba(0,0,0,1);
    }
    
    .oferta_in h4{
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;
        color: #7a868c;
        padding-right: 7px;
    }
    .tit_descr,
    .tit_oferta{
        display: inline-block;
    }
    
    .tit_descr span{
        font-size: 30px;
        padding-left: 13px;
        font-weight: 300;
        color: #7a868c;

    }
    .ponto{
        background-color: #7a868c;
        position: absolute;
        top: 54px;
        width: 3px;
        height: 3px;
        display: inline-block;
        border-radius: 100%;
    }
    .formpage_banner .txt_in h3{
      color: white;
      font-weight: 300;
      font-size: 40px;
      line-height: 40px;
      max-width: 450px;
      padding-bottom: 35px; 
  }
  .formpage_banner .txt_in p{
    font-size: 17px;
    line-height: 30px;
    color: white;
    font-weight: 400;
}
.formpage_banner .in{
    padding-bottom: 100px;
}
.formpage_banner .txt_in{
    padding: 80px 0px;
    padding-right: 130px;
    z-index: 41;
    position: relative;
}
.formpage_banner .txt_in:after{
    content: " ";
    position: absolute;
    background-color: #7a868c;
    top: 0;
    z-index: -1;
    right: 0;
    height: 100%;
    width: 2600px;
}
.formpage_banner{
    background: #F3F3F3;
}

.form .in{
    padding: 90px 0;
}
.form_linha {
    padding-bottom: 35px;
}
.form_linha.esq{
    padding-right: 20px;
}
.form_linha.dir{
    padding-left: 20px;
}
.form_linha input{
    padding: 20px 15px 10px;
    width: 100%;
    font-size: 24px;
    font-weight: 300;
    box-sizing: border-box;
    border-bottom:1px solid #ccc;
}

.form_linha textarea{
    min-height: 250px;
    width: 100%;
    border:1px solid rgba(0,0,0,0.2);
    background: white;
    font-size: 20px;
    color:rgba(0,0,0,0.3);
    
}
.form_linha textarea:hover{
    border-color:rgba(0,0,0,0.6);
}
.form_linha textarea:focus{
    border-color:rgba(0,0,0,0.6);
}


.form_linha.txt{
    padding-top: 49px;
}
.form_linha.txt span{
    font-size: 25px;
    color: rgba(0,0,0,0.5);
    font-weight: 300;
}
.form_linha.txt div{
    padding-bottom: 20px;
    padding-left: 15px;
}
.checkbox label{
    color: rgba(0,0,0,0.3);
    font-size: 17px;
}

.select{
    width: 100%;
}

.assunto .select{
    padding: 15px 0px;

    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,0.2);

}
.form_confirm{
    background: #F3F3F3;
}
.ticket h4{
    font-size: 23px;
    padding-bottom: 15px;
    color: rgba(0,0,0,0.4);
    font-weight: 300;

}
.codigo {
    position: relative;
    margin:0 auto;
    max-width: 200px;
    padding: 25px 40px;
    background: rgba(0,0,0,0.25);
}
.codigo span{
    font-size: 24px;
    color: white;
}

.agradecimento{
    padding:70px 0;
}
.agradecimento h4{
    color: rgba(0,0,0,0.5);
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 15px;
}
.form_confirm_in h5 strong{
    font-weight: 600;
}
.agradecimento span{
    color: rgba(0,0,0,0.5);
    font-size: 16px;
    font-weight: 300;
}
.assunto .select select{
    color: rgba(0,0,0,0.4);
    font-size: 19px;
}
.ticket,
.agradecimento,
.form_confirm_in .tit,
.form_in .tit{
    text-align: center;
}

.form_confirm_in .tit{
    padding-top: 100px;
}
.form_confirm_in h2,
.form_in h2{
    font-weight: 400;
    font-size: 42px;
    color: #7a868c;
    padding: 10px 0;

}
.form{
    background-color: #F3F3F3
}
.form_confirm_in h5,
.form_in h5{
    color: #7a868c;
    font-size: 17px;
    font-weight: 300;
    padding: 0 0 90px;
    
}
.ver_oferta .oferta_final li,
.ver_oferta .right_col li,
.ver_oferta .left_col li{
    position: relative;
}
.ver_oferta .oferta_final span:after,
.ver_oferta .right_col span:after,
.ver_oferta .left_col span:after{
    content: " ";
    width: 7px;
    height: 3px;
    position: absolute;
    left: -20px;
    top:12px;
    opacity: 1;
    transform: rotate(-45deg);
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-right: none;
}
.select.area_negocio,
.select.agencia{
    border: none;
    border-bottom: 1px solid #ccc;
    background: none;   
}
.select.area_negocio select,
.select.agencia select{
    font-size: 22px;
    font-weight: 300;
    color: rgba(0,0,0,0.6);
}

.form_linha.txt .obrig span{
    font-size: 15px;
    color: rgba(0,0,0,0.7);
}

.btn_enviar{
    position: relative;
    padding: 9px 20px;
    height: 40px;
    background: #7a868c;
    border: 1px solid #7a868c;
    text-align: center;
    width: 200px;
    right: 0;
    opacity: 0.8;
    display: inline-block;

}

.btn_enviar span{
    text-transform: uppercase;
    line-height: 40px; 
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.enviar{
    text-align: right;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    line-height: normal;
    z-index: -1;
}

.inputfile-6 + label {
    color: #d3394c;
}

.inputfile-6 + label {
    background-color: rgba(0,0,0,0.03);
    padding: 0;
    border-left: none;
}


.inputfile-6 + label:hover {
    border-color: black;
}


.inputfile-6 + label span {
    width: 400px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    box-sizing: border-box;
    min-height: 2em;
    line-height: 60px;
    color: rgba(0,0,0,0.4);
    padding: 0 20px;
}

.inputfile-6 + label strong {
    height: 40px;
    display: inline-block;
    line-height: 40px;
    background-color: rgba(0,0,0,0.1);
    font-size: 19px;
    font-weight: 500;
    color: white;
    padding: 10px 30px;
}

.search:hover{
    background: rgba(0,0,0,0.5);
}
.clear:hover{
    background: green;
    cursor: pointer;
    background: rgba(0,0,0,0.5);


}
.clear{
    position: absolute;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    background-color: rgba(0,0,0,0.1);
    font-size: 19px;
    font-weight: 500;
    color: white;
    padding: 10px 30px;
}
.checkbox_wrapper{
    padding-top: 15px;
    padding-left: 20px;
}

.checkbox_wrapper .checkbox label:before{
    width: 33px;
    height: 33px;
    border-radius: 0;
    border-color: rgba(0,0,0,0.1);
}
.checkbox_wrapper .checkbox label:after{
    width: 20px;
    height: 12px;
}
.checkbox_wrapper label{
    padding-top: 5px;
    padding-left: 50px;
}

.form_linha input:hover{
    font-weight: 600;
    border-bottom:2px solid green;

    cursor: pointer;
}

.form_linha input:focus{
    font-weight: 600;
    border-bottom:2px solid green;

}
.checkbox_wrapper label:hover{
    color: rgba(0,0,0,0.6);
}
.form .select{
    border-radius: 0;
}

.select select:hover{
}
.select:hover{

}

.form .btn_enviar:hover{
    opacity: 1;
    cursor:pointer;
}

.form_confirm_in{
    padding-bottom: 100px;
}

.clear img{
    height: 100%;
    opacity: 0.4;
}


/* fix img */

img.topo_logotipo{
    max-width: 200px;
}

img.xerox_logotipo{
    max-width: 450px;
}

.wrapper .img{
    padding: 20px;
}

.wrapper .img img{
    max-width: 150px;
}

.rp_logotipo{
    max-width: 100px;
    margin: 20px;
}

.col_infos{
    padding: 40px;
}

.tit_ofertas{
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: #7a868c;
    padding-bottom: 20px;
}
.tipo_anuncio{
    margin: 50px 0 20px;
}
.tipo_anuncio.first{
    margin-top: 40px;
}
.tipo_anuncio h3{
    color: white;
    font-weight: normal;
    font-size: 23px;
}
.oferta_final{
    height: 100%;
    box-sizing: border-box;
}
.outros .oferta_final{
}
.outros .oferta_final span:after{
    display: none;
}
.outros strong{
    color:  #7a868c;
    font-weight: 400;
}
.tipo_anuncio{
    border: 1px solid #7a868c;
    padding: 20px 40px;
    margin-bottom: 0px;
    background: #7a868c;
    margin-top: 80px;
}
.home_oferta .categoria_titulo_wrapper{
    font-size: 0;
}
.home_oferta .categoria_titulo{
    position: relative;
    background: #fff;
    padding:20px 15px;
    border:1px solid #ccc;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    color: #7a868c;
}
.home_oferta .categoria_titulo:hover{
    background: #e1001a;
    cursor: pointer;
    color: white;
}
.marcado.categoria_titulo:after,
.categoria_titulo:hover:after{
    border-right-color: white;
    border-bottom-color: white;
}
.home_oferta ul.acc dd,
.home_oferta ul.acc{
    background: transparent;
}
.marcado.categoria_titulo{
    background: #e1001a;
    color: white;
}
.filter_by h6{
    color: #7a868c;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    padding:10px 0;
    padding-left: 40px;
}
i{
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.categoria_titulo span{
    position: relative;
}
.categoria_titulo:after{
    content: "";
    width: 10px;
    height: 10px;
    right: 10px;
    top: 20px;
    position: absolute;
    transform: rotate(45deg);
    box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0.15);
    border-left: none;
    border-top: none;
}
.pride{
    background: rgba(122,134,140,0.3);
    padding: 70px 0;
}
.pride .in{
    text-align: center;
}
.oferta{
    width: 100%;
}
.categoria_titulo_wrapper{
    margin-bottom: 20px;
}
.home_oferta .categoria_titulo:not(:first-child){
    border-left: none;
}
.view_all{
    text-decoration: none;
    color: #7a868c;
    text-decoration: underline;
    font-weight: 700;
}
.view_all:hover{
    color:#e1001a; 
}

.h_top .btn_voltar{
    position: absolute;
    left: 0px;
    top: 0px;
    color: white;
    /*background-color: #bf0d3e;*/
    background-color: rgba(191,13,62,0.5);
    padding-right: 40px;
    padding-left: 60px;
    /*padding-left: 40px;*/
}
.h_top .btn_voltar span{
    font-size: 15px;
    line-height: 85px;
    text-transform: uppercase;
    font-weight: 600;
}
.h_top .btn_voltar:before{
    position: absolute;
    content: " ";
    width: 13px;
    height: 13px;
    border: 1px solid white;
    border-right: none;
    border-top: none;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 40px;
    /*left: 15px;*/
}
.h_top .btn_voltar:hover{
    text-shadow: 1px 0 0 currentColor;
}