/*
    DEMO STYLE
*/

*{
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Varela Round', sans-serif; */
    font-family:  'Montserrat', sans-serif;
}

@font-face {
    font-family: 'RubikLight';
    src: url('../fonts/Rubik-Light.ttf');
}
@font-face {
    font-family: 'RubikRegular';
    src: url('../fonts/Rubik-Regular.ttf');
}
@font-face {
    font-family: 'RubikMedium';
    src: url('../fonts/Rubik-Medium.ttf');
}
@font-face {
    font-family: 'RubikBold';
    src: url('../fonts/Rubik-Bold.ttf');
}
@font-face {
    font-family: 'RubikItalic';
    src: url('../fonts/Rubik-LightItalic.ttf');
}
@font-face {
    font-family: 'Colvetica';
    src: url('../fonts/coolvetica.otf');
}
@font-face {
    font-family: 'Louis';
    src: url('../fonts/Sansation.ttf');
}

@font-face {
    font-family: 'Maxi';
    src: url('../fonts/BP.ttf');
}


/*Declaración de tipografias*/
.font-rubikLight{
    font-family: 'RubikLight';
}
.font-rubikRegular{
    font-family: 'Louis';
}
.font-rubikMedium{
    font-family: 'RubikMedium';
}
.font-rubikBold{
    font-family: 'RubikBold';
}
.font-rubikItalic{
    font-family: 'RubikItalic';
}
.font-colvetica{
    font-family: 'Colvetica';
}
.font-Maxi{
    font-family: 'Maxi';
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/load/loading2.svg') 50% no-repeat rgb(249,249,249);
    opacity: .9;
}
#alert_general{
    position: fixed;
    z-index: 1001;
}
#alert-msg{
    display: none !important;
}
.page-item{
    font-size: 10px !important;
}
.p-xs{
    font-size: 12px !important;
}

.p-extra-small{
    font-size: 9.5px !important;
}
.p-small{
    font-size: 14px !important;
}
.page-link{
    padding: .6em !important;
}
.text-sm{
    font-size: 12px;
}
#circle_status_0{
    width: 10px;
    height: 10px;
    background: #B40404;
    border-radius: 50%;
}
#circle_status_1{
    width: 10px;
    height: 10px;
    background: #04B404;
    border-radius: 50%;
}
.other-month{
    color: #c0c0c0;
}
.bg-after{
    background-color: #f5f5f5;
}



p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
.w-90 {
    width: 90%!important;
}
.w-80 {
    width: 80%!important;
}
#porcentaje{
    font-size: 12px;
}
small{
    font-size: 11px !important;
}
label{
    font-size: 13px !important;
}
input{
    font-size: 11px !important;
    font-family: 'RubikRegular' !important;
}
select{
    font-size: 11px !important;
}
textarea{
    font-size: 12px !important;
}
td{
    font-size: 12px !important;
}
h3{
    color: #495057;
}
.wallet-success{
    color: #00d146 !important;
}
.wallet-dots-success{
    height: 6px;
    width: 6px;
    border-radius: 15px;
    background-color: #00d146;
    margin-left: 3px;
}
.wallet-dots-danger{
    height: 6px;
    width: 6px;
    border-radius: 15px;
    background-color: #ff2e2e;
    margin-left: 3px;
}

