/*
	DIOGENES JUNIOR
	CONTATO@DIOGENESJUNIOR.COM.BR
	
*/

/*---------------------------------
	RESETS
-----------------------------------*/

html,body{
    height: 100%;
}
body{
	overflow-x: hidden;
    background:#fff;
    font-family: 'Barlow', sans-serif; 
}

@media(max-width: 540px){
  html,body{
    max-width: 100% !important;
    
  }
}

/*---------------------------------
	IMPORTS E CONSULTAS E MOBILE
	
XS = < 544px
SM = > 544px
MD = > 768px
LG = > 992px
XL = > 1200px

CSS GRID
-----------------------------------*/


.wow {
   visibility: hidden;
}
::selection { background: #747474; color: #fff; } ::-moz-selection { background: #747474; color: #fff; }


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

.text-right{
  text-align: right;
}

a{
  text-decoration: none;
}

img{
  max-width: 100%;
  height: auto;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited{
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    text-transform: none;
    font-size: 14px;
    height: 42px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 7px;
    border-radius: 8px !important;
    outline: none !important;
    box-shadow: none !important;
    color: #000;
    text-transform: uppercase;
    background: #ffe602 !important;
    border-color: #ffe602 !important;
}

/*---------------------------------
	HEADER
-----------------------------------*/
header{
  position: relative;
  display: block;
  background: #fff;
}

header.fixo{
  position: fixed;
  display: block;
  width: 100%;
  height: auto;
  z-index: 303;
  top: -200%;
  left: 0;
  border-bottom: 1px solid #f2f2f2;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
  -webkit-transition:all 650ms ease;-moz-transition:all 650ms ease;transition:all 650ms ease;
}


@media(max-width: 540px){
  header.fixo{
    display: none !important;
  }
}

header .barra-topo{
  position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #ffe602;
    color: #000;
    padding-top: 7px;
    padding-bottom: 9px;
}

@media(max-width: 540px){
  header .barra-topo{
    display: none;
  }
}

header .barra-topo p{
   margin: 0px;
   padding:0px;
   color:#000;
   font-size:13px;
}

header .barra-topo p b{
  font-weight: bold;
  font-style:oblique;
}

header .barra-topo p a,
header .barra-topo p a:hover{
   color:#000;
   text-decoration: none;
   font-weight: bold;
}



header .logo-busca-minha-conta{
  position:relative;
  display: block;
  width: 100%;
  height: auto;
  background:#fff;
  padding-top: 13px;
  padding-bottom: 10px;
  color:#fff;
}

header .logo-busca-minha-conta .logo{
  padding-top: 7px;
}
header .logo-busca-minha-conta .logo img{
  width: auto;
  max-width: 100%;
  height: auto;
}

@media(max-width: 540px){
  header .logo-busca-minha-conta .logo{
    text-align: center;
    padding-bottom: 20px;
  }
}

header .busca{
  padding-top: 8px;
}

header .busca .input-group{
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 5px;
  margin-top: -7px;
}
.input-group-prepend .btn,
.input-group-append .btn{
  padding-top: 4px;
}

@media(max-width: 540px){
  header .busca{
    padding-bottom: 12px;
  }
  header .busca .input-group{
    width: 100%;
  }
}

header .busca .form-control,
header .busca .form-control:hover,
header .busca .form-control:focus,
header .busca .form-control:visited{
  font-size: 13px;
  /* font-family: 'Open Sans', sans-serif; */
  outline: none !important;
  box-shadow: none !important;
  border-right: none !important;
  height: 38px;
  background: none;
  border: none !important;
  padding-left: 5px;
}
header .busca .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#B5B5B5;
}

header .busca .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#B5B5B5;
}

header .busca .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color:#B5B5B5;
}

header .busca .btn.btn-outline-secondary{
  height: 38px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-left: none;
}

header .busca .btn.btn-outline-secondary img{
  margin-top:-3px;
}



header .minha-conta-carrinho{

}


header .minha-conta-carrinho h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    padding-top: 3px;
}


header .minha-conta-carrinho h2 img{
    float: left;
    margin-right: 9px;
    margin-top: 2px;
    margin-bottom: 10px;
    width: 35px;
}


header .minha-conta-carrinho h2 a,
header .minha-conta-carrinho h2 a:hover{
 font-weight: bold;
 color:#fff !important;
 text-decoration: none !important;
}


header .carrinho-header img{
  width:40px;
  height: auto;
}

header .menu-desktop{
  text-align: right;
}

header .menu-desktop nav {
  margin: 9px 0;
}

header .menu-desktop nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
  
header .menu-desktop nav ul li {
  display:inline-block;
}

.apenas-mobile{
  display: none !important;
}


li.apenas-mobile{
  text-align: right;
}
@media(max-width: 540px){
  header .menu-desktop nav ul li{
    display: none;
  }
  .apenas-mobile{
    display: block !important;
  }
}

header .menu-desktop nav a {
    display: block;
    padding: 0px 10px;
    color: #000;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    font-family: 'Barlow', sans-serif; 
    font-weight: normal;
    text-transform: none;
    -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}
/*
header .menu-desktop nav a:hover{
  color:#0091EB;
}
*/
header .menu-desktop nav a.last{
  font-weight: bold;
  font-style: oblique;
}

header .menu-desktop nav a i{
  padding-left: 8px;
}

/*
header .menu-desktop nav a:hover { 
  background-color: #000000; 
}
*/

/* Hide Dropdowns by Default */
header .menu-desktop nav ul ul {
    display: none;
    position: absolute;
    top: 48px;
    /* left: 0; */
    margin-left: -8px;
    background: #f7f7f7;
    padding: 16px;
    text-align: left;
    /* line-height: 24px; */
}
  
