.mb-0 {margin-bottom: 0!important;}

.mt-1{
  margin-top: 10px!important;
}
.mb-1{
  margin-bottom: 10px!important;
}
.ml-1{
  margin-left: 10px!important;
}
.mr-1{
  margin-right: 10px!important;
}

.mt-2{
  margin-top: 25px!important;
}
.mb-2{
  margin-bottom: 25px!important;
}
.ml-2{
  margin-left: 25px!important;
}
.mr-2{
  margin-right: 25px!important;
}

.mt-3{
  margin-top: 50px!important;
}
.mb-3{
  margin-bottom: 50px!important;
}
.ml-3{
  margin-left: 50px!important;
}
.mr-3{
  margin-right: 50px!important;
}

.mt-4{
  margin-top: 70px!important;
}
.mb-4{
  margin-bottom: 70px!important;
}
.ml-4{
  margin-left: 70px!important;
}
.mr-4{
  margin-right: 70px!important;
}

.mt-5{
  margin-top: 100px!important;
}
.mb-5{
  margin-bottom: 100px!important;
}
.ml-5{
  margin-left: 100px!important;
}
.mr-5{
  margin-right: 100px!important;
}

.f-size{
  font-size: 20px!important;
}

.modal-btn-close {
    margin-top: -10px!important;
    float: right!important;
    background: transparent;
}

.text-btn-close {
    font-size: 16px;
    color: #e67e22;
    font-weight: bold;
    /* font-style: italic; */
}

.config-margin-lc{
  padding: 18px;
  margin-top: -21px;
}

.text-btn-close2{
    font-size: 15px;
    font-weight: unset;
    text-transform: none;
    /* font-style: italic; */
}

.format-forms input[id=nome]{
    height: 40px;
    width: 70%;
    font-weight: none;
    font-family: 'arial'; 
}
.format-forms input[id=telefone]{
    height: 40px;
    width: 30%;
    font-weight: none;
    font-family: 'arial'; 
}
.format-forms select{
    height: 40px;
    width: 35%;
    font-weight: none!important;
    font-family: 'arial'!important; 
}

.canal{
    color:#ff0000;
    font-weight: bold;
    font-size: 15px;
}

.p-15x{
  padding: 15px;
}
                
.clube-config img{
    object-fit: cover!important;
    width: 100%!important;
    height: 100%!important;
    transition: 0.3s;
    margin-top: 10px;
}

.clube-config img:hover{
/*    opacity: 0.5;
    transition: 0.3s;
    cursor: pointer;*/

}

.clube-config label{
    position: absolute;
    top: 31%;
    display: none;
    left: 22%;
    cursor: pointer;
    font-size: 19px;
    transition: 0.3s;
    font-weight: bold;
    color: #fff;
}

.clube-config:hover label{
    display: initial;
    transition: 0.3s;
}


@media screen and (max-width: 991px){
    #images-clube img{
        width: 100%!important;
        height: 44vh;
    }
}
#cidade-clube{
    display: none;
}

.form-control2{
    /*display: block;*/
    width: 100%;
    color: #000;
    padding: 5px;
    background-image: none;
    border: 1px solid #b4b4b4;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.input-label{
    border:0;
    font-weight: bold;
    font-size: 20px;
    color: #f07800;
}

.f-check{
  float: left!important;
  width: 15px!important;
}

/*============================LOJISTA=================================*/

#logistaprog .row {
    border-bottom: 0;
    padding-top: 15px;
}

#logistaprog h1{
    color: #fff!important;
    font-size: 12px;
    padding: 0 0px 0 10px;
    font-weight: bold;

}

#logistaprog .backblue{
    background: #027cd2;
    padding: 0;
}


#logistaprog2 hr{
    border-bottom: 3px solid #027cd2;
    border-spacing: 50%;
    padding: 0;

}

#configlogo .row {
    border-bottom: 0;
    padding-top: 15px;
}

#configlogo h1{
    color: #fff!important;
    font-size: 12px;
    padding: 0 0px 0 10px;
    font-weight: bold;

}

#configlogo .backblue{
    background: #027cd2;
    padding: 0;
}


#configlogo hr{
    border-bottom: 3px solid #027cd2;
    border-spacing: 50%;
    padding: 0;

}

#fazerpedido .row {
    border-bottom: 0;
    padding-top: 15px;
}

#fazerpedido h1{
    color: #fff!important;
    font-size: 12px;
    padding: 0 0px 0 10px;
    font-weight: bold;

}

#fazerpedido .backblue{
    background: #027cd2;
    padding: 0;
}


#fazerpedido hr{
    border-bottom: 3px solid #027cd2;
    border-spacing: 50%;
    padding: 0;

}

#registropontos .boxpontos{
    padding: 30px!important;
    min-height: 450px;
}

.img-painel{
  width: 100%;
  height: 220px;
  object-fit: cover;
}

#registropontos p{
    margin-top: 10px;
    font-weight: bold;
}

#conf-data th, #conf-data td {
    padding: 23px;
    position: relative;

    vertical-align: middle;
    margin:  0;
    padding: 6px 0;
    border: none;
    border-bottom: 1px solid #ccc;
}

#conf-data .table-responsive{
  padding: 15px 5px;
  border: 0;
}

#conf-data {
    border: 1px solid #cdd2d8;
    background: #f6de88;
    margin-bottom: 7px;
}
#conf-data thead tr th {
    /* border-left: 1px solid #cdd2d8; */
    padding: 13px;
    text-align:  center;
}
#conf-data thead tr th:first-child {
    border-left: 0 none;
}
#conf-data th, #conf-data td {
    font-size: 15px;
    font-weight:400;
    text-align:  center;
    padding:  0;
    font-weight: bold;
}
#conf-data h3 {
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.config-carousel{
  margin-top: 9px;
  height: auto;
}

.owl-prev, .owl-next{
  display: contents!important;
  color: #fff!important;
  font-size: bold!important;
}

.owl-prev span, .owl-next span{
  font-size: 48px;
  font-weight: bold;
  color: #000;
  height: 55px;
  background: #fff;
  margin-top: 5px;
  transition: 0.4s;
}

