.container-reserva{
    position: relative;
    max-width:1600px;
    width: 90%;
    border-radius: 6px;
    padding: 30px;
    margin: 10px auto;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	font-family:verdana;
	font-size:15px;
}
.contenedor {
	max-width:1200px;
	margin: 0 auto;
	font-family:verdana;
	font-size:15px;	
	margin-bottom:80px;
}
.banner {
	background-image: url('https://autocareslevante.com/wp-content/uploads/2023/05/aleksandar-popovski-gcoY6RaokHU-unsplash-1.jpeg');
	height: 400px;
	background-position: center;
}
.container-reserva header{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.container-reserva header::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 27px;
    border-radius: 8px;
    background-color: #4070f4;
}
.container-reserva form{
    position: relative;
    margin-top: 16px;
    min-height: 750px;
    background-color: #fff;
    overflow: hidden;
}
.container-reserva form .form {
	/* position: absolute; */
	background-color: #fff;
	transition: 0.3s ease;
	margin-bottom: 80px;
}

form.secActive .form.first{
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
}
.container-reserva form .title{
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    margin: 6px 0;
    color: #333;
}
.container-reserva form .fields{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
form .fields .input-field{
    display: flex;
    width: calc(100% / 3 - 15px);
    flex-direction: column;
    margin: 4px 0;
}
.input-field label{
    font-size: 12px;
    font-weight: 500;
    color: #2e2e2e;
}
.input-field input, select{
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 0 15px;
    height: 42px;
    margin: 8px 0;
	width:80%;
}
.input-field input :focus,
.input-field select:focus{
    box-shadow: 0 3px 6px rgba(0,0,0,0.13);
}
.input-field select,
.input-field input[type="date"]{
    color: #707070;
}
.input-field input[type="date"]:valid{
    color: #333;
}
.container-reserva form button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    max-width: 200px;
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 3px;
    margin: 25px 0;
    background-color: #4070f4;
    transition: all 0.3s linear;
    cursor: pointer;
}
.container-reserva form .btnText{
    font-size: 14px;
    font-weight: 400;
}
form button:hover{
    background-color: #265df2;
}
form button i {
    margin: 0 6px;
}

form .buttons{
    display: flex;
    align-items: center;
}
form .buttons button {
    margin-right: 14px;
}

@media (max-width: 750px) {
    .container-reserva form{
        overflow-y: scroll;
    }
    .container-reserva form::-webkit-scrollbar{
       display: none;
    }
    form .fields .input-field{
        width: calc(100% / 2 - 15px);
    }
}

@media (max-width: 550px) {
    form .fields .input-field{
        width: 100%;
    }
}


/*Menuback */
.wrapper{
  background: #26214c;
  /*position: fixed;*/
  width: 100%;
}
.wrapper nav{
  position: relative;
  display: flex;
  max-width: calc(100% - 200px);
  margin: 0 auto;
  height: 70px;
  align-items: center;
  justify-content: center;
}
nav .content{
  display: flex;
  align-items: center;
}
nav .content .links{
  display: flex;
}
ul.links{
	margin: 0 !important;
	padding: 0;
}

.content .links li{
  list-style: none;
  line-height: 70px;
}
.content .links li a,
.content .links li label{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 17px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.content .links li label{
  display: none;
}
.content .links li a:hover,
.content .links li label:hover{
  background: #323c4e;
}
.wrapper .menu-icon{
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 70px;
  width: 70px;
  text-align: center;
}
.wrapper .menu-icon{
  display: none;
}







.wrapper input[type="checkbox"]{
  display: none;
}

/* Dropdown Menu code start */
.content .links ul {
	position: absolute;
	background: #26214c;
	top: 80px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}
.content .links li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.content .links ul li a{
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px!important;
}
.content .links ul ul{
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.content .links ul li{
  position: relative;
}
.content .links ul li:hover ul{
  top: 0;
}
a.search-button:hover {
	color: #20124f;
	border-color: #20124f;
}
.list-invoice td:nth-child(2) {
	width: 15px !important;
}
.table-form .lev-bg-lightblue {
	min-width: 15px !important;
	text-align: center;
}
input[name="observacion"] {
	width: 100%;
}
/* Responsive code start */
@media screen and (max-width: 1250px){
  .wrapper nav{
    max-width: 100%;
    padding: 0 20px;
  }
  nav .content .links{
    margin-left: 30px;
  }
  .content .links li a{
    padding: 8px 13px;
  }

}

@media screen and (max-width: 900px){
  .wrapper .menu-icon{
    display: block;
  }
  .wrapper #show-menu:checked ~ .menu-icon i::before{
    content: "\f00d";
  }
  nav .content .links{
    display: block;
    position: fixed;
    background: #14181f;
    height: 100%;
    width: 100%;
    top: 165px;
    left: -100%;
    margin-left: 0;
    max-width: 350px;
    /*overflow-y: auto;*/
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }
  nav #show-menu:checked ~ .content .links{
    left: 0%;
  }
  .content .links li{
    margin: 15px 20px;
  }
  .content .links li a,
  .content .links li label{
    line-height: 40px;
    font-size: 20px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }
  .content .links li a.desktop-link{
    display: none;
  }

  /* dropdown responsive code start */
  .content .links ul,
  .content .links ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content .links #show-features:checked ~ ul,
  {
    max-height: 100vh;
  }
  .content .links ul li{
    margin: 7px 20px;
  }
  .content .links ul li a{
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px!important;
  }
}

@media screen and (max-width: 400px){
  .wrapper nav{
    padding: 0 10px;
  }
nav .content .links{
    
    top: 300px;
    
  }
}