
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans',sans-serif;
}
@font-face {
    font-family: "icomoon";
    src: url("/icon-font/font/icomoon.ttf") format("ttf");
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
#quase{
    cursor: pointer;
}
.controle-rel div{
    outline: none;
}
.dflex {
    display: flex;
}
.cases-controller div{
    outline: none;
}

.fbw {
    flex-wrap: wrap;
}

.clear {
    clear: both;
    display: block;
}

.table {
    display: table;
}

/* ALINHAMENTOS HORIZONTAIS */
.just-center {
    justify-content: center;
}

.just-sa {
    justify-content: space-around;
}

.just-sb {
    justify-content: space-between;
}

.just-start {
    justify-content: flex-start;
}

.just-end {
    justify-content: flex-end;
}

/* ALINHAMNETOS PP */
.alg-center {
    align-items: center;
}

.alg-start {
    align-items: flex-start;
}

.alg-end {
    align-items: end;
}

.alg-base {
    align-items: baseline;
}

/* ALINHAMENTOS C/HIGHT */
.alg-cont-center {
    align-content: center;
}

.alg-cont-start {
    align-content: flex-start;
}

.alg-cont-end {
    align-content: flex-end;
}

.alg-cont-space {
    align-content: space-between;
}

.alg-cont-stretch {
    align-content: stretch;
}

.back-red {
    background: red;
}

/* COLUNAS DEFAULT 1200px*/
.w20 {
    width: calc(20% - 5px);
}

.w30 {
    width: calc(30% - 5px);
}

.w50 {
    width: calc(50% - 5px);
}

.w70 {
    width: calc(70% - 5px);
}

.w80 {
    width: calc(80% - 5px);
}

.w100 {
    width: 100%;
}

@media screen and (max-width: 1366px) {
    .container {
        max-width: 1145px;
    }
    #p8-2{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 576px;
    }

    .w20 {
        width: 100%;
    }

    .w30 {
        width: 100%;
    }

    .w50 {
        width: 100%;
    }

    .w70 {
        width: 100%;
    }

    .w80 {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 3%;
    }
}
.wpcf7-response-output{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,900%);
    background-color: #FFFFFF;
    padding: 30px;
    color: #EE2A59;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    border-radius: 15px;
    -webkit-box-shadow: 10px 10px 45px -24px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 45px -24px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 45px -24px rgba(0,0,0,0.75);
    z-index: 9999;
    animation: notify 6s ease-in-out;
}
@keyframes notify {
    0%{
        transform: translate(-50%,500%);
    }
    4%{
        transform: translate(-50%,400%);
    }
    10%{
        transform: translate(-50%,350%);
    }
    20%{
        transform: translate(-50%,350%);
    }
    30%{
        transform: translate(-50%,350%);
    }
    40%{
        transform: translate(-50%,350%);
    }
    50%{
        transform: translate(-50%,350%);
    }
    60%{
        transform: translate(-50%,350%);
    }
    70%{
        transform: translate(-50%,350%);
    }
    80%{
        transform: translate(-50%,350%);
    }
    90%{
        transform: translate(-50%,350%);
    }
    96%{
        transform: translate(-50%,500%);
    }
    100%{
        transform: translate(-50%,900%);
    }
}
/* ====================HEADER============== */
header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 18px 0;
    z-index: 9999;
}
a{
    text-decoration: none;
}
.linguas{
    width: 100%;
    padding: 10px 0;
    opacity: 0;
}
.linguas .change a{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    position: relative;
    transition: 0.20s;
}
.linguas .change a:nth-child(2) {
    margin: 0 20px;
}
.linguas .change .active::after{
    content: '';
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0, 114, 229, 1) 0% 0% no-repeat padding-box;
    transition: 0.20s;
}
/* .linguas .change a:hover {
    color: rgba(242, 30, 87, 1);
    transition: 0.20s;
}
.linguas .change .active:hover::after {
    transition: 0.20s;
    background-color: rgba(242, 30, 87, 1);
} */
.header-1 .categorias ul{
    list-style: none;
}
.header-1 .categorias ul li a{
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}
.header-1 .categorias ul li{
    margin-right: 40px;
    position: relative;
    padding: 15px 0;
}
.header-1 .categorias ul li:last-child {
    margin-right: 0 ;
}
.header-1 .categorias ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: rgba(238, 42, 89, 1) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 43px;
    display: block;
    left: 0;
    transition: 0.30s;
}
.header-1 .categorias ul #buta::after {
    display: none;
}
.header-1 .categorias ul #buta a{
    height: 36px;
    background: #EE2A59 0% 0% no-repeat padding-box;
    border-radius: 23px;
    font-size: 14px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    text-transform: uppercase;
    transition: 0.20s;
}
.header-1 .categorias ul #buta a:hover{
    background: #AE1F41 0% 0% no-repeat padding-box;
    transition: 0.20s;
}
.header-1 .categorias ul li:hover::after{
    transition: 0.38s;
    width: 100%;
}
.header-1 .categorias ul li.onpage::after{
    transition: 0.38s;
    width: 100%;
}
.header-1 .categorias .sub-cat{
    position: absolute;
    padding: 15px 20px 15px 20px;
    background: rgba(174, 31, 65, 1) 0% 0% no-repeat padding-box;
    opacity: 1;
    top: 43px;
    opacity: 0;
    visibility: hidden;transition: transform 0.22s,
        visibility 0.22s,
        opacity 0.22s linear;
        transform: translateY(5px);
}
.header-1 .categorias .sub-cat li a {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    opacity: 0.9;
    white-space: nowrap;
    transition: 0.20s;
    display: block;
}
.header-1 .categorias .sub-cat li{
    margin: 0;
    padding: 7px 0;
}
.header-1 .categorias .sub-cat li::after {
    content: '';
    display: none;
}
.header-1 .categorias .sub-cat li:hover a{
    transition: 0.20s;
    transform: translateX(2px);
    opacity: 1;
}
.header-1 .categorias ul li:hover .sub-cat{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: 0.22s;
}
.header-1{
    transition: 0.20s;
    background-color: rgba(18, 64, 94, 0.0);
}
.menu-close{
    width: 24px;
    /* height: 27px; */
    display: none;
    transition: ease-in-out 0.32s;
}
.menu-close div{
    width: 100%;
    height: 2px;
    background-color: white;
    transition: ease-in-out 0.32s;
}
.menu-close div:nth-child(2) {
    margin: 6px 0;
    transition: 0.25s;
}
.menu-close.xis div:nth-child(1) {
    transform: rotate(-45deg) translate(-1px, 0px);
    transition: ease-in-out 0.32s;
}
.menu-close.xis div:nth-child(2) {
    display: none;
    transition: ease-in-out 0.32s;
}
.menu-close.xis div:nth-child(3) {
    transform: rotate(45deg) translate(-1px, -0px);
    transition: ease-in-out 0.32s;
}
.menu-body{
    width: 100%;
    height: 100vh;
    background-color: rgba(174, 31, 65, 1);
    position: fixed;
    z-index: 999999;
    padding: 40px 15px 0 15px;
    transform: translateX(100%);
    transition: 0.42s ease-in-out;
    overflow-y: auto;
}
.fecha{
    width: 30px;
    height: 27px;
}
.fecha div{
    width: 100%;
    height: 2px;
    background-color: white;
    position: relative;
}
.fecha div:nth-child(1) {
    transform: rotate(43deg);
    top: 12px;
}
.fecha div:nth-child(2) {
    transform: rotate(-43deg);
    top: 10px;
}
.linguas-mb a{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    position: relative;
}
.linguas-mb a:nth-child(2) {
    margin: 0 20px;
}
.linguas-mb .active::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    background-color: rgba(0, 114, 229, 1);
    display: block;
    top: 23px;
}
.cate-mobile{
    margin-top: 12px;
}
.cate-mobile .categorias-mb{
    list-style: none;
}
.cate-mobile .categorias-mb li{
    padding: 12px 0;
}
.cate-mobile .categorias-mb li a{
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    font-weight: bold;
}
.cate-mobile .categorias-mb #buta a {
    width: 85%;
    height: 36px;
    background: #EE2A59 0% 0% no-repeat padding-box;
    border-radius: 23px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.cate-mobile .categorias-mb li .sub-cat-mb{
    list-style: none;
}
.cate-mobile .categorias-mb li .sub-cat-mb a{
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}
.cate-mobile .categorias-mb li .sub-cat-mb li{
    padding: 7px 0;
}
.cate-mobile .categorias-mb li .sub-cat-mb li:last-child{
    padding: 7px 0 0 0;
}
.cate-mobile .categorias-mb li .sub-cat-mb li:first-child{
    padding: 14px 0 7px 0;
}
.menu-social{
    position: absolute;
    right: 3%;
    bottom: 0px;
}
.menu-social a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}
.menu-social a svg{
    width: 18px;
    height: 18px;
    fill: white;
}
.rdr2 {
    transition: 0.20s ease-in-out;
}