.owl-prev span:hover, .owl-next span:hover{
  background: #ffffffa8;
  transition: 0.4s;
}

.owl-prev span{
  float: left;
  margin-left: 5px;
}

.owl-next span{
  float: right;
  margin-right: 5px;
}


/*=================TABELA=================*/

#whatssusp{
    width: 42vh;
    height: 53%;
    position: absolute;
    display: none;
    /*opacity: 0.0;*/
    transition: 0.4s;
    top: 13%;
    bottom: 28px;
    left: 53%;
    background-image: url(../images/whats-back.png);
    border-radius: 20px;
    z-index: 5000;
    /* background: #fff; */
}

@media screen and (max-width: 991px){
    #whatssusp{
        top: 26%;
    }
}

@media screen and (max-width: 767px){
    #whatssusp{
        top: 45%;
        left: 13%;
    }
}

.btn-login{
    padding: 1em 1em!important;
    color: #fff!important;
    font-size: 10px;
}

.f-right{
    float: right;
    border: 1px solid;
    border-radius: 100%;
    padding: 7px;
    font-size: 12px;
    height: 26px;
    background: #d65900;
    color: #fdbd90;
    font-weight: bold;
    margin: 8px 13px 0px 0px;
    transition: 0.3s;
}

.f-right:hover{
    background: #fff;
    color: #d65900;
    transition: 0.3s;
}

 .col-l{
    width: 20%;
    float: left;
}
 .col-r{
    width: 80%;
    float: right;
    margin-top: 2%;
}

 #whatssusp .row{
    width: 100%;
    height: auto;
    margin-top: 22px;
}
.topo{
    width: 100%;
    height: 13%;
    /* border: rebeccapurple; */
    border-radius: 20px 20px 0px 0px;
    margin-bottom: -14px;
    background: #f68535;
}

#whatssusp .aling{
    height: auto;
    margin-left: 11%;
    float: right;
}

#whatssusp b{
    margin-left: 5%;
    position: absolute;
    top: 16px;
    color: #fff;
    font-weight: bold;
}

.fa-whatsapp{
    margin-top: 6px;
    margin-left: 19px;
    color: #ffffffad;
}

#whatssusp .whats-rol{
    height: 85%;
    margin-top: 15px;
    width: 100%;
    overflow: scroll;
}

#whatssusp p{
    font-weight: bold;
    /*width: 80%;*/
    color: #000;
    font-size: 12px;
    margin-left: 5%;
    transition: 0.3s;
}
#whatssusp a:hover{
    color: #616161;
    transition: 0.3s;
}

.width-response{
    width: 100%;
}

@media screen and (max-width: 991px){
    .center-response{
        text-align: center;   
    }
    .width-response{
        width: 100%;
    }
}


/* -----------------------------------------
   Timeline
----------------------------------------- */
.timeline {
  list-style: none;
  padding-left: 0;
  position: relative;
}
.timeline:after {
  content: "";
  height: auto;
  width: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 5px;
  left: 30px;
  bottom: 25px;
}
.timeline.timeline-sm:after {
  left: 12px;
}
.timeline li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}
.timeline li:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e3e3e3;
  position: absolute;
  left: 24px;
  top: 5px;
}
.timeline li .timeline-date {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
  font-style: italic;
  font-size: 13px;
}
.timeline.timeline-icons li {
  padding-top: 7px;
}
.timeline.timeline-icons li:after {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #e3e3e3;
  left: 14px;
  top: 0;
  z-index: 11;
}
.timeline.timeline-icons li .timeline-icon {
  position: absolute;
  left: 23.5px;
  top: 7px;
  z-index: 12;
}
.timeline.timeline-icons li .timeline-icon [class*=glyphicon] {
  top: -1px !important;
}
.timeline.timeline-icons.timeline-sm li {
  padding-left: 40px;
  margin-bottom: 10px;
}
.timeline.timeline-icons.timeline-sm li:after {
  left: -5px;
}
.timeline.timeline-icons.timeline-sm li .timeline-icon {
  left: 4.5px;
}
.timeline.timeline-advanced li {
  padding-top: 0;
}
.timeline.timeline-advanced li:after {
  background: #fff;
  border: 1px solid #29b6d8;
}
.timeline.timeline-advanced li:before {
  content: "";
  width: 52px;
  height: 52px;
  border: 10px solid #fff;
  position: absolute;
  left: 4px;
  top: -10px;
  border-radius: 50%;
  z-index: 12;
}
.timeline.timeline-advanced li .timeline-icon {
  color: #29b6d8;
}
.timeline.timeline-advanced li .timeline-date {
  width: 75px;
  position: absolute;
  right: 5px;
  top: 3px;
  text-align: right;
}
.timeline.timeline-advanced li .timeline-title {
  font-size: 17px;
  margin-bottom: 0;
  padding-top: 5px;
  font-weight: bold;
}
.timeline.timeline-advanced li .timeline-subtitle {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
}
.timeline.timeline-advanced li .timeline-content {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 70px;
}
.timeline.timeline-advanced li .timeline-content p {
  margin-bottom: 3px;
}
.timeline.timeline-advanced li .timeline-content .divider-dashed {
  padding-top: 0px;
  margin-bottom: 7px;
  width: 200px;
}
.timeline.timeline-advanced li .timeline-user {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.timeline.timeline-advanced li .timeline-user:before,
.timeline.timeline-advanced li .timeline-user:after {
  content: " ";
  display: table;
}
.timeline.timeline-advanced li .timeline-user:after {
  clear: both;
}
.timeline.timeline-advanced li .timeline-user .timeline-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
}
.timeline.timeline-advanced li .timeline-user .timeline-user-name {
  font-weight: bold;
  margin-bottom: 0;
}
.timeline.timeline-advanced li .timeline-user .timeline-user-subtitle {
  color: #a6a6a6;
  margin-top: -4px;
  margin-bottom: 0;
}
.timeline.timeline-advanced li .timeline-link {
  margin-left: 5px;
  display: inline-block;
}
.timeline-load-more-btn {
  margin-left: 70px;
}
.timeline-load-more-btn i {
  margin-right: 5px;
}