/* Notifications */
#btn-anuncio {
  position: fixed;
  z-index: 99;
  font-size: 14px;
  top: 130px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  -webkit-transform: translate(-300px, 0);
  -moz-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  -o-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
}
#btn-anuncio a{
  font-size: 20px;
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 300px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#btn-anuncio a:hover{
  -webkit-transform: translate(120px, 0);
  -moz-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  -o-transform: translate(120px, 0);
  transform: translate(120px, 0);
  background: rgba(255, 255, 255, 0.4);
}
.btn-now-anuncio,
#btn-anuncio a i {
  -webkit-animation: tiembla 2s infinite;
}
#content-totle-notifi{
    border-bottom: 1px solid #e4e4e4;
}
.notify_news {
    -webkit-animation: tiembla 2s infinite;
    font-size: 18px;
}
@-webkit-keyframes tiembla{
    0%  { -webkit-transform:rotateZ(-5deg); }
    50% { -webkit-transform:rotateZ( 0deg) scale(.8); }
    100%{ -webkit-transform:rotateZ( 5deg); }
}
#title-notifi {
    font-size: 17px !important;
    font-weight: 500;
    color: #000;
    
}
#notification-latest a{
    text-decoration: none !important;
    color: #000 !important;
}
#notification-latest a:hover{
    text-decoration: none !important;
    color: #007bff !important;
}
#notification-latest {
color: #555;
position: absolute;
  right: 0px;
  background: #f5f5f5;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
  /* max-width: 250px; */
  text-align: left;
  z-index: 999;
  font-size: 12px;
  max-height: 500px;
  overflow: auto;
}
.notification-item {
    padding-left: .8rem;
    padding-right: .8rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
	border-bottom: #ce2078 2px solid;
	cursor:pointer;
}
.notification-subject {		
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notification-comment {		
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style:italic;
}
.notification-date small{
    font-size: 9.5px !important;
    
}

.card{
    border-radius: .5rem !important;
}
#content_load_notify{
    width: 200px;
}
#load_notify .spinner-grow{
    margin: 1em !important;
    text-align: center;
    font-size: 10px;
    width: 10px;
    height: 10px;
}
#btn_dowload_report .spinner-border,
#btn_dowload_report_a .spinner-border,
#btn_dowload_report_c .spinner-border,
#btn_dowload_report_o .spinner-border,
#btn_login .spinner-border,
#btn_add_file .spinner-border,
#btn_add_balance .spinner-border,
#btn_dowload_report_s .spinner-border{
    width: 1rem !important;
    height: 1rem !important;
}

.spinner-border{
    width: 1rem !important;
    height: 1rem !important;
}
.spinner-grow{
    margin: 1em !important;
    font-size: 10px;
}
.indicator{
    background: #293042 ;
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.05);
    border-radius: 50%;
    display: block;
    height: 20px;
    width: 18px;
    padding: 5px;
    position: absolute;
    top: 5px;
    text-align: center;
    transition: top .1s ease-out;
    font-size: .675rem;
    color: #fff;
}
.nav-item{
    margin-left:.5em !important ;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
option{
    font-size: 12px;
}
.navbar {
    padding: 15px 10px;
    background: #1d1d1d;
    color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgb(68, 68, 68);
    margin: 40px 0;
}
#options-user a,
#options-user a i{
    color:#293042 ;
}
#user-form {
    display:none;
}

.img-thumbnail {
    width: 70px !important;
    max-height: 120px !important;
}
.approved{
    color: #2CAB41;
}

.denied{
    color: red;
}
#sidebarCollapse i{
    font-size: 20px;
}
/*SIDEBAR STYLE*/

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    font-size: 14px;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    /* background: #1d1d1d; */
    background: #282729;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    border-bottom: 1px solid #1f1f1f;
}

#sidebar .sidebar-header > h4{
    text-transform: uppercase;
}

#sidebar ul.components {
    padding: 10px 0;
}

#sidebar ul p {
    /* color: #fff; */
    color: rgb(182, 182, 182);
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    display: block;
    color: #BDBDB7;
    text-decoration: none;
}
#sidebar ul li a i{
    font-size: .8em;
    margin-left: 10px;
    margin-right: 8px;
}

#sidebar ul li a:hover ,
#sidebar ul li a i:hover {
    color: #fff;
}
.login-form label{
    color: #999;
}

