@font-face {
    font-family: 'AesteticoRegular';
    src: url("../../npdm/fonts/Latinotype-Aestetico-Regular.eot"); /* IE9 Compat modes */
    src: url("../../npdm/fonts/Latinotype-Aestetico-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../../npdm/fonts/latinotype-aestetico-regular-webfont.woff2") format("woff2"), /* Super modern Browsers */
        url("../../npdm/fonts/latinotype-aestetico-regular-webfont.woff") format("woff"), /* Pretty modern Browsers */
        url("../../npdm/fonts/Latinotype-Aestetico-Regular.ttf") format("truetype"), /* Safari, Android and iOS */
        url("../../npdm/fonts/Latinotype-Aestetico-Regular.svg") format("svg"); /* Legacy iOS */
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AesteticoRegularItalic';
    src: url("../../npdm/fonts/Latinotype-Aestetico-Regular-It.eot"); /* IE9 Compat modes */
    src: url("../../npdm/fonts/Latinotype-Aestetico-Regular-It.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../../npdm/fonts/latinotype-aestetico-regular-it-webfont.woff2") format("woff2"), /* Super modern Browsers */
        url("../../npdm/fonts/latinotype-aestetico-regular-it-webfont.woff") format("woff"), /* Pretty modern Browsers */
        url("../../npdm/fonts/Latinotype-Aestetico-Regular-It.ttf") format("truetype"), /* Safari, Android and iOS */
        url("../../npdm/fonts/Latinotype-Aestetico-Regular-It.svg") format("svg"); /* Legacy iOS */
    font-weight: 400;
    font-style: italic;
}

.servico *{
	/* font-family: 'IE-Lintel-Regular' !important; antigo*/
	font-family: 'AesteticoRegular', 'IE-Lintel-Regular' !important;
}


/* --------------- SERVICOS RÁPIDOS ----------------- */

.overScreenServ{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: RGBA(0,0,0,0.8);
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
}

/*reset */
.servicoRP p, .servicoRP h1, .servicoRP h2, .servicoRP h3, .servicoRP h4, .servicoRP div, .servicoRP small, .servicoRP li, .servicoRP ul{
    padding: 0;
    margin:0;
    font-family: 'AesteticoRegular', "lintel";
}

.servExp p, .servExp h1, .servExp h2, .servExp h3, .servExp h4, .servExp div, .servExp small, .servExp li, .servExp ul{
    padding: 0;
    margin:0;
    font-family: 'AesteticoRegular', "lintel";
}

/* SERVIÇOS */

.servicoRP{
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    background-color: #efefef;
    overflow: hidden;
}

.menuServ, .menuServ h1{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    color: #1a3560;
}

.servicoRP.b .menuServ{
    background-color: #ffffff;
    padding: 1% 2% 1% 2%;
    margin: 0;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1200px){
    .servicoRP.b .menuServ{
        height: auto;
    }
    
}

@media screen and (max-width: 1200px){
    .servicoRP.b .menuServ .item br{
        display: none;
    }
    
}

.menuServ h1{
    margin: 18px 0 18px 0;
    font-size: 16px;
    font-weight: bolder;
}

.menuServ .item{
    position: relative;
    float: left;
    width: 10.5%;
    background-color: white;
    text-align: center;
    margin: 0.3%;
    box-shadow: 2px 2px 1px RGBA(0,0,0,0.1);
    cursor: pointer;
    padding: 0 10px 15px 10px;
    height: 145px;
    transition: all 0.25s;
    z-index: 0;
}

@media screen and (max-width: 1200px){
    .menuServ .item{
        width: 23%;
        margin: 1%;
        height: 130px;
    }
}

@media screen and (max-width: 700px){
    .menuServ .item{
        width: 31%;
    }
}

@media screen and (max-width: 500px){
    .menuServ .item{
        width: 48%;
    }
}


.servicoRP.b .menuServ .item, .servicoRP.b .menuServ h1:first-child{
    width: 13.6%;
    box-shadow: none;
    height: auto;
    color: #1a3560;
    border: 1px solid #1a3560;
    margin: 3.5px;
    border-radius: 5px;
    padding: 2px 0 2px 0;
}

