body, button, input, label, select, textarea {
    font-family: 'Open-sans', sans-serif !important;
}

.bodyreserva{
    /*width: 100%;*/
    max-width: 1300px !important;
    background: rgba(255,255,255,0.95);
    height: 100%;
    padding: 20px 10px;
    border-radius: 10px;
    /*box-shadow: 10px 5px 5px rgba(0,0,0,0.5);*/
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.bodyreserva2{
    /*width: 100%;*/
    max-width: 1300px !important;
    background: #fff;
    height: 100%;
    padding: 20px 5px;
}

#w2rForm{
    padding:0;
}

.row{
    margin: 0;
}

.modulo{
    padding: 0;
    text-align:left;
}

.form-control {
    width: 100%;
    border-radius: 0;
    padding: 6px 12px !important;
    font-size: 14px!important;
    background: #fff !important;
    color: #000 !important;
}

.form-control textarea{
    background: #fff !important;
    color: #000 !important;
}


input[type="date"].form-control, input[type="time"].form-control{
    line-height:20px;
}

/************************************************/
/*** CAIXA DE DIALOGO */

.ui-widget-overlay{
    background:#000 url(../img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x !important;
    opacity:0.5 !important;
}

.ui-dialog{
    background: #fff;
    border-radius: 10px;
    margin:auto 15px;
}

.ui-dialog p{
    color:#009cb6 !important;
}

.ui-dialog .ui-dialog-titlebar-close{
    background: #E30613;
    border:none;
    border-radius:5px;
    line-height:5px;
}

