@font-face {
	font-family: "Exo";
	src: url("/fonts/Exo2-Regular.ttf") format("truetype");
	/* Cambia "MiFuenteLocal.ttf" por el nombre de tu archivo */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Exo-bold";
	src: url("/fonts/Exo2-Bold.ttf") format("truetype");
	/* Cambia "MiFuenteLocal.ttf" por el nombre de tu archivo */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Exo-medium";
	src: url("/fonts/Exo2-Medium.ttf") format("truetype");
	/* Cambia "MiFuenteLocal.ttf" por el nombre de tu archivo */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url("/fonts/OpenSans-Regular.ttf") format("truetype");
	/* Cambia "MiFuenteLocal.ttf" por el nombre de tu archivo */
	font-weight: normal;
	font-style: normal;
}

body {
	font-size: .875rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Exo-medium !important;
}

.decoration-none {
	
	text-decoration: none !important;
	
}

p {
	font-family: Open Sans !important;
}

.title-top {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #3b3b3b;
	text-transform: uppercase;
}

.title {
	font-weight: 700 !important;
	font-size: 56px !important;
	line-height: 1 !important;
}

.subtitle {
	font-size: 20px !important;
	line-height: 28px !important;
	font-weight: 400 !important;
}

.parraf{
	
	font-size : 16px !important;	
}

.bg-r4g {
    background-color: #8c2f3f !important;
}

.text-secondary-r4g {
    color: white !important;
}

.feather {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
}

.title-prin-white {
    text-align: center;
    font-size: 40px !important;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 700;
}

.body-white-band {
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    font-size: 16px !important;
    line-height: 24px !important;
}

.h1-align-center{
	
	text-align-last: center;
	font-size: 40px !important;
    font-weight: 700 !important;
}

.h1-align-left{
	
	font-size: 40px !important;
    font-weight: 700 !important;
	
}

.row-2-pic{
    justify-content: center;
}

.card{
	
	border : 0 !important;
}

.bg-r4g{
	background-color: #8c2f3f !important;
	color : white !important;
}
.link-secondary-r4g{
	color: white !important;
}

.nav {
	padding-left: 5px !important;
}

.nav-item:hover {
	background-color: white !important;
}

.btn-r4 {
	color: #fff;
	background-color: #8c2f3f !important;
	border-color: #8c2f3f !important;
	font-weight: 700;
	border: 0;
	padding: 8px 15px;
	transition: .3s;
}

.btn-r4:hover {
	color: #fff;
	background-color: #752e3b !important;
	border-color: #752e3b !important;
	font-weight: 700;
	border: 0;
	padding: 8px 15px;
	transition: .3s;
}

.btn-r4-var {
	color: #fff !important;
	background-color: #8c2f3f !important;
	border-color: #8c2f3f !important;
	font-weight: 700;
	border: 0;
	border-radius: 0;
	padding: 8px 15px;
	text-transform: uppercase;
	transition: .3s;
}

.btn-r4-var:hover {
	color: #fff !important;
	background-color: #8c2f3f !important;
	border-color: #8c2f3f !important;
	font-weight: 700;
	border: 0;
	border-radius: 0;
	padding: 8px 15px;
	text-transform: uppercase;
	transition: .3s;
}

.btn-r4-var-footer {
	text-decoration:none !important;
	font-size : 16px !important;
	color: #fff !important;
	background-color: #8c2f3f !important;
	border-color: #8c2f3f !important;
	font-weight: 400;
	border: 0;
	border-radius: 0;
	transition: .3s;
}

.btn-r4-var-footer:hover {
	color: #fff !important;
	font-size : 16px !important;
	background-color: #8c2f3f !important;
	border-color: #8c2f3f !important;
	font-weight: 400;
	border: 0;
	border-radius: 0;
	transition: .3s;
}

.end-footer{
	color:white !important;
	font-size: 14px;
	
}

a {
	color: #8c2f3f;
	text-decoration: underline;
	border: 0;
}

a:hover {
	color: #752e3b !important;
	text-decoration: underline;
	border: 0;
}

/*
 * Sidebar
 */
.sidebar {
	font-family: Exo-bold !important;
	padding-top: 80px !important;
	position: fixed;
	top: 0;
	/* rtl:raw:
  right: 0;
  */
	bottom: 0;
	/* rtl:remove */
	left: 0;
	z-index: 100; /* Behind the navbar */
	padding: 48px 0 0; /* Height of navbar */
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
	padding-top: 80px !important;
}

@media ( max-width : 767.98px) {
	.sidebar {
		top: 5rem;
	}
}

.sidebar-sticky {
	position: relative;
	top: 0;
	height: calc(100vh - 48px);
	padding-top: .5rem;
	overflow-x: hidden;
	overflow-y: auto;
	/* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
	font-weight: 500;
	color: #333;
}

.sidebar .nav-link .feather {
	margin-right: 4px;
	color: #727272;
}

.sidebar .nav-link.active {
	color: #2470dc;
}

.sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather {
	color: inherit;
}

.sidebar-heading {
	font-size: .75rem;
	text-transform: uppercase;
}

/*
 * Navbar
 */
.navbar-brand {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: 1rem;
	background-color: white;
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
	top: .25rem;
	right: 1rem;
}

.navbar .form-control {
	padding: .75rem 1rem;
	border-width: 0;
	border-radius: 0;
}

.form-control-dark {
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
	border-color: transparent;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.nav-link {
	display: block !important;
	/*vertical-align: -webkit-baseline-middle;*/
}

.no-style-list {
	list-style: none !important;
}