@media screen and (max-width: 1200px){
    .servicoRP.b .menuServ .item, .servicoRP.b .menuServ h1:first-child{
        width: 46.8%;
        margin: 1% 1.4% 1% 1.4%;
    }
}

@media screen and (max-width: 600px){
    .servicoRP.b .menuServ .item, .servicoRP.b .menuServ h1:first-child{
        padding: 10px 5px 10px 5px;
    }
}

.servicoRP.b .item[rel="espaco"]{
    display: none;
}

.servicoRP.b .menuServ h1:first-child{
    border: none;
    box-shadow: none;
    color: #1a3560;
    padding-top: 0;
    width: 100%;
    height: auto;
    text-align: left;;
}

@media screen and (max-width: 1200px){
    .servicoRP.b .menuServ h1:first-child{
        width: 100%;
        height: auto;
        padding: 5px 0 5px 0;
        text-align: center;
    }
}

.servicoRP.b .menuServ .item h1{
    color: #1a3560;
}

.servicoRP.b .menuServ .item.active h1{
    color: #ffffff;
}

.menuServ .item.active{
    background-color: #1a3560;
    margin-bottom: 17px;
    z-index: 101;
}

@media screen and (max-width: 1200px){
    .menuServ .item.active{
        margin-bottom: 1%;
        z-index: 1;
    }
}

.servicoRP.b .menuServ .item.active{
    background-color: #1a3560;
    margin-bottom: 17px;
}

@media screen and (max-width: 1200px){
    .servicoRP.b .menuServ .item.active{
        margin: 1% 1.4% 1% 1.4%;
    }
}

.menuServ .item .arrow{
    display:none;
}

.menuServ .item.active .arrow{
    position: absolute;
    width: 30px;
    height: 15px;
    left: calc(50% - 15px);
    bottom: -15px;
    z-index: 999999;
    background-image: url(../img/arrow_down3.png);
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 1200px){
    .menuServ .item.active .arrow{
        display: none;
    }
}

.servicoRP.b .menuServ .item.active .arrow{
    display: none;
}

.menuServ .item:hover{
    transform: scale(1.1);
    z-index: 101;
}

@media screen and (max-width: 1200px){
    .menuServ .item:hover{
        transform: scale(1);
        z-index: 1;
    }
}

.menuServ .item h1{
    font-weight: normal;
    margin: 10px 0 0 0;
    line-height: 16px;
}

@media screen and (max-width: 320px){
    .menuServ .item h1{
        font-size: 11pt;
    }
}

.servicoRP.b .menuServ .item h1, .servicoRP.b .menuServ .item h1.l2{
    position: relative;
    top: 7px;
    float: left;
    clear: none;
    width: calc(100% - 45px);
    text-align: left;
    font-size: 11pt;
    line-height: 1em;
}

.servicoRP.b .menuServ .item h1.l2{
    top: 0;
}

@media screen and (max-width: 1200px){
    .servicoRP.b .menuServ .item h1, .servicoRP.b .menuServ .item h1.l2{
        top: 6px;
    }
}

@media screen and (max-width: 600px){
    .servicoRP.b .menuServ .item h1, .servicoRP.b .menuServ .item h1.l2{
        top: 0;
        clear: none;
        width: 100%;
        position: relative;
        float: left;
        text-align: center;
        margin: 5px 0 5px 0;
    }
}

@media screen and (max-width: 400px){
    .servicoRP.b .menuServ .item h1, .servicoRP.b .menuServ .item h1.l2{
        height: 25px;
    }
}

.menuServ .item.active h1{
    color: #ffffff;
}

.menuServ .item img{
    position: relative;
    width: 69px;
    height: 66px;
    margin-top: 15px;
}

@media screen and (max-width: 1200px){
    .menuServ .item img{
        width: 50px;
        height: 48px;
    }
}

.servicoRP.b .menuServ .item img{
    position: relative;
    width: 33px;
    height: auto;
    margin: 7px 5px 7px 5px;
    float: left;
}

@media screen and (max-width: 600px){
    .servicoRP.b .menuServ .item img{
        position: relative;
        width: 33px;
        margin: 0 calc(50% - 16px) 0 calc(50% - 16px);
    }
    
}

.menuServ .item.active img{ 
    filter: brightness(0) invert(1);
}  

