html, body {
	width: 100%;
	height: 100%;
}

header {
	top: 0;
	height: 10%;
	position: fixed;
	width: 100%;
	z-index: 1001;
}

.container, .row {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

p {
	margin: 0 !important;
}

.modal {
	align-items: center;
	position: fixed;
	z-index: 1;
	padding-top: 0%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	overflow-x: hidden;
}
.modal-content {
	justify-content: center;
	background-color: #fefefe;
	margin: auto;
	padding: 2em;
	border: 0.1em solid #888;
	width: 80%;
	max-height: 40em;
	overflow: auto;
}
.close {
	color: #aaaaaa;
	float: right;
	font-size: 1.8em;
	font-weight: bold;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.header_nav_row, .mobile_header_nav_row {
	background-color: black;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_nav_row .col-sm-3 {
	height: 100%;
}

.header_logo {
	width: 20em;
	height: 100%;
}

.header_nav_row .nav_option {
	height: 100%;
	text-decoration: none;
	color: white;
	text-align: center;
	font-size: 1.2em;
	transition: all ease-in-out .2s;
}
.header_nav_row .nav_option:hover {
	color: red;
}
.header_nav_row .nav_option .col-sm-1 {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_nav_row .nav_option .col-sm-1::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0.3em;
	left: 50%;
	bottom:0;
	background-color: red;
	transition: all ease-in-out .2s;
}
.header_nav_row .nav_option .col-sm-1:hover::after{
	width: 100%;
	left: 0;
}

.nav_icon {
	height: 2em;
}

#myModalCookies {
	width: 80%;
	height: 25%;
	background-color: rgba(0, 0, 0, 0);
	left: 10%;
	top: 75%;
}
#accept_cookies_button:hover {
	background-color: red !important;
}

#global_contact_general {
	background-color: red;
	border-radius: 40px;
	width: 4em;
	height: 4em;
	position: fixed;
	bottom: 0.5em;
	right: 1.5em;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease-in-out .5s;
	cursor: pointer;
}
#global_contact_general p {
	color: white;
	font-weight: bold;
	font-size: 1.5em;
}
#global_whatsapp_icon {
	width: 3.9em;
	height: 3.9em;
	position: fixed;
	bottom: 0.5em;
	right: 1.5em;
	z-index: 998;
	display: none;
	opacity: 0;
	transition: all ease-in-out .5s;
}
#global_phone_icon {
	background-color: #0096FF;
	border-radius: 40px;
	width: 3.9em;
	height: 3.9em;
	position: fixed;
	bottom: 0.5em;
	right: 1.5em;
	z-index: 997;
	display: none;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all ease-in-out .5s;
}
#global_phone_icon img {
	width: 2em;
	height: 2em;
}
/*#global_whatsapp_icon:hover, #global_phone_icon:hover {
	width: 5em;
	height: 5em;
}*/

#main_image {
	height: 100%;
	background-image: url('../images/home/main_images/main_image_1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: darken;
	transition: 3s;
}

.main_image_bottom {
	background-color: black;
	position: absolute;
	z-index: 1000;
	bottom: 0;
	color: white;
	padding-top: 2em !important;
	padding-bottom: 2em !important;
	font-size: 1.3em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_bottom_first {
	color: red;
}

.main_bottom_second {
	font-weight: bold;
}

#facebook_icon {
	height: 2em;
	width: 2em;
	border-radius: 7px;
	transition: ease 0.2s;
}
#facebook_icon:hover {
	height: 2.5em;
	width: 2.5em;
}
#instagram_icon {
	height: 2em;
	width: 2em;
	transition: ease 0.2s;
}
#instagram_icon:hover {
	height: 2.5em;
	width: 2.5em;
}
#youtube_icon {
	height: 2em;
	width: 2.3em;
	transition: ease 0.2s;
}
#youtube_icon:hover {
	height: 2.5em;
	width: 2.8em;
}
#tiktok_icon {
	height: 2em;
	width: 2em;
	transition: ease 0.2s;
}
#tiktok_icon:hover {
	height: 2.5em;
	width: 2.5em;
}
#whatsapp_icon {
	height: 2em;
	width: 2em;
	transition: ease 0.2s;
}
#whatsapp_icon:hover {
	height: 2.5em;
	width: 2.5em;
}

