/*
Theme Name:   Bootstrap Child
Theme URI:    https://getbootstrap.com/
Author:       Bootstrap Team
Author URI:   http://example.com
Template:     bootstrap
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  bootstrap
*/

BODY {
	font-family: 'Montserrat', sans-serif;
}

.btn-success {
	border-color: #cad223;
	background-color: #cad223;
}
.text-bg-success {
	border-color: #cad223;
	background-color: #cad223 ! important;
}
.page-link {
	color: var(--bs-heading-color);
}
.offerte.show {
	display: flex;
}

.offerte.show LI {
	position: relative;
	white-space: nowrap;
	width: 125px;
	font-size: 0.6em;
	text-align: center;
}

#nav-menu-item-89::before {
	cursor: pointer;
	display: block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;	
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 28px;
	content: "\f5e4";
}

#nav-menu-item-91::before {
	cursor: pointer;
	display: block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;	
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 28px;
	content: "\f0d1";
}

#nav-menu-item-90::before {
	cursor: pointer;
	display: block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;	
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 28px;
	content: "\f21c";
}
.main-menu-item {
	padding-right: 10px;
}

.main-menu-link {
	position: relative;
}

.main-menu-link::after {
	bottom: 0;
	border: 0 ! important;
	background-color: #cad223;
	content: "";
	left: 0;
	height: 2px;
	opacity: 0;
	position: absolute;
	transform: translateY(-15px);
	transition: all 0.25s ease-out;
	width: 100%;
}

.main-menu-link:hover::after {
	transform: translateY(0);
	opacity: 1;
}

.preventivo {
	border: 10px solid #cad223;
	font-size: 14px;
	
}

.text-secondary.text-opacity-50 {
	transition: all 0.25s ease-out;
}
.text-secondary.text-opacity-50:hover {
	color: #cad223 ! important;
}

.callout-top, .callout-btm {
	border: 3px solid #cad223;
}

.bg-cmgroup {
	background-color: #cad223;
}

.text-cmgroup {
	color: #cad223;
}

.carousel-indicators [data-bs-target] {
	background-color: #cad223;
}

.box1 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-shadow: 1px 1px 3px #000000;
}

.box2 {
	background-color: #EFEFEF;
	display: block;
	color: #171717;
	height: 100%;
	padding: 30px;
	text-align: center;
}

.box2 A {
	color: #000000;
}

.box3 {
	background-color: #cad223;
	color: #FFFFFF;
	display: block;
	height: 100%;
	padding: 30px;
	text-align: center;
	position: relative;
}

@media screen and (min-width: 576px) {
	.box3 .box-body {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.vehicle-img {
		aspect-ratio: 1;
	}

	.vehicle-img IMG {
		width: 100%;
		aspect-ratio: 1;
		object-fit: contain;
	}	
}

.square {
	aspect-ratio: 1;
	background-color: #cccccc;
	color: #171717;
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.25s ease-out;
}

.square:hover {
	background-color: #cad223;
	color: #FFFFFF;
}

.square .square-img {
}

.square .square-img IMG {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	transition: all 0.25s ease-out;
}

.square:hover .square-img IMG {
	opacity: .5;
}
.square .square-body {
	position: absolute;
	left: 50%;
	transform: translate( -50%, -50%);
	top: 50%;
}

.square .square-footer {
	position: absolute;
	left: 50%;
	bottom: 25px;
	transition: all 0.1s ease-out;
	transform: translate(-50%, 0);
	white-space: nowrap;
}
