@charset "utf-8";
/* CSS Document */
p {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth"100;
  color: #fff;
  font-size: 18px;
  line-height: 1.5rem;
  margin-top: 0;
}
* {
  box-sizing: border-box;
}
a {
	text-decoration: none
}
body {
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0;
}
input, textarea {
	font-family: 'Manrope';
}
input#pax {
    border: 1px solid #ebebeb;
    border-radius: 90px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #5d4ac6;
    width: 100px;
}
input[type="date"] {
    border: none;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #5d4ac6;
}
input[type="time"] {
    border: none;
    border-radius: 90px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #5d4ac6;
}
input[type="text"] {
    border: none;
    border-radius: 90px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #5d4ac6;
}
input#Color {
    border-radius: 6px;
    border-color: #5d4ac6;
}
select {
	font-family: "Manrope", sans-serif;
    border: 1px solid #EBEBEB;
    border-radius: 90px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #7A86A1;
    width: 240px;
}
input.field-text {
    border: 1px solid #ddd;
    color: #5a4bbf;
    width: 95%;
}
input.input-pasajeros {
    border: 1px solid #ddd;
    color: #5a4bbf;
    width: 95%;
}
select.field-select {
    border: 1px solid #ddd;
    color: #5a4bbf;
    width: 95%;
}
textarea.field-text {
    border: 1px solid #ddd;
    color: #5a4bbf;
    width: 95%;
    padding: 15px;
    border-radius: 15px;
}
label.label-text  {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    color: #6149CD;
    margin-bottom: 8px;
    display: block;
}
span.label-text-bold {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    color: #6149CD;
    margin-bottom: 8px;
    display: block;
    font-weight: 700;
}
input.input-pasajeros  {
    border: 1px solid #ddd;
    -webkit-column-rule: ;
    -moz-column-rule: ;
    -o-column-rule: ;
    column-rule: ; #5a4bbf;
    width: 95%;
}
input.input-pasajeros {
    border: 1px solid #ddd;    
	color: #5a4bbf;
	width: 95%;
}
img {
	display: block;
	max-width: 100%;
}
hr.linea-separador {
    margin-top: 25px;
    margin-bottom: 25px;
    opacity: 0.5;
}
.time-linea {
    border: 1px solid #EBEBEB !important;
}
span.label-custom {
    color: #5d4ac6;
}
label.checkbox-line {
    color: #5d4ac6;
    font-size: 14px;
}
.check-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
select.w50 {
    width: 50%;
}
select.w90 {
    width: 90%;
}
select.activo {
	color:#5a4bbf;
}
button.add, button.remove {
height: 24px;
    width: 24px;
	transition: all 0.5s ease;	
}
button {
    cursor: pointer
}
button.add {
    background-image: url(/img/plus.svg);
}
button.remove {
    background-image: url(/img/quit-buton.svg);
	background-repeat: no-repeat;
}
button.add:hover, button.remove:hover  {
    height: 20px;
    width: 20px;
	transition: all 0.2s ease;
}
main {
  display: flex;
  width: 100%;
}
.pl-20 {
    margin-left: 20px;
}
table.espacio-filas tr {
height: 50px;
}
td.center-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
}
.bot-rojo, .bot-blanco, .bot-violeta {
	font-family: "Manrope", sans-serif;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px 20px 20px 20px;
	transition: all 0.5s ease;
}
.bot-rojo {
    background-color: #F96767;
}
.bot-blanco {
    background-color: #fff;
	color: #7A86A1;
	border: solid 1px #EBEBEB;
}
.bot-violeta {
    background-color: #6149CD;
}
.bot-rojo:hover  {
    background-color: #7f1f1f;
	transition: all 0.5s ease;
}
.bot-violeta:hover {
    background-color: #362877;
	 transition: all 0.5s ease;
}
.bot-blanco:hover {
    background-color: #7c869f;
	color: #fff;
	transition: all 0.5s ease;
}
h2.tit-color {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #5f4bc6;
	margin-top: 0;
}
h2.tit-color-chico {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #5f4bc6;
	margin-top: 0;
}
h2.tit-color-chico {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #5f4bc6;
    margin-top: 0;
    margin-top: 15px;
}
h4.tit-color {
    font-size: 1.2rem;
    margin-bottom: 0px;
    color: #5f4bc6;
    margin-top: 0;
}
    /* --- Estilos del Modal --- */

    /* 1. El fondo superpuesto (Overlay) */
    .modal-overlay {
        /* Ocupa toda la pantalla y se posiciona por encima de todo */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(97, 73, 205, 0.80);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    /* Clase para mostrar el modal */
    .modal-overlay.visible {
        display: flex;
        opacity: 1;
        visibility: visible;
    }

    /* 2. El contenido del Modal */
    .modal-content {
        background-color: #ffffff;
        padding: 20px;
        border-radius: 30px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        width: 90%;
        max-width: 1180px;
        position: relative; /* Necesario para posicionar el botón de cerrar */
        transform: scale(0.9);
        transition: transform 0.3s ease;
    }
.modal-content h2 {
    background: #6149CD;
    background: linear-gradient(90deg, rgba(97, 73, 205, 1) 0%, rgba(252, 180, 227, 1) 100%);
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    height: 68px;
    line-height: 4.4rem;
    border-radius: 0px 18px 18px 18px;
    padding-left: 20px;
	    margin-top: 0;

}
    
    .modal-overlay.visible .modal-content {
        transform: scale(1);
    }


    /* 3. El Botón de Cerrar */
    .close-modal-btn {
    position: absolute;
    top: 30px;
    right: 34px;
    font-size: 30px;
    font-weight: 200;
    color: #7A86A1;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    background-color: #fff;
    border-radius: 20px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 6px;
}
.aviso .close-modal-btn {
    border: 1px solid #e0e4ee;
}
    .close-modal-btn:hover {
        color: #000;
    }

.modal-content.aviso {
    width: 520px;
	padding: 30px;
}
img.aviso-icon {
    width: 54px;
}
.modal-content.aviso h2 {
    font-size: 18px;
    color: #181818;
	background: #fff;
	padding-left: 0px
}
.aviso-content {
    border: 1px solid #dddddd;
    border-radius: 20px;
    min-height: 200px;
	display: flex;
    flex-direction: column;
	    align-items: center;
	padding: 40px;
	margin-bottom: 30px;
}
.aviso-content .aviso-icon{
	    width: 54px;
	    padding-bottom: 12px;
}
.aviso-content .txt-aviso-1, .aviso-content .txt-aviso-3  {
    font-size: 14px;
    color: #7A86A1;
}
.aviso-content .txt-aviso-1 {
    padding-bottom: 20px;
}
.aviso-content .txt-aviso-2 {
    font-size: 20px;
    font-weight: 700;
	padding-bottom: 30px;
}
.aviso-content .txt-aviso-3.red {
    color: #F96767;
}
.aviso-botonera {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.sidenav {
	display: none
}
#canvas-content{
  transition: margin-left .5s;	
}
.menu-item {
  margin-bottom: 30px;
}
#nav-var {
  width: 240px;
    height: 100vh;
    padding-top: 30px;
    padding-left: 15px;
    background-color: #FBF9FE;
}