/* -----------------------------------------
   Dropdown
----------------------------------------- */
.dropdown-menu{
    padding:0 0 0 0;
}
a.dropdown-menu-header {
    background: #f7f9fe;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
}
.dropdown-menu > li a {
    padding: 10px 20px;
}

/* -----------------------------------------
   Badge
----------------------------------------- */

.badge{
    padding: 3px 5px 2px;
    position: absolute;
    top: 8px;
    right: 30px;
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}
.badge-danger {
    background-color: #db5565;
}



.bell{
    position: absolute;
    top: 23px;
    left: 0;
}

@media screen and (max-width: 1199px){
    .bell{
        position: absolute;
        top: 23px;
        left: 0;
    }
}

@media screen and (max-width: 991px){
    .bell{
        position: absolute;
        top: 27%;
        left: 0;
    }

    .textcol p {
        line-height: 120%;
        font-size: 13px;
         width: 100%;
         text-align: center; 
        margin: 0;
    }

    .m-mapa{
      margin: 37px 0!important;
    }
}

@media screen and (max-width: 767px){
    .bell{
        position: absolute;
        top: -188px;
        left: 73%;
        float: right;
		    padding: 13px;
		    position: fixed;
		    top: 15%;
    }
}


.tab-none{
  display: none!important;
}

.p-desc-item{
  font-weight: bold!important;  
  color: #000!important;
}

.txtDesc{
  font-weight: bold;
  font-size: 12px;
  text-align: left!important;
}

.txtValor{
  font-size: 20px;
  text-align: left!important;
  color: #f68535;
}

.link-site:hover{
  color:#f68535!important; 
}



#cadastroprestador input[type="checkbox"], .col-xs-1{
  float: none;
  z-index: 99999999999999;
}


.content-center{
    width: 21%;
    min-width: 100px;
    margin: 0 auto;
}

@media screen and (max-width: 600px){
  .p-responde{
    padding-right: 0!important;
    padding-left: 0!important;
  }  
}



.m-0{margin-right:0!important; margin-left:0!important; }

.content-center-clube{
  width: 100px;
  margin: 0 auto;
  max-width: 100px;
  min-width: 100px;
}

.content-center-clube-2{
  width: 30%;
  margin: 0 auto;
  max-width: 100px;
  min-width: 100px;
}

@media screen and (max-width: 767px){
  .content-center-clube{
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    margin: 0 auto;
  }

  .content-center-clube-2{
    width: 30%;
    max-width: 100px;
    min-width: 100px;
    margin: 0 auto;
  }  
  .blog-title h2 a, .blog-title h2 {
    font-size: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px){
  .content-center-clube-2{
      width: 70%;
      max-width: 100px;
      margin: 0 auto;
    }
}

.cloned{
  /*display: none;*/
}

#box-point{padding: 53px; border: 3px dotted #f68535;}
#box-point h2{    font-size: 20px; font-weight: bold; color: #f07800; margin: 20px 0;}
#box-point p{font-size: 19px;}
#box-point .logo-center{width: 40%; margin: 0 auto;}
#box-point .logo-center img{width: 100%;}

#box-point .icon-center{width: 10%; margin: 0 auto; margin-bottom: 5px; margin-top: 15px;}
#box-point .icon-center img{width: 100%;}

#box-point .btn-primary{color: #fbe9d9; background-color: #e67e22; border-color: #db7419; margin-top: 0; padding: 14px; border-radius: 36px; font-weight: bold; font-size: 16px;}

#box-point .btn-primary:hover{color: #e67e22; background-color: #fbe9d9; border-color: #fbe9d9; margin-top: 0; padding: 14px; border-radius: 36px; font-weight: bold;}

@media screen and (max-width: 700px){
  #box-point .logo-center{width: 70%!important;}

  #box-point .icon-center{width: 40%!important;}
}


#box-point-2{padding: 53px; border: 3px dotted #f68535;}
#box-point-2 h1{font-size: 20px;}
#box-point-2 h2{font-size: 22px; font-weight: bold; color: #f07800; margin: 20px 0; width: 20%; display: inline; float: left;}
#box-point-2 h3{font-size: 20px; font-weight: bold; color: #f07800; margin: 20px 0;}
#box-point-2 p{font-size: 19px;}
#box-point-2 .logo-center{width: 40%; margin: 0 auto;}
#box-point-2 .logo-center img{width: 100%;}

#box-point-2 .btn-primary{color: #fbe9d9; background-color: #e67e22; border-color: #db7419; margin-top: 0; padding: 14px; border-radius: 36px; font-weight: bold;}

#box-point-2 .btn-primary:hover{color: #e67e22; background-color: #fbe9d9; border-color: #fbe9d9; margin-top: 0; padding: 14px; border-radius: 36px; font-weight: bold;}

#box-point-2 .icon-center{width: 15%; margin: 0 auto; margin-bottom: 5px; margin-top: 15px;}
#box-point-2 .icon-center img{width: 75%;}

@media screen and (max-width: 700px){
  #box-point-2 .logo-center{width: 70%!important;}

  #box-point-2 .icon-center{width: 40%!important;}
}

.p-0{padding: 0!important;}

.left-full{    left: -164%;}

.max-height-modal{
  max-height: 400px;
  overflow: auto;
}

#iconsloja .col-md-4{min-height: 207px;}

.defaultvalorpor{color: #909090; text-decoration: line-through; font-size: 18px!important;}

#frame.desktop{display: block;}
#frame.mobile{display: none;}
@media screen and (max-width: 767px){
    #frame.desktop{display: none;}
    #frame.mobile{display: block;}
}

#frame {
  width: 100%;
  height: 92vh;
  min-height: 300px;
  max-height: 720px;
  background: #E6EAEA;
}
@media screen and (max-width: 360px) {
  #frame {
    width: 100%;
    height: 100vh;
  }
}
#frame #sidepanel {
  float: left;
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 100%;
  background: #2b4065;
  color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel {
    width: 58px;
    min-width: 58px;
  }
}
#frame #sidepanel #profile {
  width: 80%;
  margin: 25px auto;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #32465a;
  }
}
#frame #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#frame #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap {
    height: 55px;
  }
}
#frame #sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
}
#frame #sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}
#frame #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}
#frame #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}
#frame #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap p {
    display: none;
  }
}
#frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
}
#frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
}
#frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
}
#frame #sidepanel #profile .wrap #status-options:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}
#frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}
#frame #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #32465a;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search {
  border-top: 1px solid #f68937;
  border-bottom: 1px solid #f68937;
  font-weight: 300;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #search {
    display: none;
  }
}
#frame #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 20px;
}
#frame #sidepanel #search input {
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
  padding: 10px 0 10px 46px;
  /*width: calc(100% - 25px);*/
  border: none;
  background: #21304c;
  color: #f5f5f5;
}
#frame #sidepanel #search input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input::-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-ms-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #contacts {
  height: calc(100% - 177px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts {
    height: calc(100% - 149px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #frame #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
}
#frame #sidepanel #contacts.expanded {
  height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
  width: 8px;
  background: #2c3e50;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #243140;
}
#frame #sidepanel #contacts ul{
  padding: 0;
  list-style: none;
}
#frame #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact {
    padding: 6px 0 46px 8px;
  }
}
#frame #sidepanel #contacts ul li.contact:hover {
  background: #f6853594;
}
#frame #sidepanel #contacts ul li.contact.active {
  background: #21304c;
  border-right: 5px solid #f68535;
}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
  border: 2px solid #32465a !important;
}
#frame #sidepanel #contacts ul li.contact .wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap span {
  position: absolute;
  left: 0;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #2c3e50;
  background: #95a5a6;
}
#frame #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
}
#frame #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact .wrap img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap img {
    margin-right: 0px;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap .meta {
    display: none;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
  min-height: 24px;
  padding: 0;
  font-size: 15px;
  color: #fff;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: .5;
}
#frame #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#frame #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #32465a;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}
#frame #sidepanel #bottom-bar button:focus {
  outline: none;
}
#frame #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #2c3e50;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #2c3e50;
  }
}
#frame #sidepanel #bottom-bar button:hover {
  background: #435f7a;
}
#frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button span {
    display: none;
  }
}
#frame .content {
  float: right;
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame .content {
    width: calc(100% - 58px);
    /*min-width: 300px !important;*/
  }
}
@media screen and (min-width: 900px) {
  #frame .content {
    width: calc(100% - 340px);
  }
}