/* Display Dropdowns on Hover */
header .menu-desktop nav ul li:hover > ul {
  display:block;
}

  
/* Fisrt Tier Dropdown */
header .menu-desktop nav ul ul li {
  width:170px;
  float:none;
  display:list-item;
  position: relative;
}


header .menu-desktop nav ul ul li a,
header .menu-desktop nav ul ul li a:hover{
  color: #777777;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-weight: 600;
  line-height: 27px !important;
}


/* Second, Third and more Tiers */
header .menu-desktop nav ul ul ul li {
  position: relative;
  top:-60px; 
  left:170px;
}

/*---------------------------------
  SIDE MENU
-----------------------------------*/
.sidemenu{
  position: fixed;
  display: block;
  right: -120%;
  top: 0;
  width: 350px;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 175px;
  z-index: 9999;
  background: #fff;
  border-left: 1px solid #f2f2f2;
  padding: 25px;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.sidemenu::-webkit-scrollbar-track {
          background-color: transparent;
      }
.sidemenu::-webkit-scrollbar {
          width: 0px;
          background: transparent;
      }
.sidemenu::-webkit-scrollbar-thumb {
          background: transparent;
      }


@media(max-width: 540px){
  .sidemenu{
    display: none;
    width: 100%;
    -webkit-transition:all 750ms ease;-moz-transition:all 750ms ease;transition:all 750ms ease;
  }
}
.sidemenu h2{
  font-size: 16px;
  font-weight: bold;
  font-style: oblique;
  margin-bottom: 25px;
}

.sidemenu h2 img{
  width: 36px;
  margin-top: -6px;
}

.sidemenu nav ul{
  padding-left: 0px;
  margin-left: 0px;
}

.sidemenu nav ul li{
  list-style: none;
  padding-bottom: 9px;
  padding-left: 12px;
  padding-top: 9px;
  border-bottom: 1px solid #f2f2f2;
}

.sidemenu nav ul li a,
.sidemenu nav ul li a:hover{
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-style: oblique;
    -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
} 


.sidemenu .fechar{
  position: absolute;
  top: 12px;
  right: 12px;
}

.sidemenu .fechar img{
  width: 22px;
  height: 22px;
}
/*---------------------------------
  CALL TO ACTION
-----------------------------------*/
.call-to-action{
    background: #f2f2f2;
    padding-top: 15px;
    padding-bottom: 13px;
}

.call-to-action h3{
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}


@media(max-width: 540px){
    .call-to-action{
      display: none;
    }
    .call-to-action h3 {
        font-size: 14px;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
        line-height: 21px;
    }
}


.call-to-action h3 a,
.call-to-action h3 a:hover{ 
  color:#000;
  text-decoration: none;
}

.call-to-action h3 img{
    width: 26px;
    margin-left: 5px;
    margin-top: -2px;
}


/*---------------------------------
  SUPER BANNER
-----------------------------------*/
section.super-banner{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  padding-top: 30px;
}


section.super-banner nav {
    padding: 20px;
    padding-top: 5px;
    
    background: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.09));
    border-radius: 20px;
    margin-top: 50px;
    width: 330px;
    max-width: 100%;
    margin-bottom: 50px;
}

section.super-banner nav ul {
    padding-left: 0px;
    margin-left: 0px;
    height: 240px;
    overflow-y: scroll;
}
section.super-banner nav ul::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}
section.super-banner nav ul::-webkit-scrollbar {
  width: 0px;
  background: #f2f2f2;
}
section.super-banner nav ul::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  opacity: 0.25;
}


section.super-banner nav ul li {
    list-style: none;
    border-bottom: 1px solid #F2F2F2;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    /* padding-right: 20px; */
}
section.super-banner nav ul li a {
    text-decoration: none;
    color: #000;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
}
section.super-banner nav ul li a img {
    float: right;
    width: 22px;
    margin-top: 2px;
}


.area-servicos p{
   text-align: center;
   margin-top: 33px;
}

.area-servicos p a.btn-primary,
.area-servicos p a.btn-primary:hover{
  text-decoration: none;
}

.area-servicos h1{
  font-weight: bold;
  padding-top: 10px;
}

.area-servicos h1 small{
  display: block;
  font-size: 18px;
  padding-top: 12px;
  line-height: 28px;
}

section.super-banner .area-do-banner{
  padding-top: 25px;
}


section.super-banner .area-do-banner img{
  width: 100% !important;
  height: auto;
  background: #fff;
}

section.super-banner .area-do-banner .owl-dots{
  display:none !important;
}

section.conteudo-paginas{
  padding-top:65px;
  padding-bottom:65px;
}


section.content{
  margin-top: 30px;
}

section.content article p,
section.content article ul,
section.content article ol{
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}

section.content article a,
section.content article a:hover{
 color: #747474;
    font-weight: 600;
}

section.content article h1,
section.content article h2,
section.content article h3,
section.content article h4,
section.content article h5{
  font-weight: 600;
  margin-bottom: 20px;
}

section.content article h1:after,
section.content article h2:after,
section.content article h3:after,
section.content article h4:after,
section.content article h5:after{
  content: " ";
    position: relative;
    display: block;
    width: 50px;
    height: 2px;
    margin-top: 8px;
    background: #333;
}

section.content article img{
  margin-top: 14px;
  margin-bottom: 25px;
  max-width: 100%;
}


section.content article iframe{
  margin-top: 14px;
  margin-bottom: 25px;
  width: 100%;
  height: 530px;
}

section.content article img.alignright {float:right; margin:0 0 3em 3em}
section.content article img.alignleft {float:left; margin:0 3em 3em 0}
section.content article img.aligncenter {display: block; margin-left: auto; margin-right: auto}
section.content article a img.alignright {float:right; margin:0 0 3em 3em}
section.content article a img.alignleft {float:left; margin:0 3em 3em 0}
section.content article a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

