@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

:root
{
    --arancioneMain: #f6571a;
    --bluMain:#2e2a98;

    --fontOxy:'Oxygen', sans-serif;
}

.nascondi
{
    display: none !important;
}


body {
    font-family: var(--fontOxy);
    font-size: 16px;
}

#selettore_ligua_container .btn-group .btn {
    /*selettore lingua*/
    border: 0px solid #999999 !important;
    margin-top: 12.5px !important;
    padding: 0px 5px !important;
    background-color: transparent;
}
#selettore_ligua_container button
{
    background-color: transparent;
    border: none;
    color: var(--arancioneMain);
    font-weight: 900;
    box-shadow: none !important;
}
#selettore_ligua_container ul
{
    border: none;
	border-radius: 5px;
}

#form .panel-body {
    font-size: 12px;
    color: #333;
}

.panel-body {
    font-size: 12px;
}

#cerca .well-sm {
    background-color: transparent;
    border: 0px;
    color: #2E2A98;
}

.flex_row 
{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) 
{
    .flex_row 
    {
        flex-direction: column;
    }

}



/*Layout Sito*/
.social_header>a:hover i.fa-facebook
{
    color: #1877F2;
}
.social_header>a:hover i.fa-instagram
{
    color: #c93a6b;
}
.social_header>a:hover i.fa-linkedin
{
    color: #2867b2;
}
.social_header
{
    display: flex;
    align-items: center;
    justify-content:end;
}
.social_header a
{
    margin-left: 15px;
    font-size: 22px;
    font-weight: 300;
    color: var(--arancioneMain);
    transition: 0.3s;
}
.contatti_header
{
    display: flex;
	align-items: center;
	justify-content: flex-end;
}
.contatti_header a
{
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    color: var(--bluMain);
    margin-left: 35px;
}
@media only screen and (max-width: 768px) {
    .contatti_header a
    {
        color: transparent;
        font-size: 1px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .contatti_header i
    {
        font-size: 15px;
    }
    .contatti_header
    {
        align-items: center;
        justify-content: space-around;
    }
}
.contatti_header a:hover
{
    text-decoration: none;
}
.contatti_header i
{
    margin-left: 5px;
	color: var(--arancioneMain);
	font-size: 25px;
}

.widget_cerca input.form-control
{
    border: none;
	border-bottom: 1px solid rgb(0 0 0 /10%);
	border-radius: 0px;
	box-shadow: none;
	width: 95%;
}   

.widget_cerca button
{
    border-radius: 20px;
    border: none;
    background: var(--arancioneMain);
    color: white;
    font-weight: 600;
    font-size: 20px;
}
.widget_cerca .input-group-btn
{
    border-radius: 5px;
	overflow: hidden;
}

.img_logo a
{
    filter: drop-shadow(2px 4px 6px rgb( 0 0 0 /20%));
}

.label_footer h2
{
    color: white;
    border-bottom: 3px solid white;
    padding-bottom: 6px;
    margin-bottom: 12px
}

.label_footer p
{
    color: white;
}

.label_footer a
{
    color: white;
    opacity: 0.8;
    font-size: 16px;
    transition: 0.3s;
}
.label_footer a:hover
{
    opacity: 1;
    text-decoration: none;
}

.social_footer
{
    display: flex;
    justify-content: space-evenly;
}

.social_footer a
{
    margin: 0 6px;
    font-size: 2em;
    color: white;
    transition: 0.3s;
}

.social_footer>a:hover i.fa-facebook
{
    color: #1877F2;
}
.social_footer>a:hover i.fa-instagram
{
    color: #c93a6b;
}
.social_footer>a:hover i.fa-linkedin
{
    color: #2867b2;
}

.tel:before {
    content: '\f095';
	font-family: 'FontAwesome';
	position: relative;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	color: white;
	margin-right: 6px;
	font-size: 20px;
}
.cell:before {
    content: '\f10b';
	font-family: 'FontAwesome';
	position: relative;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	color: white;
	margin-right: 6px;
	font-size: 20px;
}
.mail:before {
    content: '\f0e0';
	font-family: 'FontAwesome';
	position: relative;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	color: white;
	margin-right: 6px;
	font-size: 20px;
}
.personal:before {
    content: '\f007';
	font-family: 'FontAwesome';
	position: relative;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	color: white;
	margin-right: 6px;
	font-size: 20px;
}

/*Home*/

.testo_hero
{
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 /25%));
}

.testo_hero h2
{
    font-size: 2.8em;
    font-style: oblique;
    text-transform: uppercase;
    padding-bottom: 12px;
    font-weight: 900;
}
@media only screen and (max-width: 768px) 
{
    .testo_hero h2
    {
        font-size: 2em;
    }

}
.testo_hero strong
{
    font-size: 1.5em;
    text-transform: uppercase;
}
.testo_hero h3
{
    
}

.mattonella_1 a
{
    width: fit-content;
    padding: 0px 12px;
    background: transparent;
    border-radius: 0px;
    border: 1px solid var(--arancioneMain);
}
.mattonella_1 a:hover
{
    border-color: white;
}
.mattonella_1 a:hover h4
{

}
.mattonella_1 h4
{
    color: white;
    font-size: 1em;
    margin: 0 !important;
}

