
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*, button:focus{
  outline: none;
}

body {
  background: #fff;
  font-family: "Montserrat", serif;
  margin: 0;
  overflow-x: hidden;
  color: #fff;
  font-weight: 400;
}
html {
  position: relative;
  min-height: 100%;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
a:hover,
a:focus,
a.btn:hover,
a.nav-link:hover {
  text-decoration: none;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  /*color: #f89d65;*/
}

input:focus,
textarea:focus,
.form-control:focus,
input:active,
textarea:active,
.form-control:active{
  box-shadow: none!important;
  background-color: inherit;
  color: inherit;
}
input:-internal-autofill-selected {
	background-color: transparent!important;
}
textarea {
  resize: none;
}
.btn_brand{
  background-color: #76afc2;
  color: #000;
  border-radius: 25px;
  -webkit-box-shadow: -0.314px 8.995px 6.51px 0.49px rgba(0, 0, 0, 0.11);
-moz-box-shadow: -0.314px 8.995px 6.51px 0.49px rgba(0, 0, 0, 0.11);
  box-shadow: -0.314px 8.995px 6.51px 0.49px rgba(0, 0, 0, 0.11);
  min-width: 100px;
  margin-right: 15px;
  border: 0;
}
.btn_brand:hover{
  background-color: #ce8689;
  color: #fff!important;
}
.btn_brand.__cancel,
.btn_brand.__cancel:hover{
  background-color: #E0E0E0;
  color: #000!important;
}
.btn_brand.__delete,
.btn_brand.__delete:hover{
  background-color: #E53935;
}
.btn.btn_brand:focus,
.btn.btn_brand:active{
	-webkit-box-shadow: -0.314px 8.995px 6.51px 0.49px rgba(0, 0, 0, 0.11);
-moz-box-shadow: -0.314px 8.995px 6.51px 0.49px rgba(0, 0, 0, 0.11);
  box-shadow: -0.314px 8.995px 6.51px 0.49px rgba(0, 0, 0, 0.11);
  color: #fff;
  background-color: #ce8689;
}
.btn.btn_brand.__cancel:focus,
.btn.btn_brand.__cancel:active{
  background-color: #E0E0E0;
  color: #000!important;
}

/*Custom-select*/
.content_select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 125px;
  padding-right: 20px;
  cursor: pointer;
}
/* Eliminamos la fecha que por defecto aparece en el desplegable */
.content_select select::-ms-expand {
  display: none;
}
.content_select{
  position: relative;
}
.content_select i{
  position: absolute;
  right: 5px;
  top: 8px;
  color: #b7b7b7;
  font-size: 10px;
}
/*select.form-control:focus{
  background-color: #fff;
}*/
.form-select.form-control > option{
	color: #000;
}

.form_error{
  color: #F44336;
  font-style: italic;
  font-size: 14px;
}
/*Input floating style*/
.form-floating>.form-control{
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid #fff;
  border-radius: 0;
  padding: .225rem .375rem;
  color: #fff;
  height: 3.475rem;
}
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown){
  padding-bottom: .575rem;
}
.form-floating>label{
  padding: 1rem 0 .275rem .275rem;
}
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label{
  opacity: 1;
  padding-top: .585rem;
}
.form-check.form-switch{
	text-align: left;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #455a64;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
h1 {
  line-height: 40px;
  font-size: 36px;}
h2 {
  line-height: 36px;
  font-size: 24px; }
h3 {
  line-height: 30px;
  font-size: 21px; }
h4 {
  line-height: 22px;
  font-size: 18px; }
h5 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 400; }
h6 {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
}

.box {
  border-radius: 4px;
  padding: 10px; }

.no-wrap td,
.no-wrap th {
  white-space: nowrap; }

ol li {
  margin: 5px 0;
}

.hide { display: none; }

#main-wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}
.page-wrapper {
  background: transparent;
  padding: 25px;
  position: relative;
}
.page-wrapper.home {
  padding: 6px 0 40px;
}

/*Off Canvas*/
/*body.offcanvasIn{
  max-height: 100vh;
  overflow: hidden;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
body .capa_overlay{
  transition: all .25s;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 70;
  left: 0;
  visibility: hidden;
}
body.offcanvasIn .capa_overlay{
  transition: all .25s;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  visibility: visible;
}
.offcanvas .offcanvas_head i{
  cursor: pointer;
  position: absolute;
  right: 32px;
}
.offcanvas_head .title{
  margin-bottom: 0;
  font-size: 18px;
  text-transform: capitalize;
}
.offcanvas_btn{
  color: #fff;
  font-weight: 300;
  background: #42A5F5;
  font-size: 14px;
}
.offcanvas_body{
  padding-top: 20px;
}
.offcanvas .item_list_event{
  padding: .25rem .5rem;
  margin-bottom: 15px;
  border-radius: 12px;
  font-size: 15px;
  color: #fff;
}
.offcanvas .item_list_event a{
  color: #fff;
  display: block;
}
.offcanvas_body label{
  font-size: 15px;
}*/
/*Off Canvas Detalles*/
/*.bottom-side-panel.offcanvas{
  width: 768px;
  max-width: 90%;
  padding: 30px;
  background: #fff;
  position: fixed;
  transform: translateY(265px);
  bottom: -5px;
  left: 22%;
  height: 260px;
  z-index: 200;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  box-shadow: 0 0 10px -5px rgba(0,0,0,.2), 0 0 24px 2px rgba(0,0,0,.14), 0 0 30px 5px rgba(0,0,0,.12);
  -moz-box-shadow: 0 0 10px -5px rgba(0,0,0,.2), 0 0 24px 2px rgba(0,0,0,.14), 0 0 30px 5px rgba(0,0,0,.12);
  -webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,.2), 0 0 24px 2px rgba(0,0,0,.14), 0 0 30px 5px rgba(0,0,0,.12);
  border-radius: 10px 10px 0 0;
}
.bottom-side-panel.offcanvas.__in{
  transform: translateY(0);
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.offcanvas.detail_event .offcanvas_body{
  display: flex;
  display: -ms-flexbox;
  justify-content: space-around;
  align-items: flex-start;
  position: relative;
  padding-top: 5px;
}
.offcanvas.detail_event #close_offcanvas_detail{
  position: absolute;
  top: -38px;
  right: -36px;
  font-size: 25px;
  cursor: pointer;
}
.offcanvas.detail_event .img_detail_event{
	width: 150px;
}
.offcanvas.detail_event .title{
  margin-bottom: 20px;
}
.offcanvas.detail_event .info_detail_event div{
  font-style: italic;
  margin-bottom: 5px;
}
.offcanvas.detail_event .horas{
  background-color: #CFD8DC;
  margin-top: 20px;
  padding: .5rem;
}*/