section.content article div.alignright {float:right; margin:0 0 3em 3em}
section.content article div.alignleft {float:left; margin:0 3em 3em 0}
section.content article div.aligncenter {display: block; margin-left: auto; margin-right: auto}

section.content article blockquote{
  font-size: 20px;
    font-style: oblique;
    padding-left: 17px;
    border-left: 3px solid #ccc;
    margin-top: 37px;
    margin-bottom: 37px;
}
section.content article blockquote p{
  font-size: 20px !important;
}

.wp-caption-text{
    text-align: center;
    color: #000;
    font-style: oblique;
    opacity: 0.75;
    font-size: 12px;
    margin-top: -17px;
}

/*---------------------------------
  LOOP
-----------------------------------*/
section.loop{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 0px;
}


section.loop .titulo-sessao{
    padding-top: 7px;
    padding-bottom: 20px;
}

section.loop .titulo-sessao h2{
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-style:oblique;
  font-size: 20px;
}

section.loop .titulo-sessao h2 img{
  width: 46px;
  height: auto;
  margin-top: -4px;
  margin-right: 7px;
}


@media(max-width: 540px){
    section.loop .titulo-sessao h2 {
      font-family: 'Raleway', sans-serif;
      font-weight: bold;
      font-style: oblique;
      font-size: 20px;
      padding-left: 20px;
  }
    section.loop .titulo-sessao h2 img {
      width: 46px;
      height: auto;
      margin-top: -15px;
      margin-right: 7px;
      margin-bottom: 23px;
      float: left;
  }
}

section.loop .btn-primary{
  position: relative;
  display: block;
  margin-top: 21px;
  width: 100%;
  /* margin-left: auto; */
  /* margin-right: auto; */
  z-index: 100;
}





.controle-banner-na-loop1{
    position: absolute;
    top: auto;
    left: 0px;
    padding-top: 0px;
    width: 100%;
    height: auto;
    bottom: 42px;
}


.controle-banner-na-loop1 .owl-theme img{
    width: 26px !important;
    height: auto !important;
    opacity: 1;
    border-radius: 5px;
    border: 0px solid #cccccc !important;
}