nav {
  margin-top: 40px;
}
.menu-item a {
    font-size: 14px;
    color: #7A86A1;
}
nav .menu-title {
    margin-bottom: 12px;
    color: #7A86A1;
    font-size: 16px;
}
nav .menu-item {
  display: flex;
  flex-direction: column;
}
nav .reserva {
  text-decoration: none;
  background-image: url("/img/ico-calendar.svg");
      background-repeat: no-repeat;
    padding-left: 30px;
    transition: all 0.5s ease;
    height: 25px;
    background-size: 20px;
    background-position-y: 0px;
    line-height: 24px;
    font-weight: 700;
    font-size: 16px;
}
nav .activo {
  background-color: #4c71f6;
  color: #fff !important;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 35px;
  border-radius: 25px 0px 0px 25px;
}
nav .reserva:hover {
  background-image: url(/img/ico-calendar-white.svg);
  background-repeat: no-repeat;
    background-position: 13px 8px;
    background-color: #5d4ac6;
    color: #fff !important;
    padding-top: 8px;
    padding-left: 42px;
    border-radius: 0px 25px 25px 25px;
    transition: all 0.5s ease;
    height: 42px;
    margin-left: -12px;
    width: 175px;
}
nav .reserva.activo {
    background-image: url(/img/ico-calendar-white.svg);
    background-repeat: no-repeat;
    background-position: 13px 8px;
    background-color: #5d4ac6;
    color: #fff !important;
    padding-top: 8px;
    padding-left: 42px;
    border-radius: 0px 25px 25px 25px;
    transition: all 0.5s 
ease;
    height: 42px;
    margin-left: -12px;
    width: 175px;
}
nav .nueva:hover {
  background-image: url("/img/ico-nuevo-white.svg");
  background-repeat: no-repeat;
    background-position: 13px 11px;
    background-color: #5d4ac6;
    color: #fff !important;
    padding-top: 10px;
    padding-left: 42px;
    border-radius: 0px 25px 25px 25px;
    transition: all 0.5s ease;
    height: 42px;
    margin-left: -12px;
    width: 175px;
}
nav .nueva.activo {
    background-image: url(/img/ico-nuevo-white.svg);
    background-repeat: no-repeat;
    background-position: 13px 11px;
    background-color: #5d4ac6;
    color: #fff !important;
    padding-top: 10px;
    padding-left: 42px;
    border-radius: 0px 25px 25px 25px;
    transition: all 0.5s 
ease;
    height: 42px;
    margin-left: -12px;
    width: 175px;
}
nav .listado:hover {
  background-image: url("/img/ico-list-white.svg");
  background-repeat: no-repeat;
    background-position: 13px 11px;
    background-color: #5d4ac6;
    color: #fff !important;
    padding-top: 10px;
    padding-left: 42px;
    border-radius: 0px 25px 25px 25px;
    transition: all 0.5s ease;
    height: 42px;
    margin-left: -12px;
    width: 175px;
}
nav .listado.activo  {
  background-image: url("/img/ico-list-white.svg");
  background-repeat: no-repeat;
    background-position: 13px 11px;
    background-color: #5d4ac6;
    color: #fff !important;
    padding-top: 10px;
    padding-left: 42px;
    border-radius: 0px 25px 25px 25px;
    transition: all 0.5s ease;
    height: 42px;
    margin-left: -12px;
    width: 175px;
}
nav .reserva.activo {
  background-image: url(/img/ico-calendar-white.svg);
  background-repeat: no-repeat;
  background-position: 9px 8px;
}

