#mapaHome {
  position:relative;
  width:100%;
  height:650px;
}
.mapa {
  position: absolute;
  top:0;
  width: 100%;
}
#contentMapaAccordeon {
  position: relative;
  z-index: 9;
  padding-top:150px;
}
.containerAccordeonMapa {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.iconServicesTop {
    font-size: 25px;
    color: #000;
    height: 60px;
    width: 60px;
    background: #ffc300;
    border-radius: 200px;
    padding-top: 14px;
    border: solid 4px #fff;
    text-align: center;
}
html.sticky-header-active #header.header-effect-shrink .header-body img {
  height:auto;
}
.page-header {
  background: var(--dark);
}
.fixValoresArea {
    min-width: 285px; 
    background-color: #212529;
    border-radius: 10px;
    color: #fff;
    height: 400px;
    overflow-x: hidden;
}
ul#itens-selecionados {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.fixValoresArea.sticky {
  position: fixed;
  top: 95px;
  z-index: 999;
}
.areaFixOrcamento {
  padding: 20px;
}
.areaFixOrcamento p {
  color:#fff;
}
.radio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
  margin-top:10px;
}
.radio-grid input[type="radio"] {
  display: none;
}
.radio-grid label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 10px;
  border: 1px solid #e9e9e9;  
  cursor: pointer;
  font-weight: 600;
  color: #ffc300;
  background: #fff;
  text-align: center;
  transition: all 0.25s ease;
  background: #f2f2f2;
  background: linear-gradient(144deg, rgba(242, 242, 242, 1) 0%, rgba(230, 230, 230, 1) 100%);
}
.radio-grid input[type="radio"]:checked + label {
  background: #ffb236;
  background: linear-gradient(144deg, rgba(255, 178, 54, 1) 0%, rgba(255, 156, 0, 1) 100%);
  color: #000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}
.radio-grid label:hover {
  background-color: #e2e2e2;
}
.btn-proximo {
  display: block;
  width: auto;
  background: #d6b24c;
  color: #fff;
  padding: 15px;
  font-size: 17px;
  border: solid 1px #d6b24c;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: all 0.25s ease;
}
.btn-proximo:hover {
  background: #fff;
  color:#000;
  border:solid 1px #d6b24c;
}
#formOrcamento label {
  width: 100%;
}
#formOrcamento .wpcf7-text {
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 15px;
  background: #f4f4f4;
  margin-bottom: 10px;
}
#passo-6 .wpcf7-text {
margin-top:5px;
}
#passo-1 .wpcf7-text {
margin-bottom: 0;
}
#formOrcamento strong {
font-size: 18px;
display: block;
width: 100%;
margin-bottom: 10px;
}
#formOrcamento .wpcf7-number {
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 15px;
  background: #f4f4f4;
  margin-bottom: 20px;
  margin-top:10px;
}
/*#formOrcamento span {
display: block;
margin-top:20px;
}*/
#formOrcamento label span {
margin-bottom: 5px;
margin-top:0px;
display: block;
}
/* Container geral dos arquivos */
.wpcf7 input[type="file"] {
display: none; /* Esconde o input original */
}
/* Cria um botão estilizado no lugar */
.wpcf7 input[type="file"] + label {
display: flex;
justify-content: center;
align-items: center;
padding: 14px 10px;
margin: 6px 0;
  background: #f2f2f2;
background: linear-gradient(144deg, rgba(242, 242, 242, 1) 0%, rgba(230, 230, 230, 1) 100%);
border: 1px solid #cecece; 
font-weight: 600;
color: #ffc300;
cursor: pointer;
transition: all 0.25s ease;
text-align: center;
width: 100%;
}
/* Hover para o botão */
.wpcf7 input[type="file"] + label:hover {
background-color: #f1f1f1;
}
/* Quando um arquivo for selecionado */
.wpcf7 input[type="file"].tem-arquivo + label {
background: #ffb236;
background: linear-gradient(144deg, rgba(255, 178, 54, 1) 0%, rgba(255, 156, 0, 1) 100%);
color: #000;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
transform: translateY(-2px);
}
/* Texto do nome do arquivo selecionado */
.file-nome {
display: block;
font-size: 13px;
margin-top: 4px;
color: #555;
text-align: center;
}
.passo {
border:solid 1px #cecece;
padding: 25px;
margin-bottom: 30px;
}
#formOrcamento span.wpcf7-form-control-wrap {
  margin:0;
}
.alertCustom {
color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
.wpcf7-submit {
  background: #ffc300;
  color: #fff;
  padding: 15px 30px;
  font-size: 17px;
  border: solid 1px #ffc300;
  transition: all 0.25s ease;
  cursor: pointer;
}
.downloadGabaritos {
display: block;
  margin-top: 13px;
}
.areaFixOrcamento h4 {
  margin: 0;
  padding: 0;
  color: #fff;
  letter-spacing: normal;
  border-bottom: solid 1px;
  padding-bottom: 10px;
  margin-bottom: 9px;
}
.areaFixOrcamento p.text-totalEstimado {
display: block;
  margin-top: 12px;
  font-size: 17px;
  
  padding-top: 11px;
}
span#orcamento-total {
    font-weight: 700;
  color: #ffac26;
}
#bannerGraficaPage {
  width: 100%;
  background: #3c4043;
  /* background: linear-gradient(144deg, rgba(255, 178, 54, 1) 0%, rgba(255, 156, 0, 1) 100%); */
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1px;
  color: #fff;
}
#painelAutor .alert {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 0;
  z-index: 999;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
