@charset "utf-8";

/*

BREADCRUMBS
PAGINA_CATEGORIE
PAGINA_MACCHINA_SINGOLA

*/


/* BREADCRUMBS ------------------------------------------------------------------ */
.breadcrumb_macchine {
	color: #b1b1b1;
}
.breadcrumb_macchine.shrink {
	background: transparent;
}
.breadcrumb_macchine .breadcrumb {
	justify-content: center;
}
.breadcrumb_macchine .breadcrumb li a {
	color: #b1b1b1;
}
.breadcrumb_macchine .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: #b1b1b1;
}
.breadcrumb_macchine .breadcrumb .active {
	color: #1d3686;
    font-weight: 600;
}


/* PAGINA_CATEGORIE ------------------------------------------------------------------ */
.pag_categoria_macchina {
	margin-top: 0;
	margin-bottom: 100px;
}
.menu_interno_macchine {
	margin-top: 92px;
    background-color: #dfdfdf;
	padding-top: 10px;
    padding-bottom: 12px;
}
.menu_interno_macchine .link_home {
	display: inline-block;
    vertical-align: middle;
	margin-right: 50px;
}
.menu_interno_macchine ul {
	display: inline-block;
    vertical-align: middle;
	position: relative;
    top: 3px;
}
.menu_interno_macchine ul li {
	display: inline-block;
    vertical-align: middle;
	margin-right: 15px;
}
.menu_interno_macchine ul li a {
	text-transform: uppercase;
	font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}
.categorie .lista {
	padding: 0;
    list-style: none;	
}
.categorie .lista li {
	border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.categorie .lista li img {
	max-width: 100px;
}
.descr_categoria {
	text-transform: none;
    text-align: center;
    margin-top: 50px;
    letter-spacing: normal;
    font-weight: 600;
}
.riga_cat_macchine .blocco_categoria {
	display: flex;
}
.riga_cat_macchine .blocco_categoria a {
	align-self: flex-end;	
}



/* PAGINA_MACCHINA_SINGOLA ------------------------------------------------------------------ */
.info_macchina {
	margin-top: 100px;
	margin-bottom: 50px;
}
.info_macchina .row {
	display: flex;
	justify-content: center;
}
.info_macchina .imm_macchina img {
	display: block;
	margin: auto;
}
.info_macchina_col {
	display: flex;
    align-items: center;	
}
.titolo_macchina {
	font-weight: 700;
    font-size: 40px;
    line-height: 40px;	
	margin-bottom: 5px;
}
.komatsu .titolo_macchina {
	color: var(--komatsu_base);
}
.amman .titolo_macchina {
	color: var(--ammann_base);
}
.categoria_macchina_cont {
	background-color: #1d3686;	
}
.categoria_macchina {
	font-size: 16px;
    line-height: 16px;
    display: table;
    background-color: #fff;
	padding-top: 5px;
    padding-bottom: 5px;
	position: relative;
	padding-right: 26px;
	letter-spacing: 0;
}
.categoria_macchina:after {
	content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 26px 20px;
    border-color: transparent transparent #1d3686 transparent;
    transform: rotate(0deg);
}
.dati_macchina_cont {
	background-color: #1d3686;
	padding-left: 15px;
    padding-right: 15px;
	position: relative;
	padding-top: 5px;
}
.tratto_bianco_ultima_riga {
	position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: 0px;
    left: 0;	
}
.riga_dato_macchina {
	color: #fff;
    border-bottom: 1px dotted #fff;
	padding-top: 14px;
    padding-bottom: 12px;
}
.riga_dato_macchina p {
	margin: 0;	
}
.riga_dato_macchina .valore_dato {
	font-size: 20px;
    line-height: 20px;
	font-weight: 600;
}
.riga_dato_macchina .tipo_dato {
    font-size: 11px;
    line-height: 11px;
	margin-top: 5px;
	text-transform: uppercase;
}
.prodotto-detagli .scheda_tecnica {
	float: left;
    width: 50%;
    background-color: #999;	
	border-right: 1px solid #fff;
}
.prodotto-detagli .contatto {
	float: left;
    width: 50%;
    background-color: #999;	
	border-left: 2px solid #fff;
}
.prodotto-detagli .scheda_tecnica, .prodotto-detagli .contatto {
	position: relative;
    top: 1px;
}
.prodotto-detagli .scheda_tecnica a, .prodotto-detagli .contatto a {
	color: #fff;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 14px;
	padding-top: 17px;
    padding-bottom: 17px;
}
.prodotto-detagli .scheda_tecnica p {
	margin: 0;
	font-size: 15px;
    line-height: 14px;
}
.macchine_singole .pari {
	background-color: #efefef;
}
.blocco_info {
    padding-top: 70px;
    padding-bottom: 60px;	
}
.blocco_info h2 {
	text-transform: none;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
	margin-bottom: 15px;
    color: #1d3686;
}
.blocco_info p {
	margin: 0;	
}
.blocco_info ul {
	display: table;
}
.blocco_info ul li {
	font-size: 17px;
    line-height: 26px;
    border-bottom: 1px dotted#1d3686;
    margin-bottom: 5px;
    padding-bottom: 5px;
	padding-left: 5px;
    padding-right: 5px;
}
.macchine_footer .owl-carousel {
	overflow: visible;	
}
.macchine_footer .owl-pagination {
	bottom: -35px;	
}
.macchine_footer .owl-item {
	
}
.macchine_footer {
	margin-top: 90px;
    margin-bottom: 150px;
	border-top: 2px dotted #ccc;
    padding-top: 15px;
}
.macchine_footer.uno {
	margin-bottom: 0;
}
.macchine_footer.due {
	margin-top: 30px;
}
.macchine_footer h3 {
	text-transform: none;
    text-align: center;
    color: #1d3686;
    margin-bottom: 17px;	
}
.macchine_footer h4 {
	text-transform: none;
    text-align: center;
    margin-bottom: 0;
	letter-spacing: 0;
	line-height: 26px;
}
.komatsu .macchine_footer h4 {
    color: var(--komatsu_base);
}
.amman .macchine_footer h4 {
    color: var(--ammann_base);
}
.macchine_footer .item {
	height: 200px;	
	padding-left: 20px;
    padding-right: 20px;
}
.macchine_footer.new .item {
	height: auto;
}
.macchine_footer .highlight-button {
    display: table;
    margin: auto;
}
.owl_imm_macchina {
	display: table;	
	height: 180px;
}
.owl_imm_macchina.new {
	display: flex;
	margin: auto;
}
.owl_imm_macchina span {
	display: table-cell;
    vertical-align: bottom;
}
.owl_imm_macchina.new span {
	display: table-cell;
    vertical-align: bottom;
}
.owl_imm_macchina img {
	max-height: 180px;	
}
.owl_imm_macchina.new img {
	max-height: 160px;
	max-width: 160px;
	align-self: flex-end;
}
.owl_nome_macchina {
	display: block;
    text-align: center;
    font-weight: 600;
	line-height: 13px;
}
.komatsu .owl_nome_macchina {
    color: var(--komatsu_base);
}
.amman .owl_nome_macchina {
    color: var(--ammann_base);
}
.nome_macchina_link_slide {
	margin-top: 15px;
    display: block;
}
.dark-pagination .owl-pagination .owl-page.active span {
	border-color: #1d3686;
}
.owl-pagination .owl-pagination .owl-page span {
	background-color: #1d3686;
}
.owl-buttons .owl-prev .fa, .owl-buttons .owl-next .fa {
    color: #1d3686;
}


























