<style>
  .theme-servicredito {
    --fa-secondary-opacity: 1;
    --fa-primary-color: #2E5F9E;
    --fa-secondary-color: #729be0;
  }

  .theme-servicredito2 {
    --fa-secondary-opacity: 1;
  	--fa-primary-opacity: 0.9;
    --fa-primary-color: #FFE166 ;
    --fa-secondary-color: #FFE166 ;
  }


.btn-servicredito {
  	color: white;
	background: url(../img/btn.png);

}

.btn-servicredito:hover {
  color:  #FFE166!important;
}


.btn-servicredito-dark {
  	color: white;
	background: url("../img/btn-servicredito-dark.png");
}

.btn-servicredito-dark:hover {
  color:  #FFE166!important;
}


/*
* Footer
*/

.seta-servicredito {
 	width: 105%;
	margin-left: -15px;
	margin-bottom: -20px;
	height:48px!important;
	
}






/*
* Thumb Info
*/
.custom-thumb-info-style-1 .thumb-info-wrapper {
		border-radius: 25px !important;
		border: 5px solid hsla(359,70%,55%,0.00) !important;
		transition: ease border 300ms;
}

.custom-thumb-info-style-1 h3 {
		transition: ease color 300ms;
}

.custom-img-thumbnail-style-1.img-thumbnail.img-thumbnail-hover-icon:before {
		border-radius: 0 !important;
	
}


.owl-item {
	opacity: 0;
	transition: opacity .5s linear;
	border-radius: 20px!important;
	border:thick hsla(359,66%,44%,1.00)!important;
}


.owl-item.active {
  opacity: 1;
	border-radius: 20px!important;
	border:thick hsla(359,66%,44%,1.00)!important;
}

.footer-logo {
width: 320px;
margin-left: auto;
margin-right: auto;
padding-top:30px;
padding-bottom:20px
}
.footer-logo-video {
width: 320px;
margin-left: auto;
margin-right: auto;
padding-top:20px;
padding-bottom:20px
}

.footer-servicredito {
	background-position:bottom!important;
	background-size:cover!important;
	background-image: url("../img/footer/footer-background.jpg" )!important;

}


.footer-title {
	width: 150px!important;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px
}

.footer-link {
	color: rgba(253,253,253,0.5)!important;
}

.footer-link:hover {
	color: rgba(253,253,253,1)!important;
}

.footer-seta-servicredito {
 	width: 105%;
	margin-left: -15px;
	
	height:32px!important;
	
}

 
.nav-tabs {
  border-bottom: 0px solid transparent;
}
.nav-tabs .nav-link {
  border: 0px solid transparent;
	background-color: black;
}

.nav-tabs .nav-link .active {
  
	background-color: yellow; 
}
	</style>