nav .nueva {
  text-decoration: none;
  background-image: url("/img/ico-nuevo.svg");
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 10px;
  height: 23px;
    background-size: 18px;
}
nav .listado {
  text-decoration: none;
  background-image: url(/img/ico-list.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position-y: 0px;
    background-size: 16px;
    height: 23px;
}
#openbtn {
    display: none;
}
.menu-title {
  font-weight: 700;
}
.top .name {
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0;
}
.top .section-title {
        font-size: 2.6rem;
    margin: 0;
    color: #fff;
    font-weight: 800;
    line-height: 3rem;
}
.reservas-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    border-radius: 24px;
    box-shadow: 0px 10px 30px 3px rgba(105, 95, 151, 0.16);
    height: 78px;
    padding-left: 24px;
    padding-right: 24px;
}
.reservas-menu .left {
    width: 500px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.reservas-menu h2 {
    font-size: 1.3rem;
    margin-right: 50px;
}
button#create-reserva {
    border-radius: 25px;
    height: 44px;
    width: 190px;
    font-family: 'Manrope';
    color: #6149CD;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: end;
    padding-right: 20px;
    background-image: url(/img/add.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 28px center;
    box-shadow: 5px 5px 20px 6px rgba(105, 95, 151, 0.10);
	 transition: all 0.2s ease-out;
	cursor: pointer
}

button#create-reserva:hover {
    background-color: #7c6dcc2b;
    box-shadow: 0px 0px 0px;
	 transition: all 0.2s ease-out;
}
#mes-reservas, #year-reservas  {
    border: 1px solid #EBEBEB;
    height: 44px;
    border-radius: 18px;
    color: #7A86A1;
    font-size: 0.9rem;
    font-weight: 400;
    font-family: 'Manrope';
    padding-left: 8px;
    margin-right: 30px;
    width: 130px;
}
#main {
  width: 100%;
  padding: 20px;
}
.exit {
    margin-right: 20px;
}
.top {
    height: 114px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 30px;
	align-items: center;
	background: #6149CD;
background: linear-gradient(90deg, rgba(97, 73, 205, 1) 0%, rgba(252, 180, 227, 1) 100%);
	    border-radius: 0px 24px 24px 24px;
	margin-bottom: 20px;
	
}
.content {
  background: #fff;
}
.calendar-container {
  width: 100%;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 10px 30px 3px rgba(105, 95, 151, 0.16);
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.calendar-header {
  display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 420px;
    margin: auto;
    justify-content: space-between;
	padding-bottom: 5px;
}
a#next-cal img, a#prev-cal img {
    width: 38px;
    box-shadow: 0px 0px 20px 2px #39288a80;
    border-radius: 16px;
	 transition: all 0.5s ease-out;
}
a#next-cal:hover img, a#prev-cal:hover img {
    width: 34px;
    box-shadow: 0px 0px 0px 0px #39288a80;
    border-radius: 16px;
	 transition: all 0.2s ease-out;
}
.calendar-header h2 {
  font-size: 20px;
}
.calendar-grid {
  display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    border-top: 1px solid #EBEBEB;
    border-radius: 4px;
    overflow: hidden;
}
.day-name, .calendar-day {
    text-align: center;
    background-color: #ffffff;
    border-bottom: none;
    border-right: none;
    font-weight: bold;
    box-sizing: border-box;
}
.day-name {
  padding: 15px 5px;
  font-weight: 600;
  font-size: 14px;
}
.calendar-day {
  padding: 5px 5px;
  padding-bottom: 8px;
}
.calendar-day {
    background-color: #ffffff;
    min-height: 140px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    font-weight: normal;
	border-radius: 12px;
}
.calendar-day:nth-child(7n) {
    border-right: none;
}
/* Eliminar borde inferior para la última fila de días */
.calendar-grid .calendar-day:nth-last-child(-n + 7) {
  border-bottom: none;
}
.day-number {
  font-size: 0.8em;
  margin-bottom: 8px;
  align-self: center;
  padding: 5px;
  color: #000000;
}
span.agency-color {
    width: 10px;
    height: 9px;
    display: inline-block;
    border-radius: 10px;
    margin-right: 5px;
}
span#agency-1 {
    background-color: #b3d8de;
}
span#agency-2 {
    background-color: #ebc1c7;
}
a.plus-more {
    background-image: url(/img/plus.svg);
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 11px;
    width: 78px;
    height: 17px;
    line-height: 1.5em;
    margin: auto;
    margin-top: 5px;
}
.calendar-day.empty {
  background-color: #f9f9f9;
  visibility: hidden; /* O display: none; si no quieres que ocupe espacio */
}
.calendar-day.booked {
    background-color: #F6EFFF;
    /* color: #fff !important; */
}
.calendar-day.booked span.day-number {
    color: #fff !important;
    background-color: #614ACB;
    border-radius: 45px;
    width: 28px;
}
.calendar-day.actual.booked .day-number {
    color: #fff !important;
    background-color: #7A86A1;
    border-radius: 16px;
    width: 30px;
}
.calendar-day.actual .day-number {
    color: #fff !important;
    background-color: #7A86A1;
    border-radius: 16px;
    width: 30px;
}
.calendar-day.actual.booked {
    background-color: #ebecef;
}
.calendar-day.booked .day-number, .calendar-day.actual .day-number {
    color: #000000;
    font-weight: 400;
}
#book-cal {
    align-self: start;
    color: #614ACB;
    font-size: 0.75rem;
    text-decoration: none;
    padding-bottom: 5px;
    padding-left: 2px;
}
table.dest-table {
    background-color: #F6EFFF;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 12px;
	color: #6149CD;
	font-size: 14px;
}
table.main-table {
    font-size: 14px;
    color: #7A86A1;
    padding-left: 25px;
    line-height: 1.6rem;
    margin-top: 25px;
	margin-bottom: 40px;
}
.table-container {
  max-width: 100%;
    overflow-x: auto;
  overflow-x: auto; /* Permite scroll horizontal en pantallas pequeñas */
}
/* Ahora usamos solo el ID para la tabla */
#miTablaDeHorarios {
  width: 100%;
  border-collapse: collapse; /* Elimina el espacio entre bordes de celdas */
  background-color: #000; /* Fondo de la tabla, similar al cuerpo de la imagen */
  border-radius: 8px; /* Bordes redondeados para la tabla si aplica */
}
#miTablaDeHorarios thead {
    background-color: #F6EFFF;
    color: #7A86A1;
}
#miTablaDeHorarios th {
  padding: 15px 10px;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #4a4a4a; /* Separador sutil */
  white-space: nowrap; /* Evita que el texto de la cabecera se rompa */
  font-size: 0.9rem;
  padding-left: 15px;
	border-bottom: 6px solid #ffffff;
}
#miTablaDeHorarios #agencia1 {
    background-color: #EECACF;
    border-bottom: 1px solid #fff;
}
#miTablaDeHorarios #agencia2 {
    background-color: #CAE9EE;
    border-bottom: 1px solid #fff;
}
#miTablaDeHorarios tbody tr:last-child {
  border-bottom: none; /* Eliminar el borde inferior de la última fila */
}
#miTablaDeHorarios td {
      padding: 15px 10px;
    vertical-align: middle;
    color: #7A86A1;
    position: relative;
    padding-left: 15px;
    font-size: 0.9rem;
}
.info-icon {
  font-style: normal; /* Para que la 'i' no sea cursiva */
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0.8em;
  margin-left: 5px;
  cursor: help;
  color: #fff;
  background-color: rgb(93 75 196);
}
.card-container{
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 10px 30px 3px rgba(105, 95, 151, 0.16);
    width: 100%;
}
.card-container-generico {
padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 10px 30px 3px rgba(105, 95, 151, 0.16);
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
}
.listado-reservas {
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 10px 30px 3px rgba(105, 95, 151, 0.16);
    width: 100%;
	padding-left: 20px;
    padding-right: 20px;
}
a.download {
    background-color: #fff;
    display: block;
    height: 40px;
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 16px;
	box-shadow: 5px 5px 20px 6px rgba(105, 95, 151, 0.10);
}
a.download:hover {
    background-color: #7c6dcc2b;
    box-shadow: 0px 0px 0px;
    transition: all 0.2s ease-out;
}
.title-table-reserva {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	margin-top: 15px;
    margin-bottom: 15px;
}
.listado-reservas h2 {
    font-size: 22px;
    padding-left: 15px;
    line-height: 1rem;
}
button.open img {
    width: 16px;
}
button.delete img {
    width: 12px;
}
button.editar img {
    width: 24px;
}
button {
    border: none;
	background: none;
}
section.wrapper-center {
    height: 100vh;
    background-color: #4172FF;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.login-content {
    width: 500px;
    height: 600px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #00000080;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
input#user, input#password {
    width: 300px;
    height: 44px;
    border-radius: 50px;
    border: 1px solid #4c71f6;
    background: #F2F8FF;
    padding-left: 20px;
}
input#login {
    width: 300px;
    height: 44px;
    border-radius: 50px;
    border: none;
    background: #4c71f6;
    padding-left: 20px;
    color: #fff;
}
a.link-login {
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #5470ee;
}
.card {
        width: 230px;
    height: 360px;
    box-shadow: 0px 10px 30px 3px rgba(105, 95, 151, 0.16);
    display: flex;
    border-radius: 20px;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}
