/*
Autor desconocido
*/

/* HOME */
.puntos_fuertes_home img {
	margin: 0 auto !important;
	margin-bottom: 15px !important;
	max-width: 60px !important;
}

.puntos_fuertes_home h3 {
	text-align: center !important;
	margin: 0 auto !important;
}



.ref_flota {
	width: 35% !important;
	position: absolute !important;
	z-index: 5 !important;
	bottom: 25px !important;
	left: -1% !important;
	background-color: #95b286 !important;
}

.ref_flota_mov {
	display: none;
	margin: 0 !important;
}

#container_img_flota {
	position: relative !important;
}

.ref_flota h4 {
	color: white !important;
}

@media (max-width: 800px) {
	.vc_column-inner .vc_custom_1587039051096 {
		margin: 0 !important;
	}
    .ref_flota {
		display: none;
	}
	.vc_custom_1587038248705 {
		border: 0 !important;
		margin-bottom: 15px !important;
	}
	.ref_flota_mov {
		display: block;
	}
}



#servicios_home .img_servicios img {
	width: 100% !important;
	height: 100% !important;
}

.vc_custom_1587044956219 img {
	max-width: 11px !important;
}

.home_sec_4 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0;
}

.home_sec_4>div {
    width: 50%;
    margin: 0;
    padding: 0;
}

.home_sec_4 .img {
    background-image: url('https://www.autocaresfonseca.com/wp-content/uploads/Captura-de-pantalla-2020-04-16-a-las-17.45.49.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home_sec_4 .uls {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #E0E0E0;
    padding: 60px 0;
}

.home_sec_4 h2 {
    width: 80%;
	margin-bottom: 15px;
}

.home_sec_4 .uls div {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home_sec_4 .uls ul {
    margin: 0;
    padding: 0;
}

.home_sec_4 li {
    display: flex;
    align-items: center;
    text-decoration: none;
    list-style: none;
}

.home_sec_4 li img {
    max-width: 18px;
    margin-right: 7px;
}

@media (max-width: 800px) {
    .home_sec_4>div {
        width: 100%;
    }
    .home_sec_4 .img {
        height: 400px;
    }
}

/* PRESUPUESTOS */

#presupuestos_forms img {
	max-width: 90px;
}

#presupuestos_forms a {
	display: block;
	color: #95b286;
}

.vc_custom_1587394584862:hover, .vc_custom_1587394593233:hover, .vc_custom_1587394601340:hover, .vc_custom_1587394609988:hover, .vc_custom_1587394632271:hover, .vc_custom_1587394638707:hover {
	cursor: pointer;
}

header:not(.with_hover_bg_color) nav.main_menu > ul > li:nth-child(5) > a > span:not(.plus) {
	background-color: green !important;
    padding: 5px 8px !important;
	color: white !important;
}