.viraDeus .menu-body {
    transform: translateX(0);
    transition: 0.20s ease-in-out;
}
.viraDeus .menu-close div:nth-child(2){
    margin: 0;
    transition: 0.20s ease-in-out;
}
/* *******************404************** */
.chamada.perdido{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 9;
    position: relative;
    width: 49%;
}
.chamada.perdido h1{
    text-align: left;
    font-size: 60px;
    line-height: 75px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #EE2A59;
    opacity: 1;
}
.chamada.perdido p{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin: 40px 0 30px 0;
    width: 88%;
    padding-right: 20px;
}
.chamada.perdido a{
    height: 46px;
    padding: 0 20px;
    border: 2px solid #FFFFFF;
    border-radius: 23px;
    opacity: 1;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
    transition: 0.20s;
}
.chamada.perdido a:hover{
    background-color: #FFFFFF;
    color: #1B3E60;
    transition: 0.20s;
}
.labirinto-cheio {
    position: absolute;
    top: 114px;
    right: 82px;
}
.labirinto-cheio .lab>svg{
    width: 863px;
    height: 860px;
}
.labirinto-cheio .lab{
    width: 863px;
    height: 860px;
    position: relative;
}
.labirinto-cheio .lab .tezeus>svg{
    width: 310px;
    height: 283px;
}
.labirinto-cheio .lab .tezeus{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 310px;
    height: 283px;
}
.chamada-2.ba404 h2 {
    color: #FFFFFF;
}
@media screen and (max-width: 1622px){
    .labirinto-cheio .lab{
        width: 780px;
        height: 780px;
    }
    .labirinto-cheio .lab>svg {
        width: 780px;
        height: 780px;
    }
}
@media screen and (max-width: 1450px){
    .labirinto-cheio .lab{
        width: 700px;
        height: 700px;
    }
    .labirinto-cheio .lab>svg {
        width: 700px;
        height: 700px;
    }
    .labirinto-cheio .lab .tezeus>svg{
        width: 240px;
        height: 210px;
    }
    .labirinto-cheio .lab .tezeus{
        width: 240px;
        height: 210px;
    }
}
@media screen and (max-width: 1370px){
    .labirinto-cheio .lab{
        width: 630px;
        height: 630px;
    }
    .labirinto-cheio .lab>svg {
        width: 630px;
        height: 630px;
    }
    .labirinto-cheio {
        right: 35px;
    }
}
@media screen and (max-width: 1280px){
    .labirinto-cheio .lab{
        width: 560px;
        height: 560px;
    }
    .labirinto-cheio .lab>svg {
        width: 560px;
        height: 560px;
    }
    .labirinto-cheio {
        right: 25px;
    }
}
@media screen and (max-width: 1180px){
    .labirinto-cheio {
        right: -75px;
    }
}
@media screen and (max-width: 768px){
    .chamada.perdido h1{
        text-align: left;
        font-size: 35px;
        line-height: 42px;
    }

    #salva {
        transform: translateY(-185px);
        margin-bottom: -100px;
    }
    .labirinto-cheio .lab{
        width: 500px;
        height: 500px;
    }
    .labirinto-cheio .lab>svg {
        width: 500px;
        height: 500px;
    }
    .labirinto-cheio {
        top: 87px;
    }
    .chamada.perdido {
        height: 655px;
    }
    .chamada-2.ba404 {
        margin-top: 4px;
    }
}
@media screen and (max-width: 520px){
    .labirinto-cheio .lab{
        width: 330px;
        height: 329px;
    }
    .labirinto-cheio .lab>svg {
        width: 330px;
        height: 329px;
    }
    .labirinto-cheio .lab .tezeus>svg{
        width: 120px;
        height: 109px;
    }
    .labirinto-cheio .lab .tezeus{
        width: 120px;
        height: 109px;
    }
    .labirinto-cheio {
        right: -105px;
    }
    .chamada.perdido p {
        width: 100%;
    }
}
@media screen and (max-width: 520px){
    .chamada.perdido {
        width: 72%;
    }
}
/* *******************404************** */
/* *******************banner-grande************** */
.banner-grande{
    width: 100%;
    background-color: rgba(27, 62, 96, 1);
    position: relative;
    overflow: hidden;
    padding-bottom: 156px;
}
.labirinto{
    transform: translate(64% , -9%);
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.12s ease-in-out;
}
.binario{
    position: absolute;
    top: 0;
    left: -20px;
    transition:0.1s ease-in-out;
}
.chamada{
    height: 780px;
    display: flex;
    align-items: center;
    transition: 0.1s ease-in-out;
}
.chamada h1{
    text-align: left;
    font-size: 60px;
    line-height: 75px;
    font-weight: 800;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    position: relative;
}
.chamada-2 h2{
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 0;
    color: rgba(238, 42, 89, 1);
    opacity: 1;
}
.chamada-2 p{
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    margin-top: 40px;
}
.chamada-2{
    padding: 0 5%;
    position: relative;
}
/* *******************banner-grande end************** */
/* *******************footer************** */
.parceiros{
    margin-top: 80px;
    margin-bottom: 160px;
}
.parceiros h2{
    text-align: left;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 0;
    color: rgba(51, 51, 51, 1);
    opacity: 1;
}
.parceiros .slider-parca{
    width: 100%;
    margin-top: 40px;
}
.parceiros .slider-parca .parca-txt p{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(51, 51, 51, 1);
    opacity: 1;
    margin: 40px 20px 30px 0;
}
.parceiros .slider-parca .parca-txt a{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #EE2A59;
    opacity: 1;
    display: flex;
    align-items: center;
    transition: 0.20s;
}
.parceiros .slider-parca .parca-txt a:hover{
    color: #AE1F41;
    transition: 0.20s;
}
.parceiros .slider-parca .parca-txt a:hover i{
    margin-left: 25px;
    color: #AE1F41;
    transition: 0.20s;
}
.parceiros .slider-parca .parca-txt a i{
    color: #EE2A59;
    font-size: 12px;
    margin-left: 20px;
    transition: 0.20s;
}
.parceiros .slider-parca .parca-txt{
    width: 30%;
}
.slider-marks{
    width: 70%;
}
.marcas-controls{
    display: flex;
    transform: translateY(45px);
}
.marcas-controls div{
    width: 24px;
    height: 24px;
    border: 2px solid rgba(51, 51, 51, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    cursor: pointer;
    transition: 0.20s;
}
.marcas-controls div:hover{
    border: 1px solid #EE2A59;
    background-color: #EE2A59;
    transition: 0.20s;
}
.marcas-controls div svg{
    transition: 0.20s;
}
.marcas-controls div:hover svg{
    fill: #FFFFFF;
    transition: 0.20s;
}
.marcas-controls div:nth-child(1) {
    margin-right: 10px;
}
.marcas-controls .left svg{
    transform: rotate(180deg);
}
.parca-slider-inner div {
    width: 25%;
}
.parca-slider-inner .parca-logo{
    width: 100%;
    height: 87px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.card-expert{
    margin-bottom: -93px;
    position: relative;
    overflow: hidden;
    padding-left: 8%;
    width: 100%;
    height: 185px;
    border-radius: 12px;
    background: rgb(0, 114, 229);
    background: linear-gradient(45deg, rgba(0, 114, 229, 1) 0%, rgba(27, 62, 96, 1) 100%);
}
.card-expert .ex-logo{
    position: absolute;
    top: -74px;
    right: -199px;
    width: 400px;
    height: 310px;
}
.card-expert h3{
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    width: 35%;
    margin-right: 8%;
}
.card-expert a{
    height: 46px;
    display: flex;
    align-items: center;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    border-radius: 23px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0;
    color: #0072E5;
    opacity: 1;
    padding: 0px 20px;
    fill: #0072E5;
    position: relative;
    z-index: 9;
    transition: 0.23s;
}
.card-expert a:hover{
    background-color: #0072E5;
    border: 2px solid #0072E5;
    fill: #FFFFFF;
    color: #FFFFFF;
    transition: 0.23s;
}
.card-expert a:hover svg{
    transform: translateX(5px);
    transition: 0.20s;
}
.card-expert a svg{
    margin-left: 20px;
    transition: 0.20s;
}
.expert-logo{
    position: absolute;
    right: 115px;
}
.expert-logo svg{
    fill: #0072E5;
    transition: 0.20s;
}
.card-expert:hover .expert-logo svg {
    fill: rgb(32, 143, 255);
    transition: 0.20s;
}
footer{
    background-color: rgba(51, 51, 51, 1);
    padding-top: 172px;
}
footer .end-citys p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    margin-bottom: 20px;
}
footer .end-citys span {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(220, 220, 220, 1);
    opacity: 1;
    display: block;
    margin-bottom: 20px;
}
footer .end-citys .tel {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}
footer .end-citys a {
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0;
    color: rgba(238, 42, 89, 1);
    opacity: 1;
    text-transform: uppercase;
    fill: rgba(238, 42, 89, 1);
    display: flex;
    align-items: center;
    transition: 0.20s;
}
footer .end-citys a:hover {
    color: #AE1F41;
    fill: #AE1F41;
    transition: 0.20s;
}
footer .end-citys a:hover svg{
    transform: translateX(5px);
    transition: 0.20s;
}
footer .end-citys a svg{
    margin-left: 20px;
    transition: 0.20s;
}
footer .ajuda p{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    margin-bottom: 20px;
}
footer .ajuda a {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(220, 220, 220, 1);
    opacity: 1;
    margin-bottom: 10px;
    transition: 0.20s;
}
footer .ajuda a:hover{
    color: rgb(182, 181, 181);
    transition: 0.20s;
}
.enderecos{
    width: 45%;
}
.footer-social a{
    width: 36px;
    height: 36px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: 0.20s;
}
.footer-social a:hover{
    background-color: #FFFFFF;
    transition: 0.20s;
}
.footer-social a:hover svg{
    fill: rgba(51, 51, 51, 1);
    transition: 0.20s;
}
.footer-social a:last-child{
    margin-right: 0;
}
.footer-social a svg{
    width: 18px;
    height: 19px;
    fill: #FFFFFF;
    transition: 0.20s;
}
.sing{
    padding: 20px 0;
    margin-top: 60px;
    border-top: 1px solid #555555;
}
.sing img{
    max-height: 60px;
    filter: grayscale(0%);
    transition: 0.20s;
}
.sing img:hover{
    filter: grayscale(0%);
    transition: 0.20s;
}
.sing svg{
    width: 181px;
    height: 47px;
}

.sing svg #Logo polygon{
    transition: 0.20s;
}
.sing span{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}
.selos{
    margin-bottom: 17px;
}
.selos a{
    margin-right: 20px;
}
.selos a:last-child {
    margin-right: 0;
}
.fixed{
    background-color: rgba(27, 62, 96, 1) !important;
    transition: 0.20s;
    transform: translateY(-18px);
    padding: 10px 0;
}
/* *******************footer end************** */
/* *******************HOME************** */
.cards-home{
    width: 100%;
    transform: translateY(-96px);
}
.cards-home .card{
    width: calc(25% - 15px);
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(220, 220, 220, 1);
    border-radius: 10px;
    padding: 40px 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.cards-home .card .card-icone{
    fill: rgba(0, 120, 224, 1);
    width: 100%;
}
.cards-home .card  h3{
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: rgba(51, 51, 51, 1);
    opacity: 1;
    width: 100%;
}
.cards-home .card p{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(51, 51, 51, 1);
    opacity: 1;
    width: 100%;
}
.cards-home .card a{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0;
    color: rgba(238, 42, 89, 1);
    opacity: 1;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    fill: rgba(238, 42, 89, 1);
    width: 100%;
    transition: 0.22s;
}
.cards-home .card a:hover{
    color: #AE1F41;
    transition: 0.22s;
    fill: #AE1F41;
}
.cards-home .card a:hover svg{
    transform: translateX(5px);
    transition: 0.20s;
}
.cards-home .card a svg {
    margin-left: 20px;
    transition: 0.22s;
}
.card .card-infos{
    margin-bottom: 30px;
}
.card .card-infos .card-icone{
    margin-bottom: 30px;
}
.card .card-infos h3{
    margin-bottom: 20px;
}
.consultor{
    height: 572px;
    padding-top: 231px;
    position: relative;
    background: #1B3E60 0% 0% no-repeat padding-box;
}
.consultor .palitos{
    width: 30%;
    position: relative;
    height: 311px;
    overflow: hidden;
}
.consultor .texto-con {
    width: 40%;
    margin-top: 20px;
    margin-bottom: 100px;
}
.consultor .texto-con p{
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}
.consultor .texto-con h2{
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
    opacity: 1;
    margin-bottom: 40px;
}
.consultor .texto-con a{
    background: rgba(238, 42, 89, 1) 0% 0% no-repeat padding-box;
    border-radius: 23px;
    opacity: 1;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    height: 46px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    margin-top: 30px;
    transition: 0.20s;
}
.consultor .texto-con a:hover{
    transition: 0.20s;
    background: #AE1F41 0% 0% no-repeat padding-box;
}
.consultor .texto-con a:hover svg{
    transform: translateX(5px);
    transition: 0.20s;
}
.consultor .texto-con a svg{
    margin-left: 20px;
    fill: #FFFFFF;
    transition: 0.20s;
}
.palitos span{
    display: block;
    position: absolute;
    height: 30px;
    border: 1px solid #0072E5;
    border-radius: 15px;
    transition: 0.12s;
    opacity: 1;
}
.palitos #p1{
    width: 300px;
    left: 135px;
    animation:  toleft 2s infinite;
    transform: translateX(0);
}
.palitos #p2{
    top: 60px;
    width: 300px;
    left: -100px;
    animation: toleft 2s infinite;
}
.palitos #p3 {
    top: 60px;
    width: 100px;
    left: 236px;
    animation: toright 2s infinite;
}
.palitos #p4 {
    top: 120px;
    width: 100px;
    left: 25px;
     animation: toleft 2s infinite;
}
.palitos #p5 {
    top: 120px;
    width: 50px;
    left: 155px;
    animation: toright 2s infinite;
}
.palitos #p6{
    top: 120px;
    width: 200px;
    left: 235px;
     animation: toleft 2s infinite;
}
.palitos #p7 {
    top: 180px;
    width: 300px;
    left: 157px;
    animation: toright 2s infinite;
}
.palitos #p8 {
    top: 180px;
    width: 50px;
    left: 487px;
    animation: toright 2s infinite;
}
.palitos #p9 {
    top: 240px;
    width: 50px;
    left: 25px;
     animation: toleft 2s infinite;
}
.palitos #p10 {
    top: 240px;
    width: 200px;
    left: 105px;
     animation: toleft 2s infinite;
}
.palitos #p11 {
    top: 240px;
    width: 100px;
    left: 335px;
    animation: toright 2s infinite;
}

