/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-dic-2018, 12:37:29
    Author     : Antonio
*/
body { color: rgb(0,0,0)}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}
#frmReservas label {
    font-weight: bold;
}
/** OPTIMIZACION DEL MENU NAV **/
.probootstrap_navbar {
    background: rgba(0, 0, 0, 0.8);
background: #e52d27;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #b31217, #e52d27);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #b31217, #e52d27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.probootstrap_navbar.scrolled {
    background: rgba(0, 0, 0, 0.8);
background: #e52d27;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #b31217, #e52d27);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #b31217, #e52d27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
}
.scrolled.navbar-dark .navbar-nav .show > .nav-link, 
.scrolled.navbar-dark .navbar-nav .active > .nav-link, 
.scrolled.navbar-dark .navbar-nav .nav-link.show, 
.scrolled.navbar-dark .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, 0.5);
}
.scrolled.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 1);
}
.scrolled.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75);
}
#probootstrap-navbar .dropdown-toggle::after {
    color: white;
}
/** .probootstrap_navbar.scrolled .navbar-brand img { ** Original, cuando el fondo era transparente */
.probootstrap_navbar .navbar-brand img {
    max-width: 90px;
}
.probootstrap_navbar {
    z-index: 10000;
}
/** END MENU **/

/** PRENAV **/
.prenav {
    color: white;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 100%;
}
/** END PRENAV **/

/** LANG flags **/
@media (max-width: 768px) {
    .globe-lang {text-align: right; width: 100%;}
    .globe-lang .btn {padding: 0 10px;}
    .globe-lang .dropdown-menu {}
}
.globe-lang .fa-globe {
    float: right;
    margin-left: 15px;
}
.globe-lang .dropdown-menu {
    left: auto; 
    right: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.flag {
    background-position-y: bottom;
    background-repeat: no-repeat;
    border: 1px solid rgba(255,255,255,.5);
    display: inline-block;
    margin-right: 5px;
    padding: 6px 10px;
}
.flag.es { background-image: url(/places/assets/images/flags/es.gif) }
.flag.en { background-image: url(/places/assets/images/flags/uk.gif) }
.flag.de { background-image: url(/places/assets/images/flags/de.gif) }
.flag.it { background-image: url(/places/assets/images/flags/it.gif) }
.flag.fr { background-image: url(/places/assets/images/flags/fr.gif) }
/** End flags **/ 

/** Session Info **/
.session-info {
    bottom: 0;
    color: white;
    font-size: 0.8rem;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    text-align: right;
}
.session-info img {
    max-height: 1.5rem;
    margin: 0 5px;
}
/** End Session Info **/

/** World Wide Banner **/
#ww-banner .btn-primary {
    background: none;
    border: 1px solid white;
}
#ww-banner .btn-primary:hover {
    background: rgba(128,0,0,.15);
    border-color: tomato;
}
/** End World Wide Banner **/

.no-darkness.form-control[readonly] {
    background-color: #fff;
}

.no-darkness.form-control[disabled] {
    background-color: #e9ecef;
}

@media (min-width: 500px ){
    .select-date { padding-right: 0px; font-size: 12px; }
    .select-clock { padding-left: 0; font-size: 12px; }
}
.original-text { text-transform: none !important; }
.select-clock input { padding: 0.5rem 0.46rem }

.probootstrap-form label {
   font-size: .8rem !important;
}
.probootstrap-form input, .select2-selection__rendered, .select2-results__option {
   font-size: .8rem !important;
    color: #444;
}
.ui-timepicker-wrapper {
    width:16.5em;
}
.ui-timepicker-list li {
    color: #00CA4C;
    display: inline-block;
    padding: 3px;
    text-align: center;
    width: 25%;
}
.ui-timepicker-list li.ui-timepicker-disabled, .ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    color: #ccc;
    text-decoration: line-through;
}
.probootstrap_section {
    padding: 2em 0;
}

.heading.mb-2.display-4 {
	font-size: 3rem;
}

