/* Geral */
.clear{
    clear: both;
}

body, p {
    font-family: 'OpenSans', sans-serif;
    font-size: 16px;
}
p, h1, h2, h3, h4, h5 {
    color: #000;
}
span{
    color: #555;
}

h1, h2, h3, h4, h5, button{
    font-family: 'Montserrat', sans-serif;
}

.form-control:focus{
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow:none;
    color: #fff;
}

.relative{
    position: relative;
}

.img-responsive{
    max-width: 100%;
    height: auto;
    display: block;
}

.btn-topo {
    position: fixed;
    bottom:15px;
    right:15px;
    z-index:999;
    display: block;
    width:50px;
    height:50px;
    background-image: url("../img/icon-voltar.png");
    background-repeat: no-repeat;
    display: none;
}

.hideme {
    opacity:0;
}


button:focus, button:active, a:focus, a:active{
    border: none!important;
    border: 0!important;
    cursor: pointer;
    overflow: hidden;
    outline: 0!important;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

button:hover, a:hover{
    cursor: pointer;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
}

button, .modal-footer button{
    color: #fff;
    border: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
}

.btn-call-to-action{
    background: #d26f1b;
    font-size: 20px;
    padding: 12px 70px;
    margin-top: 50px;
}

.btn-call-to-action:hover, .logada .actions button:last-child:hover,
.contato button.enviar:hover, .modal-footer button:hover {
    background: #d59c3e;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
}

.center{
    text-align:center;
    margin: 0 auto;
}

a{
    font-size: 16px;
    color: #d68501;
}

a:hover{
    color:#d59c3e;
    text-decoration: none;
}

.perfil{
    text-align: right;
    top: 10px;
    position: relative;
    right: 15px;
}

.perfil span{
    display: block;
}

.perfil span{
    font-size: 14px;
    font-weight: 500;
}

.perfil a{
    font-size: 13px;
}

.row-center {
    text-align:center;
}

.col-center {
    display:inline-block;
    float:none;
}


/* Início */

.inicio {
    padding: 0;
    display: table;
    margin: 0;
    max-width: none;
    background: transparent;
    height: 100vh;
    position: relative;
    min-height: 710px;
}

.inicio > p{
    position: absolute;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    line-height: 49px;
}

.inicio p span{
    display: block;
    margin: 0;
    line-height: 50px;
    color: #fff;
}

.inicio p span.amarelo{
    color:#ffe3b9;
}

.inicio > p.left{
    top: 150px;
    left: 30px;
}

.inicio > p.right{
    bottom:50px;
    right: 50px;
    text-align: right;
}

.inicio .big{
    font-size: 35px;
    font-weight: 500;
}

.inicio .extra-big{
    font-size: 46px;
    font-weight: 500;
}

.inicio .txt-mobile{
    display: none;
}

/* fim Início */

/* header */
.astonish {
    visibility: visible;
}

.main-nav {
    display: block;
    /*padding: 1rem 2rem;*/
    position: absolute;
    width: 100%;
    z-index: 10;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}

.main-nav button{
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    border:none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-right: 15px;
    float: right;
    font-size: 13px;
    cursor: pointer;
}

.main-nav.fixed-nav button {
    background: #fff;
    border:1px solid #521266;
    color:#521266;
    position: relative;
    top: 6px;

}

.main-nav .navbar-brand{
    background: url("../img/logo-use-vida-branco.png") no-repeat;
    width: 88px;
    display: block;
    height: 37px;
    position: relative;
    top: 10px;
    left: 15px;
}

.login .main-nav .navbar-brand, .pilar .main-nav .navbar-brand, .index .main-nav .navbar-brand{
    height: 62px;
    position: relative;
    top: 18px;
}

.login .main-nav.fixed-nav .navbar-brand, .pilar .main-nav.fixed-nav .navbar-brand,.index .main-nav.fixed-nav .navbar-brand{
    background: url("../img/logo-use-vida-original.png") 0 7px no-repeat;
    width: 218px;
    display: block;
    height:40px;
    top: 10px;
    left: 15px;
}


.login , .parceiros.logada footer{
    margin-top: 0;
}

.main-nav.fixed-nav {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.main-nav > .content-wrapper-sm  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    /*max-width: 1200px;*/
}

.main-nav.fixed-nav > .content-wrapper-sm{
    padding-bottom: 14px;
}

#menu-button {
    cursor: pointer;
    padding: 0.5rem;
    display: block;
    position: absolute;
}

.main-nav .nav-links {
    position: relative;
    /*top: auto;*/
    top: -7px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    overflow: hidden;
    height: 0;
    background: transparent;
}

.logada .main-nav .nav-links{
    top: 0;
}

.main-nav .nav-links li {
    margin: 0px 40px 0 0;
    text-align: center;
    border-top: 4px solid transparent;
}

.pilar .main-nav .nav-links li, .login .main-nav .nav-links li, .index .main-nav .nav-links li, .info-vida-todas .main-nav .nav-links li, .info-vida-interna .main-nav .nav-links li {
    margin-top: 7px;
}

.main-nav .nav-links li.active{
    border-top: 4px solid #d68500;
}

.login .main-nav .nav-links li.active{
    border-top:4px solid rgba(255, 255, 255, 0.4);
}

.main-nav .nav-links li a {
    color: #fefffe;
    display: block;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    padding-top: 38px;
}

.main-nav.fixed-nav .nav-links li a{
    padding-top: 18px;
}

.main-nav.fixed-nav .nav-links li a {
    color: #777893;
}

.main-nav .nav-open, .main-nav.fixed-nav .nav-open {
    position: absolute;
    top: 102%;
    width: 100%;
    display: block;
    height: auto;
    background: #111;
}

.main-nav .nav-open li, .main-nav.fixed-nav .nav-open li {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.main-nav .nav-open li a, .main-nav.fixed-nav .nav-open li a {
    padding: 2rem 0;
}

.main-nav .nav-open li.active a, .main-nav.fixed-nav .nav-open li.active a{
    background: #d26f1b;
    color: #fff;
}

#menu-button .bar1, #menu-button .bar2, #menu-button .bar3{
    width: 35px;
    height: 3px;
    background-color: #61136d;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 5px);
    transform: rotate(-45deg) translate(-8px, 5px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
}

/* fim header */


/* quem somos - vantagens */
h2{
    font-size: 45px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 110px;
}
.quem-somos{
    padding: 60px 0;
}

.quem-somos img{
    margin-bottom: 25px;
}

.quem-somos p{
    font-size:17px;
    color: #5c5b65;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
    text-align: center;
}

.quem-somos > div .center{
    margin: 0 auto;
}




/* fim quem somos - vantagens */


/* info VIDA*/
.barra-busca{
    background: #521266;
    padding: 14px 0;
    height: auto;
}

.barra-busca h2{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin:17px 0 0;
    float: left;
}

.barra-busca.small h2{
    margin-top: 0px;
}


.busca{
    float: right;
}

.barra-busca ul{
    margin:8px 10px 0 0;
}

.barra-busca ul, .barra-busca form{
    float: left;
}

.barra-busca ul li{
    display: inline-block;
    margin-right: 10px;
}

.barra-busca input, .barra-busca .form-group{
    margin: 0;
}



.search::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'OpenSans', sans-serif;
    font-weight: 500;
}

.search:-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'OpenSans', sans-serif;
    font-weight: 500;
}

.search::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'OpenSans', sans-serif;
    font-weight: 500;
}

.categorias a, .outras-noticias .relative > span{
    display: block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 34px;
    height: 34px;
    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
    transition:  all 0.9s;
}

.barra-busca ul li a:hover{
    background-color: #d26f1b!important;
    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
    transition:  all 0.9s;
}

.alimentacao{
    background:#300b3c url("../img/icon-alimentacao.png")center center no-repeat;
}

.ativ-fisica{
    background: #300b3c url("../img/icon-ativ-fisica.png")center center no-repeat;
}

.saude-emoc{
    background: #300b3c url("../img/icon-saude-emocional.png")center center no-repeat;
}

.saude-fisica{
    background: #300b3c url("../img/icon-saude-fisica.png")center center no-repeat;
}

.bem-estar{
    background: #300b3c url("../img/icon-bem-estar.png")center center no-repeat;
}

.lazer{
    background: #300b3c url("../img/icon-lazer.png")center center no-repeat;
}

.outros{
    background: #300b3c url("../img/icon-outros.png")center center no-repeat;
}

.img-destaque{
    background: url("../img/teste-img-preciso3.jpg") top center no-repeat;
    background-size: cover;
    height: 390px;
}

.img-conteudo{
    background: url("../img/noticia-principal.png") no-repeat;
    background-size: cover !important;
    height: 375px;
    margin: 35px 0;
    background-position: center !important;
}

.box-video {
    width: 100%;
    margin:35px auto;
}

.video {
    width: 100%;
    height: auto;
}

.video iframe{
    width: 100%;
    height: 300px;
}
/* fim info VIDA */

/* noticias */

.destaque .relative{
    margin-top: 107px;
    position: relative;
    background: #ededed;
}

.bg-text{
    position: absolute;
    top: 70px;
    background: rgba(0, 0, 0, 0.8);
    right: 0;
    width: 80%;
    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
}

.destaque a:hover .bg-text{
    background: rgba(89, 20, 110, 0.8);
    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
}

.bg-text > span{
    position: absolute;
    top: -17px;
    background: #d26f1b;
    padding: 10px 20px;
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.destaque h3{
    font-size: 40px;
    color: #fff;
}

.outras-noticias{
    padding: 60px 0;
}

.outras-noticias h5{
    display: none;
}

.outras-noticias .relative{
    margin-bottom: 30px;
}

.outras-noticias h4, .outras-noticias p, .noticias-relacionadas h4{
    position: absolute;
}

.outras-noticias p{
    opacity: 0;
}

.outras-noticias .titulo, .noticias-relacionadas .titulo{
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
}


.outras-noticias h4, .noticias-relacionadas h4{
    top: 35px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 0 auto;
    padding: 0 80px;
    z-index: 9;
}

.outras-noticias .relative > span{
    position: absolute;
    top: 0;
    z-index: 9;
    background-color: #d26f1b;
    top:10px;
    left:10px;
}

.outras-noticias .titulo span{
    width: 50px;
    height: 2px;
    margin: 15px auto;
    border: 0;
    background: #d26f1b;
    text-align: center;
}

.outras-noticias .color-overlay, .noticias-relacionadas .color-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.outras-noticias .gradient-overlay, .noticias-relacionadas .gradient-overlay {
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
}

.card-info {
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 0;
    margin: 0 auto;
    padding: 0 50px;
    color: #DCE3E7;
    line-height: 25px;
    font-size: 17px;
    z-index: 9;
    opacity: 0;
    transition: bottom 0.3s, opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    letter-spacing: 0.5px;
    font-weight: 300;
    text-align: center;
}

.outras-noticias .relative:hover .card-info{
    opacity: 1;
    bottom: 10%;
}

.outras-noticias .relative:hover .color-overlay, .noticias-relacionadas .relative:hover .color-overlay{
    background: rgba(96, 84, 110, 0.8);
}

.outras-noticias .relative img{
    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
    transition:  all 0.9s;
}

.outras-noticias .relative:hover img{
    filter: blur(1px);
    -webkit-filter: blur(1px);

    /*-webkit-transform: scale3d(1.1,1.1,1);
      transform: scale3d(1.1,1.1,1);*/

    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
    transition:  all 0.9s;
}
/* fim noticias */

/* noticia conteudo */
.detalhe-noticia, .noticias-relacionadas {
    background: #ededed;
}



.detalhe-noticia .conteudo{
    background: #fff;
    padding: 35px;;
    position: relative;
    top: -135px;
}

.detalhe-noticia span:first-child{
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #d26f1b;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.detalhe-noticia .conteudo span + span{
    color: #acacac;
    font-size: 18px;
}

.detalhe-noticia h2{
    font-size: 35px;
    color: #000;
    font-weight:500;
    text-align: left;
    margin: 38px 0 28px 0;
}

.detalhe-noticia h2 + span{
    color: #898989;
    font-size: 15px;
}

.detalhe-noticia h2 + span + p{
    margin-top: 66px;
}

.detalhe-noticia p{
    color: #000;
    font-size: 17px;
    line-height: 28px;
}

.detalhe-noticia .btn-call-to-action{
    padding: 9px 40px;
    font-size: 17px;
}

.barra-busca.detalhe .busca{
    display: none;
}

.noticias-relacionadas h5{
    font-size: 26px;
    color: #000;
    font-weight: 500;
    margin-bottom: 40px;
}

.noticias-relacionadas .relative{
    margin-bottom: 40px;
    height:207px;
}

.noticias-relacionadas h4{
    padding: 0 20px;
    position: absolute;
    top: 50%;
    margin-top: -51px;
    height: 103px;
    text-align: center;
}

.noticias-relacionadas h4{

}

/* fim noticia conteudo */


/* empresa */



.inicio .btn-call-to-action{
    padding: 15px 70px;
    position: absolute;
    bottom: 16%;
    position: absolute;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background-color:rgba(255,158,0,0.5);
    font-size: 35px;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
    transition:  all 0.9s;
    text-align: center;
}

.inicio .btn-call-to-action:hover{
    text-decoration: none;
    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
    transition:  all 0.9s;
}

.pilar .inicio h2{
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 16%;
    font-size: 40px;
    width: 100%;
    text-align: center;
}


.vantagens h2{
    color: #511863;
    font-size: 25px;
    letter-spacing: 4px;
    margin-bottom: 40px;
    padding:40px 0 0 0;
    font-weight: 400;
    text-align: center;
}

.vantagens img, .vantagens .txt{
    float: left;
}



.empresa .vantagens img {
    margin-right: 15px;
}

.parceiro .vantagens img {
    margin-right: 15px;
}

.funcionario .vantagens img {
    margin-right: 15px;
}

.empresa .vantagens ul img{
    margin-right: 15px;
}

.parceiro .vantagens ul img{
    margin-right: 15px;
}

.funcionario .vantagens ul img{
    margin-right: 15px;
}

.empresa .vantagens .txt{
    margin-top: 14px;
}

.parceiro .vantagens .txt{
    margin-top: 14px;
}

.funcionario .vantagens .txt{
    margin-top: 14px;
}

.vantagens h3{
    margin-bottom: 18px;
    font-weight: 600;
    color: #646372;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
}

.vantagens p{
    color: #9e9e9e;
    font-size: 14px;
    line-height: 18px;
}



.vantagens h4{
    color: #511863;
    margin: 60px 0 45px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.empresa .contato{
    background: url("../img/bg-contato-empresa.png")  no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px 0;
}

.contato .box{
    background-color: rgba(0,0,0,0.5);
    padding: 20px ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contato .box p{
    color: #e1dedd;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
}

.contato h2{
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
    float: left;
}

.contato .radio-inline{
    margin-right: 20px;
}

.contato .radio-inline span{
    color: #fff;
    padding:8px 0 0 30px;
}

.contato span.estabelecimento{
    background: url("../img/icon-estabelecimento.png") no-repeat;
}

.contato span.profissional{
    background: url("../img/icon-profissional.png") no-repeat;
}

.contato span.tel{
    color: #fff;
    background: url("../img/logo-whats.png") no-repeat;
    height: 33px;
    padding: 5px 0 0 30px;
    display: block;
    float: right;
}



.contato .container{
    float: right;
}



.contato select, .logada select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(255,255,255,0.5);
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contato select{
    color: #dbaa80;
    background-color: rgba(255,255,255,0.22);
}

.alert{
    color: #fff;
    border: none;
}

.alert-danger{
    background-color: rgba(155, 21, 21, 0.67);
}

.alert-success{
    background-color: rgba(16, 125, 44, 0.67);
}

.contato .alert-success{
    background-color: rgba(103, 223, 118, 0.22);
}

.contato .alert-danger{
    background-color: rgba(232, 52, 52, 0.27);
}

.alert.alert-dismissible .close{
    padding: 7px;
}

.alert.alert-dismissible .close span{
    color: #fff;
    text-shadow: none;
}

.logada select{
    background: #fff;
    border:1px solid #d5d5d5;
}

.contato label, .logada label{
    font-size: 14px;
    color: #fff;
    font-family: 'OpenSans', sans-serif;
    margin-bottom: 10px;
}

.contato .campo-obrig label{
    color: #ff8888;
}

.logada label.l-radio{
    display: block;
    margin: 17px 0 10px;
}

.radio-inline{
    margin-right: 20px;
}

.logada label{
    color: #919191;
}

.contato .form-control, .logada .form-control {
    height: calc(2.75rem + 2px);
    padding: 1rem 0 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
    transition: 0.3s ease-in-out;
    background: none;
    color: #fff;
    margin-top: 13px;
}

.logada .form-control {
    color: #919191;
}

.contato .form-control:focus, .logada .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #c87c0b;
    transition: 0.3s ease-in-out;
    background: none;
}

.contato .form-control::placeholder, .logada .form-control::placeholder, .contato textarea::placeholder {
    font-size: 1rem;
    color: #fff!important;
    font-family: 'OpenSans', sans-serif;
    display: block;
    transition: 0.3s ease-in-out;
}

.logada .form-control::placeholder  {
    color: #919191;
}

.contato .form-control:focus::placeholder, .logada .form-control:focus::placeholder {
    font-size: 0.8rem;
    transform: translateY(-1.5rem);
    transition: 0.3s ease-in-out;
    color: #fff;
}

.logada .form-control:focus::placeholder {
    color: #919191;
}

.contato .form-control:placeholder-shown ~ label, .logada .form-control:placeholder-shown ~ label {
    display: none;
}

.contato .form-control:not(:placeholder-shown) ~ label, .logada .form-control:not(:placeholder-shown) ~ label {
    position: absolute;
    display: block;
    font-size: 0.8rem;
    color: #ffd3ae;
    font-family: 'OpenSans', sans-serif;
    transform: translateY(-2.95rem);
    margin: 0;
}

.logada .form-control:not(:placeholder-shown) ~ label{
    color: #d68501;
}

.contato textarea, .logada textarea{
    background-color: rgba(255,255,255,0.5);
    padding: 20px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
    color: #606060;
}

.contato textarea{
    background-color: rgba(255,255,255,0.22);
}

.contato .mensagem::-webkit-input-placeholder, .logada .mensagem::-webkit-input-placeholder {
    color: #555;
    font-size: 16px;
    font-family: 'OpenSans', sans-serif;

}

.contato .mensagem:-moz-placeholder, .logada .mensagem:-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'OpenSans', sans-serif;

}

.logada .mensagem:-moz-placeholder {
    color: #919191;
}

.contato .mensagem::-moz-placeholder, .logada .mensagem::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'OpenSans', sans-serif;
}