.palitos #p1-2 {
    width: 300px;
    right: 237px;
     animation: toleft 2s infinite;
}
.palitos #p2-2 {
    width: 100px;
    right: 107px;
    animation: toright 2s infinite;
}
.palitos #p3-2 {
    width: 300px;
    right: 135px;
    top: 60px;
    animation: toright 2s infinite;
}
.palitos #p4-2 {
    width: 100px;
    right: 335px;
    top: 120px;
    animation: toright 2s infinite;
}
.palitos #p5-2 {
    width: 50px;
    right: 255px;
    top: 120px;
     animation: toleft 2s infinite;
}
.palitos #p6-2 {
    width: 200px;
    right: 25px;
    top: 120px;
     animation: toleft 2s infinite;
}
.palitos #p7-2 {
    width: 300px;
    right: 135px;
    animation: toright 2s infinite;
    top: 180px;
}
.palitos #p8-2 {
    width: 300px;
    right: -202px;
     animation: toleft 2s infinite;
    top: 180px;
}
.palitos #p9-2 {
    width: 50px;
    right: 487px;
     animation: toleft 2s infinite;
    top: 240px;
}
.palitos #p10-2 {
    width: 200px;
    animation: toright 2s infinite;
    right: 257px;
    top: 240px;
}
.palitos #p11-2 {
    width: 100px;
    right: 137px;
    animation: toright 2s infinite;
    top: 240px;
}
@keyframes toleft{
    0%{
        transform: translateX(0);
    }
    50% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes toright {
   0% {
       transform: translateX(0);
   }

   50% {
       transform: translateX(5px);
   }

   100% {
       transform: translateX(0px);
   }
}
.rav{
    position: relative;
}
.card-especial{
    border-radius: 10px;
    width: 100%;
    min-height: 320px;
    background: transparent linear-gradient(105deg, rgba(238, 42, 89, 1) 0%, rgba(174, 31, 65, 1) 100%) 0% 0% no-repeat padding-box;
    transform: translateY(145px);
    position: relative;
    z-index: 99;
    margin-top: -130px;
    padding: 60px 90px;
    transition: 0.28s ease-in-out;
}
.card-especial .especial-info{
    margin-left: 120px;
}
.card-especial h3{
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: rgba(241, 241, 241, 1);
    opacity: 1;
    margin-bottom: 30px;
}
.card-especial p{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}
.card-especial a{
    padding: 0 20px;
    height: 46px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 23px;
    opacity: 1;
    display: flex;
    align-items: center;
    margin-top: 30px;
    transition: 0.20s;
}
.card-especial a:hover{
    background-color: #FFFFFF;
    color: #EE2A59;
    transition: 0.20s;
}
.card-especial a:hover svg{
    transform: translateX(5px);
    fill: #EE2A59;
    transition: 0.20s;
}
.card-especial a svg{
    margin-left: 20px;
    fill: #FFFFFF;
    transition: 0.20s;
}
.cases-home{
    position: relative;
    background-color: rgba(241, 241, 241, 1);
    padding: 100px 0;
    overflow: hidden;
}

.cases-home .lab-cinza{
    position: absolute;
    right: 0;
    top: 0;
}
/* .cases-home .lab-cinza svg{
    
} */
.cases-home h2{
    text-align: left;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 0;
    color: rgba(51, 51, 51, 1);
    opacity: 1;
    width: 30%;
}
.linha-parceiro{
    margin-top: 100px;
}
#chama-cli{
    height: 46px;
    background: #EE2A59 0% 0% no-repeat padding-box;
    border-radius: 23px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-align: center;
    font: normal normal bold 14px/24px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 28px;
}
#chama-cli:hover{
    background: #AE1F41 0% 0% no-repeat padding-box;
    transition: 0.23s;
}
#chama-cli:hover i{
    transform: translateX(5px);
    transition: 0.23s;
}
#chama-cli i{
    color: #ffffff;
    font-size: 12px;
    margin-left: 20px;
    transition: 0.23s;
}
.titulo-chama-case{
    width: 50%;
    margin: 100px auto 0 auto;
}
.titulo-chama-case h2 {
    text-align: center;
    font: normal normal bold 35px/42px Open Sans;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    width: 100%;
    margin-bottom: 40px;
}
.titulo-chama-case p {
    text-align: center;
    font: normal normal normal 16px/26px Open Sans;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
.linha-parceiro a{
    width: calc(25% - 15px);
    height: 146px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}
.slider-cases{
    margin-top: 60px;
    position: relative;
}
.case-info{
    width: 30%;
}
.case-single{
    width: 100%;
}
.slider-cases-inner{
    width: 100%;
}
.case-info span{
    text-align: left;
    font-size: 35px;
    line-height: 42px;
    font-weight: bold;
    letter-spacing: 0;
    color: rgba(220, 220, 220, 1);
    opacity: 1;
    margin-bottom: 10px;
    display: block;
}
.case-info h4{
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: rgba(0, 114, 229, 1);
    opacity: 1;
    margin-bottom: 10px;
}
.case-info small {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0;
    color: rgba(128, 128, 128, 1);
    opacity: 1;
    display: block;
}
.case-info p{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(51, 51, 51, 1);
    opacity: 1;
    margin: 30px 0;
}
.case-info a{
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0;
    color: rgba(238, 42, 89, 1);
    opacity: 1;
    transition: 0.20s;
}
.case-info a:hover{
    color: #AE1F41;
    transition: 0.20s;
}
.case-single{
    cursor: pointer;
}
.case-info a:hover svg{
    margin-left: 25px;
    fill: #AE1F41;
    transition: 0.20s;
}
.case-info a svg{
    margin-left: 20px;
    transition: 0.20s;
    fill: rgba(238, 42, 89, 1);
}
.case-img-slide{
    width: 582px;
    height: 388px;
    border-radius: 10px;
    opacity: 1;
    margin-left: 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cases-controller{
    /* position: absolute; */
    display: flex;
    width: 100%;
    outline: none;
    left: 0;
    bottom: 20px;
    margin-top: 40px;
}
.cases-controller div{
    width: 24px;
    height: 24px;
    border: 1px solid rgba(51, 51, 51, 1);
    opacity: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.20s;
}
.cases-controller div:hover{
    border: 1px solid #EE2A59;
    background-color: #EE2A59;
    transition: 0.20s;
}
.cases-controller div:hover i{
    color: #ffffff;
    transition: 0.20s;
}
.cases-controller div i{
    font-size: 12px;
    color: #333333;
    transition: 0.20s;
}
.cases-controller .tns-nav-active{
    background-color: rgba(51, 51, 51, 1);
}
/* *******************HOME end************** */
/* *******************SOBRE ************** */
.page-banner{
    width: 100%;
    height: 635px;
    background: #1B3E60 0% 0% no-repeat padding-box;
    position: relative;
    overflow: hidden;
    padding-top: 63px;
}
.page-banner .branco{
    width: calc(50% + 30px);
    height: 100px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
}
.page-banner .banner-svg{
    position: absolute;
    bottom: -196px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.page-banner .banner-svg svg{
    height: 831px;
}
.page-banner h1{
    text-align: center;
    font-size: 60px;
    line-height: 75px;
    font-weight: 800;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 40px;
}
.page-banner .banner-info{
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-bottom: 0;
    padding-top: 108px;
}

.page-banner .banner-info .breadcrumb a{
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}
.page-banner .banner-info .breadcrumb span i{
    font-size: 10px;
    display: inline-block;
    margin: 0 10px;
}
.page-banner .banner-info .breadcrumb span {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}
.conteudo{
    width: 100%;
}
.conteudo .conteudo-txt{
    width: 42%;
}
#materiais.conteudo .conteudo-txt{
    width: 50%;
}
.conteudo .conteudo-img {
    width: 47%;
    height: 388px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 85px;
    border-radius: 10px;
}
#parceiro.conteudo .conteudo-img {
    width: 33%;
    margin-left: 8%;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
}
.conteudo .conteudo-txt h2{
    text-align: left;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
}
.conteudo #sob.conteudo-txt h2{
    text-align: left;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
    margin-bottom: 40px;
}
.conteudo .conteudo-txt p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
    margin-top: 40px;
}
.conteudo .conteudo-txt p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
    margin-top: 40px;
}
.conteudo #sob p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
    margin-top: 0px;
    margin-bottom: 24px;
}
.conteudo #sob p:last-child {
    margin-bottom: 0;
}
.line-cards{
    width: 100%;
    margin-top: 100px;
}
.line-cards div.card{
    width: calc(25% - 15px);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    padding: 40px 30px;
}
.line-cards div.card i{
    color: #EE2A59;
    font-size: 56px;
}
.line-cards div.card span{
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
    display: block;
    margin: 30px 0 20px 0;
}
.line-cards div.card p{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
}
.carreira-call{
    width: 100%;
    padding: 40px 0;
    background-color: #1B3E60;
    margin: 100px 0;
}
.carreira-call .carreira-svg svg{
    height: 350px;
    margin-right: calc(8.333% + 30px);
}
.carreira-call .carreira-txt{
    width: 41%;
    margin-right: calc(8.333% + 30px);
}
.carreira-call .carreira-txt h2{
    text-align: left;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 40px;
}
.carreira-call .carreira-txt p{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 30px;
}
.carreira-call .carreira-txt a{
    display: flex;
    height: 46px;
    background: #EE2A59 0% 0% no-repeat padding-box;
    border-radius: 23px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    padding: 0 21px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.20s;
}
.carreira-call .carreira-txt a:hover{
    background-color: #AE1F41;
    transition: 0.20s;
}
.carreira-call .carreira-txt a:hover i{
    transform: translateX(5px);
    transition: 0.20s;
}
.carreira-call .carreira-txt a i{
    font-size: 12px;
    transition: 0.20s;
    margin-left: 20px;
}
.magento-partner{
    width: 100%;
}
.magento-partner .magento-svg{
    margin-right: calc(8.333% - 30px);
}
.magento-partner .magento-p-txt{
    width: 41%;
    margin-right: calc(8.333% - 30px);
}
.magento-partner .magento-p-txt p{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
}
.magento-partner .magento-p-txt h3{
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
    margin-bottom: 30px;
}
/* *******************SOBRE end************** */
/* *******************MAGENTO************** */
#magento.conteudo .conteudo-txt {
    width: 43%;
}
#magento.conteudo .conteudo-txt a{
    height: 46px;
    background: #EE2A59 0% 0% no-repeat padding-box;
    border-radius: 23px;
    opacity: 1;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 21px;
    margin-top: 30px;
    transition: 0.20s;
}
#magento.conteudo .conteudo-txt a:hover{
    background: #AE1F41 0% 0% no-repeat padding-box;
    transition: 0.20s;
}
#magento.conteudo .conteudo-txt a:hover i{
    transition: 0.20s;
    transform: translateX(5px);
}
#magento.conteudo .conteudo-txt a i{
    font-size: 12px;
    transition: 0.20s;
    margin-left: 20px;
}
.magento-blocks{
    width: 100%;
    margin-top: 100px;
}
.magento-blocks .titulo{
    width: 100%;
    display: flex;
    justify-content: center;
    padding:0 26%;
}
.magento-blocks .titulo h2{
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
}
.magento-blocks .mage-card{
    width: calc(33.333% - 15px);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    opacity: 1;
    padding: 40px 30px;
    margin-bottom: 30px;
}
.magento-blocks #consulter .mage-card{
    width: calc(25% - 15px);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    opacity: 1;
    padding: 40px 30px;
    margin-bottom: 30px;
}
.magento-blocks #sitios .mage-card{
    width: calc(25% - 15px);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    opacity: 1;
    padding: 40px 30px;
    margin-bottom: 30px;
}
.magento-blocks #sitios{
    margin-bottom: 70px;
}
#consu.carreira-call{
    margin-bottom: 100px;
}
.magento-blocks .mage-card i{
    font-size: 56px;
    color: #0072E5;
    display: block;
}
.magento-blocks .mage-card span{
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
    margin: 30px 0 20px 0;
    display: block;
}
.magento-blocks .mage-card p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
}
.magento-blocks .linha-flex{
    margin-top: 40px;
}
/* *******************MAGENTO end************** */
/* *******************MARKETPLACE************** */
#marketplace.conteudo .conteudo-txt a {
    height: 46px;
    background: #EE2A59 0% 0% no-repeat padding-box;
    border-radius: 23px;
    opacity: 1;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 21px;
    margin-top: 30px;
    transition: 0.20s;
}
.market-facil .line-cards {
    width: 100%;
    margin-top: 40px;
}
#marketplace.conteudo .conteudo-txt a:hover {
    background: #AE1F41 0% 0% no-repeat padding-box;
    transition: 0.20s;
}
#marketplace.conteudo .conteudo-txt a:hover i{
    transition: 0.20s;
    transform: translateX(5px);
}
#marketplace.conteudo .conteudo-txt a i {
    font-size: 12px;
    margin-left: 20px;
    transition: 0.20s;
}
.market-facil{
    width: 100%;
    padding: 100px 0;
    margin-bottom: 100px;
    background: #F1F1F1 0% 0% no-repeat padding-box;
}
.market-facil .titulo{
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0 24%;
}
.market-facil .titulo h2{
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
}
.market-facil .line-cards{
    width: 100%;
}
.market-facil .line-cards .facil-card{
    width: calc(25% - 15px);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    padding: 40px 30px;
    margin-bottom: 30px;
}
.market-facil .line-cards .facil-card i{
    font-size: 56px;
    color: #EE2A59;
    display: block;
}
.market-facil .line-cards .facil-card span {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
    margin: 30px 0 20px 0;
    display: block;
}
.market-facil .line-cards .facil-card p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
}
#marketplace.carreira-call{
    margin-bottom: 0;
}
/* *******************MARKETPLACE end************** */
/* *******************ECOMMERCE************** */
#ecommerce.conteudo .conteudo-txt {
    width: 40%;
}
#ecommerce.conteudo .conteudo-txt a {
    height: 46px;
    background: #EE2A59 0% 0% no-repeat padding-box;
    border-radius: 23px;
    opacity: 1;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 21px;
    margin-top: 30px;
    transition: 0.20s;
}
#ecommerce.conteudo .conteudo-txt #caso {
    margin-top: 40px;
}
#ecommerce.conteudo .conteudo-txt a:hover {
    background: #AE1F41 0% 0% no-repeat padding-box;
    transition: 0.20s;
}
#parceiros.conteudo .conteudo-txt a {
    height: 46px;
    background: #EE2A59 0% 0% no-repeat padding-box;
    border-radius: 23px;
    opacity: 1;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 21px;
    margin-top: 30px;
    transition: 0.20s;
}
#parceiros.conteudo .conteudo-txt #caso {
    margin-top: 40px;
}
#parceiros.conteudo .conteudo-txt a:hover {
    background: #AE1F41 0% 0% no-repeat padding-box;
    transition: 0.20s;
}
#ecommerce.conteudo .conteudo-txt a:hover i{
    transition: 0.20s;
    transform: translateX(5px);
}
#parceiros.conteudo .conteudo-txt a i{
    margin-left: 10px;
    transition: 0.20s;
}
#parceiros.conteudo .conteudo-txt a:hover i{
    transition: 0.20s;
    transform: translateX(5px);
}
#ecommerce.conteudo .conteudo-txt a i {
    font-size: 12px;
    margin-left: 20px;
    transition: 0.20s;
}
.magento-blocks #commerce.linha-flex .mage-card{
    width: calc(25% - 15px);
}
#eco.carreira-call .container{
    flex-direction: row-reverse;
    padding:0 4%;
}
#nem.carreira-call .container {
    padding: 0 4%;
}
#eco.carreira-call{
    margin-bottom: 0;
    padding: 100px 0;
}
#nem.carreira-call{
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 100px;
}
#nem.carreira-call p{
    margin: 0 0 10px 0;
}
#nem.carreira-call .carreira-txt {
    width: 45%;
}
/* *******************ECOMMERCE end************** */
/* *******************MODULO************** */
#modulo.conteudo .conteudo-txt a {
    height: 46px;
    background: #EE2A59 0% 0% no-repeat padding-box;
    border-radius: 23px;
    opacity: 1;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 21px;
    margin-top: 30px;
    transition: 0.20s;
}
#modulo.conteudo .conteudo-txt a:hover {
    background: #AE1F41 0% 0% no-repeat padding-box;
    transition: 0.20s;
}
#modulo.conteudo .conteudo-txt a:hover i{
    transition: 0.20s;
    transform: translateX(5px);
}
#modulo.conteudo .conteudo-txt a i {
    font-size: 12px;
    transition: 0.20s;
    margin-left: 20px;
}
#modulei{
    margin-bottom: 70px;
}
/* *******************MODULO end************** */
/* *******************CARREIRAS************** */
#carreira.conteudo .conteudo-txt a {
    width: 261px;
    height: 46px;
    background: #EE2A59 0% 0% no-repeat padding-box;
    border-radius: 23px;
    opacity: 1;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 21px;
    margin-top: 30px;
    transition: 0.24s;
}
#carreira.conteudo .conteudo-txt a:hover{
    background: #AE1F41 0% 0% no-repeat padding-box;
    transition: 0.24s;
}
#carreira.conteudo .conteudo-txt a:hover i{
    transition: 0.24s;
    transform: translateX(5px);
}
#carreira.conteudo .conteudo-txt a i {
    font-size: 12px;
    transition: 0.24s;
}
.vagas{
    margin-top: 100px;
    padding: 100px 0;
    background: #F1F1F1 0% 0% no-repeat padding-box;
}
.vagas .titulo{
    display: flex;
    justify-content: center;
}
.vagas .titulo h2{
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
.line-vagas .card-vaga{
    width: calc(25% - 15px);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    padding: 40px 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
}
.line-vagas .card-vaga p{
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    padding-right: 25px;
}
.line-vagas .card-vaga span {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    display: block;
    margin-top: 20px;
}
.line-vagas .card-vaga small{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #EE2A59;
    opacity: 1;
    display: flex;
    margin-top: 30px;
    align-items: center;
}
.line-vagas .card-vaga small i{
    font-size: 12px;
    margin-left: 20px;
    transition: 0.28s ease-in-out;
}
.line-vagas .card-vaga:hover small i{
    transform: translateX(6px);
    transition: 0.28s ease-in-out;
}
.line-vagas .vaga-fake{
    width: calc(25% - 15px);
}
.line-vagas{
    margin-top: 40px;
}
#work.carreira-call{
    margin-top: 0;
}

/* *******************CARREIRAS end************** */
/* *******************VAGA************** */
#vaga.conteudo .conteudo-txt p{
    margin-top: 20px;
}
#vaga.conteudo .conteudo-txt span{
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    display: block;
    margin-top: 60px;
}
#vaga.conteudo #no-image p{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
#vaga.conteudo #no-image{
    height: auto;
}
#vaga.conteudo #no-image span{
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    display: block;
    margin-bottom: 20px;
}
.beneficio{
    background: #F1F1F1 0% 0% no-repeat padding-box;
    padding: 100px 0;
    margin: 100px 0;
}
.beneficio svg{
    width: 350px;
    height: 350px;
}
.bene-txt h2{
    text-align: left;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
.bene-txt p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin: 40px 0 30px 0;
}
.bene-txt .lista-beneficio{
    list-style: none;
}
.bene-txt .lista-beneficio li span{
    width: 18px;
    height: 18px;
    border: 2px solid #EE2A59;
    border-radius: 50%;
    opacity: 1;
    display: block;
    margin-right: 16px;
}
.bene-txt .lista-beneficio li{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.beneficio .container{
    padding: 0 5%;
}
.beneficio .bene-txt{
    width: 41%;
}
.form-vaga{
    width: 100%;
}
.form-vaga br{
    display: none !important;
}
.form-vaga form{
    width: 50%;
}
form .form-item{
    width: 100%;
}
.form-vaga h2{
    width: 100%;
    text-align: left;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 40px;
}
form .form-item label{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
    margin-bottom: 10px;
    display: block;
}
form .form-item input{
    height: 46px;
    border: 2px solid #DCDCDC;
    border-radius: 23px;
    opacity: 1;
    width: 100%;
    padding-left: 20px;
    outline: none;
    font-size: 16px;
    transition: 0.24s ease-in-out;
}
form .form-item input:focus{
    border: 2px solid #EE2A59;
    transition: 0.24s ease-in-out;
}
form .form-item textarea:focus{
    border: 2px solid #EE2A59;
    transition: 0.24s ease-in-out;
}
.wpcf7-response-output.wpcf7-mail-sent-ok{
    position: fixed;
    bottom: 30px;
    left: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EE2A59;
    border-radius: 20px;
    padding: 24px;
}
form .form-item textarea {
    height: 46px;
    border: 2px solid #DCDCDC;
    border-radius: 23px;
    opacity: 1;
    width: 100%;
    height: 138px;
    resize: none;
    padding: 20px;
    outline: none;
}
form .form-item{
    margin-bottom: 30px;
}
form .form-item input[type="file"]{
    display: none;
}
form .form-item .uploader{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    border: 2px solid #DCDCDC;
    border-radius: 23px;
    padding-left: 20px;
    cursor: pointer;
}
form .form-item .uploader p{
    display: none !important;
}
form .form-item .uploader span{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
}
form .form-item .uploader .btn{
    height: 46px;
    border: 2px solid #EE2A59;
    border-radius: 23px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #EE2A59;
    opacity: 1;
    padding: 0 20px;
    margin-right: -2px;
}
form button{
    height: 46px;
    display: flex;
    background: #EE2A59 0% 0% no-repeat padding-box;
    border-radius: 23px;
    opacity: 1;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFFFFF;
    justify-content: space-between;
    border: none;
    outline: none;
    padding: 0 20px;
    align-items: center;
    cursor: pointer;
    transition: 0.20s ease-in-out;
}
form button:hover{
    background: #AE1F41 0% 0% no-repeat padding-box;
    transition: 0.20s ease-in-out;
}
form button:hover i{
    transition: 0.20s ease-in-out;
    transform: translateX(5px);
}
form button i{
    font-size: 12px;
    display: inline-block;
    margin-left: 20px;
    transition: 0.20s ease-in-out;
}
.form-vaga{
    margin-bottom: 100px;
}
.overlay-form{
    width: 100%;
    height: 100vh;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 0.22s;
}
.form-modal{
    width: 45%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    padding: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: 0.28s ease-in-out;
}
.form-modal h2{ 
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 16px;
}
.form-modal .anima-easy>p{
    margin-bottom: 24px;
}
.form-modal .anima-easy{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.23s ease-in-out;
}
.enviando .form-modal .anima-easy{
    max-height: 900px;
    overflow: hidden;
    opacity: 1;
    transition: 0.33s ease-in-out;
}
.enviando .form-modal{
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    transition: 0.28s ease-in-out;
}
.enviando .overlay-form{
    opacity: 0.5;
    visibility: visible;
    transition: 0.22s;
}
.form-modal .close-modal{
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}
.form-modal .close-modal svg{
    fill: #808080;
}
/* *******************VAGA end************** */
/* *******************PARCEIRO************** */
.parceirada h3{
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
.parceirada .eles{
    margin-top: 30px;
}
.parceirada .eles .ele{
    display: flex;
    position: relative;
    width: calc(25% - 30px);
    height: 146px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    margin-right: 30px;
}
.parceirada .eles .ele::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.26s ease-in-out;
    background: #0072E5;
    background: -moz-linear-gradient(138deg, #0072E5 0%, #1B3E60 65%);
    background: -webkit-linear-gradient(138deg, #0072E5 0%, #1B3E60 65%);
    background: linear-gradient(138deg, #0072E5 0%, #1B3E60 65%);
}
.parceirada .eles .ele span{
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    z-index: 9;
    bottom: 66px;
    left: 24px;
    font-weight: 700;
    transform: translateY(40px);
    opacity: 0;
    transition: 0.22s ease-in-out;
}
.parceirada .eles .ele small {
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    z-index: 9;
    bottom: 24px;
    left: 24px;
    font-weight: 700;
    opacity: 0;
    display: flex;
    align-items: center;
    transform: translateY(40px);
    transition: 0.22s ease-in-out;
}
.parceirada .eles .ele small i{
    font-size: 10px;
    margin-left: 20px;
}
.parceirada .eles .ele:hover::after{
    opacity: 1;
    transition: 0.30s ease-in-out;
}
.parceirada .eles .ele:hover span {
    opacity: 1;
    transition: 0.23s ease-in-out;
    transform: translateY(0px);
}
.parceirada .eles .ele:hover small {
    opacity: 1;
    transition: 0.23s ease-in-out;
    transform: translateY(0px);
}
.parceirada{
    margin:100px 0 60px 0;
}
#par {
    margin-bottom: 100px;
}
#parceiro.conteudo .conteudo-txt a {
    height: 46px;
    background: #EE2A59 0% 0% no-repeat padding-box;
    border-radius: 23px;
    opacity: 1;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 21px;
    margin-top: 30px;
    transition: 0.20s ease-in-out;
}
#parceiro.conteudo .conteudo-txt a:hover{
    background: #AE1F41 0% 0% no-repeat padding-box;
    transition: 0.20s ease-in-out;
}
#parceiro.conteudo .conteudo-txt a:hover i{
    transform: translateX(5px);
    transition: 0.20s ease-in-out;
}
#parceiro.conteudo .conteudo-txt a i {
    font-size: 12px;
    margin-left: 20px;
    transition: 0.20s ease-in-out;
}
#parceiro.conteudo .conteudo-img{
    background-size: contain;
    height: 200px;
}
#be-parca{
    background-color: #F1F1F1;
}
#be-parca .carreira-txt h2{ 
    text-align: left;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