#trasladoMenu > li > a:hover {
    color: #fff !important;
}
.current
{
    color: #fff !important;
    font-size: 16px !important;
    background-color: #353535!important;
    border-radius: 6px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    font-size: 15px;
    color: #BDBDBD;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
.separador{
    padding-top: .1em !important;
    padding-bottom: .3em !important;
    border-bottom: 1px solid #dee2e6!important ;
}
h6{
    color: #999;
}
/* CONTENT STYLE */

#content {
    width: calc(100% - 250px);
    padding: 30px 40px 40px 25px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    background-color: #f8f9fa;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

/* NAVBAR */
.welcome{
    text-transform: uppercase;
}

.sidenav {
    height: 100%;
    overflow-x: hidden;
    padding-top: 20px;
    background: url('../img/login/login.jpg') no-repeat center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.btn-login-colaborador{
    background-color: #0b2241 !important;
    color: #fff !important;
}
.btn-login-colaborador:hover{
    background-color: #0b2241 !important;
    color: #fff !important;
    transition: 1s;
}
.title-login-col h2{
    color: #0b2241;
    font-weight: bold;
}

.main {
    padding: 0px 10px;
}

.login-main-text{
    margin-top: 20%;
    padding: 60px;
    color: #fff;
}

.login-main-text h2{
    font-weight: 300;
}
.login-main-text p{
    color: #fff !important;
}
.btn{
    font-size: 12px !important;

}
.btn-black{
    background-color: #293042 !important;
    font-size: 12px !important;
    color: #fff !important;
}
.btn-black:hover{
    background-color: #3a4561 !important;
    font-size: 12px !important;
    color: #fff !important;
    transition: 0.5s;
}
.btn-black.disabled, .btn-black:disabled {
    color: #fff !important;
    background-color: #293042 !important;
}


.btn-outline-black{
    background: transparent !important;
    border-color: #293042 !important;
    color: #293042 !important;
    font-size: 12px !important;
  }
  .btn-outline-black:hover{
    background: #3a4561 !important;
    border-color: #3a4561 !important;
    color: #fff !important;
    transition: 1s;
  }
  .btn-outline-black:not(:disabled):not(.disabled).active{
    background: #3a4561 !important;
    border-color: #3a4561 !important;
    color: #fff !important;
  }
  .btn-outline-black:disabled {
    color: #293042 !important;
    background-color: transparent !important;
    }
.text-table{
    font-size: 15px;
    margin-bottom: 3px !important;
}
.sub_tarifas {
    padding-left: 15px !important;
}
/* Table */
th{
    padding: 15px 5px 15px 5px !important;
}
table tbody{
    background-color: #fff;
}
#info_zonas > td{
    vertical-align: middle!important;
}
#usuario{
    text-transform: uppercase;
}
#crud-form-edit{
    display:none;
    padding: 0;
}
#crud-form {
    display:none;
    padding: 0;
}
#agency-result{
    display:none;
    padding: .5em;
    font-weight: bold;
}
 /* AGENCIAS */

 /* MONEDERO ELECTRONICO */
 #content_row_ep{
    max-height: 700px !important;
    overflow: scroll;
 }

 .update_users,
 #btn_cancel_edit_user{
    display: none;
    text-align: center;
  }
td{
    font-size: 15px;
}

table tr th {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .sorting {
    background-color: #D4D4D4;
  }
  .asc:after {
    content: ' ↑';
  }
  
  .desc:after {
    content: " ↓";
  }
.thead{
    background-color: #000000;
    color: #fff;
}



#logo-dev {
    position: absolute;
    bottom: 25px;
    right: 20px;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav_agencies {padding-top: 15px;}
}

@media screen and (max-width: 450px) {
    #logo-dev {
        position: relative;
        bottom: 0;
        right: 0;
    }
    
    #logo-dev img {
        margin: auto;
    }
    .indicator{
        background: #3f80ea;
        box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.05);
        border-radius: 50%;
        display: block;
        height: 20px;
        width: 18px;
        padding: 5px;
        position: absolute;
        top: 47px;
        text-align: center;
        transition: top .1s ease-out;
        font-size: .675rem;
        color: #fff;
    }
    .login-form{
        margin-top: 10%;
    }

    .register-form{
        margin-top: 10%;
    }
    .alert-error{
        margin-left: 15%;
        z-index: 1010;
    }
}
@media screen and (max-width: 1024px) {
    #sidebar ul li>a{
        font-size: 12px;
    }
    #sidebar ul li>a,
    a[aria-expanded="true"] {
        font-size: 14px;
        color: #BDBDBD;
    }
    table{
        font-size: 12px;
    }
    .hidden-sm{
        display: none;
      }
    .sidebar-header > h3{
        font-size: 18px;
    }
}