#painelAutor .tab-content {
  /* border-radius: 0 0 4px 4px; */
  box-shadow: 0 1px 20px 6px rgba(0, 0, 0, 0.04);
  /* background-color: var(--light); */
  /* border: 1px solid #EEE; */
  /* border-top: 0; */
  padding: 20px;
  border: solid 1px #eee;
  border-radius: 7px;
}
#painelAutor ul#author-tabs .nav-link{
width: 100%;
text-align: left;
background-color: #eee;
color:#212529;
padding: 15px;
font-size: 15px;
transition: transform 0.5s ease;
}
#painelAutor ul#author-tabs li{
margin-bottom: 8px;
}
#painelAutor ul#author-tabs button.active{
width: 100%;
text-align: left;
background: #ffb236;
background: linear-gradient(144deg, rgba(255, 178, 54, 1) 0%, rgba(255, 156, 0, 1) 100%);
color:#fff;  
}
#painelAutor ul#author-tabs button:hover{
width: 100%;
text-align: left;
background: #212529;
background: linear-gradient(90deg, rgba(33, 37, 41, 1) 0%, rgba(61, 62, 71, 1) 66%);
color:#fff;  
transform: scale(1.02); /* Aumenta o tamanho do link em 10% */
}
#painelAutor ul#author-tabs a:hover{
width: 100%;
text-align: left;
background: #212529;
background: linear-gradient(90deg, rgba(33, 37, 41, 1) 0%, rgba(61, 62, 71, 1) 66%);
color:#fff;  
}
#painelAutor ul#author-tabs li button i {
  font-size: 18px;
  display: inline-block;
  margin-right: 7px;
}
.titleTabs i {
  color: #ffc300;
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
}
#submeterButtons a {
background: #ffb236;
background: linear-gradient(144deg, rgba(255, 178, 54, 1) 0%, rgba(255, 156, 0, 1) 100%);
display: block;
width: 100%;
color: #fff;
margin-bottom: 15px;
padding: 12px;
font-size: 14px;
border-radius: 6px;
line-height: 17px;
}
#submeterButtons a:hover {
text-decoration: none;
color:#fff;
background: #212529;
background: linear-gradient(90deg, rgba(33, 37, 41, 1) 0%, rgba(61, 62, 71, 1) 66%);
}
a {
  transition: transform 0.5s ease;
}

a:hover {
  transform: scale(1.02); /* Aumenta o tamanho do link em 10% */
}
body {
   font-family: "Montserrat", sans-serif;
  }
