:root {
  --primary-theme: #5b2c6f;
  --gold-bg-theme: gold;
}

.bg-primary {
	background: var(--primary-theme) !important;
}

.text-primary {
	color: var(--primary-theme) !important;
}

.navbar-nav a.nav-link {
	color: black !important;
}

.gold-bg-theme {
	background: var(--gold-bg-theme);
}

.facts,
.container-fluid .facts,
.facts .container,
.facts div,
.facts .container-fluid {
	padding-right: 0px !important;
	padding-left: 0px !important;
	max-width: 100% !important;
	color: black;
}

.purple-bg-theme,
.navbar-nav a.active {
	background: var(--primary-theme);
	color: white !important;
}

.navbar-nav a:hover {
	background: var(--primary-theme);
	color: white !important;
}

.container-fluid.purple-bg-theme {
	height: 50px;
}

.info-contact small {
	margin-right: 30px;
}

.info-contact small i {
	margin-right: 5px;
}

.social-header-links a {
	margin-left: 5px;
}

.rounded-circle {
    border-radius: 25% !important;
	width: 30px;
	height: 30px;
}

.navbar-brand h1 {
	color: black;
	font-size: 20px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {        
        justify-content: center; /* Centra horizontalmente */
        align-items: center;     /* Centra verticalmente si es necesario */
    }
}

.carousel-caption h5 {
	color: gold !important;
	font-weight: bold;
	font-size: 22px;
}

.carousel-caption a {
	background: red;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 30px;
}

.carousel-control-prev,
.carousel-control-next {
	display: none;
}

.services-list h5 i {
	margin-right: 5px;
}

.services-call .rounded {
	margin-right: 10px;
}

.contact-form form input,
.contact-form form select,
.contact-form form textarea {
	margin-bottom: 10px;
}

.requirement-section h5 i {
	margin-right: 5px;
}

.requirement-section-button .rounded {
	margin-right: 10px;
}

.footer-about {
	background: gold !important;
}

.row {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.internal-links a i {
	margin-right: 5px;
	color: white !important;
}

.contact-section-footer div i{
	margin-right: 5px;
	color: white !important;
}

.social-links-footer a {
	margin-right: 5px;	
}

.social-links-footer a:hover i {
	margin-right: 5px;	
	color: #061429 !important;
}

.custom-h {
	height: 250px !important;
}


@media only screen and (max-width: 600px) {
	.info-contact small {
		margin-right: 30px;
    	width: 220px;
	}
	.info-contact small:nth-child(2),
	.info-contact small:nth-child(3){
		display:none;
	}
}