@media screen and (min-width: 768px){
    
    /* .hidden-sm{
        display: none;
    } */
    table{
        font-size: 12px;
    }
    .main{
        margin-left: 40%; 
    }
    .sinbordefondo {
        background-color: transparent !important;
        border: 0;
        color: #000;
        font-size: 15px;
        width: 100%;
    }
    .alert-error{
        margin-left: 10%;
        z-index: 1010;
    }
    .sidenav{
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }
    .sidenav_agencies{
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .login-form{
        margin-top: 50%;
    }

    .register-form{
        margin-top: 20%;
    }

    .img_amenity{
        width: 70%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    

    #logo-dev {
        position: relative;
        bottom: 0;
        right: 0;
    }
    
    #logo-dev img {
        margin: auto;
    }
    /* Servicios */
    select{
        font-size: 11px !important;
    }
    #form-date{
        padding-top: 1rem;
    }
    #sidebar ul li>a{
        font-size: 12px;
    }
    #sidebar ul li>a,
    a[aria-expanded="true"] {
        font-size: 14px;
        color: #BDBDBD;
    }
    .indicator{
        background: #293042;
        box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 5%);
        border-radius: 50%;
        display: block;
        height: 20px;
        width: 18px;
        padding: 5px;
        position: absolute;
        top: 80px;
        text-align: center;
        transition: top .1s ease-out;
        font-size: .675rem;
        color: #fff;
    }
    table{
        font-size: 12px;
    }
    .hidden-sm{
        display: none;
      }
    #sidebar ul li>a,
    a[aria-expanded="true"] {
        font-size: 12px;
        color: #BDBDBD;
    }
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}

/*Estilos de btn*/
.switch{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 18px;
    margin-left:10px;
    margin-right: 10px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
  /* 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: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:disabled + .slider{
    background-color: #575757;
}

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

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

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

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



/*Tags*/

.tag {
background: rgb(209, 209, 209);
border-radius: 3px 0 0 3px;
color: rgb(99, 99, 99);
display: inline-block;
height: 26px;
line-height: 26px;
padding: 0 20px 0 23px;
position: relative;
margin: 0 10px 10px 0;
text-decoration: none;
-webkit-transition: color 0.3s;
font-size: 12px;
}

.tag::before {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
content: '';
height: 6px;
left: 10px;
position: absolute;
width: 6px;
top: 10px;
}

.tag::after {
background: #fff;
border-bottom: 13px solid transparent;
border-left: 10px solid rgb(209, 209, 209);
border-top: 13px solid transparent;
content: '';
position: absolute;
right: 0;
top: 0;
}

.tag:hover {
background-color: crimson;
color: white;
text-decoration: none;
-webkit-transition: color 0.3s;
}

.tag:hover::after {
    border-left-color: crimson; 
}


/*Estilos de cupon*/
.coupon{
    border: 1px solid rgb(226, 226, 226);
}
.coupon .kanan {
    border-left: 1px dashed rgb(192, 192, 192);
    width: 40% !important;
    position:relative;
}

.coupon .kanan .info::after, .coupon .kanan .info::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #F8F9FA;
    border-radius: 100%;
}
.coupon .kanan .info::before {
    top: -10px;
    left: -10px;
}

.coupon .kanan .info::after {
    bottom: -10px;
    left: -10px;
}
.coupon .time {
    font-size: 1.6rem;
}


.car-amenities{
    width: 65% !important;
}