.card-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
}
img.main-experiencia {
    border-radius: 20px 20px 0px 0px;
}
.card h2 {
    font-size: 14px;
    text-align: center;
    color: #5e4bc6;
    padding: 15px;
	padding-top: 0;
    padding-bottom: 0;
}
span.txt-card {
    font-size: 14px;
    text-align: center;
    color: #5d4ac6;
}
.card-botonera {
    width: 65%;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
button.card-bot{
    background-repeat: no-repeat;
    background-size: 14px;
    height: 40px;
    width: 40px;
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    background-position: center;
	transition: all 0.2s ease-out;
}
button.card-bot.view-bot:hover {
    background-size: 12px;
}
button.card-bot:hover {
    background-size: 10px;
    background-color: #f1efff;
	transition: all 0.2s ease-out;
}
button.card-bot.info-bot {
    background-image: url(/img/ico-info.svg);

}
button.card-bot.view-bot {
    background-image: url(/img/icon-view.svg);
	background-size: 16px;
}
button.card-bot.delete-bot {
    background-image: url("/img/icon-delete.svg");
}
button.card-bot.agendar-calendar {
    background-image: url(/img/ico-calendar-violeta.svg);
    background-size: 16px;
}
.detalle-container {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.detalle-container  img.main-experiencia-detalle {
    border-radius: 30px 30px 0px 0px;
}
.detalle-container .col-1 {
    width: 30%;
    border-radius: 30px;
    box-shadow: 0px 10px 30px 3px rgb(105 95 151 / 22%);
}
.main-detalles {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
}
.row {
    width: 100%;
    display: flex;
    flex-direction: row;
	
}
.mb-15 {
	margin-bottom: 15px
}
.main-detalles .col-1 {
    width: 50%;
    box-shadow: none;
}
.main-detalles .col-2 {
    width: 50%;
    box-shadow: none;
}
.main-imagen {
    position: relative;
}
button#delete-item {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    font-weight: 200;
    color: #7A86A1;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    background-color: #fff;
    border-radius: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 2px;
}
a.galeria-item {
    position: relative;
}
.imagen-galeria button#delete-item {
    top: 8px;
    right: 8px;
}
.main-detalles span {
    font-size: 14px;
    color: #7A86A1;
    line-height: 1.5rem;
    display: flex;
    margin-bottom: 0px;
}
.imagen-galeria img {
    width: 120px;
    border-radius: 12px;
}
.imagen-galeria img {
    width: 72px;
    border-radius: 12px;
}
.galeria-foto a:hover {
    filter: brightness(0.5);
}
.main-detalles .galeria-foto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 16px;
	margin-bottom: 25px;
}
input.tipo-vehiculo {
    width: 100%;
    border: 1px solid #ddd;
    font-weight: 700;
	margin-bottom: 10px;
}
input.cantidad {
    border: 1px solid #ddd;
    border-radius: 12px;
    height: 38px;
    width: 62px;
    text-align: center;
    color: #7c869f;
}
.detalle-container h4 {
    font-size: 14px;
    font-weight: 700;
    color: #6149CD;
    margin: 0;
	margin-bottom: 5px;
	margin-right: 0px
}
.row.col-dir {
    display: flex;
    flex-direction: column;
}
ul.listado-detalles {
    font-size: 14px;
    color: #7A86A1;
    list-style: none;
    margin-left: -40px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.6rem;
}
span.txt-main {
    font-size: 14px;
    color: #7A86A1;
}
.detalle-container .col-2 {
    width: 74%;
    padding-left: 30px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.text-content {
    width: 100%;
	height: auto;
    overflow-y: auto;
	margin-bottom: 35px;
}
.text-content p {
   font-size: 14px;
    color: #7A86A1;
    line-height: 1.5rem;
}
.w140px {
width: 140px; 
}
.main-detalles .col-2{
	padding-left: 10px
}
textarea#descripcion-experiencia {
    width: 100%;
    height: 240px;
    border-radius: 20px;
    border-color: #EBEBEB;
    padding: 20px;
    color: #5d4ac6;
    font-size: 14px;
}
textarea#descripcion-observacion {
    width: 100%;
    height: 180px;
    border-radius: 20px;
    border-color: #EBEBEB;
    padding: 20px;
    color: #5d4ac6;
    font-size: 14px;
}
.calificacion {
    display: flex;
    margin: auto;
}
.tabs-descripcion-calificacion {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.tabs-descripcion-calificacion h4.on {
    border-bottom: 4px solid #5d4ac6;
    padding-bottom: 15px;
    margin-bottom: -10px;
	margin-right: 35px;
}
.tabs-descripcion-calificacion h4.off a {
    color: #838ca4;
	margin-right: 35px;
}

.tabs-descripcion-calificacion h4.off a:hover {
    color: #838ca4;
    border-bottom: 4px solid #5d4ac6;
    padding-bottom: 15px;
}
.calificacion-detalle {
    margin-bottom: 25px;
}
.calificacion-detalle h5 {
    color: #7A86A1;
    margin-bottom: 10px;
    margin-top: 0;
}
.calificacion-detalle .calificacion {
    margin-bottom: 10px;
}
table#miTablaDeHorarios.administradores thead tr {
    background: #F6EFFF !important;
}
table#miTablaDeHorarios.administradores tr {
    background: #F6F6F6;
    border-bottom: 4px solid #fff;
}