.section-icon, .step-icon {
    color: white; /* #00CA4C; */
    font-size: 6em;
    margin: 0;
    padding: 1.5rem 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.section-icon, .probootstrap-thumbnail .step-icon {
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    display: block;
    bottom: 0;
    z-index: 2;
}
.section-icon:hover, .probootstrap-thumbnail:hover .step-icon {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    bottom: 20px;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}
.section-icon, .step-icon {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#990000+0,ff6347+100 */
    background: #990000; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjYzNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #990000 0%, #ff6347 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #990000 0%,#ff6347 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #990000 0%,#ff6347 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#ff6347',GradientType=0 ); /* IE6-8 */ 
background: #e52d27;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #b31217, #e52d27);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #b31217, #e52d27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 100%;
    /* border: 0px solid red; */
    border-width: 0px 0 2px;
    box-shadow: 0px -10px 15px silver;
    margin: 3rem auto;
    padding: 3rem 0;
    width: 2em;
}
.step-icon { font-size: 4em; padding: 2rem 0 }
.step-id {
    text-align: center;
}
.step-id {  /*} > span {*/
    display: inline-block;
    width: auto;
    text-align: center;
    background-color: #00CA4C;
    color: white;
    border: 0px solid red;
    padding: .4% 4%;
    border-radius: 50%;
    /*font-size: 0.7rem;*/
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    margin-right: 1rem;
    float: left;
}
@media (min-width: 1024px) {
    .step-id {
        font-size: 0.7rem;
        padding: 0% 4%;
    }
}
.ul.spt, .ventajas { padding: 0 15px; }
.ul.spt li { 
    list-style: none;
    margin-left: 0;
    text-align: left;
    text-indent: -2.8rem;
}
.ventajas > *, .spt > * {
    display: inline-block;
    font-size: 1.2rem;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.spt > * {
    display: block;
    text-align: left;
    text-indent: -35px;
}
.ventajas > *:hover, .spt > *:hover {
    color: black;
    font-size: 1.4rem;
}
.ventajas > *:hover::before, .spt > *:hover::before {
    color: #00CA4C;
    font-size: 1.4rem;
}
.ul.spt li::before { 
    /* content: "\e66c"; */
    content: "\f3ed";
    color: red;
    /* font-family: "pe-icon-7-stroke"; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 15px;
    
}
.ventajas > *::before, .spt > *::before {
    content:"·";
    color: red;
    font-weight: 900;
    padding: 15px;
}
@media (min-width: 800px) {
    /*ul.spt { width: 50%; margin: auto;}*/
    .ventajas { width: 80%; margin: auto;}
}

#section-oficinas .card.map { margin-bottom: 15px; width: 75%; }
#section-oficinas .card.map .card-header { background-color: #C41B1C; }
#section-oficinas .card.map .card-body img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-filter: drop-shadow(5px 5px 5px #222222);
    filter: drop-shadow(5px 5px 5px #222222);
}
#section-oficinas .card.map .card-body img:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);   
}
@media( min-width: 768px ) {
    #section-oficinas .card.map { width: 16%; }
}

/** LOADER **/
.loader {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    display: none;
}
.loader-info {
    background:#fff;
    border: 3px solid red;
    /* width:35%; */
    /* height:270px; */
    padding: 60px 15px;
    z-index:20;
    position:absolute;
    margin:-100px auto 0;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    -webkit-box-shadow:5px 5px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow:5px 5px 5px 1px rgba(0,0,0,0.75);
    box-shadow:5px 5px 5px 1px rgba(0,0,0,0.75)
}
@media (max-width:768px){
    .loader-info{background:#fff;width:90%;height:230px;padding:15px;z-index:20;position:absolute;margin:0 auto;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-box-shadow:5px 5px 5px 1px rgba(0,0,0,0.75);-moz-box-shadow:5px 5px 5px 1px rgba(0,0,0,0.75);box-shadow:5px 5px 5px 1px rgba(0,0,0,0.75)}
    .loader-info .loader-logo img{max-width:100%}
    .caracteristicas .caracteristica span{padding:10px 8px;}
    #cars-available{padding:0}
    #dFechaRecogida, #dFechaDevolucion,#dHoraRecogida, #dHoraDevolucion,#bloqueReservas{padding:0}
    .precios{margin-top:10px}
    .precios #reservas-form{margin-bottom:10px}
    .descripcion .gps{margin-top:50px;z-index:10}
    .left-sidebar, #booking-sidebar{padding:0;}
    #botonReservas{margin-bottom:20px;padding:0 25px}
}
.loader-info img { margin-top:10px; max-width:100%}
.loader-info h3{text-align:center}
.loader-info .center{display:block;margin:30px auto auto;}
.loader-info .center .no-text{display:block;margin:65px auto auto}
/** END LOADER **/

/** COOKIE CONSENT **/
#cookieBanner {
    background-color: #555;
    border: 1px solid #dadada;
    bottom: 0;
    display: none;
    font-size: smaller;
    left: 0;
    padding: 15px;
    position: fixed;
    right: 0;
    z-index: 10000;
}

#cookieBannerClose {
    float: right;
    font-weight: bold;
    padding: 0px;
}

#cookieBannerActions {
    text-align: center;
    padding-top: 4px;
}
#cookieBanner a {
    color: tomato;
}
/** END COOKIE CONSENT **/