.logada .mensagem::-moz-placeholder {
    color: #919191;
}

.contato button.enviar{
    font-size: 17px;
    color: #fff;
    background: #d26f1b;
    padding: 12px 44px;
    float: right;
    margin-top: 40px;
}


.parceiros h4{
    background: #f2f2f2;
    padding: 28px 0;
    text-align: center;
    width: 100%;
    color: #61136d;
    font-size: 22px;
}

.parceiros h4 span{
    font-weight: 500;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    color: #61136d;
}

.parceiros .container{
    padding: 50px 15px;
}

.parceiros .container-fluid > .row{
    padding: 20px 0;
}

.logo1, .logo2, .logo3, .logo4, .logo5, .logo6, .logo7, .logo8{
    width: 100%;
    height: 90px;
    display: inline-block;
}

.logo1{
    background: url("../img/logo-dali.png") center center no-repeat;
}

.logo2{
    background: url("../img/logo-paraser.png") center center no-repeat;
}

.logo3{
    background: url("../img/logo-war.png") center center no-repeat;
}

.logo4{
    background: url("../img/logo-cegir.png") center center no-repeat;
}

.logo5{
    background: url("../img/logo5.png") center center no-repeat;
}

.logo6{
    background: url("../img/logo6.png") center center no-repeat;
}

.logo7{
    background: url("../img/logo7.png") center center no-repeat;
}

.logo8{
    background: url("../img/logo8.png") center center no-repeat;
}

.depoimentos{
    background: url("../img/bg-depoimentos.png") no-repeat;
    background-size: cover;
    width: 100%;
    padding: 60px 0;
}

.depoimentos h4{
    color: #fff;
    font-size: 25px;
    margin-bottom: 69px;
}

