/* PUS ISTO POR CAUSA DO FUNDO EM SLIDESHOW */
#content {
  padding-top: 30px;
  background-color: #fff;
}

#mainbottom-4 {
  background-color: #fff;
}

.acessibilidade a, .acessibilidade a:link
{
  font-size: 10px;
  text-decoration: none; 
}

.acessibilidade a:visited, .acessibilidade a.visited
{
  font-size: 10px;	  
  text-decoration: none; 
}

.acessibilidade  a:hover
{
  font-size: 10px;	
  text-decoration: underline;
}


#skip a, #skip a:hover, #skip a:visited
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

#skip a:active
{
position:static;
width:auto;
height:auto;
}

.com_content a img {
  opacity: 1;
}
.com_content a:hover img,
.com_content a:focus img,
.com_content a:active img {
  opacity: 0.7;
}

/* NUNO 2022-08-03*/

ul.top_menu2 {
  line-height: 20px;
  margin-bottom: 14px;
  margin-left: 14px;
  text-align: left;
}
ul.top_menu2 li {
  font-size: 14px;
  font-weight: none;
  display: inline-block;
  line-height: 0px;
  letter-spacing: 1px;
}
ul.top_menu2 li + li:before {
  /*content: '/';*/
}

ul.top_menu3 {
  line-height: 20px;
  margin-bottom: 14px;
  margin-left: 0px;
  text-align: center;
}
ul.top_menu3 li {
  font-size: 14px;
  font-weight: none;
  display: inline-block;
  line-height: 0px;
  letter-spacing: 1px;  
}
ul.top_menu3 li + li:before {
  content: '/';
  margin-left: 3px;
  margin-right: 3px;
}
ul.top_menu3 li a {
  color:#ffffff;  
}

ul.fichatecnica {
  line-height: 20px;
  margin-bottom: 14px;
  margin-left: 0px;
  text-align: center;
}
ul.fichatecnica li {
  font-size: 14px;
  font-weight: none;
  display: inline-block;
  line-height: 0px;
  letter-spacing: 1px;  
}
ul.fichatecnica li + li:before {
  content: '/';
  margin-left: 3px;
  margin-right: 3px;
}
ul.fichatecnica li a {
  color:#000000;  
}

#sp-section-2 {
  background-color: #f0f0f0;
}

#sp-section-4 {
  background-color: #f3f3f3;
}

#sp-section-8 {
  padding: 10px 0;
  background-color: #f3f3f3;
}

#sp-section-9 {
  padding: 10px 0;
  background-color: #f3f3f3;
}

#sp-section-11 {
  background-color: #171717;
}

span.sp-menu-separator  {
  font-size: 18px;
  font-weight: bold;
}

span.menu-separator  {
  font-size: 18px;
  font-weight: bold;
}

#sp-main-body {
	padding: 20px 0;
}

#sp-left ul#accordeonck249 {
	padding-top: 50px;
  	color: #000000 !important;
    font-size: 14px !important;
}
[data-id="accordeonck249"] .accordeonck-search input {
	padding: 10px 14px 10px 52.8px !important;
  	color: #000000 !important;
    font-size: 14px !important;
}

#sp-left ul#accordeonck244 {
	padding-top: 50px;
  	color: #000000 !important;
    font-size: 14px !important;
}
[data-id="accordeonck244"] .accordeonck-search input {
	padding: 10px 14px 10px 52.8px !important;
  	color: #000000 !important;
    font-size: 14px !important;
}


#sp-left ul#accordeonck246 {
	padding-top: 50px;
    color: #000000 !important;
    font-size: 14px !important;
}
[data-id="accordeonck246"] .accordeonck-search input {
	padding: 10px 14px 10px 52.8px !important;
  	color: #000000 !important;
    font-size: 14px !important;
}

#sp-left ul#accordeonck245 {
	padding-top: 50px;
  	color: #000000 !important;
    font-size: 14px !important;
}
[data-id="accordeonck245"] .accordeonck-search input {
	padding: 10px 14px 10px 52.8px !important;
  	color: #000000 !important;
    font-size: 14px !important;
}

span.sp-group-title  {
  position: relative;
  top: 5px;
}

.accordeonck-search {
  color: #000000;  
}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
   line-height: 1.1;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #737373;
  font-weight: bold;
}


.visCSSlabel {
  font-weight: bold;
}


.list-group-item a {
  color: #000000;  
}

.sp-contact-info {
  color: #ffffff;  
}

#sp-top-bar a {
  color: #ffffff;
}

.text-muted { 
  color: #000000 !important;
}

.breadcrumb{
	--bs-breadcrumb-divider-color:#000;
	--bs-breadcrumb-item-active-color:#000;
	
}


.awesomplete {
	width: 180px;
    padding-left: 10px;  
}

.vis_mandatory {
	font-size: 14px;
    color: #B33234;
}


.custom-buttons-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.buttons-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-btn {
    background-color: white;
    color: #3b82f6;
    border: 2px solid #3b82f6;
    transition: all 0.3s ease;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}

.custom-btn:hover {
    background-color: #f0f7ff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(59, 130, 246, 0.2);
}

@media (max-width: 640px) {
    .buttons-row {
        flex-direction: column;
    }
}

.custom-btn a {
    text-decoration: none;
    color: #3b82f6;
    display: block;
    width: 100%;
    height: 100%;
}

.custom-btn:hover a {
    color: #3b82f6;
}

  .tabela-2-cores {
    width: 100%;
    border-collapse: collapse;
  }

  .tabela-2-cores th,
  .tabela-2-cores td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
  }

  .tabela-2-cores tr:nth-child(even) {
    background-color: #fafafa; /* cinza claro */
  }

  .tabela-2-cores tr:nth-child(odd) {
    background-color: #eeeeee; /* cinza médio */
  }