/* Modal delete item */
.modal-confirm {		
	color: #434e65;
	width: 525px;
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	background: #47c9a2;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}

.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 64px;
	margin: -4px 0 0 -4px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn-cancel, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #eeb711 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	border: none;
}
.modal-confirm .btn-cancel:hover, .modal-confirm .btn-cancel:focus {
	background: #eda645 !important;
	outline: none;
}
.modal-confirm .btn-delete, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #ee1111 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	border: none;
}
.modal-confirm .btn-delete:hover, .modal-confirm .btn-delete:focus {
	background: #ed4545 !important;
	outline: none;
}
.modal-confirm .btn span {
	margin: 1px 3px 0;
	float: left;
}
.modal-confirm .btn i {
	margin-left: 1px;
	font-size: 20px;
	float: right;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

.modal-confirm #header_error {
	background: #e85e6c;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}

.modal-confirm #header_neutral {
	background: #a8a8a8;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}

.modal-confirm #header_success {
	background: #28a745;
	border-bottom: none;
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}


/*Estilos de autos*/
.card-reservation-cars{
    border-radius: 10px;
    top:-75px;
    z-index: 10;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #E30613 !important;
}
.daterangepicker td.in-range {
    background-color: #ffe3e9 !important;
}

.daterangepicker td.end-date{
    background-color: #E30613 !important;
}

.applyBtn{
    background-color: #E30613 !important;
    border: none;
}

.applyBtn:hover{
    background-color: #b90511 !important;
}

.label-card-reservation{
    font-size: 14px;
    margin-bottom: 4px;
    color: #686868;
}
.badge-danger{
    border-radius: 15px;
}

.title-price{
    font-size: 20px;
    font-family: 'RubikMedium';
}
.items-cars{
    font-family: 'RubikLight';
    font-size: 12px;
}
.card-car{
    transition: 0.5s;
    cursor: pointer;
}
.card-car:hover{
   transform: scale(1.03);
   -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15);
   -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15);
   box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15);
    transition: 0.5s;
}
.icon-input{
    position: absolute;
    padding-left: 10px;

}
.input-container{
    display: flex;
    align-items: center;
}
.input-container input{
    padding-left: 30px;
}

.input-passenger{
    border-radius: 0.25rem 0rem 0rem 0.25rem;
    
}
.input-children{
    border-radius: 0rem 0.25rem 0.25rem 0rem;

}


.list-items-cars {
    display: flex;
    padding-left: 0px;
}
.list-items-cars li {
    text-decoration: none;
    list-style: none;
    margin-right: 20px;
    color: #666666;
    font-family: 'RubikLight';
    font-size: 13px;
}
.list-detail-car{
    padding-left: 0px;
}
.list-detail-car li{
    list-style: none;
    font-family: 'RubikLight';
    color: #666666;
    font-size: 13px;
}
.list-category-car{
    padding: 0;
}
.list-category-car li{
    list-style: none;
    color: #666666;
    font-size: 15px;
    cursor: pointer !important;
}
.card-car-result{
    transition: 0.5s;
}
.card-car-result:hover{
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15);
   -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15);
   box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15);
    transition: 0.5s;
    transform: scale(1.01);
}


/* AMENIDADES */
#content_amenities,
#product_list{
  max-height: 400px;
  overflow: scroll;
  padding: 10px;
}
#product_list::-webkit-scrollbar,
#content_amenities::-webkit-scrollbar {
  width: 8px;     /* Tamaño del scroll en vertical */
  height: 8px;    /* Tamaño del scroll en horizontal */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
#product_list::-webkit-scrollbar-thumb,
#content_amenities::-webkit-scrollbar-thumb {
  background: rgb(41, 216, 132);
  border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
#product_list::-webkit-scrollbar-thumb:hover ,
#content_amenities::-webkit-scrollbar-thumb:hover {
  background: rgb(22, 167, 97);
  transition: 2s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