/*
color naranja: f89d65
color burdeo: 723d45
*/








/*******************
Registro & Login
*****************/
.page_registro{
  min-height: 100vh;
  overflow: hidden;
  margin: 0;
  background: url('../img/bckg_app.png') no-repeat center 80px;
  background-size: cover;
}
.registro_area{
  height: 100vh;
  text-align: center;
  padding: .925rem 2.1rem 1.5rem;
}
.heading_brand{
  margin-bottom: 72px;
}
.heading_brand img{
  width: 180px;
}
.regis_details .login_text{
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 23px;
}
.form-floating>.form-control#password:focus,
.form-floating>.form-control#password:not(:placeholder-shown){
  padding-right: 30px;
}
#s_pass_regi{
  font-style: italic;
  color: #BDBDBD;
  padding-left: 10px;
}
#visi_pass,
#visi_pass2{
  cursor: pointer;
}
#login #visi_pass,
#login #visi_pass2,
#checkout #visi_pass{
  position: absolute;
  top: 26px;
  right: 4px;
}
.mas_btn .form-switch{
	float: left;
  font-weight: 300;
  font-size: 12px;
}
.mas_btn{
	margin-top: 10px;
}
.mas_btn #recover_pass{
  float: right;
  font-weight: 300;
  font-style: italic;
  font-size: 11px;
}
#recover_pass a{
  color: #fff;
}
.login_btn{
	margin: 60px 0 14px;
}
#btn_login{
  display: block;
  width: 100%;
  background-color: #723d45;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.call_to_regis{
	font-size: 14px;
}
.call_to_regis a{
	font-weight: 600;
	color: #723d45;
}
.page_registro.__2 .login_btn{
	margin: 25px 0 8px;
}
.page_registro.__2 .registro_area{
  min-height: 100vh;
  height: auto;
}
.page_store{
  min-height: 100vh;
  overflow: hidden;
  margin: 0;
  background: rgb(255,202,138);
  background: linear-gradient(180deg, rgba(255,202,138,1) 0%, rgba(226,156,104,1) 52%, rgba(255,130,110,1) 100%);
  z-index: 50;
}
/*.page_store::after{
  content: " ";
  background: url(../img/V_opaca_grande.png) no-repeat bottom right;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50%;
  width: 100%;
  color: #f89d65;
  z-index: 5;
}*/
.page_store h4{
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 12px 0 25px;
}
.page_store .img_store{
  text-align: center;
}
.block_store img{
  width: 200px;
}


/*******************
Menu Topbar & Side
******************/
#menu_lateral{
  position: fixed;
  width: 240px;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px .75rem;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 4px 0px 15px -2px rgb(0 0 0 / 15%);
  -moz-box-shadow: 4px 0px 15px -2px rgb(0 0 0 / 15%);
  box-shadow: 4px 0px 15px -2px rgb(0 0 0 / 15%);
}
.navbar-header{
  text-align: center;
}
.is_logo{
  width: 150px;
  margin: 0 auto;
}
#menu_lateral .menu{
  height: 58%;
  padding-top: 15px;
  padding-bottom: 15px;
}
#menu_lateral .menu ul{
  width: 100%;
  max-width: 100%;
}
.menu_divider{
  height: 0;
  width: 100%;
  margin: 0;
  border-top: 1px solid #cd8b89;
}
.perfil_header{
  text-align: center;
}
.perfil_header img{
  width: 80px;
  max-width: 80px;
  height: 80px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 100%;
}
.perfil_header span{
  font-size: 16px;
  display: block;
  padding: 6px 0;
}
.ti-power-off{
	color: #768d9b;
	font-weight: 600;
}
.ti-power-off:hover{
  color: #cd8b89;
}

/*
.login_menu_superior .form-control{
  font-weight: 300px;
  border-radius: 0;
}
.login_menu_superior .alert{
  margin: 0 15px 0 0;
  padding: .5rem;
  font-size: 12px;
}
.login_menu_superior .form-text{
  margin: 0 0 0 12px;
  max-width: 75px;
  font-size: 10px;
  color: #9E9E9E;
}
/* Menu Topbar
.topbar {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  z-index: 50;
  background-color: #FAFAFA;
  min-height: 60px;
  padding: 0;
  border-bottom: #dadce0 1px solid;
}
.topbar .navbar {
  justify-content: space-between;
}
.topbar .navbar-menu {
  justify-content: flex-end;
}
.topbar .navbar-header {
  padding-left: 10px;
}
.topbar .navbar-header .navbar-brand {
  padding-bottom: 0px;
}
.topbar .dropdown-toggle::after {
  display: none;
}
.topbar .navbar-nav > .nav-item > .nav-link {
  padding: 0 15px;
  font-size: 17px;
}
.topbar .navbar-nav > .nav-item.show {
  background: rgba(0, 0, 0, 0.05);
}
.topbar .round-profile{
  background-color: #1976d2;
  display: block;
  padding: 5px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.topbar .dropdown-menu {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  border-color: rgba(120, 130, 140, 0.13);
}
.topbar ul.dropdown-user {
  padding: 0px;
  min-width: 270px;
}
.topbar ul.dropdown-user li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.topbar ul.dropdown-user li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(120, 130, 140, 0.13);
}
.topbar ul.dropdown-user li.head {
  padding: 9px 15px;
  color: #67757c;
  font-size: 13px;
  text-align: center;
}
.topbar ul.dropdown-user li a {
  padding: 9px 15px;
  display: block;
  color: #67757c;
}
.topbar ul.dropdown-user li a:hover {
  background: #e9edf2;
  color: #398bf7;
}
/*Buscador
.search-box .app-search {
  position: absolute;
  margin: 0px;
  display: block;
  z-index: 110;
  width: 100%;
  top: -1px;
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0px;
}
.search-box .app-search input {
  width: 100.5%;
  padding: 25px 40px 25px 20px;
  border-radius: 0px;
  font-size: 17px;
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.search-box .app-search input:focus {
  border-color: #ffffff;
}
.search-box .app-search .srh-btn {
  position: absolute;
  top: 23px;
  cursor: pointer;
  background: #ffffff;
  width: 15px;
  height: 15px;
  right: 20px;
  font-size: 14px;
}
/*dropdown-item
.dropdown-item {
  padding: 8px 1rem;
  color: #67757c;
}
*/


