/* HOME */

.h6, h6 {
	font-size: .7rem;
	font-weight: bolder;
}

.content-page {
	padding: 0 !important;
}

section {
    padding: 0 12px !important;
}

.rgs-card-home {
	position: relative;
}

.rgs-cards {
	width: 100%;
	padding: 2.5rem 12px 0;
    margin-top: -1.5rem;
    margin-bottom: -1rem;
}

.rgs-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0;
	border-radius: 6px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
	padding: 1.7rem 1rem 0.15rem;
}

.rgs-card img {
    height: 3.3rem !important;
    width: 3.3rem !important;
}

.rgs-card h5 {
    margin-top: -0.3rem;
    margin-bottom: 1.3rem;
}

.rgs-card h6 {
    margin-bottom: 1.2rem;
}

.rgs-link-image h6 {
    margin-bottom: 0.8rem;
}

.rgs-image {
    border-radius: .50rem;
    border: 7px solid #172c57;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.09);
    max-width: 100%;
    transition: all .4s;
}

.rgs-image:hover {
    border: 8px solid #4a58d4
}

.rgs-carousel {
    border-radius: 8px;
}

@media (max-width:767.98px) {
    .rgs-logos img {
        margin-top: 1rem;
        margin-right: 3rem;
    }
    
    .navbar-custom {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    
    .h6, h6 {
    	font-size: .5rem;
    	font-weight: 500;
    }

    .rgs-card-home::before {
    	position: absolute;
    	left: 0;
    	right: 0;
    	top: 0;
    	content: ' ';
    	display: block;
    	height: 9rem;
    	background: #172c57;
    	border-bottom-left-radius:10%;
    	border-bottom-right-radius:10%;
    }
    
    .rgs-cards {
    	width: 100%;
    	background: #172c57;
    }

}

@media (min-width:767.99px) {
    .rgs-logos {
        display: none;   
    }
}

.rgs-input-game {
    cursor: pointer;
    white-space: normal !important;
    text-align: center !important;
    border: 1px solid #ebedf3;
    position: relative;
    display: block;
    padding: .75rem 1rem;
    color: black;
    font-size: small;
    font-weight: bold;
}

.rgs-input-game:hover, .rgs-input-game:active {
    z-index: 1;color: #5e6278;
    text-decoration: none;
    background-color: #ebedf3;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

.footer {
    background-color: #172c57!important;
    color: white!important;
}

@media(max-width: 576px) {
    .rgs-link-image .rgs-image {
        height: 100px;
    }
}


