#product_list::-webkit-scrollbar-thumb:active,
#content_amenities::-webkit-scrollbar-thumb:active {
  background-color: rgb(22, 187, 107);
}
.content_btn_add{
  z-index: 111;
  right: 35px;
  bottom: 45%;
  position: absolute;
}
.content_num_amenity{
  background: white;
  border-radius: 8px;
  box-shadow: rgb(128 98 96 / 16%) 0px 6px 10px 0px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 5px;
  height: 40px;
  margin: 0px 10px 10px 10px;
  -webkit-box-align: center;
  align-items: center;
}
.btn_add{
    color: #fff;
    transition: all 0.3s ease 0s;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
    /* position: relative; */
    overflow: hidden;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgb(41, 216, 132);
    box-shadow: rgb(46 44 54 / 10%) 0px 10px 20px 0px;
}
.content_img_amenity{
  height: 120px;
  width: 100%;
  padding: 5px 10px 5px 10px;
  text-align: center;
}
.img_amenity{
  width: 80%;
  height: 100%;
}
.content_info_amenity{

}
.content_buy_amenities{
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 112;
}
.btn_buy_amenities{
  color: #fff;
  transition: all 0.3s ease 0s;
  height: 53px;
  width: 200px;
  cursor: pointer;
  /* position: relative; */
  overflow: hidden;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: rgb(41, 216, 132);
  border-top: 1px solid #fff;
  box-shadow: rgb(46 44 54 / 10%) 0px 10px 20px 0px;
  border-top-left-radius: 2em;
}
.btn_buy_amenities span{
  font-size: 24px;
}
.btn_buy_amenities:hover{
  background: rgb(22, 167, 97);
  transition: .5s;
}


@media screen and (max-width: 991px) {
    
    .menu-r{
        text-align: center;
        align-items: center;
    }
    .menu-r li {
        display: flex;
    }
    .font-size-xl{
        font-size: 2rem;
    }
    .font-size-smx2{
        font-size: 1.1rem;
    }
    .home-r{
        text-align: center;
    }
    .servicios-r{
        margin-top: 40px;
    }
    .frase-r{
        display: none;
    }
    .formulario-contacto{
        position: relative;
        width: 100%;
    }
    .formulario-centrar{
        display: flex;
        align-items: center;
    }
    .margin-bottom{
        margin-bottom: 30px;
    }
    footer{
        text-align: center;

    }
    .none-display{
        display: none;
    }
    
}

