/* propriedades dysplay */
.d-none, .articles-home .sppb-article-info-wrap {
    display: none;
}
.d-block {
    display: block;
}
/*Cor fundo top*/

#sp-top-bar {
  background: #5AB7DE;
  color: #fff;
  font-size: 16px;
}

/* Configuração do Menu */
.sp-megamenu-parent > li > a {
    font-weight: bold;
    font-size: 16px !important;
    text-transform: uppercase;
}
#sp-top-bar a {
  color: #fff;
}

/* ul tab */
ul.tabs-horizontal {
    box-shadow: 0 3px 0 #1a90c6;
    border-bottom-color: #1a90c6;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    display: table;
    table-layout: fixed;
    border: 0px;
    position: relative;
}
ul.tabs-horizontal::before, ul.tabs-horizontal::after {
    background: #1a90c6;
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: -3px;
}
ul.tabs-horizontal::before {
    right: -100%;
}
ul.tabs-horizontal::after {
    left: -100%;
}
ul.tabs-horizontal > li {
    display: table-cell;
    width: 25%;
    padding: 20px 30px;
    text-align: center;
    position: relative;
    float: none;
    margin: 0px 1px 0px 0px;
    background: #d4faff;
}
ul.tabs-horizontal > li:nth-child(1n+2) {
    background: #ceffaa;
}
ul.tabs-horizontal > li:nth-child(1n+3) {
    background: #d1e9f4;
}
ul.tabs-horizontal > li:nth-child(1n+4) {
    background: #f5ffd4;
}
ul.tabs-horizontal > li > a {
    display: block;
    background: none !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    display: block;
    position: relative;
}
div.tabs-horizontal-content h4 {
    color: #5c6265;
}
div.tabs-horizontal-content::before {
    background: #d4faff;
    content: "";
    height: 100%;
    left: -960px;
    margin: 0 0 0 50%;
    position: absolute;
    width: 1920px;
    z-index: -9;
}
div.tabs-horizontal-content .text-column {
    color: #5c6265;
    font-size: 15px;
    text-align: justify;    
}
/* bottom image */
section#sp-bottom {
    width: 100%;
    clear: both;
    margin: 0px;
    position: relative;
    /*padding: 0px;*/
}
section#sp-bottom::before {
    background: url("../../../images/imagens-botom/botom-02.png") no-repeat;
    right: -5px;
    width: 173px;
    height: 360px;
    bottom: 0;  
}
section#sp-bottom::after {
    background: url("../../../images/imagens-botom/botom-01.png") no-repeat;
    left: -5px;
    width: 190px;
    height: 380px;
    top: 0; 
} 
section#sp-bottom::after, section#sp-bottom::before {
    position: absolute;
    content: "";
    display: block;
}
/* menu bottom */
.menu-bottom ul li {
    border-bottom: 1px solid !important;
    padding-top: 10px;
}
.menu-bottom ul li:first-child {
    padding-top: 0;
}
.menu-bottom ul li:last-child {
    border-bottom: none !important;
}
/* texto branco */
.menu-bottom a {
  	text-transform: uppercase;
    color: white !important;
}

/*cor footer*/
#sp-footer, #sp-bottom {
    background: #000;
    color: #fff;
}

/* redes sociais bottom */
ul.redes-sociais-bottom
{
	margin: 0;
	padding: 0;
	position: absolute;
	display: flex;
}
ul.redes-sociais-bottom li
{
	list-style: none;
}

ul.redes-sociais-bottom li a
{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 68px;
	color: #262626;
	overflow: hidden;
	margin: 12px;
	transition: .2s;
	border: 1px solid #ffffff;
	transform: rotate(45deg);

}
ul.redes-sociais-bottom li a .fa
{
	transform: rotate(-45deg);
    color: #ffffff;
}
ul.redes-sociais-bottom li a::before
{
	content: '';
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background:  #262626;
	transition: .2s;
}

ul.redes-sociais-bottom li a:hover:before
{
	bottom: 0;
}

ul.redes-sociais-bottom li a:hover
{
	color: #fff;

}

ul.redes-sociais-bottom li:nth-child(1) a:before
{
	background: #3b5998;
}

ul.redes-sociais-bottom li:nth-child(2) a:before
{
	background: #bc2a8d;
}

ul.redes-sociais-bottom li:nth-child(2) a:before
{
	background: #bc2a8d;
}

/* galeria */
.projetos-galeria .speasyimagegallery-album-mode-description p {
   color: #ffffff !important;
   margin-bottom: 0px;
   font-size: 14px;
}
.projetos-galeria .speasyimagegallery-album-meta-count {
   display: none;
}
.projetos-galeria .speasyimagegallery-album-info {
   background: rgba(0,0,0,0.6);
   padding: 20px 10px;
   -webkit-transition: .3s;
   -o-transition: .3s;
   transition: .3s;
}
.projetos-galeria .speasyimagegallery-album-description {
   display: none;
}
.projetos-galeria .pagination-wrapper {
   margin-top: 30px;
}
.btn-primary-border {
   border-color: #00aeef;
}
.btn-primary-border:hover {
   background-color: #00aeef;
   color: white;
}

ul.pagination .page-link {
	display: none;
}

ul.pagination .page-link[title="Início"],
ul.pagination .page-link[title="Ant"],
ul.pagination .page-link[title="Próximo"],
ul.pagination .page-link[title="Fim"] {
	display: block;
}