/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
html {
  scroll-behavior: smooth!important;
}
.list-group-item.active {
	background-color:rgba(0,0,0,0.6);
    border: 0px;
    
}
.list-group-item-action:hover {
	background-color:#f5f5f5;
    border: 0px;
    color:#333;
    text-indent: 7px;
    transition: all 0.5s!important;
}

.text-nexval {
    color:#F04E23!important;
}
.bg-light-gray {
    background-color: #f7f7f7;
}

.nexvallink a {
    color: #333;
}

.nexvallink a:hover {
    color: #F04E23;
}

.active a {
    color: #F04E23;
}

.my-custom-image-1 img{
	width: 200px !important;
	height: 115px !important;
}
.bg-belgrano{
	background-color:rgba(167,169,68,0.8);
    padding:10px!important;
    display: block;
}

.bg-novae{
	background-color:rgba(250,179,123,0.9);
    padding:10px!important;
    display: block;
}

.bg-cofico{
	background-color:rgba(239,60,33,0.9);
    padding:10px!important;
    display: block;
}

.bg-urbano{
	background-color:rgba(176,17,14,0.9);
    padding:10px!important;
    display: block;
}

.bg-trans{
	background-color:rgba(0,0,0,0.6);
    padding:10px!important;
    display: block!important;
}

	#social_side_links {
	position: fixed;
  right: 0;
	bottom:5px;
  padding: 5px 20px 5px 5px;
  list-style: none;
  z-index: 10000;
}

#social_side_links li a {display: inline-block;}

#social_side_links li a img {
	display: inline-block;
	max-width:40px;
  -webkit-transition:  background .2s ease-in-out;
  -moz-transition:  background .2s ease-in-out;
  -o-transition:  background .2s ease-in-out;
  transition:  background .2s ease-in-out;
}
.socialfloat ul span {
  max-width: 0;
  -webkit-transition: max-width 1s;
  transition: max-width 1s;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
	color:#fff;
	text-align: center;
}
.socialfloat span {
	display: inline-block;
  max-width: 18rem;
	margin-top: 5px;
	font-size: 12px; 
	text-transform: uppercase;
}
.socialfloat ul:hover span {
	display: inline-block;
  max-width: 18rem;
	margin-top: 10px;
	margin-left: 10px; 
	font-size: 13px; 
	text-transform: uppercase;
}
.socialfloat ul:hover{
background-color: rgba(37,211,102,0.8);
border-radius: 5px 0px 0px 5px;
-moz-border-radius: 5px 0px 0px 5px;
-webkit-border-radius: 5px 0px 0px 5px;
border: 0px solid #000000;
}

@media (max-width: 480px) {

.nexvallink {
   padding-left: 30px!important;
   margin-top: -20px!important;
}
}

.grecaptcha-badge { 
    visibility: hidden;
}


