@font-face {font-family: "CodeProBlack"; src: url("../webfonts/CodeProBlack.eot"); src: url("../webfonts/CodeProBlack.eot?#iefix") format("embedded-opentype"), url("../webfonts/CodeProBlack.woff") format("woff2"), url("../webfonts/CodeProBlack.woff") format("woff"), url("../webfonts/CodeProBlack.ttf") format("truetype"), url("../webfonts/CodeProBlack.svg#CodeProBlack") format("svg"); }

.max-width-400 { max-width: 400px; }

.hide { display: none !important; }

.minw-0 { min-width: 0 !important; }

a.link-hover {
	text-decoration: none;
}
a.link-hover:hover {
	text-decoration: underline;
}

.clickable { cursor: pointer; }

.foto { border-radius: 50%; background-color: var(--bs-info); width:64px; height:64px; text-align: center; }
.foto IMG{border-radius: 50%; width:64px; height:64px; }
.foto-nombre{ font-size: 32px; line-height: 32px; font-family: 'CodeProBlack'; color: #8689DF; margin-top: 20px; }

.foto.sm { width:40px; height:40px; }
.foto.sm IMG { width:40px; height:40px; }
.foto.sm .foto-nombre { font-size: 20px; line-height: 20px; margin-top: 12px;}

.foto.lg { width:96px; height:96px; }
.foto.lg IMG { width:96px; height:96px; }
.foto.lg .foto-nombre { font-size: 48px; line-height: 48px; margin-top:28px; }

img.logo { height: 128px; width: 128px; }

.svg-verde-success{filter: invert(56%) sepia(12%) saturate(3356%) hue-rotate(70deg) brightness(102%) contrast(97%);}
IMG.color-amarillo{filter: invert(81%) sepia(70%) saturate(2196%) hue-rotate(338deg) brightness(99%) contrast(89%);}

#sidebar .foto { border-radius: 50%; background-color: var(--bs-info); width:40px; height:40px; }
#sidebar .foto IMG{border-radius: 50%; width:40px; height:40px; }
#sidebar .foto-nombre{ font-size: 20px; line-height: 20px; font-family: 'CodeProBlack'; color: #8689DF; margin-top: 12px; }

.error { color: var(--bs-danger); font-size: 0.85rem; }

.column-price, .col-price {
    text-align: right;
    white-space: nowrap;
}

.card .excerpt {
	max-height: 78px;
	overflow-y: hidden;
}

ul.caracteristicas {
	display: block;
	margin: 0;
	padding: 0;
} 
ul.caracteristicas li {
	margin-bottom: 0.5rem;
	text-indent: -1.3rem;
	margin-left: 1.3rem;
	list-style: none;
} 
ul.caracteristicas li:before {
	content: "\2714\FE0F\00a0";
	font-size: 0.7rem;
	margin-right: 0.3rem;;
} 
ul.caracteristicas.estrella li:before {
	content: "\2728\FE0F\00a0" ;
	font-size: 0.7rem;
	margin-right: 0.3rem;;
} 

a.card:hover {
	background: var(--bs-tertiary-bg);
}

.card-pricing{display: flex;flex-direction: column;align-items: center;justify-content: space-between;gap: 32px; border: 1px solid var(--grey_2, #CCCFCF);background: var(--white, #FFF);}
	.card-pricing .linea{height: 8px;background: var(--green_primary, #549583); flex-shrink: 0; align-self: stretch;}
		.card-pricing:hover .linea{background: var(--red_primary, #FF4E3F);}
	.card-pricing .contenedor{display: flex;padding: 0px 24px;flex-direction: column;align-items: center;gap: 16px;align-self: stretch;}
		.card-pricing .eur-mes{color: var(--black, #000);font-family: 'Lato';font-size: 16px;font-style: normal;font-weight: bolder;line-height: 16px;text-align: center;text-transform: uppercase;}

.card .flag { width: 36px; height: 25px; margin: auto 1rem auto 0;}

.top-1 {
  top: 0.25rem !important;
}
.top--1 {
  top: -0.25rem !important;
}
.end-3 {
  right: 1rem !important;
}
.end-2 {
  right: 0.5rem !important;
}
.end-1 {
  right: 0.25rem !important;
}
.end--1 {
  right: -0.25rem !important;
}

.imagen-img {
    object-fit: cover;
    height: 186px;
    width: 100%;
}
.DETAILS .headers { display: none;}

.dashed {
	border-style: dashed !important;
}
/** AUTOCOPLETE **/
.wicket-aa-container {
	background: #fff;
	border: solid 1px #eee;
}
.wicket-aa ul {
	padding: 0;
	margin-bottom: 0;
	border-color: rgb(255, 166.5, 159);
}
.wicket-aa ul li {
	list-style: none;
	padding: 0.25rem 0.5rem;
}
.wicket-aa ul li.selected {
	background: var(--bs-primary);
	color: #fff;
}

.iti { width: 100%; }
.iti__search-input { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.form-floating > .iti > .form-control {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .iti ~ label {
    transform: scale(0.75) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .iti > .iti__country-container {
	margin-top: 1.2rem;
}
.form-floating .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover {
    background: transparent;
}
/** COLLAPSABLE PANEL ***************************************/
.collapsable {	position:relative; display: block;	width: 100%; padding: 0; background-color: #fff; background-clip: padding-box; border: 1px solid #CFCFCF; appearance: none; border-radius: var(--bs-border-radius); box-shadow: false; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; color: #000;
	background-image: url('/images/icon/arrow-down.svg');
	background-position: top 12px right 16px; 
	background-repeat: no-repeat;
}
.collapsable.expanded {
	background-image: url('/images/icon/arrow-up.svg'); 
}
.collapsable .collapsable-help { display:none; position: absolute; top: 48px; right: 15px; background: #fff; }
.collapsable .collapsable-title { display: block; width: 100%; padding: 9px 40px 9px 16px; font-size: 16px; font-weight: 500; line-height: 1.5; color: #000; }
.collapsable .collapsable-content { display: none; width: 100%; padding: 16px; transition: display 0.15s ease-in-out; }
.collapsable.expanded .collapsable-content { display: block; }
.collapsable.expanded .collapsable-help { display:block; }
.collapsable.with-help .collapsable-content { padding-right: 48px; }

.slideContainer { display: flex; flex-direction:row; gap: 8px; align-items: center; }
.slideContainer .inputContainer { display: flex; flex-direction:column; gap: 4px; align-items:center;}
.slideContainer .inputContainer input { text-align:center; width: 85px; }
.slideContainer .inputContainer label { text-align:center; white-space: nowrap; }
.slideContainer .slide { margin-top: 30px; }

/** END COLLAPSABLE PANEL ***************************************/

/** CROPPIE ***************************************/
.croppie-container .cr-boundary{width: 443px;height: 330px; }
.croppie-container {width: 443px;height: 332px; margin: auto; }
.croppie-container .cr-slider-wrap { margin: 8px auto; }
/** END CROPPIE ***************************************/


/* Botón de chat */

.chat-toggle {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 120px;
    background-color: var(--bs-primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}

.chat-toggle span {
    transform: rotate(-90deg);
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 1px;
}


.chat-panel {
    --bs-offcanvas-width: 550px;
    max-width: 100%;
}

/* Contenido del chat */
.chat-content {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Mensaje de chat */
.message {
	min-width: 50%;
    max-width: 80%;
    padding: 1rem;
    border-radius: var(--bs-border-radius);
    position: relative;
    word-break: break-word;
}

.message-time {
    font-size: 0.7rem;
    color:  var(--bs-secondary-color) !important;
    margin-top: 0.25rem;
    text-align: right;
}

.message-incoming {
    align-self: flex-start;
    background-color: #f8f9fa;
    border-left: 3px solid #FF4E3F;
}

.message-outgoing {
    align-self: flex-end;
    background-color: rgb(255, 228.45, 226.2);
    border-right: 3px solid #FF4E3F;
}

/* Adjuntos de mensajes */
.message-attachment {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-top:0.25rem;
    padding:0.25rem;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: var(--border-radius-sm);
}

/* FIN de Contenido del chat */

/** FOLDER TREE ***************************************/
.tree {
  --spacing: 2rem;
  --radius: 0.75rem;
  line-height: var(--spacing);
  font-size: calc(0.5 * var(--spacing));
}
.tree li {
  display: block;
  position: relative;
  padding-left: calc(2 * var(--spacing) - var(--radius) - 2px);
}

.tree ul {
  margin-left: calc(var(--radius) - var(--spacing));
  padding-left: 0;
}

.tree ul li {
  border-left: 2px solid #ddd;
}

.tree ul li:last-child {
  border-color: transparent;
}

.tree ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(var(--spacing) / -2);
  left: -2px;
  width: calc(var(--spacing) + 2px);
  height: calc(var(--spacing) + 1px);
  border: solid #ddd;
  border-width: 0 0 2px 2px;
}

.tree summary {
  display: block;
  cursor: pointer;
}

.tree summary::marker,
.tree summary::-webkit-details-marker {
  display: none;
}

.tree summary:focus {
  outline: none;
}

.tree summary:focus-visible {
  outline: 1px dotted #000;
}

.tree li::after,
.tree summary::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(var(--spacing) / 2 - var(--radius));
  left: calc(var(--spacing) - var(--radius) - 1px);
  width: calc(2 * var(--radius));
  height: calc(2 * var(--radius));
  background-size: calc(2 * var(--radius)) calc(2 * var(--radius));
}

.tree summary::before {
  z-index: 1;
  background: url('../images/folder.svg');
}

.tree details[open] > summary::before {
  background: url('../images/folder-open.svg');
}

.tree > li {
    padding-left: 0;
}
.tree > li > details > summary::before {
  left: calc(0px - var(--spacing) + 1px);
}
/** END FOLDER TREE ***************************************/
@media (min-width: 992px) {
	.card-pricing{ max-width: 30% }
}

.clamped-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}