#valoresContainer {
margin-bottom: 100px;
}
#valoresContainer i {
font-size:40px;
margin-bottom: 25px;
}
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul {
  padding: 50px 0;
  padding-top: 0;
}
.timeline ul li {
list-style-type: none;
position: relative;
width: 6px;
margin: 0 auto;
padding-top: 50px;
}
.timeline ul li::after {
content: "";
position: absolute;
left: 50%;
top: 90px;
transform: translateX(-50%);
width: 45px;
height: 45px;
border-radius: 50%;
background: inherit;
z-index: 1;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #ffffff;
  border: solid 1px #e5e5e5;
  border-radius:10px;
}
.timeline ul li strong {
  font-size: 25px;
  display: block;
  margin-bottom: 10px;
}
.timeline ul li:nth-child(odd) div {
left: 45px;
}
.timeline ul li:nth-child(even) div {
left: -439px;
}
.timeline time {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ffc300;
  margin-top: 15px;
}
/* EFFECTS –––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
transition: background 0.5s ease-in-out;
}
.timeline ul li.in-view::after {
background: #ffc300;
}
.timeline ul li div {
visibility: hidden;
opacity: 0;
transition: all 0.5s ease-in-out;
}
.timeline ul li:nth-child(odd) div {
transform: translate3d(200px, 0, 0);
}
.timeline ul li:nth-child(even) div {
transform: translate3d(-200px, 0, 0);
}
.timeline ul li.in-view div {
transform: none;
visibility: visible;
opacity: 1;
}
/* GENERAL MEDIA QUERIES –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 900px) {
.timeline ul li div {
  width: 250px;
}
.timeline ul li:nth-child(even) div {
  left: -289px;
}
}
@media screen and (max-width: 600px) {
.timeline ul li {
  margin-left: 20px;
}
.timeline ul li div {
  width: calc(100vw - 91px);
}
.timeline ul li:nth-child(even) div {
  left: 45px;
}
.timeline ul li:nth-child(even) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #f45b69 transparent transparent;
}
}
/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
width: 40px;
height: 40px;
border-radius: 0;
}
.timeline-rhombus ul li::after {
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.timeline-rhombus ul li div::before {
bottom: 12px;
}
.timeline-star ul li::after {
clip-path: polygon(
  50% 0%,
  61% 35%,
  98% 35%,
  68% 57%,
  79% 91%,
  50% 70%,
  21% 91%,
  32% 57%,
  2% 35%,
  39% 35%
);
}
.timeline-heptagon ul li::after {
clip-path: polygon(
  50% 0%,
  90% 20%,
  100% 60%,
  75% 100%,
  25% 100%,
  0% 60%,
  10% 20%
);
}
.timeline-infinite ul li::after {
animation: scaleAnimation 2s infinite;
}
@keyframes scaleAnimation {
0% {
  transform: translateX(-50%) scale(1);
}
50% {
  transform: translateX(-50%) scale(1.25);
}
100% {
  transform: translateX(-50%) scale(1);
}
}
.addtoany_header {
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 20px;
    border-top: solid 1px #cecece;
    padding-top: 17px;
}
#parceirosArea .custom-card-style-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px; /* altura fixa para padronizar */
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px;
}