/**Home**/
.home .btn_perfil{
  background-color: #723d45;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.home .heading_brand img{
  width: 35px;
}
.home .heading_brand{
  margin-bottom: 16px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
.home .heading_brand > .round_perfil{
	position: relative;
	height: 35px;
}
.home .heading_brand > .round_perfil > a{
	display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.home .heading_brand > .round_perfil > a > img{
	width: 35px;
    height: 100%;
    background: #fef1e1;
    border-radius: 50% 0 0 50%;
    padding: 0px 3px;
}
.item_nav_card{
  height: 65px;
  background: rgb(255,202,138);
  background: linear-gradient(90deg, rgba(255,202,138,1) 0%, rgba(226,156,104,1) 52%, rgba(255,130,110,1) 100%);
  border-radius: 7px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.item_nav_card a{
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.item_nav_card a::after{
	content: " ";
	background: url('../img/V_opaca.png') no-repeat center;
	position: absolute;
	top: -1px;
    right: -8px;
    opacity: .15;
    height: 100%;
    width: 60px;
}
.item_nav_card .icon_home{
  width: 50px;
  max-width: 20%;
  height: 100%;
  background: rgb(255 255 255 / 75%);
  border-radius: 0 50% 50% 0;
  padding: 0px 6px 0px 3px;
}
.item_nav_card .tit_nav_card{
  color: #fff;
  margin-left: 14px;
}
/********
Cards
*********/
.card {
  position: relative;
}

.card_container {
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ECEFF1;
}
/*.card_container .title{
  text-transform: capitalize;
  border-bottom: 1.5px solid #ecd762;
  display: inline-block;
  line-height: 26px;
}
.actions_card{
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.btn_card{
  color: #fff;
  background-color: #282658;
  padding: .25rem;
  border-radius: .35rem;
  font-size: 13px;
}
.btn_card:hover{
  color: #fff;
}
.info_card .btn_card{
  display: inline-block;
  margin-top: 10px;
}
.icon-cruz{
  color: #d32f2f;
  cursor: pointer;
}

.cancelar_tick{
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
}
.mes_list,
.is_title{
  color: #282658;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.btn_back{
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 16px;
}
.btn_back a{
  color: #282658;
}*/

/*Cambiar contraseña*/
.change_my_pass .form-control{
  font-weight: 300px;
  border-radius: 0;
}
.change_my_pass .card{
  padding: 1.25rem;
}
#reset_pass{
  background-color: #1976D2;
  color: #fff;
  font-weight: 300;
  border-radius: 0;
  margin-top: 20px;
}
/*Ajustes para notif*/
.config_notif .card_container{
  margin-bottom: 50px;
  background-color: #E0E0E0;
}
.config_notif .card_container .is_title{
  margin-bottom: 5px;
}
.config_notif .text_help{
  color: #BDBDBD;
  font-style: italic;
  display: block;
  margin-bottom: 30px;
}

/**************
Calendario
*************/
#calendar .fc-button:focus{
	outline: 0!important;
	box-shadow: none!important;
}
#calendar a.fc-event{
  cursor: pointer;
  border-color: #fff!important;
}
#calendar .fc-v-event h5.titulo_cal{
  color: #fff;
  font-weight: 400;
  font-size: 11px;
}
#calendar .fc-v-event i.terapeuta_cal{
  color: #fff;
  font-size: 11px;
}
#calendar td,
#calendar th,
#calendar table{
  border-color: #515151!important;
}
.terapeutas_page.__crearcita #calendar .fc-header-toolbar .fc-button,
.pacientes_page.__crearcita #calendar .fc-header-toolbar .fc-button{
  padding: .245rem .375rem;
  font-size: .695em;
}
.terapeutas_page.__crearcita #calendar .fc-header-toolbar .fc-toolbar-title,
.pacientes_page.__crearcita #calendar .fc-header-toolbar .fc-toolbar-title{
  font-size: 1.375rem;
}
.calendar_pacientes_page #calendar .fc-toolbar-title{
  font-size: 21px;
}


/*******************
Tables
*******************/
.vm.table td,
.vm.table th {
  vertical-align: middle;
}
.no-th-brd.table th,
.no-th-brd.table tr,
.no-th-brd.table td {
  border: 0px;
}

.table thead th{
  border-bottom: 2px solid #2a95c3;
  border-top: 0;
  font-weight: 500;
  color: #14405d;
  font-size: 16px;
}

.table th,
.table td{
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  font-weight: 400;
  padding: 0.875rem 0.5rem;
  text-align: center;
  font-size: 14px;
}
.pagination .page-item.active > .page-link{
	background-color: #678391;
	border-color: #678391;
}