#be-parca .carreira-txt p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    opacity: 1;
    color: #333333;
}
#be-parca .carreira-txt p b{
    color: #EE2A59;
    font-weight: 700;
}
/* *******************PARCEIRO end************** */
/* *******************CASES************** */
.filtra-case{
    width: 50%;
    margin: 100px auto 60px auto;
}
.filtra-case div{
    height: 46px;
    border: 2px solid #EE2A59;
    border-radius: 23px;
    opacity: 1;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #EE2A59;
    opacity: 1;
    text-transform: uppercase;
    margin-left: 16px;
    cursor: pointer;
}
.filtra-case div:first-child{
    margin-left: 0;
}
.filtra-case div.active {
    background-color:#EE2A59;
    color: #FFFFFF;
}
.cases-blocks{
    width: 100%;
    margin-bottom: 70px;
}
.cases-blocks .case-block {
    width: calc(50% - 15px);
    height: 388px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.cases-blocks .case-block::after{
    content: '';
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(124deg, rgba(0, 114, 229, 1) 0%, rgba(27, 62, 96, 1) 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.22s ease-in-out;
}
.cases-blocks .case-block p{
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    bottom: 79px;
    z-index: 9;
    left: 30px;
    opacity: 0;
    transition: 0.28s ease-in-out;
    transform: translateY(100%);
}
.cases-blocks .case-block span {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 9;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    opacity: 0;
    transition: 0.28s ease-in-out;
    transform: translateY(100%);
}
.cases-blocks .case-block span i{
    font-size: 12px;
    margin-left: 20px;
}
.cases-blocks .case-block:hover::after{
    opacity: 0.8;
    transition: 0.20s;
}
.cases-blocks .case-block:hover p{
    transition: 0.24s;
    transform: translateY(0);
    opacity: 1;
}
.cases-blocks .case-block:hover span {
    transition: 0.24s;
    transform: translateY(0);
    opacity: 1;
}
.cases-blocks{
    position: relative;
    min-height: 400px;
}
.cases-blocks .case-block.ativo{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: 0.12s ease-in-out;
}
.cases-blocks .case-block.desativado {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
    transition: 0.20s ease-in-out;
    order: 9;
    display: contents;
}
#case .conteudo-img p{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #808080;
    opacity: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#case .conteudo-txt a{
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #EE2A59;
    opacity: 1;
    display: flex;
    align-items: center;
    margin-top: 30px;
    transition: 0.20s;
}
#case .conteudo-txt a:hover{
    color: #AE1F41;
    transition: 0.20s;
}
#case .conteudo-txt a:hover i{
    margin-left: 25px;
    color: #AE1F41;
    transition: 0.20s;
}
.vira{
    flex-direction: row-reverse;
    margin: 100px 0;
}
#case .conteudo-txt a i{
    font-size: 12px;
    margin-left: 20px;
    transition: 0.20s;
}
#case .conteudo-img #mobile-praq{
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #EE2A59;
    opacity: 1;
    display: none;
    align-items: center;
    margin-top: 30px;
}
#case .conteudo-img #mobile-praq i{
    font-size: 12px;
    margin-left: 20px;
}
#case.conteudo .conteudo-img {
    height: auto;
}
.sobre-case .task{
    width: 100%;
}
.sobre-case .task span{
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
.sobre-case .task p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-top: 20px;
}
.sobre-case .task .desafio {
    width: calc(33.333% - 15px);
    /* margin-right: 30px; */
}
.sobre-case .task .solucao {
    width: calc(33.333% - 15px);
    /* margin-right: 30px; */
}
.sobre-case{
    margin: 100px 0;
}
.sobre-case .img-foco{
    width: 100%;
    height: 796px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 80px 0 100px 0;
    border-radius: 10px;
}
.sobre-case .lado-a-lado .img-lado {
    width: 58%;
    height: 456px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.sobre-case .lado-a-lado .lado-txt{
    width: 33.333%;
}
.sobre-case .lado-a-lado span{
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
.sobre-case .lado-a-lado p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-top: 20px;
}
.sobre-case .text-centro{
    padding: 0 16%;
    margin: 100px 0;
}
.sobre-case .text-centro span{
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
.sobre-case .text-centro p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-top: 20px;
}
.sobre-case .last-img{
    width: 100%;
    height: 796px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.relacionados{
    width: 100%;
    margin-bottom: 100px;
}
.relacionados a{
    display: flex;
    width: calc(50% - 15px);
    height: 388px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 40px;
}
.relacionados a::after {
    content: '';
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(124deg, #EE2A59 0%, #AE1F41 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    transition: 0.25s ease-in-out;
}
.relacionados h2{
    text-align: left;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
.relacionados a p{
    position: absolute;
    bottom: 80px;
    left: 30px;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    z-index: 9;
}
.relacionados a span {
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    z-index: 9;
}
.relacionados a span i{
    font-size: 12px;
    margin-left: 20px;
    transition: 0.20s ease-in-out;
}
.relacionados a:hover::after{
    transition: 0.25s ease-in-out;
    opacity: 0.6;
}
.relacionados a:hover span i{
    transition: 0.20s ease-in-out;
    transform: translateX(10px);
}
.itens-dev{
    width: calc(33.333% - 20px);
}
.sobre-case .task .itens-dev p{
    text-align: left;
    font: normal normal bold 14px/24px Open Sans;
    letter-spacing: 0px;
    color: #808080;
    opacity: 1;
    margin-bottom: 10px;
    margin-top: 0;
}
/* *******************CASES end************** */
/* *******************BLOG************** */
.navigation ul{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.navigation ul li.active a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #333333;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.20s;
}
.navigation ul li.active a:hover{
    background-color: #ffffff;
    transition: 0.20s;
    color: #333333;
}
.navigation ul li a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    transition: 0.20s;
    margin-right: 15px;
}
.navigation ul li.ne {
    display: flex;
    align-items: center;
}
.navigation ul li.ne a{
    width: auto;
    height: 36px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color:#808080;
    opacity: 1;
    transition: 0.20s;
    margin-right: 15px;
}
.navigation ul li a:hover{
    background-color: #EE2A59;
    transition: 0.20s;
    color: #ffffff;
}
.navigation ul li.ne a:hover{
    background-color: #ffffff;
    transition: 0.20s;
    color:#808080;
}


.navigation ul li.pre {
    display: flex;
    align-items: center;
}
.navigation ul li.pre i{
    font-size: 11px;
    margin-right: 20px;
    color:#808080;
}
.navigation ul li.ne i{
    font-size: 11px;
    margin-right: 20px;
    color:#808080;
}
.navigation ul li.pre a{
    width: auto;
    height: 36px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color:#808080;
    opacity: 1;
    transition: 0.20s;
    margin-right: 15px;
}

.navigation ul li.pre a:hover{
    background-color: #ffffff;
    transition: 0.20s;
    color:#808080;
}
#blog.conteudo .conteudo-txt h2{
    white-space: pre-line;
}
.lado-noticia{
    width: 100%;
    margin: 100px 0;
}
.lado-blocks {
    width: 66%;
}
.adds{
    width: 25%;
}
.adds a{
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: none;
}
#single .adds {
    margin-top: 45px;
}
.lado-blocks .filtro-blog{
    width: 100%;
    justify-content: space-between;
}
.lado-blocks .filtro-blog .select{
    position: relative;
    width: calc(50% - 15px);
}
.lado-blocks .filtro-blog .select select{   
    width: 100%;
    height: 46px;
    border: 2px solid #DCDCDC;
    border-radius: 23px;
    opacity: 1;
    background-color: #FFFFFF;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
    text-transform: uppercase;
    padding-left: 20px;
    outline: none;
}
.lado-blocks .filtro-blog .select i{
    display: block;
    width: 40px;
    height: 20px;
    background-color: #FFFFFF;
    font-size: 7px;
    color: #555555;
    position: absolute;
    right: 7px;
    top: 18px;
    text-align: center;
}
.lado-blocks .filtro-blog form{
    width: calc(50% - 15px);
    height: 46px;
    border: 2px solid #DCDCDC;
    border-radius: 23px;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    padding:0 20px 0 20px;
}
.lado-blocks .filtro-blog form input{
    width: 90%;
    height: 42px;
    border: none;
    background-color: #FFFFFF;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
    outline: none;
}
.lado-blocks .filtro-blog form input::placeholder{
    color: #555555;
}
.lado-blocks .filtro-blog form button i{
    font-size: 16px;
    color: #555555;
}
.lado-blocks .filtro-blog form button{
    height: auto;
    width: 10%;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
}
.lado-blocks .filtro-blog form button:hover i{
    transform: translateX(0);
}
.line-cardes{
    width: 100%;
    margin-top: 60px;
}
.cards-home .carde {
    width: 100%;
}
.cards-home .xap{
    width: calc(25% - 15px);
}
.cards-home .xap .carde{
    height: 100%;
}
.cards-home .carde .img-card {
    background-color: #808080;
    height: 184px;
}
.p404.banner-grande {
    padding-bottom: 230px;
}
#ver-mais-404{
    background: #EE2A59 0% 0% no-repeat padding-box;
    border-radius: 23px;
    opacity: 1;
    height: 46px;
    padding: 0 20px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
    transform: translateY(-141px);
}
.v404.cards-home {
    transform: translateY(-185px);
}
.carde {
    display: block;
    width: calc(50% - 15px);
    overflow: hidden;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    margin-bottom: 30px;
}
.carde:hover .img-card {
    transform: scale(1.04);
    transition: 0.28s ease-in-out;
}
.carde .img-card {
    width: 100%;
    height: 252px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.28s ease-in-out;
    transform: scale(1);
}
.carde .card-infos {
    width: 100%;
    background-color: #FFFFFF;
    padding: 20px 30px 40px 30px;
    z-index: 9;
    position: relative;
}
.carde .card-infos small {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #808080;
    opacity: 1;
    display: block;
}
.carde .card-infos span {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    display: block;
    margin: 20px 0;
}
.carde .card-infos p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
.cards-home .carde p{
    display: none;
}
.adds a {
    border-radius: 10px;
    opacity: 1;
    display: block;
    padding: 40px 30px;
    position: sticky;
    top: 124px;
    margin-top: 0px;
}
.adds a img{
    max-width: 100%;
    height: 144px;
}
.adds a small{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    display: block;
    margin-top: 20px;
}
.adds a p {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin: 20px 0 30px 0;
}
.adds a span{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
}
.adds a span i{
    font-size: 12px;
    margin-left: 16px;
}
.lado-blocks .infos-blog .autor .img-autor{
    width: 46px;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin-right: 20px;
    display: block;
}
.lado-blocks .infos-blog .autor .nome-data span{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #808080;
    display: block;
    text-transform: uppercase;
}
.lado-blocks .infos-blog .autor .nome-data span a{
    color: #333333;
}
.lado-blocks .infos-blog .share a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 2px solid #EE2A59;
    border-radius: 18px;
    opacity: 1;
    margin-left: 20px;
    transition: 0.20s ease-in-out;
    cursor: pointer;
}
#pa-foo{
    margin-bottom: 0;
}
.lado-blocks .infos-blog .share a:hover{
    background-color: #EE2A59;
    transition: 0.20s ease-in-out;
}
.lado-blocks .infos-blog .share a:hover i{
    color: #FFFFFF;
    transition: 0.20s ease-in-out;
}
.lado-blocks .infos-blog .share a i{
    font-size: 18px;
    color: #EE2A59;
    transition: 0.20s ease-in-out;
}
#single.lado-noticia {
    margin: 40px 0 100px 0;
}
.conteudo-blog img{
    max-width: 100%;
    display: block;
    margin: 0 auto 40px auto;
    border-radius: 10px 10px 0px 0px;
}
.conteudo-blog p{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin: 40px 0;
}
.conteudo-blog{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin: 40px 0;
}
.conteudo-blog ul li{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin: 12px 0;
}
.conteudo-blog h2 {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin: 40px 0 30px 0;
}
.conteudo-blog h3 {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin: 14px 0;
}
.conteudo-blog h4 {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin: 14px 0;
}
.conteudo-blog ul{
    list-style: inside;
    padding-left: 16px;
}
.conteudo-blog ol{
    list-style: inside;
    padding-left: 16px;
    margin: 12px 0;
}
.conteudo-blog a{
    color: #EE2A59;
    text-decoration: underline;
}
.conteudo-blog h1{
    font-size: 22px;
    margin: 16px 0;
}
.lado-blocks .cate-tags a{
    padding: 0 20px;
    height: 36px;
    background: #EE2A59 0% 0% no-repeat padding-box;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-right: 16px;
    margin-bottom: 16px;
}
.lado-blocks .cate-tags p{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #808080;
    opacity: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.related-block .related-inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.related-block{
    margin-bottom: 100px;
}
.related-block .related-inner .wrapper{
    width: calc(25% - 15px);
    position: relative;
}
.related-block .related-inner .wrapper a{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    border: 1px solid #DCDCDC;
    overflow: hidden;
}
.related-block .related-inner .wrapper a .rel-img{
    height: 184px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.27s ease-in-out;
}
.related-block .related-inner .wrapper a:hover .rel-img{
    transform: scale(1.07);
    transition: 0.27s ease-in-out;
}
.related-block .related-inner .wrapper a .rel-info{
    width: 100%;
    background-color: #FFFFFF;
    padding: 20px 30px 40px 30px;
    z-index: 99;
    position: relative;
}
.related-block .related-inner .wrapper a .rel-info small{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #808080;
    opacity: 1;
}
.related-block .related-inner .wrapper a .rel-info p {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    padding-top: 20px;
}
.related-block .related-inner .wrapper a .rel-info span {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    display: none;
}
.related-block h2{
    text-align: left;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
.related-block .related-inner{
    margin-top: 40px;
}
.controle-rel{
    display: none;
}
.block-autor .fota{
    width: 72px;
    height: 72px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin-right: 30px;
}
.block-autor .autor-info h2{
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    font-weight: 32px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 10px;
}
.block-autor .autor-info small{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #808080;
    opacity: 1;
    text-transform: uppercase;
}
.autor-bio p{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
.social-autor{
    margin-top: 30px;
}
.social-autor a{
    width: 36px;
    height: 36px;
    border: 2px solid #EE2A59;
    border-radius: 18px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: 0.20s;
}
.social-autor a:hover {
    background-color: #EE2A59;
    transition: 0.20s;
}
.social-autor a:hover i {
    color: #ffffff;
    transition: 0.20s;
}
.social-autor a i{
    font-size: 18px;
    color: #EE2A59;
}
#autor{
    margin: 40px 0 100px 0;
}
#autor h2{
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-top: 40px;
}
#autor .line-cardes {
    margin-top: 30px;
}
/* .block-autor{
    margin-top: 50px;
} */