.controle-banner-na-loop1 .owl-theme .custom-nav-loop1  {
  position: absolute;
  left: 0;
  right: 0;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.controle-banner-na-loop1 .owl-theme .custom-nav-loop1 {
  outline: none !important;
  text-align: center;
}

.controle-banner-na-loop1 .owl-theme .custom-nav-loop1  .owl-prev,
.controle-banner-na-loop1 .owl-theme .custom-nav-loop1  .owl-next {
  position: relative;
  height: 100px;
  color: inherit;
  background: none !important;
  border: none !important;
  z-index: 1;
  outline: none !important;
}

.controle-banner-na-loop1 .owl-theme .custom-nav-loop1  .owl-prev {
  left: 6px;
}

.controle-banner-na-loop1 .owl-theme .custom-nav-loop1  .owl-next {
  right: -6px;
}

@media(max-width: 540px){

    .controle-banner-na-loop1 .owl-theme .custom-nav-loop1  .owl-prev {
      left: 3px;
    }
    
    .controle-banner-na-loop1 .owl-theme .custom-nav-loop1  .owl-next {
      right: 3px;
    }

}













.controle-banner-na-loop2{
    position: absolute;
    top: auto;
    left: 0px;
    padding-top: 0px;
    width: 100%;
    height: auto;
    bottom: 42px;
}


.controle-banner-na-loop2 .owl-theme img{
    width: 26px !important;
    height: auto !important;
    opacity: 1;
    border-radius: 5px;
    border: 0px solid #cccccc !important;
}

.controle-banner-na-loop2 .owl-theme .custom-nav-loop2  {
  position: absolute;
  left: 0;
  right: 0;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.controle-banner-na-loop2 .owl-theme .custom-nav-loop2 {
  outline: none !important;
  text-align: center;
}

.controle-banner-na-loop2 .owl-theme .custom-nav-loop2  .owl-prev,
.controle-banner-na-loop2 .owl-theme .custom-nav-loop2  .owl-next {
  position: relative;
  height: 100px;
  color: inherit;
  background: none !important;
  border: none !important;
  z-index: 1;
  outline: none !important;
}

.controle-banner-na-loop2 .owl-theme .custom-nav-loop2  .owl-prev {
  left: 6px;
}

.controle-banner-na-loop2 .owl-theme .custom-nav-loop2  .owl-next {
  right: -6px;
}

@media(max-width: 540px){

    .controle-banner-na-loop2 .owl-theme .custom-nav-loop2  .owl-prev {
      left: 3px;
    }
    
    .controle-banner-na-loop2 .owl-theme .custom-nav-loop2  .owl-next {
      right: 3px;
    }

}





/*---------------------------------
  PRODUTO
-----------------------------------*/
.produto{
   position: relative;
   display: block;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   height: 373px;
   margin-bottom: 24px;
   background: #fff;
   border: 1px solid #f2f2f2;
   filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
}

.produto .foto-produto{
  position: relative;
  display: block;
  width: 100%;
  height: 163px;
}

.produto .foto-produto a,
.produto .foto-produto a:hover{
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.produto .info-produto {
    text-align: center;
    padding: 20px;
    padding-top: 20px;
}

.produto .info-produto h3{
   font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    height: 38px;
}

.produto .info-produto h2{
   font-family: 'Open Sans', sans-serif;
   font-weight: normal;
   font-size: 21px;
   height: 58px;
}

.produto .info-produto h2 small{
   display: block;
   font-size: 13px;
   padding-top: 10px;
}

.produto .info-produto h2 small span{
  color:#1AB520;
}
.loop-menor .produto{
  height: 355px;
}

@media(max-width: 540px){
    .loop-menor .produto {
      height: 355px;
      width: 81%;
  }
  .banner-vertical{
    margin-bottom: 35px;
  }
}

.loop-menor .btn-primary {
    position: relative !important;
    display: block !important;
    margin-top: 12px !important;
    width: 100% !important;
    /* margin-left: auto; */
    /* margin-right: auto; */
    z-index: 100 !important;
    font-size: 13px !important;
    height: 37px !important;
    padding-top: 7px !important;
}

/*---------------------------------
  OUTROS ESTILOS
-----------------------------------*/
section.mini-banners{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 0px;
}

section.mini-banners .mini-banner{
  margin-bottom: 25px;
}

section.mini-banners .mini-banner img{
  width: 100%;
  height: auto;
}


/*---------------------------------
  CATEGORIAS
-----------------------------------*/
.breadcrumb{
  padding: 0;
  border-radius: 0;
  background: none;
  padding-top: 20px;
  padding-bottom: 15px;
  color: #747474;
  font-size: 13px;
}

.breadcrumb a, .breadcrumb a:hover, .breadcrumb span{
  color: #747474;
  text-decoration: none;
  padding-right: 5px;
  font-family: 'Open Sans', sans-serif;
}

.breadcrumb span{

}

section.content .sidebar{

}


section.content .sidebar h3{
   font-weight: bold;
   font-family: 'Open Sans', sans-serif;
   color: #0091EB;
   font-size: 16px;
   border-bottom: 1px solid #f2f2f2;
   padding-bottom: 9px;
}

section.content .sidebar ul{
    padding-left: 9px;
    padding-top: 0px;
    margin-bottom: 25px;
}

section.content .sidebar ul li{
  list-style: none;
  padding-bottom: 1px;
}

section.content .sidebar ul li.sub{
  padding-left: 20px;
}

section.content .sidebar ul li a,
section.content .sidebar ul li a:hover{
   color: #747474;
   text-decoration: none;
   font-size: 14px;
}

section.content .desc-categoria{
  margin-bottom: 25px;
}

@media(max-width: 540px){
      section.content .desc-categoria {
        margin-bottom: 25px;
        text-align: center;
    }
}

section.content .desc-categoria h2{
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  margin-bottom: 17px;
  margin-top: 0px;
  padding-top: 0px;
}

section.content .desc-categoria p{
  color: #747474;
  font-size: 14px;
  line-height: 22px;
}

.paginacao-filtragem{
    margin-top: -3px;
    margin-bottom: 9px;
}

.paginacao-filtragem .paginacao{
  text-align: left;
}

.paginacao-filtragem .paginacao span,
.paginacao-filtragem .paginacao a{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid #f2f2f2;
    color: #2a6386;
    white-space: nowrap;
    text-decoration: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none !important;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
    color: #000 !important;
}


.paginacao-filtragem .paginacao{
    position: relative;
    display: inline-block;
    width: auto;
    text-align: left;
    font-size: 0.9em;
    padding-left: 15px;
    margin-right: 12px;
}

.paginacao-filtragem .ordenacao{
    display: block;
    width: 181px;
    float: right;
    margin-top: 4px;
}

@media(max-width: 540px){
      .paginacao-filtragem .ordenacao {
        display: block;
        width: 100%;
        float: right;
        margin-top: 15px;
    }
}

.paginacao-filtragem .paginacao span.current{
  color: #fff !important;
  font-weight: bold;
  background: #0091EB !important;
}

.paginacao-filtragem .paginacao a{
  text-decoration: none;
  color: #089E71;
  padding-left: 10px;
  padding-right: 10px;
}


#dataSelectList_length{
  display: none !important;
}

.paginacao-filtragem .ordenacao .form-control{
  font-size: 13px;
  margin-top: -3px;
}


@media(min-width: 541px){

    .paginacao-filtragem-bottom .paginacao{
      margin-left: -30px;
    }

    .paginacao-filtragem-bottom .ordenacao{
      margin-right: -16px;
    }

}


/*---------------------------------
  SINGLE PRODUTO
-----------------------------------*/

.single-produto{

}

.single-produto .coluna-um{

}

.single-produto .coluna-um .imagem-produto-grande{

}

.single-produto .coluna-um .imagem-produto-grande img{
  width: 100%;
  height: auto;
}

.single-produto .coluna-um .thumbs-produto{
  padding-top: 14px;
}

.single-produto .coluna-um .thumbs-produto .thumb-produto{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 59px;
  margin-right: 6px;
  margin-bottom: 9px;
}

.single-produto .coluna-um .thumbs-produto .thumb-produto a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}


.single-produto .coluna-dois h1{
  font-weight: bold;
  font-style: oblique;
  font-size: 30px;
  margin-top: -5px;
  padding-top: 0px;
}

.single-produto .coluna-dois h1 small{
  display: block;
  margin-bottom: 24px;
  color: #747474;
  font-size: 15px;
  font-style: normal;
}


.single-produto .coluna-dois h2{
   margin-bottom: 26px;
}

.single-produto .coluna-dois h2 strike{
  display: block;
  color: #747474;
  font-weight: normal;
  opacity: 0.3;
  font-size: 22px;
}

.single-produto .coluna-dois h2 small{

}

.single-produto .coluna-dois h2 small {
  display: block;
  font-size: 17px;
  padding-top: 6px;
}
 
.single-produto .coluna-dois h2 small span {
    color: #1AB520;
}

.single-produto .coluna-dois p{
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 14px;
  padding-bottom: 20px;
  line-height: 24px;
}

.single-produto .coluna-dois .btn-success,
.single-produto .coluna-dois .btn-success:hover,
.single-produto .coluna-dois .btn-success:focus,
.single-produto .coluna-dois .btn-success:active,
.single-produto .coluna-dois .btn-success:visited{
    background: #5CB85C !important;
    border: #5CB85C !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold !important;
    font-style: oblique !important;
    width: 300px;
    height: 48px;
    padding-top: 11px;
    border-radius: 0px;
    max-width: 100%;
}

.single-produto .coluna-dois h5{
    font-size: 14px;
    margin-bottom: -2px;
    margin-top: -10px;
}

.single-produto .coluna-dois .cronometro-oferta{
  padding-bottom: 26px;
  position: relative;
  display: block;
  width: 182px;
  text-align: left;
}

@media(max-width: 540px){
  .single-produto .coluna-dois .cronometro-oferta{
    padding-bottom: 26px;
    position: relative;
    display: block;
    /* width: 100%; */
    text-align: left;
  }
}

.single-produto .coluna-dois .cronometro-oferta span{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
}
.single-produto .coluna-dois .cronometro-oferta small{
    position: relative;
    display: block;
    margin-top: -8px;
    font-size: 12px;
    opacity: 0.5;
}

.single-produto .coluna-dois .cronometro-oferta .col{
  padding-left: 0px;
  padding-right: 0px;
}

.single-produto .coluna-dois ul{
  padding-left: 0px;
  margin-left: 0px;
}

.single-produto .coluna-dois ul li{
  list-style: none;
  padding-bottom: 12px;
  font-size: 13px;
}

.single-produto .coluna-dois ul li img{
  width: 20px;
  height: auto;
  margin-right: 6px;
  margin-top: -3px;
}


.conteudo-produto-bottom{
  padding-top: 12px;
}

.conteudo-produto-bottom h3{
  font-style: oblique;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 16px;
}

.conteudo-produto-bottom p,
.conteudo-produto-bottom label,
.conteudo-produto-bottom .form-control{
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
}

.conteudo-produto-bottom .duvidas-produto{
  padding-top: 30px;
}

.conteudo-produto-bottom .duvidas-produto .btn-primary,
.conteudo-produto-bottom .duvidas-produto .btn-primary:hover,
.conteudo-produto-bottom .duvidas-produto .btn-primary:active,
.conteudo-produto-bottom .duvidas-produto .btn-primary:focus,
.conteudo-produto-bottom .duvidas-produto .btn-primary:visited{
  padding-top: 4px;
  font-weight: normal;
  font-size: 13px;
  width: 180px;
}


section.destaque-mockup{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 52px;
  padding-bottom: 52px;
  background: #F5F5F5;
  margin-top: 90px;
}

@media(max-width: 540px){
  section.destaque-mockup{
    margin-top: 0px;
  }
}

section.destaque-mockup-inverso{

}

section.destaque-mockup .coluna-um h2{
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 22px;
}

section.destaque-mockup .coluna-um p{

}

section.destaque-mockup .coluna-dois img{
  margin-top: -30px;
  width: 77%;
  max-width: 110%;
  position: absolute;
  top: -78px;
  left: -101px;
}

@media(max-width:540px){
  section.destaque-mockup .coluna-dois img{
    margin-top: -105px;
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    left: -28px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

section.destaque-mockup-inverso .coluna-dois img{
  width: 76%;
  position: relative;
  left: auto;
  top: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: -17px;
  margin-bottom: 25px;
}

@media(max-width: 540px){
  section.destaque-mockup-inverso .coluna-dois img {
    width: 76%;
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 52px;
    margin-bottom: 25px;
}
}

.lojas{
  position: relative;
  display: block;
  padding-top: 20px;
}
.lojas a, .lojas a:hover{
  text-decoration: none;
}

.lojas a img{
  width: 142px;
  margin-right: 12px;
}




section.porque-confiar{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 90px;
}
section.porque-confiar .coluna-um{
  padding-top:11px;
}

section.porque-confiar .coluna-um h2{
  font-weight: bold;
    font-size: 40px;
    margin-bottom: 40px;
}

section.porque-confiar .coluna-um p{

}


section.porque-confiar .colunas{

}


section.porque-confiar h3{
  font-size: 22px;
  margin-top: 12px;
}

section.porque-confiar p{
  
}

.colunas{
  text-align: center;
}
.colunas img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}





/*---------------------------------
  FAQ
-----------------------------------*/
section.faq{
  position: relative;
  display: block;
  height: auto;
  min-height: 300px;
  padding-top: 0;
  padding-bottom: 35px;
  background: #fff;
  margin-top: -30px;
}

section.faq .titulo{

}


section.faq .titulo h2{
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 55px;
  margin-top: 30px;
}



section.faq .as-perguntas{
  padding-top: 15px;
  padding-bottom: 20px;
}


section.faq .as-perguntas .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

section.faq .as-perguntas .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 0px !important;
}

section.faq .as-perguntas .btn-block, .btn-block:hover {
    display: block;
    width: 100%;
    color: #2E405D !important;
    
    font-weight: bold;
    font-size: 16px;
    text-decoration: none !important;
}

section.faq .as-perguntas .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.25rem;
    padding-bottom: 59px;
    font-size: 15px;
    line-height: 24px;
}