/****Filtro de listado****/
.top_table {
  margin-bottom: 35px;
}
.top_table form{
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.top_table form .form-control {
  margin: 0 5px;
}
.top_table form button.form-control {
  width: 100px;
  background: #1976D2;
  color: #fff;
}

/*Buscador*/
.buscador{
  text-align: right;
  position: relative;
}
.buscador .form-control{
  width: 225px;
  max-width: 100%;
  display: inline-block;

  white-space: nowrap;
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
  background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.buscador input.table_filter:focus {
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#678391), to(#678391)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
  background-image: -webkit-linear-gradient(#678391, #678391), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: -o-linear-gradient(#678391, #678391), -o-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: linear-gradient(#678391, #678391), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 100% 2px, 100% 1px;
  -webkit-box-shadow: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 0;
}

/*Iconos de tablas*/
.table > tbody > tr.paciente_is_select{
	background-color: #FF5252;
}
.table > tbody > tr.terapeuta_is_select{
	background-color: #C8E6C9;
}
.table > tbody > tr > td.pg-actions > div.td_actions{
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
}
.table > tbody > tr > td.pg-actions > div > a.btn_icon > img{
	margin-right: 7px;
}
.table > tbody > tr > td.pg-actions > div > a.btn_icon:last-of-type > img{
	margin-right: 0;
}


/*************
Form Material
***************/
.form-material .form-group {
  overflow: hidden;
}
.form-material .form-row {
  margin-bottom: 1rem;
}
.form-material .form-control {
  background-color: rgba(0, 0, 0, 0);
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  -webkit-transition: background 0s ease-out 0s;
  -o-transition: background 0s ease-out 0s;
  transition: background 0s ease-out 0s;
}
.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#e9edf2), to(#e9edf2));
  background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#e9edf2, #e9edf2);
  background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#e9edf2, #e9edf2);
  background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#e9edf2, #e9edf2);
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
}
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0 none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.form-control-line .form-group {
  overflow: hidden;
}
.form-control-line .form-control {
  border: 0px;
  border-radius: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #f6f9ff;
}
.form-control-line .form-control:focus {
  border-bottom: 1px solid #398bf7;
}
.form-material ::placeholder {
  opacity: .55;
}
.form-material [type="submit"]{
  width: 100%;
  text-transform: uppercase;
  background-color: #00E676;
  color: #fff;
}
/*Error validation*/
.form-material .form-control.is-invalid,
.form-material .form-control.focus.is-invalid,
.form-material .form-control:focus.is-invalid {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dc3545), to(#dc3545)), -webkit-gradient(linear, left top, left bottom, from(#dc3545), to(#dc3545));
  background-image: -webkit-linear-gradient(#dc3545, #dc3545), -webkit-linear-gradient(#dc3545, #dc3545);
  background-image: -o-linear-gradient(#dc3545, #dc3545), -o-linear-gradient(#dc3545, #dc3545);
  background-image: linear-gradient(#dc3545, #dc3545), linear-gradient(#dc3545, #dc3545);
}


/*******************
Form Pickers
******************/
.asColorPicker-dropdown {
  max-width: 260px; }

.asColorPicker-trigger {
  position: absolute;
  top: 0;
  right: -35px;
  height: 38px;
  width: 37px;
  border: 0; }

.asColorPicker-clear {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none; }

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #398bf7; }

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background: #398bf7;
  color: #ffffff; }

.datepicker td,
.datepicker th {
  padding: 5px 10px; }


/*==============================================================
Select2
============================================================== */
.select-wrapper {
	position: relative;
	text-align: left;
}
.select2-container--default .select2-selection--single {
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid #fff;
  border-radius: 0;
  padding: .225rem .375rem;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
	padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #fff transparent transparent transparent;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
}
.select2-container--default .select2-results {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	background-color: #723d45;
}

/*.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  color: #ffffff;
  margin-right: 0px;
  margin-left: 4px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #398bf7;
  color: #ffffff;
  border-color: #398bf7; }*/

.form-floating.nacionalidad label {
	padding: 1rem 0 .275rem .275rem;
}



/*=============================
SWAL
============================= */
.swal2-actions .swal2-confirm{
  background-color: #4CAF50;
}
.swal2-actions .swal2-deny{
  background-color: #B0BEC5;
}
.swal2-actions .swal2-confirm:focus-visible{
 box-shadow: none!important;
}


/*******************
Table-Data Table
******************/
/*.dataTables_wrapper {
  padding-top: 10px; }

.dt-buttons {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 15px; }
  .dt-buttons .dt-button {
    padding: 5px 15px;
    border-radius: 4px;
    background: #398bf7;
    color: #ffffff;
    margin-right: 3px; }
    .dt-buttons .dt-button:hover {
      background: #2f3d4a; }

.dataTables_info,
.dataTables_length {
  display: inline-block; }

.dataTables_length {
  margin-top: 10px; }
  .dataTables_length select {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    padding-bottom: 5px; }
    .dataTables_length select:focus {
      outline: none;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
      background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
      background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
      background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
      background-size: 100% 2px, 100% 1px;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }

.dataTables_filter {
  float: right;
  margin-top: 10px; }
  .dataTables_filter input {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 10px; }
    .dataTables_filter input:focus {
      outline: none;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
      background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
      background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
      background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
      background-size: 100% 2px, 100% 1px;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  *cursor: hand;
  color: #67757c;
  border: 1px solid #ddd; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  border: 1px solid #398bf7;
  background-color: #398bf7; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #67757c;
  border: 1px solid #ddd;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white;
  border: 1px solid #398bf7;
  background-color: #398bf7; }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #67757c; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }
*/


/****************Checkout Area************************/
.page_checkout{
  margin: 0;
}
.checkout_area{
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: center;
}
.login_details{
  margin: 20px 0 25px;
  padding-top: 3px;
}
.login_details .form-floating > .form-control{
  border-bottom-color: #f89d65;
  color: #212529;
}
.login_details .form-floating > #password-login.form-control{
  padding-right: 24px;
}
.login_details .form-floating > label{
  color: #f89d65;
}
.page_checkout .round_step{
  display: inline-block;
  background: #723d45;
  width: 22px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-weight: 400;
  font-size: 14px;
}
.login_details .tit_step{
  margin-bottom: 14px;
}
.text_login_details{
  color: #212529;
  display: block;
  line-height: 1.15;
  font-size: 13px;
  margin-top: 13px;
}
.login_details.paso__valido{
  pointer-events: none;
  opacity: 0.5;
  max-height: 25px;
  overflow: hidden;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
}
.login_details.paso__valido h5{
  color: #4CAF50;
}
.login_details.paso__valido .round_step {
  background: #4CAF50;
}
.to_back{
  margin-top: 15px;
  color: rgba(0,0,0,0.25);
}
.to_back a{
  color: rgba(0,0,0,0.35);
}
.to_back a i{
  color: #B0BEC5;
}

/*****Cantidad - qty_product********
.qty_product.input-group{
    width: 75px;
}
.input-group span.input-group-btn,
.input-group input,
.input-group button{
  display: block;
  margin: 0;
    padding: 0;
    background: none;
    border: none;
}
.qty_product .fa-minus, .qty_product .fa-plus{
  color: #BDBDBD;
  font-size: 13px;
    font-weight: 100;
}
.qty_product.input-group input{
  max-width: 34px;
  font-size: 14px;
}
.delete_item_product{
  position: absolute;
  top: 0;
  right: 0;
  color: #BDBDBD;
}
.delete_item_product:hover{
  color: #F44336;
}*/

/***Totales***/
#haveCupon{
  margin-bottom: 24px;
}
#haveCupon .form-floating > .form-control{
  border-bottom: 1px solid #fff;
  color: #212529;
}
#haveCupon .form-floating > label{
  color: #212529;
}
/*#haveCupon form{
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.cupon_btn{
  background-color: #607D8B;
  color: #fff;
  margin-left: 15px;
  border-radius: 0;
}*/

.order_details .text_login_details,
.order_details .pay_details{
  display: none;
  height: 0;
}
.pay_details {
  width: 100%;
  border-left: 2px solid #f89d65;
  background-color: #CFD8DC;
  padding: 1.725rem;
  margin: 10px 0;
  height: auto;
}
.order_details{
  align-self: flex-start;
}
.order_details h5,
.pay_details h5,
.login_details h5{
  font-size: 16px;
  font-weight: 700;
  color: #723d45;
}
.order_details.paso__habilitado .text_login_details,
.order_details.paso__habilitado .pay_details{
  display: block;
  height: auto;
  transition: all .5s ease-in-out;
}
.order_details .account_details{
  margin-bottom: 20px;
}
.order_details .account_details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
  padding: 2px 0;
  font-weight: 400;
}
.order_details .account_details li.the_total {
  padding-top: 18px;
  font-weight: 700;
  font-size: 14px;
}
.order_details .icons_secure_pay img{
  width: 75%;
  opacity: .45;
  display: block;
  margin: 0 auto 30px;
}
#div_datos_tarjeta{
  padding: 0 1px 4px;
  border-bottom: 1px solid #fff;
  margin-bottom: 12px;
}
/*.order_method_pay{
  padding: 1.25rem;
  margin: 17px 0 0;
}
.method_pay:not(:last-child){
  margin-bottom: 15px;
}
.order_method_pay h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.order_method_pay h6 i {
  color: #BDBDBD;
}
.order_method_pay .method_pay p {
  font-size: 14px;
  line-height: 1.2;
  color: rgba(0,0,0,0.4);
}*/
#order_pay{
  display: block;
  width: 100%;
  margin-top: 20px;
  background-color: #f89d65;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 600;
}
.btn_pay{
  background-color: #fff;
  height: 38px;
  text-align: center;
  width: 100%;
}
.btn_pay > img{
  width: 54px;
}
.separe_pay{
  margin: .375rem auto;
  text-align: center;
  color: #849299;
}
#legal_check a{
  text-decoration: none;
  color: inherit;
}
.prev_checkout{
  color: #BDBDBD;
  font-size: 14px;
}
#checkout #visi_pass{
  color: #212529;
}
#checkout .error-text{
  color: #F44336;
  font-size: .7rem;
  line-height: 1.1;
  display: block;
  margin-top: 7px;
}