#text_coll 
{
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#text_coll h2
{
    font-size: 2.2em;
}

.paragrafo
{
    padding: 20px 0px; 
}

.lista_loghi .thumbnail
{
    padding: 0;
    border: none;
}

.lista_loghi .thumbnail img
{
    object-fit: contain;
	max-height: 158px;
	max-width: 150px;
	filter: drop-shadow(2px 4px 6px rgb(0 0 0 /20%));
}
.lista_loghi .thumbnail h4
{
    display: none;
}
.lista_loghi .slick-track
{
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .cerca_lista_home form
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cerca_lista_home form>div:not(:last-child)
    {
        width: 30%;
    }
    .cerca_lista_home form>div:last-child
    {
        width: 100%;
    }
}

.cerca_lista_home form>div:last-child>button
{
    width: 100%;
	background-color: var(--arancioneMain);
	border: 1px solid var(--arancioneMain);
	border-radius: 0px;
	color: white;
	font-size: 1.2em;
	font-weight: 700;
	box-shadow: 2px 4px 6px rgb(0 0 0 /20%);
	transition: 0.3s;
}
.cerca_lista_home form>div:last-child>button:hover
{
    box-shadow: none;
}


.cerca_lista_home .well.well-sm
{
    background: transparent;
	border: 0;
    box-shadow: none !important;
    display: grid;
}
.cerca_lista_home .well.well-sm .form-group
{
    margin-left: 0;
    margin-right: 6px;
}
.cerca_lista_home .well.well-sm .col-sm-12
{   
    padding: 0;
}
.cerca_lista_home .well.well-sm .form-group:nth-child(1)
{
    grid-column-start: 1;
    grid-column-end: 2;
}
.cerca_lista_home .well.well-sm .form-group:nth-child(2)
{
    grid-column-start: 2;
    grid-column-end: 3;
}
.cerca_lista_home .well.well-sm .form-group:nth-child(3)
{
    grid-column-start: 3;
    grid-column-end: 4;
}
.cerca_lista_home .form-group.text-center
{
    grid-column-start: 1;
	grid-column-end: 4;
}
.cerca_lista_home .form-group.text-center button
{
    width: 100%;
    background-color: var(--arancioneMain);
    border: 1px solid var(--arancioneMain);
    border-radius: 0px;
    color: white;
    font-size: 1.2em;
    font-weight: 700;
    box-shadow: 2px 4px 6px rgb(0 0 0 /20%);
    transition: 0.3s;
}
.cerca_lista_home .form-group.text-center button:hover
{
    box-shadow: none;
}
.cerca_lista_home .form-group select,
.cerca_lista_home .form-group input
{
    border: none;
    border-bottom: 2px solid rgb(0 0 0 /20%);
    border-radius: 0px;
    box-shadow: none !important;
}

#sez_home_hero
{
}

@media only screen and (min-width: 768px) {
    .lista_ante_auto .col-sm-2
    {
        width: 30% !important;
    }
    .lista_ante_auto .col-sm-10
    {
        width: 70% !important;
        display: flex;
        flex-direction: column;
    }
    .lista_ante_auto .list-group-item>div:nth-child(3)
    {
        display: flex;
        align-items: stretch;
    } 
}

.lista_ante_auto .col-sm-10>.row
{

}
.lista_ante_auto .col-sm-10 .caption>h4
{
    padding-top: 12px;
	font-size: 1.3em;
	border-bottom: 4px solid;
	width: fit-content;    
}
.lista_ante_auto .lca_elemento strong
{
    font-weight: 900 !important;
}

.lista_ante_auto .list-group-item
{
    margin-top: 20px;
	border-radius: 5px !important;
	border-color: rgb(152 152 152 / 10%);
	box-shadow: 2px 4px 6px rgb(0 0 0 /20%);
	overflow: hidden;
    transition: 0.5s;
}
.lista_ante_auto .list-group-item:hover
{
    box-shadow: none;
}



/*Scheda auto*/

#img_anteprima .col-xs-12
{

}
#img_galleria .lightboxgallery
{
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#img_galleria .lightboxgallery a
{
    width: 23%;
	margin: 1%;
}
#img_galleria .lightboxgallery img
{
    width: 100%;
    margin: 0;
    border-radius: 5px;
}
#carat_auto .lista_campo
{
    padding-bottom: 4px;
    border-bottom: 1px solid rgb(0 0 0 /10%);
}

#carat_auto .row
{
    padding-top: 10px;
}
#carat_auto .label_lista_campo
{
    font-size: small;
    color: var(--arancioneMain);
}

.zoomWindow
{
    border: none !important;
    border-radius: 5px;
}
.zoomLens
{
    border-radius: 5px;
	box-shadow: 2px 4px 6px rgb(0 0 0 /20%);
    border: none !important;
}
.zoomContainer
{
    border-radius: 5px;
}
.zoomTint
{
    border-radius: 5px;
}

#form_contatti h4
{
    margin: 0px;
	font-size: 1.5em;
	padding-bottom: 20px;
	font-weight: 500;
}
#form_contatti label
{
    font-weight: 200;
    font-size: small;
}
#form_contatti .form-group
{
    margin-bottom: 5px;
}

#form_contatti [type=button]
{
    font-size: 1.2em;
	width: 100%;
    background: var(--bluMain);
    color: white;
    transition: 0.5s;
    border: none;
}
#form_contatti [type=button]:hover
{
    background: var(--arancioneMain);
}