/*
Theme Name: SMC 2025
Author: Carlos Scarbay
Author URL: https://cscarbay.github.io
Version: 1.0
*/
/********************************************************
Documento CSS
********************************************************/
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
	font-family: "Inter";
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1.125rem;
	font-weight: 400;
    line-height: 1.2;
	font-kerning: auto;
	color: #1b1b1b !important;
	background: #011f5b !important;
}
::selection {
	background: #011f5b !important;
	color: #ffffff !important;
}
.under-construction-section {
	margin-top: 6rem;
}
.logo-container {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}
.smc-logo {
	width: 20rem;
}
.under-construction-section h1 {
	font-weight: 900;
	font-size: 4rem;
	color: #ffd800;
	margin: 0 0 3rem;
	text-align: center;
}
.under-construction-section p {
	font-weight: 400;
	font-size: 2rem;
	color: #ffffff;
	margin: 0;
	text-align: center;
}
footer {
	background: #011f5b;
	padding: 6rem 0 3rem;
}
.smc-copyright-bar {
	border-top: 2px solid #ffd800;
	padding-top: 1.5rem;
}
.smc-copyright {
	font-weight: 400;
	font-size: .75rem;
	color: #ffffff;
	margin: 0;
}
.smc-copyright span, .smc-copyright a {
	font-weight: 900;
	color: #ffd800;
}
.smc-copyright a {
	text-decoration: none;
	transition: all .3s ease;
}
.smc-copyright a:hover {
	color: #ffffff;
}
/********************************************************
3. Banners
********************************************************/
.smc-slider-banners {
	padding: 0;
}
.smc-slider-banners .carousel-item {
	height: 50rem;
	background-size: cover;
	background-position: center center;
}
.smc-slider-banner::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(11,13,13,.33);
	mix-blend-mode: multiply;
}
/*******************************************************/
@media screen and (max-width: 767px) {
	.smc-logo {
		width: 16rem;
	}
	.under-construction-section h1 {
		font-size: 3rem;
	}
	.under-construction-section p {
		font-size: 1.5rem;
	}
	.smc-copyright {
		font-size: .625rem;
	}
}
@media screen and (max-width: 575px) {
	.smc-logo {
		width: 12rem;
	}
	.under-construction-section h1 {
		font-size: 2.25rem;
	}
	.under-construction-section p {
		font-size: 1rem;
	}
	.smc-copyright {
		font-size: .5rem;
		text-align: center;
	}
}