/*Thank page*/
/*.thank_brand{
  margin: 25px 0;
}
.thank_head p{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  border-bottom: 1px solid #67757c;
  padding: 0 2rem 15px;
  margin-bottom: 28px;
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.thank_head h1{
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 700;
}
.thank_text{
  margin: 40px 0 27px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.thank_social{
  font-size: 20px;
  margin-bottom: 10px;
}*/

/************************ADMIN*******************/
body.app{
  background-size: cover;
  background-position: center;
}
.block_menu_card{
  margin-bottom: 40px;
}
.menu_card_inner{
  border-radius: 25px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: relative;
  height: 175px;
  text-align: center;
}
.menu_card_inner .title_menu_card{
  font-size: 17px;
  font-weight: 500;
  color: #678391;
}
.menu_card_inner .card-body{
  height: 100px;
}
.menu_card_inner .card-footer{
  background-color: #678391;
  border-radius: 0 0 25px 25px;
  border: 0;
  padding: 0;
  height: 75px;
  position: relative;
}
.menu_card_inner .card-footer:hover{
	background-color: #cd8b89;
}
.menu_card_inner .img_menu_card{
    border: 2px solid #fff;
    padding: 1px;
    border-radius: 100%;
    position: relative;
    top: -45px;
    margin: 0 auto;
}

.menu_card_inner.__is_active .card-footer,
.menu_card_inner.__is_active:hover .card-footer{
  background-color: #cd8b89;
}
.menu_card_inner.__is_active .title_menu_card,
.menu_card_inner:hover .title_menu_card{
	color: #cd8b89;
}























