.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1, h2, h3, h4, h5{
    margin: 0;
    padding: 0;
}

h3{
    padding: 20px 0;
    font-size: 18px;
    font-weight: 700;
}

h4{
    padding: 20px 0;
    font-size: 16px;
}

.elementor-17 .elementor-element.elementor-element-2252437 .elementor-nav-menu--dropdown li:first-child a {
    padding-right: 50px;
}

.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    margin-bottom:15px;
}

.btn-voltar {
    position: relative;
    font-size: 14px;
    font-family: 'Barlow', sans-serif;
    font-weight:800;
    text-transform: uppercase;
    padding: 10px 22px;
    color: #fff;
    background:#cd623b;
    cursor: pointer;
    z-index: 1;
    transition: all 0.5s ease;
    border-radius: 25px;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.btn-voltar:hover {
    color: #fff;
    background: #8b3d21;
}

@media(max-width:767px) {
}
}

.produto {
	float: left;
    width: 100%;
	margin: 0 auto;
	position: relative;
}

.produto h2 {
  margin:15px 0 20px;
  width: 75%;	
  font-family: 'Neue Plak', sans-serif;
  color:#CD623B;
  font-size: 30px;
  font-weight:800;
  line-height: 28px;
  padding-bottom: 5px;
  border-bottom: #2d2d2d dotted 1px;
}

.produto p{
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight:500;
	color: #1d1d1d;
}

.produto .p28{
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight:500;
	color: #1d1d1d;
}

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

.sub-menus a {
  width:15%;
  padding: 12px 15px;
  display: inline-block;
  margin-left:2px;
  margin-right:2px;
  border-radius:25px;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight:800;
  color: #fff;
  background: #CD623B;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
   transition: all 0.2s linear;    
}

.sub-menus a.ativo,
.sub-menus a:hover {
  background-color:#005c17;
  color:#fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
   transition: all 0.2s linear;    
}

@media(max-width:767px) {
.sub-menus a {
    width:75%;
    margin-bottom: 10px;
}

table th {
	font-size:12px;
}

table td {
    font-size:12px;
}
a.ver-produto{
    font-size: 12px;
}
}

ul {
    margin-bottom: 0;
}

li {
    margin: 0.5rem 0 0 -10px;
}

table, th{
    border: 1px solid #1d1d1d;
	margin:25px 0;
	font-size:20px;
    font-weight:700;
    color: #fff;
}

td {
    font-family: 'Barlow';
    font-weight:500;
    border: 1px solid #1d1d1d;
}

table tr {
    border: 1px solid #1d1d1d;
    padding: 5px;
    color: #1d1d1d;
    font-weight:700;
  }

table th, table td {
    padding: 10px;
    font-size:16px;
    text-align: center;
	vertical-align:middle;
  }

table th {
	font-family: 'Neue Plak', sans-serif;
    line-height: 24px;
    font-weight:700;
	background:#CD623B;
	text-align:center;
}

.tabela1{
	width:30%;
	text-align:center;
	vertical-align:middle;   
}

.tabela2{
	width:20%;
	text-align:center;
	vertical-align:middle;
}

a.ver-produto{
    font-family: 'Barlow', sans-serif;
    color:#CD623B;;
    font-size: 14px;
    font-weight:700;
    text-decoration: none;
}

a.ver-produto:hover{
    color:#CD623B;
}/* End custom CSS */