section.faq .as-perguntas i{
  color: #F2CB05;
    font-size: 33px;
    vertical-align: middle;
    margin-right: 8px;
}



/*---------------------------------
  FORMULARIO DE ORÇAMENTO
-----------------------------------*/
section.formulario-de-orcamento{

}


section.formulario-de-orcamento .area-util{
  position: relative;
  padding-top: 52px;
}

section.formulario-de-orcamento .area-util h2{
  text-align: center;
}

section.formulario-de-orcamento .area-util p{
  text-align: center;
  margin-bottom: 40px;
}




section.formulario-de-orcamento .form-group{
  
}


section.formulario-de-orcamento .form-group label{
  
}


section.formulario-de-orcamento .form-group .form-control{
   height: 53px;
   border-color: #ccc;
}


section.formulario-de-orcamento .form-group textarea.form-control{
  height: auto;
}


section.formulario-de-orcamento .form-group .btn-primary,
section.formulario-de-orcamento .form-group .btn-primary:hover,
section.formulario-de-orcamento .form-group .btn-primary:focus,
section.formulario-de-orcamento .form-group .btn-primary:visited,
section.formulario-de-orcamento .form-group .btn-primary:active{
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.pagina-final{
  text-align: center;
}

.pagina-final h3{
  font-size: 18px;
  color: #747474;
  line-height: 26px;
}

.pagina-final h3 img{
    width: 31px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.pagina-final .feedback-envio{
    position: relative;
    display: block;
    padding: 14px;
    background: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 90px;
    border-radius: 12px;
    margin-bottom: 50px;
}

#result{
  position: absolute;
  width: 92%;
  z-index: 5555;
  top: 65px;
}


/*---------------------------------
  FOOTER
-----------------------------------*/
footer{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

footer .keywords{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #F6F6F6;
    padding-top: 28px;
    padding-bottom: 34px;
}

footer .keywords h5{
  font-weight: bold;
  color: #646464;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin-bottom: 13px;
}

footer .keywords p{
  font-family: 'Open Sans', sans-serif;
  color: #979797;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 12px;
}

@media(max-width:540px){
  footer .keywords p {
    font-family: 'Open Sans', sans-serif;
    color: #979797;
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 24px;
}
}



footer .conteudo-rodape,
footer .corpy{
  position: relative;
  display: block;
  background:#ffe602;
  color:#000;
} 

footer .conteudo-rodape{
  padding-bottom: 40px;
  padding-top: 45px;
}

footer .conteudo-rodape h3{
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

footer .conteudo-rodape .coluna-um p{
    font-size: 12px;
    padding-top: 15px;
}

footer .conteudo-rodape .coluna-um p i{
  padding-right: 5px;
}

footer .conteudo-rodape .coluna-um .logos p img{
  margin-top: -13px;
  max-width: 100%;
}

footer .conteudo-rodape .coluna-um .logos p a img{
  width: 71%;
  margin-top: -13px;
  max-width: 100%;
}

footer .conteudo-rodape .coluna-dois .colunas{
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}

footer .conteudo-rodape .coluna-dois .colunas h3{
  margin-bottom: 14px;
}

footer .conteudo-rodape .coluna-dois .colunas nav ul{
  padding-left: 0px;
  margin-left: 0px;
}

footer .conteudo-rodape .coluna-dois .colunas nav ul li{
  list-style: none;
}

footer .conteudo-rodape .coluna-dois .colunas p,
footer .conteudo-rodape .coluna-dois .colunas nav ul li a,
footer .conteudo-rodape .coluna-dois .colunas nav ul li a:hover{
  text-decoration: none;
  color:#000;
  font-size: 12px;
}

footer .conteudo-rodape .form-control{
  font-size: 13px;
  border-radius: 4px;
}

footer .conteudo-rodape .btn.btn-outline-secondary,
footer .conteudo-rodape .btn.btn-outline-secondary:hover,
footer .conteudo-rodape .btn.btn-outline-secondary:focus,
footer .conteudo-rodape .btn.btn-outline-secondary:active{
  border: none !important;
  outline: none !important;
  background: none !important;
  margin-top:-3px !important;
  box-shadow: none !important;
  color:#000 !important;
}


footer .corpy{
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 0px;
  border-top:1px solid rgba(255,255,255,0.4);
  font-size: 13px;

}


footer .container{
  max-width: 85%;
}






/* PRE ACTIONS MOBILE */
section.pre_actions_auth {
  position: relative;
}
section.pre_actions_auth.work {

}

section.pre_actions_auth.work   .diogeens-col-md-6 form {

}
section.pre_actions_auth.work   .diogeens-col-md-6 form input {

}
section.pre_actions_auth.work .coluna-branca {
    background: rgb(255, 255, 255);
    padding: 32px 40px;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 8px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
section.pre_actions_auth.work   .diogeens-col-md-6 form .coluna-branca h2 {
  font-size: 22px;
  margin-bottom: 17px;
    font-weight: normal;
}
section.pre_actions_auth.work   .diogeens-col-md-6 form .coluna-branca h2 b {
  display: block;
}
section.pre_actions_auth.work   .diogeens-col-md-6 form .coluna-branca .diogenes-form-group {

}
section.pre_actions_auth.work   .diogeens-col-md-6 form .coluna-branca .diogenes-form-group label {
  position: relative;
    display: block;
    width: fit-content;
    background: #fff;
    z-index: 2;
    margin-bottom: -16px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
    margin-left: 13px;
} 
section.pre_actions_auth.work   .diogeens-col-md-6 form .coluna-branca .diogenes-form-group input.diogenes-form-control {
      position: relative;
    border-radius: 8px;
    height: 48px;
    outline: none !important;
    z-index: 1;
}
section.pre_actions_auth.work   .diogeens-col-md-6 form .coluna-branca .password-login {

}
section.pre_actions_auth.work   .diogeens-col-md-6 form .coluna-branca .password-login label {

}
section.pre_actions_auth.work   .diogeens-col-md-6 form .coluna-branca .password-login input.diogenes-form-control {

}
section.pre_actions_auth.work   .diogeens-col-md-6 form .coluna-branca .password-login a,
section.pre_actions_auth.work   .diogeens-col-md-6 form .coluna-branca .password-login a:hover {
  position: relative;
    display: block;
    float: right;
    margin-top: -36px;
    z-index: 5;
    font-size: 13px;
    margin-right: 13px;
    background: #fff;
    color: #000;
    opacity: 0.7;
}
section.pre_actions_auth.work   .diogeens-col-md-6 form .coluna-branca .apoios {

}
section.pre_actions_auth.work   .diogeens-col-md-6 form .coluna-branca .apoios a,
section.pre_actions_auth.work   .diogeens-col-md-6 form .coluna-branca .apoios a:hover {
  color: #000;
    opacity: 0.7;
    font-size: 13px;
    position: relative;
    display: block;
    margin-top: 21px;
}
section.pre_actions_auth.work   .diogeens-col-md-6 form .coluna-branca .actions {
position: absolute;
    display: block;
    width: 80%;
    bottom: 20px;
    left: auto;
}
section.pre_actions_auth.work   .diogeens-col-md-6 form .coluna-branca .actions button.btn {

}
section.pre_actions_auth.work   .diogeens-col-md-6 form .coluna-branca .actions button.btn.btn-primary {

}
section.pre_actions_auth.work   .diogeens-col-md-6 .coluna-branca {

}
section.pre_actions_auth.work   .diogeens-col-md-6 .coluna-branca form {

}
section.pre_actions_auth.work   .diogeens-col-md-6 .coluna-branca form input {

}
section.pre_actions_auth.work   .diogeens-col-md-6 .coluna-branca {
  height: 420px;
}
section.pre_actions_auth.work   .diogeens-col-md-6 .coluna-branca form .coluna-branca h2 {

}
section.pre_actions_auth.work   .diogeens-col-md-6 .coluna-branca form .coluna-branca h2 b {

}
section.pre_actions_auth.work   .diogeens-col-md-6 .coluna-branca form .coluna-branca .diogenes-form-group {

}
section.pre_actions_auth.work   .diogeens-col-md-6 .coluna-branca form .coluna-branca .diogenes-form-group label {

}
section.pre_actions_auth.work   .diogeens-col-md-6 .coluna-branca form .coluna-branca .diogenes-form-group input.diogenes-form-control {

}
section.pre_actions_auth.work   .diogeens-col-md-6 .coluna-branca form .coluna-branca .password-login {

}
section.pre_actions_auth.work   .diogeens-col-md-6 .coluna-branca form .coluna-branca .password-login label {

}
section.pre_actions_auth.work   .diogeens-col-md-6 .coluna-branca form .coluna-branca .password-login input.diogenes-form-control {

}
section.pre_actions_auth.work   .diogeens-col-md-6 .coluna-branca form .coluna-branca .password-login a,
section.pre_actions_auth.work   .diogeens-col-md-6 .coluna-branca form .coluna-branca .password-login a:hover {

}
section.pre_actions_auth.work .actions {
  position: relative;
    display: block;
    border-top: 2px solid #ffe602;
    margin-top: 38px;
    padding-top: 15px;
}


section.pre_actions_auth.work .actions button.btn.btn-primary,
section.pre_actions_auth.work .actions button.btn.btn-primary:hover,
section.pre_actions_auth.work .actions button.btn.btn-primary:active,
section.pre_actions_auth.work .actions button.btn.btn-primary:focus,
section.pre_actions_auth.work .actions button.btn.btn-primary:visited{
    width: auto;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    text-decoration: none;
    appearance: none;
    border-radius: 8px;
    transition: transform 0.1s, box-shadow 0.1s;
    
    min-height: 44px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;

    border-bottom: 4px solid #ffe602;
    background-color: #ffe602;
    color: #000;
}



@media(max-width:540px){
  section.pre_actions_auth.work   .diogeens-col-md-6 .coluna-branca {
    height: 500px;
  }
}










.conteudo-painel-profissional .tabs-container {
  margin: 0px;
  position: relative;
  display: block;
  width: 100%;
  
}

.conteudo-painel-profissional .tabs {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
  margin-bottom: 32px;
  border-bottom: 1px solid #f2f2f2;
}

.conteudo-painel-profissional .tab-button {
  padding: 10px 22px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  cursor: pointer;
  border-radius: 8px;
  outline: none !important;
  transition: background-color 0.3s ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.conteudo-painel-profissional .tab-button.active {
  background-color: #f0f0f0;
}

.conteudo-painel-profissional .tab-content {
  position: relative;
  margin-top: 20px;
}

.conteudo-painel-profissional .tab-panel {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.conteudo-painel-profissional .tab-panel.active {
  display: block;
  opacity: 1;
}

.conteudo-painel-profissional .conteudo-tabs-harmonics{

}

.conteudo-painel-profissional .conteudo-tabs-harmonics h1,
.conteudo-painel-profissional .conteudo-tabs-harmonics h2,
.conteudo-painel-profissional .conteudo-tabs-harmonics h3,
.conteudo-painel-profissional .conteudo-tabs-harmonics h4,
.conteudo-painel-profissional .conteudo-tabs-harmonics h5{
font-weight: bold;
}




/*---------------------------------
  AVISOS
-----------------------------------*/
.modal-avisos{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  z-index: 99999;
  background: rgba(000,000,000,0.35);
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.modal-avisos .aviso{
  position: absolute;
  display: block;
  bottom: -300%;
  height: auto;
  min-height: 30%;
  max-height: 92%;
  overflow-y: scroll;
  background: #fff;
  left: 0;
  width: 100%;
  z-index: 999991;
  padding: 20px;
  padding-left: 25%;
    padding-right: 25%;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}
.modal-avisos .aviso::-webkit-scrollbar-track {
          background-color: #F4F4F4;
      }
.modal-avisos .aviso::-webkit-scrollbar {
          width: 0px;
          background: #F4F4F4;
      }
.modal-avisos .aviso::-webkit-scrollbar-thumb {
          background: #ccc;
      }




.modal-avisos .aviso h3{
   color: #000;
   margin-top: 1px;
   margin-bottom: 12px;
   line-height: 1.15em;
   font-size: 20px;
}


.modal-avisos .aviso p{
   color: #292929;
   font-size: 13px;
   line-height: 19px;
   margin-bottom: 6px;
   padding-left: 0px;
}

.modal-avisos .btn-primary{
  height: 42px;
  width: 100%;
  display: block;
}


/*---------------------------------
  CONFIRMAÇÃO
-----------------------------------*/
.modal-confirmacao{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  z-index: 999999;
  background: rgba(000,000,000,0.35);
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.modal-confirmacao .confirmacao{
  position: absolute;
  display: block;
  bottom: -300%;
  height: auto;
  min-height: 30%;
  max-height: 92%;
  overflow-y: scroll;
  background: #fff;
  left: 0;
  width: 100%;
  z-index: 999991;
  padding: 20px;
  padding-left: 25%;
    padding-right: 25%;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

@media(max-width:540px){
  .modal-avisos .aviso,
  .modal-confirmacao .confirmacao{
    padding-left: 36px;
    padding-right: 36px;
  }
}

.modal-confirmacao .confirmacao::-webkit-scrollbar-track {
          background-color: #F4F4F4;
      }
.modal-confirmacao .confirmacao::-webkit-scrollbar {
          width: 1px;
          background: #F4F4F4;
      }
.modal-confirmacao .confirmacao::-webkit-scrollbar-thumb {
          background: #ccc;
      }




.modal-confirmacao .confirmacao h3{
   font-family: 'Muli', sans-serif;
   font-weight: 600;
   color: #000;
   margin-top: 1px;
   margin-bottom: 12px;
   line-height: 1.15em;
   font-size: 20px;
}

.modal-confirmacao .confirmacao .col{
  padding-left: 5px;
  padding-right: 5px;
}

.modal-confirmacao .confirmacao .col .btn-primary{
  height: 42px;
  width: 100%;
}

.modal-confirmacao .confirmacao .col .btn-default{
    height: 42px;
    width: 100%;
    border: 1px solid #ccc;
}


.modal-confirmacao p{
    color: #292929;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 20px;
    padding-left: 0px;
}



.loop-novos-servicos .caixa-destaque-servicos{
  position: relative;
  display: block;
  background: #f2f2f2;
  width: 100%;
  height: 350px;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 28px;
}

.loop-novos-servicos .caixa-destaque-servicos h3{
  font-family: 'Barlow', sans-serif;
  font-weight: normal;
  font-size: 16px;
}


.loop-novos-servicos .caixa-destaque-servicos h1:after, 
.loop-novos-servicos .caixa-destaque-servicos h2:after, 
.loop-novos-servicos .caixa-destaque-servicos h3:after, 
.loop-novos-servicos .caixa-destaque-servicos h4:after, 
.loop-novos-servicos .caixa-destaque-servicos h5:after{
  display: none !important;
}

.loop-novos-servicos .caixa-destaque-servicos h3 img{
  float: left;
  width: 64px;
  margin-right: 14px;
  margin-bottom: 8px;
  margin-top: -4px;
  border-radius: 100%;
}

.loop-novos-servicos .caixa-destaque-servicos h3 small{
display: block;
padding-top: 4px;
}

.loop-novos-servicos .caixa-destaque-servicos h3 small p{
margin-bottom: 4px;
}
.loop-novos-servicos .caixa-destaque-servicos h3 small p i{
 color: #FFE200;
}

.loop-novos-servicos .caixa-destaque-servicos .body-autor{
margin-top: -10px;
}

.loop-novos-servicos .caixa-destaque-servicos .body-autor h4{
font-weight: 500;
font-size: 16px;
}

.loop-novos-servicos .caixa-destaque-servicos .body-autor p{
  color: #747474;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2px;
}
.loop-novos-servicos .caixa-destaque-servicos .body-autor p b{
color: #000;
}

.loop-novos-servicos .caixa-destaque-servicos .footer-autor{
padding-top: 14px;
}

.loop-novos-servicos .caixa-destaque-servicos .footer-autor a.btn-primary,
.loop-novos-servicos .caixa-destaque-servicos .footer-autor a.btn-primary:hover{
text-align: left;
padding-top: 8px;
border-radius: 7px;
}

.loop-novos-servicos .caixa-destaque-servicos .footer-autor a.btn-primary span{
float: right;
margin-top: 0px;
}

.loop-novos-servicos .caixa-destaque-servicos .footer-autor a.btn-primary span img{
  width: 22px;
  margin-top: -4px;
  margin-bottom: 0;
  margin-left: 11px;
}


.toolbar-profissional-logado{

}

.toolbar-profissional-logado h1{

}

.toolbar-profissional-logado nav{
  margin: 0;
    padding: 0;
    position: relative;
    background: #fbfbfb;
    padding: 5px;
    padding-bottom: 0px;
    border-radius: 7px;
    padding-left: 26px;
}

.toolbar-profissional-logado nav ul{
  padding-left:0;
  margin-left:0;
}

.toolbar-profissional-logado nav ul li{
  list-style: none;
    display: inline;
    padding-right: 15px;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    font-size: 15px;
}

@media(max-width:540px){
  .toolbar-profissional-logado nav ul li {
    list-style: none;
    display: block;
    padding-right: 15px;
    border-left: 0px solid #ccc;
    padding-left: 0;
    font-size: 15px;
    padding-bottom: 0px;
}
}

.toolbar-profissional-logado .toolbar-nome{

}

.toolbar-profissional-logado .toolbar-email{

}

.toolbar-profissional-logado .toolbar-saldo{

}

.toolbar-profissional-logado .toolbar-saldo img{
  width: 20px;
    vertical-align: middle;
    margin-top: 24px;
    margin-right: 3px;
}

.toolbar-profissional-logado .toolbar-sair{

}

.toolbar-profissional-logado .toolbar-sair a,
.toolbar-profissional-logado .toolbar-sair a:hover{
  text-decoration: none
}