table#miTablaDeHorarios.misexperiencias tr {
    background: #F6F6F6 !important;
}
.card.selecccionada {
    border: 6px solid #f0b7e0;
    border-radius: 28px;
}
label.check-aceptar {
    font-size: 13px;
}
label.check-aceptar a {
    color: #5d4ac6;
    text-decoration: underline;
}
.card-container-generico.confirmacion {
    display: flex;
    flex-direction: row;
}
.confirmacion-header-texto {
    margin-left: 20px;
}
.card-container-generico.confirmacion h2 {
    margin-bottom: 0;
}
.card-container-generico.confirmacion {
    padding: 20px;
    border-radius: 90px;
}
.tit-fila-confirmacion {
    font-weight: 700;
    color: #7A86A1;
	font-size: 14px;
	height: 35px;
}
.subtit-fila-confirmacion {
    font-weight: 400;
    color: #7A86A1;
    font-size: 14px;
	height: 35px;
}
.txt-fila-confirmacion {
    color: #5e4ac6;
	font-weight: 700;
	height: 35px;
}
.txt-fila-calificacion {
    color: #5e4ac6;
	font-weight: 700;
	height: 35px;
}
.txt-fila-calificacion td {
     border-bottom: 1px solid #CFC6F0;
    padding-bottom: 15px;
    padding-top: 15px;
}
tr.txt-fila-calificacion:last-of-type td {
    border: none !important;
}
img.imagen-calificacion {
    width: 110px;
    border-radius: 20px;
}
.calificacion.calificar {
    margin-bottom: 30px;
}
.calificacion.calificar img {
    width: 30px;
    margin-right: 10px;
}
/*CSS 25-11-2025*/
.wrapper-login {
    display: flex;
}
section.login {
    height: 100vh;
    width: 50%;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
}
section.login.izq {
background: #6149CD;
background: linear-gradient(31deg,rgba(97, 73, 205, 1) 11%, rgba(252, 180, 227, 1) 100%);}
img.logo-login {
    width: 174px;
}
.box-login {
    width: 580px;
}
.inputs-login {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.inputs {
    display: flex;
    flex-direction: column;
	width: 50%;	
}
input#user {
    border: 1px solid #EBEBEB;
}
input#password {
    border: 1px solid #EBEBEB;
}
.inputs.check {
    width: 100%;
    flex-direction: row;
    margin-top: 15px;
    margin-bottom: 30px;
}
.box-login span.txt-main {
    line-height: 3.2rem;
}
.inputs.check a {
    display: block;
    line-height: 2.2rem;
    color: #6149CD;
    font-size: 14px;
    margin-left: 40px;
}
input#userlog, input#passwordlog {
    width: 270px;
    height: 44px;
    border-radius: 50px;
        border: 1px solid #EBEBEB;
    background: #FFF;
    padding-left: 20px;
}
.box-login hr {
    width: 40px;
    margin-left: 0;
}
.inputs-login label {
    font-size: 14px;
    font-weight: 600;
    line-height: 2.2rem;
}
.box-login hr {
    width: 40px;
    margin-left: 0;
    border-color: #ffffff;
    opacity: 0.7;
}
input.login-button {
background: #6149CD;
    background: linear-gradient(91deg, rgba(97, 73, 205, 1) 11%, rgba(252, 180, 227, 1) 100%);
    width: 260px;
    height: 50px;
    border: none;
    border-radius: 0px 40px 40px 40px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.modal-content.disponibilidad {
    max-width: 640px;
}
label.check-box {
    color: #7A86A1;
    font-weight: 400;
}
.calendar-header.mi-agenda {
    margin: initial;
    display: flex;
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
}
.agenda-selector {
    display: inline-flex;
    width: 420px;
    justify-content: space-between;
    align-items: center;
}
a#next-cal img, a#prev-cal img {
    box-shadow: 0px 0px 20px 2px #39288a29;
}
a.disponibilidad-button {
    background-color: #5d4bc4;
    border-radius: 90px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 54px;
    padding-right: 28px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-image: url(/img/ico-nuevo-white.svg);
    background-repeat: no-repeat;
    background-position-y: 12px;
    background-size: 20px;
    background-position-x: 18px;
}
.switch {
  position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.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: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #5d4ac6;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.card-botonera.center {
    justify-content: center;
}

