@media (min-width: 1400px) {
  .clean-block.clean-hero {
    min-height: 1000px;
  }
}

/* Encabezado de la caja de icono */

.icon-box-header {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* Contenido interno del encabezado (icono, título, descripción corta) */

.icon-box-header .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-grow: 1;
}

/* Espaciado de elementos dentro del encabezado */

.icon-box-header .icon .description-short {
  text-align: center;
  line-height: 1.4;
}

/* Rotación de la flecha cuando la caja está expandida */

.icon-box[aria-expanded="true"] .toggle-icon {
  transform: translateX(-50%) rotate(180deg);
}

/* Contenido colapsable */

.collapse {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.description-long {
  margin-top: 0 !important;
  margin-bottom: 0;
  text-align: justify;
}

.feature-box h3, .feature-box .h3 {
  font-weight: 600;
  font-size: 1.2rem;
}

/* Services visual END */

/* Cookie */

.clean-block.clean-form form {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity));
  border-top: 0px solid #ffbe98;
  max-width: 1200px;
  margin: auto;
  padding: 40px;
  box-shadow: 0px 2px 10px rgba(0,0,0,.075);
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  display: none;
  color: #ecf0f1;
  background: #212327;
  pointer-events: none;
}

.cookiealert.show {
  display: block;
  opacity: 1;
  transform: translateY(0%);
  pointer-events: auto;
  transition: all 500ms ease-out;
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

/* Cookie END */

/* reCaptcha */

.recaptcha-container {
  width: 70px;
  /*Example: make it narrower;*/
  height: 60px;
  /*Example: make it shorter;*/
  overflow: hidden;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

/* Then you can still hide the text if you've added the disclaimer */

.grecaptcha-badge {
}

/* reCaptcha END */

/* Footer */

@media (min-width: 768px) {
  .page-footer ul li:before, .page-footer ul li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 6px;
    border-radius: 2px;
    background-color: var(--bs-primary);
  }
}

/* Elimina el pseudo-elemento (flecha/viñeta) de los dropdowns en el footer */

.page-footer h4, .page-footer .h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}

#app-footer h4 {
  color: #fff;
}

/* Footer END */

.accordion-button:not(.collapsed) {
  color: var(--bs-body-color);
  background-color: var(--bs-light-bg-subtle);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.clean-pricing-item .price h4, .clean-pricing-item .price .h4 {
  margin: 15px 0;
  font-size: 45px;
  text-align: center;
  color: var(--bs-primary);
}

.clean-pricing-item .ribbon {
  width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136,136,136,.25);
  background: var(--bs-link-hover-color);
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px;
}

.clean-pricing-item {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity));
  box-shadow: 0px 2px 10px rgba(0,0,0,.075);
  border-top: 2px solid var(--bs-info);
  padding: 30px;
  overflow: hidden;
  position: relative;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: var(--bs-info);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255,190,152,0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--bs-info);
  outline: 0;
  box-shadow: 0 0 0 .25rem var(--bs-focus-ring-color);
}

.form-select:focus {
  border-color: var(--bs-info);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255,190,152,0.25);
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-tertiary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-outline-primary {
  --bs-btn-color: #A47864;
  --bs-btn-border-color: #c49884;
  --bs-btn-focus-shadow-rgb: 255,190,152;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #c49884;
  --bs-btn-hover-border-color: #FFBE98;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FFBE98;
  --bs-btn-active-border-color: #FFBE98;
  --bs-btn-disabled-color: #FFBE98;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFBE98;
}

/* Price theme */

.bg-white-300 {
  background: rgba(255, 255, 255, 0.3) !important;
}

.rounded-bottom-left {
  border-radius: 0;
  border-bottom-left-radius: .25rem!important;
}

.rounded-bottom-right {
  border-radius: 0;
  border-bottom-right-radius: .25rem!important;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.bs-icon.bs-icon-unchecked {
  color: var(--bs-secondary);
  background: rgba(var(--bs-secondary-rgb), .2);
}

/* Update your existing styles to add a transition */

.scroll-to-top, .whatsapp {
  position: fixed;
  z-index: 100;
  height: 60px;
  width: 60px;
  right: 10px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s ease-in-out;
}

/* Add default bottom values for all screens */

.scroll-to-top {
  bottom: 50px;
}

.whatsapp {
  bottom: 110px;
}

/* Define the "hidden" state */

.hidden {
  right: -80px;
}

/* You can keep your existing SVG styles as they are */

.scroll-to-top svg {
  background-color: var(--bs-dark);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  box-shadow: 2px 2px 3px #121212;
  padding: 5px;
}

.whatsapp svg {
  background-color: var(--bs-dark);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 2px 2px 3px #121212;
  padding: 5px;
}

@media (max-width: 1199.98px) {
  .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    z-index: 1000 !important;
  }
}

/* Estilos para el botón de configuración de cookies */

#cookie-set {
  cursor: pointer;
  position: fixed;
  z-index: 99;
  left: 15px;
  bottom: 15px;
  background-color: transparent;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}

#cookie-set svg {
  background-color: var(--bs-dark);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 1px 1px 1px #121212;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Policy container */

.policy-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  text-align: justify;
  opacity: .8;
}

.policy-container table {
  width: 100%;
  table-layout: fixed;
}

.policy-container h5 {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 15px;
}

.policy-container table th, .policy-container table td {
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.policy-container table th {
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .policy-container table {
    border: 0;
    width: 100%;
    table-layout: auto;
  }
}

@media (max-width: 768px) {
  .policy-container thead {
    display: none;
  }
}

@media (max-width: 768px) {
  .policy-container tr {
    margin-bottom: 15px;
    display: block;
    border: 1px solid #dee2e6;
  }
}

@media (max-width: 768px) {
  .policy-container td {
    display: block;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .policy-container td:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 768px) {
  .policy-container td:before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 0.8em;
  }
}

/* Policy container END */

.theme-icon {
  font-size: 15px;
}