#frame.mobile .content a .config {padding: 5px 0; text-align: center; font-size: 14px; font-weight: 600; border: 2px solid #2b4065; border-right: none; border-left: none;}
#frame.mobile .content a .config.active {text-transform: uppercase; font-size: 16px;}

#frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
}
#frame .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}
#frame .content .contact-profile p {
  float: left;
  margin-top: 15px;
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 0;
}
@media screen and (max-width: 425px){
    #frame .content .contact-profile p{margin: 18px 0 0 -5px; font-size: 15px;}
}
#frame .content .contact-profile .social-media {
  float: right;
}
#frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}
#frame .content .messages {
  height: auto;
  min-height: calc(100% - 93px);
  max-height: calc(100% - 93px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  #frame .content .messages {
    max-height: calc(100% - 105px);
  }
}
#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  /*width: calc(100% - 25px);*/
  font-size: 0.9em;
}
#frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
#frame .content h1{
  font-size: 20px;
  font-weight: bold;
  padding: 16px;
  text-transform: none;
}
#frame h3{
  font-size: 20px;
  text-transform: none;
  color: #ffffff;
  font-weight: bold;
  padding: 8px;
  border-bottom: 1px solid #f78325;
}
#frame .content .messages ul{
  padding: 0 2px;
}
#frame .content .messages ul li.sent img {
  margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent p {background: #435f7a; color: #f5f5f5; font-size:  19px;}
#frame .content .messages ul li.sent p a {color: #FF8B38; transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;}
#frame .content .messages ul li.sent p a:hover {opacity: .85;}
#frame .content .messages ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies p {
  background: #f5f5f5;
  float: right;
}
#frame .content .messages ul li img {
  width: 37px;
  border-radius: 50%;
  float: left;
}
#frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 130%;
}
@media screen and (min-width: 735px) {
  #frame .content .messages ul li p {
    max-width: 100%;
  }
}
#frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
#frame .content .message-input .wrap {
  position: relative;
}
#frame .content .message-input .wrap input {
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
  float: left;
  border: none;
  width: calc(100% - 90px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}
#frame .content .message-input .wrap input:focus {
  outline: none;
}
#frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: .5;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}
#frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
#frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: #f5f5f5;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap button {
    padding: 16px 0;
  }
}
#frame .content .message-input .wrap button:hover {
  background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
  outline: none;
}

@media screen and (min-width: 368px){
  #frame .content .messages { padding: 0 20px!important; }
}

/*/////////////////////
    Ícones do Clube
/////////////////////*/
#iconsloja a {width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
#iconsloja a img {width: 90px; height: 75px; object-fit: contain; border-radius: 5px;/* background: #F5BB82;*/margin: 0 auto;}
#iconsloja h3 {font-size: 15px; min-height: 65px; text-align: center; display: flex; flex-direction: column; justify-content: center;}

#iconsloja .heading {font-size: 32px; font-weight: 300; margin: 0 0 10px 0; padding: 0 0 10px 0;}

@media screen and (min-width: 1200px){
  #iconsloja {padding-left: 35px;}
  #iconsloja .col-lg-2 {width: 13.666667%;}
}

@media screen and (max-width: 475px){
  #iconsloja h3 {font-size: 9px;}  
  #iconsloja a img {width: 100%}

  #fixresponsive {width: 100%;}
  #imagens img {height: 325px; object-fit: unset; object-position: center;}
}

/*/////////////////////
    Imagens do Clube
/////////////////////*/
#imagens {border-top: 4px dashed #274381; border-bottom: 4px dashed #274381; padding: 20px 0; margin: 0 0 20px 0;}
#imagens img{margin: 0 0 10px 0px; width: 100%; height: 500px; object-fit: contain; background: #D1E9FE;}
#imagens h1 {font-size: 1.7rem; font-weight: 600; text-align: center; color: #F68121; margin: -10px 0 20px 0; position: relative;}
#imagens h1:before {content: ''; position: absolute; left: 12.5%; bottom: 12px; width: 75%; border-bottom: 3px dashed #F68121;}