@media screen and (max-width: 771px) {
    .text-traslados{
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .accordion { height: auto; }
    .accordion ul li,
    .accordion ul li:hover,
    .accordion ul:hover li,
    .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
    .footer-top{
        height: 300px;
    }
    .carousel-item{
        max-height: 300px;
    }
    .text-traslados{
        display: none;
    }
    .img-product{
        object-fit: cover !important; 
        height: 300px;
        width: 100%;
    
    }
    
    
}




.slider-container{
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative; 
    color: #fff;
    border-radius: 0.3rem;
    margin-top: 5px;
}

.left-slides{
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}
.right-slides{
    position: absolute;
    left: 35%;
    top: 0;
    width: 65%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.left-slides > div{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.left-slides h3{
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-family: 'RubikMedium';
    padding-left: 15px ;
    
}

.left-slides p{
    font-size: 0.95rem;
    padding-right: 40px;
    padding-left: 15px ;
    
}

.right-slides > div{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.slider-container button{
    position: absolute;
    left: 35%;
    top: 50%;
    font-size: 1.5rem;
    padding: 12px;
    border: none;
    cursor: pointer;
    color: rgb(0, 191, 203);
    background-color: rgb(255, 255, 255);
}

button:hover{
    opacity: 0.9;
}

button:focus{
    outline: none;
}

.slider-container .left-btn{
    transform: translateX(-100%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.slider-container .right-btn{
    transform: translateY(-100%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*Menu redes sociales*/

.redes-sociales{
    width: 45px;
    left: 0;
    bottom: 1.2rem;
    position: fixed;
    padding: 0;
    margin: 0;
    z-index: 1000;
    display: none;
}

.redes-sociales ul{
    padding: 0;
}

.redes-sociales ul li{
    background-color: #FBBD40 !important;
    padding: 15px;
    display: flex;
    color: white;
    font-size: 1.2rem;
    width: 55px;
    transition: 0.4s;
    border-radius: 0px 10px 10px 0px;

}

.redes-sociales ul li:hover{
    width: 75px;
    transition: 0.4s;
    padding-left: 35px;
    cursor:pointer;
    background-color: #FF171D !important;
   
}


/*Estilos de traslados*/

.contenedor-traslados{
    min-height: 100vh;
    
}

.contenedor-traslados-background{
    min-height: 100vh;
    width: 100%;
    background: rgb(31,31,31);
    background: linear-gradient(180deg, rgba(31,31,31,0.8141853246795997) 0%, rgba(52,52,52,0.5613763359155548) 59%, rgba(96,96,96,0.1259830774885885) 100%); 
}


.btn-blue{
    background-color: #0073C1 !important;  
    color: rgb(255, 255, 255) !important;
    font-size: 0.8rem;
}
.btn-blue :hover{
    background-color: #0465a7 !important;
    color: white !important;
}

select{
    font-family: 'RubikRegular' !important;
}

.blurContent label{
    color: #8d8d8d;
    font-size: 0.9rem;
    margin-bottom: 0;
    margin-top: 15px;
}

.label-category{
    background-color: #919191;
    border-radius: 20px;
    color: white;
    font-size: 0.85rem;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    border: 1px solid transparent;
}

.btn-circle-sm {
    width: 23px;
    height: 23px;
    padding: 3px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    border: 1px solid transparent;
}

.delete_right {
    display: block;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 0%;
}

/*Estilos btn cambiar foto de perfil*/
.btn-profile{
    height: 40px;
    width: 40px;
    background-color: rgb(241, 241, 241);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #4e4e4e;

    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.5s;
}
.btn-profile :hover{
    background-color: #d1d1d1;
    transition: 0.5s;
}
.btn-close-profile{
    color: #bdbdbd;
    cursor: pointer;

}


/*Estilos de busqueda principal*/
.input-search{
    display: block;
    border: none;
    outline:none;
    padding: 0px 0px 0px 35px;
    color: #747474;
}
.input-search :focus{
    outline:none;
}
.btn-search{
    background-color: transparent;
    border: none;
    color: #FF171D;
    padding: 0px 15px;
    transition: 0.3s;
    text-align: right;
}
.btn-search :hover{
    color: #FF171D;
    transition: 0.3s;
}
.btn-apply-Filters{
    background-color:#FF171D ;
    color: white;
    border-radius: 20px;
}

.btn-apply-Filters :hover{
    color: white !important;
    background-color: #FF171D;
    
}


.scroll-product{
    height:100vh;
    overflow-y: scroll;
    scrollbar-width: none; /*Oculta scroll para firefox*/
}

.scroll-product::-webkit-scrollbar {
    display: none !important;
    
}

.btn-gallery{
    background: none !important;
    border: none;
}

.label-category{
    background-color: #FBBD40;
    border-radius: 20px;
    color: #303030;
    padding: 3px 10px;
    margin-right:10px ;
    font-size: 14px;
}

/*Estilos de anuncios*/
.ads img {
    height: 220px !important;
    display: block;
    object-fit: scale-down;
}

.owl-stage .owl-item{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    transition: 0.8s !important; 
    transform: scale(1) !important;
}
.olw-item{
    transition: 0.8s !important; 
}
.owl-stage .center a img{
    transition: 0.8s;
    transform: scale(1.2) !important;
}


/* AMENIDADES */
#content_amenities,
#product_list{
  max-height: 400px;
  overflow: scroll;
  padding: 10px;
}
#product_list::-webkit-scrollbar,
#content_amenities::-webkit-scrollbar {
  width: 8px;     /* Tamaño del scroll en vertical */
  height: 8px;    /* Tamaño del scroll en horizontal */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
#product_list::-webkit-scrollbar-thumb,
#content_amenities::-webkit-scrollbar-thumb {
  background: rgb(41, 216, 132);
  border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
#product_list::-webkit-scrollbar-thumb:hover ,
#content_amenities::-webkit-scrollbar-thumb:hover {
  background: rgb(22, 167, 97);
  transition: 2s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
#product_list::-webkit-scrollbar-thumb:active,
#content_amenities::-webkit-scrollbar-thumb:active {
  background-color: rgb(22, 187, 107);
}
.content_btn_add{
  z-index: 111;
  right: 35px;
  bottom: 45%;
  position: absolute;
}
.content_num_amenity{
  background: white;
  border-radius: 8px;
  box-shadow: rgb(128 98 96 / 16%) 0px 6px 10px 0px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 5px;
  height: 40px;
  margin: 0px 10px 10px 10px;
  -webkit-box-align: center;
  align-items: center;
}
.btn_add{
    color: #fff;
    transition: all 0.3s ease 0s;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
    /* position: relative; */
    overflow: hidden;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgb(41, 216, 132);
    box-shadow: rgb(46 44 54 / 10%) 0px 10px 20px 0px;
}
.content_img_amenity{
  height: 120px;
  width: 100%;
  padding: 5px 10px 5px 10px;
  text-align: center;
}
.img_amenity{
  width: 80%;
  height: 100%;
}
.content_info_amenity{

}
.content_buy_amenities{
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 112;
}
.btn_buy_amenities{
  color: #fff;
  transition: all 0.3s ease 0s;
  height: 53px;
  width: 200px;
  cursor: pointer;
  /* position: relative; */
  overflow: hidden;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: rgb(41, 216, 132);
  border-top: 1px solid #fff;
  box-shadow: rgb(46 44 54 / 10%) 0px 10px 20px 0px;
  border-top-left-radius: 2em;
}
.btn_buy_amenities span{
  font-size: 24px;
}
.btn_buy_amenities:hover{
  background: rgb(22, 167, 97);
  transition: .5s;
}

#btnAmeni{
    background-color: #e2b168;
    border-color: #e2b168;
}
.btnFinishReserveB{
    background-color: #FA8072;
    border-color: #FA8072;
}
.btn-reservew{
    background-color: #FA8072;
    border-color: #FA8072;
}
.btn-reservew:hover{
    background-color: #e76051;
    border-color: #e76051;
}

.breadcrumb li a{
    color: #DC3545 !important;
}


.invoice {
    background: #fff;
    padding: 20px
}

.invoice-company {
    font-size: 20px
}

.invoice-header {
    margin: 0 -20px;
    background: #f0f3f4;
    padding: 20px
}

.invoice-date,
.invoice-from,
.invoice-to {
    display: table-cell;
    width: 1%
}

.invoice-from,
.invoice-to {
    padding-right: 20px
}

.invoice-date .date,
.invoice-from strong,
.invoice-to strong {
    font-size: 16px;
    font-weight: 600
}

.invoice-date {
    text-align: right;
    padding-left: 20px
}

.invoice-price {
    background: #f0f3f4;
    display: table;
    width: 100%
}

.invoice-price .invoice-price-left,
.invoice-price .invoice-price-right {
    display: table-cell;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    width: 75%;
    position: relative;
    vertical-align: middle
}

.invoice-price .invoice-price-left .sub-price {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px
}

.invoice-price small {
    font-size: 12px;
    font-weight: 400;
    display: block
}

.invoice-price .invoice-price-row {
    display: table;
    float: left
}

.invoice-price .invoice-price-right {
    width: 25%;
    background: #2d353c;
    color: #fff;
    font-size: 28px;
    text-align: right;
    vertical-align: bottom;
    font-weight: 300
}

.invoice-price .invoice-price-right small {
    display: block;
    opacity: .6;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px
}

.invoice-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 10px
}

.invoice-note {
    color: #999;
    margin-top: 80px;
    font-size: 85%
}

.invoice>div:not(.invoice-footer) {
    margin-bottom: 20px
}

.btn.btn-white, .btn.btn-white.disabled, .btn.btn-white.disabled:focus, .btn.btn-white.disabled:hover, .btn.btn-white[disabled], .btn.btn-white[disabled]:focus, .btn.btn-white[disabled]:hover {
    color: #2d353c;
    background: #fff;
    border-color: #d9dfe3;
}