:root {
	--cucii-red: #C2351A;
	--cucii-dark-red: #c6070e;
	--cucii-blue: #3498db;
	--cucii-gray: #e8e8e8;
	--cucii-dark-gray: #808080;
	--cucii-white: #F9F5ED;
	--font-white: #fffffff;
	--cucii-black: #000000;
}

@font-face {
	font-family: 'Cucii';
	src: url('../fonts/Cucii/CalvertMTStd.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

.gray-nav {
	background-color: #575860;
}

.contact-nav {
	position: relative;
	display: flex;
	justify-content: center;
	height: 2rem;
}

.contact-nav a {
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	position: absolute;
	z-index: 10000;
}

.poppins {
	font-family: "Poppins", sans-serif;
}

#navBar-cc {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

body,
html {
	scroll-behavior: smooth;
}

.border-cucii {
	border-color: var(--cucii-red) !important
}

.btn-red-cucii {
	text-decoration: none;
	color: var(--cucii-white) !important;
	background-color: var(--cucii-dark-red) !important;
	transition: box-shadow .25s ease,transform .25s ease, 
	background-color .25s ease;
}

.btn-red-cucii:hover {
	text-decoration: none;
	background-color: var(--cucii-red) !important;
}

.btn-gray-cucii {
	color: var(--cucii-white) !important;
	background-color: var(--cucii-dark-gray) !important;
	transition: box-shadow .25s ease,transform .25s ease, 
		background-color .25s ease;
}

.btn-gray-cucii:hover {
	background-color: #797979 !important;
}

.letter-cucii-black {
	color: var(--cucii-black);
}

.text-cucii-blue {
	color: var(--cucii-blue);
}

.text-cucii-red {
	color: var(--cucii-red);
}

.footer-back {
	background-color: #141414;
}

.text-gray-cucii {
	color: #4b4b4b;
}

.text-justify {
	text-align: justify;
}

.cucii-h1 {
	font-family: 'Cucii', serif !important;
	letter-spacing: 0 !important;
}

.my-navbar-brand-img {
	height: 100px;
	width: auto;
}

.navbar {
	padding: 0 !important;
}

.nav-logo-container {
	position: relative;
	top: -0.95rem;
}

#nav-login {
	display: none;
}

#right-login {
	width: 120px;
	position: relative;
	right: 1.8rem;
	top: -1rem;
	z-index: 1000;
}

@media (width <= 992px) {
	#right-login {
		display: none;
	}
	#nav-login {
		display: block;
	}
}

.cucii-footer-logo {
	height: 120px;
	width: auto;
}

.copyright-text {
	color: grey;
}

.float-wsp {
	border: none;
	transition-property: bottom;
	transition-duration: 200ms;

	position: fixed;
	width: 80px;
	height: 80px;
	bottom: 20px;
	right: 17px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	animation-name: zoomInFB;
	animation-duration: 0.6s;
	padding: 0.9rem;
}

.float-wsp svg {
	width: 95%;
	height: 95%;
}

.bg-gray-l-cucii {
	background-color: #fafcfd;
}

.bg-gray-l-cucii svg, .bg-gray-l-cucii path {
	fill: #fafcfd;
}

.nav-link {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: 500;
	transition-property: color;
	transition-duration: 0.8s;
}

.nav-link:active {
	color: #FFF !important;
}

.nav-link:hover {
	color: var(--cucii-red) !important;
}

.current-page-link {
	color: var(--cucii-dark-red) !important;
}

.dropdown-link {
	font-size: 1.2rem;
}

.dropdown-link::after {
	content: none !important;
}

.dropdown-toggle::after {
	content: none !important;
}

.dropdown-item a::after {
	content: none !important;
}

#navsbuilder {
	background: rgb(83,83,88);
	background: -moz-linear-gradient(180deg, rgba(83,83,88,1) 0%, rgba(87,88,96,0.49205619747899154) 100%);
	background: -webkit-linear-gradient(180deg, rgba(83,83,88,1) 0%, rgba(87,88,96,0.49205619747899154) 100%);
	background: linear-gradient(180deg, rgba(83,83,88,1) 0%, rgba(87,88,96,0.49205619747899154) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#535358",endColorstr="#575860",GradientType=1);
}

.navbar-nav .dropdown > .dropdown-menu {
	background-color: #575860 !important;
}

.navbar-nav .dropdown > .dropdown-menu a {
	color: #fff;
	transition: color .15s ease-in-out;
}

.navbar-nav .dropdown > .dropdown-menu a:hover {
	color: var(--cucii-red);
}


.footer-heading {
	font-size: 1.5rem;
}

.footer-link {
	font-size: 1.3rem;
}

.w-fit {
	width: fit-content;
}

.float-wsp-pane {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.151);
	z-index: 1500;
	display: none;
	justify-content: center;
	align-items: center;
}

.float-content {
	width: 460px;
	background-color: #f0f0f0;
	border-radius: 26px;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.titlew-pane {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: black;
}

.contact-buttons-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.2rem;
}

.btn-contact-whatsapp {
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;

	transition: none;

	text-decoration: none;
	color: #fff;
	background-color: #b8060d !important;
	font-size: 1.3rem;
}

.float-wsp-pane .close-wsp-pane {
	width: fit-content;
	padding: 0.6rem;
	position: relative;
	right: 1.2rem;
}

.close-wsp-pane svg {
	width: 1rem;
	height: 1rem;
}

.btn-contact-whatsapp:hover {
	background-color: var(--cucii-dark-red) !important;
	color: #fff !important;
}

.btn-contact-whatsapp:focus {
	color: #fff !important;
}

.btn-contact-whatsapp:active {
	color: #fff !important;
}

.btn-contact-whatsapp svg {
	width: 1.6rem;
	height: 1.6rem;
}


@media only screen and (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link{
		padding-right: 0.6rem !important;
		padding-left: 0.6rem !important;
	}
}

@media only screen and (max-width: 991px) {
	#navbarCollapse {
		background-color: #575860;
	}
}

@media only screen and (max-width: 585px) {
	.float-wsp {
		width: 70px;
		height: 70px;
	}
}

@media only screen and (max-width: 535px) {
	.my-navbar-brand-img {
		height: 100px;
	}
}

@media only screen and (max-width: 500px) {
	.copyright-text {
		font-size: 0.9rem;
		padding: 0 1rem;
		text-align: center;
	}
}

@media only screen and (max-width: 1097px) {
	#right-login {
		right: 0;
	}
	.nav-logo-container {
		left: -1rem;
	}
	.nav-link {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 498px) {
	.float-content {
		width: 380px;
	}
}

@media only screen and (max-width: 483px) {
	.contact-nav a {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 460px) {
	.nav-logo-container {
		top: -0.8rem;
	}
	.my-navbar-brand-img {
		height: 94px;
	}
}

@media only screen and (max-width: 406px) {
	.float-content {
		width: 300px;
	}
	.titlew-pane {
		font-size: 1.3rem;
	}
	.btn-contact-whatsapp {
		font-size: 1rem;
	}
	.float-wsp-pane .close-wsp-pane {
    padding: 0.4rem;
    top: -5px;
	}
}

@media only screen and (max-width: 320px) {
	.float-content {
		width: 280px;
	}
	.titlew-pane {
		font-size: 1rem;
	}
	.btn-contact-whatsapp {
		font-size: 0.9rem;
	}
}