#parceirosArea .custom-card-style-1 img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
img#equipeFotoimg {
  height:320px;
}
#tituloSlider strong {
  color:#fff;
  font-weight: 700;
}
img#logoGrupo {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
#carouselBlocknav .owl-nav {
  display: block;
}
#pageSubmeterCapdeLivro button.nav-link.active {
  text-align: left;
  background-color: #212529;
}
#pageSubmeterCapdeLivro button.nav-link {
  text-align: left;
  background-color: #ffc300;
  color:#fff;
  margin-bottom: 5px;
}
#tituloLivrosEditora {
    margin-top: 15px;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
}
.btnSubmetaEditora {
  width: 100%;
  display:block;
  margin-bottom: 20px;
}
.nomeAutorCatalogo {
    display: inline-block;
    /* width: 100%; */
    background: #ffc300;
    width: auto;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 29px;
    padding-left: 20px;
    padding-right: 20px;
}
#picCatalogoProduto img {
  width: 100%;
}
#contentProduto span.onsale {
    background: #ffc300;
    position: absolute;
    width: 74px;
    padding: 8px;
    text-align: center;
    border-radius: 6px;
    color: #ffff;
    font-weight: 600;
    margin-left: 20px;
    margin-top: 10px;
    z-index: 999;
}
ul.wc-tabs {
  display: none;
}
#contentProduto .price {
  font-size:36px;
}
#contentProduto .price .woocommerce-Price-amount bdi {
    color: #ffc300;
    font-weight: 900;
}
#contentProduto .price del .woocommerce-Price-amount bdi {
  color: #c8c8c8;
  margin-right:10px;
}
#contentProduto .quantity {
  display:none;
}
#contentProduto  #btnAddCarrinho {
    font-size: 16px;
    padding: 13px;
}
#contentProduto .woocommerce-tabs {
  margin-top:25px;
}
#contentProduto .woocommerce-tabs h2{
  margin-bottom:10px;
}
#contentProduto .woocommerce-notices-wrapper .woocommerce-message a {
  background: #000;
    padding: 3px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    color: #fff;
}
#contentProduto .woocommerce-notices-wrapper .woocommerce-message a:hover {
  text-decoration: none;
  background:#ffc300;
  color:#fff;
}
#carrinhoSeven .wc-block-cart-items thead {
    font-size: 20px;
    color: #212529;
}
#carrinhoSeven .wc-block-cart-items tbody td.wc-block-cart-item__total span.price {
    color: #212529;
    font-weight: 700;
    font-size: 18px;
}
#carrinhoSeven .wc-block-cart-item__prices {
    font-size: 17px;
    color: #000;
    font-weight: 700;
}
#carrinhoSeven .wc-block-components-product-metadata {
  display: none;
}
#carrinhoSeven .wc-block-cart-item__remove-link {
    background: #cb0909;
    color: #fff;
    text-decoration: none;
    padding: 4px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    font-size: 11px;
}
.wc-block-components-product-badge {
    border: 1px solid;
    border-radius: 4px;
    display: inline-block;
    font-size: .75em;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap;
    background: #40bb49;
    color: #fff;
}
/**
 * My Account
 */

#minhaconta  .woocommerce-MyAccount-navigation {

}

#minhaconta  .woocommerce-MyAccount-content {
 
}

#minhaconta  .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

#minhaconta  .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

#minhaconta  .woocommerce-MyAccount-navigation ul li a {
	padding:10px 20px;
	display: block;
}

#minhaconta  .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 8px;  
}

#minhaconta  .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
	content: "\f0e4";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
	content: "\f291";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
	content: "\f1c6";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
	content: "\f015";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
	content: "\f09d";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
	content: "\f007";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
	content: "\f08b";
}
#produtoArchive h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
}
#produtoArchive .card-body {
  padding: 15px;
} 
#produtoArchive .price {
    font-size: 25px !important;
    text-align: center;
    /* background: red; */
    display: block;
}
#produtoArchive .card-footer a.add_to_cart_button {
    background: #000;
    padding: 10px;
    line-height: 0;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}