/* END CSS 25-11-2025*/	



/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
@media (min-width: 768px) {
.right {
    display: none;
}
}


@media (max-width: 768px) {
/*CSS 25-11-2025*/
.wrapper-login {
    flex-direction: column;
}
section.login {
    width: 100%;
}
section.login {
    height: 50vh;
	text-align: center;
}
.box-login {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.box-login h1 {
    font-size: 1.4rem;
}
.box-login span.txt-main {
    line-height: 2.2rem;
}
.inputs {
    width: 100%;
}
.inputs-login {
    flex-direction: column;
}
.inputs-login label {
    line-height: 2rem;
}
.inputs.check {
    flex-direction: column;
}
.inputs.check a {
    line-height: 1.6rem;
    font-size: 13px;
    margin-left: 0px;
}
.inputs.check {
    margin-top: 10px;
    margin-bottom: 20px;
}
img.logo-login {
    width: 138px;
}
input#userlog, input#passwordlog {
    height: 40px;
	width: 100%
}
.box-login hr
 {
    width: 40px;
    margin-left: auto;
    border-color: #ffffff;
    opacity: 0.7;
}
	
/* END CSS 25-11-2025*/	
  #miTablaDeHorarios th, #miTablaDeHorarios td {
    padding: 10px 5px;
    font-size: 0.7em;
  }
  #nav-var {
    display: none;
}
.sidenav {
	display: block
}
  .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  border-right: 1px solid #c9d5fb;
  background-color: #f5f8fd;
}
.menu-title {
    font-size: 0.9rem;
}
.sidenav a {
  transition: 0.3s;
  font-size: 0.90rem;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav #closebtn {
  position: absolute;
        top: 0;
        right: 10px;
        font-size: 36px;
        margin-left: 20px;
        text-decoration: none;
        color: #000;
}
.logo {
    padding-left: 10px;
}
nav {
    padding-left: 10px;
	margin-top: 30px;
}
.menu-item {
    margin-bottom: 22px;
}
#openbtn {
	display: block;
    font-size: 24px !important;
}	
.reservas-menu {
    flex-direction: column;
}
.content {
    padding: 10px;
}
  .info-icon {
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 0.7em;
  }
}
@media (max-width: 768px) {
  .calendar-container {
    width: 100%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  padding: 20px;
  box-sizing: border-box;
	margin-bottom: 40px;
  }
  .top {
    padding-left: 10px;
	height: 60px;
	align-items: center;
	padding-right: 10px;
}
	.reservas-menu {
    align-items: flex-start;

}
	.top span.name {
    font-size: 0.9rem;

}
	.top h3 {
    font-size: 0.8rem;
}
	.reservas-menu h2 {
    font-size: 1.1rem;
	    margin-right: 20px;
}
	#mes-reservas, #year-reservas {
    font-size: 0.8rem;
	margin-right: 15px;
}
	    button#create-reserva {
        width: 180px;
        font-size: 0.8rem;
        margin-top: 20px;
        margin-bottom: 10px;
    }
	#book-cal {
    font-size: 0.6rem;
}
	.reservas-menu .left {
    width: 100%;
}
  .day-name, .calendar-day {
    padding: 10px 3px;
    font-size: 0.9em;
  }
  .day-number {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .day-name, .calendar-day {
    padding: 8px 2px;
    font-size: 0.8em;
  }
  .day-number {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 640px) {
  .slice {
    display: none;
  }
}