/* *******************BLOG end************** */
/* *******************PROPOSTA************* */
#proposta.conteudo .conteudo-img{
    height: auto;
}
.conteudo-img .enders{
    width: 100%;
    padding: 60px;
    background: #F1F1F1 0% 0% no-repeat padding-box;
    border-radius: 10px;
}
.conteudo-img .enders .end-block span{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
.conteudo-img .enders .end-block p{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin: 20px 0 16px 0;
}
.conteudo-img .enders .end-block small {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
.conteudo-img .enders .end-block a{
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #EE2A59;
    opacity: 1;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-top: 30px;
    transition: 0.20s;
}
.conteudo-img .enders .end-block a:hover{
    color: #AE1F41;
    transition: 0.20s;
}
.conteudo-img .enders .end-block a:hover i{
    margin-left: 25px;
    transition: 0.20s;
}
.conteudo-img .enders .end-block a i{
    font-size: 12px;
    margin-left: 20px;
    transition: 0.20s;
}
.conteudo-img .enders .end-block:first-child{
    margin-bottom: 60px;
}
form#prop button{
    width: auto;
}
form#prop button i{
    display: inline-block;
    margin-left: 20px;
}
.hemp{
    display: none;
}
form#prop{
    margin-top: 30px;
    margin-bottom: 100px;
}
form#prop br{
    display: none !important;
}
.checkers .action label.check{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checkers .action label.check div{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #DCDCDC;
    border-radius: 5px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
.checkers .action label.check.mark div::after {
    transform: scale(1);
    transition: 0.18s;
}
.checkers .action label.check div::after{
    content: '';
    width: 10px;
    height: 10px;
    background: #EE2A59 0% 0% no-repeat padding-box;
    transform: scale(0);
    transition: 0.18s;
}
.checkers .action label.check span {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-right: 30px;
}

/* *******************PROPOSTA end************** */
/* *******************MATERIAIS************** */
.materiais{
    width: 100%;
    margin: 100px 0;
}
.materiais .filtrar-material .select {
    width: calc(33.333% - 15px);
    position: relative;
    overflow: hidden;
}
.materiais .filtrar-material .select select{
    width: 100%;
    height: 46px;
    border: 2px solid #DCDCDC;
    border-radius: 23px;
    background-color: #FFFFFF;
    opacity: 1;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
    padding-left: 20px;
    text-transform: uppercase;
    outline: none;
}
.materiais .filtrar-material .select label {
    position: absolute;
    top: 14px;
    right: 6px;
    width: 31px;
    height: 20px;
    background-color: #FFFFFF;
}
.materiais .filtrar-material .select label i{
    color: #DCDCDC;
    height: 8px;
}
.materiais .filtrar-material form.busca{
    width: calc(33.333% - 15px);
    height: 46px;
    border: 2px solid #DCDCDC;
    border-radius: 23px;
    opacity: 1;
    overflow: hidden;
    padding: 0 20px;
}
.materiais .filtrar-material form.busca input{
    width: 90%;
    height: 42px;
    border: none;
    background-color: #FFFFFF;
    outline: none;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
}
.materiais .filtrar-material form.busca button{
    width: 10%;
    background-color: #FFFFFF;
    border: none;
    outline: none;
    height: 42px;
    padding: 0;
}
.materiais .filtrar-material form.busca button i{
    color: #555555;
    font-size: 16px;
}
.materiais .line-material{
    margin-top: 60px;
}
.materiais .line-material .mate-card{
    width: calc(25% - 15px);
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: 0.22s;
}
.fuk{
   width: calc(25% - 15px);
   order: 9999;
}
.materiais .line-material .mate-card.ativado {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    order: 1;
    position: relative;
    bottom: unset;
    transition: 0.18s;
}
.materiais .line-material .mate-card.desativado {
    transform: translateY(90px);
    opacity: 0;
    position: absolute;
    bottom: 0;
    order: 99;
    transition: 0.22s;
}
.materiais .line-material .mate-card:hover .mate-img {
    transition: 0.28s ease-in-out;
    transform: scale(1.08);
}
.materiais .line-material .mate-card .mate-img{
    width: 100%;
    height: 184px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.28s ease-in-out;
}
.materiais .line-material .mate-card .mate-info {
    width: 100%;
    position: relative;
    z-index: 9;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 20px 30px 40px 30px;
}
.materiais .line-material .mate-card .mate-info .cate-mate{
    width: 100%;
}
.materiais .line-material .mate-card .mate-info .cate-mate small{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #808080;
    opacity: 1;
    text-transform: uppercase;
}
.materiais .line-material .mate-card .mate-info .cate-mate small:last-child {
    color: #EE2A59;
}
.materiais .line-material .mate-card .mate-info .cate-mate small:first-child {
    color: #808080;
}
.materiais .line-material .mate-card .mate-info p{
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-top: 20px;
}
.sumido{
    display: none;
}
/* *******************MATERIAIS end************** */
#todos-cliente{
    margin-bottom: 100px;
}

#op404{
    display: none;
}


.parca-slider-inner .ele{
    display: flex;
    position: relative;
    width: 100%;
    height: 146px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    margin-right: 30px;
}
.parca-slider-inner .ele::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.26s ease-in-out;
    background: #0072E5;
    background: -moz-linear-gradient(138deg, #0072E5 0%, #1B3E60 65%);
    background: -webkit-linear-gradient(138deg, #0072E5 0%, #1B3E60 65%);
    background: linear-gradient(138deg, #0072E5 0%, #1B3E60 65%);
}
.parca-slider-inner .ele span{
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    z-index: 9;
    bottom: 66px;
    left: 24px;
    font-weight: 700;
    transform: translateY(40px);
    opacity: 0;
    transition: 0.22s ease-in-out;
}
.parca-slider-inner .ele small {
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    z-index: 9;
    bottom: 24px;
    left: 24px;
    font-weight: 700;
    opacity: 0;
    display: flex;
    align-items: center;
    transform: translateY(40px);
    transition: 0.22s ease-in-out;
}
.parca-slider-inner .ele small i{
    font-size: 10px;
    margin-left: 20px;
}
.parca-slider-inner .ele:hover::after{
    opacity: 1;
    transition: 0.30s ease-in-out;
}
.parca-slider-inner .ele:hover span {
    opacity: 1;
    transition: 0.23s ease-in-out;
    transform: translateY(0px);
}
.parca-slider-inner .ele:hover small {
    opacity: 1;
    transition: 0.23s ease-in-out;
    transform: translateY(0px);
}
.cookie-popup {
    width: 83%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    opacity: 1;
    padding: 20px;
    height: 84px;
    position: relative;
    bottom: 40px;
    display: flex;
    flex-direction: row;
    z-index: 99999999;
    margin: auto;
}
.cookie-cont.mostra {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.32s;
}
.cookie-popup p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    width: calc(58%  - 15px);
}
.cookie-popup p a {
    text-align: left;
    text-decoration: underline;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #EE2A59;
}
.cookie-popup button {
    border: 2px solid #EE2A59;
    border-radius: 23px;
    opacity: 1;
    height: 46px;
    width: fit-content;
    background-color: #FFFFFF;
    padding: 10px 20px;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #EE2A59;
    opacity: 1;
    position: absolute;
    right: 20px;
    transition: ease-in-out 0.32s;
    cursor: pointer;
}
.cookie-popup button:hover {
    background: #EE2A59;
    color: #FFFFFF;
    transition: ease-in-out 0.32s;
}
.cookie-cont {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 999999999;
    transform: translateY(200%);
    transition: 0.32s;
    opacity: 0;
    visibility: hidden;
}
.politica {
    margin: 100px auto;
    width: 66.666%;
}
.politica p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 24px;
}
.politica h3{
    margin-bottom: 16px;
    color: #333333;
}
.politica p a{
    color: #EE2A59;
    font-weight: 700;
}
.politica ul li{
    margin-bottom: 24px;
}
.politica ul{
    list-style: inside;
    margin-bottom: 24px;
}
.politica h2 {
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 40px;
}
#so-mb.banner-svg{
    display: none;
}
.qq-busca {
    height: 46px;
    width: calc(50% - 15px);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #DCDCDC;
    border-radius: 23px;
    display: flex;
    flex-direction: row;
    padding: 0px 20px;
}
.qq-busca form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}
.qq-busca form button {
    background: transparent !important;
    width: auto !important;
    height: 100%;
    padding: 0 0px !important;
}
.qq-busca form button i {
    font-size: 16px !important;
    color: #555555 !important;
    margin-left: 0px !important;
}
.qq-busca form button:hover {
    background: #ffffff 0% 0% no-repeat padding-box;
    transition: 0.20s ease-in-out;
    margin: 0 !important;
}
.qq-busca form button:hover i {
    transition: 0.20s ease-in-out;
    margin: 0 !important;
    transform: none !important;
}
.qq-busca input {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
}
.btn-entrar {
    height: 36px;
    border: 2px solid #EE2A59;
    border-radius: 23px;
    opacity: 1;
    padding: 9px 20px;
    text-align: right;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
    color: #EE2A59 !important;
    opacity: 1;
    transition: ease-in-out 0.32s;
}
.btn-entrar:hover {
    transition: ease-in-out 0.32s;
    background: #EE2A59 !important;
    color: #FFFFFF !important;
}
#menu-entrar::after {
    display: none !important;
}
.alinha-itens-banner {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.menu-mobile {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    min-height: 172px;
    height: auto;
    width: 95%;
    transition: ease-in-out 0.32s;
    position: fixed;
    transform: scale(0);
    transform-origin: right top;
    padding: 24px;
}
.menu-mobile.brota {
    min-height: 172px;
    height: auto;
    width: 95%;
    opacity: 1;
    visibility: visible;
    transition: ease-in-out 0.32s;
    transform-origin: right top;
    transform: scale(1);
}
.hamburger {
    display: none;
}
#primeirin {
    padding: 0px 0 12px 0;
}
.bar1, .bar2, .bar3 {
    width: 23px;
    height: 2px;
    background-color: #FFFFFF;
    margin: 5px;
    transition: 0.4s ease;
}
.xis .bar1 {
    transform: rotate(-45deg) translate(-5px, 4px);
}
.xis .bar2 {
    display: none;
}
.xis .bar3 {
    transform: rotate(45deg) translate(-1px, -0px);
}
.cards-base {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: -102px;
    position: relative;
    justify-content: space-between;
}
.cards-base .card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    height: auto;
    min-height: 282px;
    padding: 40px 30px;
    width: calc(33.3% - 15px);
}
.cards-base .card h2 {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 30px;
}
.cards-base .card ul {
    list-style: none;
}
.cards-base .card ul li {
    margin-bottom: 20px;
}
.cards-base .card ul li a {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    transition: ease-in-out 0.32s;
}
.cards-base .card ul li a:hover {
    transition: ease-in-out 0.32s;
    text-decoration: underline;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #EE2A59;
}
.alinha-itens-banner h3 {
    text-align: center;
    margin-top: 100px;
    font-weight: bold;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #EE2A59;
    opacity: 1;
    margin-bottom: 40px;
}
#cont {
    display: none;
}
.cards-pagina {
    margin-top: 100px;
    margin-bottom: 70px;
}
.cards-pagina h2 {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 40px;
}
.cards-pagina .cards-pagina-lista {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cards-pagina .cards-pagina-lista .card {
    display: flex;
    flex-direction: column;
    min-height: 307px;
    height: auto;
    width: calc(33% - 15px);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    opacity: 1;
    padding: 40px 30px;
    margin-bottom: 30px;
}
.cards-pagina .cards-pagina-lista .card-vazio {
    display: flex;
    flex-direction: column;
    min-height: 307px;
    height: auto;
    width: calc(33% - 15px);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    padding: 40px 30px;
    margin-bottom: 30px;
}
.cards-pagina .cards-pagina-lista .card i {
    font-size: 56px;
    color: #0072E5;
    margin-bottom: 30px;
}
.cards-pagina .cards-pagina-lista .card h3 {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 30px;
    opacity: 1;
}
.cards-pagina .cards-pagina-lista .card p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 30px;
}
.cards-pagina .cards-pagina-lista .card .saiba-mais {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: auto;
}
.cards-pagina .cards-pagina-lista .card .saiba-mais span {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #EE2A59;
    opacity: 1;
    transition: 0.20s;
}
.cards-pagina .cards-pagina-lista .card:hover .saiba-mais span {
    color: #AE1F41;
    transition: 0.20s;
}

