/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 27 2024 | 14:23:01 */
@media (max-width: 760px) {
  	
	li {
		text-align: left;
	}
	
	.mobile {
		display: block !important;
	}
	
	#selecao_area .botoes a {
		width: 100% !important;
		padding-top: 13px !important;
		border-radius: 12px !important;
		margin-bottom: 8px !important;
		display: block !important;
	}
	
    #clientes .owl-nav button {
        top: -60px !important;
        margin: 0 -11px !important;
    }
  
  	.copyright .redesSociais {
    	position: absolute !important;
    	width: 100% !important;
    	text-align: center !important;
    	top: -46px !important;
	}
  
  	.copyright .redesSociais a {
      	margin-left: 30px !important;
  	}
  
  	.copyright .contato {
      	width: 100% !important;
  	}
  
}


@media (max-width: 970px) {

    .top-bar-field a {
        color: #fff !important;
      	text-decoration: none !important;
      	z-index: 999;
    }

    .top-bar-field a:hover {
        text-decoration: underline !important;
    }
  
}

@media (min-width: 1000px) {
  	
	a.cabecalho {
  		color: #173D7A;
  		text-decoration: none;
    }

    a.cabecalho:hover {
        text-decoration: underline !important;
      	color: #2ebcfc !important;
    }
  
}

@media (max-width: 1100px) {
	
	.gridContainer {
    	width: 96%;
	}
	
	ul.dropdown-menu>li>a {
		font-size: 13px;
	}
	
}