/***AUDIOGUIA***/
/*Home*/
.is_audioguia .contenido{
	position: relative;
	display: flex;
	display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.is_audioguia .contenido::before{
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(245,207,170);
background: linear-gradient(0deg, rgb(251 251 251) 0%, rgb(255 255 255 / 90%) 5%, rgba(245, 207, 170, 0.15730042016806722) 65%);
  z-index: 1;
}
.heading_audioguia{
  text-align: center;
  padding: 115px 15px 15px 15px;
  position: relative;
  z-index: 20;
}
.title_audioguia{
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  background-color: #f89d65;
  padding: 0 .975rem;
  border-radius: 9px;
}
.heading_audioguia > p{
  /*color: #723d45;*/
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
.content_audioguia{
  padding: 25px;
  position: relative;
  z-index: 20;
}
.nav_by_card.__verti{
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav_by_card.__verti .item_nav_card {
  width: 46%;
  height: 130px;
  margin-bottom: 22px;
  background: rgb(255,130,110);
  background: linear-gradient(-45deg, rgba(255,130,110,1) 0%, rgba(226,156,104,1) 30%, rgba(255,202,138,1) 100%);
}
.nav_by_card.__verti .item_nav_card a {
  flex-direction: column;
}
.nav_by_card.__verti .item_nav_card a::after {
	top: 34px;
    right: -6px;
}
.nav_by_card.__verti .item_nav_card .icon_home {
  width: 85px;
  height: 60px;
  max-width: unset;
  border-radius: 0% 0% 50% 50%;
  padding: 6px 6px 8px 6px;
}
.nav_by_card.__verti .item_nav_card .tit_nav_card{
  margin-left: 0;
  margin-top: 20px;
}
/*Pistas*/
.pistas #exit{
  position: absolute;
  top: 10px;
  left: 12px;
}
.pistas #exit i{
  font-size: 20px;
  font-weight: 600;
}
.pistas .heading_brand{
  text-align: center;
  margin-bottom: 15px;
}
.heading_brand > p{
  color: #723d45;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.25;
}
.nav_by_pistas .item_nav_pista{
  margin-bottom: 12px;
}
.nav_by_pistas .item_nav_pista > a,
.is_perfil .ajust_idiomas > a{
  border: 1px solid #bcbab9;
  border-radius: 9px;
  padding: 12px;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.nav_by_pistas .item_nav_pista > a > img,
.is_perfil .ajust_idiomas > a > img{
  max-width: 40px;
}
.tit_nav_pista{
  margin-left: 12px;
  align-self: center;
  font-size: 12px;
  line-height: 1.35;
  color: #723d45;
  font-weight: 600;
  text-transform: uppercase;
}
.nav_by_pistas .item_nav_pista > a > i,
.is_perfil .ajust_idiomas > a > i{
  position: absolute;
  align-self: center;
  right: 14px;
  font-weight: 700;
  color: #000;
}
.block_pista{
  padding: 14px 25px 14px 55px;
}
.nav_by_pistas .cab_pista{
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.nav_by_pistas .name_pista{
  color: #000;
  font-size: 12px;
  font-weight: 500;
  flex: 0 1 85%;
}
.icon_play_pista{
  width: 28px;
  height: 28px;
  background-color: #fde8e0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.ic_play {
  width: 0;
  height: 0;
  border-left: 10px solid #f89d65; /* Color del triángulo */
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin-left: 2.5px;
}
.icon_play_pista.__active,
.icon_sub_pista.__active{
  background-color: #f89d65;
}
.icon_play_pista.__active .ic_play{
  border-left-color: #fff;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.cab_pista::before{
	content: "";
	position: absolute;
	top: 1.5px;
	left: -30px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #fff;
  border: 5.5px solid #f89d65;
}
.cab_pista::after{
content: "";
    position: absolute;
    top: 25px;
    left: -22px;
    width: 1px;
    height: 46px;
    background: #bcbab9;
}
.wrap_block_pista > .block_pista:last-child > .cab_pista::after,
.block_pista.__has_sub .collapse .block_pista.__sub3:last-child > .cab_pista::after{
  content: none;
}
.lectura_pista {
  position: relative;
  margin-top: 18px;
  width: 100%;
  height: 4px;
  background-color: #f1f1f1;
  border-radius: 4px;
  overflow: hidden;
}
.prog_pista {
  width: 0; /* Inicia en 0% */
  height: 100%;
  background-color: #f89d65;
  transition: width 0.1s linear; /* Suaviza el movimiento */
  -webkit-transition: width 0.1s linear;
  -moz-transition: width 0.1s linear;
}
.nav_by_pistas.__idiomas > .item_nav_pista > a,
.is_perfil .ajust_idiomas > a{
  background-color: #fef1e1;
}
.nav_by_pistas.__idiomas .tit_nav_pista{
  font-size: 11px;
}
.nav_by_pistas.__idiomas .select_idioma,
.is_perfil .ajust_idiomas .select_idioma{
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  padding: 0 25px;
  margin-bottom: 14px;
}
.nav_by_pistas.__idiomas .wrap_block_pista > .select_idioma:first-child,
.is_perfil .ajust_idiomas .wrap_block_pista > .select_idioma:first-child{
  margin-top: 14px;
}
.nav_by_pistas.__idiomas .wrap_block_pista > .select_idioma:last-child,
.is_perfil .ajust_idiomas .wrap_block_pista > .select_idioma:last-child{
  margin-bottom: 24px;
}
.nav_by_pistas.__idiomas .select_idioma > .icon_idio,
.is_perfil .ajust_idiomas .select_idioma > .icon_idio{
  max-width: 22px;
  margin-right: 15px;
}
.nav_by_pistas.__idiomas .select_idioma > .name_pista,
.is_perfil .ajust_idiomas .select_idioma > .name_pista{
  flex: unset;
  padding: .095rem .245rem;
}
.nav_by_pistas.__idiomas .select_idioma.__selected > .name_pista,
.is_perfil .ajust_idiomas .select_idioma.__selected > .name_pista{
  border-bottom: 2px solid #f89d65;
}
.block_pista.__has_sub > .cab_pista{
  flex-direction: column;
}
.block_pista.__has_sub .cab_pista > a{
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
.icon_sub_pista{
  width: 28px;
  height: 28px;
  background-color: #fde8e0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.icon_sub_pista > i{
  color: #fff;
}
.block_pista.__has_sub .cab_pista::after {
  height: 98%;
}
.block_pista.__sub3 .cab_pista::before{
  border: 5.5px solid #723d45;
}
.block_pista.__sub3{
  padding: 0 0 14px 24px;
}
.block_pista.__has_sub .collapse,
.block_pista.__has_sub .collapsing{
  width: 100%;
  max-width: 100%;
}
.block_pista.__has_sub .collapse > .block_pista.__sub3:first-child{
  padding-top: 20px;
}
.block_pista.__has_sub .collapse > .block_pista.__sub3:last-child{
  padding-bottom: 0;
}
.block_pista.__sub3 .icon_play_pista{
  width: 22px;
  height: 22px;
}
.block_pista.__sub3 .ic_play {
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-left: 2.5px;
}

/*Detalle*/
.is_audioguia #exit{
  position: absolute;
  top: 10px;
  right: 12px;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.is_audioguia #exit i{
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.is_audioguia .detalle_pista{
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}
.heading_pista{
  /*max-height: 44vh;*/
  height: 220px;
}
.detalle_pista .content_audioguia{
  background-color: #f89d65;
  border-radius: 18px 18px 0 0;
  margin-top: -24px;
  padding-top: 20px;
  flex-grow: 1;
}
.detalle_pista .head_name .title{
  color: #723d45;
  font-size: 16px;
  font-weight: 700;
  line-height: .8;
  margin-bottom: 0;
}
.detalle_pista .head_name .categ{
  color: #723d45;
  text-transform: uppercase;
  font-size: 13px;
}
.detalle_pista .head_name .num_pista{
  color: #723d45;
  font-size: 13px;
  float: right;
}
.detalle_pista .block_pista{
  padding: 14px 0;
}
.detalle_pista .lectura_pista{
  margin-top: 0;
}
.detalle_pista .prog_pista {
  background-color: #723d45;
}
.detalle_pista .block_act,
.detalle_pista .block_nav_guia{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.detalle_pista .round_icon{
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.detalle_pista #duracion_mins{
	position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
}
.detalle_pista .block_act > div:first-child{
  margin-right: 11px;
}
.detalle_pista .ic_map,
.detalle_pista .ic_nav,
.detalle_pista .ic_pausa,
.detalle_pista .bi-pause-fill{
  color: #f89d65;
}
.detalle_pista .block_text{
  margin-top: 20px;
}
.detalle_pista .texto{
  font-size: 15px;
  position: relative;
  max-height: 12em;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.detalle_pista .texto::before{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Altura del gradiente */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgb(248 157 101) 100%);
  pointer-events: none; /* El gradiente no interferirá con los clics */
}
.detalle_pista .texto.__mas {
  max-height: none; /* Elimina la restricción de altura */
}
.detalle_pista .texto.__mas::before{
  content: unset;
  transition: all 0.3s ease;
}
.detalle_pista .leer_mas {
  color: #fff;
  font-size: 15px;
  background: none;
  border: 0;
  padding: 0;
}
.detalle_pista .block_nav_guia{
  position: absolute;
  top: 6px;
  right: 22px;
}
.detalle_pista .block_nav_guia > .round_icon{
  width: 22px;
  height: 22px;
}
.detalle_pista .block_nav_guia > .round_icon:last-child{
  margin-left: 7px;
}
.detalle_pista .block_nav_guia > .round_icon i{
  font-size: 12px;
  font-weight: 900;
}



/***AURELIO***/
.is_aurelio{
  height: 100vh;
}
#hola_aurelio{
  position: absolute;
  padding: 3.5rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #e9e8e7;
  z-index: 10;
}
#hola_aurelio img{
  max-width: 220px;
}
#hola_aurelio.__out{
  transition: all ease-in-out 6s;
  -webkit-transition: all ease-in-out 6s;
  -moz-transition: all ease-in-out 6s;
  transform: translateY(-99999px);
  -webkit-transform: translateY(-99999px);
  -moz-transform: translateY(-99999px);
}
#hola_aurelio .aurelio_inner{
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.aurelio_inner > h2{
  margin: 30px auto;
  line-height: 1.15;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
.aurelio_inner > .btn_corp{
  background-color: #f89d65;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  padding: .875rem 1.975rem;
  border-radius: 28px;
  margin-bottom: 14px;
}
.aurelio_inner .btn_salir{
  text-decoration: underline;
  font-size: 14px;
}
.block_chat{
  width: 100%;
  /*min-height: 100vh;*/
  height: 100vh;
  background: rgb(255,130,110);
  background: linear-gradient(-45deg, rgba(255,130,110,1) 0%, rgba(226,156,104,1) 50%, rgba(255,202,138,1) 100%);
}
.chat_header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid;
  background-color: #fff;
  text-align: center;
  z-index: 10;
}
#exit_chat{
  position: absolute;
  top: 10px;
  left: 8px;
}
.chat_header h1{
  font-size: 17px;
  text-transform: capitalize;
  color: #f89d65;
  font-weight: 600;
  margin-bottom: 0;
  background-color: white;
}
#exit_chat i{
  font-size: 20px;
  font-weight: 600;
  color: #f89d65;
}
#chat-container{
  height: 100%;
  overflow-y: auto;
  padding: 40px 1.25rem 80px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}