.cards-pagina .cards-pagina-lista .card .saiba-mais i {
    font-size: 12px;
    color: #EE2A59;
    margin-left: 20px;
    transition: 0.20s;
    margin-bottom: 0;
}
.cards-pagina .cards-pagina-lista .card:hover .saiba-mais i {
    margin-left: 25px;
    color: #AE1F41;
    transition: 0.20s;
}
.topicos header {
    background-color: rgba(27, 62, 96, 1) !important;
    transition: 0.20s;
    transform: translateY(0);
    padding: 10px 0;
}
.topicos .header-1.fixed{
    background-color: rgba(27, 62, 96, 1) !important;
    transition: 0.20s;
    transform: translateY(0);
    padding: 0px 0;
}    
.topicos-container {
    margin-top: 95px;
    width: 100%;
    margin-bottom: 80px;
}
.breadcrumbs {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    align-items: center;
}
.breadcrumbs a {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #808080;
    opacity: 1;
    margin-right: 10px;
}
.breadcrumbs i {
    font-size: 10px;
    margin-right: 10px;
    color: #808080;
}
.breadcrumbs span {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #808080;
    opacity: 1;
    margin-right: 10px;
}
.topicos .colunas2 {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.topicos .colunas2 .esquerda {
    width: calc(66% - 15px);
    height: 100%;
    margin-right: calc(8.33% + 30px);
}
.topicos .colunas2 .esquerda h2 {
    text-align: left;
    font-weight: 800;
    font-size:  35px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 40px;
}
.topicos .colunas2 .esquerda .card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    opacity: 1;
    min-height: 103px;
    width: 100%;
    cursor: pointer;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.topicos .colunas2 .esquerda .card h1 {
    text-align: left;
    font-weight: bold;
    font-size:  18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 20px;
}
.topicos .colunas2 .esquerda .card .saiba-mais {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: auto;
}
.topicos .colunas2 .esquerda .card .saiba-mais span {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #EE2A59;
    opacity: 1;
    transition: 0.20s;
}
.topicos .colunas2 .esquerda .card:hover .saiba-mais span {
    color: #AE1F41;
    transition: 0.20s;
}

.topicos .colunas2 .esquerda .card .saiba-mais i {
    font-size: 12px;
    color: #EE2A59;
    margin-left: 20px;
    transition: 0.20s;
    margin-bottom: 0;
}
.topicos .colunas2 .esquerda .card:hover .saiba-mais i {
    margin-left: 25px;
    color: #AE1F41;
    transition: 0.20s;
}
.topicos .colunas2 .direita {
    width: calc(24% - 15px);
    height: 100%;
}
.topicos .colunas2 .direita form {
    height: 46px;
    width: 100%;
    display: flex;
    flex-direction: row;
    border: 2px solid #DCDCDC;
    border-radius: 23px;
    opacity: 1;
    padding: 0px 20px;
    align-items: center;
}
.topicos .colunas2 .direita form input {
    border: none;
    outline: none;
    background: transparent;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
    width: 90%;
}
.form-mobile input {
    border: none;
    outline: none;
    background: transparent;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
    width: 90%;
}
.topicos .colunas2 .direita form button {
    background: transparent;
    padding: 0px !important;
}
.topicos .colunas2 .direita form button i {
    font-size: 16px;
    color: #555555;
}
.topicos .colunas2 .direita form button:hover i {
    transform: translateX(0px)
}
.form-mobile button {
    background: transparent;
    padding: 0px !important;
}
.form-mobile button i {
    font-size: 16px;
    color: #555555;
}
.form-mobile button:hover i {
    transform: translateX(0px)
}
.topicos .colunas2 .esquerda form {
    height: 46px;
    width: 100%;
    display: flex;
    flex-direction: row;
    border: 2px solid #DCDCDC;
    border-radius: 23px;
    opacity: 1;
    padding: 0px 20px;
    align-items: center;
}
.topicos .colunas2 .esquerda form input {
    border: none;
    outline: none;
    background: transparent;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
    width: 90%;
}
.topicos .colunas2 .esquerda form button {
    background: transparent;
    padding: 0px !important;
}
.topicos .colunas2 .esquerda form button i {
    font-size: 16px;
    color: #555555;
}
.topicos .colunas2 .esquerda form button:hover i {
    transform: translateX(0px)
}
.topicos .colunas2 .direita .bloco-topicos {
    background: #F1F1F1 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    padding: 20px;
    height: auto;
    margin-top: 40px;
}
.topicos .colunas2 .direita .bloco-topicos h2 {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #808080;
    text-transform: uppercase;
    margin-bottom: 20px;
    opacity: 1;
}
.topicos .colunas2 .direita .bloco-topicos .list {
    display: flex;
    flex-direction: column;
}
.topicos .colunas2 .direita .bloco-topicos a {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 20px;
}
.topicos .colunas2 .direita .bloco-topicos a.ativo {
    font-weight: bold;
}
.so-mb {
    display: none !important;
}
.so-pc {
    display: flex !important;
}
#post-single h2 {
    text-align: left;
    font-weight: 800;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 40px;
}
#post-single .colunas2 {
    display: flex;
    flex-direction: row;
    width: 100%;
}
#post-single .colunas2 .esquerda {
    width: calc(66% - 15px);
    height: 100%;
    margin-right: calc(8.33% + 30px);
}
#post-single .colunas2 .esquerda .post-user-details {
    display: flex;
    flex-direction: row;
}
#post-single .colunas2 .esquerda .post-user-details .profile {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#post-single .colunas2 .esquerda .post-user-details .info {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
#post-single .colunas2 .esquerda .post-user-details .info span {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #808080;
}
#post-single .colunas2 .esquerda .post-user-details .info span a {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    margin-left: 5px;
}
#post-single .colunas2 .esquerda .conteudo {
    margin-top: 40px;
}
#post-single .colunas2 .esquerda .conteudo p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 40px;
}
#post-single .colunas2 .esquerda .conteudo div {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 15px;
}
#post-single .colunas2 .esquerda .conteudo a {
    color: #EE2A59;
}
#post-single .colunas2 .esquerda .conteudo ul{
    list-style: inside;
    padding-left: 16px;
    margin-bottom: 40px;
}
#post-single .colunas2 .esquerda .conteudo ol{
    list-style: decimal;
    padding-left: 16px;
    margin-bottom: 40px;
}
#post-single .colunas2 .esquerda .conteudo li {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 20px;
}
#post-single .colunas2 .esquerda .conteudo h2 {
    text-align: left;
    font-weight: bold;
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 30px;
}
#post-single .colunas2 .esquerda .conteudo h4 {
    text-align: left;
    font-weight: bold;
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 30px;
}
#post-single .colunas2 .esquerda .conteudo img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}
#post-single .colunas2 .esquerda .conteudo blockquote{
    width: 100%;
    padding: 16px;
    background-color: rgb(255, 250, 230);
    border-radius: 10px;
    margin-bottom: 40px;
}
#post-single .colunas2 .esquerda .conteudo blockquote p{
    margin-bottom: 0;
}

#post-single .colunas2 .direita {
    width: calc(24% - 15px);
    height: 100%;
}
#post-single .colunas2 .direita form {
    height: 46px;
    width: 100%;
    display: flex;
    flex-direction: row;
    border: 2px solid #DCDCDC;
    border-radius: 23px;
    opacity: 1;
    padding: 0px 20px;
    align-items: center;
}
.form-mobile {
    height: 46px;
    width: 100%;
    display: flex;
    flex-direction: row;
    border: 2px solid #DCDCDC;
    border-radius: 23px;
    opacity: 1;
    padding: 0px 20px;
    align-items: center;
    margin-bottom: 48px;
}
#post-single .colunas2 .direita .bloco-topicos {
    background: #F1F1F1 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    padding: 20px;
    height: auto;
    margin-top: 40px;
}
#post-single .colunas2 .direita .bloco-relacionados {
    background: #F1F1F1 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    padding: 20px;
    height: auto;
    margin-top: 20px;
}
#post-single .colunas2 .direita .bloco-relacionados h2 {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #808080;
    text-transform: uppercase;
    margin-bottom: 20px;
    opacity: 1;
}
#post-single .colunas2 .direita .bloco-relacionados .list {
    display: flex;
    flex-direction: column;
}
#post-single .colunas2 .direita .bloco-relacionados a {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 20px;
}
#post-single .colunas2 .direita .bloco-relacionados a.ativo {
    font-weight: bold;
}
#post-single .colunas2 .direita .bloco-lidos {
    background: #F1F1F1 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    padding: 20px;
    height: auto;
    margin-top: 20px;
}
#post-single .colunas2 .direita .bloco-lidos h2 {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #808080;
    text-transform: uppercase;
    margin-bottom: 20px;
    opacity: 1;
}
#post-single .colunas2 .direita .bloco-lidos .list {
    display: flex;
    flex-direction: column;
}
#post-single .colunas2 .direita .bloco-lidos a {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 20px;
}
#post-single .colunas2 .direita .bloco-lidos a.ativo {
    font-weight: bold;
}


#post-single .colunas2 .direita .bloco-topicos h2 {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #808080;
    text-transform: uppercase;
    margin-bottom: 20px;
    opacity: 1;
}
#post-single .colunas2 .direita .bloco-topicos .list {
    display: flex;
    flex-direction: column;
}
#post-single .colunas2 .direita .bloco-topicos a {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 20px;
}
#post-single .colunas2 .direita .bloco-topicos a.ativo {
    font-weight: bold;
}
.nao-achou {
    min-height: 103px;
    height: auto;
    padding: 20px;
    background: #F1F1F1 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.nao-achou span {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 20px;
}
.nao-achou .fale-conosco {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
.nao-achou .fale-conosco:hover span {
    color: #AE1F41;
    transition: ease-in-out 0.20s;
}
.nao-achou .fale-conosco:hover i {
    color: #AE1F41;
    transition: ease-in-out 0.20s;
    transform: translateX(5px);
}
.nao-achou .fale-conosco span {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #EE2A59;
    transition: ease-in-out 0.20s;
    opacity: 1;
    margin-right: 20px;
    margin-bottom: 0px;
}
.nao-achou .fale-conosco i {
    font-size: 12px;
    color: #EE2A59;
    transition: ease-in-out 0.20s;
}
.ainda-nao {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    opacity: 1;
    min-height: 312px;
    width: 100%;
    padding: 40px 30px;
    display: flex;
    flex-direction: row;   
}
.ainda-nao .escritorio {
    height: 232px;
    width: 50%;
    border-radius: 10px;
    background: #DCDCDC;
    margin-right: 30px;
}
.ainda-nao .direita {
    width: 50% !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ainda-nao .direita h2 {
    text-align: left !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: 0px !important; 
    color: #333333 !important;
    opacity: 1 !important;
    margin-bottom: 30px !important;
}
.ainda-nao .direita p {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0px !important;
    color: #333333 !important;
    opacity: 1 !important;
    margin-bottom: 30px !important;
}
.ainda-nao .direita a {
    height: 46px;
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    background: #EE2A59 0% 0% no-repeat padding-box;
    border-radius: 23px;
    transition: 0.20s;
    opacity: 1;
}
.ainda-nao .direita a:hover {
    transition: 0.20s;
    background: #AE1F41 0% 0% no-repeat padding-box;
}
.ainda-nao .direita a:hover i {
    transform: translateX(5px);
    transition: 0.20s;
}
.ainda-nao .direita a span {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-right: 20px;
    opacity: 1;
}
.ainda-nao .direita a i {
    font-size: 12px;
    color: #ffffff;
    transition: 0.20s;
}
@media screen and (max-width: 1366px){
    .labirinto svg{
        width: 1063px;
        height: 850px;
    }
}
@media screen and (max-width: 1280px){
    .sobre-case .img-foco {
        height: 641px;
    }
    .sobre-case .last-img {
        height: 641px;
    }
}
@media screen and (max-width: 1190px){
    #p8{
        display: none;
    }
     .container {
         padding: 0 4%;
     }

     .categorias {
         display: none;
     }

     .linguas {
         display: none;
     }
     .topicos header {
        height: 65px;
        padding: 7px 0;
    }
    .topicos .header-1 {
        padding: 0px 0;
    }
    .topicos .header-1.fixed {
        background-color: rgba(27, 62, 96, 1) !important;
        transition: 0.20s;
        transform: translateY(0);
        padding: 0px 0;
    }
    .topicos #cont {
        align-items: center;
        justify-content: center;
        margin-top: 117px;
        display: flex;
    }
     .header-1 {
         padding: 30px 0;
     }

     .menu-close {
         display: block;
     }
     .hamburger {
        display: inline-block;
        cursor: pointer;
        position: relative;
        z-index: 9999999999999999999999999;
    }
    header {
        padding: 0px;
    }
     .case-info {
         width: 100%;
         order: 1;
         margin-top: 24px;
     }
     #cont {
        align-items: center;
        justify-content: center;
        margin-top: 70px;
        display: flex;
     }
     #cont.fixo {
        margin-top: 106px;  
     }
     .case-img-slide {
         height: 427px;
     }

     .cases-controller {
         margin-top: 32px;
     }

     .fixed {
         background-color: rgba(18, 64, 94, 1);
         transition: 0.20s;
         transform: translateY(0);
         padding: 10px 0;
     }
     .menu-body{
        width: 60%;
        transform: translateX(168%);
        top: 0;
        right: 0;
     }
}
@media screen and (max-width: 1080px){
    .container{
        max-width: 968px;
    }
    .magento-blocks #sitios .mage-card {
        width: calc(50% - 15px);
    }
    .magento-blocks #consulter .mage-card {
        width: calc(50% - 15px);
    }
    #parceiro.conteudo .conteudo-img {
        width: 76%;
        margin-left: 0;
        border: 1px solid #DCDCDC;
        border-radius: 10px;
    }
    .cards-home .card {
        padding: 20px 10px;
    }
    .card-especial {
        min-height: unset;
        padding: 30px 40px;
    }
    .binario svg{
        width: 354px;
        height: 560px;
    }
    .labirinto svg {
        width: 771px;
        height: 850px;
    }
    .chamada {
        height: 750px;
        display: flex;
        align-items: center;
    }
    .chamada-2 {
        padding: 0 4%;
    }
    .conteudo {
        flex-direction: column;
        align-items: center;
    }
    .conteudo .conteudo-txt {
        width: 76%;
        margin-top: 50px;
    }
    #magento.conteudo .conteudo-txt {
        width: 76%;
    }
    .conteudo .conteudo-img {
        width: 68%;
        height: 368px;
        margin-top: 50px;
    }
    #vaga.conteudo .conteudo-img {
        width: 76%;
    }
    .form-vaga form button {
        width: 42%;
    }
    .form-vaga form{
        width: 70%;
    }
    .line-cards {
        flex-wrap: wrap;
    }
    .line-cards div.card {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }
    .relacionados a {
        height: 296px;
    }
    .sobre-case .last-img {
        height: 457px;
    }
    .sobre-case .img-foco {
        height: 457px;
    }
    #case .conteudo-img {
        width: 76%;
    }
    .sobre-case .task .desafio {
        width: 45%;
        margin-right: 30px;
    }
    .sobre-case .task .solucao {
        width: 45%;
    }
    .sobre-case .lado-a-lado .img-lado {
        height: 338px;
    }
    .carde .img-card {
        height: 200px;
    }
    .adds a {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 970px) {
    .container {
        padding: 0 4%;
    }
    #parceiro.conteudo .conteudo-img {
        width: 100%;
    }
    .header-1 .categorias ul li {
        margin-right: 18px;
    }
    .card-icone svg{
        width: 40px;
        height: 40px;
    }
    .card .card-infos .card-icone {
        margin-bottom: 6px;
    }
    #left{
        display: none;
    }
    #right{
        display: none;
    }
    .consultor .texto-con {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 100px;
        padding: 0 10%;
    }
    .case-info{
        width: 100%;
        order: 1;
    }
    .case-img-slide{
        width: 100%;
        margin: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        order: 0;
    }
    .conteudo .conteudo-img {
        width: 68%;
        height: 323px;
    }
    .cases-blocks .case-block {
        height: 261px;
    }
}
@media screen and (max-width: 860px) {
    .parceiros .slider-parca .parca-txt {
        width: 100%;
    }
    .parceiros .slider-marks {
        width: 100%;
    }
    .carreira-svg{
        display: none;
    }
    .carreira-call .container{
        justify-content: center;
    }
    .carreira-call .carreira-txt {
        margin-right: 0;
    }
    .carreira-call .carreira-txt h2 {
        text-align: center;
    }
    .carreira-call .carreira-txt p {
        text-align: center;
    }
    .carreira-call .carreira-txt a {
        justify-content: center;
    }
    .carreira-call .carreira-txt a i {
        margin-left: 10px;
    }
    .magento-blocks .mage-card {
        width: calc(50% - 15px);
    }
    .market-facil .line-cards .facil-card {
        width: calc(50% - 15px);
    }
    .market-facil {
        padding: 82px 0;
    }
    .line-cards {
        margin-top: 32px;
    }
    .magento-blocks #commerce.linha-flex .mage-card {
        width: calc(50% - 15px);
    }
    #ecommerce.conteudo .conteudo-txt {
        width: 70%;
    }
    .line-vagas .card-vaga {
        width: calc(33.333% - 15px);
        margin-bottom: 30px;
    }
    .bene-svg{
        display: none;
    }
    .form-vaga form {
        width: 100%;
    }
    #vaga.conteudo .conteudo-img {
        width: 100%;
    }
    .relacionados a {
        width: 100%;
        height: 356px;
    }
    .lado-blocks {
        width: 100%;
    }
    .adds {
        display: none;
    }
}