.servExp.servItem{
    display: none;
}

.servExp.servItem.espaco{
    z-index: 1;
}

.servExp.servItem.espaco .head{
    display: block;
    border-bottom: none;
    position: absolute;
    top: 0;
    width: 15%;
    z-index: 101;
    color: #1a3560;
}

@media screen and (max-width: 1200px){
    .servExp.servItem.espaco .head{
        border-bottom: none;
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    
}

.servExp.servItem .arrow{
    position: absolute;
    left: 0;
    top: -15px;
    width: 30px;
    height: 15px;
    background-image: url(../img/arrow_down4.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.servExp.servItem .fechar{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 21px;
    height: 21px;
    background-image: url(../image/close.jpg);
    cursor: pointer;
    z-index: 103;
}

.servExp.servItem .step{
    display: none;
}

.servExp.servItem.active, .servExp.servItem .step.active{
    display: block;
}

.servExp.servItem.active{
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    margin-left: 0%;
    padding: 2%;
    z-index: 101;
}

.servExp.servItem.active{
    padding: 0.5% 2% 2% 2%;
}

.servExp.servItem.espaco.active{
    padding: 2%;
}

@media screen and (max-width: 1200px){
    .servExp.servItem.active{
        width: 90%;
        padding: 8%;
        position: absolute;
        float: none;
        left: 5%;
        top: 0;
        z-index: 101;
        border-radius: 5px;
    }

    .servExp.servItem.active{
        padding: 8%;
    }
    
    .servExp.servItem.espaco.active{
        background-color: #ffffff;
        padding: 1% 2% 1% 2%;
        margin: 0 0 10px 0;
        width: 100%;
        height: auto;
        z-index: 0;
    }

}

.servExp.servItem.active{
    border-top: 0px solid transparent;
    margin-top: 0px;
}

.servExp.servItem.espaco{
    position: relative;
    float: left;
    margin-top: 0;
    width: 100%;
    left: 0;
    border-radius: 0;
    border-top: 1px solid #efefef;
    margin-bottom: 5px;
}

.servExp.servItem h3{
    font-size: 17px;
}

.servExp.servItem .head{
    border-bottom: 1px solid #f57113;
    position: relative;
    float: left;
    width: 100%;
    z-index: 101;
}

.servExp.servItem .head .bread{
    color: #f57113;
    font-size: 8pt;
    position: relative;
    float: left;
    margin: 4px 0 0 15px;
}

@media screen and (max-width: 1200px){
    .servExp.servItem .head .bread{
        margin: 0px;
    }
}

.servExp.espaco .head .bread{
    display: none;
}

@media screen and (max-width: 1200px){
    .servExp.espaco .head .bread{
        font-size: 8pt;
        margin: 10px 0 0px 2%;
        width: 96%;
        position: relative;
        float: left;
        border-bottom: 1px solid #f57113;
        padding-bottom: 2px;
    }
}

.servExp.servItem .head .bread span{
    border: 1px solid #f57113;
    border-radius: 20px;
    padding: 2px 10px 2px 10px;
    margin: 0px 2px 0px 2px;
    cursor: pointer;
    transition: all 0.25s;
}

@media screen and (max-width: 400px){
    .servExp.servItem .head .bread span{
        padding: 2px 10px 2px 10px;
        margin: 2px 2px 2px 2px;
        display: inline-block;
    }
}

.servExp.servItem .head .bread .ncount, .servExp.servItem .head .bread .ncount:hover{
    border: none;
    border-bottom: 1px solid #f57113;
    cursor: pointer;
    border-radius: 0;
    color: #f57113;
    background-color: #ffffff;
}

@media screen and (max-width: 1200px){
    .servExp.servItem .head .bread .ncount, .servExp.servItem .head .bread .ncount:hover{
        padding-left: 0;
        padding-right: 0;
    }
}


.servicoRP.c .servItem .head .bread .ncount{
    display: none;
}

.servExp.servItem .head .bread span:last-child{
    background-color: #f57113;
    color: #ffffff;
}

.servExp.servItem .head .bread span:hover{
    background-color: #1a3560;
    color: #ffffff;
    border: 1px solid #1a3560;
}

.servExp.servItem .head h3{
    color: #f57113;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
    float: left;
}

.servExp.espaco .head h3{
    width: 100%;
    color: #1a3560;
}

@media screen and (max-width: 1200px){
    .servExp.servItem .head h3{
        width: 100%;
    }
}

.servExp .step .titulo, .servExp .step .wrap {
    position: relative;
    float: left;
    height: auto;
}

.servExp .step .titulo{
    width: 20%;
}

@media screen and (max-width: 1200px){
    .servExp .step .titulo{
        width: 100%;
    }
}

.servExp .step .wrap{
    width: 80%;
}

@media screen and (max-width: 1200px){
    .servExp .step .wrap{
        width: 100%;
    }
}

.servExp .step .wrap .bot{
    position: relative;
    float: left;
    width: auto;
    margin: 0 5px 0 5px;
    padding: 5px 15px 5px 10px;
    border: 1px solid #1a3560;
    color: #1a3560;
    border-radius: 10px;
    text-transform: none;
    font-size: 11pt;
    cursor: pointer;
    transition: all 0.25s;
}

.servExp.sinistro .step .wrap .bot{
    margin: 0 5px 5px 5px;
}

@media screen and (max-width: 1200px){
    .servExp.sinistro .step[rel="step2"] .wrap .bot.final{
        margin: 0 5px 20px 5px;
    }
}

@media screen and (max-width: 1200px){
    .servExp .step .wrap .bot{
        padding: 8px 15px 8px 10px;
        text-align: center;
        width: 100%;
        margin: 2px 0 2px 0;
    }
}

@media screen and (max-width: 370px){
    .servExp .step .wrap .bot.empresarial{
        padding-left: 20px;
        line-height: 1em;
    }
}

.servExp .step .wrap .bot.active{
    background-color: #1a3560;
    color: #ffffff;
}

.servExp .step .wrap .bot img{
    position: relative;
    float: left;
    margin-top: 0px;
    padding-right: 10px;
    margin-right: 10px;
    width: 34px;
}

@media screen and (max-width: 1200px){
    .servExp .step .wrap .bot img{
        position: absolute;
        float: none;
        left: 5px;
        top: 8px;
    }

    .servExp.espaco .step .wrap .bot img{
        top: 19px;
    }
}

@media screen and (max-width: 991px){
    .servExp.espaco .step .wrap .bot img{
        top: 14px;
    }
}

@media screen and (max-width: 690px){
    .servExp.espaco .step .wrap .bot img{
        top: 10px;
    }
}

@media screen and (max-width: 600px){
    .servExp.espaco .step .wrap .bot img{
        position: relative;
        width: 33px;
        margin: 0 calc(50% - 16px) 13px calc(50% - 16px);
        border: 0;
    }
}

.servExp .step .wrap .bot:hover{
    background-color: #1a3560;
    color: #ffffff;
}

.servExp .step .wrap .bot:hover img, .servExp .step .wrap .bot.active img {
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 600px){
    .servExp.espaco .step .wrap .bot:hover img{
        border-right: none;
    }
}

.servExp .step .avancar{
    position: relative;
    float: left;
    padding: 5px 25px 5px 25px;
    background-color: #f57113;
    color: #ffffff;
    border-radius: 10px;
    margin: 0 15px 0 15px;
    cursor: default;
    transition: all 0.25s;
    border: none;
    opacity: 0.2;
}

@media screen and (max-width: 1200px){
    .servExp .step .avancar{
        padding: 5px 25px 5px 25px;
        margin: 10px 0 0 0;
        width: 150px;
    }
}

.servExp .step .avancar:hover{
    background-color: #1a3560;
}

/*CSS ESPECÍFICO POR JORNARDA */

/*sinistro*/
.servExp.sinistro{
    overflow: hidden;
}

.servExp.sinistro .step .wrap.auto{
    display: block;    
}

.servExp.sinistro .step .wrap.conteudo{
    display: none;    
    width: 100%;
    background-color: #ffffff;
}

.servExp.sinistro .step .wrap.conteudo span{
    position: relative;
    float: left;
    width: 49%;
    height: 120px;
    margin: 0.5%;
    padding: 2%;
    text-align: left;
    background-color: RGBA(0,0,0,0.08);
}

.servExp.sinistro .step .wrap.conteudo.vida span a{
    padding: 15px;
    border-radius: 10px;
    color: #1a3560;
    border: 1px solid #1a3560;
    position: relative;
    display: inline-block;
    width: 210px;
    text-align: center;
    margin: 5px calc(50% - 105px) 5px calc(50% - 105px);
    float: left;
    transition: all 0.5s;
}

.servExp.sinistro .step .wrap.conteudo.vida span a img{
    border-right: 1px solid #1a3560;
    margin-right: 5px;
    padding-right: 5px;    
}

.servExp.sinistro .step .wrap.conteudo span a:hover{
    background-color: #1a3560;
    color: #ffffff;
}

.servExp.sinistro .step .wrap.conteudo span a:hover img{
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1200px){
    .servExp.sinistro .step .wrap.conteudo span{
        width: 100%;
        margin: 1% 0 1% 0;
        padding: 3%;
        height: auto;
    }
}

.servExp.sinistro .step .wrap.conteudo small{
    position: relative;
    bottom: auto;
    color: inherit;
    left: auto;
    clear: both;
}

@media screen and (max-width: 500px){
    .servExp.sinistro .step .wrap.conteudo small{
        width: 100%;
        position: relative;
        float: left
    }
}

@media screen and (max-width: 1200px){
    .servExp.sinistro{
        height: auto;
    }
}

.servExp.sinistro{
    min-height: 75px;
    height: auto;
    overflow: inherit;
}

@media screen and (max-width: 1200px){
    .servExp.sinistro{
        height: auto;
    }
}

@media screen and (max-width: 1200px){
    .servExp.sinistro .bot.final{
        margin-bottom: 20px;
        text-align: left;
        padding-left: 60px;
        line-height: 1.2em;
    }
}

.servExp.sinistro .step h3{
    margin-top: 15px;
    font-weight: bolder;
}
.servExp.sinistro .step .wrap{
    margin-top: 10px;
}

.servExp.sinistro .step small{
    text-transform: none;
    font-size: 8pt;
    position: absolute;
    bottom: -18px;
    color: #1a3560;
    left: 0;
}

.servExp.sinistro .arrow{
    left: 30.5%;
}

.servExp .dummy{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 100;
}

@media screen and (max-width: 1200px){
    .servExp .dummy{
        display: none;
    }
}

.servExp.espaco{
    overflow: hidden;
}

.servExp.espaco{
    display: block;
}

.servItem.espaco .error, .servItem.rede .error{
    font-size: 9pt;
    position: absolute;
    top: 75px;
    left: 5px;
    color: red;
}

@media screen and (max-width: 1200px){
    .servItem.espaco .error, .servItem.rede .error{
        position: relative;
        width: 100%;
        top: 5px;
        left: 5px;
    }
}

.servExp.espaco .step{
    width: 900px;
    position: relative;
    float: left;
    display: block;
    opacity: 0.1;
    transition: all 0.5s;
}

.servExp.espaco .step[rel=step0]{
    width: 882px;
}

@media screen and (max-width: 1200px){
    .servExp.espaco .step[rel=step0], .servExp.espaco .step{
        width: 100%;
    }

    .servExp.espaco .step{
        display: none;
    }
}

.servExp.espaco .step-half{
    width: 190px;
    border-left: 1px solid #1a3560;
    margin-left: 15px;
    padding-left: 15px;
    transition: all 0s;
}

@media screen and (max-width: 1200px){
    .servExp.espaco .step-half{
        width: 100%;
        border-left: 0px solid #1a3560;
        margin-left: 0px;
        padding-left: 0px;
    }
}

.servExp.rede .prodCodeDoute{
    color: #ffffff;
    background-color: #f57113;
    text-align: center;
    width: 30px;
    height: 32px;
    position: absolute;
    right: -2px;
    top: 2px;
    cursor: pointer;
    text-align: center;
    padding-top: 4px;
    border-radius: 3px;
}

.servExp.espaco .step:last-child{
    border-left: 1px solid #1a3560;
    margin-left: 15px;
    padding-left: 15px;
    transition: 0.5s all;
}

@media screen and (max-width: 1200px){
    .servExp.espaco .step:last-child{
        border-left: 0px solid #1a3560;
        margin-left: 0px;
        padding-left: 0px;
    }
}

.servExp.espaco .step.active{
    opacity: 1;
    z-index: 101;
}

.servExp .titulo-fixo {
    width: 11%;
    font-weight: bolder;
    position: absolute;
    top: 40px;
}

.servExp .titulo-fixo {
    width: 14%;
}

@media screen and (max-width: 1200px){
    .servExp .titulo-fixo {
        width: 100%;
        position: relative;
        margin: 0 0 10px 0;
        top: 0px;
    }
}

.servExp.espaco .step .wrap {
    width: 86.5%;
    margin-left: 13.5%;
}

.servExp.espaco .step[rel=step0] .wrap {
    width: 80.5%;
    margin-left: 19.5%;
}

@media screen and (max-width: 1200px){
    .servExp.espaco .step[rel=step0] .wrap, .servExp.espaco .step .wrap {
        width: 100%;
        margin-left: 0%;
    }
}

.servExp.espaco .step:last-child .wrap {
    width: auto;
    margin-left: 0%;
}

@media screen and (max-width: 1200px){
    .servExp.espaco .step:last-child .wrap {
        width: 100%;
    }
}

.servExp.espaco .step-half .wrap {
    width: 99%;
    margin-left: 2px;
}

.servExp.espaco .wrap{
    position: relative;
    width: 300%;
    float: left;
    margin-top: 5px;
}

.servExp.espaco .wrap{
    width: 100%;
    margin-top: 0px;
}

@media screen and (max-width: 1200px){
    .servExp.espaco .wrap{
        width: 100%;
    }
}

.servExp.espaco .step .bot{
    width: calc(-5px + 30%);
    margin: 2px;
    text-transform: none;
}

@media screen and (max-width: 1200px){
    .servExp.espaco .step .bot{
        width: 46.8%;
        margin: 1% 1.4% 1% 1.4%;
        box-shadow: none;
        height: auto;
        color: #1a3560;
        border: 1px solid #1a3560;
        border-radius: 5px;
        padding: 2% 0 2% 53px;
        text-align: left;
    }
}

@media screen and (max-width: 600px){
    .servExp.espaco .step .bot{
        padding: 2% 0 2% 0;
        text-align: center;
    }
}

@media screen and (max-width: 400px){
    .servExp.espaco .step .bot{
        padding: 16px 0 16px 0;
    }
}

.servExp.espaco .step-half .bot{
    width: 100%;
}

@media screen and (max-width: 1200px){
    .servExp.espaco .step-half .bot{
        width: 46.8%;
        margin: 1% 1.4% 1% 1.4%;        
    }    
}

.servExp.espaco .step .bot img{
    border: none;
    margin-right: 0;
}
.servExp.espaco .step .bot img, .servExp.espaco .step .bot.active img{
    border: none;
    margin-right: 10px;
    width: 34px;
}

@media screen and (max-width: 600px){
    .servExp.espaco .step .bot img, .servExp.espaco .step .bot.active img{
        border: none;
        margin-right: auto;
        position: relative;
        float: left;
        clear: both;
        margin: 0 calc(50% - 16px) 13px calc(50% - 16px);
    }
    
}

.servExp .wrapField{
    position: relative;
    width: 200px;
}

@media screen and (max-width: 1200px){
    .servExp .wrapField{
        width: 100%;
    }
}

.servExp .rede .wrapField{
    width: 230px;
}

@media screen and (max-width: 1200px){
    .servExp.rede .wrapField{
        width: 100%;
    }
}

.servExp input, .servExp select, .servExp .select2-container {
    position: relative;
    float: left;
    padding: 3px 10px 3px 10px;
    border-radius: 4px;
    border: 1px solid #1a3560;
    width: 100%;
    margin: 2px;
    height: 33px;
}

.servExp .select2-container{
    padding: 0;
}

.servExp .select2-container--default .select2-selection--single .select2-selection__arrow{
    width: 29px;
    height: 31px;
    background-size: 12px;
    top: 0;
    right: 0;
}

.servExp .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 100%;
    margin: 0;
    height: auto;
    padding: 0;
    padding-left: 10px;
}

.servExp .select2-container--default.select2-container--disabled .select2-selection--single{
    height: 30px;
}

@media screen and (max-width: 1200px){
    .servExp input, .servExp select{
        padding: 3px;
        width: 100%;
        margin: 2px 0 2px 0;
        height: 33px;
    }
}

.servExp.rede{
    overflow: hidden;
}

.servExp.rede{
    overflow: inherit;
}

.servExp.rede .arrow{
    left: 19%;
}

.servExp.rede .titulo-fixo {
    top: 55px;
}

.servExp.espaco .titulo-fixo {
    top: 30px;
    font-size: 11pt;
}

.servExp.espaco .titulo-login{
    position: relative;
    border-left: 8px solid #f57113;
    padding-left: 9px;
    color: #f57113;
    font-size: 120%;
    margin-bottom: 5px;
}


@media screen and (max-width: 1200px){
    .servExp.espaco .titulo-login{
        width: 65px;
        margin: auto;
    }
}

.servExp.espaco .loginTitle{
    font-size: 14pt;
    border-left: 10px solid #f57113;
    padding-left: 10PX;
    color: #f57113;
    margin-bottom: 5px;
}

@media screen and (max-width: 1200px){
    .servExp.rede .titulo-fixo, .servExp.espaco .titulo-fixo {
        top: 10px;
    }
    .servExp.rede .titulo-fixo {
        width: 100%;
    }
    .servExp.rede .titulo-fixo br, .servExp.espaco .titulo-fixo br {
        display: none;
    }
    .servExp.espaco .titulo-fixo {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
        position: relative;
        float: left;
    }
}

.servExp.rede .step{
    width: 220px;
    position: relative;
    float: left;
    display: block;
    opacity: 0.1;
    transition: all 1s;
    margin: 10px 0 0 0;
    border-right: 1px solid #1a3560;
    padding: 0 20px 0 20px;
}

@media screen and (max-width: 1200px){
    .servExp.rede .step{
        width: 100%;
        border-right: 0px solid #1a3560;
        padding: 0;
        display: none;
    }
}

.servExp.rede .step:first-child{
    margin-left: 15%;
}

@media screen and (max-width: 1200px){
    .servExp.rede .step:first-child{
        margin-left: 0%;
    }
}

.servExp.rede .step:last-child{
   width: 450px;
   border: none;
}

@media screen and (max-width: 1200px){
    .servExp.rede .step:last-child{
        width: 100%;
     }
}

.servExp.rede .step .bot{
    width: 100%;
    margin: 2px;
}

.servExp.rede .step.active{
    opacity: 1;
    z-index: 101;
}

.servExp.rede .step .wrap{
    width: 100%;
}

.servExp.rede .contCode{
    display: none;
}

.servExp.farmacia.active, .servExp.reembolso.active{
    padding-bottom: 3%;
}

.servExp.farmacia .wrap:first-child, .servExp.reembolso .wrap:first-child{
    margin-left: 20%;
    margin-top: 20px;
}

@media screen and (max-width:1200px){
    .servExp.farmacia .wrap:first-child, .servExp.reembolso .wrap:first-child{
        margin-left: 0%;
        margin-top: 0px;
    }
}

.servExp.farmacia .titulo-fixo, .servExp.reembolso .titulo-fixo{
    width: 20%;
    margin-top: 15px;
}

@media screen and (max-width:1200px){
    .servExp.farmacia .titulo-fixo, .servExp.reembolso .titulo-fixo{
        width: 100%;
        margin-top: 15px;
        position: relative;
        float: left;
        padding: 0;
    }
}

@media screen and (max-width:1200px){
    .servExp.servItem.rede.active, .servExp.servItem.sinistro.active, .servExp.servItem.farmacia.active, .servExp.servItem.reembolso.active{
        top: 30%;
    }
}
.servExp.servItem.rede .bt-whatsapp {
	float: left;
    left: 175px;
    position: relative;
    top: 30px;
	z-index: 101;
}

@media (max-width: 1024px) {  
    .servExp.servItem.rede .bt-whatsapp {
        left: -18px;
        top: 67px;
    }
}
.servExp.rede .step .wrap{
    width: 100%;
    padding-left: 20px
}