.date-divider{
  margin: 20px 0;
  text-align: center;
}
.date_chat{
  background-color: #ffffff40;
  color: #fff;
  font-size: 9px;
  padding: 4px 6px;
  border-radius: 8px;
}
.message{
  margin-bottom: 18px;
  font-size: 14px;
  word-wrap: break-word;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.message.user-message{
  background-color: #ffffffbf;
  color: #000;
  padding: 10px 14px;
  border-radius: 15px 15px 0 15px;
  align-self: flex-end;
  position: relative;
  z-index: 0;
}
.aurelio_said{
	display: flex;
	display: -ms-flexbox;
	justify-content: flex-start;
	align-items: center;
}
.aurelio_said .icon_aurelio{
	margin-right: 8px;
	max-width: 28px;
}
.message.assistant-message{
  background-color: #18181826;
  color: #fff;
  padding: 10px 14px;
  border-radius: 15px 15px 15px 0;
  position: relative;
  z-index: 0;
}
.chat_mess{
	position: absolute;
    bottom: 0;
    left: 0;
    background-color: #181818;
    padding: 8px .725rem;
    width: 100%;
    border-radius: 0 70px 0 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}
#chat-form{
	display: flex;
	display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
.chat_text{
	position: relative;
	flex: 0 1 78%;
}
.chat_text > textarea{
	padding: 5px 6px 14px 6px;
    font-size: 14px;
    color: #fff;
	border-radius: 14px;
	background-color: #ffffff1a;
	width: 100%;
	max-width: 100%;
}
.chat_text > span{
	position: absolute;
    bottom: 6px;
    right: 6px;
    font-size: 8px;
}
.chat_audiovisual,
.chat_btn{
	position: relative;
	flex: 0 1 6%;
	text-align: center;
}
.chat_audiovisual{
	margin: 0 5px;
}
.chat_img{
  margin-bottom: 8px;
}
.upload_img{
	cursor: pointer;
}
.upload_img > img,
.icon_micro{
	max-width: 22px;
}
.icon_send{
	max-width: 30px;
}
.block_chat button{
  background: no-repeat;
  border: 0;
}
#error-span{
	font-weight: 500;
}