.mobile_social_media {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background-color: black;
	padding-bottom: 3em !important;
}
.mobile_social_media .col-sm-2 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.main_general {
	margin-top: 10em !important;
	background-color: #EEEEEE;
}
.main_general .col-sm-4 {
	padding: 0;
}

.main_general_row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_general_left {
	padding-right: 1em !important;
}
.main_general_left .title {
	text-align: left;
	font-size: 2em;
	color: red;
	font-weight: bold;
}
.main_general_left .text {
	font-size: 1.2em;
	text-align: justify;
}
.main_general_right {
	padding-left: 1em !important;
	min-height: 28em !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.main_services_header {
	margin-top: 10em !important;
	background-image: url('../images/home/home_services.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: luminosity;
	background-color: gray;
	height: 20em;
}
.main_services_header .darken_background {
	width: 100%;
	height: 100%;
	background-color: #000000AA;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_services_header p {
	font-size: 3em;
	color: red;
	font-weight: bold;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}

.main_services {
	margin-top: 5em !important;
	text-align: center;
	overflow-x: hidden;
}
.main_services .col-sm-1, .main_services .col-sm-2 {
	padding: 0;
}
.main_service_container {
	background: radial-gradient(circle at 0% 0.5%, rgb(241, 241, 242) 0.1%, rgb(224, 226, 228) 100.2%);
}
.main_service_container a {
	color: black !important;
	text-decoration: none !important;
}
.main_service_container a:hover {
	opacity: 0.5;
}
.main_service_image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 15em;
}
.main_service_text {
	padding: 1em 1em 1em 1em !important;
	min-height: 20em;
}
.main_service_title {
	font-size: 1.5em;
	font-weight: bold;
	color: #BB0808;
}
.main_service_content {
	font-size: 1.2em;
	text-align: justify;
}
.main_services_button {
	margin-top: 5em !important;
	margin-bottom: 1em !important;
}
.main_services_button p {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
.main_services_button p a {
	color: black;
	padding-top: 1em;
	padding-bottom: 1em;
	text-decoration: none;
	border-radius: 10px;
	background-color: #a5a3aa;
}
.main_services_button p a span {
	padding: 1em;
	border-radius: 10px;
	background: linear-gradient(#BB0808, #BB0808);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 0% 0%;
	transition: all .5s ease-out;
}
.main_services_button p a span:hover {
	background-size: 100% 100%;
	color: white;
}

.main_aboutus {
	margin-top: 10em !important;
	background-color: #EEEEEE;
}

.main_aboutus_row {
	display: flex;
	align-items: center;
	justify-content: center;
}
.main_aboutus_row .col-sm-4 {
	padding: 0;
}

.main_aboutus_left {
	padding-right: 1em !important;
	min-height: 28em !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.main_aboutus_right {
	padding-left: 1em !important;
}
.main_aboutus_right .title {
	text-align: left;
	font-size: 2em;
	color: red;
	font-weight: bold;
}
.main_aboutus_right .text {
	font-size: 1.2em;
	text-align: justify;
}

.gallery {
	margin-top: 10em !important;
}
.gallery .title p {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}
.gallery .images {
	margin-top: 5em !important;
}
.carousel-view {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  padding: 0 !important;
  transition: all 0.25s ease-in;
}
.carousel-view button {
    border: none;
    cursor: pointer;
    color: black;
    background: none;
    transition: all .3s ease-in-out;
}
.carousel-view .item-list {
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 15em;
	gap: 2em;
	transition: all 0.25s ease-in;
	overflow: auto;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.item-list::-webkit-scrollbar {
	display: none;
}
.item {
	width: 15em;
	height: 15em;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.prev-btn, .next-btn {
	cursor: pointer;
	padding: 0;
	font-size: 2em;
	font-weight: bold;
}

.page_header {
	height: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: darken;
}
.page_header_darken {
	height: 100%;
	width: 100%;
	background-color: #000000AA;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page_header_row p {
	color: white;
	font-size: 4em;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}

.contact_header {
	height: 50%;
	background-image: url('../images/contact/main_contact.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: darken;
}
.contact_header_darken {
	height: 100%;
	width: 100%;
	background-color: #000000AA;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_header_row p {
	color: white;
	font-size: 4em;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}

.contact_main_container {
	margin-top: 10em !important;
}
.contact_title_row {
	text-align: center;
}
.contact_title_row p {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: black;
}
.contact_main_text {
	margin-top: 3em !important;
}
.contact_main_text_col p {
	text-align: center;
	font-size: 1.2em;
}

.contact_info_row {
	margin-top: 10em !important;
}
.contact_info_appointment_row {
	margin-top: 5em !important;
}
.contact_info_row_second {
	text-align: center;
}
.contact_info_row_second .col-sm-4 {
	background-color: #EEEEEE;
	min-height: 17em;
}
.contact_info_row_second .col-sm-12 {
	background-color: #EEEEEE;
}
.contact_info_row_second .col-sm-4 img, .contact_info_row_second .col-sm-12 img {
	width: 3em;
	height: 3em;
}
.contact_info_row_second .col-sm-12 a img {
	width: 20em;
	height: 4em;
	margin-top: 2em;
}
.contact_info_title {
	margin-top: 1em !important;
	font-size: 1.5em;
	font-weight: bold;
}
.contact_info_first {
	margin-top: 2em !important;
	font-size: 1.3em;
	font-weight: bold;
}
.contact_info_second {
	font-size: 1.3em;
	font-weight: bold;
}

.location_container {
	margin-top: 5em !important;
	background-color: #EEEEEE;
}
.location_title {
	margin-top: 1em !important;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
}
.location_address {
	margin-top: 3em !important;
	padding-left: 1em !important;
	padding-right: 1em !important;
}
.location_address img {
	width: 3em;
	height: 3em;
}
.location_address p {
	font-size: 1.3em;
	font-weight: bold;
}
.location_map {
	margin-top: 3em !important;
	text-align: center;
}
.location_map iframe {
	width: 80%;
	height: 50em;
	margin-bottom: 4em;
}

.contact_social {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 5em !important;
	overflow-x: hidden;
}
.contact_social_row {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.social_icon img {
	width: 3em;
	height: 3em;
	transition: ease 0.5s;
}
.social_icon img:hover {
	width: 4em;
	height: 4em;
}
.social_icon .facebook img {
	border-radius: 10px;
}
.social_icon .youtube img {
	width: 3.5em;
	height: 3em;
}
.social_icon .youtube img:hover {
	width: 5em;
	height: 4em;
}

.aboutus_header {
	height: 50%;
	background-image: url('../images/aboutus/main_aboutus.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: darken;
}
.aboutus_header_darken {
	height: 100%;
	width: 100%;
	background-color: #000000AA;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aboutus_header_row p {
	color: white;
	font-size: 4em;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}

.aboutus_main_container {
	margin-top: 10em !important;
}
.aboutus_title_row {
	text-align: center;
}
.aboutus_title_row p {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: black;
}
.aboutus_main_text {
	margin-top: 3em !important;
}
.aboutus_main_text_col p {
	text-align: center;
	font-size: 1.2em;
}

.aboutus_socialmedia {
	margin-top: 10em !important;
}

.youtube .aboutus_social_col_left {
	background-color: #EEEEEE;
	height: 50em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.youtube .aboutus_social_col_left iframe {
	width: 50em;
	height: 30em;
}
.youtube .aboutus_social_col_right {
	background-color: #EEEEEE;
	height: 50em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.youtube .aboutus_social_col_right .text {
	text-align: center;
}
.youtube .aboutus_social_col_right .text .title {
	font-size: 2em;
	font-weight: bold;
}
.youtube .aboutus_social_col_right .text .subtext {
	margin-top: 3em !important;
	font-size: 1.2em;
}

.tiktok .aboutus_social_col_left {
	border-top: 0.1em solid gray;
	background-color: #EEEEEE;
	height: 50em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tiktok .aboutus_social_col_left .text {
	text-align: center;
}
.tiktok .aboutus_social_col_left .text .title {
	font-size: 2em;
	font-weight: bold;
}
.tiktok .aboutus_social_col_left .text .subtext {
	margin-top: 3em !important;
	font-size: 1.2em;
}
.tiktok .aboutus_social_col_right {
	border-top: 0.1em solid gray;
	background-color: #EEEEEE;
	height: 50em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tiktok .aboutus_social_col_right blockquote {
	width: 320px;
	height: 565px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1002;
	top: 0;
	left: 0;
	background-color: black;
	overflow-x: hidden;
	padding-top: 5em;
	transition: 0.5s;
	text-decoration: none;
}
.sidenav a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	font-size: 1.3em;
	color: white;
	display: block;
	transition: 0.3s;
	text-align: center;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
.sidenav a:hover {
	color: white;
	text-shadow: none;
	text-decoration: none;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 0.5em;
	font-size: 2.5em;
}
.closebtn {
	padding: 0 !important;
}

.services_header {
	height: 50%;
	background-image: url('../images/services/main_services.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: darken;
}
.services_header_darken {
	height: 100%;
	width: 100%;
	background-color: #000000AA;
	display: flex;
	align-items: center;
	justify-content: center;
}
.services_header_row p {
	color: white;
	font-size: 4em;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}

.services_main_container {
	margin-top: 10em !important;
}
.services_title_row {
	text-align: center;
}
.services_title_row p {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: black;
}
.services_main_text {
	margin-top: 3em !important;
}
.services_main_text_col p {
	text-align: center;
	font-size: 1.2em;
}

.partners {
	margin-top: 10em !important;
	background-color: #EEEEEE;
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}
.partners .title p {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}
.partners .images {
	margin-top: 5em !important;
}
.partners .images .col-sm-2, .partners .images_second .col-sm-2 {
	display: flex;
	align-items: center;
	justify-content: center;
}
#partner_motul_logo {
	width: 12em;
	height: 3.2em;
}
#partner_intercars_logo {
	width: 12em;
	height: 4.4em;
}
#partner_unix_logo {
	width: 12em;
	height: 5.6em;
}
#partner_autototal_logo {
	width: 12em;
	height: 6em;
}
#partner_autonet_logo{
	width: 12em;
	height: 3em;
}
#partner_materom_logo {
	width: 12em;
	height: 3em;
}

.services_list_header {
	margin-top: 10em !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: luminosity;
	background-color: gray;
	height: 20em;
}
.services_list_header .darken_background {
	width: 100%;
	height: 100%;
	background-color: #000000AA;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services_list_header p {
	font-size: 3em;
	color: red;
	font-weight: bold;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}

.services_list {
	margin-top: 5em !important;
	text-align: center;
	overflow-x: hidden;
}
.services_list .col-sm-1, .services .col-sm-2 {
	padding: 0;
}
.services_list_container {
	background: radial-gradient(circle at 0% 0.5%, rgb(241, 241, 242) 0.1%, rgb(224, 226, 228) 100.2%);
}
.services_list_container a {
	color: black !important;
	text-decoration: none !important;
}
.services_list_image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 15em;
}
.services_list_text {
	padding: 1em 1em 1em 1em !important;
	min-height: 20em;
}
.services_list_text_top {
	min-height: 13em;
}
.services_list_title {
	font-size: 1.5em;
	font-weight: bold;
	color: #BB0808;
}
.services_list_content {
	font-size: 1.2em;
	text-align: justify;
}
.services_read_button {
	text-align: center;
	margin-bottom: 1em !important;
	margin-top: 2em !important;
}
.services_read_button a {
	background-color: #880808;
	color: white !important;
	text-decoration: none !important;
	font-weight: bold;
	padding: 1em;
	border-radius: 25px;
}
.services_read_button a:hover {
	background-color: black;
	color: red !important;
}

.services_single_row {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EEEEEE;
	min-height: 28em;
}
.services_single_col {
	padding-left: 2em !important;
	padding-right: 2em !important;
}
.services_single_row .col-sm-6 {
	padding: 0;
}

.services_single_image {
	min-height: 28em !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.services_single_info {
	padding: 1em !important;
}
.services_single_info .title {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #BB0808;
}
.services_single_info .text {
	font-size: 1.2em;
	text-align: justify;
}
.services_single_text_top {
	min-height: 21em;
}
.services_single_read_button {
	text-align: center;
	margin-bottom: 1em !important;
	margin-top: 2em !important;
}
.services_single_read_button a {
	background-color: #880808;
	color: white !important;
	text-decoration: none !important;
	font-weight: bold;
	padding: 1em;
	border-radius: 25px;
}
.services_single_read_button a:hover {
	background-color: black;
	color: red !important;
}

#row_services_2, #row_services_3, #row_services_4, #row_services_5 {
	opacity: 0;
	transition: ease 2s;
}

.services_info_nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10em !important;
}
.services_info_nav a {
	color: black !important;
	text-decoration: none !important;
}
.services_info_nav p {
	background: #BBBBBB;
	padding: 1em;
	font-size: 1.2em;
	font-weight: bold;
	border-left: 0.1em solid black;
	width: 10em;
	text-align: center;
	cursor: pointer;
}
.services_info_nav p:hover {
	background-color: #DDDDDD;
}
#mechanics_tab img {
	margin-bottom: 0.1em;
}
.mechanics_dropdown_content {
	display: none;
	position: absolute;
	background-color: #BBBBBB;
	width: 12em;
	z-index: 996;
	text-align: center;
}
.mechanics_dropdown_content p {
	color: black !important;
	padding: 1em 0em 1em 0em !important;
	text-decoration: none !important;
	font-size: 1.2em !important;
	display: block;
	font-weight: normal !important;
	border-left: 0 !important;
	border-top: 0.1em solid black;
	cursor: pointer;
}
.mechanics_dropdown_content p:hover {
	background-color: #DDDDDD;
}

.mechanics_title {
	margin-top: 10em !important;
	text-align: center;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mechanics_title .line {
	border-top: 0.1em solid black;
	border-bottom: 0.1em solid black;
}
.mechanics_title p {
	font-size: 3em;
}
.services_info_row {
	margin-top: 10em !important;
}
.services_info_left {
	min-height: 30em;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.services_info_left_next {
	min-height: 30em;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 3em;
}
.services_info_right .title {
	font-weight: bold;
	text-align: center;
	font-size: 2em;
	color: black;
}
.services_info_right .text {
	margin-top: 3em !important;
	font-size: 1.3em;
	text-align: justify;
	color: black;
}

footer {
	margin-top: 10em;
	background-color: black;
	color: white;
	height: 15em;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
footer p {
	font-size: 1.2em;
	text-align: center;
}
.footer_policies {
	display: flex;
	align-items: center;
	justify-content: center;
}


/* LAPTOP (small) & TABLET & MOBILE */
@media only screen and (max-width: 1100px) {	
	#myModalCookies {
		height: 35%;
		top: 65%;
	}
}

/* MOBILE */
@media only screen and (max-width: 767px) {
	.header_nav_row {
		display: none;
	}
	.header_logo {
		width: 10em;
	}
	.mobile_header_nav_row .logo_col {
		width: 100%;
		height: 100%;
	}
	
	#myModalCookies {
		width: 100%;
		left: 0;
		height: 40%;
		top: 60%;
	}
	
	#global_contact_general {
		right: 0.5em;
	}
	#global_whatsapp_icon, #global_phone_icon {
		right: 0.55em;
	}
	
	.main_general_row, .main_aboutus_row {
		display: block;
	}
	.main_general_left, .main_general_right, .main_aboutus_left, .main_aboutus_right {
		padding: 0 !important;
	}
	.main_general_left {
		margin-top: 1em;
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
	.main_general_left .title, .main_aboutus_right .title {
		text-align: center;
	}
	.main_general_right {
		margin-top: 1em;
	}
	.main_aboutus_right {
		margin-top: 1em;
		margin-bottom: 1em;
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
	.main_service_container {
		margin-top: 2em !important;
	}
	
	.social_media {
		display: none;
	}
	
	.contact_info_row_second .col-sm-4, .contact_info_row_second .col-sm-12 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.contact_info_middle {
		border-top: 0.1em solid gray;
		border-bottom: 0.1em solid gray;
	}
	
	.location_address {
		margin-top: 3em !important;
		text-align: center;
	}
	.location_address p {
		font-size: 1.3em;
		font-weight: bold;
		margin-top: 1em !important;
	}
	
	.youtube .aboutus_social_col_right {
		border-top: 0.1em solid gray;
	}
	
	.partners .images .col-sm-2, .partners .images_second .col-sm-2 {
		margin-top: 2em;
	}
	
	.contact_info_row_second .col-sm-12 {
		min-height: 35em;
	}
	
	#row_services_1_2 {
		margin-top: 0 !important;
	}
	.services_sublist .col-sm-4 {
		margin-top: 2em;
	}
	
	.services_single_row {
		display: block;
	}
	.services_single_image {
		padding: 0 !important;
	}
	.services_single_info {
		padding: 1em !important;
	}
	.services_single_info .title {
		text-align: center;
	}
	
	.services_info_nav {
		flex-direction: column;
	}
	.services_info_nav p {
		border-left: 0;
		border-top: 0.1em solid black;
	}
	#mechanics_tab img {
		rotate: -90deg;
	}
	.mechanics_dropdown_content {
		width: 6em;
		margin-top: -4.1em;
		margin-left: 12em;
	}
	.mechanics_dropdown_content p {
		width: 6em;
		border-left: 0.1em solid black !important;
	}
	.services_info_right .title {
		margin-top: 3em !important;
	}
	
	.footer_policies p {
		margin-left: 1em !important;
	}
}

/* TABLET & LAPTOP (small) & LAPTOP (big) & PC */
@media only screen and (min-width: 768px) {
	.mobile_header_nav_row {
		display: none;
	}
	.mobile_social_media {
		display: none;
	}
	
	#global_contact_general {
		margin-bottom: 0.5em;
		right: 1em;
	}
	#global_whatsapp_icon, #global_phone_icon {
		margin-bottom: 0.5em;
		right: 1.05em;
	}
	#global_contact_general:hover {
		width: 5em;
		height: 5em;
	}
	
	.contact_info_row_second .col-sm-4, .contact_info_row_second .col-sm-12 {
		padding-top: 2em;
		transition: ease 0.5s;
	}
	.contact_info_row_second .col-sm-4:hover, .contact_info_row_second .col-sm-12:hover {
		padding-top: 1em;
		color: white;
		background-color: red;
	}
	.contact_info_middle {
		border-left: 0.1em solid gray;
		border-right: 0.1em solid gray;
	}
	
	.location_address{
		margin-top: 3em !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.location_address p {
		font-size: 1.3em;
		font-weight: bold;
		margin-left: 2em !important;
	}
	
	.youtube .aboutus_social_col_right {
		border-left: 0.1em solid gray;
	}
	.tiktok .aboutus_social_col_right {
		border-left: 0.1em solid gray;
	}
	
	.partners .images, .partners .images_second {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.partners .images_second {
		margin-top: 5em !important;
	}
	
	.contact_info_row_second .col-sm-12 {
		min-height: 25em;
	}
	
	.mechanics_dropdown:hover .mechanics_dropdown_content {
		display: block;
	}
	
	.footer_policies p {
		margin-left: 2em !important;
	}
}