.depoimentos h4 span{
    color: #fff;
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.depoimentos .relative{
    position: relative;
    top: -30px;
}

.depoimentos .relative > span{
    background:#61136d;
    font-size: 18px;
    padding: 10px 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.depoimentos img{
    margin: 0 auto;
}

.depoimentos .relative p{
    color: #71450d;
    font-size: 15px;
    text-align: center;
}

.depoimentos .relative p span{
    color: #71450d;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.depoimentos .txt{
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 23px;
    background: url("../img/icon-aspas.png") 0px 0px no-repeat;
    padding-top: 50px;
    margin-right: 20px;
}

.app{
    background: url("../img/bg-app.png") no-repeat;
    background-size: cover;
    width: 100%;
    padding: 100px 0;
    height: auto;
}

.app h3{
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 65px;
}

.app span{
    margin-left: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 33px;
}

.app img{
    display: block;
    margin-top: 12px;
}

.app .box{
    background-color: rgba(0,0,0,0.5);
    padding: 18px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 135px;
}

.app img, .app span{
    float: left;
}

.app .row{
    margin-bottom: 250px;
}

.app  p{
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
}

.app .plataformas{
    width: 185px;
    margin: 0 auto;
    text-align: center;
}

.app .plataformas a{
    margin-right: 25px;
    display: inline-block;
}

.app .plataformas a:last-child{
    margin-right: 0px;
}

/* fim empresa */
.barra-busca .search{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 50px;
    border: none;
    padding-left: 22px;
    background: rgba(0, 0, 0, 0.34);
    color: #FFF;
}

.logada .form-control.search{
    padding:0 0 0 27px;
    margin: 0;
}

.form-control, .diferent {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline: 0;
}

/* parceiro */
.parceiro .vantagens h2{
    margin-bottom: 65px;
}



.parceiro .contato{
    background: url("../img/bg-contato-parceiro.png")  no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px 0;
}

.checkbox label{
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
}

/* fim parceiro */

/* funcionario */



.funcionario .contato{
    background: url("../img/bg-contato-funcionario.jpeg")  no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px 0;
}

/* fim funcionario */


/* admin */

/* tabela */



.btnNew {
    display: block;
    background: #d26f1b url(../img/icon-add.png) center center no-repeat;
    height: 43px;
    width: 43px;
    border-radius: 100px;
    text-align: center;
    top:-21px;
    right: -21px;
    position: absolute;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
    z-index: 1;
}

.btnDelete {
    display: block;
    background: #d26f1b url(../img/icon-delete.png) center center no-repeat;
    height: 43px;
    width: 43px;
    border-radius: 100px;
    text-align: center;
    top:-21px;
    right: -21px;
    position: absolute;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
    z-index: 1;
}


.btnNewImport {
    display: block;
    background: #d26f1b url(../img/icon-excel.png) center center no-repeat;
    height: 43px;
    width: 43px;
    border-radius: 100px;
    text-align: center;
    top:-21px;
    right: 30px;
    position: absolute;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
    z-index: 1;
}

.btnNew:hover {
    color: #FFF;
    background-color: #d26f1b ;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
}
.btnNew:focus {
    color: #FFF;
    background-color: #db9523;
    outline: 0;
}
.btnNew .glyphicon.glyphicon-plus{
    left: 1px;
}

.btnNew.mobile{
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    top: 0;
    left: 0;
    background-image: none;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 10px;
    width: 40%;
    height: auto;
}




.bg-table{
    background: #eeeef0;
    padding: 10px 25px 25px 25px;
}

.bg-table.mobile .icons{
    width:70px ;
}

.bg-table.mobile td a:first-child{
    margin-right: 30px;
}

table {
    background-color: none;
    border-collapse: separate;
}

.table{
    margin-bottom: 0;
    background: none;
}

.larg-actions{
    display: inline-block;
    width: 100px;
}

.table>thead>tr>th {
    text-transform: uppercase;
    font-weight: 700;
    color:#636363;
    font-size: 13px;
    background: #eeeef0;
    border: none;
    padding: 15px;
}


.table > tbody > tr.separator{
    border: none;
    box-shadow: none;
}

.table > tbody > tr > td{
    padding: 13px;
    font-weight: 400;
    color:#5a5a5a;
    font-size: 14px;
    background: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
}

.table > tbody > tr:hover > td{
    border-top: 2px solid #d68500;
    border-bottom: 2px solid #d68500;
    transition: all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
}

.table > tbody > tr > td:first-child{
    border-left: 2px solid #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.table > tbody > tr > td:last-child{
    border-right: 2px solid #fff;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;

    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table > tbody > tr:hover > td:first-child,.table > tbody > tr:hover > td:last-child{
    border-color: #d68500;
}

.table > tbody > tr > td {
    -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.02);
}

.table > tbody > tr.separator > td{
    padding: 8px;
    background:none;
    border: none;
}

table td:last-child {
    width: 180px;
}

.table > tbody > tr.separator{
    border: none;
    box-shadow: none;
}

/* tabela com header */
.header-table{
    border: 1px solid #ececf1;
    background: #fff;
    padding: 20px 40px 20px 8px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 40px;
}

.bg-table.with-header{
    margin-top: 0;
}

.header-table img, .header-table img + div{
    float: left;
}

.header-table img{
    margin-right: 10px;
}

.header-table span{
    color: #717073;
}

.header-table span:last-child{
    font-size: 14px;
    font-weight: 600;
}

.header-table li{
    display: inline-block;
    padding: 0 30px;
    border-right: 1px solid #ececf1;
}

.header-table li:last-child{
    border: none;
}

/* fim tabela com header */

/* Fim corpo tabela */

.menu .circle{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #AFB7C3;
    height: 4px;
    width: 4px;
    display: inline-block;
}

table td.actions:last-child{
    width: 5%;
}

td.actions .pull-right{
    position: relative;
    margin-right: 25px;
}

td.actions .menu{
    position: absolute;
    top:0;
    left: 50%;
    opacity: 1;
    display: inline-block;
    transition: all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    width:20px;
    margin-left: -10px;
}

td.actions .menu-invisible{
    position: absolute;
    top: 0px;
    left: -7px;
    opacity: 0;
    display: inline-block;
    transition: all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    width:90px;
    margin-left: -52px;
}

td.actions .menu-invisible.one{
    left:3px;
}

td.actions .menu-invisible a{
    margin-right: 15px;
}

tr:hover td.actions .menu{
    opacity: 0;
}

tr:hover td.actions .menu-invisible{
    top: 0px;
    left: 20px;
    opacity: 1;
}

tr:hover td.actions .menu-invisible.one{
    left: 50px;
}

.with-checkbox input{
    margin-right: 5px;
    width: auto;
    display: inline-block;
}

tr:hover td {
    color: #89919F;
}

/* fim tabela */


/* paginacao */

.pagination{
    margin-top: 20px;
}

.pagination li a, .page-link:focus {
    margin-left: 12px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 27px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: none;
    color: #676767;
    border: 1px solid #CBCBCB!important;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
}

.page-item.active .page-link{
    background-color: #d26f1b;
    border-color: #d26f1b;
}

.page-item.active .page-link:hover{
    background-color: #e69b20;
    border-color: #e69b20;
}

.primeiro.disabled a{
    background: url(../img/icon-primeira-disable.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.ultimo.disabled a{
    background: url(../img/icon-ultima-disable.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.primeiro a{
    background: url(../img/icon-primeira.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.anterior a{
    background: url(../img/icon-anterior.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.proximo a{
    background: url(../img/icon-proxima.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.ultimo a{
    background: url(../img/icon-ultima.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.primeiro a:hover{
    background:#e9ecef url(../img/icon-primeira.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.anterior a:hover{
    background:#e9ecef url(../img/icon-anterior.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.proximo a:hover{
    background: #e9ecef url(../img/icon-proxima.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.ultimo a:hover{
    background: #e9ecef url(../img/icon-ultima.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.page-item:first-child .page-link, .page-item:last-child .page-link{
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.page-link:hover{
    color: #d68501;
}
/* fim paginacao */


.content{
    position: relative;
    padding: 30px 0;
}

.barra-busca.small h2{
    float: none;
    text-align: left;
}

.logada .content{
    margin-top: 102px;
}



.admin.com-bi .content{
    margin-top: 142px;
}

.logada h3{
    color: #521266;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.logada form h3:first-child + .row{
    margin-bottom: 90px;
}

.logada .add-especialidade{
    float: right;
    margin-top: -4px;
    padding: 12px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #9e9daa url("../img/bt-add.png") center center no-repeat;
    background-color: #b5b4c2;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
}

.logada .add-especialidade:hover{
    background-color: #c2c1cf;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
}

.logada form .actions{
    float: right;
    margin-top: 40px;
}

.logada .actions button {
    font-size: 17px;
    color: rgb(255, 255, 255);

    float: left;
    padding: 12px 28px;
}

.logada .actions button:first-child{
    background: #9e9daa;
    margin-right:15px;
}

.logada .actions button:last-child{
    background: #d26f1b;
}

.logada .actions button:first-child:hover{
    background: #b8b7c6;
}

.logada form > a{
    float: left;
    margin-top: 50px;
}






/* material design */

/*
.group {
	position: relative;
	margin-bottom: 50px;
}

input {
	font-size: 15px;
	padding: 8px 0px 8px 0px;
	display: block;
	border: none;
	border-bottom: 1px solid #CECECE;
	width: 100%;
	color: #fff;
	background: transparent;
}

input:focus {
	outline: none;
}

.group label {
	color: #fff;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	top: 10px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
  font-size: 15px;
}

input:focus~label,
input:valid~label {
	top: -15px;
	Font-size: 12px;
	color: #ffd3ae;
}

.bar {
	position: relative;
	display: block;
}

.bar:before,
.bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #848484;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.bar:before {
	left: 50%;
}

.bar:after {
	right: 50%;
}

input:focus~.bar:before,
input:focus~.bar:after {
	width: 50%;
}

input:focus~.highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

.radio-btn {
	height: 63px;
}

textarea {
	width: 100%;
	border: 1px solid #CECECE;
	padding: 10px;
	color:#4b4b4b;
	font-size: 15px;
}

.mdl-radio__ripple-container {
	top: 0px;
	left: -4px;
	width: 24px;
	height: 24px;
}

.col-sm-6.col-md-4 .mdl-radio:first-child {
	margin-right: 20px
}

.mdl-radio.is-upgraded {
	margin-right: 19px;
	padding-left: 20px;
}

.mdl-radio.is-checked .mdl-radio__outer-circle,
.mdl-radio__outer-circle {
	border: 2px solid rgb(206, 206, 206);
}

.mdl-radio__inner-circle {
	background: rgb(165, 165, 165)
}

.mdl-radio__ripple-container .mdl-ripple {
	background: rgb(200, 213, 112)
}

.mdl-radio__label {
	color: #fff;
	font-weight: 400;
	font-size: 14px
}

.l-radio,
.l-dropdown {
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

.checkbox{
  margin-top: 10px;
}

.checkbox label, .checkbox input:valid~label{
  display: inline-block;
  width: auto;
  color: #fff;
  font-size: 14px;
}

.checkbox input{
  display: inline-block;
  width: auto;
  padding-top: 8px;
  top: 3px;
  position: relative;
}

.radio-inline input, .radio-inline span{
  display: inline-block;
  width: auto;
}

.parceiro .radio-inline span{
  height: 25px;
}


.form-group .radio-inline:last-child{
  margin-right: 0;
}

.form-group.radio{
  margin: 25px 0 50px;
}

.group.diferent{
  margin-top: 25px;
}*/

/* fim material design */

/* formulario */

.parceiro .form-group.radio{
    margin: 25px 0;
}

.parceiro .radio-inline span{
    height: 25px;
    display: inline-block;
}

.mdl-textfield {
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px 0;
    display: block;
    margin-top: 10px;
}
.mdl-textfield__label {
    font-size: 14px;
    letter-spacing: 0;
    color: #96adc7;
}
.mdl-textfield__label:after {
    background-color: #fa883b;
    bottom: 10px;
}
.mdl-textfield__input {
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
    padding: 4px 0;
    color: #fff;
    border-radius: 0;
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #ffd3ae;
    font-size: 12px;
}
.participar input[type="button"] {
    width: 384px;
    height: 55px;
    border-radius: 100px;
    background-color: #fa883b;
    color:#FFF;
    border: none;
    cursor:pointer;
    margin-top: 50px;
}

.form-group.margin{
    margin-top: 10px;
}


.pilar .mdl-textfield__input{
    color: #fff;
}

.pilar .mdl-textfield--floating-label.is-dirty .mdl-textfield__label{
    color:#ffd3ae;
}

.pilar textarea{
    color: #fff;
}
/* fim formulario */








/* login */
.login .inicio {
    background: url(../img/bg-login.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login .box  {
    width: 330px;
    height: 355px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 0 15px;
}

.login .group {
    margin: 40px 0;
}

.login .box > button {
    background: #d26f1b;
    border: none;
    border-radius: 100px;
    color: #FFF;
    width: 100%;
    padding: 18px 20px;
    font-size:14px ;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 40px;
}

.login .box.nova-senha > button{
    margin-top: 25px;
}


.login .box > button:hover {
    background: #d59c3e;
}

.login .alert{
    background-color: rgba(0,0,0,0.3);
    color: #Fff;
    padding: 9px 0 9px 13px;
    margin-bottom: 25px;
    font-size: 13px;
}

.login .alert button{
    padding: 0;
    top: 3px;
    right: 3px;
}

.login .alert button span{
    color: #fff;
    text-shadow: none;
}


.login h2{
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 600;
    margin-bottom: 22px;
}

.login .checkbox input{
    margin-right: 10px;
}

.login .box a{
    color: #fff;
    font-size: 14px;
    display: block;
}

.login .box > button + a{
    margin-top: 15px;
    text-align: center;
}

.login .form-group{
    margin-bottom: 18px;
}

.login .form-control {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 50px;
    padding-left: 50px;
    border: none;
}

.login .user {
    background: rgba(255, 255, 255, 0.2) url(../img/icon-user.png) 15px center no-repeat;
    color: #FFF;
}

.login .password {
    background: rgba(255, 255, 255, 0.2) url(../img/icon-senha.png) 15px center no-repeat;
    color: #FFF;
}

.login .email {
    background: rgba(255, 255, 255, 0.2) url(../img/icon-email.png) 15px center no-repeat;
    color: #FFF;
}


.login .form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
}
.login .form-control:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
}
.login .form-control::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
}
.login .form-control:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
}

.login .box.esqueceu-senha > button {
    margin-top:0;
}

.login .box.esqueceu-senha a{
    text-align: left;
}

.login .box p{
    text-align: center;
}

.login .box.nova-senha{
    height: 441px;
}

.login .box.nova-senha a:last-child{
    text-align: left;
}

.login footer{
    margin-top: 0;
}


/* fim login */









/* perfil saude */

#section1 {
    height: 30em;
}



* {
    box-sizing: border-box;
}

#regForm {
    background-color: #fff;
    margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    width: 100%;
    min-width: 600px;
}

h1 {
    text-align: center;
}

/*input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}*/


input.invalid {
    border-bottom: 1px solid #ae0000;
}

input.invalid + label{
    color:  #ae0000;
}

.logada.perfil-saude form .actions{
    margin-top: 0;
}

.logada.perfil-saude form h3:first-child + .row{
    margin-bottom: 0;
}


.tab {
    display: none;
}

button {
    background: #d26f1b;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #bbbbbb;
}


.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
    background: #d26f1b;
}


.step.finish {
    background-color: #4CAF50;
}

/* perfil saude */

/* mapeamento */


.mapeamento h3{
    color: #343434;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 0;
}

.mapeamento footer h3{
    line-height: 20px;
}
.mapeamento img.big{
    top: -20px;
    left: -17px;
    position: relative;
}

.mapeamento img.small{
    margin: 50px auto;
}


.mapeamento .box{
    margin: 0 auto 50px;
    position: absolute;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 40px;
    max-width: 450px;
    right:15px;
    top: 150px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 13px 8px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 13px 8px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 13px 8px rgba(0,0,0,0.08);
}

.mapeamento .box p{
    font-size: 18px;
    color: #343434;
    line-height: 20px;
    margin-bottom: 30px;
}
/* fim mapeamento */

/* parceiros logada */
.filters button, .btn-voltar{
    background: #9e9daa;
    font-size: 16px;
    padding: 12px 27px;
    float: right;
}

.btn-voltar{
    float: left;
    margin-top: 30px;
}

.parceiros .content .btn-group, .parceiros .content .btn-group-vertical{
    margin: 0 0 40px;
}

.mdl-textfield{
    margin-top: 13px;
}

.mdl-textfield__input{
    border-bottom: 1px solid #D5D5D5;
    color:  #555;
}

.mdl-textfield__label:after {
    background-color: #d5d5d5;
    bottom: 10px;
}


.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #919191;
    font-size: 14px;
}

.btn-group .btn-secondary, .btn-group-vertical .btn-secondary{
    background-color: transparent;
    border-color: #c8c8ce;
    color: #acacac;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 4px 30px;
    font-size: 15px;
    box-shadow: none;
}

.btn-group .btn-secondary:not([disabled]):not(.disabled).active, .btn-group-vertical .btn-secondary:not([disabled]):not(.disabled).active,
.btn-group .btn-secondary:not([disabled]):not(.disabled):active, .btn-group-vertical .btn-secondary:not([disabled]):not(.disabled):active,
.btn-group .show>.btn-secondary.dropdown-toggle, .btn-group-vertical .show>.btn-secondary.dropdown-toggle,
.btn-group .btn-secondary.focus, .btn-group-vertical .btn-secondary.focus,
.btn-group .btn-secondary:focus, .btn-group-vertical .btn-secondary:focus{
    color: #fff;
    background-color: #c8c8ce;
    border-color: #c8c8ce;
    box-shadow:none;
}

.btn-group .btn-secondary.focus,.btn-group-vertical .btn-secondary.focus,
.btn-group .btn-secondary:focus, .btn-group-vertical .btn-secondary:focus{
    outline: 0;
    box-shadow: none;
}

.parceiros .bg-cinza{
    background: #f7f7f7;
    padding: 30px 0;
}

.parceiros .bg-cinza h3{
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 30px;
    color: #000;
}

.parceiros .box{
    width:400px;
    margin-bottom: 20px;
}

.parceiros .bg-cinza .row > div{
    margin-bottom: 40px;
}

.parceiros .btn-call-to-action{
    margin-top: 0;
}

.parceiros .box .img{
    position: relative;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft:5px;
    border-top-right-radius: 5px;
    border-top-left-radius:5px;
    background-size: cover;
    height: 260px;
}

.parceiros .box .img{
    position: relative;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft:5px;
    border-top-right-radius: 5px;
    border-top-left-radius:5px;


    background-size: cover;
    height: 260px;
}

.estabelecimento .box .img.cegir{
    background: url("../img/img-cegir.png") top center no-repeat;
    background-size: cover;
}

.estabelecimento .box .img.dali{
    background: url("../img/img-dali.png") top center no-repeat;
    background-size: cover;
}

.estabelecimento .box .img.esp{
    background: url("../img/img-esp.png") top center no-repeat;
    background-size: cover;
}

.estabelecimento .box .img.paraser{
    background: url("../img/img-paraser.png") top center no-repeat;
    background-size: cover;
}

.estabelecimento .box .img.war{
    background: url("../img/img-war.png") top center no-repeat;
    background-size: cover;
}

.estabelecimento .box .img.base{
    background: url("../img/img-base.png") top center no-repeat;
    background-size: cover;
}

.profissional .box .img{
    background: url("../img/img-profissional.png") top center no-repeat;
    background-size: cover;
}

.parceiros .img span{
    position: absolute;
    top:20px;
    right:20px;
    background: #d26f1b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    width: 57px;
    height: 57px;
    text-align: center;
    border: 1px solid #fff;
    padding: 19px 0;
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.parceiros .box .descricao{
    background: #fff;
    padding: 20px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.parceiros .box .descricao h4{
    font-size: 16px;
    color: #333;
    background: none;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.parceiros .box .descricao p{
    font-size: 14px;
    color: #5f5f5f;
}


.parceiros .box .descricao p:last-child{
    margin-top: 7px;
}

.parceiros .color-overlay{
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
}

.parceiros .box img{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
}

.parceiros .box:hover img,  .parceiros .box:hover .color-overlay{
    opacity: 1;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
}

.parceiros-detalhe .row > div:first-child{
    padding-right: 0;
}

.parceiros-detalhe .content .row > div:last-child{
    padding-left: 0;
}


.parceiros-detalhe.profissional .img{
    background: url("../img/img-profissional.png") top center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.parceiros-detalhe.estabelecimento .img{
    background: url("../img/img-estab-1.png") top center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.parceiros-detalhe .content{
    background: #eff1f3;
}

.parceiros-detalhe .descricao{
    padding: 40px;
    background: #fff;
}

.parceiros-detalhe .btn-call-to-action{
    padding: 12px 40px;
}

.parceiros-detalhe .row > div:last-child {

}

.parceiros-detalhe .descricao > span:first-child{
    width: 56px;
    height: 56px;
    display: block;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.parceiros-detalhe .descricao span.restaurante, .parceiros-detalhe .descricao span.pizzaria{
    background: #521266 url("../img/icon-restaurante.png") center center no-repeat;
}

.parceiros-detalhe.profissional .descricao span.medico{
    background: #521266 url("../img/icon-medico.png") center center no-repeat;
}
.parceiros-detalhe.profissional .descricao span.hotel{
    background: #521266 url("../img/icon-hotel.png") center center no-repeat;
}

.parceiros-detalhe.profissional .descricao span.cinema{
    background: #521266 url("../img/icon-cinema.png") center center no-repeat;
}

.parceiros-detalhe.profissional .descricao span.entretenimento{
    background: #521266 url("../img/icon-entretenimento.png") center center no-repeat;
}

.parceiros-detalhe.profissional .descricao span.clinica{
    background: #521266 url("../img/icon-clinica.png") center center no-repeat;
}

.parceiros-detalhe .descricao h4{
    display: block;
    float: left;
    color: #5f5d65;
    font-size: 32px;
    font-weight: 500;
    margin: 14px 0 0 6px;
}

.parceiros-detalhe .descricao .float-left > span{
    float: none;
    color: #5f5d65;
    margin-top: 8px;
    display: block
}

.parceiros-detalhe .descricao .txt{
    font-size: 16px;
    color: #7e7e7e;
    line-height: 20px;
    margin: 30px 0;
}

.parceiros-detalhe .descricao p.destaque{
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.parceiros-detalhe .descricao span.destaque{
    color: #d68500;
    display: block;
    font-weight: 600;
}

.parceiros-detalhe.profissional .descricao span.destaque{
    font-size: 15px;
}

.parceiros-detalhe.profissional .descricao span.destaque.big{
    font-size: 30px;;
}

.parceiros-detalhe.profissional .descricao h4{
    margin: 4px 0 0 0;
    font-size: 28px;
    float: none;
}

.parceiros-detalhe.profissional .descricao .float-left{
    margin-left: 6px;
}





.parceiros-detalhe .descricao .big{
    font-size: 56px;
    margin-top: 10px;
    font-family: "Montserrat", sans-serif;
}


.parceiros-detalhe footer{
    margin-top: 0;
}


.parceiros-detalhe .mais-detalhes {
    padding:27px 0 40px;
    background: #eff1f3;
}

.parceiros-detalhe .mais-detalhes h5{
    font-family: 'OpenSans', sans-serif;
    font-size: 14px;
    color: #521266;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 22px;
    padding:4px 0 0 23px;
}

.parceiros-detalhe .mais-detalhes h5.onde{
    background: url("../img/icon-onde.png") 0px center no-repeat;
}

.parceiros-detalhe .mais-detalhes h5.quando{
    background: url("../img/icon-quando.png") 0px center no-repeat;
}

.parceiros-detalhe .mais-detalhes h5.funciona{
    background: url("../img/icon-funciona.png") 0px center no-repeat;
}

.parceiros-detalhe .mais-detalhes span{
    font-weight: 600;
    color: #5f5f5f;
    font-size: 16px;
}

.parceiros-detalhe .mais-detalhes p {
    color: #999999;
    font-size: 16px;
    margin-top: 20px;
    line-height: 23px;
}

/* fim parceiros logada */

/* dados cadastrais */
.main-nav .dropdown{
    position: relative;
    right: 15px;
    top: 6px;;
    transform: none;
}

.btn-group .btn-secondary.dropdown-toggle{
    background-color: #e7e7e7;
    border: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding:4px 4px 0px;
    font-size: 13px;
    box-shadow: none;
}

.dropdown-toggle> span:first-child{
    text-align: right;
    display:inline-block;
    color: #521266;

}

.icon-leave{
    background: url("../img/icon-leave.png") center center no-repeat;

    height: 29px;
    display:inline-block;
    width:29px;
}

.dropdown-toggle::after{
    display: none;
}

.dropdown-item{
    font-size: 14px;
    color: #494949;
    text-align: right;
}

.msg{
    background: #efefef;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.msg p{
    color:#68686c;
    font-size: 16px;
    min-height: 23px;
    padding:5px 0 0 29px;
}

.msg .red{
    background: url("../img/icon-ruim.png") no-repeat;
}

.msg .yellow{
    background: url("../img/icon-medio.png") no-repeat;
}

.msg .green{
    background: url("../img/icon-bom.png") no-repeat;
}

.msg p span{
    font-weight: 600;
    color:#68686c;
}

.msg .progress{
    margin-top: 13px;
    background: #dddddd;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
/* fim dados cadastrais */

/* perfil saude */

.perfil-saude .content{
    background: url("../img/bg-perfil.png") no-repeat;
    background-size: cover;
    height: 730px;
}

.perfil-saude .box{
    background: #fff;
    padding: 20px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-height: 640px;
    overflow-x: auto;
}

.perfil-saude .msg p{
    font-size: 14px;
}

.perfil-saude .content h3{
    font-size: 22px;
    color: #4e4d57;
    font-weight: 600;
    text-align: center;
}

.perfil-saude .navegacao{
    position: relative;
    margin: 20px 0 10px;
    height: 38px;
}

.perfil-saude .steps{
    position: absolute;
    margin-left:-32px;
    left: 50%;
    top: 11px;
}

.perfil-saude #prevBtn, .perfil-saude #nextBtn{
    position: absolute;
}

.perfil-saude #prevBtn{
    left: 5px;
}

.perfil-saude #nextBtn{
    right: 5px;
}

.perfil-saude footer{
    margin: 0;
}

dl.dropdown{
    border:1px solid #D5D5D5;
    border-bottom: 0;
    transform: none;

}

.dropdown dd ul{
    width: 100%;
    background: #eaeaea;
    height: 96px;
}

.mutliSelect ul li{
    margin: 10px 0;
    color: #8b8b8b;
}


.mutliSelect ul li input:first-child{
    top: 1px;
    margin-right: 6px;
    position: relative;
    padding: 7px;
}




/* fim perfil saude */

/* modal */
.modal-header{
    border-color:#521266;
}

.modal-header h5{
    color: #521266;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.modal-footer{
    border: none;
}

.modal-footer button{
    padding: 9px 22px;
    font-size: 12px;
    text-transform: uppercase;
}

.modal-footer button:first-child{
    background: none;
    color: #b40000;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
}

.modal-footer button:first-child:hover{
    background: #eeeef0;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
}

.modal-footer button:last-child{
    background: #2ed601;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
}

.modal-footer button:last-child:hover{
    background: #69e947;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
}
/* fim modal */

/* fim area admin */


/* footer */

footer{
    margin-top: 40px;
}

.pilar footer{
    margin-top: 0;
}

footer .bg-roxo{
    background: #61136d;
    padding: 32px 0 18px;
}

footer ul li{
    margin-bottom: 14px;
}

footer ul li a{
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
    transition:  all 0.9s;
}

footer ul li a:hover{
    color: #ffdcab;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
    text-decoration: none;
}


footer .fale-conosco p{
    font-size: 14px;
    margin-bottom: 14px;
    color: #fff;
    line-height: 12px;
}

footer h3{
    font-size: 14px!important;
    color: #ffdcab!important;
    font-weight: 500!important;
    margin-bottom: 32px!important;
}

footer .rede-social{
    text-align: right;
}

footer .rede-social ul li{
    display: inline-block;
}

footer .rede-social ul li a{
    display: block;
}

footer .rede-social ul li:first-child a{
    margin-right: 5px;
}

/*
footer .rede-social ul li:first-child a{
  background: url("../img/facebook.png") no-repeat;
}

footer .rede-social ul li:last-child a{
  background: url("../img/instagram.png") no-repeat;
}*/

footer .bg-branco{
    background: #fff;
    padding:8px 0;
}

footer .bg-branco a{
    float: left;
}

footer .bg-branco p{
    float: right;
    color: #61136d;
    font-size: 12px;
    margin-top: 20px;
}



/* fim footer */

/* agenda */



.logada.agenda .form-control::placeholder, .logada.agenda textarea::placeholder{
    color: #919191!important;
}

.logada.agenda textarea{
    border:1px solid #ccc;
}

.agenda.logada .filters button{
    float: left;
    margin-top: 27px;
    padding: 7px 17px;
}

.agenda .add-compromisso{
    float: right;
}

.agenda .eventos ul li{
    background: #ccc;
}

.icon {
    display:block;
    position:relative;
    width:100%;
    height:100%;
    background-color:#fff;
    margin:0;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    overflow:hidden;
}

.icon * {
    display:block;
    width:100%;
    font-weight:700;
    font-style:normal;
    text-align:center;
}

.icon .month {
    text-transform:uppercase;
    font-size:14px;
    color:#fff;
    background-color:rgba(0,0,0,.1);
    padding:7px 0;
    border-bottom:1px solid rgba(0,0,0,.2);
}

.icon .day {
    font-size:28px;
    color:#fff;
    padding:0;
    padding-top:16px;
}

.icon .week {
    font-size:12px;
    line-height:16px;
    color:#fff;
    padding:5px 0;
    padding-bottom:10px;
}

.icon.monday {
    background-color:#ff8700;
    box-shadow:0 1px 0 #ff8700,0 2px 0 #fff,0 3px 0 #ff8700,0 4px 0 #fff,0 5px 0 #ff8700,0 0 0 1px #fff;
    color:#fff!important;
}

.agenda .bg-cinza{
    background: #efeff4;
    padding: 20px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.agenda .texto .row .col-sm-6:first-child{
    margin-bottom: 30px;

}

.agenda .texto .row > .col-sm-6 > div{
    margin-top: 4px;
}

.agenda .texto img{
    margin-right:5px;
}

.agenda .descricao p{
    font-size: 13px;
    color: #878997;;
}

.logada.agenda h3{
    margin-bottom: 20px;
}

.agenda .float-left p:first-child, .agenda .descricao img + p{
    margin-bottom: 5px;
    font-size: 12px;
    color: #878997;
    text-transform: uppercase;
}

.agenda .descricao img + p{
    margin-top: 15px;
}

.agenda .descricao p:last-child{
    margin-top: 15px;
    font-size: 16px;
    color: #3f414d
}

.agenda .float-left p:first-child + p{
    font-size: 16px;
    color: #3f414d;
}

.agenda .add-compromisso{
    margin-bottom: 10px;
    float: right;
}

/* fim agenda */

/* ajustes */

.content.results{
    margin-top: 10px;
    padding: 0;
}

.content.results .container-fluid{
    padding: 0 40px 0 15px;
}

.filters a{
    margin: 10px 27px 0 0;
}


/* fim ajustes */


/* Medias queries */

@media (max-width: 415px){
    /*.outras-noticias h4{
      top: 29px;
      font-size: 19px;
      line-height: 25px;
      padding: 20px;
   }*/
}

@media (min-width: 415px) and (max-width: 576px){
    /*.outras-noticias h4{
      font-size: 47px;
      line-height: 50px;
      top: 40px;
    }*/
}

@media (max-width: 576px) {
    .agenda .bg-cinza .texto{
        margin-top: 20px;
    }

    .agenda .float-left> p{
        display: inline-block;
    }

    .agenda .texto img, .agenda .descricao img{
        width: 10%;
    }

    .agenda .descricao img + p {
        margin-top: 5px;
    }

    .icon .day{
        padding-top: 10px;
    }

    .agenda .descricao p:last-child{
        margin-top: 3px;
    }

    .agenda .texto .row > div{
        margin-bottom:20px;
    }
    .mapeamento .box{
        margin: 0 auto;
    }
    .btnNew.big{
        display: none;
    }

    .logada form h3:first-child + .row{
        margin-bottom: 45px;
    }

    .admin.logada form > a{
        margin-top: 10px;
        text-align: center;
        width: 100%;
        position: relative;
        top: 55px;

    }

    .logada form .actions{
        float: right;
        margin-top: 30px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }


    .main-nav .navbar-brand{
        background: url(../img/logo-use-vida-original-small.png) no-repeat!important;
    }
    .noticias-relacionadas .relative {
        margin-bottom: 50px;
        height: auto;
    }

    .noticias-relacionadas h4{
        padding: 0;
        position: relative;
        top: 0;
        margin-top: 10px;
        height: auto;
        color: #454545;
        font-size: 20px;
        text-align: left;
        line-height: 27px;
        font-family: 'OpenSans', sans-serif;
        letter-spacing: 0
    }

    .noticias-relacionadas .gradient-overlay, .noticias-relacionadas .color-overlay{
        display: none;
    }

    .noticias-relacionadas h5 {
        font-size: 25px;
        margin: 40px 0 20px;
    }

    .detalhe-noticia .conteudo{
        top: 0px;
        margin-top: 30px;
        padding:20px;
    }

    body.info-vida-interna{
        background:#ededed;
    }

    .detalhe-noticia h2 + span + p {
        margin-top: 36px;
    }

    .detalhe-noticia h2 {
        margin: 33px 0 19px 0;
    }

    .img-conteudo {
        margin: 25px 0;
        height: 150px;
    }

    .box-video {
        width: 100%;
        margin:25px auto;
    }

    .video {
        width: 100%;
        height: 150px;
    }

    .video iframe{
        width: 100%;
        height: 150px;
    }

    .detalhe-noticia .btn-call-to-action{
        margin-top: 27px;
    }

    .outras-noticias {
        padding: 30px 0;
    }

    .bg-text {
        padding: 0;
        top: 0;
        position: relative;
        background: none;
        margin-top: 12px;
        width: 100%;
    }

    .destaque h3{
        font-size: 16px;
        margin: 10px 10px 25px 0px;
        color: #000;
        padding-left: 15px;
        line-height: 25px;
    }

    .destaque a:hover .bg-text{
        background: none;
    }


    .outras-noticias .btn-call-to-action{
        margin-top:0;
    }

    .bg-text > span{
        padding: 7px 15px;
        font-size: 13px;
        position: relative;
        top: 0;
        width: 50%;
        text-transform: uppercase;
    }

    .outras-noticias h5{
        display: block;
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .destaque.todas .relative {
        margin-top: 215px;
    }



    .barra-busca h2{
        float: none;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .busca {
        float: none;
    }

    .busca form{
        margin-top: 10px;
    }

    .img-destaque{
        height: 120px;
    }

    .vantagens h2{
        font-size: 20px;
        line-height: 28px;
    }

    /*.btn-group{
      display: none;
    }*/

    .parceiros .filters .btn-group{
        display: none;
    }

    .parceiros .filters .btn-group-vertical{
        display: block;
        margin-bottom: 20px;
    }

    .parceiros .filters .btn-group-vertical .btn-secondary:first-child{
        margin-bottom: 0;
    }

    .btn-group-vertical>.btn:first-child:not(:last-child){
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical>.btn:last-child:not(:first-child){
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group-vertical .btn-secondary{
        font-size: 13px;
        padding: 10px 30px;
    }

    .parceiros .bg-cinza h3{
        font-size: 18px;
        line-height: 24px;
    }

    .parceiros .btn-call-to-action{
        padding:10px 0 ;
        width: 100%;
        font-size: 16px;
    }

    .parceiros-detalhe .img{
        height: 250px;
    }

    .parceiros-detalhe .descricao h4{
        font-size: 18px;
        margin: 10px 0 0 6px;
    }

    .parceiros-detalhe .descricao > span:first-child {
        width: 35px;
        height: 35px;
    }

    .parceiros-detalhe .descricao {
        padding: 0;
        margin-top: 20px;
    }

    .parceiros-detalhe .descricao p.destaque {
        font-size: 15px;
    }

    .parceiros-detalhe .descricao .big {
        font-size: 45px;
    }

    .parceiros-detalhe .btn-call-to-action {
        font-size: 18px;
        padding: 12px 37px;
        width: 100%;
        margin: 30px 0;
    }

    .parceiros-detalhe .btn-call-to-action {
        padding: 12px 20px;
    }

    .parceiros-detalhe .mais-detalhes h5{
        line-height: 20px;
    }

    .mais-detalhes .row > .col-sm-4:first-child + .col-sm-4 h5{
        margin-bottom: 35px;
    }

    .parceiros-detalhe .row > div:first-child{
        padding-right: 15px;
    }

    .parceiros-detalhe .content .row > div:last-child{
        padding-left: 15px;
    }

    .mais-detalhes .col-sm-4{
        margin-bottom:40px;
    }

    .parceiros-detalhe .mais-detalhes span{
        margin-top: 10px;
        display: inline-block;
    }

    .parceiros-detalhe.profissional .margin{
        margin-bottom: 30px;
    }

    .parceiros-detalhe.profissional .mais-detalhes .container-fluid > .row > .col-sm-4{
        margin-top: 30px;
    }

    footer .fale-conosco p{
        font-size: 12px;
    }

    footer .rede-social{
        text-align: left;
        margin-top: 20px;
    }


}

@media (min-width: 577px){
    .btn-group-vertical{
        display: none;
    }

    .btnNew.mobile{
        display: none;
    }
}



@media (min-width: 577px) and (max-width: 767px) {
    .agenda .texto img, .agenda .descricao img{
        display: none;
    }

    .agenda .descricao img + p, .agenda .descricao p:last-child{
        margin-top: 0;
    }



    .outras-noticias h4{
        top: 45px;
        line-height: 20px;
        padding: 0 10px;
    }
    .noticias-relacionadas .relative{
        height: 106px;
    }

    .noticias-relacionadas h4{
        font-size: 13px;
        height: 53px;
        margin-top: -26px;
        line-height: 15px;
        padding: 0 5px;
    }

    .bg-text{
        padding: 20px;
        top: 157px;
    }

    .destaque h3{
        font-size: 20px;
        margin-top: 10px;
    }

    .bg-text > span{
        padding: 5px 10px;
        font-size: 14px;
    }
}



@media (max-width: 767px) {

    .depoimentos .row > .col-md-6:first-child{
        margin-bottom:60px;
    }
    .parceiros-detalhe .content .row > div:last-child{
        padding-left: 15px;
    }

    .parceiros-detalhe .row > div:first-child{
        padding-right: 15px;
    }

    .parceiros-detalhe.profissional .img, .parceiros-detalhe.estabelecimento .img{
        height: 250px;
    }

    .btnNew{
        width: 30px;
        height: 30px;
        padding: 16px;
    }

    .inicio {
        padding: 0;
        display: table;
        margin: 0;
        max-width: none;
        background: transparent;
        height: 100vh;
        position: relative;
    }

    .btn-topo {
        display: none !important;
    }
    .box-inicio {
        position: absolute;
        bottom:0;
        left:0;
        right:0;
        top:0;
        margin:auto;
        height: 350px;
        max-width: auto;
    }

    .hideme {
        opacity: 1;
    }


    .outras-noticias h4 span{
        display: none;
    }

    .inicio img {
        display: none;
    }

    .inicio p.left,  .inicio p.right {
        display: none;
    }

    .inicio .txt-mobile{
        display: block;
        margin-top: 91px;
        text-align: center;
        padding: 0 10px;
    }

    .inicio .txt-mobile p{
        font-family: "Montserrat", sans-serif;
        font-size: 25px;
        line-height: 49px;
    }

    .quem-somos {
        padding: 20px 0;
    }

    .quem-somos .container .row > div:last-child p{
        margin-bottom: 0;
    }

    .quem-somos img {
        margin-bottom: 10px;
    }

    .quem-somos p{
        margin-bottom: 50px;
    }

    .quem-somos h2{
        margin:10px 0px 20px;
        font-size: 35px;
        line-height: 39px;
    }

    .quem-somos .btn-call-to-action{
        background: #d26f1b;
        font-size: 15px;
        padding: 15px 30px;
        margin-top: 25px;
        width: 100%;
    }

    .barra-busca h2{
        float: none;
        text-align: left;
        margin-top: 0;
    }

    .barra-busca ul li{
        margin-right: 2px;
    }

    .busca{
        float: none;
        margin-top: 10px;
    }

    .barra-busca form {
        width: 100%;
        margin-top: 10px;
    }

    .vantagens .txt, .vantagens img{
        float: none;
    }

    .empresa .vantagens h3{
        margin-bottom: 10px;
    }

    .parceiro .vantagens h3{
        margin-bottom: 10px;
    }

    .funcionario .vantagens h3{
        margin-bottom: 10px;
    }

    .empresa .vantagens .row > div{
        margin-bottom: 50px;
    }

    .parceiro .vantagens .row > div{
        margin-bottom: 50px;
    }

    .funcionario .vantagens .row > div{
        margin-bottom: 50px;
    }

    .pilar .inicio h2{
        font-size: 44px;
        bottom: 21%;
        line-height: 55px
    }

    .inicio .btn-call-to-action {
        position: absolute;
        bottom: 18%;
        position: absolute;
        background-color: rgba(255,158,0,0.5);
        padding: 15px 46px;
        font-size: 25px;
    }

    .logo1, .logo2, .logo3, .logo4, .logo5, .logo6, .logo7, .logo8 {
        width: 100%;
    }


    .app .box{
        margin-bottom: 20px;
        text-align: center;
    }

    .app h3{
        font-size: 49px;
    }

    .app span {
        font-size: 15px;
        line-height: auto;
        width: auto;
        margin: 8px 0 0 0;
        text-align: center;
        float: none;
    }

    .app .row {
        margin-bottom: 70px;
    }

    .app img{

        float: none;
        margin: 0 auto 10px;;
    }

    .app .box{
        height: auto;
    }

    .arrow-inicio{
        bottom: 12px!important;
    }

    .contato h2, .contato span.tel{
        float: none;
    }

    .contato span.tel{
        margin: 20px 0 10px;
    }

    .contato .box p{
        margin-bottom: 10px;
    }


    /*

    .parallax-mirror img{
      display: none;
    }

    .inicio{
      height: 300px!important;
    }

    .mobile{
      background: url("../img/bg-empresa-mobile.png") no-repeat;
      background-size: cover;
      height: 400px;
      width: 100%;
      position: absolute;
    }

    .pilar .inicio h2{
      bottom: 41%;
    }*/

    footer h3{
        font-size: 13px!important;
        line-height: 17px;
        margin-bottom: 18px!important;
    }

    footer ul li a{
        font-size: 11px;
    }

    footer ul li {
        margin-bottom: 8px;
    }

    footer .rede-social img.img-responsive{
        max-width: 30px;
    }



    footer .bg-branco p{
        margin-top: 10px;
        float: none;
    }

    footer .bg-branco a{
        float: none;
    }


}


@media (min-width: 768px){


    .main-nav .navbar-brand{
        background: url("../img/logo-use-vida-branco.png") no-repeat;
        width: 88px;
        display: block;
    }




    .astonish {
        visibility: hidden;
    }
    .animated {
        visibility: visible;
    }



    .outras-noticias h4 span{
        display: block;
    }

    .relative.table-add{
        margin-top: 50px;
    }




}


@media (min-width: 768px) and (max-width: 991px) {
    .main-nav .nav-links li{
        width:65px;
    }

    .hideme {
        opacity: 1;
    }

    .btn-topo {
        display: none !important;
    }

    .outras-noticias h4{
        padding: 0 10px;
        line-height: 20px;
        top: 80px;
    }

    .noticias-relacionadas .relative{
        height: 148px;
    }

    .noticias-relacionadas h4{
        font-size: 14px;
        height: 74px;
        margin-top: -37px;
        line-height: 18px;
    }

    .bg-text{
        padding: 20px;
    }

    .destaque h3{
        font-size: 28px;
        margin-top: 10px;
    }

    .bg-text > span{
        padding: 5px 10px;
        font-size: 14px;
    }

    .inicio img {
        margin: 333px auto;
    }

    .inicio p{
        font-size: 14px;
    }

    .inicio p.left{
        top: 140px;
    }

    .inicio .big{
        font-size: 25px;
    }

    .inicio p.right {
        bottom: 132px;
    }

    .inicio p .extra-big {
        font-size: 28px;
    }

    .inicio p br{
        display: none;
    }

    .inicio p span{
        display: block;
        margin: 0;
        line-height: 34px;
        font-size: 18px;
    }

    .empresa .vantagens .row > div{
        height: 190px;
    }

    .parceiro .vantagens .row > div{
        height: 190px;
    }

    .funcionario .vantagens .row > div{
        height: 190px;
    }

    .empresa .vantagens .txt {
        width: 80%;
    }

    .parceiro .vantagens .txt {
        width: 80%;
    }

    .funcionario .vantagens .txt {
        width: 80%;
    }


    .logo1, .logo2, .logo3, .logo4, .logo5, .logo6, .logo7, .logo8 {
        width: 183px;
    }

    .app .box{
        padding: 10px;
    }

    .app span {
        font-size: 13px;
        line-height: 20px;
        width: 120px;
    }

    .app .box{
        height: 125px;
    }


}

@media (min-width: 991px) and (max-width: 1200px) {


    .noticias-relacionadas .relative{
        height: 165px;
    }

    .noticias-relacionadas h4{
        height: 82px;
        margin-top: -41px;
        line-height: 20px;
    }

    .inicio img {
        margin: 153px auto;
        width: 30%;
    }

    .inicio p{
        font-size: 20px;
    }

    .inicio p.left{
        top: 140px;
    }

    .inicio p .big{
        font-size: 23px;
    }

    .inicio p.right {
        bottom: 170px;
    }

    .empresa .vantagens .txt{
        width: 380px;
    }

    .parceiro .vantagens .txt{
        width: 380px;
    }

    .funcionario .vantagens .txt{
        width: 380px;
    }

    .empresa .vantagens .row > div{
        height: 150px;
    }

    .parceiro .vantagens .row > div{
        height: 150px;
    }

    .funcionario .vantagens .row > div{
        height: 150px;
    }

    .empresa .vantagens h2{
        margin-bottom: 50px;
    }

    .parceiro .vantagens h2{
        margin-bottom: 50px;
    }

    .funcionario .vantagens h2{
        margin-bottom: 50px;
    }

    .app span {
        font-size: 16px;
        line-height: 28px;
        width: 185px;
    }

    .app .box{
        height: 175px;
    }
}

@media (max-width: 991px) {

    .destaque .relative{
        margin-top:99px;
    }
    .card-info{
        display: none;
    }

    #menu-button{
        right: 120px;
        top: 5px;
    }

    .logada  #menu-button{
        top:1px ;
        right:80px ;
    }

    #menu-button {
        display: block;
    }

    .main-nav button{
        background: #fff;
        border: 1px solid #521266;
        color: #521266;
    }

    .main-nav .navbar-brand {
        background: url(../img/logo-use-vida-original.png) no-repeat;
        width: 218px;
        display: block;
    }

    .bg-table.desktop{
        display: none;
    }

    .bg-table.mobile{
        display: block;
    }

}

@media (min-width: 991px) {
    .card-info{
        display: block;
    }

    .detalhe-noticia .container, .noticias-relacionadas .container{
        padding: 0 100px;
    }

    .bg-text{
        padding: 50px;
    }

    .main-nav .nav-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
    }

    #menu-button {
        display: none;
    }

    .main-nav {
        background: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .main-nav.fixed-nav .navbar-brand {
        background: url(../img/logo-use-vida-original.png) no-repeat;
        width: 218px;
        display: block;

    }

    .main-nav button{
        position: relative;
        top:11px;
    }

    .main-nav.fixed-nav button{
        position: relative;
        top:6px;
    }

    .bg-table.desktop{
        display: block;
    }

    .bg-table.mobile{
        display: none;
    }


}

@media (max-width: 1200px){

    body.mapeamento{
        background: #f6f6f6;
    }

    .mapeamento img.big{
        display: none;
    }

    .mapeamento img.small{
        display: block;
    }

    .mapeamento .box{
        top:20px;
        position: relative;
        max-width: 100%;
        left: 5px;
    }

    .mapeamento h3{
        font-size: 18px;
    }

}

@media (min-width: 1200px){
    .inicio img{
        margin: 183px auto;
    }

    .vantagens img.margin {
        margin-top: 12px;
    }

    .empresa .vantagens .container{
        width: 645px;
    }

    .parceiro .vantagens .container{
        width: 645px;
    }

    .funcionario .vantagens .container{
        width: 645px;
    }

    .empresa .vantagens .txt {
        width: 225px;
    }

    .parceiro .vantagens .txt {
        width: 225px;
    }

    .funcionario .vantagens .txt {
        width: 225px;
    }

    .empresa .vantagens{
        background: url("../img/bg-vantagens-empresa.png") no-repeat;
        background-size: cover;
        height: 768px;
        position: relative;
    }

    .parceiro .vantagens{
        background: url("../img/bg-vantagens-parceiro.png") no-repeat;
        background-size: cover;
        height: 768px;
        position: relative;
    }

    .funcionario .vantagens{
        background: url("../img/bg-vantagens-funcionario.png") no-repeat;
        background-size: cover;
        height: 768px;
        position: relative;
    }

    .vantagens h2{
        color: #511863;
        font-size: 21px;
        letter-spacing: 4px;
        text-align: left;
    }

    .empresa .vantagens h2{
        margin-bottom: 40px;
    }

    .parceiro .vantagens h2{
        margin-bottom: 40px;
    }

    .funcionario .vantagens h2{
        margin-bottom: 40px;
    }

    .vantagens .container{
        float: right;
    }

    .empresa .vantagens .row > div{
        height: 210px;
    }

    .parceiro .vantagens .row > div{
        height: 210px;
    }

    .funcionario .vantagens .row > div{
        height: 210px;
    }

    .app span{
        width: 250px;
    }

    .contato .container{
        width: 750px;
    }

    /*.mapeamento .box{
      position: relative;
      top: 0px;
      margin: 0 auto;
      left: 5px;
    }*/

    .mapeamento img.small{
        display: none;
    }
}







/* Seta baixo */

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.arrow-inicio {
    cursor:pointer;
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
}
.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}


.select2-results__option--selectable {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 14px;
}



/* Seta baixo */
/* Geral */
.clear{
    clear: both;
}

body, p {
    font-family: 'OpenSans', sans-serif;
    font-size: 16px;
}
p, h1, h2, h3, h4, h5 {
    color: #000;
}

h1, h2, h3, h4, h5, button{
    font-family: 'Montserrat', sans-serif;
}

.form-control:focus{
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow:none;
    color: #fff;
}

.relative{
    position: relative;
}

.img-responsive{
    max-width: 100%;
    height: auto;
    display: block;
}

.btn-topo {
    position: fixed;
    bottom:15px;
    right:15px;
    z-index:999;
    display: block;
    width:50px;
    height:50px;
    background-image: url("../img/icon-voltar.png");
    background-repeat: no-repeat;
    display: none;
}

.hideme {
    opacity:0;
}


button:focus, button:active, a:focus, a:active{
    border: none!important;
    border: 0!important;
    cursor: pointer;
    overflow: hidden;
    outline: 0!important;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

button:hover, a:hover{
    cursor: pointer;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
}

button, .modal-footer button{
    color: #fff;
    border: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
}

.btn-call-to-action{
    background: #d26f1b;
    font-size: 20px;
    padding: 12px 70px;
    margin-top: 50px;
}

.btn-call-to-action:hover, .logada .actions button:last-child:hover,
.contato button.enviar:hover, .modal-footer button:hover {
    background: #d59c3e;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
}

.center{
    text-align:center;
    margin: 0 auto;
}

a{
    font-size: 16px;
    color: #d68501;
}

a:hover{
    color:#d59c3e;
    text-decoration: none;
}

.perfil{
    text-align: right;
    top: 10px;
    position: relative;
    right: 15px;
}

.perfil span{
    display: block;
}

.perfil span{
    font-size: 14px;
    font-weight: 500;
}

.perfil a{
    font-size: 13px;
}

.row-center {
    text-align:center;
}

.col-center {
    display:inline-block;
    float:none;
}


/* Início */

.inicio {
    padding: 0;
    display: table;
    margin: 0;
    max-width: none;
    background: transparent;
    height: 100vh;
    position: relative;
    min-height: 710px;
}

.inicio > p{
    position: absolute;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    line-height: 49px;
}

.inicio p span{
    display: block;
    margin: 0;
    line-height: 50px;
    color: #fff;
}

.inicio p span.amarelo{
    color:#ffe3b9;
}

.inicio > p.left{
    top: 150px;
    left: 30px;
}

.inicio > p.right{
    bottom:50px;
    right: 50px;
    text-align: right;
}

.inicio .big{
    font-size: 35px;
    font-weight: 500;
}

.inicio .extra-big{
    font-size: 46px;
    font-weight: 500;
}

.inicio .txt-mobile{
    display: none;
}

/* fim Início */

/* header */
.astonish {
    visibility: visible;
}

.main-nav {
    display: block;
    /*padding: 1rem 2rem;*/
    position: absolute;
    width: 100%;
    z-index: 10;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}

.main-nav button{
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    border:none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-right: 15px;
    float: right;
    font-size: 13px;
    cursor: pointer;
}

.main-nav.fixed-nav button {
    background: #fff;
    border:1px solid #521266;
    color:#521266;
    position: relative;
    top: 6px;

}

.main-nav .navbar-brand{
    background: url("../img/logo-use-vida-branco.png") no-repeat;
    width: 88px;
    display: block;
    height: 37px;
    position: relative;
    top: 10px;
    left: 15px;
}

.login .main-nav .navbar-brand, .pilar .main-nav .navbar-brand, .index .main-nav .navbar-brand{
    height: 62px;
    position: relative;
    top: 18px;
}

.login .main-nav.fixed-nav .navbar-brand, .pilar .main-nav.fixed-nav .navbar-brand,.index .main-nav.fixed-nav .navbar-brand{
    background: url("../img/logo-use-vida-original.png") 0 7px no-repeat;
    width: 218px;
    display: block;
    height:40px;
    top: 10px;
    left: 15px;
}


.login , .parceiros.logada footer{
    margin-top: 0;
}

.main-nav.fixed-nav {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.main-nav > .content-wrapper-sm  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    /*max-width: 1200px;*/
}

.main-nav.fixed-nav > .content-wrapper-sm{
    padding-bottom: 14px;
}

#menu-button {
    cursor: pointer;
    padding: 0.5rem;
    display: block;
    position: absolute;
}

.main-nav .nav-links {
    position: relative;
    /*top: auto;*/
    top: -7px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    overflow: hidden;
    height: 0;
    background: transparent;
}

.logada .main-nav .nav-links{
    top: 0;
}

.main-nav .nav-links li {
    margin: 0px 40px 0 0;
    text-align: center;
    border-top: 4px solid transparent;
}

.pilar .main-nav .nav-links li, .login .main-nav .nav-links li, .index .main-nav .nav-links li, .info-vida-todas .main-nav .nav-links li, .info-vida-interna .main-nav .nav-links li {
    margin-top: 7px;
}

.main-nav .nav-links li.active{
    border-top: 4px solid #d68500;
}

.login .main-nav .nav-links li.active{
    border-top:4px solid rgba(255, 255, 255, 0.4);
}

.main-nav .nav-links li a {
    color: #fefffe;
    display: block;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    padding-top: 38px;
}

.main-nav.fixed-nav .nav-links li a{
    padding-top: 18px;
}

.main-nav.fixed-nav .nav-links li a {
    color: #777893;
}

.main-nav .nav-open, .main-nav.fixed-nav .nav-open {
    position: absolute;
    top: 102%;
    width: 100%;
    display: block;
    height: auto;
    background: #111;
}

.main-nav .nav-open li, .main-nav.fixed-nav .nav-open li {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.main-nav .nav-open li a, .main-nav.fixed-nav .nav-open li a {
    padding: 2rem 0;
}

.main-nav .nav-open li.active a, .main-nav.fixed-nav .nav-open li.active a{
    background: #d26f1b;
    color: #fff;
}

#menu-button .bar1, #menu-button .bar2, #menu-button .bar3{
    width: 35px;
    height: 3px;
    background-color: #61136d;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 5px);
    transform: rotate(-45deg) translate(-8px, 5px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
}

/* fim header */


/* quem somos - vantagens */
h2{
    font-size: 45px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 110px;
}
.quem-somos{
    padding: 60px 0;
}

.quem-somos img{
    margin-bottom: 25px;
}

.quem-somos p{
    font-size:17px;
    color: #5c5b65;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
    text-align: center;
}

.quem-somos > div .center{
    margin: 0 auto;
}




/* fim quem somos - vantagens */


/* info VIDA*/
.barra-busca{
    background: #521266;
    padding: 14px 0;
    height: auto;
}

.barra-busca h2{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin:17px 0 0;
    float: left;
}

.barra-busca.small h2{
    margin-top: 0px;
}


.busca{
    float: right;
}

.barra-busca ul{
    margin:8px 10px 0 0;
}

.barra-busca ul, .barra-busca form{
    float: left;
}

.barra-busca ul li{
    display: inline-block;
    margin-right: 10px;
}

.barra-busca input, .barra-busca .form-group{
    margin: 0;
}



.search::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'OpenSans', sans-serif;
    font-weight: 500;
}

.search:-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'OpenSans', sans-serif;
    font-weight: 500;
}

.search::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'OpenSans', sans-serif;
    font-weight: 500;
}

.categorias a, .outras-noticias .relative > span{
    display: block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 34px;
    height: 34px;
    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
    transition:  all 0.9s;
}

.barra-busca ul li a:hover{
    background-color: #d26f1b!important;
    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
    transition:  all 0.9s;
}

.alimentacao{
    background:#300b3c url("../img/icon-alimentacao.png")center center no-repeat;
}

.ativ-fisica{
    background: #300b3c url("../img/icon-ativ-fisica.png")center center no-repeat;
}

.saude-emoc{
    background: #300b3c url("../img/icon-saude-emocional.png")center center no-repeat;
}

.saude-fisica{
    background: #300b3c url("../img/icon-saude-fisica.png")center center no-repeat;
}

.bem-estar{
    background: #300b3c url("../img/icon-bem-estar.png")center center no-repeat;
}

.lazer{
    background: #300b3c url("../img/icon-lazer.png")center center no-repeat;
}

.outros{
    background: #300b3c url("../img/icon-outros.png")center center no-repeat;
}

.img-destaque{
    background: url("../img/teste-img-preciso3.jpg") top center no-repeat;
    background-size: cover;
    height: 390px;
}

.img-conteudo{
    background: url("../img/noticia-principal.png") no-repeat;
    background-size: cover !important;
    height: 375px;
    margin: 35px 0;
    background-position: center !important;
}

.box-video {
    width: 100%;
    margin:35px auto;
}

.video {
    width: 100%;
    height: auto;
}

.video iframe{
    width: 100%;
    height: 300px;
}
/* fim info VIDA */

/* noticias */

.destaque .relative{
    margin-top: 107px;
    position: relative;
    background: #ededed;
}

.bg-text{
    position: absolute;
    top: 70px;
    background: rgba(0, 0, 0, 0.8);
    right: 0;
    width: 80%;
    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
}

.destaque a:hover .bg-text{
    background: rgba(89, 20, 110, 0.8);
    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
}

.bg-text > span{
    position: absolute;
    top: -17px;
    background: #d26f1b;
    padding: 10px 20px;
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.destaque h3{
    font-size: 40px;
    color: #fff;
}

.outras-noticias{
    padding: 60px 0;
}

.outras-noticias h5{
    display: none;
}

.outras-noticias .relative{
    margin-bottom: 30px;
}

.outras-noticias h4, .outras-noticias p, .noticias-relacionadas h4{
    position: absolute;
}

.outras-noticias p{
    opacity: 0;
}

.outras-noticias .titulo, .noticias-relacionadas .titulo{
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
}


.outras-noticias h4, .noticias-relacionadas h4{
    top: 35px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 0 auto;
    padding: 0 80px;
    z-index: 9;
}

.outras-noticias .relative > span{
    position: absolute;
    top: 0;
    z-index: 9;
    background-color: #d26f1b;
    top:10px;
    left:10px;
}

.outras-noticias .titulo span{
    width: 50px;
    height: 2px;
    margin: 15px auto;
    border: 0;
    background: #d26f1b;
    text-align: center;
}

.outras-noticias .color-overlay, .noticias-relacionadas .color-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.outras-noticias .gradient-overlay, .noticias-relacionadas .gradient-overlay {
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
}

.card-info {
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 0;
    margin: 0 auto;
    padding: 0 50px;
    color: #DCE3E7;
    line-height: 25px;
    font-size: 17px;
    z-index: 9;
    opacity: 0;
    transition: bottom 0.3s, opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    letter-spacing: 0.5px;
    font-weight: 300;
    text-align: center;
}

.outras-noticias .relative:hover .card-info{
    opacity: 1;
    bottom: 10%;
}

.outras-noticias .relative:hover .color-overlay, .noticias-relacionadas .relative:hover .color-overlay{
    background: rgba(96, 84, 110, 0.8);
}

.outras-noticias .relative img{
    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
    transition:  all 0.9s;
}

.outras-noticias .relative:hover img{
    filter: blur(1px);
    -webkit-filter: blur(1px);

    /*-webkit-transform: scale3d(1.1,1.1,1);
      transform: scale3d(1.1,1.1,1);*/

    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
    transition:  all 0.9s;
}
/* fim noticias */

/* noticia conteudo */
.detalhe-noticia, .noticias-relacionadas {
    background: #ededed;
}



.detalhe-noticia .conteudo{
    background: #fff;
    padding: 35px;;
    position: relative;
    top: -135px;
}

.detalhe-noticia span:first-child{
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #d26f1b;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.detalhe-noticia .conteudo span + span{
    color: #acacac;
    font-size: 18px;
}

.detalhe-noticia h2{
    font-size: 35px;
    color: #000;
    font-weight:500;
    text-align: left;
    margin: 38px 0 28px 0;
}

.detalhe-noticia h2 + span{
    color: #898989;
    font-size: 15px;
}

.detalhe-noticia h2 + span + p{
    margin-top: 66px;
}

.detalhe-noticia p{
    color: #000;
    font-size: 17px;
    line-height: 28px;
}

.detalhe-noticia .btn-call-to-action{
    padding: 9px 40px;
    font-size: 17px;
}

.barra-busca.detalhe .busca{
    display: none;
}

.noticias-relacionadas h5{
    font-size: 26px;
    color: #000;
    font-weight: 500;
    margin-bottom: 40px;
}

.noticias-relacionadas .relative{
    margin-bottom: 40px;
    height:207px;
}

.noticias-relacionadas h4{
    padding: 0 20px;
    position: absolute;
    top: 50%;
    margin-top: -51px;
    height: 103px;
    text-align: center;
}

.noticias-relacionadas h4{

}

/* fim noticia conteudo */


/* empresa */



.inicio .btn-call-to-action{
    padding: 15px 70px;
    position: absolute;
    bottom: 16%;
    position: absolute;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background-color:rgba(255,158,0,0.5);
    font-size: 35px;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
    transition:  all 0.9s;
    text-align: center;
}

.inicio .btn-call-to-action:hover{
    text-decoration: none;
    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
    transition:  all 0.9s;
}

.pilar .inicio h2{
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 16%;
    font-size: 40px;
    width: 100%;
    text-align: center;
}


.vantagens h2{
    color: #511863;
    font-size: 25px;
    letter-spacing: 4px;
    margin-bottom: 40px;
    padding:40px 0 0 0;
    font-weight: 400;
    text-align: center;
}

.vantagens img, .vantagens .txt{
    float: left;
}



.empresa .vantagens img {
    margin-right: 15px;
}

.parceiro .vantagens img {
    margin-right: 15px;
}

.funcionario .vantagens img {
    margin-right: 15px;
}

.empresa .vantagens ul img{
    margin-right: 15px;
}

.parceiro .vantagens ul img{
    margin-right: 15px;
}

.funcionario .vantagens ul img{
    margin-right: 15px;
}

.empresa .vantagens .txt{
    margin-top: 14px;
}

.parceiro .vantagens .txt{
    margin-top: 14px;
}

.funcionario .vantagens .txt{
    margin-top: 14px;
}

.vantagens h3{
    margin-bottom: 18px;
    font-weight: 600;
    color: #646372;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
}

.vantagens p{
    color: #9e9e9e;
    font-size: 14px;
    line-height: 18px;
}



.vantagens h4{
    color: #511863;
    margin: 60px 0 45px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.empresa .contato{
    background: url("../img/bg-contato-empresa.png")  no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px 0;
}

.contato .box{
    background-color: rgba(0,0,0,0.5);
    padding: 20px ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contato .box p{
    color: #e1dedd;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
}

.contato h2{
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
    float: left;
}

.contato .radio-inline{
    margin-right: 20px;
}

.contato .radio-inline span{
    color: #fff;
    padding:8px 0 0 30px;
}

.contato span.estabelecimento{
    background: url("../img/icon-estabelecimento.png") no-repeat;
}

.contato span.profissional{
    background: url("../img/icon-profissional.png") no-repeat;
}

.contato span.tel{
    color: #fff;
    background: url("../img/logo-whats.png") no-repeat;
    height: 33px;
    padding: 5px 0 0 30px;
    display: block;
    float: right;
}



.contato .container{
    float: right;
}



.contato select, .logada select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(255,255,255,0.5);
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contato select{
    color: #dbaa80;
    background-color: rgba(255,255,255,0.22);
}

.alert{
    color: #fff;
    border: none;
}

.alert-danger{
    background-color: rgba(155, 21, 21, 0.67);
}

.alert-success{
    background-color: rgba(16, 125, 44, 0.67);
}

.contato .alert-success{
    background-color: rgba(103, 223, 118, 0.22);
}

.contato .alert-danger{
    background-color: rgba(232, 52, 52, 0.27);
}

.alert.alert-dismissible .close{
    padding: 7px;
}

.alert.alert-dismissible .close span{
    color: #fff;
    text-shadow: none;
}

.logada select{
    background: #fff;
    border:1px solid #d5d5d5;
}

.contato label, .logada label{
    font-size: 14px;
    color: #fff;
    font-family: 'OpenSans', sans-serif;
    margin-bottom: 10px;
}

.contato .campo-obrig label{
    color: #ff8888;
}

.logada label.l-radio{
    display: block;
    margin: 17px 0 10px;
}

.radio-inline{
    margin-right: 20px;
}

.logada label{
    color: #919191;
}

.contato .form-control, .logada .form-control {
    height: calc(2.75rem + 2px);
    padding: 1rem 0 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
    transition: 0.3s ease-in-out;
    background: none;
    color: #fff;
    margin-top: 13px;
}

.logada .form-control {
    color: #919191;
}

.contato .form-control:focus, .logada .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #c87c0b;
    transition: 0.3s ease-in-out;
    background: none;
}

.contato .form-control::placeholder, .logada .form-control::placeholder, .contato textarea::placeholder {
    font-size: 1rem;
    color: #fff!important;
    font-family: 'OpenSans', sans-serif;
    display: block;
    transition: 0.3s ease-in-out;
}

.logada .form-control::placeholder  {
    color: #919191;
}

.contato .form-control:focus::placeholder, .logada .form-control:focus::placeholder {
    font-size: 0.8rem;
    transform: translateY(-1.5rem);
    transition: 0.3s ease-in-out;
    color: #fff;
}

.logada .form-control:focus::placeholder {
    color: #919191;
}

.contato .form-control:placeholder-shown ~ label, .logada .form-control:placeholder-shown ~ label {
    display: none;
}

.contato .form-control:not(:placeholder-shown) ~ label, .logada .form-control:not(:placeholder-shown) ~ label {
    position: absolute;
    display: block;
    font-size: 0.8rem;
    color: #ffd3ae;
    font-family: 'OpenSans', sans-serif;
    transform: translateY(-2.95rem);
    margin: 0;
}

.logada .form-control:not(:placeholder-shown) ~ label{
    color: #d68501;
}

.contato textarea, .logada textarea{
    background-color: rgba(255,255,255,0.5);
    padding: 20px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
    color: #606060;
}

.contato textarea{
    background-color: rgba(255,255,255,0.22);
}

.contato .mensagem::-webkit-input-placeholder, .logada .mensagem::-webkit-input-placeholder {
    color: #555;
    font-size: 16px;
    font-family: 'OpenSans', sans-serif;

}

.contato .mensagem:-moz-placeholder, .logada .mensagem:-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'OpenSans', sans-serif;

}

.logada .mensagem:-moz-placeholder {
    color: #919191;
}

.contato .mensagem::-moz-placeholder, .logada .mensagem::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'OpenSans', sans-serif;
}

.logada .mensagem::-moz-placeholder {
    color: #919191;
}

.contato button.enviar{
    font-size: 17px;
    color: #fff;
    background: #d26f1b;
    padding: 12px 44px;
    float: right;
    margin-top: 40px;
}


.parceiros h4{
    background: #f2f2f2;
    padding: 28px 0;
    text-align: center;
    width: 100%;
    color: #61136d;
    font-size: 22px;
}

.parceiros h4 span{
    font-weight: 500;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    color: #61136d;
}

.parceiros .container{
    padding: 50px 15px;
}

.parceiros .container-fluid > .row{
    padding: 20px 0;
}

.logo1, .logo2, .logo3, .logo4, .logo5, .logo6, .logo7, .logo8{
    width: 100%;
    height: 90px;
    display: inline-block;
}

.logo1{
    background: url("../img/logo-dali.png") center center no-repeat;
}

.logo2{
    background: url("../img/logo-paraser.png") center center no-repeat;
}

.logo3{
    background: url("../img/logo-war.png") center center no-repeat;
}

.logo4{
    background: url("../img/logo-cegir.png") center center no-repeat;
}

.logo5{
    background: url("../img/logo5.png") center center no-repeat;
}

.logo6{
    background: url("../img/logo6.png") center center no-repeat;
}

.logo7{
    background: url("../img/logo7.png") center center no-repeat;
}

.logo8{
    background: url("../img/logo8.png") center center no-repeat;
}

.depoimentos{
    background: url("../img/bg-depoimentos.png") no-repeat;
    background-size: cover;
    width: 100%;
    padding: 60px 0;
}

.depoimentos h4{
    color: #fff;
    font-size: 25px;
    margin-bottom: 69px;
}

.depoimentos h4 span{
    color: #fff;
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.depoimentos .relative{
    position: relative;
    top: -30px;
}

.depoimentos .relative > span{
    background:#61136d;
    font-size: 18px;
    padding: 10px 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.depoimentos img{
    margin: 0 auto;
}

.depoimentos .relative p{
    color: #71450d;
    font-size: 15px;
    text-align: center;
}

.depoimentos .relative p span{
    color: #71450d;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.depoimentos .txt{
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 23px;
    background: url("../img/icon-aspas.png") 0px 0px no-repeat;
    padding-top: 50px;
    margin-right: 20px;
}

.app{
    background: url("../img/bg-app.png") no-repeat;
    background-size: cover;
    width: 100%;
    padding: 100px 0;
    height: auto;
}

.app h3{
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 65px;
}

.app span{
    margin-left: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 33px;
}

.app img{
    display: block;
    margin-top: 12px;
}

.app .box{
    background-color: rgba(0,0,0,0.5);
    padding: 18px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 135px;
}

.app img, .app span{
    float: left;
}

.app .row{
    margin-bottom: 250px;
}

.app  p{
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
}

.app .plataformas{
    width: 185px;
    margin: 0 auto;
    text-align: center;
}

.app .plataformas a{
    margin-right: 25px;
    display: inline-block;
}

.app .plataformas a:last-child{
    margin-right: 0px;
}

/* fim empresa */
.barra-busca .search{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 50px;
    border: none;
    padding-left: 22px;
    background: rgba(0, 0, 0, 0.34);
    color: #FFF;
}

.logada .form-control.search{
    padding:0 0 0 27px;
    margin: 0;
}

.form-control, .diferent {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline: 0;
}

/* parceiro */
.parceiro .vantagens h2{
    margin-bottom: 65px;
}



.parceiro .contato{
    background: url("../img/bg-contato-parceiro.png")  no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px 0;
}

.checkbox label{
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
}

/* fim parceiro */

/* funcionario */



.funcionario .contato{
    background: url("../img/bg-contato-funcionario.jpeg")  no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px 0;
}

/* fim funcionario */


/* admin */

/* tabela */



.btnNew {
    display: block;
    background: #d26f1b url(../img/icon-add.png) center center no-repeat;
    height: 43px;
    width: 43px;
    border-radius: 100px;
    text-align: center;
    top:-21px;
    right: -21px;
    position: absolute;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
    z-index: 1;
}

.btnDelete {
    display: block;
    background: #d26f1b url(../img/icon-delete.png) center center no-repeat;
    height: 43px;
    width: 43px;
    border-radius: 100px;
    text-align: center;
    top:-21px;
    right: -21px;
    position: absolute;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
    z-index: 1;
}


.btnNewImport {
    display: block;
    background: #d26f1b url(../img/icon-excel.png) center center no-repeat;
    height: 43px;
    width: 43px;
    border-radius: 100px;
    text-align: center;
    top:-21px;
    right: 30px;
    position: absolute;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
    z-index: 1;
}

.btnNew:hover {
    color: #FFF;
    background-color: #d26f1b ;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
}
.btnNew:focus {
    color: #FFF;
    background-color: #db9523;
    outline: 0;
}
.btnNew .glyphicon.glyphicon-plus{
    left: 1px;
}

.btnNew.mobile{
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    top: 0;
    left: 0;
    background-image: none;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 10px;
    width: 40%;
    height: auto;
}




.bg-table{
    background: #eeeef0;
    padding: 10px 25px 25px 25px;
}

.bg-table.mobile .icons{
    width:70px ;
}

.bg-table.mobile td a:first-child{
    margin-right: 30px;
}

table {
    background-color: none;
    border-collapse: separate;
}

.table{
    margin-bottom: 0;
    background: none;
}

.larg-actions{
    display: inline-block;
    width: 100px;
}

.table>thead>tr>th {
    text-transform: uppercase;
    font-weight: 700;
    color:#636363;
    font-size: 13px;
    background: #eeeef0;
    border: none;
    padding: 15px;
}


.table > tbody > tr.separator{
    border: none;
    box-shadow: none;
}

.table > tbody > tr > td{
    padding: 13px;
    font-weight: 400;
    color:#5a5a5a;
    font-size: 14px;
    background: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
}

.table > tbody > tr:hover > td{
    border-top: 2px solid #d68500;
    border-bottom: 2px solid #d68500;
    transition: all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
}

.table > tbody > tr > td:first-child{
    border-left: 2px solid #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.table > tbody > tr > td:last-child{
    border-right: 2px solid #fff;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;

    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table > tbody > tr:hover > td:first-child,.table > tbody > tr:hover > td:last-child{
    border-color: #d68500;
}

.table > tbody > tr > td {
    -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.02);
}

.table > tbody > tr.separator > td{
    padding: 8px;
    background:none;
    border: none;
}

table td:last-child {
    width: 180px;
}

.table > tbody > tr.separator{
    border: none;
    box-shadow: none;
}

/* tabela com header */
.header-table{
    border: 1px solid #ececf1;
    background: #fff;
    padding: 20px 40px 20px 8px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 40px;
}

.bg-table.with-header{
    margin-top: 0;
}

.header-table img, .header-table img + div{
    float: left;
}

.header-table img{
    margin-right: 10px;
}

.header-table span{
    color: #717073;
}

.header-table span:last-child{
    font-size: 14px;
    font-weight: 600;
}

.header-table li{
    display: inline-block;
    padding: 0 30px;
    border-right: 1px solid #ececf1;
}

.header-table li:last-child{
    border: none;
}

/* fim tabela com header */

/* Fim corpo tabela */

.menu .circle{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #AFB7C3;
    height: 4px;
    width: 4px;
    display: inline-block;
}

table td.actions:last-child{
    width: 5%;
}

td.actions .pull-right{
    position: relative;
    margin-right: 25px;
}

td.actions .menu{
    position: absolute;
    top:0;
    left: 50%;
    opacity: 1;
    display: inline-block;
    transition: all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    width:20px;
    margin-left: -10px;
}

td.actions .menu-invisible{
    position: absolute;
    top: 0px;
    left: -7px;
    opacity: 0;
    display: inline-block;
    transition: all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    width:90px;
    margin-left: -52px;
}

td.actions .menu-invisible.one{
    left:3px;
}

td.actions .menu-invisible a{
    margin-right: 15px;
}

tr:hover td.actions .menu{
    opacity: 0;
}

tr:hover td.actions .menu-invisible{
    top: 0px;
    left: 20px;
    opacity: 1;
}

tr:hover td.actions .menu-invisible.one{
    left: 50px;
}

.with-checkbox input{
    margin-right: 5px;
    width: auto;
    display: inline-block;
}

tr:hover td {
    color: #89919F;
}

/* fim tabela */


/* paginacao */

.pagination{
    margin-top: 20px;
}

.pagination li a, .page-link:focus {
    margin-left: 12px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 27px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: none;
    color: #676767;
    border: 1px solid #CBCBCB!important;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
}

.page-item.active .page-link{
    background-color: #d26f1b;
    border-color: #d26f1b;
}

.page-item.active .page-link:hover{
    background-color: #e69b20;
    border-color: #e69b20;
}

.primeiro.disabled a{
    background: url(../img/icon-primeira-disable.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.ultimo.disabled a{
    background: url(../img/icon-ultima-disable.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.primeiro a{
    background: url(../img/icon-primeira.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.anterior a{
    background: url(../img/icon-anterior.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.proximo a{
    background: url(../img/icon-proxima.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.ultimo a{
    background: url(../img/icon-ultima.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.primeiro a:hover{
    background:#e9ecef url(../img/icon-primeira.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.anterior a:hover{
    background:#e9ecef url(../img/icon-anterior.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.proximo a:hover{
    background: #e9ecef url(../img/icon-proxima.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.ultimo a:hover{
    background: #e9ecef url(../img/icon-ultima.png) center center no-repeat!important;
    display: block;
    width: 30px;
    height: 30px;
}

.page-item:first-child .page-link, .page-item:last-child .page-link{
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.page-link:hover{
    color: #d68501;
}
/* fim paginacao */


.content{
    position: relative;
    padding: 30px 0;
}

.barra-busca.small h2{
    float: none;
    text-align: left;
}

.logada .content{
    margin-top: 102px;
}



.admin.com-bi .content{
    margin-top: 142px;
}

.logada h3{
    color: #521266;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.logada form h3:first-child + .row{
    margin-bottom: 90px;
}

.logada .add-especialidade{
    float: right;
    margin-top: -4px;
    padding: 12px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #9e9daa url("../img/bt-add.png") center center no-repeat;
    background-color: #b5b4c2;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
}

.logada .add-especialidade:hover{
    background-color: #c2c1cf;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
}

.logada form .actions{
    float: right;
    margin-top: 40px;
}

.logada .actions button {
    font-size: 17px;
    color: rgb(255, 255, 255);

    float: left;
    padding: 12px 28px;
}

.logada .actions button:first-child{
    background: #9e9daa;
    margin-right:15px;
}

.logada .actions button:last-child{
    background: #d26f1b;
}

.logada .actions button:first-child:hover{
    background: #b8b7c6;
}

.logada form > a{
    float: left;
    margin-top: 50px;
}






/* material design */

/*
.group {
	position: relative;
	margin-bottom: 50px;
}

input {
	font-size: 15px;
	padding: 8px 0px 8px 0px;
	display: block;
	border: none;
	border-bottom: 1px solid #CECECE;
	width: 100%;
	color: #fff;
	background: transparent;
}

input:focus {
	outline: none;
}

.group label {
	color: #fff;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	top: 10px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
  font-size: 15px;
}

input:focus~label,
input:valid~label {
	top: -15px;
	Font-size: 12px;
	color: #ffd3ae;
}

.bar {
	position: relative;
	display: block;
}

.bar:before,
.bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #848484;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.bar:before {
	left: 50%;
}

.bar:after {
	right: 50%;
}

input:focus~.bar:before,
input:focus~.bar:after {
	width: 50%;
}

input:focus~.highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

.radio-btn {
	height: 63px;
}

textarea {
	width: 100%;
	border: 1px solid #CECECE;
	padding: 10px;
	color:#4b4b4b;
	font-size: 15px;
}

.mdl-radio__ripple-container {
	top: 0px;
	left: -4px;
	width: 24px;
	height: 24px;
}

.col-sm-6.col-md-4 .mdl-radio:first-child {
	margin-right: 20px
}

.mdl-radio.is-upgraded {
	margin-right: 19px;
	padding-left: 20px;
}

.mdl-radio.is-checked .mdl-radio__outer-circle,
.mdl-radio__outer-circle {
	border: 2px solid rgb(206, 206, 206);
}

.mdl-radio__inner-circle {
	background: rgb(165, 165, 165)
}

.mdl-radio__ripple-container .mdl-ripple {
	background: rgb(200, 213, 112)
}

.mdl-radio__label {
	color: #fff;
	font-weight: 400;
	font-size: 14px
}

.l-radio,
.l-dropdown {
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

.checkbox{
  margin-top: 10px;
}

.checkbox label, .checkbox input:valid~label{
  display: inline-block;
  width: auto;
  color: #fff;
  font-size: 14px;
}

.checkbox input{
  display: inline-block;
  width: auto;
  padding-top: 8px;
  top: 3px;
  position: relative;
}

.radio-inline input, .radio-inline span{
  display: inline-block;
  width: auto;
}

.parceiro .radio-inline span{
  height: 25px;
}


.form-group .radio-inline:last-child{
  margin-right: 0;
}

.form-group.radio{
  margin: 25px 0 50px;
}

.group.diferent{
  margin-top: 25px;
}*/

/* fim material design */

/* formulario */

.parceiro .form-group.radio{
    margin: 25px 0;
}

.parceiro .radio-inline span{
    height: 25px;
    display: inline-block;
}

.mdl-textfield {
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px 0;
    display: block;
    margin-top: 10px;
}
.mdl-textfield__label {
    font-size: 14px;
    letter-spacing: 0;
    color: #96adc7;
}
.mdl-textfield__label:after {
    background-color: #fa883b;
    bottom: 10px;
}
.mdl-textfield__input {
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
    padding: 4px 0;
    color: #fff;
    border-radius: 0;
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #ffd3ae;
    font-size: 12px;
}
.participar input[type="button"] {
    width: 384px;
    height: 55px;
    border-radius: 100px;
    background-color: #fa883b;
    color:#FFF;
    border: none;
    cursor:pointer;
    margin-top: 50px;
}

.form-group.margin{
    margin-top: 10px;
}


.pilar .mdl-textfield__input{
    color: #fff;
}

.pilar .mdl-textfield--floating-label.is-dirty .mdl-textfield__label{
    color:#ffd3ae;
}

.pilar textarea{
    color: #fff;
}
/* fim formulario */








/* login */
.login .inicio {
    background: url(../img/bg-login.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login .box  {
    width: 330px;
    height: 355px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 0 15px;
}

.login .group {
    margin: 40px 0;
}

.login .box > button {
    background: #d26f1b;
    border: none;
    border-radius: 100px;
    color: #FFF;
    width: 100%;
    padding: 18px 20px;
    font-size:14px ;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 40px;
}

.login .box.nova-senha > button{
    margin-top: 25px;
}


.login .box > button:hover {
    background: #d59c3e;
}

.login .alert{
    background-color: rgba(0,0,0,0.3);
    color: #Fff;
    padding: 9px 0 9px 13px;
    margin-bottom: 25px;
    font-size: 13px;
}

.login .alert button{
    padding: 0;
    top: 3px;
    right: 3px;
}

.login .alert button span{
    color: #fff;
    text-shadow: none;
}


.login h2{
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 600;
    margin-bottom: 22px;
}

.login .checkbox input{
    margin-right: 10px;
}

.login .box a{
    color: #fff;
    font-size: 14px;
    display: block;
}

.login .box > button + a{
    margin-top: 15px;
    text-align: center;
}

.login .form-group{
    margin-bottom: 18px;
}

.login .form-control {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 50px;
    padding-left: 50px;
    border: none;
}

.login .user {
    background: rgba(255, 255, 255, 0.2) url(../img/icon-user.png) 15px center no-repeat;
    color: #FFF;
}

.login .password {
    background: rgba(255, 255, 255, 0.2) url(../img/icon-senha.png) 15px center no-repeat;
    color: #FFF;
}

.login .email {
    background: rgba(255, 255, 255, 0.2) url(../img/icon-email.png) 15px center no-repeat;
    color: #FFF;
}


.login .form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
}
.login .form-control:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
}
.login .form-control::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
}
.login .form-control:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
}

.login .box.esqueceu-senha > button {
    margin-top:0;
}

.login .box.esqueceu-senha a{
    text-align: left;
}

.login .box p{
    text-align: center;
}

.login .box.nova-senha{
    height: 441px;
}

.login .box.nova-senha a:last-child{
    text-align: left;
}

.login footer{
    margin-top: 0;
}


/* fim login */









/* perfil saude */

#section1 {
    height: 30em;
}



* {
    box-sizing: border-box;
}

#regForm {
    background-color: #fff;
    margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    width: 100%;
    min-width: 600px;
}

h1 {
    text-align: center;
}

/*input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}*/


input.invalid {
    border-bottom: 1px solid #ae0000;
}

input.invalid + label{
    color:  #ae0000;
}

.logada.perfil-saude form .actions{
    margin-top: 0;
}

.logada.perfil-saude form h3:first-child + .row{
    margin-bottom: 0;
}


.tab {
    display: none;
}

button {
    background: #d26f1b;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -webkit-transition: all 0.5s;
    transition:  all 0.5s;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #bbbbbb;
}


.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
    background: #d26f1b;
}


.step.finish {
    background-color: #4CAF50;
}

/* perfil saude */

/* mapeamento */


.mapeamento h3{
    color: #343434;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 0;
}

.mapeamento footer h3{
    line-height: 20px;
}
.mapeamento img.big{
    top: -20px;
    left: -17px;
    position: relative;
}

.mapeamento img.small{
    margin: 50px auto;
}


.mapeamento .box{
    margin: 0 auto 50px;
    position: absolute;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 40px;
    max-width: 450px;
    right:15px;
    top: 150px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 13px 8px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 13px 8px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 13px 8px rgba(0,0,0,0.08);
}

.mapeamento .box p{
    font-size: 18px;
    color: #343434;
    line-height: 20px;
    margin-bottom: 30px;
}
/* fim mapeamento */

/* parceiros logada */
.filters button, .btn-voltar{
    background: #9e9daa;
    font-size: 16px;
    padding: 12px 27px;
    float: right;
}

.btn-voltar{
    float: left;
    margin-top: 30px;
}

.parceiros .content .btn-group, .parceiros .content .btn-group-vertical{
    margin: 0 0 40px;
}

.mdl-textfield{
    margin-top: 13px;
}

.mdl-textfield__input{
    border-bottom: 1px solid #D5D5D5;
    color:  #555;
}

.mdl-textfield__label:after {
    background-color: #d5d5d5;
    bottom: 10px;
}


.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #919191;
    font-size: 14px;
}

.btn-group .btn-secondary, .btn-group-vertical .btn-secondary{
    background-color: transparent;
    border-color: #c8c8ce;
    color: #acacac;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 4px 30px;
    font-size: 15px;
    box-shadow: none;
}

.btn-group .btn-secondary:not([disabled]):not(.disabled).active, .btn-group-vertical .btn-secondary:not([disabled]):not(.disabled).active,
.btn-group .btn-secondary:not([disabled]):not(.disabled):active, .btn-group-vertical .btn-secondary:not([disabled]):not(.disabled):active,
.btn-group .show>.btn-secondary.dropdown-toggle, .btn-group-vertical .show>.btn-secondary.dropdown-toggle,
.btn-group .btn-secondary.focus, .btn-group-vertical .btn-secondary.focus,
.btn-group .btn-secondary:focus, .btn-group-vertical .btn-secondary:focus{
    color: #fff;
    background-color: #c8c8ce;
    border-color: #c8c8ce;
    box-shadow:none;
}

.btn-group .btn-secondary.focus,.btn-group-vertical .btn-secondary.focus,
.btn-group .btn-secondary:focus, .btn-group-vertical .btn-secondary:focus{
    outline: 0;
    box-shadow: none;
}

.parceiros .bg-cinza{
    background: #f7f7f7;
    padding: 30px 0;
}

.parceiros .bg-cinza h3{
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 30px;
    color: #000;
}

.parceiros .box{
    width:400px;
    margin-bottom: 20px;
}

.parceiros .bg-cinza .row > div{
    margin-bottom: 40px;
}

.parceiros .btn-call-to-action{
    margin-top: 0;
}

.parceiros .box .img{
    position: relative;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft:5px;
    border-top-right-radius: 5px;
    border-top-left-radius:5px;
    background-size: cover;
    height: 260px;
}

.parceiros .box .img{
    position: relative;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft:5px;
    border-top-right-radius: 5px;
    border-top-left-radius:5px;


    background-size: cover;
    height: 260px;
}

.estabelecimento .box .img.cegir{
    background: url("../img/img-cegir.png") top center no-repeat;
    background-size: cover;
}

.estabelecimento .box .img.dali{
    background: url("../img/img-dali.png") top center no-repeat;
    background-size: cover;
}

.estabelecimento .box .img.esp{
    background: url("../img/img-esp.png") top center no-repeat;
    background-size: cover;
}

.estabelecimento .box .img.paraser{
    background: url("../img/img-paraser.png") top center no-repeat;
    background-size: cover;
}

.estabelecimento .box .img.war{
    background: url("../img/img-war.png") top center no-repeat;
    background-size: cover;
}

.estabelecimento .box .img.base{
    background: url("../img/img-base.png") top center no-repeat;
    background-size: cover;
}

.profissional .box .img{
    background: url("../img/img-profissional.png") top center no-repeat;
    background-size: cover;
}

.parceiros .img span{
    position: absolute;
    top:20px;
    right:20px;
    background: #d26f1b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    width: 57px;
    height: 57px;
    text-align: center;
    border: 1px solid #fff;
    padding: 19px 0;
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.parceiros .box .descricao{
    background: #fff;
    padding: 20px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.parceiros .box .descricao h4{
    font-size: 16px;
    color: #333;
    background: none;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.parceiros .box .descricao p{
    font-size: 14px;
    color: #5f5f5f;
}


.parceiros .box .descricao p:last-child{
    margin-top: 7px;
}

.parceiros .color-overlay{
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
}

.parceiros .box img{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
}

.parceiros .box:hover img,  .parceiros .box:hover .color-overlay{
    opacity: 1;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
}

.parceiros-detalhe .row > div:first-child{
    padding-right: 0;
}

.parceiros-detalhe .content .row > div:last-child{
    padding-left: 0;
}


.parceiros-detalhe.profissional .img{
    background: url("../img/img-profissional.png") top center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.parceiros-detalhe.estabelecimento .img{
    background: url("../img/img-estab-1.png") top center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.parceiros-detalhe .content{
    background: #eff1f3;
}

.parceiros-detalhe .descricao{
    padding: 40px;
    background: #fff;
}

.parceiros-detalhe .btn-call-to-action{
    padding: 12px 40px;
}

.parceiros-detalhe .row > div:last-child {

}

.parceiros-detalhe .descricao > span:first-child{
    width: 56px;
    height: 56px;
    display: block;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.parceiros-detalhe .descricao span.restaurante, .parceiros-detalhe .descricao span.pizzaria{
    background: #521266 url("../img/icon-restaurante.png") center center no-repeat;
}

.parceiros-detalhe.profissional .descricao span.medico{
    background: #521266 url("../img/icon-medico.png") center center no-repeat;
}
.parceiros-detalhe.profissional .descricao span.hotel{
    background: #521266 url("../img/icon-hotel.png") center center no-repeat;
}

.parceiros-detalhe.profissional .descricao span.cinema{
    background: #521266 url("../img/icon-cinema.png") center center no-repeat;
}

.parceiros-detalhe.profissional .descricao span.entretenimento{
    background: #521266 url("../img/icon-entretenimento.png") center center no-repeat;
}

.parceiros-detalhe.profissional .descricao span.clinica{
    background: #521266 url("../img/icon-clinica.png") center center no-repeat;
}

.parceiros-detalhe .descricao h4{
    display: block;
    float: left;
    color: #5f5d65;
    font-size: 32px;
    font-weight: 500;
    margin: 14px 0 0 6px;
}

.parceiros-detalhe .descricao .float-left > span{
    float: none;
    color: #5f5d65;
    margin-top: 8px;
    display: block
}

.parceiros-detalhe .descricao .txt{
    font-size: 16px;
    color: #7e7e7e;
    line-height: 20px;
    margin: 30px 0;
}

.parceiros-detalhe .descricao p.destaque{
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.parceiros-detalhe .descricao span.destaque{
    color: #d68500;
    display: block;
    font-weight: 600;
}

.parceiros-detalhe.profissional .descricao span.destaque{
    font-size: 15px;
}

.parceiros-detalhe.profissional .descricao span.destaque.big{
    font-size: 30px;;
}

.parceiros-detalhe.profissional .descricao h4{
    margin: 4px 0 0 0;
    font-size: 28px;
    float: none;
}

.parceiros-detalhe.profissional .descricao .float-left{
    margin-left: 6px;
}





.parceiros-detalhe .descricao .big{
    font-size: 56px;
    margin-top: 10px;
    font-family: "Montserrat", sans-serif;
}


.parceiros-detalhe footer{
    margin-top: 0;
}


.parceiros-detalhe .mais-detalhes {
    padding:27px 0 40px;
    background: #eff1f3;
}

.parceiros-detalhe .mais-detalhes h5{
    font-family: 'OpenSans', sans-serif;
    font-size: 14px;
    color: #521266;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 22px;
    padding:4px 0 0 23px;
}

.parceiros-detalhe .mais-detalhes h5.onde{
    background: url("../img/icon-onde.png") 0px center no-repeat;
}

.parceiros-detalhe .mais-detalhes h5.quando{
    background: url("../img/icon-quando.png") 0px center no-repeat;
}

.parceiros-detalhe .mais-detalhes h5.funciona{
    background: url("../img/icon-funciona.png") 0px center no-repeat;
}

.parceiros-detalhe .mais-detalhes span{
    font-weight: 600;
    color: #5f5f5f;
    font-size: 16px;
}

.parceiros-detalhe .mais-detalhes p {
    color: #999999;
    font-size: 16px;
    margin-top: 20px;
    line-height: 23px;
}

/* fim parceiros logada */

/* dados cadastrais */
.main-nav .dropdown{
    position: relative;
    right: 15px;
    top: 6px;;
    transform: none;
}

.btn-group .btn-secondary.dropdown-toggle{
    background-color: #e7e7e7;
    border: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding:4px 4px 0px;
    font-size: 13px;
    box-shadow: none;
}

.dropdown-toggle> span:first-child{
    text-align: right;
    display:inline-block;
    color: #521266;

}

.icon-leave{
    background: url("../img/icon-leave.png") center center no-repeat;

    height: 29px;
    display:inline-block;
    width:29px;
}

.dropdown-toggle::after{
    display: none;
}

.dropdown-item{
    font-size: 14px;
    color: #494949;
    text-align: right;
}

.msg{
    background: #efefef;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.msg p{
    color:#68686c;
    font-size: 16px;
    min-height: 23px;
    padding:5px 0 0 29px;
}

.msg .red{
    background: url("../img/icon-ruim.png") no-repeat;
}

.msg .yellow{
    background: url("../img/icon-medio.png") no-repeat;
}

.msg .green{
    background: url("../img/icon-bom.png") no-repeat;
}

.msg p span{
    font-weight: 600;
    color:#68686c;
}

.msg .progress{
    margin-top: 13px;
    background: #dddddd;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
/* fim dados cadastrais */

/* perfil saude */

.perfil-saude .content{
    background: url("../img/bg-perfil.png") no-repeat;
    background-size: cover;
    height: 730px;
}

.perfil-saude .box{
    background: #fff;
    padding: 20px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-height: 640px;
    overflow-x: auto;
}

.perfil-saude .msg p{
    font-size: 14px;
}

.perfil-saude .content h3{
    font-size: 22px;
    color: #4e4d57;
    font-weight: 600;
    text-align: center;
}

.perfil-saude .navegacao{
    position: relative;
    margin: 20px 0 10px;
    height: 38px;
}

.perfil-saude .steps{
    position: absolute;
    margin-left:-32px;
    left: 50%;
    top: 11px;
}

.perfil-saude #prevBtn, .perfil-saude #nextBtn{
    position: absolute;
}

.perfil-saude #prevBtn{
    left: 5px;
}

.perfil-saude #nextBtn{
    right: 5px;
}

.perfil-saude footer{
    margin: 0;
}

dl.dropdown{
    border:1px solid #D5D5D5;
    border-bottom: 0;
    transform: none;

}

.dropdown dd ul{
    width: 100%;
    background: #eaeaea;
    height: 96px;
}

.mutliSelect ul li{
    margin: 10px 0;
    color: #8b8b8b;
}


.mutliSelect ul li input:first-child{
    top: 1px;
    margin-right: 6px;
    position: relative;
    padding: 7px;
}




/* fim perfil saude */

/* modal */
.modal-header{
    border-color:#521266;
}

.modal-header h5{
    color: #521266;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.modal-footer{
    border: none;
}

.modal-footer button{
    padding: 9px 22px;
    font-size: 12px;
    text-transform: uppercase;
}

.modal-footer button:first-child{
    background: none;
    color: #b40000;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
}

.modal-footer button:first-child:hover{
    background: #eeeef0;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
}

.modal-footer button:last-child{
    background: #2ed601;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
}

.modal-footer button:last-child:hover{
    background: #69e947;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
}
/* fim modal */

/* fim area admin */


/* footer */

footer{
    margin-top: 40px;
}

.pilar footer{
    margin-top: 0;
}

footer .bg-roxo{
    background: #61136d;
    padding: 32px 0 18px;
}

footer ul li{
    margin-bottom: 14px;
}

footer ul li a{
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    -moz-transition: all 0.9s;
    -o-transition:  all 0.9s;
    -webkit-transition: all 0.9s;
    transition:  all 0.9s;
}

footer ul li a:hover{
    color: #ffdcab;
    -moz-transition: all 0.7s;
    -o-transition:  all 0.7s;
    -webkit-transition: all 0.7s;
    transition:  all 0.7s;
    text-decoration: none;
}


footer .fale-conosco p{
    font-size: 14px;
    margin-bottom: 14px;
    color: #fff;
    line-height: 12px;
}

footer h3{
    font-size: 14px!important;
    color: #ffdcab!important;
    font-weight: 500!important;
    margin-bottom: 32px!important;
}

footer .rede-social{
    text-align: right;
}

footer .rede-social ul li{
    display: inline-block;
}

footer .rede-social ul li a{
    display: block;
}

footer .rede-social ul li:first-child a{
    margin-right: 5px;
}

/*
footer .rede-social ul li:first-child a{
  background: url("../img/facebook.png") no-repeat;
}

footer .rede-social ul li:last-child a{
  background: url("../img/instagram.png") no-repeat;
}*/

footer .bg-branco{
    background: #fff;
    padding:8px 0;
}

footer .bg-branco a{
    float: left;
}

footer .bg-branco p{
    float: right;
    color: #61136d;
    font-size: 12px;
    margin-top: 20px;
}



/* fim footer */

/* agenda */



.logada.agenda .form-control::placeholder, .logada.agenda textarea::placeholder{
    color: #919191!important;
}

.logada.agenda textarea{
    border:1px solid #ccc;
}

.agenda.logada .filters button{
    float: left;
    margin-top: 27px;
    padding: 7px 17px;
}

.agenda .add-compromisso{
    float: right;
}

.agenda .eventos ul li{
    background: #ccc;
}

.icon {
    display:block;
    position:relative;
    width:100%;
    height:100%;
    background-color:#fff;
    margin:0;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    overflow:hidden;
}

.icon * {
    display:block;
    width:100%;
    font-weight:700;
    font-style:normal;
    text-align:center;
}

.icon .month {
    text-transform:uppercase;
    font-size:14px;
    color:#fff;
    background-color:rgba(0,0,0,.1);
    padding:7px 0;
    border-bottom:1px solid rgba(0,0,0,.2);
}

.icon .day {
    font-size:28px;
    color:#fff;
    padding:0;
    padding-top:16px;
}

.icon .week {
    font-size:12px;
    line-height:16px;
    color:#fff;
    padding:5px 0;
    padding-bottom:10px;
}

.icon.monday {
    background-color:#ff8700;
    box-shadow:0 1px 0 #ff8700,0 2px 0 #fff,0 3px 0 #ff8700,0 4px 0 #fff,0 5px 0 #ff8700,0 0 0 1px #fff;
    color:#fff!important;
}

.agenda .bg-cinza{
    background: #efeff4;
    padding: 20px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.agenda .texto .row .col-sm-6:first-child{
    margin-bottom: 30px;

}

.agenda .texto .row > .col-sm-6 > div{
    margin-top: 4px;
}

.agenda .texto img{
    margin-right:5px;
}

.agenda .descricao p{
    font-size: 13px;
    color: #878997;;
}

.logada.agenda h3{
    margin-bottom: 20px;
}

.agenda .float-left p:first-child, .agenda .descricao img + p{
    margin-bottom: 5px;
    font-size: 12px;
    color: #878997;
    text-transform: uppercase;
}

.agenda .descricao img + p{
    margin-top: 15px;
}

.agenda .descricao p:last-child{
    margin-top: 15px;
    font-size: 16px;
    color: #3f414d
}

.agenda .float-left p:first-child + p{
    font-size: 16px;
    color: #3f414d;
}

.agenda .add-compromisso{
    margin-bottom: 10px;
    float: right;
}

/* fim agenda */

/* ajustes */

.content.results{
    margin-top: 10px;
    padding: 0;
}

.content.results .container-fluid{
    padding: 0 40px 0 15px;
}

.filters a{
    margin: 10px 27px 0 0;
}


/* fim ajustes */


/* Medias queries */

@media (max-width: 415px){
    /*.outras-noticias h4{
      top: 29px;
      font-size: 19px;
      line-height: 25px;
      padding: 20px;
   }*/
}

@media (min-width: 415px) and (max-width: 576px){
    /*.outras-noticias h4{
      font-size: 47px;
      line-height: 50px;
      top: 40px;
    }*/
}

@media (max-width: 576px) {
    .agenda .bg-cinza .texto{
        margin-top: 20px;
    }

    .agenda .float-left> p{
        display: inline-block;
    }

    .agenda .texto img, .agenda .descricao img{
        width: 10%;
    }

    .agenda .descricao img + p {
        margin-top: 5px;
    }

    .icon .day{
        padding-top: 10px;
    }

    .agenda .descricao p:last-child{
        margin-top: 3px;
    }

    .agenda .texto .row > div{
        margin-bottom:20px;
    }
    .mapeamento .box{
        margin: 0 auto;
    }
    .btnNew.big{
        display: none;
    }

    .logada form h3:first-child + .row{
        margin-bottom: 45px;
    }

    .admin.logada form > a{
        margin-top: 10px;
        text-align: center;
        width: 100%;
        position: relative;
        top: 55px;

    }

    .logada form .actions{
        float: right;
        margin-top: 30px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }


    .main-nav .navbar-brand{
        background: url(../img/logo-use-vida-original-small.png) no-repeat!important;
    }
    .noticias-relacionadas .relative {
        margin-bottom: 50px;
        height: auto;
    }

    .noticias-relacionadas h4{
        padding: 0;
        position: relative;
        top: 0;
        margin-top: 10px;
        height: auto;
        color: #454545;
        font-size: 20px;
        text-align: left;
        line-height: 27px;
        font-family: 'OpenSans', sans-serif;
        letter-spacing: 0
    }

    .noticias-relacionadas .gradient-overlay, .noticias-relacionadas .color-overlay{
        display: none;
    }

    .noticias-relacionadas h5 {
        font-size: 25px;
        margin: 40px 0 20px;
    }

    .detalhe-noticia .conteudo{
        top: 0px;
        margin-top: 30px;
        padding:20px;
    }

    body.info-vida-interna{
        background:#ededed;
    }

    .detalhe-noticia h2 + span + p {
        margin-top: 36px;
    }

    .detalhe-noticia h2 {
        margin: 33px 0 19px 0;
    }

    .img-conteudo {
        margin: 25px 0;
        height: 150px;
    }

    .box-video {
        width: 100%;
        margin:25px auto;
    }

    .video {
        width: 100%;
        height: 150px;
    }

    .video iframe{
        width: 100%;
        height: 150px;
    }

    .detalhe-noticia .btn-call-to-action{
        margin-top: 27px;
    }

    .outras-noticias {
        padding: 30px 0;
    }

    .bg-text {
        padding: 0;
        top: 0;
        position: relative;
        background: none;
        margin-top: 12px;
        width: 100%;
    }

    .destaque h3{
        font-size: 16px;
        margin: 10px 10px 25px 0px;
        color: #000;
        padding-left: 15px;
        line-height: 25px;
    }

    .destaque a:hover .bg-text{
        background: none;
    }


    .outras-noticias .btn-call-to-action{
        margin-top:0;
    }

    .bg-text > span{
        padding: 7px 15px;
        font-size: 13px;
        position: relative;
        top: 0;
        width: 50%;
        text-transform: uppercase;
    }

    .outras-noticias h5{
        display: block;
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .destaque.todas .relative {
        margin-top: 215px;
    }



    .barra-busca h2{
        float: none;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .busca {
        float: none;
    }

    .busca form{
        margin-top: 10px;
    }

    .img-destaque{
        height: 120px;
    }

    .vantagens h2{
        font-size: 20px;
        line-height: 28px;
    }

    /*.btn-group{
      display: none;
    }*/

    .parceiros .filters .btn-group{
        display: none;
    }

    .parceiros .filters .btn-group-vertical{
        display: block;
        margin-bottom: 20px;
    }

    .parceiros .filters .btn-group-vertical .btn-secondary:first-child{
        margin-bottom: 0;
    }

    .btn-group-vertical>.btn:first-child:not(:last-child){
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical>.btn:last-child:not(:first-child){
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group-vertical .btn-secondary{
        font-size: 13px;
        padding: 10px 30px;
    }

    .parceiros .bg-cinza h3{
        font-size: 18px;
        line-height: 24px;
    }

    .parceiros .btn-call-to-action{
        padding:10px 0 ;
        width: 100%;
        font-size: 16px;
    }

    .parceiros-detalhe .img{
        height: 250px;
    }

    .parceiros-detalhe .descricao h4{
        font-size: 18px;
        margin: 10px 0 0 6px;
    }

    .parceiros-detalhe .descricao > span:first-child {
        width: 35px;
        height: 35px;
    }

    .parceiros-detalhe .descricao {
        padding: 0;
        margin-top: 20px;
    }

    .parceiros-detalhe .descricao p.destaque {
        font-size: 15px;
    }

    .parceiros-detalhe .descricao .big {
        font-size: 45px;
    }

    .parceiros-detalhe .btn-call-to-action {
        font-size: 18px;
        padding: 12px 37px;
        width: 100%;
        margin: 30px 0;
    }

    .parceiros-detalhe .btn-call-to-action {
        padding: 12px 20px;
    }

    .parceiros-detalhe .mais-detalhes h5{
        line-height: 20px;
    }

    .mais-detalhes .row > .col-sm-4:first-child + .col-sm-4 h5{
        margin-bottom: 35px;
    }

    .parceiros-detalhe .row > div:first-child{
        padding-right: 15px;
    }

    .parceiros-detalhe .content .row > div:last-child{
        padding-left: 15px;
    }

    .mais-detalhes .col-sm-4{
        margin-bottom:40px;
    }

    .parceiros-detalhe .mais-detalhes span{
        margin-top: 10px;
        display: inline-block;
    }

    .parceiros-detalhe.profissional .margin{
        margin-bottom: 30px;
    }

    .parceiros-detalhe.profissional .mais-detalhes .container-fluid > .row > .col-sm-4{
        margin-top: 30px;
    }

    footer .fale-conosco p{
        font-size: 12px;
    }

    footer .rede-social{
        text-align: left;
        margin-top: 20px;
    }


}

@media (min-width: 577px){
    .btn-group-vertical{
        display: none;
    }

    .btnNew.mobile{
        display: none;
    }
}



@media (min-width: 577px) and (max-width: 767px) {
    .agenda .texto img, .agenda .descricao img{
        display: none;
    }

    .agenda .descricao img + p, .agenda .descricao p:last-child{
        margin-top: 0;
    }



    .outras-noticias h4{
        top: 45px;
        line-height: 20px;
        padding: 0 10px;
    }
    .noticias-relacionadas .relative{
        height: 106px;
    }

    .noticias-relacionadas h4{
        font-size: 13px;
        height: 53px;
        margin-top: -26px;
        line-height: 15px;
        padding: 0 5px;
    }

    .bg-text{
        padding: 20px;
        top: 157px;
    }

    .destaque h3{
        font-size: 20px;
        margin-top: 10px;
    }

    .bg-text > span{
        padding: 5px 10px;
        font-size: 14px;
    }
}



@media (max-width: 767px) {

    .depoimentos .row > .col-md-6:first-child{
        margin-bottom:60px;
    }
    .parceiros-detalhe .content .row > div:last-child{
        padding-left: 15px;
    }

    .parceiros-detalhe .row > div:first-child{
        padding-right: 15px;
    }

    .parceiros-detalhe.profissional .img, .parceiros-detalhe.estabelecimento .img{
        height: 250px;
    }

    .btnNew{
        width: 30px;
        height: 30px;
        padding: 16px;
    }

    .inicio {
        padding: 0;
        display: table;
        margin: 0;
        max-width: none;
        background: transparent;
        height: 100vh;
        position: relative;
    }

    .btn-topo {
        display: none !important;
    }
    .box-inicio {
        position: absolute;
        bottom:0;
        left:0;
        right:0;
        top:0;
        margin:auto;
        height: 350px;
        max-width: auto;
    }

    .hideme {
        opacity: 1;
    }


    .outras-noticias h4 span{
        display: none;
    }

    .inicio img {
        display: none;
    }

    .inicio p.left,  .inicio p.right {
        display: none;
    }

    .inicio .txt-mobile{
        display: block;
        margin-top: 91px;
        text-align: center;
        padding: 0 10px;
    }

    .inicio .txt-mobile p{
        font-family: "Montserrat", sans-serif;
        font-size: 25px;
        line-height: 49px;
    }

    .quem-somos {
        padding: 20px 0;
    }

    .quem-somos .container .row > div:last-child p{
        margin-bottom: 0;
    }

    .quem-somos img {
        margin-bottom: 10px;
    }

    .quem-somos p{
        margin-bottom: 50px;
    }

    .quem-somos h2{
        margin:10px 0px 20px;
        font-size: 35px;
        line-height: 39px;
    }

    .quem-somos .btn-call-to-action{
        background: #d26f1b;
        font-size: 15px;
        padding: 15px 30px;
        margin-top: 25px;
        width: 100%;
    }

    .barra-busca h2{
        float: none;
        text-align: left;
        margin-top: 0;
    }

    .barra-busca ul li{
        margin-right: 2px;
    }

    .busca{
        float: none;
        margin-top: 10px;
    }

    .barra-busca form {
        width: 100%;
        margin-top: 10px;
    }

    .vantagens .txt, .vantagens img{
        float: none;
    }

    .empresa .vantagens h3{
        margin-bottom: 10px;
    }

    .parceiro .vantagens h3{
        margin-bottom: 10px;
    }

    .funcionario .vantagens h3{
        margin-bottom: 10px;
    }

    .empresa .vantagens .row > div{
        margin-bottom: 50px;
    }

    .parceiro .vantagens .row > div{
        margin-bottom: 50px;
    }

    .funcionario .vantagens .row > div{
        margin-bottom: 50px;
    }

    .pilar .inicio h2{
        font-size: 44px;
        bottom: 21%;
        line-height: 55px
    }

    .inicio .btn-call-to-action {
        position: absolute;
        bottom: 18%;
        position: absolute;
        background-color: rgba(255,158,0,0.5);
        padding: 15px 46px;
        font-size: 25px;
    }

    .logo1, .logo2, .logo3, .logo4, .logo5, .logo6, .logo7, .logo8 {
        width: 100%;
    }


    .app .box{
        margin-bottom: 20px;
        text-align: center;
    }

    .app h3{
        font-size: 49px;
    }

    .app span {
        font-size: 15px;
        line-height: auto;
        width: auto;
        margin: 8px 0 0 0;
        text-align: center;
        float: none;
    }

    .app .row {
        margin-bottom: 70px;
    }

    .app img{

        float: none;
        margin: 0 auto 10px;;
    }

    .app .box{
        height: auto;
    }

    .arrow-inicio{
        bottom: 12px!important;
    }

    .contato h2, .contato span.tel{
        float: none;
    }

    .contato span.tel{
        margin: 20px 0 10px;
    }

    .contato .box p{
        margin-bottom: 10px;
    }


    /*

    .parallax-mirror img{
      display: none;
    }

    .inicio{
      height: 300px!important;
    }

    .mobile{
      background: url("../img/bg-empresa-mobile.png") no-repeat;
      background-size: cover;
      height: 400px;
      width: 100%;
      position: absolute;
    }

    .pilar .inicio h2{
      bottom: 41%;
    }*/

    footer h3{
        font-size: 13px!important;
        line-height: 17px;
        margin-bottom: 18px!important;
    }

    footer ul li a{
        font-size: 11px;
    }

    footer ul li {
        margin-bottom: 8px;
    }

    footer .rede-social img.img-responsive{
        max-width: 30px;
    }



    footer .bg-branco p{
        margin-top: 10px;
        float: none;
    }

    footer .bg-branco a{
        float: none;
    }


}


@media (min-width: 768px){


    .main-nav .navbar-brand{
        background: url("../img/logo-use-vida-branco.png") no-repeat;
        width: 88px;
        display: block;
    }




    .astonish {
        visibility: hidden;
    }
    .animated {
        visibility: visible;
    }



    .outras-noticias h4 span{
        display: block;
    }

    .relative.table-add{
        margin-top: 50px;
    }




}


@media (min-width: 768px) and (max-width: 991px) {
    .main-nav .nav-links li{
        width:65px;
    }

    .hideme {
        opacity: 1;
    }

    .btn-topo {
        display: none !important;
    }

    .outras-noticias h4{
        padding: 0 10px;
        line-height: 20px;
        top: 80px;
    }

    .noticias-relacionadas .relative{
        height: 148px;
    }

    .noticias-relacionadas h4{
        font-size: 14px;
        height: 74px;
        margin-top: -37px;
        line-height: 18px;
    }

    .bg-text{
        padding: 20px;
    }

    .destaque h3{
        font-size: 28px;
        margin-top: 10px;
    }

    .bg-text > span{
        padding: 5px 10px;
        font-size: 14px;
    }

    .inicio img {
        margin: 333px auto;
    }

    .inicio p{
        font-size: 14px;
    }

    .inicio p.left{
        top: 140px;
    }

    .inicio .big{
        font-size: 25px;
    }

    .inicio p.right {
        bottom: 132px;
    }

    .inicio p .extra-big {
        font-size: 28px;
    }

    .inicio p br{
        display: none;
    }

    .inicio p span{
        display: block;
        margin: 0;
        line-height: 34px;
        font-size: 18px;
    }

    .empresa .vantagens .row > div{
        height: 190px;
    }

    .parceiro .vantagens .row > div{
        height: 190px;
    }

    .funcionario .vantagens .row > div{
        height: 190px;
    }

    .empresa .vantagens .txt {
        width: 80%;
    }

    .parceiro .vantagens .txt {
        width: 80%;
    }

    .funcionario .vantagens .txt {
        width: 80%;
    }


    .logo1, .logo2, .logo3, .logo4, .logo5, .logo6, .logo7, .logo8 {
        width: 183px;
    }

    .app .box{
        padding: 10px;
    }

    .app span {
        font-size: 13px;
        line-height: 20px;
        width: 120px;
    }

    .app .box{
        height: 125px;
    }


}

@media (min-width: 991px) and (max-width: 1200px) {


    .noticias-relacionadas .relative{
        height: 165px;
    }

    .noticias-relacionadas h4{
        height: 82px;
        margin-top: -41px;
        line-height: 20px;
    }

    .inicio img {
        margin: 153px auto;
        width: 30%;
    }

    .inicio p{
        font-size: 20px;
    }

    .inicio p.left{
        top: 140px;
    }

    .inicio p .big{
        font-size: 23px;
    }

    .inicio p.right {
        bottom: 170px;
    }

    .empresa .vantagens .txt{
        width: 380px;
    }

    .parceiro .vantagens .txt{
        width: 380px;
    }

    .funcionario .vantagens .txt{
        width: 380px;
    }

    .empresa .vantagens .row > div{
        height: 150px;
    }

    .parceiro .vantagens .row > div{
        height: 150px;
    }

    .funcionario .vantagens .row > div{
        height: 150px;
    }

    .empresa .vantagens h2{
        margin-bottom: 50px;
    }

    .parceiro .vantagens h2{
        margin-bottom: 50px;
    }

    .funcionario .vantagens h2{
        margin-bottom: 50px;
    }

    .app span {
        font-size: 16px;
        line-height: 28px;
        width: 185px;
    }

    .app .box{
        height: 175px;
    }
}

@media (max-width: 991px) {

    .destaque .relative{
        margin-top:99px;
    }
    .card-info{
        display: none;
    }

    #menu-button{
        right: 120px;
        top: 5px;
    }

    .logada  #menu-button{
        top:1px ;
        right:80px ;
    }

    #menu-button {
        display: block;
    }

    .main-nav button{
        background: #fff;
        border: 1px solid #521266;
        color: #521266;
    }

    .main-nav .navbar-brand {
        background: url(../img/logo-use-vida-original.png) no-repeat;
        width: 218px;
        display: block;
    }

    .bg-table.desktop{
        display: none;
    }

    .bg-table.mobile{
        display: block;
    }

}

@media (min-width: 991px) {
    .card-info{
        display: block;
    }

    .detalhe-noticia .container, .noticias-relacionadas .container{
        padding: 0 100px;
    }

    .bg-text{
        padding: 50px;
    }

    .main-nav .nav-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
    }

    #menu-button {
        display: none;
    }

    .main-nav {
        background: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .main-nav.fixed-nav .navbar-brand {
        background: url(../img/logo-use-vida-original.png) no-repeat;
        width: 218px;
        display: block;

    }

    .main-nav button{
        position: relative;
        top:11px;
    }

    .main-nav.fixed-nav button{
        position: relative;
        top:6px;
    }

    .bg-table.desktop{
        display: block;
    }

    .bg-table.mobile{
        display: none;
    }


}

@media (max-width: 1200px){

    body.mapeamento{
        background: #f6f6f6;
    }

    .mapeamento img.big{
        display: none;
    }

    .mapeamento img.small{
        display: block;
    }

    .mapeamento .box{
        top:20px;
        position: relative;
        max-width: 100%;
        left: 5px;
    }

    .mapeamento h3{
        font-size: 18px;
    }

}

@media (min-width: 1200px){
    .inicio img{
        margin: 183px auto;
    }

    .vantagens img.margin {
        margin-top: 12px;
    }

    .empresa .vantagens .container{
        width: 645px;
    }

    .parceiro .vantagens .container{
        width: 645px;
    }

    .funcionario .vantagens .container{
        width: 645px;
    }

    .empresa .vantagens .txt {
        width: 225px;
    }

    .parceiro .vantagens .txt {
        width: 225px;
    }

    .funcionario .vantagens .txt {
        width: 225px;
    }

    .empresa .vantagens{
        background: url("../img/bg-vantagens-empresa.png") no-repeat;
        background-size: cover;
        height: 768px;
        position: relative;
    }

    .parceiro .vantagens{
        background: url("../img/bg-vantagens-parceiro.png") no-repeat;
        background-size: cover;
        height: 768px;
        position: relative;
    }

    .funcionario .vantagens{
        background: url("../img/bg-vantagens-funcionario.png") no-repeat;
        background-size: cover;
        height: 768px;
        position: relative;
    }

    .vantagens h2{
        color: #511863;
        font-size: 21px;
        letter-spacing: 4px;
        text-align: left;
    }

    .empresa .vantagens h2{
        margin-bottom: 40px;
    }

    .parceiro .vantagens h2{
        margin-bottom: 40px;
    }

    .funcionario .vantagens h2{
        margin-bottom: 40px;
    }

    .vantagens .container{
        float: right;
    }

    .empresa .vantagens .row > div{
        height: 210px;
    }

    .parceiro .vantagens .row > div{
        height: 210px;
    }

    .funcionario .vantagens .row > div{
        height: 210px;
    }

    .app span{
        width: 250px;
    }

    .contato .container{
        width: 750px;
    }

    /*.mapeamento .box{
      position: relative;
      top: 0px;
      margin: 0 auto;
      left: 5px;
    }*/

    .mapeamento img.small{
        display: none;
    }
}







/* Seta baixo */

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.arrow-inicio {
    cursor:pointer;
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
}
.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}


.select2-results__option--selectable {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 14px;
}
select2-search__field:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.select2-selection__choice{
    position: relative;
    margin: -1px 16px 3px -3px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgb(0 0 0 / 5%);
    color: #333;
    line-height: 23px;
    cursor: default;
    font-size: 14px;
}

.select2-container .select2-selection--single{
    height: 36px !important;
}

.select2-container--default .select2-search--inline .select2-search__field{

    padding-left: 2px;
}
.select2-search--inline{
    vertical-align: top;
    margin-top: 3px;
}

.select2-container--default .select2-search--inline .select2-search__field {

    margin-top: 8px !important;
    min-width: 24px;
    border-radius: 0px;
}
.select2-selection--multiple{
    height: 36px !important;
}

.select2-container--default .select2-selection--single:focus{
    outline: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 4px;
}

[type=search] {
    outline-offset: 0px;

    outline: none !important;
    -webkit-appearance: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
     border-right: 0px !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: transparent;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 2px !important;
}

select2-search__field:focus{
    outline: none !important;
}


.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 3px;
}

.select2-selection__arrow {
    top: 4px !important;
    right: 7px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    font-size: 1.4em !important;
    color: #555 !important;
}
.select2-selection__choice{
    margin-right: 1px !important;
}

.select2-selection__choice__display{
    color: #555;
}

.mdl-textfield textarea.mdl-textfield__input {
    border-bottom: 1px solid #D5D5D5;
}

.report-content{
    padding-left: 16% !important;
    padding-right: 16% !important;
}

.report-sub-title{
    text-transform: uppercase;
    font-weight: 700;
    color: #636363;
    font-size: 14px;
    background: #eeeef0;
    border: none;
    padding: 15px;
    width: 100%;
}

.report-tile{
    height: 114px;
    background: white;
    border-radius: 5px;
}

.report-tile-title{
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    text-align: left;
    vertical-align: center;
    color: #232323;
    margin: 12px 0 0 31px;
    position: absolute;
}

.report-tile-sub-title{
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    position: absolute;
    color: #232323;
    margin: 81px 0 0 31px;

}
.inactive{
    color: #959595;
}

.purple-1{
    color: #521366;
}

.purple-2{
    color: #960184;
}

.purple-inactive{
    color: #BF62B4;
}

.report-separator{
    margin-top: 12px;
}

.bottom-border-purple-1{
    border-bottom: 9px solid #521366;
}

.bottom-border-purple-2{
    border-bottom: 9px solid #960184;
}

.bottom-border-purple-inactive{
    border-bottom: 9px solid #BF62B4;
}


/* Seta baixo */