#produtoArchive .card-footer a.add_to_cart_button:hover {
    background:#ffc300;
    color:#fff;
    text-decoration: none;
}
#produtoArchive  .woocommerce-LoopProduct-link:hover {
  text-decoration: none;
}
p.woocommerce-result-count {
  display: none;
}
.woocommerce-ordering select {
  padding: 15px;
    margin-bottom: 30px;
}
a.added_to_cart {
  display: block;
    color: #000;
    margin-top: 15px;
}
li#minicartMenu {
  align-content: center;
}
li#minicartMenu .header-cart {
    border: solid 1px #d1d1d1;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    padding-top: 13px;
    color: #000000;
}
li#minicartMenu .header-cart:hover {
  background: #ececec;
}
li#minicartMenu .header-cart a {
  color: #000;
  font-weight: 700;
}
li#minicartMenu .header-cart a:hover {
  text-decoration: none;
}
#welcome-dropdown i.fa-chevron-down {
  display: none;
}
.filtroRevista select {
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 13px;
    margin-bottom: 22px;
    margin-top: 5px;
}
body.page-id-356 .wc-block-cart__submit-container a {
    background: #000;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
}
body.page-id-356 .wc-block-cart__submit-container a:hover {
  text-decoration: none;
  color:#000;
  background:#ffc300;
}
.page-id-74 .wc-block-checkout__actions_row button.wc-block-components-checkout-place-order-button {
   background: #000;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    color:#ffc300;
     border:none;
}
.page-id-74 .wc-block-checkout__actions_row button.wc-block-components-checkout-place-order-button:hover {
  text-decoration: none;
  color:#000;
  background:#ffc300;
  border:none;
}
.page-id-74 .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button {
   font-weight: 600;
    font-size: 16px;
    color:#ffc300;
}
.page-id-74 .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button:hover {
  text-decoration: none;
  color:#000
}
.page-id-74 .woocommerce-order p.woocommerce-notice {
      display: block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 52px;
}
#navMenuPainel_user ul li a {
    text-align: left;
    background-color: #ffc300;
    color: #fff;
    margin-bottom: 5px;
    border-radius:4px;
    font-size:15px;
}
#navMenuPainel_user ul li a:hover {
  text-decoration: none;
  background-color: #212529;
    color: #fff;
}
#navMenuPainel_user ul li.is-active a {
   background-color: #212529;
    color: #fff;
}
.woocommerce-MyAccount-content td.download-file a.woocommerce-MyAccount-downloads-file {
  background-color: #ffc300;
    color: #fff;
}
.woocommerce-MyAccount-content td.download-file a.woocommerce-MyAccount-downloads-file:hover {
  background-color: #212529;
    color: #fff;
}
table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.view {
   background-color: #ffc300;
    color: #fff;
}
table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.view:hover {
  background-color: #212529;
    color: #fff;
}
table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.cancel{
   background-color: #212529;
    color: #fff;
    margin-left:15px;
}
table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.cancel:hover {
   background-color: #ffc300;
    color: #fff;
}
.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button {
   background-color: #212529;
    color: #fff;
}
.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover {
   background-color: #ffc300;
    color: #fff;
}
#containerSlider {
  padding-top:150px;
  padding-bottom:150px;
}
#header .header-nav-main nav li#btnAreadoAutor a {
    background: #ffc300 !important;
    min-height: 45px;
    height: 45%;
    margin-top: 27px;
    padding-left: 33px !important;
    padding-right: 33px !important;
}
#header .header-nav-main nav li#btnAreadoAutor:hover a {
    background: #ffc300 !important;
    min-height: 45px;
    height: 45%;
    margin-top: 27px;
    padding-left: 33px !important;
    padding-right: 33px !important;
    color:#000 !important;
}
#header .header-nav-main nav li#btnAreadoAutor a:hover {
 background:#000 !important;
 color:#fff !important;
}
.custom-box-shadow-10 {
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.04) !important;
}
#picServicosCarousel img {
  border-radius: 15px;
}
#card-body-services {
  border-radius: 15px !important;
}
#picServicosCarousel {
  position: relative;
}
#picServicosCarousel i {
    position: absolute;
    bottom: -25px;
    left: 14px;
}
#containerServiceCarousel {
  padding:20px;
  padding-top:40px;
}
section#servicesHome {
    background: #e8e8e8;
    padding-top: 50px;
    padding-bottom: 50px;
}
#sevenHome-About h2 {
    font-size: 54px;
    line-height: 54px;
    font-weight: 500;
}
#sevenHome-About h2 strong {
  font-weight: 700;
}
.sepTitulo {
    width: 93px;
    height: 8px;
    background: #ffc300;
}
.subtitleAbout {
    font-size: 26px;
    font-weight: 500;
    color: #000;
    margin-bottom:15px;
    line-height: 30px;
}
#carouselDepoimentos .owl-dots .owl-dot.active span {
    background: #c4c4c4 !important;
    width: 20px;
    height: 20px;
}
#carouselDepoimentos .owl-dots .owl-dot span {
    background: #fff !important;
    border:solid 1px #c4c4c4;
    width: 20px;
    height: 20px;
}
section#contador {
  background:url(img/bg-count.jpg) center top no-repeat;
  background-size:cover;
}
.card-img-top img {
  border-radius:20px !important;
}
html.sticky-header-active #header .header-nav-main nav li#btnAreadoAutor a {
    margin-top: 13px;
}