@media screen and (max-width: 796px) {
    .container{
        padding: 0 4%;
    }
    .categorias{
        display: none;
    }
    .linguas{
        display: none;
    }
    .header-1{
        padding: 30px 0;
    }
    header {
        padding: 0px;
    }
    .page-banner .banner-info {
        padding-top: 39px;
    }
    .alinha-itens-banner h3 {
        margin-top: 82px;
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 32px;
    }
    .menu-close {
        display: block;
        margin-bottom: 7px;
    }
    .case-info {
        width: 100%;
        order: 1;
        margin-top: 24px;
    }
    .case-img-slide {
        height: 427px;
    }
    .cases-controller{
        margin-top: 32px;
    }
    .fixed {
        background-color: rgba(18, 64, 94, 1);
        transition: 0.20s;
        transform: translateY(0);
        padding: 10px 0 5px 0;
    }
}
@media screen and (max-width: 768px) {
    #todos-cliente{
        margin-bottom: 82px;
    }
    #ecommerce.conteudo .conteudo-txt {
        width: 100%;
    }
    .linha-parceiro {
        margin-top: 82px;
    }
    .linha-parceiro a {
        margin-bottom: 24px;
    }
    .titulo-chama-case {
        width: 100%;
        margin: 82px auto 0 auto;
    }
    .filtra-case {
        width: 100%;
        margin: 82px auto 40px auto;
    }
    .itens-dev {
        width: 100%;
        margin-top: 32px;
    }
    .cards-base {
        flex-direction: column;
        margin-top: -90px;
    }
    .cards-base .card {
        width: 100%;
        margin-bottom: 24px;
        padding: 32px 24px;
        min-height: 246px;
    }
    .page-banner h1 {
        margin-bottom: 32px;
    }
    .conteudo-blog h2 {
        margin: 32px 0 24px 0;
        font-size: 18px;
        line-height: 28px;
    }
    #ecommerce.conteudo .conteudo-txt a {
        margin-top: 24px;
    }
    .cases-blocks .case-block {
        margin-bottom: 24px;
    }
    .case-info p {
        margin: 24px 0;
    }
    .card-expert .ex-logo {
        display: none;
    }
    .magento-blocks #consulter .mage-card {
        width: 100%;
    }
    .vagas .titulo h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .conteudo .conteudo-txt {
        margin-top: 32px;
    }
    #vaga.conteudo .conteudo-txt span {
        margin-top: 32px;
    }
    #vaga.conteudo .conteudo-txt p {
        margin-top: 16px;
    }
    #vaga.conteudo #no-image span {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 16px;
    }
    .magento-blocks #sitios .mage-card {
        width: 100%;
    }
    #vaga.conteudo .conteudo-txt span {
        font-size: 16px;
        line-height: 26px;
        
    }
    .conteudo-img .enders {
        width: 100%;
        padding: 48px 32px;
        margin-bottom: 82px;
    }
    .conteudo-img .enders .end-block:first-child {
        margin-bottom: 48px;
    }
    .conteudo-img .enders .end-block p {
        margin: 16px 0 16px 0;
    }
    .materiais .filtrar-material .select {
        width: 100%;
        margin-bottom: 24px;
    }
    .materiais .filtrar-material form.busca {
        width: 100%;
    }
    #materiais.conteudo .conteudo-txt {
        width: 100%;
    }
    .related-block h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .conteudo-blog h3 {
        font-size: 18px;
        line-height: 28px;
    }
    #case .conteudo-img #mobile-praq{
        display: flex;
    }
    .sobre-case .task p {
        margin-top: 16px;
    }
    .sobre-case .task span {
        font-size: 16px;
        line-height: 26px;
    }
    #case .conteudo-txt #rap{
        display: none;
    }
    .carreira-txt .dflex{
        justify-content: center;
    }
    .form-modal{
        width: 100%;
        transform: translate(0%, 0%);
        top: 0;
        left: 0;
        overflow: auto;
        height: 100vh;
    }
    .enviando .form-modal{
        padding: 32px 16px;
        transform: translate(0%, 0%);
        opacity: 1;
        visibility: visible;
        transition: 0.28s ease-in-out;
        border-radius: 0;
    }
    #parceiros.conteudo .conteudo-txt a {
        margin-top: 24px;
    }
    form .form-item {
        margin-bottom: 24px;
    }
    .sobre-case .lado-a-lado span {
        text-align: left;
        font-size: 16px;
        line-height: 26px;
    }
    .sobre-case .lado-a-lado p {
        margin-top: 16px;
    }
    #ecommerce.conteudo .conteudo-txt #caso {
        margin-top: 32px;
    }
    .parceirada .eles {
        margin-top: 24px;
    }
    #magento.conteudo .conteudo-txt {
        width: 100%;
    }
    #modulo.conteudo .conteudo-txt a {
        margin-top: 24px;
    }
    #marketplace.conteudo .conteudo-txt a {
        margin-top: 24px;
    }
    .magento-blocks .linha-flex {
        margin-top: 32px;
    }
    .magento-blocks .mage-card {
        margin-bottom: 24px;
    }
    .magento-blocks #commerce.linha-flex .mage-card {
        margin-bottom: 24px;
    }
    .magento-blocks #commerce.linha-flex .mage-card:last-child {
        margin-bottom: 0;
    }
    #nem.carreira-call {
        padding-bottom: 82px;
    }
    #eco.carreira-call {
        margin-bottom: 0;
        padding: 82px 0;
    }
    .carreira-call .carreira-txt p {
        margin-bottom: 24px;
    }
    .carreira-call .carreira-txt h2 {
        margin-bottom: 32px;
    }
    .line-cards div.card span {
        margin: 24px 0 16px 0;
    }
    .conteudo .conteudo-txt p {
        margin-top: 32px;
    }
    .parceiros {
        margin-top: 58px;
    }    
    .cate-mobile .categorias-mb #buta {
        display: flex;
        margin-bottom: 20px;
    }
    .sub-cat{
        list-style: none;
    }
    .cate-mobile .categorias-mb #buta a {
        width: unset;
        padding: 0 20px;
        font-size: 14px;
        text-transform: uppercase;
    }
    .especial-info .dflex{
        justify-content: center;
    }
    footer .end-citys span {
        margin-bottom: 24px;
    }
    footer .end-citys p {
        margin-bottom: 16px;
    }
    .card-expert {
        height: unset;
    }
    .cases-home {
        padding: 82px 0;
    }
    .magento-blocks .titulo {
        padding: 0;
    }
    .card .card-infos{
        margin-bottom: 24px;
    }
    .card-especial {
        padding: 48px 24px;
    }
    #op404{
        display: flex;
    }
    #ver-mais-404 {
        transform: translateY(-22px);
    }
    .jja{
        justify-content: flex-end;
    }
    .cards-home .carde p{
        display: block;
    }
    #consu.carreira-call{
        margin-bottom: 82px;
    }
    .market-facil .line-cards {
        margin-top: 32px;
    }
    .card-expert h3{
        width: 100%;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }
    .card-expert{
        padding: 48px 24px;
        justify-content: center;
    }
    .card-expert h3 {
        width: 100%;
        position: relative;
        z-index: 9;
        margin-bottom: 24px;
    }
    .expert-logo {
        top: 50%;
        right: unset;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .enderecos{
        width: 100%;
        margin-bottom: 40px;
    }
    .sing{
        align-items: unset;
    }
    .sing span{
        width: 100%;
        order: 1;
    }
    .sing .selos {
        width: 100%;
        order: 0;
    }
    .chamada h1 {
        font-size: 35px;
        line-height: 42px;
    }
    .labirinto svg{
        width: 439px;
        height: 300px;
    }
    .labirinto {
        transform: translate(52%, 90%);
        position: absolute;
        top: 0;
        right: 0;
    }
    .chamada {
        height: 469px;
        display: flex;
        align-items: center;
    }
    .chamada-2 {
        padding: 0;
        margin-top: 126px;
    }
    .binario svg{
        width: 322px;
        height: 541px;
        transform: translateX(-199px);
    }
    .lab-cinza svg{
        width: 234px;
        height: 454px;
    }
    .cases-home h2 {
        width: 100%;
    }
    .magento-logo{
        width: 100%;
    }
    .especial-info{
        width: 100%;
    }
    .magento-logo{
        display: flex;
        justify-content: center;
    }
    .card-especial .especial-info {
        margin-left: 0px;
        text-align: center;
    }
    .card-especial h3{
        text-align: center;
    }
    .card-especial p {
        text-align: center;
    }
    .card-especial{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
     .card-especial a{
        display: inline-flex;
        margin-top: 24px;
     }
     .cards-home .card{
        width: 100%;
        margin-bottom: 24px;
        padding: 32px 24px;
     }
     .card-especial h3 {
        font-size: 18px;
        line-height: 28px;
        margin: 32px 0 24px 0;
     }
     .magento-logo svg{
        width: 148px;
        height: 150px;
     }
    .consultor .texto-con h2 {
        text-align: center;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .consultor .texto-con a {
        margin-top: 24px;
    }
    .chamada-2 h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .card-icone svg {
        width: 36px;
        height: 36px;
    }
    .card .card-infos .card-icone {
        margin-bottom: 24px;
    }
    .card .card-infos h3 {
        margin-bottom: 16px;
    }
    .cards-home .card h3 {
        text-align: left;
        font-size: 16px;
        line-height: 26px;
    }
    .banner-grande {
        padding-bottom: 139px;
    }    
    .fbw-f{
        flex-wrap: wrap;
    }
    .page-banner {
        height: 456px;
    }
    .market-facil .titulo h2 {
        text-align: center;
        font-size: 24px;
        line-height: 32px;
    }
    .market-facil .line-cards .facil-card {
        padding: 32px 24px;
    }
    .market-facil .line-cards .facil-card i{
        font-size: 36px;
    }
    .market-facil .line-cards .facil-card span {
        font-size: 16px;
        line-height: 26px;
        margin: 24px 0 16px 0;
    }
    .magento-blocks .mage-card span {
        margin: 24px 0 16px 0;
    }
    .magento-blocks .titulo h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .magento-blocks {
        margin-top: 82px;
    }
    #modulei {
        margin-bottom: 60px;
    }
    .line-vagas .card-vaga {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }
    .vagas {
        margin-top: 82px;
        padding: 82px 0;
    }
    .beneficio .bene-txt {
        width: 100%;
    }
    .form-vaga h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .bene-txt h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .bene-txt p {
        margin: 32px 0 24px 0;
    }
    .bene-txt .lista-beneficio li {
        margin-bottom: 16px;
    }
    .form-vaga form .form-item {
        margin-bottom: 24px;
    }
    .form-vaga form button {
        width: auto;
    }
    .form-vaga {
        margin-bottom: 82px;
    }
    .conteudo .conteudo-img {
        margin-top: 24px;
    }
    .carreira-call {
        width: 100%;
        padding: 82px 0;
    }
    .carreira-call .abs{
        justify-content: center;
    }
    .sobre-case .task .desafio {
        width: 100%;
        margin-right: 0;
    }
    .sobre-case .task .solucao {
        width: 100%;
        margin-top: 32px;
    }
    .sobre-case .img-foco {
        height: 335px;
        margin: 82px 0 40px 0;
    }
    .sobre-case .lado-a-lado .img-lado {
        width: 100%;
        height: 335px;
    }
    .sobre-case .lado-a-lado .lado-txt {
        width: 100%;
        margin-top: 32px;
    }
    .sobre-case .text-centro {
        padding: 0;
        margin: 82px 0;
    }
    .sobre-case .last-img {
        height: 335px;
    }
    .relacionados h2 {
        text-align: left;
        font-size: 24px;
        line-height: 32px;
    }
    .sobre-case {
        margin: 82px 0;
    }
    .relacionados a {
        height: 335px;
        margin-top: 24px;
    }
    .parceirada {
        margin: 40px 0 48px 0;
    }
    .parceirada:first-child {
        margin: 82px 0 48px 0;
    }
    .parceirada h3 {
        font-size: 18px;
        line-height: 28px;
    }
    #par{
        margin-bottom: 82px;
    }
    #be-parca .carreira-txt h2 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    #be-parca .carreira-txt p {
        text-align: center;
    }
    .cards-home .carde {
        width: 100%;
    }
    .line-cardes .carde {
        display: block;
        width: 100%;
        overflow: hidden;
        border: 1px solid #DCDCDC;
        border-radius: 10px;
        margin-bottom: 24px;
    }
    #blog .conteudo-txt {
        margin-top: 50px;
    }
    .block-autor .fota {
        width: 60px;
        height: 60px;
        margin-right: 24px;
    }
    #autor {
        margin: 32px 0 100px 0;
    }
    .block-autor {
        margin-top: 50px;
    } 
    .block-autor .autor-info h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    #autor h2 {
        margin-top: 32px;
    }
    #autor h2 {
        font-size: 18px;
        line-height: 28px;
    }
    #autor .line-cardes {
        margin-top: 24px;
    }
    .carde .card-infos span {
        font-size: 16px;
        line-height: 26px;
    }
    .lado-blocks .filtro-blog {
        flex-wrap: wrap;
    }
    .lado-blocks .filtro-blog .select {
        width: 100%;
        margin-bottom: 24px;
    }
    .lado-blocks .filtro-blog form {
        width: 100%
    }
    .line-cardes {
        margin-top: 48px;
    }
    .carde .img-card {
        height: 220px;
    }
    .carde .card-infos {
        width: 100%;
        background-color: #FFFFFF;
        padding: 16px 24px 32px 24px;
    }
    .carde .card-infos span {
        margin: 16px 0;
    }
    .lado-noticia {
        margin: 64px 0;
    }
    .autor{
        width: 100%;
    }
    .lado-blocks .infos-blog .share{
        margin-top: 32px;
    }
    .lado-blocks .infos-blog .share a:first-child {
        margin-left: 0;
    }
    .conteudo-blog img {
        margin-bottom: 32px;
    }
    .related-block {
        margin-bottom: 82px;
    }
    #single.lado-noticia {
        margin: 32px 0 82px 0;
    }
    .related-block .related-inner .wrapper a .rel-info span {
        display: block;
    }
    .lado-blocks .infos-blog .share a {
        margin-left: 16px;
    }
    .related-block .related-inner .wrapper a .rel-info p {
        text-align: left;
        font-size: 16px;
        line-height: 26px;
    }
    .cookie-popup {
        height: 180px;
        width: 100%;
        flex-direction: column;
        padding: 16px;
        bottom: 20px;
    }
    .cookie-popup p {
        width: 100%;
        margin-bottom: 10px;
    }
    .cookie-popup button {
        position: unset;
        width: 100%;
        text-align: center;
    }
    .politica {
        margin: 50px 0;
        width: 100%;
    }
    .politica p {
        text-align: left;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #333333;
        opacity: 1;
        margin-bottom: 32px;
    }
    .politica h2 {
        text-align: left;
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0px;
        color: #333333;
        opacity: 1;
        margin-bottom: 24px;
    }
    .qq-busca {
        width: 100%;
    }
    .cards-pagina {
        margin-top: 82px;
        margin-bottom: 58px;
    } 
    .cards-pagina h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .cards-pagina .cards-pagina-lista {
        flex-direction: column;
    }
    .cards-pagina .cards-pagina-lista .card {
        width: 100%;
        padding: 32px 24px;
        min-height: 279px;
        height: auto;
        margin-right: 0px;
        margin-bottom: 24px;
    }
    .cards-pagina .cards-pagina-lista .card i {
        font-size: 36px;
        margin-bottom: 24px;
    }
    .cards-pagina .cards-pagina-lista .card h3 {
        margin-bottom: 16px;
    }
    .cards-pagina .cards-pagina-lista .card p {
        margin-bottom: 24px;
    }
    .cards-pagina .cards-pagina-lista .card h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .cards-pagina .cards-pagina-lista .card-vazio {
        display: none;
    }
    .card-expert {
        margin-bottom: -109px;
    }
    .topicos .colunas2 {
        flex-direction: column;
    }
    .topicos .colunas2 .esquerda {
        width: 100%;
        height: 100%;
        margin-right: 0px;
    }
    .topicos .colunas2 .direita {
        width: 100%;
        height: 100%;
    }
    .topicos header {
        height: 65px;
    }
    .topicos .header-1 {
        padding: 6px 0;
    }
    .topicos .header-1.fixed {
        background-color: rgba(27, 62, 96, 1) !important;
        transition: 0.20s;
        transform: translateY(0);
        padding: 6px 0;
    }
    .topicos #cont {
        align-items: center;
        justify-content: center;
        margin-top: 117px;
        display: flex;
    }
    .topicos-container {
        margin-top: 81px;
        margin-bottom: 82px;
    }
    .breadcrumbs {
        margin-top: 16px;
        margin-bottom: 24px;
        flex-wrap: wrap;
    }
    .breadcrumbs a {
        word-break: break-all;
    }    
    .breadcrumbs span {
        word-break: break-all;
    }
    .topicos .colunas2 .esquerda h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .topicos .colunas2 .esquerda form {
        margin-bottom: 48px;
    }
    .topicos .colunas2 .direita .bloco-topicos {
        margin-top: 32px;
    }
    .topicos .colunas2 .esquerda .card {
        min-height: 89px;
        padding: 16px;
        margin-bottom: 16px;
    }
    .topicos .colunas2 .esquerda .card h1 {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 26px;
    }
    .topicos .colunas2 .direita .bloco-topicos {
        padding: 16px;
    }
    .topicos .colunas2 .direita .bloco-topicos h2 {
        margin-bottom: 16px;
    }
    .topicos .colunas2 .direita .bloco-topicos a {
        margin-bottom: 16px;
    }
    .so-mb {
        display: flex !important;
    }
    .so-pc {
        display: none !important;
    }
    #post-single .colunas2 {
        flex-direction: column;
    }
    #post-single .colunas2 .esquerda {
        width: 100%;
        height: 100%;
        margin-right: 0;
    }
    #post-single .colunas2 .direita {
        width: 100%;
    }
    #post-single h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    #post-single .colunas2 .esquerda .post-user-details .info {
        margin-left: 16px;
    }
    #post-single .colunas2 .esquerda .conteudo {
        margin-top: 32px;
    }
    #post-single .colunas2 .esquerda .conteudo p {
        margin-bottom: 32px;
    }
    #post-single .colunas2 .esquerda .conteudo h2 {
        margin-bottom: 24px;
    }
    #post-single .colunas2 .esquerda .conteudo img {
        height: 220px;
    }
    .nao-achou {
        padding: 16px;
        min-height: 115px;
        margin-bottom: 32px;
    }
    .nao-achou span {
        margin-bottom: 16px;
    }
    .ainda-nao {
        display: flex;
        flex-direction: column;
        padding: 32px 24px;
    }
    .ainda-nao .escritorio {
        margin-right: 0px;
        width: 100%;
        height: 188px;
        margin-bottom: 24px;
    }
    .ainda-nao .direita h2 {
        font-size: 18px !important;
        line-height: 28px !important;
        margin-bottom: 24px !important;
    }
    .ainda-nao .direita p {
        margin-bottom: 24px !important;
    }
    .ainda-nao .direita {
        width: 100% !important; 
    }
    #post-single .colunas2 .direita .bloco-topicos {
        margin-top: 48px;
    }
    #post-single .colunas2 .direita .bloco-relacionados {
        margin-top: 16px;
    }
    #post-single .colunas2 .direita .bloco-lidos {
        margin-top: 16px;
    }
    #post-single .colunas2 .direita .bloco-topicos h2 {
        margin-bottom: 16px;
    }
    #post-single .colunas2 .direita .bloco-topicos a {
        margin-bottom: 16px;
    }
    #post-single .colunas2 .direita .bloco-lidos h2 {
        margin-bottom: 16px;
    }
    #post-single .colunas2 .direita .bloco-lidos a {
        margin-bottom: 16px;
    }
    #post-single .colunas2 .direita .bloco-relacionados h2 {
        text-align: left;
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #808080;
        text-transform: uppercase;
        margin-bottom: 16px;
        opacity: 1;
    }
    #post-single .colunas2 .direita .bloco-relacionados .list {
        display: flex;
        flex-direction: column;
    }
    #post-single .colunas2 .direita .bloco-relacionados a {
        text-align: left;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #333333;
        opacity: 1;
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 640px) {
    .enderecos{
        flex-direction: column;
    }
    .enderecos .end-citys{
        margin-bottom: 48px;
    }
    #save{
        flex-direction: column;
    }
    footer {
        background-color: rgba(51, 51, 51, 1);
        padding-bottom: 42px;
        padding-top: 172px;
    }
    .sing{
        margin-top: 48px;
    }
    .footer-social{
        margin-top: 40px;
    }
    .enderecos {
        width: 100%;
        margin-bottom: 20px;
    }
    .case-img-slide {
        height: 311px;
    }
    .consultor .texto-con {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 82px;
        padding: 0 4%;
    }
    .consultor {
        height: auto;
        padding-top: 313px;
    }
    .card-especial {
        transform: translateY(275px);
        margin-top: -335px;
    }
    .cases-home h2 {
        font-size: 24px;
        line-height: 32px;
        z-index: 9;
        position: relative;
    }
    .slider-cases {
        margin-top: 32px;
        position: relative;
    }
    .case-info h4 {
        text-align: left;
        font-size: 18px;
        line-height: 28px;
    }
    .parceiros h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .parceiros .slider-marks {
        margin-top: 32px;
    }
    .marcas-controls {
        display: flex;
        transform: translateY(32px);
    }
    .magento-partner .magento-p-txt h3 {
        margin-bottom: 24px;
    }
    .cases-home .lab-cinza {
        position: absolute;
        right: 0;
        top: -95px;;
    }
    .market-facil .titulo {
        padding: 0;
    }
    .beneficio {
        background: #F1F1F1 0% 0% no-repeat padding-box;
        padding: 82px 0;
        margin: 82px 0;
    }
    .cases-blocks .case-block {
        width: 100%;
        height: 230px;
    }
    .filtra-case div {
        margin-bottom: 16px;
    }
    .filtra-case {
        margin: 82px 0 30px 0;
    }
}
@media screen and (max-width: 600px) {
    .viraDeus .rdr2{
        transform: translateX(-100%);
        transition: 1.20s ease-in-out;
    }
    .page-banner {
        height: 456px;
    }
    .materiais .line-material .mate-card {
        width: 100%;
    }
    .conteudo .conteudo-txt {
        width: 100%;
    }
    .conteudo .conteudo-img {
        width: 100%;
    }
    .line-cards div.card {
        width: 75%;
        margin-bottom: 30px;
    }
    .line-cards {
        justify-content: center;
    }
    .conteudo .conteudo-txt h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .menu-body{
        width: 100%;
    }
    .carreira-call .carreira-txt {
        width: 100%;
    }
    .magento-partner .magento-svg svg{
        width: 149px;
        height: 150px;
    }
    .magento-partner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .magento-partner .magento-p-txt {
        width: 100%;
        margin-right: 0;
        margin-top: 32px;
    }
    .magento-partner .magento-p-txt h3{
        text-align: center;
        font-size: 18px;
        line-height: 28px;
    }
    .magento-partner .magento-p-txt p{
        text-align: center;
    }
    .carreira-call .carreira-txt h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .card-expert h3 {
        margin-right: 0;
    }
    .magento-blocks .mage-card {
        width: 100%;
        padding: 32px 24px;
    }
    .magento-blocks .mage-card i{
        font-size: 36px;
    }
    .magento-blocks .mage-card span{
        font-size: 16px;
        line-height: 26px;
    }
    .page-banner .banner-svg svg {
        width: 93%;
    }
    .market-facil .line-cards .facil-card {
       width: 100%;
       margin-bottom: 24px;
    }
    .magento-blocks #commerce.linha-flex .mage-card {
        width: 100%;
    }
    #nem.carreira-call .carreira-txt {
        width: 100%;
    }
    #ecommerce.conteudo .conteudo-txt {
        width: 100%;
    }
    .line-vagas .card-vaga {
        width: 100%;
        margin-bottom: 24px;
        padding: 32px 24px;
    }
    #case .conteudo-img {
        width: 100%;
    }
    .conteudo-blog {
        margin: 32px 0;
    }
}
@media screen and (max-width: 480px) {
    .linha-parceiro a {
        width: calc(50% - 15px);
        height: 79px;
    }
    .titulo-chama-case h2 {
        text-align: center;
        font: normal normal bold 24px/32px Open Sans;
        margin-bottom: 32px;
    }
    .page-banner {
        height: 456px;
    }
    #po-co.page-banner {
        height: 456px;
    }
    .page-banner .banner-info {
        padding-bottom: 0%;
    }  
    #con{
        padding: 0 29px;
    }  
    .banner-svg{
        display: none !important;
    }
    #so-mb.banner-svg{
        display: flex !important;
    }
    .line-cards div.card {
        width: 100%;
        margin-bottom: 24px;
        padding: 32px 24px;
    }
    .line-cards div.card span {
        font-size: 16px;
        line-height: 26px;
    }
    .line-cards div.card i {
        font-size: 36px;
    }
    .page-banner {
        height: 456px;
    }
    .page-banner .branco {
        width: 50%;
        height: 32px;
    }
    .page-banner h1 {
        font-size: 35px;
        line-height: 42px;
    }
    .page-banner .banner-svg {
        bottom: -277px;
    }
    .conteudo .conteudo-img {
        height: 300px;
    }
    .carreira-call {
        margin: 82px 0 82px 0;
    }
    .line-cards {
        width: 100%;
        margin-top: 82px;
    }
    .sobre-case .img-foco {
        height: 272px;
        margin: 82px 0 40px 0;
    }
    .sobre-case .lado-a-lado .img-lado {
        height: 272px;
    }
    .sobre-case .last-img {
        height: 272px;
    }
    .relacionados a {
        height: 272px;
    }
    .parceirada .eles .ele {
        width: 100%;
        margin-right: 0;
        height: 200px;
    }
}
@media screen and (max-width: 425px) {
    .fecha {
        width: 24px;
        height: 16px;
    }
    .fecha div:nth-child(1) {
        transform: rotate(43deg);
        top: 7px;
    }

    .fecha div:nth-child(2) {
        transform: rotate(-43deg);
        top: 5px;
    }
    .logo svg{
        width: 148px;
        height: 40px;
    }
    .case-img-slide {
        height: 216px;
    }
    .controle-rel{
        display: flex;
        margin-top: 32px;
    }
    .controle-rel div{
        width: 24px;
        height: 24px;
        border: 2px solid #333333;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }
    .controle-rel div i{
        color: #333333;
        font-size: 12px;
    }
    .controle-rel div:first-child {
        margin-right: 10px;
    }
    .related-block .related-inner .wrapper a .rel-info {
        padding: 16px 24px 32px 24px;
    }
    .related-block .related-inner .wrapper a .rel-info p {
        margin: 0px 0 16px 0;
    }
}

@media screen and (max-width: 375px) {
    .page-banner {
        height: 456px;
    }
    .conteudo .conteudo-img {
        height: 230px;
    }
    .sobre-case .img-foco {
        height: 230px;
    }
    .sobre-case .lado-a-lado .img-lado {
        height: 230px;
    }
    .sobre-case .last-img {
        height: 230px;
    }
    .relacionados a {
        height: 230px;
    }
    .parceirada .eles .ele {
        width: 100%;
        height: 175px;
    }
}
@media screen and (max-width: 340px) {
    .card-expert {
        justify-content: center;
    }
    .card-expert a {
        padding: 0 10px;
    }
    .card-expert a svg {
        margin-left: 18px;
    }
    .consultor .texto-con a {
        padding: 14px 18px;
    }
    .cards-home .card {
        width: 100%;
        height: 365px;
        margin-bottom: 34px;
        padding: 32px 24px;
    }
    .sobre-case .img-foco {
        height: 220px;
    }
    .sobre-case .lado-a-lado .img-lado {
        height: 220px;
    }
    .sobre-case .last-img {
        height: 220px;
    }
    .relacionados a {
        height: 220px;
    }
}



