﻿html {
	height:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
}
body {
	padding:0px;
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	margin: 0px;	
	height:100%;
	color:#ffffff;
    background-color:#000000;
}
img {
	max-width: 100%;
    height: auto;
    vertical-align: top;
}
p {
    margin-bottom: 1.5em;
    margin-top:1em;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor:pointer;
}
a,a:hover {
	text-decoration:none;
    color:#ffffff;
}
.clear{
    clear:both;
}
.space{
    height:60px;
}
.hspace{
    height:30px;
}
header{
    height:60px;
}
.site-header{
    font-size:14px;
}
.h1,.h2{
    margin:0;
    padding:0;
}
.free2move header{
    height:80px
}
.free2move .container,.free2move .row{
    height:100%;
}
.slide-free2move{
    background-image:url(/images/bg-free2move.jpg);
}
header .logo-rezzonico-auto{
    height:40px;
    margin-top:10px;
}
header .logo-free2move-rezzonico{
    height:50px;
}
header .logo-opel{
    margin-top:10px;
    height:40px;
}
.text-shadow{
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#000000)";/*IE 8*/
    text-shadow: 0 0 3px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.mySlides {
  display: none;
}

.slider-fullscreen{
    position:relative;
    width:100%;
    min-height:820px;
    background-color:black;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
.free2move .slider-fullscreen{
    min-height:100px;
}
.slide-nuova-opel-corsa{
    background-image:url(/images/nuova-opel-corsa-2023.jpg);
}
.slide-nuova-opel-astra{
    background-image:url(/images/ls/nuova-opel-astra.jpg);
}
.slide-nuovo-opel-mokka{
    background-image:url(/images/ls/nuovo-opel-mokka.jpg);
}
.slide-gamma-opel{
    background-image:url(/images/ls/gamma-opel.jpg);
}
.slide-veicoli-elettrici{
    background-image:url(/images/ls/veicoli-elettrici.jpg);
}
.slide-crossland-x{
    background-image:url(/images/ls/crossland-x.jpg);
}
.slide-nuovo-opel-crossland{
    background-image:url(/images/ls/nuovo-opel-crossland.jpg);
}
.slide-nuovo-opel-grandland{
    background-image:url(/images/ls/nuovo-opel-grandland.jpg);
}
.slide-nuovo-opel-zafira-life{
    background-image:url(/images/ls/nuovo-opel-zafira-life.jpg);
}
.slide-veicolicommerciali{
    background-image:url(/images/ls/veicoli-commerciali.jpg);
}
.slide-veicolicommerciali h1{
    font-size:34px!important;
}
.slideshow { 
    position:relative;
    height:100%;
    width:100%;
    background-color:black;
}
.text-slide{
    margin-top:15%;
}
.text-slide h1{
    font-size:46px;
    margin-bottom:10px;
}
.text-slide .h1 {
    margin:0;
}
.text-slide .desc, .info .desc{
    font-size:12px;
}
.slideshow .slide {
    width:100%;
    height:100%;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
.slideshow div.slide1{
    background-image:url(/images/ls/1.jpg);
}
.slideshow div.slide2{
    background-image:url(/images/ls/2.jpg);
}
.slideshow div.slide3{
    background-image:url(/images/ls/3.jpg);
}
.btn{
    white-space:normal;
}
.btn-primary{
    background-color:#000000;
    border-color:#000000;
    color:#ffffff;
    font-weight:bold;
    border-radius:8px;
}
.btn-primary:hover{
    background-color:#ffffff;
    border-color:#000000;
    color:#000000;
}

.slider-fullscreen .box .container,.slider-fullscreen .box .container .row{
    height:100%;
}
.slider-fullscreen .box .container .row .col-12 {
    padding-bottom:70px;
}
.tit1{
    font-size:38px;
    font-weight:bold;
}
.owl-carousel{
    margin-top:10px;
    margin-bottom:10px;
    max-height:200px;
}
#owl-carousel-o.owl-carousel,#owl-carousel-c.owl-carousel{
    max-height:none;
}
.owl-carousel button.owl-dot{
    width:12px;
    height:12px;
    border-radius:12px;
    border:2px solid #ffffff;
    margin-left:4px;
    margin-right:4px;
}
.owl-carousel button.owl-dot.active{
    background-color:#ffffff;
}
.credits{
    font-size:12px;
}
.credits a{
    color:white;
}
.credits a:hover{
    text-decoration:underline;
}
.disclaimer{
    font-size:12px;
}
.social,.social .col-6{
    height:37px;
}
.social a{
    font-size:34px;
    line-height:34px;
    display:inline-block;
}
.mrgb{
    margin-bottom:20px;
}
.box-white{
    border-radius:30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#000000)";/*IE 8*/
    -moz-box-shadow: 0 0 3px 2px rgba(0,0,0,0.5);/*FF 3.5+*/
    -webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 3px 2px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000); /*IE 5.5-7*/
    background-color: rgba(255,255,255,0.8);
    color:black;
    padding:30px 15px;
    font-size:12px;    
}
.box-white a{
    color:black;
}
.contact-form{
    
}
.contact-form a{
    color:black;
}
.contact-form a:hover{
    text-decoration:underline;
}
.contact-form .form-group{
    margin-bottom:7px;
    position:relative;
}
.contact-form h3{
    font-size:20px;
}
.contact-form label{
    margin-bottom:3px;
}
.contact-form .btn{
    font-size:12px;
}
.cb_privacy{
    margin-bottom:12px;
}
.hero-top {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 15%);
    background-repeat: repeat-x;
}
.hero {
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
    padding-top: 10rem;
    padding-top:20%;
}
.free2move .hero,.nuova-opel-corsa-e.hero{
    padding-top:0;
}
.free2move .text-slide{
    margin-top:0;
    padding-top:50px;
    padding-bottom:100px;
}
.free2move, .grad{
    background-image: -webkit-gradient(linear,left top,right top,from(#467afb),to(#e6007e));
    background-image: -webkit-linear-gradient(left,#467afb,#e6007e);
    background-image: -moz- oldlinear-gradient(left,#467afb,#e6007e);
    background-image: -o-linear-gradient(left,#467afb,#e6007e);
    background-image: linear-gradient(90deg,#467afb,#e6007e);
}
.hero:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 8%, #000 25%);
    background-repeat: repeat-x;
    z-index: 0;
}
.free2move .hero:before{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #fff 50%);
    background-repeat: repeat-x;
    z-index: 0;
}
.nuova-opel-corsa-e.hero:before{
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 0% 25%);
    background-repeat: repeat-x;
    z-index: 0;
    bottom:unset!important;
    height:100%;
}
.free2move .slider-fullscreen{
    background-color:transparent!important;
}
.slider-fullscreen .img{
    width:100%;
    display:none;
}
#cont_video{
    position:relative;
}
#cont_video .btns{
    z-index: 9;
    display: block;
    position: absolute;
    bottom: 50px;
    right: 20px;
    font-size: 8px;
    text-align: center;   
}
#cont_video .btnp{
    color: rgb(255, 255, 255);
    opacity: 0.7;
    cursor: pointer;
}
#cont_video .btns .btnp {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;  
}
#cont_video .cont_btn_play{
    display:table;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
}
#cont_video .cont_btn_play .td{
    vertical-align:middle;
}
#cont_video .btn_play{
    font-size:72px;
}
.noleggio,.offerta,.nog{
    background-position:center;
    background-size:cover;
    min-height:500px;
}
.offerte-gamma{
    min-height:450px;
    background-position:center;
    background-size:cover;
}
.veicolicommerciali-gamma {
    min-height:450px;
    background-position:center;
    background-size:cover;
}
.sidebar a.info{
    color:black;
}
.noleggio-nuovaopelcorsa{
    background-image:url(/images/noleggio-nuovaopelcorsa-2023.jpg);
}
.noleggio-nuovaopelastra{
    background-image:url(/images/noleggio-nuovaopelastra.jpg);
}
.offerta-nuovoopelmokka{
    background-image:url(/images/offerta-nuovoopelmokka.jpg);
    background-position:center 67%;
}
.offerta-nuovoopelmokkae{
    background-image:url(/images/offerta-nuovoopelmokkae.jpg);
    background-position:center 64%;
}
.noleggio-nuovo-opel-crossland{
    background-image:url(/images/noleggio-nuovo-opel-crossland.jpg);
}
.ng-nuovo-opel-grandland{
    background-image:url(/images/ng-nuovo-opel-grandland.jpg);
}
.nog-nuovo-opel-zafira-life{
    background-image:url(/images/nog-nuovo-opel-zafira-life.jpg);
}
.offerte-nuovaopelcorsa{
    background-image:url(/images/offerte/nuovaopelcorsa.jpg);
}
.offerte-crossland{
    background-image:url(/images/offerte/crossland.jpg);
}
.offerte-insignia{
    background-image:url(/images/offerte/insignia.jpg);
}
.offerte-astra{
    background-image:url(/images/offerte/astra.jpg);
}
.offerte-grandland{
    background-image:url(/images/offerte/grandland.jpg);
}
.veicolicommerciali-combo-cargo{
    background-image:url(/images/veicolicommerciali/combo-cargo.jpg);
}
.veicolicommerciali-vivaro{
    background-image:url(/images/veicolicommerciali/nuovo-opel-vivaro.jpg);
}
.veicolicommerciali-movano{
    background-image:url(/images/veicolicommerciali/opel-movano.jpg);
}
.nuova-opel-corsa-e{
    background-image:url(/images/Nuova-Opel-Corsa-e-2023.jpg);
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    color:#fff;
}
.nuova-opel-corsa-e .box_text{
    background-color:rgba(0,0,0,0.5);
    padding:20px;
    border-radius:20px;
}
.nuova-opel-corsa-e a{
    color:#fff;
}
.nuova-opel-corsa-e .container{
    height:80vh;
}
.nuova-opel-corsa-e .row{
    height:80vh;
    position:relative;
}
.nuova-opel-astra-hybrid{
    background-image:url(/images/Nuova-Opel-Astra-Hybrid.jpg);
    background-position:bottom center;
    background-size:cover;
    background-repeat:no-repeat;
    min-height:750px;
    color:black;
}
.nuovo-opel-zafira-life-e h2{
    position:absolute;
    font-size:48px;
    left:50px;
    top:50px;
}
.hero-top .tit2{
    font-size:0.7em;
    line-height:1.2;
    margin-top:12px;
}
.crossland-x{
    background-image:url(/images/crossland-x.jpg);
    background-position:bottom center;
    background-size:cover;
    background-repeat:no-repeat;
    min-height:750px;
}
.nuovo-opel-crossland{
    background-image:url(/images/nuovo-opel-crossland.jpg);
    background-position:bottom center;
    background-size:cover;
    background-repeat:no-repeat;
    min-height:750px;
}
.nuovo-opel-grandland{
    background-image:url(/images/nuovo-opel-grandland.jpg);
    background-position:bottom center;
    background-size:cover;
    background-repeat:no-repeat;
    min-height:500px;
}
.nuovo-opel-crossland-h{
    background-image:url(/images/nuovo-opel-crossland-h.jpg);
    background-position:bottom center;
    background-size:cover;
    background-repeat:no-repeat;
    min-height:750px;
}
.nuovo-opel-grandland-h{
    background-image:url(/images/nuovo-opel-grandland-h.jpg);
    background-position:bottom center;
    background-size:cover;
    background-repeat:no-repeat;
    min-height:500px;
}
.nuovo-opel-zafira-life-h{
    background-image:url(/images/nuovo-opel-zafira-life-h.jpg);
    background-position:bottom center;
    background-size:cover;
    background-repeat:no-repeat;
    min-height:750px;
}
.nuova-opel-corsa-e h2, .crossland-x h2{
    scolor:#000;
    font-weight:bold;
    font-size:2.5rem;
}
.nuovo-opel-grandland h2{
    color:#fff;
    font-weight:bold;
    font-size:2.5rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color=#000000)";/*IE 8*/
    text-shadow: 0 0 4px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.container-lg{
    max-width:100%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.sidebar{
    font-size:18px;
    padding-top:50px;
    padding-bottom:70px;
    background-color:white;
    color:black;
}
.bbar{
    font-size:16px;
    padding-top:20px;
    padding-bottom:20px;
    background-color:white;
    color:black;
    text-align:center;
}
.no-padding{
    padding:0;
}
.best-buy-car{
    margin-top:20px;
    max-width:60%;
}
.consumi-emissioni{
    font-size:14px;    
}
footer{
    background-color:black;
}
footer .logo{
    max-width:250px;
    width:60%;
}
footer .logo-free2move-rezzonico{
    max-width:400px;
    width:80%;
}
.free2move footer{
    background-color:white;
    color:#000;
}
.free2move footer a{
    color:black;
}
label.error{
    color:#cc0000;    
}
.modal{
    color:#000000;
    font-size:16px;
}
.modal a{
    color:black;
}
.richiesta-inviata .text-slide{
    margin-top:0;
}
.richiesta-inviata .box-white{
    font-size:16px;
}
.contatti a{
    display:inline-block;
    cursor:pointer;
}
.w_chiamaci .tel,.w_dove-siamo .indirizzo{
    font-size:22px;
    color:black;
}
.grecaptcha-badge{
    display:none!important;
}
.social{
    font-size:30px;
}
.stit{
    font-size:20px;
    line-height:28px;
}
.text-slide h1.rid{
    font-size:30px;
    line-height:34px;
}
.offerte h1{
    font-size:28px;
}
.offerte h2{
    font-size:20px;
}
.veicolicommerciali{
    margin:auto;
}
.veicolicommerciali .btn{
    margin-top:10px;
}
.veicolicommerciali img{
    width:100%;
}
.veicolicommerciali h1{
    font-size:25px;
}
.veicolicommerciali h2{
    font-size:18px;
}
.owl-dots{
    text-align:center;
}
.overlay-contatti{
    background-color:rgba(0, 0, 0, 0.5);   
}
.offerteopel-contatti{
    background-image:url(/images/bg-contatti.jpg);
    background-size:cover;
    background-position:center;
    background-color:rgba(0, 0, 0, 0.5);
}
.veicolicommerciali-contatti{
    background-image:url(/images/veicolicommerciali/bg-contatti.jpg);
    background-size:cover;
    background-position:center;
}
.nuovoopelmokka-contatti{
    background-image:url(/images/bg-contatti-nuovoopelmokka.jpg);
    background-size:cover;
    background-position:center;
}
.nuovaopelastra-contatti{
    background-image:url(/images/bg-contatti-nuovaopelastra.jpg);
    background-size:cover;
    background-position:center;
}
.cont_noleggio .small,.cont_offerte .small{
    font-size:12px;
}
.tc-form-widget-rent .date-selector>.time-selector{
    padding-top:6px;
}
.tc-form-widget-rent{
    border-radius:10px;
}
a.note-legali{
    font-size:12px;
    color:black;
}
.w-note-legali{
    display:none;
    font-size:14px;
    max-width:800px;
    color:black;
}
.veicolicommerciali-e img{
    width:100%;
}
.free2move .content{
    background-color:#ffffff;
    padding-top:50px;
    padding-bottom:50px;
    color:#573781;
    font-size:18px;
}
.free2move .content h1{
    font-size:30px;
    font-weight:bold;
}
.free2move .content h2{
    font-size:24px;
    font-weight:bold;
}
.free2move .content.grad{
    padding-top:50px;
    padding-bottom:50px;
    color:white;
    font-size:20px;
    font-weight:600;
}
.free2move .content .ico {
    font-size:60px;
    margin-bottom:10px;
}
.logo-rent{
    margin-bottom:20px;
    width:182px;
}
.free2move .c_info{
    background-color:#f6f5ed;
    border-bottom:1px solid #dee2e6!important;
}
.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,.rwd-video object,.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.w-note-legali a{
	color:black;
}
.asterisco{
    font-size:12px;
    line-height:18px;
    margin-top:10px;
}
.hero-top .note-legali{
    color:white;
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Per mantenere le proporzioni del video */
    z-index: -1; /* Posiziona il video dietro il contenuto */
}