/** FOOTER **/
@media (max-width: 480px) {
    footer .logo {
        text-align: center;
        display: inline-block;
        padding: 15px;
    }
    footer .logo img { max-width: 50%; }
    footer .listas { padding: 15px; text-align: center; }
}
/** END FOOTER **/

/** Miscelánea **/
.text-green { color: #00CA4C; }
.text-red { color: #C41B1C; }
.btn, .cursor-pointer { cursor: pointer; }

.reservar #reservar-oferta .row::nth-child(odd) { background: red; }

/** Animación coche **/
.car-right {
  /* position: absolute; */
  right: 0;
  /* top: 50%; */
  max-width: 100%;
  overflow: hidden;
  padding: 15px;
  /* height: 550px; */
  /*	margin-top: -225px;*/
}
.car-right img {
  /*.translate3d(-50%, 0); */
  /* max-width: initial !important; */
  position: relative;
  transform: translate3d(845px, 0px, 0px);
  -webkit-filter: drop-shadow(5px 5px 5px #222222);
  filter: drop-shadow(5px 5px 5px #222222);
}
.car-right img.slideleft {
  animation: slideleft 2s normal forwards ease-out;
}
@media (max-width: 191px) {
  .car-right {
    display: none;
  }
}
@keyframes slideleft {
  from {
    transform: translate3d(845px, 0px, 0px);
  }
  to {
    transform: translate3d(0px, 0px, 0px);
  }
}

/** RESERVAS **/
body.reservar {
    /*font-size: .7rem;*/
}
body.reservar #resume {
    font-size: 12px;
    position: sticky; top:120px;
    text-align: left;
}
body.reservar #resume p { margin: .25rem }
.car-properties span { font-size: 1rem }
.car-properties .icon span::before { color: #C41B1C }

#banner-spt #img-container {
    background: url(/images/boy_spt.jpg) no-repeat bottom;
    background-size: cover;
    min-height: 270px;
    padding: 15px;
}
#banner-spt .banner-content {
    background-color: rgba(255,255,255,.35);
    border-radius: 5px;
}
.linea-detalle {
    white-space: nowrap;
    overflow: hidden;
}
.currency {
    background-color: #fff;
    top: 0;
    right: 0;
}
.currency:after {
    content: ' €';
}

.office-optgroup { 
    background-color: #f1f1f1;
    font-weight: bold;
}
.office-option { }
.office-option:before {
    content: "\f1ad";
    font-family: "Font Awesome 5 Free";
    margin-right: 16px;
}
.office-option.airport:before {
    content: "\e6a5";
    font-family: 'Pe-icon-7-filled';
}

.office-option.world:before {
    content: "\e6d0";
    font-family: 'Pe-icon-7-filled';
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float:right;
}

/* Hide default HTML checkbox */
.switch input {/*display:none;*/ margin-left: 40px; z-index: -10;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked + .slider {
  background-color: #444;
}
input.primary:checked + .slider {
  background-color: #2196F3;
}
input.success:checked + .slider {
  background-color: #00CA4C !important; /*#8bc34a;*/
}
input.info:checked + .slider {
  background-color: #3de0f5;
}
input.warning:checked + .slider {
  background-color: #FFC107;
}
input.danger:checked + .slider {
  background-color: #f44336;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* RESERVAR */
/* Steps */

.steps li {
    border-bottom: 1px solid silver;
    color: silver;
    font-size: 3rem;
    margin-bottom: 30px;
    width: 100px;
}
.steps li.active {
    border-bottom: 1px solid #C41B1C;
    color: #C41B1C
}
/* CAR List Prices */
#reservar-oferta .car-image {
    transform: scale(1.2);
}
.badge.modelo-garantizado {
	background-color: #5cb85c;
	font-weight: normal;
	line-height: 1.5;
	margin-left: 5px;
}
/* FORMS */
.has-error .form-control {
	border-color: #d9534f;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/** OFICINAS **/
#menu-oficinas .nav-tabs { border: 0; }
#menu-oficinas .nav-item { display: block; width: 100%; }
#menu-oficinas .nav-link { padding: 0; }
#menu-oficinas .nav-link.active { border: 0; }

/** BANNER PROPERTY **/
.property-box {
    overflow: hidden;
    padding: 15px;
}
.banner-property {
    width: 180px;
    height: 160px;
    border: 1px solid silver;
    padding: 15px 15px;
    margin: 15px;
    position: relative;
    float: left;
}
.banners .banner-property {
    float: none;
    margin: 15px auto;
}
.banner-property > p {
    font-weight: bold !important;
    margin: 0;
}
.icon-property {
    position: absolute;
    bottom: 0;
    right: 10px;
}
.icon-property img {
    max-height: 64px;
}