/*////////////////////
  Botão Credenciado
///////////////////*/

.btnsize {font-size: 14px;}

.boxshadow {box-shadow: 0 0 1px #525252; background: #F7F7F7;}

/*///////////////////////
    Página LC Points
//////////////////////*/

#leftcolumn .imagebox {width: 100%; display: flex;}
#leftcolumn .imagebox img {object-fit: contain; width: 100%; margin: 0 auto;}
#leftcolumn .textbox {width: 100%; text-align: center; margin: 10px 0 0 0; padding: 10px 10px 0 10px; background: #FFEB76;}
#leftcolumn .textbox p {font-size: 16px; text-align: justify; font-weight: 600; color: #274382;}
#leftcolumn .textbox p span {text-transform: uppercase; font-size: 18px; font-weight: 600;}
#leftcolumn .textbox p:last-child {text-align: center;}
#leftcolumn .starbox .starprotector {margin: 0; padding: 0; text-align: center; font-size: 40px; color: #FFFF26;}
#leftcolumn .starbox .starfollower {text-align: center; text-transform: uppercase; font-weight: 600;}
#leftcolumn .starbox .icone {width: 50px; height: 50px; object-fit: contain; display: inline-block;}


.buttonprotector {margin: 20px 0 0 0;}
.buttonprotector a {cursor: pointer;}
.buttonprotector a:hover {color: #F36500;}

/*///////////////////////////
    Modal do Life Global
//////////////////////////*/

#modallc .addformulario {width: 100%; display: block;}
#modallc .modal-body {display: flex;}

@media screen and (max-width: 690px) {
  #modallc .modal-body {display: block;}  
  #modallc .modal-body label {text-align: center;}
}

/*///////////////////////
    Página Login
//////////////////////*/

p.termosrodape {font-size: 18px; text-align: center; min-height: 78px; display: flex; flex-flow: wrap; justify-content: center; align-items: center;}
p.termosrodape a {color: #EA6E15;}
p.termosrodape a:hover {color: #F68535;}

@media screen and (max-width:767px) {p.termosrodape{min-height: unset;}}

/* .section {min-height: calc(100vh - 287px);} */

/* Configurações Gerais
-------------------------*/
.row.module-wrapper.text-left, .row.flexible {display: flex; display: -webkit-flex; display: -ms-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center;}
.row.flexible {border-bottom: 0;}

.form-control.input-lg.resized {padding: 4px;}

/* Página Interna - Rota Fácil
--------------------------------*/
.blog-wrapper .blog-image .exception img {max-height: 360px !important; object-position: center; padding: 1rem 0 0 0; box-sizing: border-box;}
.blog-wrapper .blog-image .exception h1 {font-size: 24px; font-weight: 600; text-align: center; line-height: normal; padding: 0; margin: 0 0 0.3rem 0;}
.blog-wrapper .blog-image .exception h2 {font-size: 26px; font-weight: 300; text-align: center; line-height: normal; margin: 0 0 1rem 0; padding: 0; position: relative;}
.blog-wrapper .blog-image .exception h2 b, .blog-wrapper .blog-image .exception h2 span {font-weight: 900;}
.blog-wrapper .blog-image .exception h2 b {font-size: 50px;}
.blog-wrapper .blog-image .exception h2 span {font-size: 20px; position: absolute;}
.blog-wrapper .blog-image .exception h2 span:last-child {font-size: 14px; font-weight: 300; bottom: 0; color: #5D5D5D;}
.blog-wrapper .blog-image .exception p {font-weight: 600; text-align: center; text-transform: uppercase; padding: 0; margin: 0 0 1rem 0;}
.blog-wrapper .blog-image .exception .details {font-weight: 400; text-align: justify; line-height: normal; margin: 2rem 0 0 0;}
.blog-wrapper .blog-image .exception .details > small {font-size: 10px;}
.blog-wrapper .blog-image .exception .secondary {font-weight: 300;}
.blog-wrapper .blog-image .exception center {display: flex; display: -webkit-flex; display: -ms-flex; flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-align-items: center; -moz-align-items: center;}
.blog-wrapper .blog-image .exception a {font-size: 16px; font-weight: 600; text-transform: uppercase; background: linear-gradient(to bottom, #F99135, #FFA81D); border-radius: 5px; color: #000; position: relative; padding: .5rem 1.5rem;}
.blog-wrapper .blog-image .exception a:last-child {margin: 1rem 0 0 0;}
.blog-wrapper .blog-image .exception a span {position: absolute; top: 50%; right: -30px; transform: translateY(-50%); width: 45px; height: 45px; line-height: 45px; background: #274382; border-radius: 100%; color: #FFF;}
.blog-wrapper .blog-title .exception img {width: 100%; height: 65px; object-fit: contain; object-position: center; border: 1px solid #274382; border-radius: 2px;}
.blog-wrapper .blog-title .exception h4 {font-weight: 600; line-height: normal; text-align: left; white-space: normal; padding: 0; height: 38px;}
.blog-wrapper .blog-title .exception p {height: 66px; margin: 0 0 1rem 0; padding: 0;}

.blog-wrapper.m-t-35 .blog-image .exception img {max-height: 200px !important; padding: 0;}
.blog-wrapper.m-t-35 .blog-image .exception .col-xs-12 > .row {display: flex; display: -webkit-flex; display: -moz-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap;}
.blog-wrapper.m-t-35 .blog-image .exception .flexbox {display: flex; display: -webkit-flex; display: -moz-flex; justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column;}
.blog-wrapper.m-t-35 .flexible-exception {align-items: center; -webkit-align-items: center; -moz-align-items: center;}

.caixa-de-procura {background: #FFF; padding: 1rem; margin: 2rem 0 0 0;}
.caixa-de-procura .container {width: 100% !important;}
.caixa-de-procura .row {display: flex; display: -webkit-flex; display: -moz-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; justify-content: center; -webkit-justify-content: center; -moz-justify-content: center;}
.caixa-de-procura .form-control {font-weight: 600; text-transform: uppercase; border: 1px solid #DAD9D9; color: rgba(0, 0, 0, .6);}
.caixa-de-procura h1 {font-weight: 700; text-align: center; padding: 0; margin: 0 0 0.2rem 0;}
.caixa-de-procura h2 {font-size: 18px; font-weight: 400; text-align: center; text-transform: uppercase; padding: 0; margin: 0 0 1rem 0;}
.caixa-de-procura .table {margin: 2rem 0 0 0;}
.caixa-de-procura .table .row:first-child {border-bottom: 1px solid #EEE; margin-bottom: 0.5rem;}
.caixa-de-procura .table .text-uppercase {text-transform: uppercase;}
.caixa-de-procura .table h3 {font-size: 18px; font-weight: 600; margin: 0; padding: 0;}
.caixa-de-procura .table p {margin: 0 0 1rem 0; padding: 0;}

#modalSimule .modal-content .modal-body {position: relative;}
#modalSimule .modal-content .modal-body [class*="col-xs-"] {margin: 0 0 0.5rem 0;}
#modalSimule .modal-content .modal-body .close {position: absolute; top: 1px; right: 4px; background: transparent; transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;}
#modalSimule .modal-content .modal-body .close:hover {color: #CA000D;}
#modalSimule .modal-content .modal-body .input-group .input-group-addon {width: 49px;}
#modalSimule .modal-content .modal-body .input-group .form-control, #modalSimule .modal-content .modal-body .form-control {font-size: 14px; border: 1px solid #E6E6E6; padding: 0.5rem;}
#modalSimule .modal-content .modal-body .input-group .form-control {border-left-color: #274382; border-left-width: 2px;}
#modalSimule input::placeholder {color: #5d5d5d;font-weight: bold;}
#modalSimule .modal-content .modal-body form {margin: 0 0 1rem 0;}
#modalSimule .modal-content .modal-body button:not(.close) {width: 100%; font-size: 16px; font-weight: 600; text-transform: uppercase; background: linear-gradient(to top, #274382, #3D5FAD); color: #FFF; padding: 0.5rem 0;}
#modalSimule .modal-content .modal-body button:not(.close):hover {background: #3D5FAD;}
#modalSimule .modal-content .modal-body p {font-size: 17px; color: #1B1B1B; padding: 0;}
#modalSimule .modal-content .modal-body p i {color: #4CAF50;}

@media screen and (max-width: 575px) {
	#modalSimule .modal-content .modal-body {padding: 1rem;}
	#modalSimule .modal-content .modal-body [class*="col-xs-5"] {padding-right: 0;}

	#modalSimule .modal-content .modal-body .close {height: auto; top: 3px;}
}

/* Página Interna - Rota Fácil
--------------------------------*/
.pacotes-rastreador {margin: 0 0 4rem 0;}
.pacotes-rastreador .row {display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; justify-content: space-around; -webkit-justify-content: space-around; -moz-justify-content: space-around;}
.pacotes-rastreador .product {background: #FFF; border: 1px solid #EEE; box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1); padding: 1rem;}
.pacotes-rastreador .product * {line-height: normal;}
.pacotes-rastreador .product .title {font-size: 20px; font-weight: 900; text-align: center; padding: 0; margin: 0 0 0.5rem 0;}
.pacotes-rastreador .product .caller {font-size: 12px; font-weight: 900; text-align: center; text-transform: uppercase; padding: 0;}
.pacotes-rastreador .product .value {font-size: 26px; font-weight: 300; text-align: center; line-height: normal; margin: 0 0 1rem 0; padding: 0; position: relative;}
.pacotes-rastreador .product .value b, .blog-wrapper .blog-image .exception h2 span {font-weight: 900;}
.pacotes-rastreador .product .value b {font-size: 50px;}
.pacotes-rastreador .product .value span {font-size: 20px; position: absolute;}
.pacotes-rastreador .product .value span:first-child {font-size: 16px; font-weight: 400; top: 17px; left: 40%; transform: translateX(-250%);}
.pacotes-rastreador .product .value span:last-child {font-size: 14px; font-weight: 500; bottom: 0; color: #5D5D5D;}
.pacotes-rastreador .product .value:not(.single-digit) span:first-child {transform: translateX(-250%);}
.pacotes-rastreador .product .type {font-weight: 500; text-align: center; color: rgba(0, 0, 0, .6); padding: 0; margin: 0 0 0.5rem 0; min-height: 20px; height: auto;}
.pacotes-rastreador .product a {font-weight: 700; background: #F58634; border-radius: 10px; color: #FFF; padding: 0.5rem 1rem; margin: 1rem 0 1.5rem 0; transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out; display: flex; display: -webkit-flex; display: -moz-flex; justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; width: 100%;}
.pacotes-rastreador .product a:hover {background: #E8751F;}
.pacotes-rastreador .product button {font-weight: 600; text-transform: uppercase; text-decoration: underline; background: transparent; color: #274382; transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;}
.pacotes-rastreador .product button:hover {opacity: .85;}

#modalPlanos .modal-content .modal-header {padding: 0.8rem; position: relative;}
#modalPlanos .modal-content .modal-header .modal-title {font-weight: 600; text-align: center; padding: 0;}
#modalPlanos .modal-content .modal-header .close {position: absolute; top: 4px; right: 6px; background: transparent; margin: 0; padding: 0; float: unset; transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;}
#modalPlanos .modal-content .modal-header .close:hover {color: #CA0004;}
#modalPlanos .modal-content .modal-body p {text-align: justify; padding: 0; margin: 0 0 0.5rem 0;}
#modalPlanos .modal-content .modal-body p:last-child {margin: 0;}
#modalPlanos .modal-content .modal-body .list-component {padding: 0;}
#modalPlanos .modal-content .modal-body .list-component i {color: #4CAF50;}

.blog-wrapper .blog-image .exception h2 {font-size: 26px; font-weight: 300; text-align: center; line-height: normal; margin: 0 0 1rem 0; padding: 0; position: relative;}
.blog-wrapper .blog-image .exception h2 b, .blog-wrapper .blog-image .exception h2 span {font-weight: 900;}
.blog-wrapper .blog-image .exception h2 b {font-size: 50px;}
.blog-wrapper .blog-image .exception h2 span {font-size: 20px; position: absolute;}
.blog-wrapper .blog-image .exception h2 span:last-child {font-size: 14px; font-weight: 300; bottom: 0; color: #5D5D5D;}

/* Página Interna - Painel
---------------------------*/
#painel-content section.section {min-height: 56.8vh;}
#painel-content .great-result {color: #32C138;}
#painel-content .good-result {color: #009006;}
#painel-content .regular-result {color: #F6BB35;}
#painel-content .bad-result {color: #DA2A2A;}

/* Página Inicial - Painel
---------------------------*/
.slider-section .box {background: #FFF; padding: 15px;}
.slider-section .box h1 {font-weight: 600; text-align: center; color: #F68535; padding: 0;}
.slider-section .box h2 {font-size: 16px; font-weight: 600; text-align: center; padding: 0; margin: 0 0 0.8rem 0; white-space: normal;}
.slider-section .box img {width: 100% !important; height: auto !important; object-fit: contain;}
.slider-section .box ul li {color: #274382;}
.slider-section .box ul li i {color: #008000;}
.slider-section .box .small-info {white-space: normal; line-height: 1; margin: 0.3rem 0 0 0; padding: 0;}
.slider-section .box .first-child {max-height: 60px; object-position: left;}
.slider-section .box .second-child {max-height: 60px; object-position: left;}
.slider-section .box .third-child {max-height: 110px; margin: 0 0 10px 0;}
.slider-section .box .colored-background {width: auto; height: auto; background: #274382; padding: 0.5rem; margin: 1rem 0 1rem -15px;}
.slider-section .box .colored-background h2 {font-size: 18px; font-weight: 600; line-height: normal; color: #FFF; padding: 0 0 0 5px;}
.slider-section .box .colored-background h2:not(.smaller) {font-size: 24px;}
.slider-section .box .colored-background h2 small {font-size: 65%; color: inherit;}
.slider-section .box .colored-background p {font-weight: 600; color: #FFF; padding: 0 0 0 7px;}

@media screen and (min-width: 1200px) {
	#modalSimule .modal-dialog {max-width: 30%;}

	.blog-wrapper .blog-image .pl-lg-0 {padding-left: 0;}
	.blog-wrapper .flexible-exception .exception {display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; -moz-align-items: center; flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap;}

	.pacotes-rastreador .mt-lg-0 {margin-top: 0 !important;}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.footer .flexible-images img {width: 50px;}

	.team-member img {height: 230px;}
	.blog-wrapper .blog-title .exception .col-md-6 .col-xs-12:last-child {padding: 0;}
}

@media screen and (min-width: 992px) {
	.blog-wrapper .flexible-exception {display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; -moz-align-items: center;}
	#content .blog-wrapper .mobile {display: none;}
}

@media screen and (max-width: 991px) {
		.blog-image {float: none!important;}
		
	.blog-wrapper .flexible-exception .exception img {max-height: 250px; object-fit: contain; margin: 0 0 1rem 0;}	
	.blog-wrapper .flexible-exception .exception center {display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; margin: 0 0 2rem 0;}
	.blog-wrapper .blog-image .exception .details {margin: 0;}
	.blog-wrapper .blog-title {margin: 1rem 0 0 0;}

	.pacotes-rastreador .row {justify-content: center; -webkit-justify-content: center; -moz-justify-content: center;}
	.pacotes-rastreador .product {max-width: 259px; margin: 0 auto 2rem auto;}

	#content .textscroll.bkg .blog-title {background: #5076ce;padding-top: 15px;}
	.blog-wrapper.textscroll.bkg:before {background:transparent;}
	.blog-wrapper {padding-bottom: 0;}
	#content .blog-wrapper .desktop {display: none;}
	#content .blog-wrapper .mobile {padding: 20px 0;}

	.caixa-de-procura .table .row {text-align: center;}
	.caixa-de-procura .table .row:not(:last-child) {border-bottom: 1px solid #EEE; margin-bottom: 0.5rem;}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.slider-section .box .first-child, .slider-section .box .second-child {max-height: 50px;}
	.slider-section .box .third-child {max-height: 90px;}
	.slider-section .box ul li {font-size: 13px;}
	.slider-section .box h2, .slider-section .box .small-info {display: none;}
	.slider-section .box .colored-background h2 {display: block;}

	.team-member img {height: 170px;}
}

@media screen and (min-width: 768px) {
	.pacotes-rastreador .mt-md-0 {margin-top: 0 !important;}

	.modalMobile {display: none;}

}

@media screen and (max-width: 767px) {
	.slider-section .box .first-child, .slider-section .box .second-child, .slider-section .box .colored-background, .slider-section .box ul {display: none !important;}
	.slider-section .box .small-info {display: none;}


	.team-member img {height: 140px;}

	.modalMobile .modalcontent {max-width: 100%!important;}
	.modalMobile .box h2 {font-size: 12px!important;line-height: 15px!important;}
	.modalMobile .box .second-child {max-height: 20px!important;object-position: center!important;}
	.modalMobile .box .colored-background h2 {font-size: 15px!important;line-height: 18px!important;}
	.modalMobile .box .third-child {max-height: 80px!important;}
	.modalMobile .box ul li {font-size: 10px!important;}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.slider-section .box {width: 50%;}

	.blog-wrapper .blog-title .exception .col-md-6 .col-xs-12:first-child {width: 40%;}
	.blog-wrapper .blog-title .exception .col-md-6 .col-xs-12:last-child {width: 60%;}
}

@media screen and (min-width: 576px) {
	.mobile-text {display: none;}
	.modalMobile .mobile-text {display: block;}
}

@media screen and (max-width: 575px) {
	.slider-section .mobile-hidden {display: none !important;}

	.slider-section .box {padding: 0 15px; background: transparent;}
	.slider-section .box h1:not(.mobile-text), .slider-section .box h2:not(.mobile-text) {display: none;}
	.slider-section .box .mobile-text {text-align: center;white-space: normal;padding: 0;max-width: 100%;width: 100%;margin: 0 auto;display: block;padding-left: 10px;top: -20px;}
	.slider-section .box h1.mobile-text span {background: rgba(246, 133, 53, .75); color: #FFF; padding: 0.3rem 0.6rem;font-size: 10px;}
	.slider-section .box h2.mobile-text {font-size: 10px; line-height: 1.6; margin: 5px 0 0 0;}
	.slider-section .box h2.mobile-text span {background: rgba(39, 67, 130, .75); color: #FFF; padding: 0.3rem 0.6rem;}
	.slider-section .box .third-child {display: none !important;}

	.blog-wrapper .blog-image .exception a {font-size: 18px; margin: 0 0 0 -20px;}
	.blog-wrapper .blog-title .exception img {margin: 0 0 0.5rem 0; border: 0;}
	.blog-wrapper .blog-title .exception h4, .blog-wrapper .blog-title .exception p {text-align: center; height: auto;}
}

.modalMobile .box {background: #FFF;padding: 15px;min-height: 290px;height: auto;}
.modalMobile .box h1 {font-weight: 600; text-align: center; color: #F68535; padding: 0;}
.modalMobile .box h2 {font-size: 16px; font-weight: 600; text-align: center; padding: 0; margin: 0 0 0.8rem 0; white-space: normal;}
.modalMobile .box img {width: 100% !important; height: auto !important; object-fit: contain;}
.modalMobile .box ul {list-style: none;}
.modalMobile .box ul li {color: #274382; margin: 5px 0;}
.modalMobile .box ul li i {color: #008000;}
.modalMobile .box .small-info {white-space: normal; line-height: 1; margin: 0.3rem 0 0 0; padding: 0;}
.modalMobile .box .first-child {max-height: 60px; object-position: left;}
.modalMobile .box .second-child {max-height: 60px; object-position: left;}
.modalMobile .box .third-child {max-height: 110px; margin: 0 0 10px 0;}
.modalMobile .box .colored-background {width: auto; height: auto; background: #274382; padding: 0.5rem; margin: 1rem 0 1rem -15px;}
.modalMobile .box .colored-background h2 {font-size: 18px; font-weight: 600; line-height: normal; color: #FFF; padding: 0 0 0 5px;}
.modalMobile .box .colored-background h2:not(.smaller) {font-size: 24px;}
.modalMobile .box .colored-background h2 small {font-size: 65%; color: inherit;}
.modalMobile .box .colored-background p {font-weight: 600; color: #FFF; padding: 0 0 0 7px;}

.modalMobile .modalcontent {max-width: 80%; width: 100%; margin: 0 auto; position: relative;}
.modalMobile .modal-btn-close {margin-top: 3%!important;background: transparent;position: absolute;right: 3%;z-index: 1000;}

#modal {position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 5; width: 100%; height: 100%;}
#modal.hide {display: none;}
#modal.show {display: block;}
#modal.fadeIn {animation-name: fadeIn; animation-duration: 1s;}
#modal.fadeOut {animation-name: fadeOut; animation-duration: 1s;}
#modal .background {position: absolute; top: 0; bottom: 0; right: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.7; z-index: -1;}
#modal .modalbody {width: 100%;max-width: 100%;height: auto;margin: 10vh auto 0;background: #fff;padding: 0px 0 70px;}
#modal .modalbody .modalheader {width: auto; padding: 20px 20px 10px; position: relative;}
#modal .modalbody .modalheader h1 {font-size: 28px; font-weight: 600; text-transform: uppercase;}
#modal .modalbody .modalheader a {position: absolute; top: 10px; right: 15px;}
#modal .modalbody .modalheader a img {width: 23px; height: 23px; object-fit: contain; filter: grayscale(1); transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;}
#modal .modalbody .modalheader a img:hover {filter: grayscale(0); transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;}
#modal .modalbody .modalcontent {width: auto; padding: 0 20px;}
#modal .modalbody .modalcontent .termos {max-height: 60vh; overflow: auto; font-family: sans-serif; font-size: 16px; text-align: justify; padding: 0 6px;}
#modal .modalbody .modalcontent .termos::-webkit-scrollbar {width: 6px; background: #F4F4F4;}
#modal .modalbody .modalcontent .termos::-webkit-scrollbar-track {background-color: #F4F4F4;}
#modal .modalbody .modalcontent .termos::-webkit-scrollbar-thumb {background: #000000; border-radius: 5px;}
#modal .modalbody .modalfooter {width: auto; padding: 10px 20px; border-top: 2px solid #676767;}
#modal .modalbody .modalfooter p {font-size: 18px; font-weight: 600; text-align: center;}
.ovhidden {overflow: hidden;}
.ovauto {overflow: auto;}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadeOut {
    from {opacity: 1;}
    to {opacity: 0;}
}

.img-maodeobra {max-width: 100%; width: 100%; height: auto;}
.txt-orcamento .flexible-images {text-align: center;padding: 0 0 15px 0;}
.txt-orcamento .flexible-images img {width: 70px;height: 40px;object-fit: contain;border-radius: 5px;padding: 0.4rem;margin: 0 0 0 5px;background: #fff;}
.txt-orcamento h4 {font-weight: bold;font-size: 15px;line-height: 20px;padding: 10px 30px;color: #fff;}
.txt-orcamento {background: #5076ce;}

.p-l-0 {padding-left: 0;}

/* ?. Tabela do Contrato
--------------------------*/
.table-contrato {overflow: auto;}
.table-contrato table {border: 1px solid #DEE2E6;}
.table-contrato table > tbody > tr:not(:last-child) {border-bottom: 1px solid #DEE2E6;}
.table-contrato table > tbody > tr > th {font-size: 14px; font-weight: 600; text-align: center; text-transform: uppercase; color: #212529; padding: 10px 5px;}
.table-contrato table > tbody > tr > th:not(:last-child) {border-right: 1px solid #DEE2E6;}
.table-contrato table > tbody > tr > td {text-align: center; padding: 5px;}
.table-contrato table > tbody > tr > td:not(:last-child) {border: 1px solid #DEE2E6;}