.message-time {
    font-size: 9px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1% 3%;
}

.message-image {
    max-width: 100%;
    display: block;
}

.loading {
    display: flex;
    justify-content: center;
}

.dot_loading {
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 3px;
    animation: bounce 1s infinite;
}

.dot_loading:nth-child(2) {
    animation-delay: 0.2s;
}

.dot_loading:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

/**RECOMENDACIONES ESTATICAS**/
.static_header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e9edef;
  background-color: #fff;
  text-align: center;
  z-index: 10;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 8px 10px -10px;
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 8px 10px -10px;
  -moz-box-shadow: rgba(33, 35, 38, 0.1) 0px 8px 10px -10px;
}
#exit_static{
  position: absolute;
  top: 10px;
  left: 8px;
}
.static_header h1{
  font-size: 17px;
  color: #f89d65;
  font-weight: 600;
  margin-bottom: 0;
  background-color: white;
}
#exit_static i{
  font-size: 20px;
  font-weight: 600;
  color: #f89d65;
}
.content_static{
	padding-top: 60px;
}
.content_static .nav{
	flex-wrap: nowrap;
	overflow-x: auto;
	align-items: center;
}
.content_static .nav > .nav-link{
  white-space: nowrap;
  background-color: #723d45;
  color: #fff;
  margin-right: 8px;
  font-size: 13px;
  flex-grow: 1;
  text-align: center;
}
.content_static .nav > .nav-link.active{
  background-color: #f89d65;
}

.content_static .tab-content{
	padding-top: 28px;
}

.content_static .tab-content .nav_by_card,
.content_static .nav_by_card{
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content_static .tab-content .nav_by_card .item_nav_card,
.content_static .nav_by_card .item_nav_card {
  width: 47.50%;
  height: 182px;
  margin-bottom: 22px;
  background: #ededed;
  padding: 1rem .75rem;
}

.content_static .tab-content .nav_by_card .item_nav_card .logo_card,
.content_static .nav_by_card .item_nav_card .logo_card {
  height: 75px;
  margin-bottom: 7px;
}
.content_static .tab-content .nav_by_card img,
.content_static .nav_by_card img{
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.content_static .tab-content .nav_by_card .item_nav_card .tit_card,
.content_static .nav_by_card .item_nav_card .tit_card{
	color: #723d45;
	line-height: 1.15;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 14px;
  min-height: 38px;
}
.content_static .tab-content .nav_by_card .item_nav_card a,
.content_static .nav_by_card .item_nav_card a{
	font-size: 18px;
	float: right;
}
.content_static .table .td_b{
	font-weight: 600;
}
.content_static .tab-content .nav_by_card .item_nav_card a::after{
  content: unset;
}
.content_static .nav_by_card.__platos .item_nav_card {
  height: 140px;
  background: #ededed;
  padding: 0;
}
.content_static .nav_by_card.__platos .item_nav_card .logo_card {
  height: 90px;
}
.content_static .nav_by_card.__platos .item_nav_card .tit_card {
  padding: 0 .75rem;
  min-height: unset;
}
.content_static .zonas_tapas > a{
  display: block;
  margin-bottom: 6px;
}
.content_static .zonas_tapas ul{
  color: #545454;
  columns: 2;
  padding-left: 1rem;
  margin-bottom: 0;
  font-size: 13px;
}
.is_semana_santa .content_static .tab-content .nav_by_card .item_nav_card{
  width: 100%;
  height: auto;
  margin-bottom: 22px;
  background: #ededed;
  padding: 1rem .75rem;
}
.is_semana_santa .content_static .tab-content .nav_by_card .item_nav_card .tit_card{
  color: #723d45;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  min-height: unset;
}
.is_semana_santa .content_static .tab-content .nav_by_card .item_nav_card .text_card{
  color: #000;
  font-size: 13px;
  margin-bottom: 3px;
}
.is_semana_santa .content_static .tab-content .nav_by_card .item_nav_card .text_card > i{
  color: #723d45;
}


/**PERFIL**/
.is_perfil .tit_section{
	font-size: 18px;
	font-weight: 600;
	color: #723d45;
}
.is_perfil .form-floating{
	color: #455a64;
}
.is_perfil .form-floating > .form-control {
    border-color: #455a64;
    color: #455a64;
}
.is_perfil .content_static .nav_by_card .item_nav_card {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
  padding: 1.425rem;
}
.is_perfil #visi_pass,
.is_perfil #visi_pass2 {
    position: absolute;
    top: 26px;
    right: 4px;
}
.is_perfil .btn_perfil{
    background-color: #723d45;
    color: #fff;
    font-weight: 500;
    margin-top: 16px;
    font-size: 14px;
}
.is_perfil .ajust_idiomas{
    margin-bottom: 24px;
}
.is_perfil .ajust_idiomas > a{
    float: unset!important;
}
.is_perfil .item_nav_card a::after{
  content: unset;
}

#borrar_cuenta{
	background-color: #F44336;
	font-size: 14px;
}