.ui-dialog .ui-dialog-titlebar-close::before{
    content:'x';
    color:#fff !important;
    line-height: 16px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-dialog-buttonpane button{
    border:none;
    border-radius:5px;
    font-weight:500;
    text-transform:uppercase;
    padding: 6px 20px;
}

.ui-dialog .ui-dialog-buttonpane button:first-child{
    
    background: #009cb6;
}

.ui-dialog .ui-dialog-buttonpane button:last-child{
    
    background: #e5a609;
    color: #ffffff;
}


/************************************************/

i{
    color:#f6b511;
}

.modulo .col-md-12{
    margin-bottom: 9.4px;
}

.modulo .icon-modulo{
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
    border:1px solid #bbb;
    z-index:0;
}

.modulo label{
    color: #E30613;
    text-align:left;
}

.modulo .icon-modulo .form-control{
    border:none;
}

.icon-modulo2{
    z-index:0;
}

.modulo select, .modulo input, .icon-modulo2 select, .icon-modulo2 input {
    background-color:transparent !important;
    color:#E30613;
    cursor:pointer;
    z-index:0;
}

.home .location{
    padding-bottom:10px;
}

.icon-modulo span{
    position: absolute;
    top: 1px;
    right: 4px;
    background-color: transparent;
    color: #009cb6;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    font-size: 14px;
    cursor: pointer;
    z-index: -1;
}

.icon-modulo span img{
    height: 20px;
    top: 3px;
    position: relative;
}

.icon-modulo2 span{
    position: absolute;
    top: 1px;
    right: 17px;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    font-size: 14px;
    cursor: pointer;
    z-index: -1;
}

.icon-modulo2 span img{
    height: 20px;
    top: 3px;
    position: relative;
}


.button_next{
    text-align: center;
    margin-top:15px;
}

.home .button_next .btn{
    border-radius:0;
}


.w2r_header {
    background: #E30613;
    line-height: 1 !important;
    padding: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.w2r_header h4{
    font-weight: 600;
    color:#fff;
}

.w2r_header_home {
    background: #F7F7F7;
    line-height: 1 !important;
    padding: 30px;
    color: #E30613;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-top: 50px;
}

.w2r_main_home{
    min-height: 220px ;
    background: #f7f7f7; /*rgba(0,0,0,0.7);*/
    border-radius: 0px 0px 3px 3px;
    margin-bottom: 50px;
    color:#E30613;}

.w2r_main {
    min-height: 220px ;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #fff; /*rgba(0,0,0,0.7);*/
    border-radius: 0px 0px 3px 3px;
    margin-bottom: 50px;
    color:#009cb6;
    font-weight: 500;
}

.w2r_main a {
    text-decoration: none;
    color: #c6c6c6;
}

.w2r_main h4, .w2r_main h5, .w2r_main_data h4, .w2r_main_data h5{
    color:#009cb6 !important;
}

.w2r_main h4{
    font-size: 18px;
}


.w2r_main h5{
    font-size: 16px;
}

.w2r_main_nav {
    padding-left: 0px !important;
    padding-right: 0px;
    background-color: #FFF;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.w2r_main_nav div{
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;    
    font-size: 14px;
    color: #fff;
    width: 24.6%;
}


.w2r_main_nav a {
	padding-left: 10px;
	padding-right: 10px;
}

.w2r_main_nav .selected{
    background: #009cb6;
    /*border-bottom: 2px solid #fff;*/
}

.w2r_main_nav .selected a{
    color: #fff;
    font-weight: bold;
    /*border-bottom: 2px solid #fff;*/
}


.w2r_main_nav a:hover {
    color: #009cb6;
    /*border-bottom: 2px solid #F29200;*/
}

.sep {
    height: 1px;
    border-top: 1px solid #ddd;
}

.w2r_main_data {
    padding-left: 0px;
    padding-right: 0px;
}

.btn-primary {
    background: #f6b511 !important;
    border-color: #f6b511 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px!important;
    color:#fff !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
}

.w2r_main_data select{
	margin-bottom:10px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.home select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.btn-primary:hover {
    background: #e5a609 !important;
    border-color: #e5a609 !important;
}

.w2r_mh_red {
    margin: 15px 0 10px 0;
    color: #be3939;
}


.form-extras img {
    display: block;
    margin: 0 auto;
    max-width: 175px;
}

.form-vehicles1-img{
    padding-top: 15px;
}

.form-extras p{
    color:#009cb6 !important;
}

.w2r-right img, .w2r-left img{
    max-width: 150px;
}

.w2r-right {
    text-align: right;
}
.w2r-left {
    text-align: left;
}
.w2r-center {
    text-align: center;
}
.w2r-right div {
    padding-right: 0px !important;
} 
.w2r-right-left, .w2r-right-left div {
    padding-right: 0px !important;
    padding-left: 0px !important;
	color:#666;
} 
.w2r_details {
    padding-top: 6%;
}
.w2r_details2 {
    padding-top: 6%;
}
/*.w2r_details2 button{
    margin-top: 20% !important;
}*/
.w2r_details3 {
    padding-top: 2%;
}
.w2r_details4 {
    padding-top: 3%;
	padding-bottom: 3%;
}
.w2r_red {
    color: #009cb6;
}

.vehicle_price {
    font-size: 27px;
    color:#009cb6;
    font-weight:bold;
}
.vehicle_brand {
    padding-bottom: 1px;
    font-size: 26px;
    color:#009cb6;
}
.w2r_small {
    font-size: 10px;
}

.w2r_inline, .w2r_inline div {
    display: inline-block;
}

.w2r_inline .features{
    padding-bottom: 10px;
}

.w2r_inline img{
    width: 20px;
}

.w2r_disable, .w2r_disable a, .w2r_disable a:hover   {
    cursor: not-allowed;
    border: 0px;
    color: #c6c6c6;
}

.w2r_disable{
    background: #FFF;
}

.w2r_passed, .w2r_passed a {
    border: 0px;
    color:#555;
}

.w2r_passed{
	color: #555;
    background-color: #f6b511;
    /*border: 1px solid #eeeeee*/
}

.w2r_passed form {
    margin: 0;
}

.w2r_passed a:hover {
    border: 0px;
    color: #555;
    background-color: #f6b511;
   /* border: 1px solid #eeeeee*/
    
}

.w2r-space-right {
    padding-right: 15px;
}

.w2r_main_nav div:first-child{
    border-radius:10px 0 0 0;
}

.div_price{
    padding: 10px;
    text-align:center;
}

.button_price{
    padding-top: 10px;
}

.car_main, .calendar-svg{fill:#333;}
.st1{fill:#0A0909;}

.nospace {
    padding: 0;
    margin: 0;
}

.error{
	
	border-color: #D8000C !important;
    background-color: #FFD2D2 !important;
}

.success{
	
	border-color: #4F8A10 !important;
}

.error-div{
	margin: 10px 0px;
	padding:12px;
	color: #D8000C;
    background-color: #FFD2D2;
    font-size:1.2em;
    vertical-align:middle;
    display: none;
}

.container-for-gmail-android.quantity{
	padding-left:15px;
}

.w2r_field_label{
	color: #009cb6 !important;
}

.w2r_data_field_title{
	color: #009cb6;
	font-weight: bold;
	font-size: 14px;
}

.w2r_data_field_title2{
	color: #E30613;
	font-weight: 500;
	font-size: 14px;
}

.dados_reserva, .dados_reserva_total{
    padding-top:15px;
    padding-bottom:15px;
}

.booking_info{
    padding-left:0;
    padding-right:0;
}

.dados_reserva_total, .extras_total_price{
    border-radius:10px;
    border:1px solid #009cb6;
}

.dados_reserva_total{
    margin-top: 20px;
}

.col-md-7 {
    width:58.333333% !important;
}

.col-xs-5 {
    width: 41.66666667% !important;
}

.extras_total_price{
    border-radius:10px;
    border:1px solid #009cb6;
}


.extras_payment{
    padding-right:20px;
}

@media (max-width:800px){
    .extras_payment{
        padding-right:0px!important;
    }
}

.dados_reserva h5, .dados_reserva_total h5{
    color:#009cb6!important;
    font-size: 16px;
}

.dados_reserva p, .dados_reserva_total p{
    font-size: 14px;
}

.dados_reserva p, .extras_total_price p, .dados_reserva_total p{
    color:#555!important;
    font-weight: 500;
    margin-bottom:5px;
}



.campos{
    padding: 5px 0;
}

.campos{
    background: #fff!important;
    color:#000!important;
}

.circle{
	border-radius: 100%;
	color: #fff;
	font-size: 30px;
	background-color: #555;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 2px;
	padding-bottom: 7px;
}

.w2r_panel_discount{
	margin-left: 32%;
	margin-right: 32%;
	border-color: #E30613 !important;
}

.onoffswitch {
    position: relative; width: 99px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 27px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
    font-size: 16px; color: white; font-family: 'Open-sans',Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-switch {
    display: block; width: 18px; margin: 3px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 71px;
    border: 2px solid #999999; border-radius: 27px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


@media (max-width: 767px){
    
    .w2r_main_nav div{
        width: 49%;
    }

    .w2r_main_nav div:first-child{
        border-radius:10px 0 0 0;
    }

}


#w2rForm_extras .fa-3x{
    font-size:2em;
}

.change{
    border:2px solid #009cb6;
    padding: 6px 16px;
    border-radius:4px;
    line-height:1.42857143;
    vertical-align:middle;
    background:#009cb6;
    text-transform:uppercase;
    color: #fff !important;
    font-size:14px;
    font-weight:normal;
}

.change:hover{
     background:#555;
     border:2px solid #555;
}



.vehicle_type {
    color: #555;
    font-size:14px;
}

.vehicles_fleet{
    display: inline-block;
    width: 24.2%;
    height: 380px;
    border: 1px solid #C7C7C7;
    margin: 2px;
    padding: 20px;
    text-align: center;
    background:#fff;
}

.fleet_car_image img{
    max-height:110px;
    margin:auto;
}


/*.vehicles_fleet img{
    max-width:100%;
}*/

.vehicle_fleet_price{
    padding-top:10%;
}

#vehicles_toggle{
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:20px;
}

.vehicles_toggle_btn{
    -webkit-box-shadow: 0 0.2rem 0.4rem rgb(0 0 0 / 15%) !important;
    -moz-box-shadow: 0 0.2rem 0.4rem rgb(0 0 0 / 15%) !important;
    box-shadow: 0 0.2rem 0.4rem rgb(0 0 0 / 15%) !important;
    padding:10px 20px;
    border-radius:0.25rem;
    background: #f6b511;
    color: #fff;
    border:none;
}

.vehicles_toggle_btn:hover{
    background: #e5a609;
}

.features_text{
    color:#009cb6;
    font-size:14px;
}

.features_text a:hover{
    color:#E30613;
}


.icons{
    font-size:20px;
}

.panel{
    background-color: #fff;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0px 8px rgba(0,0,0,0.1);
}


.panel-primary{
    border-color: #E30613;
}

.vehicle_grid{
    display: flex;
    flex-wrap: wrap;
}

.vehicle_grid .vehicle_single{
    width: 100%;
    height: auto;
    padding: 0 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.vehicle_single .form-vehicles1{
    height: 100%;
    width: 100%;
    /*border: 1px solid #ececec;*/
    border-radius: 10px;
    box-shadow:0 0px 8px #110e0e21;
}

/*.vehicle_single .form-vehicles1:hover{
    transform: scale(1);
    z-index: 1000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}*/

.vehicle_grid .insurance_single{
    width: 33%;
    height: auto;
    padding: 0 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align:center;
}


.insurance_single .form-vehicles{
    height: 100%;
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 5px;
    box-shadow:0 1px 1px rgba(0,0,0,.05);
    cursor:pointer;
}

.insurance_single .form-vehicles:hover{
    transform: scale(1);
    z-index: 1000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    top: 20px;
}

.vehicle_grid .insurance_single:last-child {
    margin-bottom: 15px;
}

.insurance_single .insurance_obs ul, .insurance_obs ul{
    list-style-type: none !important;
    padding-bottom:0;
    margin-left:5px;
}

.insurance_single .insurance_obs ul li:before, .insurance_obs ul li:before{
    text-indent:20px !important;
    content: '- ';
    font-weight: 900;
    font-size: 14px;
    padding-right: 5px;
    color: #009cb6;
    vertical-align: 3px;
    
}

.insurance_obs ul li:empty{
    content: '';
}

.vehicle_grid .extras_single{
    width: 33.33%;
    height: auto;
    padding: 0 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.extras_single .form-vehicles{
    height: 100%;
    width: 100%;
    border:1px solid #ececec;
    border-radius: 5px;
     /*box-shadow:none;*/
    box-shadow:0 1px 1px rgba(0,0,0,.05);
}

/*.extras_single .form-vehicles:hover{
    transform: scale(1);
    z-index: 1000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    top: 20px;
}*/



.vehicle_grid .insurance_single p{
    color: #555!important;
}

.w2r_main_nav a:hover {
    color: #555;
    /* border-bottom: 2px solid #F29200; */
}

.extra_price p, .extras_fee p{
        color:#555 !important;
        font-weight: 500;
    }
    
.extras_fee{
    
}
    
    
.extra_description p, .extra_final_price p{
     color: #009cb6!important;
     font-weight: bold;
}  

.extra_price, .extra_final_price, .extra_description{
    padding-left:0 !important;
    padding-right:0 !important;
}

.vehicle_grid .extras_single:last-child{
    margin-bottom:15px;
}

.fade {
    opacity:1;
}

.col-xs-6{
    width:50% !important;
}

.insurance_details1{
    min-height:30px;
    line-height:16px;
}
.insurance_details2{
    min-height:30px;
    line-height:16px;
}
.insurance_details3{
    min-height:30px;
    line-height:16px;
}
.insurance_details4{
    min-height:50px;
    line-height:16px;
}

.w3-modal {
    padding-top: 15% !important;
    z-index: 9999!important;
    padding-bottom: 15%;
}

.insurance-modal {
    text-align: center;
}

.insurance-modal ul{
    list-style-type: none;
    padding: 10px 0 0px 10px;
    line-height: 26px;

}

.insurance-modal p{
    color:#009cb6 !important;
}

.modal-header .modal-title h5{	
	color:#E30613 !important; 
}

 
    .booking_data_txt{
        font-size:14px !important;
    }


#paypal, #redsys, #redunicre{
    padding:12px 10px;
    margin: 10px 10px;
    width:100%;
    height:80px;
}


.nice-number{
        width: 135px;
        height: 37px;
        margin: auto;
    }
    
    
    
#exampleModalCenter{
    width:70%;
    height:80%;
}

.paypal-info img{
    width:100%;
}
    
/*******************************************************/

    .cnpBillingCheckoutWrapper {position:relative;}
    .cnpBillingCheckoutHeader {width:100%;border-bottom: 1px solid #c0c0c0;margin-bottom:10px;}
    .cnpBillingCheckoutLeft {width:240px;margin-left: 5px;margin-bottom: 10px;border: 1px solid #c0c0c0;display:inline-block;vertical-align: top;padding:10px;}
    .cnpBillingCheckoutRight {width:50%;margin-left: 5px;border: 1px solid #c0c0c0;display:inline-block;vertical-align: top;padding:10px;}
    .cnpBillingCheckoutOrange {font-size:110%;color: rgb(255, 60, 22);font-weight:bold;}
    div.wpwl-wrapper, div.wpwl-label, div.wpwl-sup-wrapper { width: 100%;color:#009cb6 !important;}
    div.wpwl-group-expiry, div.wpwl-group-brand { width: 48%; float:left; font-weight:500;}
    div.wpwl-group-cvv { width: 48%; float:left; margin-left:4% ; font-weight:500;}
    div.wpwl-group-cardHolder, div.wpwl-sup-wrapper-street1, div.wpwl-group-expiry { clear:both; }
    div.wpwl-sup-wrapper-street1 { padding-top: 1px; }
    div.wpwl-wrapper-brand { width: auto ;}
    div.wpwl-sup-wrapper-state, div.wpwl-sup-wrapper-city { width:32%;float:left;margin-right:2%; }
    div.wpwl-sup-wrapper-postcode { width:32%;float:left; }
    div.wpwl-sup-wrapper-country { width: 66%; }
    div.wpwl-wrapper-brand, div.wpwl-label-brand, div.wpwl-brand { display: none;}
    div.wpwl-group-cardNumber { width:60%; float:left; font-size: 16px; font-weight:500;  }
    div.wpwl-group-brand { width:35%; float:right; margin-top:28px; }
    div.wpwl-brand-card  { width: 65px; }
    /*div.wpwl-brand-custom  { margin: 0px 5px; background-image: url("http://sites.w4msolutions.com/oceancamper/wp-content/plugins/way2rentals/frontend/img/brand.png"); }*/
    
    
    
 .wpwl-wrapper-cardHolder .wpwl-control-givenName, .wpwl-wrapper-cardHolder .wpwl-control-surName, .wpwl-control-expiry, .wpwl-control-cardHolder{
    background-color:#fff !important;
}

.wpwl-control-expiry{
    padding:4px 4px !important;
}
.wpwl-control{
    border-color:#009cb6 !important;
}

.btn-outline-secondary:hover{
    color: #E30613 !important;
}

.wpwl-button-pay{
    color: #fff !important;
    background: #f6b511 !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    padding:6px 20px !important;
}


.wpwl-form {
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #009cb6;
}

.wpwl-group-submit, .wpwl-wrapper-submit{
    height:20px;
}

div.wpwl-icon .ui-icon{
    background:url(../img/ui-icons_444444_256x240.png) -48px -143px !important;
}

/***************************************************/


@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}


@media screen and (max-width: 1200px){
.vehicles_fleet {
    width: 33%;
}
}

@media (max-width: 981px){
    
    .vehicle_grid .grid_single{
    	width: 47.3333%;
	}
	
	.vehicle_grid .insurance_single{
   		width: 47.3333%;
    
	}
	
	.vehicle_grid .extras_single
	{
   		width: 47.3333%;
    
	}

}

@media screen and (max-width: 919px){
.vehicles_fleet {
    width: 46%;
}

}

@media screen and (max-width: 643px){
.vehicles_fleet {
    width: 95%;
}
}

@media (max-width: 800px){
    .extras_single .form-vehicles .col-md-6{
    max-width:100% !important;
}

}


@media (max-width: 767px){
    
    
    .form-extras{
        text-align:center;
    }

    
    .vehicle_grid .grid_single{
        width: 100%;
        padding:0;
    }
	
	.vehicle_grid .insurance_single{
    	width: 100%;
    	padding:0;
	}
	
	.vehicle_grid .extras_single{
    	width: 100%;
    	padding:0;
	}


   
    .extra_price, .extra_description, .extra_final_price{
        text-align:center;
    }
    
    .nice-number{
        width: 135px;
        height: 37px;
        margin: auto;
    }
    
    .extras_total_price{
        margin-top:20px;
    }
    
    .car_description, .car_more_details{
        text-align:center;
    }
    
    .booking_info{
        padding-left:0 !important;
        padding-right:0 !important;
    }
   
    
    .w2r_header h4{
        text-align:center;
        padding-bottom: 10px;
    }
    
    #exampleModalCenter{
        width:90% !important;
    }
    
    div.wpwl-group-expiry, div.wpwl-group-brand, div.wpwl-group-cvv, div.wpwl-group-cardNumber { 
        width: 100%; 
        
    }
    
    div.wpwl-group-cvv{
        margin-left: 0%;
    }
 
    .paypal-info img{
        width:50%;
    }
    
    .paypal-info .paypal_logo{
        text-align:center;
    }
    
    #paypal, #redsys, #redunicre{
        padding:12px 10px;
        margin: 10px;
    }


}

/******************************************************************************************************/

.loader_home {
	display: flex;
	align-items: center;
	justify-content: center;
}


.car__body {
    
    -webkit-animation: linear 1.2s ease-in-out  alternate;
    -moz-animation: linear 1.2s ease-in-out  alternate;
    -ms-animation: linear 1.2s ease-in-out  alternate;
    -o-animation: linear 1.2s ease-in-out  alternate;
    animation: linear 1.2s ease-in-out  alternate;
}

.car__line {
	 transform-origin: center right;
	 stroke-dasharray: 22;
	 -webkit-animation: line 0.8s ease-in-out infinite;
	 -moz-animation:line 0.8s ease-in-out infinite;
	 -ms-animation:line 0.8s ease-in-out infinite;
	 -o-animation:line 0.8s ease-in-out infinite;
	 animation: line 0.8s ease-in-out infinite;
	 animation-fill-mode: both;
}

 .car__line--top {
	 
	 -webkit-animation-delay: 0s;
	 -moz-animation-delay:0s;
	 -ms-animation-delay:0s;
	 -o-animation-delay:0s;
	 animation-delay: 0s;
}

 .car__line--middle {
	 
	 -webkit-animation-delay: 0.2s;
	 -moz-animation-delay:0.2s;
	 -ms-animation-delay:0.2s;
	 -o-animation-delay:0.2s;
	 animation-delay: 0.2s;
}

 .car__line--bottom {
	 
	 -webkit-animation-delay: 0.4s;
	 -moz-animation-delay:0.4s;
	 -ms-animation-delay:0.4s;
	 -o-animation-delay:0.4s;
	 animation-delay: 0.4s;
}




@keyframes shake {
	0% {
		
		-webkit-transform: translateY(-1%);
        -moz-transform: translateY(-1%);
        -ms-transform: translateY(-1%);
        -o-transform: translateY(-1%);
        transform: translateY(-1%);
	}
	100% {
		
		-webkit-transform: translateY(3%);
        -moz-transform: translateY(3%);
        -ms-transform: translateY(3%);
        -o-transform: translateY(3%);
        transform: translateY(3%);
	}
}

@keyframes line {
	0% {
		stroke-dashoffset: 22;
		-webkit-stroke-dashoffset: 22;
        -moz-stroke-dashoffset: 22;
        -ms-stroke-dashoffset: 22;
        -o-stroke-dashoffset: 22;
	}
	
	25% {
		stroke-dashoffset: 22;
		-webkit-stroke-dashoffset: 22;
        -moz-stroke-dashoffset: 22;
        -ms-stroke-dashoffset: 22;
        -o-stroke-dashoffset: 22;
	}
	
	50% {
		stroke-dashoffset: 0;
		-webkit-stroke-dashoffset: 0;
        -moz-stroke-dashoffset: 0;
        -ms-stroke-dashoffset: 0;
        -o-stroke-dashoffset: 0;
	}
	
	51% {
		stroke-dashoffset: 0;
		-webkit-stroke-dashoffset: 0;
        -moz-stroke-dashoffset: 0;
        -ms-stroke-dashoffset: 0;
        -o-stroke-dashoffset: 0;
	}
	
	80% {
		stroke-dashoffset: -22;
		-webkit-stroke-dashoffset: -22;
        -moz-stroke-dashoffset: -22;
        -ms-stroke-dashoffset: -22;
        -o-stroke-dashoffset: -22;
	}
	
	100% {
		stroke-dashoffset: -22;
		-webkit-stroke-dashoffset: -22;
        -moz-stroke-dashoffset: -22;
        -ms-stroke-dashoffset: -22;
        -o-stroke-dashoffset: -22;
	}
}


/*****************************************************************************************************/
/* LOADER */

.loading-w2r {
  position: fixed;
  z-index: 999999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading-w2r:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(0,156,182,.8), rgba(0,156,182, .8));
    background: -webkit-radial-gradient(rgba(0,156,182,.8), rgba(0,156,182,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading-w2r:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading-w2r:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/**********************************************************************************************/
/**** VENDAS *****/

.car-listing-row{
    display:flex;
    flex-flow: row wrap;
}

.secondhand_fleet{
    display:flex;
    flex-direction:column;
    min-width:320px;
    width:30.1%;
    /*height: 380px;*/
    height: auto;
    background:#fff;
    margin-left: 15px;
    margin-right: 15px;
    margin-top:1rem;
    margin-bottom:1.5rem;
    text-align: center;
    box-shadow: 0 0.3rem 0.5rem rgb(0 0 0 / 15%) !important;
    border-radius:0.25rem;
}

.secondhand_fleet .secondhand_header{
    background-color: #009cb6;
    color: #fff;
    padding: 0 0.5rem;
    line-height:2.5rem;
    border-top-left-radius:0.25rem;
    border-top-right-radius:0.25rem;
    display:flex;
    flex-direction:column;
}

.secondhand_fleet .secondhand_header .car-title h4{
    display: inline-block;
    float: left;
    font-size: 1.2rem;
    line-height: 28px;
    margin: 3px 0 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.secondhand_fleet .secondhand_header .car-information .float-left{
    float:left;
}

.secondhand_fleet .secondhand_header .car-information .float-right{
    float:right;
}

.secondhand_fleet .secondhand_image{
    min-height:230px;
    height:230px;
    overflow:hidden;
}
.secondhand_fleet .secondhand_image img {
    width: 100%;
    height: auto;
    transform: translate(0, -8%);
}
.secondhand_fleet .secondhand_body{
    flex: 1 1 auto;
    padding: 0.5rem 0 1rem 0;
}

.secondhand_fleet .secondhand_body .image p{
    text-transform:uppercase;
}

.secondhand_fleet .secondhand_body .secondhand_obs{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.secondhand_fleet .secondhand_body .secondhand_obs .row{
    display:flex;
    flex-direction:row;
    flex-basis: 100%;
    justify-content:space-around;
}

.secondhand_fleet .secondhand_body .secondhand_obs .row .features{
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.secondhand_fleet .secondhand_body .secondhand_obs .sch_description, .sch_description{
    background: rgba(0,156,182,0.05);
    flex-basis: 100%;
    text-align: left;
    padding: 1rem 1.01rem;
    margin-top: 1rem;
}

.secondhand_fleet .secondhand_price{
    padding: 0 1rem;
}

.secondhand_fleet .secondhand_price .price {
    width:100%;
    border-radius: 0.5rem;
    color: #009cb6;
    display: inline-block;
    font-size: 1.4rem;
    margin: 0.3rem auto;
    text-align:right;
}

.secondhand_fleet .secondhand_price .price span{
    line-height:30px;
}

.secondhand_fleet .secondhand_price .price .sale_price{
    text-decoration:line-through;
    color:#555;
    font-size:15px;
}

.secondhand_fleet .secondhand_price .price .final_price{
    color:#009cb6;
    font-size:30px;
    font-weight:700;
}

.secondhand_fleet .secondhand_btn {
    position: relative;
    bottom: -21px;
    text-align: center;
    width:100%;
}


.secondhand_fleet .secondhand_btn .btn-book {
    background-color: #f6b511;
    box-shadow: 0 0.2rem 0.4rem rgb(0 0 0 / 15%) !important;
    color: #fff;
    font-weight: 600;
    font-size:1rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}

.secondhand_fleet .secondhand_btn .btn-book:hover{
    background-color: #e5a609;
}


.secondhand_fleet .secondhand_btn i, .secondhand_btn i{
    color:#fff;
    font-size: 1.2rem;
    margin-right: 1rem;
}

.car_features{
    display:flex;
    width:25%;
    justify-content:flex-start;
    padding:1.3vw 0;
}


@media(max-width:768px){
    .car-listing-row{
        display:flex;
        flex-flow: column;
    }
    
    .secondhand_fleet{
        margin-left:auto;
        margin-right:auto;
    }
    
    .secondhand_fleet{
        min-width:355px;
    }
    
    .car_features{
        display:flex;
        width:50%;
    }
    
    .secondhand_btn{
        margin:20px 0;
    }
}

@media(max-width:400px){
    .secondhand_fleet{
        min-width:340px;
    }
    
}

@media(max-width:320px){
    .secondhand_fleet{
        min-width:290px;
    }
    
}

/*****************************************************/
/* SLIDER */

* {box-sizing: border-box}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */

/* Next & previous buttons */
.secondhand_image_dots .image .prev, .secondhand_image_dots .image .next,.modal-cars .modal-section .slider-controls .next, .modal-cars .modal-section .slider-controls .prev {
  cursor: pointer;
  position: relative;
  bottom: 140px;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.secondhand_image_dots .image .next {
  right: 0;
  border-radius: 3px 0 0 3px;
  float:right;
}
.secondhand_image_dots .image .prev {
  left: 0;
  border-radius: 3px 0 0 3px;
  float:left;
}

/* On hover, add a black background color with a little bit see-through */
.secondhand_image_dots .image .prev:hover, .secondhand_image_dots .image .next:hover, .modal-section .slider-controls .next:hover, .modal-cars .modal-section .slider-controls .prev:hover{
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.secondhand_image_dots .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgba(0,156,182,0.5);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.secondhand_image_dots .active, .secondhand_image_dots .dot:hover {
  background-color: rgba(0,156,182,1);
}

/* Fading animation */
.secondhand_image .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}



    
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .secondhand_image .prev, .secondhand_image .next, .secondhand_image.text {font-size: 11px}
}

@media(max-width:768px){
    .car-listing-row{
        display:flex;
        flex-flow: column;
    }
    
    .secondhand_fleet{
        margin-left:auto;
        margin-right:auto;
    }
}

/* modal and btns in the modal */ 
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.hidden {
    display: none;
}

.modal-cars {
    display: block;
    gap: 0.4rem;
    padding: 1rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left:auto;
    margin-right:auto;
    z-index: 99999!important;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 15px;
    max-width: 100%;
    height: auto;
}
.modal-img-width {
    max-width: 800px;
    width:700px;
    max-height: 700px;
    clear: both;
}
.pointer {
    cursor: pointer;
}
body {
    position: relative;
}
.margin-10 {
    margin:20px;
}
.modal-section {
    text-align: center;
}
.modal-cars .current-vehicle-description{
    display:flex;
    justify-content:space-around;
    padding:20px 0;
}
.modal-cars .current-vehicle-description .features{
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .modal-cars {
        height: auto;
        width: 90%;
    }
    .modal-img-width {
        max-width: 100%;
        max-height: 100%;
        clear: both;
    }
    
    .single_car_features{
        padding:0 0 30px 0px;
    }
    
    .single_car_features .secondhand_btn{
        display:flex;
        justify-content:space-around;
    }
  
}

.adjust-height-controls {
    position: absolute !important;
    bottom: 50% !important;
}
.left {
    left: 15px;
}
.right {
    right: 15px;
}

.my-1 {
    margin-left: 10px;
    margin-right: 10px;
}

.share-btn {
    background-color: #25d366 !important;
    border: 0 !important;
    border-radius: 2px !important;
    box-sizing: border-box !important;
    color: #fff !important;
    cursor: pointer !important;
    
    font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Fira Sans,Ubuntu,Oxygen,Oxygen Sans,Cantarell,Droid Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Lucida Grande,Helvetica,Arial,sans-serif !important;
    font-weight: 600 !important;
    overflow: hidden !important;
    outline-width: 2px !important;
    position: relative !important;
    text-align: center !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    padding: 0 5px !important;

    display: flex;
    align-items: center;
    
}

.dashed-price {    
    text-decoration:line-through;
    color:#555;
    font-size:15px;
}

.final_price-para{
    color:#009cb6;
    font-size:30px;
    font-weight:700;
}

.adjust-height-controls-single {
    position: absolute !important;
    bottom: 50% !important;
}
.left-single {
    transform: translate(40%, 50%);
}
.right-single {
    transform: translate(-40%, 50%);
}

/* single page vehicle*/ 
.align-center-margin {
    margin-left: auto;
    margin-right: auto;
}

.flex-column {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.mt-4 {
    margin-top: 1rem;
}
