@charset "UTF-8";

* {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 22px;
}

body.site-body {
  padding-top: 100px;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

h3 {
  font-size: 24px;
}

p {
  font-size: 18px;
}

/* BOOTSTRAP OVERRIDE */
nav.navbar {
  border-bottom: solid thin #eee;
}

.navbar-light .navbar-nav .active>.nav-link {
  color: #49488D;
}

.navbar-light .navbar-nav .active {
  border-bottom: solid thin #49488D;
}

.bg-light {
  background-color: #ffff !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main.main {
  padding-top: 20px;
  padding-bottom: 20px;
}

div.profile-header {
  background: #CDC9C8;
  text-align: right;
  min-height: 200px;
  position: relative;
  border-bottom: solid thick gray;
}

div.profile-header h2 {
  color: #302E6F;
  font-weight: 300;
  border-bottom: solid 9px #302E6F;
  margin-bottom: 50px;
}

div.profile-header-text {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 15px;
  display: flex;
}

div.profile-header-text img {
  position: relative;
  bottom: 25px;
}

div.col-profile-article {
  background-color: #302E6F;
}

article.profile-article {
  padding: 15px;
  color: #fff;
  text-align: justify;
  margin-bottom: 20px;
  font-weight: 300;
}

article.profile-article span {
  font-weight: bold;
}

h2.profile-title {
  font-weight: 300;
  color: #302E6F;
  font-size: 1.6em;
  text-align: start;
}

section.profile-section {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid thick #988E35;
}

section.profile-section span {
  font-weight: bold;
  color: black;
}

section.profile-section ul {
  padding-left: 50px;
}

section.profile-section ul li {
  list-style: square;
}

section.profile-section ul li::marker {
  color: #988E35;
}

div.profile-job-title {
  text-align: right;
}

div.profile-job-title span {
  color: #302E6F;
  font-weight: 300;
}

.citas-header {
  padding: 15px;
  background: #1F1F5D;
  color: #fff;
  min-height: 200px;
  display: flex;
  align-items: center;
}

.contact-section {
  background: #fff;
}

.contact-main section {
  margin-top: 120px;
}

div.contact-header {
  padding: 15px;
  background: #1F1F5D;
  color: #fff;
  height: 200px;
  display: flex;
  align-items: center;
}

.contact-title {
  font-size: 38px;
  margin-bottom: 20px;
  color: #020121;
}

.contact-text {
  font-size: 24px;
  text-align: justify;
}

main.contact-main {
  padding: 50px 0;
  /* background: #b1b0b6; */
}

a.contact-phone-btn {
  display: inline-flex;
  padding: 5px 15px;
  background-color: #3B3A7E;
  border-radius: 20px;
  color: white;
}

.text-field {
  border: solid thin #c5c5c5;
  border-radius: 5px;
  margin-bottom: 20px;
}

.text-field input,
.text-field textarea {
  border: transparent;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  margin: 0;
}

.text-field input:focus {
  outline: none;
}

.text-field textarea:focus {
  outline: none;
}

.text-field i {
  margin-right: 10px;
  color: gray;
}

.text-field-addon {
  display: flex;
  align-items: center;
  border-radius: 0;
  border: 0;
  border-bottom: solid thin #c5c5c5;
}

.text-field-addon input,
.text-field-addon textarea {
  border-radius: 0;
}

.textarea {
  align-items: normal;
}

div.contact-form {
  background: #fff;
  border: solid thin #c5c5c5;
  padding: 15px;
  border-radius: 8px;
}

button.contact-button {
  background: #3B3A7E;
  padding: 5px 15px;
  border-radius: 20px;
  color: #fff;
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 320px) and (max-width: 767px) {

  div.contact-form-box {
    margin-top: 30px;
  }

}

.no-padding {
  padding: 0;
}

.section-title {
  color: #617e87;
  margin-bottom: 1em;
  font-size: 1.2em;
  text-align: center;
}

.content {
  margin: 2em 0;
  text-align: justify;
}

.nav-sections-bar {
  padding: 15px 0;
  height: 56px;
  width: 100%;
}

.nav-sections-bar h2 {
  float: left;
  margin: 0;
}

.nav-sections-bar a {
  float: right;
  color: gray;
}

.mod {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}

.mod .dialog {
  width: 98%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 5%;
  background: #fff;
  padding: 15px;
  position: relative;
  top: -100%;
}

.mod .dialog-heading h3,
.mod .dialog-body p {
  color: gray;
}

.mod .dialog-heading h3 {
  font-weight: bold;
}

.mod .dialog-body {
  max-height: 600px;
}

.mod .dialog-body p {
  font-size: 0.5em;
  text-align: justify;
}

.mod .dialog-footer {
  padding-top: 1em;
}

.citas-btn {
  background: #1976d2;
  color: #fff;
  padding: 8px 10px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  font-size: 0.8em;
}

.citas-btn:hover,
.citas-btn:focus {
  text-decoration: none;
  color: #fff;
}

.citas-btn:before {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.modal {
  background: rgba(0, 0, 0, 0.75) !important;
}

.img-responsive {
  max-width: 100%;
}

.modal-img {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-img img {
  max-width: 80%;
}

.modal-body p {
  color: rgb(54, 54, 54) !important;
  font-size: 20px !important;
  text-align: justify;
  font-weight: 500;
}

.modal-body p a {
  color: #016b94;
  font-weight: 700;
  font-size: 20px;
}

#upload-image-form label {
  position: relative;
  overflow: hidden;
  padding: 5px 15px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

#upload-image-form label input {
  position: absolute;
  left: -200%;
  top: 0;
}

#date-input-message,
#radio-group-message {
  display: none;
}

.wh-btn-wrapper {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #4dc247;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 9999;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  padding: 3px;
}

.wh-btn-wrapper svg {
  fill: #fff;
}

.store-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app-title {
  text-align: center;
}

.app-store {
  width: 200px;
  height: 100px;
  background: url(../img/app/appstore.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.play-store {
  width: 200px;
  height: 100px;
  margin-right: 10px;
  background: url(../img/app/playstore.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.play-store a {
  display: block;
  width: 100%;
  height: 100%;
}

.card-expediente .card-header .icon-folder-open {
  font-size: 26px;
  color: rgba(253, 194, 0, 0.692) !important;
}

thead.thead-dark {
  background-color: #212529;
}

thead.thead-dark tr {
  color: #fff !important;
}

.imagen-box-selected {
  position: relative;
  border: solid thick #00897b;
}

.imagen-box-selected::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00897b;
  opacity: 0.4;
  z-index: 10;
}

.header {
  width: 100%;
  height: 550px;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-wrapper .slide {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.slider-wrapper .slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(56, 46, 124, 0.5);
}

.slider-wrapper .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 500px;
  padding: 10px;
}

.slider-wrapper .slide-title {
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
  text-shadow: 1px 1px 0 #000;
  font-weight: bold;
}

.slider-wrapper .slide:nth-child(1) {
  display: block;
  background: url("../img/slider/clientes.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-wrapper .slide:nth-child(2) {
  background: url("../img/slider/dist-marca-gto.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-wrapper .slide:nth-child(3) {
  background: url("../img/slider/periodico.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-wrapper .slide:nth-child(4) {
  background: url("../img/slider/clouds.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-wrapper .slide:nth-child(5) {
  background: url("../img/slider/rights.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-wrapper .slide:nth-child(6) {
  background: url("../img/slider/cristorey.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-wrapper .slide:nth-child(7) {
  background: url("../img/slider/recep.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-wrapper .slide:nth-child(8) {
  background: url("../img/slider/libros.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-wrapper .slide:nth-child(9) {
  background: url("../img/slider/cards.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-wrapper .slide:nth-child(10) {
  background: url("../img/slider/image2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-wrapper .slide:nth-child(11) {
  background: url("../img/slider/lampara.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-wrapper .slide:nth-child(12) {
  background: url("../img/slider/duron.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-wrapper .slide:nth-child(13) {
  background: url("../img/slider/image5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.logos-list {
  width: 100%;
  text-align: center;
}

.logos-list-item {
  display: inline-block;
  width: 66px;
  height: 50px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.logos-list-item img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.logos-list-item.medium {
  width: 120px;
  height: 60px;
}

.pagination-list {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.pagination-list-item {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #eee;
  margin-left: 5px;
  text-shadow: 1px 1px 2px #000;
}

.pagination-list-link {
  display: block;
  width: 100%;
  height: 100%;
}

.pagination-list-item.active {
  background: #617e87;
}

.secondary-header {
  background-image: url(../img/slider/blurred.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 200px;
}

.login-text {
  width: 100%;
  position: absolute;
  bottom: 30%;
  left: 0;
  text-align: center;
  color: #fff;
}

.login-text-icon {
  font-size: 3em;
}

.login-text-title {
  font-size: 1em;
}

.navigation-bar {
  width: 100%;
  position: relative;
  z-index: 100;
}

.navigation-bar-logo {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-bar {
  width: 100%;
  height: 56px;
}

.mobile-menu-link:before,
.large-menu-link:before {
  padding-right: 15px;
  position: relative;
  top: 2px;
}

.large-menu {
  display: none;
  width: 100%;
  text-align: right;
  height: 100%;
  max-height: 100%;
}

.large-menu-item {
  display: inline;
  line-height: 56px;
  margin-right: 0.6em;
}

.large-menu-link {
  font-size: 0.8em;
}

.large-menu-link:hover {
  color: #fff;
}

.mobile-menu-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
}

.mobile-menu {
  position: absolute;
  top: 0;
  left: -100%;
  background: #fff;
  width: 100%;
  max-width: 250px;
  height: 100%;
}

.mobile-menu-item {
  width: 100%;
  height: 56px;
}

.mobile-menu-link {
  display: block;
  font-size: 0.9em;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-left: 15px;
}

.mobile-menu-link:hover {
  color: #617E87;
}

#toggle-menu,
.large-menu-link {
  color: #f5f5f5;
  line-height: 56px;
  text-shadow: 1px 1px 1px #000;
}

#toggle-menu {
  float: right;
  top: 5px;
}

.socials-list {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 30;
}

.socials-list-item {
  display: inline-block;
}

.socials-list-link {
  color: #f5f5f5;
  text-shadow: 1px 1px 2px #000;
}

.socials-list-link:hover {
  color: #fff;
}

.login-banner {
  text-align: center;
  font-style: italic;
}

.login-banner-icon,
.login-banner-title {
  color: #fff;
  margin: 0;
}

.login-banner-icon {
  font-size: 3em;
}

.login-banner-title {
  font-size: 0.9em;
}

.alert {
  font-size: 0.7em;
  padding: 8px 15px;
  font-style: bold;
}

.login-container {
  text-align: center;
}

.login-container .help-block {
  font-size: 0.8em;
}

.login-form-container {
  max-width: 250px;
  margin: 0 auto;
}

.login-warn {
  max-width: 550px;
  margin: 0 auto;
}

.login-warn-message {
  text-align: justify;
  font-size: 0.8em;
  color: gray;
}

.controllers-box {
  position: absolute;
  bottom: 10px;
  left: 0;
  overflow: hidden;
  height: 30px;
  padding-left: 15px;
  z-index: 200;
}

.control {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 1.3em;
  text-shadow: 1px 1px 2px #000;
}

.flag-box {
  text-align: right;
  margin-bottom: 2em;
  font-style: italic;
  color: gray;
  font-size: 0.8em;
}

.flag-link {
  margin-left: 10px;
}

.flag-img {
  max-width: 40px;
}

.languages-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  padding-top: 2em;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 5000;
}

.languages {
  width: 80%;
  max-width: 1200px;
  min-height: 300px !important;
  max-height: 90%;
  margin-right: auto;
  margin-left: auto;
}

.language-item {
  padding: 20px;
  background: #fff;
  min-height: 300px !important;
  font-size: 22px;
  box-sizing: border-box;
  margin-left: 5px;
}

.language-item h3,
.language-item p {
  text-align: justify;
  color: gray !important;
}

.language-body {
  max-height: 300px;
  margin-bottom: 30px;
  overflow-y: scroll;
}

.language-btn {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: right;
  margin-bottom: 5px;
}

.language-link {
  position: relative;
  right: 15px;
  background: #6666ff;
  color: #fff;
}

.language-link:hover,
.language-link:focus {
  color: #fff;
}

.language-flag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  font-size: 0.8em;
  color: gray;
}

.language-flag img {
  display: inline !important;
  width: 30px;
  margin-right: 5px;
}

/* --- CONTENEDOR PRINCIPAL --- */
.language-selector-nav {
  position: relative;
  /* Necesario para posicionar el menú hijo */
  display: inline-block;
  font-family: inherit;
  /* Hereda la fuente de tu sitio */
}

/* --- EL BOTÓN VISIBLE (Trigger) --- */
.current-lang-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  /* Espacio entre icono y texto */
  padding: 10px 0;

  /* Tipografía Elegante */
  color: #333;
  /* Cambia a #fff si tu menú tiene fondo oscuro */
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  /* Un poco de aire da elegancia */
  transition: color 0.3s ease;
}

.current-lang-btn:hover {
  color: #0056b3;
  /* Color de acento de tu despacho (ej. Azul o Dorado) */
}

/* Animación pequeña de la flecha al pasar el mouse */
.language-selector-nav:hover .arrow-icon {
  transform: rotate(180deg);
}

.arrow-icon {
  font-size: 10px;
  transition: transform 0.3s ease;
}

/* --- EL MENÚ DESPLEGABLE (Dropdown) --- */
.lang-dropdown {
  position: absolute;
  top: 120%;
  /* Un poco separado del botón */
  right: 0;
  /* Alineado a la derecha */
  width: 140px;
  /* Ancho fijo para uniformidad */

  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  /* Borde sutil */
  border-top: 3px solid #0056b3;
  /* Detalle de color "Premium" arriba */
  border-radius: 2px;
  /* Bordes poco redondeados = más seriedad */

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  /* Sombra suave y difusa */

  /* Lógica de Ocultar/Mostrar */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  /* Efecto de "subida" */
  transition: all 0.3s ease;
  z-index: 1000;
}

/* Acción de Mostrar al Hover */
.language-selector-nav:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
  /* Sube a su posición original */
  transform: translateY(0);
}

/* --- ÍTEMS DE LA LISTA (Clase Renombrada) --- */
.lang-dropdown-item {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: #555;
  font-size: 13px;
  transition: background-color 0.2s, padding-left 0.2s;
  /* Agregué transición suave al padding */
  border-bottom: 1px solid #f5f5f5;
}

.lang-dropdown-item:last-child {
  border-bottom: none;
}

.lang-dropdown-item:hover {
  background-color: #f8f9fa;
  color: #000;
  padding-left: 20px;
  /* Pequeño desplazamiento a la derecha */
  text-decoration: none;
  /* Asegura que no salga subrayado */
}

/* --- ESTILO DE LA BARRA SUPERIOR (TOP BAR) --- */
.top-bar {
  background-color: #020121;
  /* Azul marino muy oscuro y elegante */
  color: #ffffff;
  padding: 5px 0;
  /* Delgada y sutil */
  font-size: 13px;
  /* Texto pequeño */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Ajustes para el selector dentro de la barra oscura */
.top-bar .current-lang-btn {
  color: #ffffff !important;
  /* Forzamos blanco */
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.top-bar .current-lang-btn:hover {
  color: #bf9b30 !important;
  /* Un tono dorado al pasar el mouse queda muy bien */
}

/* Ajuste del Dropdown para que no se oculte */
.top-bar .lang-dropdown {
  top: 150%;
  /* Un poco más separado */
  right: 0;
  background-color: #fff;
  color: #333;
  /* El texto del dropdown vuelve a ser oscuro */
}

/* --- ENLACE DE LOGIN EN TOP BAR --- */
.top-login-link {
  color: #ffffff;
  /* Texto blanco */
  font-size: 12px;
  text-transform: uppercase;
  /* Mayúsculas para elegancia */
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* Espacio entre el icono y el texto */
  transition: color 0.3s ease;
  font-weight: 500;
}

/* Efecto Hover (Dorado) */
.top-login-link:hover {
  color: #bf9b30;
  /* El mismo dorado que usamos antes */
  text-decoration: none;
}

/* Ajuste del Icono */
.top-login-link i {
  font-size: 13px;
  /* Un pelín más grande que el texto */
  color: #a0a0a0;
  /* Gris suave para el icono (menos agresivo que el blanco puro) */
  transition: color 0.3s ease;
}

.top-login-link:hover i {
  color: #bf9b30;
  /* El icono también se ilumina al pasar el mouse */
}

/* --- SEPARADOR VERTICAL (|) --- */
.top-bar-divider {
  color: rgba(255, 255, 255, 0.2);
  /* Blanco muy transparente */
  margin: 0 15px;
  /* Espacio a los lados */
  font-size: 12px;
}

/* Sombra suave para el menú principal para separarlo del contenido */
.navbar.shadow-sm {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05) !important;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 200;
  color: gray;
  line-height: 48px;
  font-size: 1.3em;
  cursor: pointer;
}

.slick-next {
  right: -20px;
}

.slick-prev {
  left: -20px;
}

.area-section {
  display: none;
}

.area-container {
  display: none;
  color: #fff;
}

.area-container-title {
  margin-bottom: 1em;
  color: #A59562;
}

.area-container:nth-child(1) {
  display: block;
}

.area-text {
  text-align: justify;
}

.area-list {
  margin-left: 30px !important;
  text-align: left;
}

.area-list-item {
  list-style: disc;
}

.area-nav {
  width: 100%;
}

.area-nav-list {
  width: 100%;
  padding: 0;
  margin-left: 0 !important;
  text-align: center;
}

.area-nav-item {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #eee;
  position: relative;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.area-nav-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #c2c2c2;
  line-height: 50px;
  font-size: 0.8em;
}

.area-nav-item.active {
  background: #617E87;
}

.area-nav-item.active a {
  color: #eee;
}

.practice-list-link {
  font-size: 0.7em;
}

.practice-list-link:before {
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.frame {
  width: 100%;
  padding-bottom: 70%;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 5px 0;
  background: #eee;
}

.frame-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.frame-block-heading,
.frame-block-body,
.frame-block-footer {
  width: 100%;
}

.frame-block-heading {
  text-align: center;
}

.frame-block-heading a {
  display: block;
  color: #617E87;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  font-size: 1.6em;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding-top: 8px;
}

.frame-block-body {
  text-align: center;
}

.frame-block-body h3 {
  font-size: 0.8em;
  color: #D8AC63;
}

.frame-block-body p {
  display: none;
}

.frame-block-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
  padding: 5px;
}

.frame-block-footer ul {
  text-align: center;
}

.frame-block-footer ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #617E87;
  position: relative;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.frame-block-footer ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #eee;
  line-height: 30px;
  font-size: 0.8em;
}

.info {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 7000;
  opacity: 0;
}

.info .dialog {
  width: 98%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: -100%;
  padding: 15px;
  background: #fff;
  opacity: 0;
}

.info .dialog-header,
.info .dialog-body,
.info .dialog-footer {
  width: 100%;
  padding: 10px 0;
}

.info .dialog-header {
  text-align: left;
}

.info .dialog-header h2 {
  margin: 0;
  font-size: 0.9em;
}

.info .dialog-header span {
  position: absolute;
  top: 0;
  right: 0;
  color: gray;
  cursor: pointer;
}

.info .dialog-body {
  max-height: 400px;
  font-size: 0.7em;
  overflow: hidden;
  text-align: justify;
}

.info .dialog-footer {
  text-align: right;
  padding-bottom: 0;
}

.area-list-item {
  list-style: none !important;
}

.profile-image {
  height: 400px;
  background-image: url(../img/bg/perfil1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.profile-description {
  border-left: solid thin #c2c2c2;
}

.profile-nav-title {
  color: gray;
  font-weight: bold;
}

.lawyer-image {
  height: 400px;
  background-image: url(../img/bg/perfil.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.lawyer-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.3);
}

.lawyer-title,
.lawyer-link {
  position: absolute;
  color: #eee;
  text-shadow: 1px 1px 2px #000;
  font-size: 1.3em;
  z-index: 30;
}

.lawyer-title {
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-left: 15px;
  color: #eee;
  text-align: left;
  font-size: 1em;
}

.lawyer-link {
  top: 10px;
  right: 10px;
}

.lawyer-description {
  padding-top: 2em;
}

#proccess-container {
  padding-bottom: 15px;
}

.proccess-header {
  height: auto !important;
  padding: 15px 0;
}

.proccess-logo {
  position: relative;
  max-width: 300px;
  overflow: hidden;
  margin: auto;
  background: #fff;
}

.proccess-title h3 {
  padding-bottom: 10px;
  border-bottom: solid thin gray;
}

.lista-horarios {
  margin: 10px 0;
  padding: 0;
}

.lista-horarios-item {
  width: 23.8%;
  background: #00c853;
  margin: 2px;
  padding: 10px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.lista-horarios-item.selected {
  background: rgba(0, 0, 255, 0.8);
  color: #fff;
}

#timeTableBox {
  position: relative;
  width: 100%;
}

#userMessageBox {
  width: 100%;
  position: absolute;
  bottom: -100%;
  z-index: 900;
  text-align: center;
}

#userMessageBox span {
  padding: 10px;
  background: #424242;
  color: #fff;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#makeAppointmentBox {
  background: #fff;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

#dateLabel {
  color: gray;
  font-size: 0.8em;
}

/* QS QUIENES SOMOS */
.qs-section {
  background: #F6F8FB;
  padding: 15px;
}

.qs-col {
  background: #fff;
  border-radius: 8px;
  padding-top: 15px;
}

.qs-col-img {
  text-align: right;
}

.qs-img {
  max-width: 100%;
  border-radius: 8px;
}

.qs-text {
  text-align: justify;
}

.nav-link {
  font-size: 16px;
}

.nav-link-cta {
  background: #3B3A7E;
  color: white !important;
  border-radius: 3px !important;
}

section.section-slider {
  background: #020121;
  padding-top: 150px;
  padding-bottom: 180px;
}

section.section-slider h1,
section.section-slider p {
  color: #fff;
}

section.section-slider h1 {
  margin-bottom: 20px;
}

section.section-slider p {
  font-size: 1.2rem;
}

div.slider-cta {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

div.slider-cta a {
  padding: 8px 10px;
  background: #A59562;
  color: #000;
  border-radius: 8px;
  font-size: 1rem;
}

section.about-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

section.about-section h2 {
  font-size: 2.5rem;
  color: #020121;
  margin-bottom: 30px;
}

section.about-section h2,
section.about-section p {
  text-align: center;
}

section.about-section p {
  font-size: 1.2rem;
}

section.areas-section {
  background: #020121;
  padding-top: 100px;
  padding-bottom: 100px;
}

.col-areas-title h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

.col-areas-title p {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

.area-card {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 16px;
}

.area-card img {
  width: 100%;
  max-width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.area-card h3 {
  color: #020121;
  font-size: 18px;
  font-weight: bold;
}

.area-card p {
  color: gray;
}

.area-description {
  padding: 15px;
}

.area-description p {
  font-size: 0.8rem;
  margin-bottom: 0;
  line-height: 15px;
}

.area-link {
  margin-top: 1.2rem;
  text-align: right;
}

.area-link a {
  font-size: 14px;
  padding: 5px 8px;
  background: #020121;
  color: #fff;
  border-radius: 8px;
}

section.area-section .areas-row {
  gap: 10px;
}

section.clients-section {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

section.clients-section h2 {
  margin-bottom: 20px;
}

.col-clientes-desc,
.col-clientes-slider {
  background: #fff;
}

.col-clientes-desc {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: justify;
}

.col-clientes-desc p {
  font-size: 1.2rem;
}

.col-clientes-slider {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

section.trayectoria-section {
  background: #1f1c1c;
  padding-top: 150px;
  padding-bottom: 150px;
}

.col-trayectoria-img h3 {
  font-size: 1.3rem;
  margin-top: 1.5rem;
}

.col-trayectoria-img {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 15px;
}

.col-trayectoria-img img {
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
}

.col-trayectoria-desc {
  padding-top: 15px;
}

.col-trayectoria-desc p {
  text-align: justify;
  font-size: 1.2rem;
}

.col-trayectoria-desc div {
  text-align: right;
  margin-bottom: 15px;
}

.col-trayectoria-desc div a {
  background: #020121;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 1rem;
  color: #fff;
}

/* #a59562 */


.row-trayectoria {
  background: #dfdfdf;
  border-radius: 20px;
}

.row-trayectoria h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-app-header {
  background: #020121;
  /* margin-top: 23px; */
  padding-top: 50px;
  padding-bottom: 50px;
}

/* SEPARADORES */
.custom-shape-divider-bottom-1730081264 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1730081264 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1730081264 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1730083117 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1730083437 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.shape-fill-white {
  fill: #FFFFFF;
}

.shape-fill-gray {
  fill: #F6F8FB;
}

.shape-fill-primary {
  fill: #020121;
}

.custom-shape-divider-bottom-1730081625 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1730081625 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.col-app-header-text {
  margin: auto;
}

.col-app-header-text h1 {
  color: #fff;
  /* color: #b1b0b6; */
  margin-bottom: 20px;
}

.col-app-header-text p {
  color: #b1b0b6;
}

.col-frame-app {
  text-align: center;
}

.store-logos-box {
  margin-top: 40px;
  margin-bottom: 40px;
}

.store-logos-box img:nth-child(1) {
  margin-right: 10px;
}

.section-app-info,
.section-support {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-app-info h2 {
  color: #3B3A7E;
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 20px;
}

.section-app-info p {
  color: #5d5d5d;
}

.row-info {
  background-color: #1F1F5D;
  padding: 15px;
  border-radius: 20px;
}

.row-info img {
  max-width: 100%;
}

.row-info h2 {
  margin-bottom: 20px;
}

.row-info h2,
.row-info p {
  color: #fff;
}

.col-registered-app,
.col-support {
  margin-bottom: 20px;
}

.bubble-info {
  background: #dfdfdf;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}

.bubble-info h3 {
  color: #3B3A7E;
  font-weight: bold;
  margin-bottom: 20px;
}

.register-logos {
  display: flex;
}

.register-logos img {
  width: 90%;
  border-radius: 8px;
}

section.signin-section {
  background-image: linear-gradient(to bottom, #020121 0%, #020121 30%, #dfdfdf 30%, #dfdfdf 100%);
  padding-top: 200px;
}

.signin-form-box {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 150px;
}

div.warn-message {
  background: #f8d7da;
  color: #721c24;
  font-size: 0.7em;
  padding: 15px;
  width: 100%;
  border-radius: 8px;
  margin: 20px 0;
  display: flex;
  align-items: center;
}

div.warn-message i {
  margin-right: 10px;
  font-size: 22px;
}

div.signin-form-img {
  text-align: center;
  margin-bottom: 20px;
}

div.signin-form-img img {
  max-width: 250px;
}

h2.signin-title {
  text-align: center;
  font-size: 26px;
  color: #1c1a46;
  padding: 0 10px;
}

.input-field {
  display: flex;
  flex-direction: column;
}

.input-field label {
  font-size: 18px;
}

.input-field input {
  border-radius: 8px;
  border: 1px solid rgb(182, 182, 182);
  padding: 10px;
}

.input-field input:focus {
  border: 1px solid #1c1a46;
  outline: none;
}

button.signin-btn {
  border: none;
  width: 100%;
  color: #fff;
  background-color: #1c1a46;
  border-radius: 8px;
  margin: 20px 0;
  padding: 10px 8px;
}

.signin-advice {
  background: #eee;
  color: gray;
  padding: 15px;
  border-radius: 20px;
  font-size: 14px;
  text-align: justify;
  line-height: 16px;
}

section.document-section {
  background-image: linear-gradient(to bottom, #020121 0%, #020121 30%, #dfdfdf 30%, #dfdfdf 100%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.document-box {
  width: 90%;
  background-color: #fff;
  margin: 0 auto;
  max-width: 1200px;
  padding: 15px;
  border-radius: 8px;
  text-align: justify;
}

.document-box h1 {
  margin-bottom: 30px;
}

/* DERECHO MEDICO */
main.main-dm {
  background: #f3f3f3;
}

.section-dm-header {
  width: 100%;
  min-height: 400px;
  background: #fff;
}

.dm-header-title {
  font-size: 4rem;
  font-weight: 700;
  color: #1c1a46;
  margin-bottom: 40px;
}

p.dm-header-text {
  font-size: 1.3rem;
  text-align: justify;
}

.dm-img {
  width: 100%;
  max-width: fit-content;
}

a.dm-header-btn {
  padding: 10px 15px;
  background: #1c1a46;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  min-width: 50%;
  margin-top: 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

section.section-dm-asesoria {
  background: #f3f3f3;
}

section.section-dm-asesoria,
section.section-dm-derecho-medico {
  padding: 100px 0;
}

div.inner-col-dm-asesoria {
  height: 100%;
  background-color: #fff;
  padding: 60px 30px 30px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

h2.inner-col-dm-asesoria-title {
  color: #1F1F5D;
  font-size: 28px;
  margin-bottom: 40px;
  text-align: justify;
}

p.inner-col-dm-asesoria-text {
  text-align: justify;
  color: #333;
  font-size: 1.3rem;
}

img.inner-col-dm-asesoria-icon {
  position: absolute;
  top: -40px;
  left: -25px
}

@media (min-width: 992px) {
  section.dm-intro-alt {
    background: linear-gradient(to right,
        /* Dirección del degradado: de izquierda a derecha */
        #1c1a46 50%,
        /* Color Negro hasta el 50% del ancho */
        #ffffff 50%
        /* Color Blanco a partir del 50% del ancho */
      );
  }
}

.dm-block-left {
  background-color: #1c1a46;
  color: #fff;
}

.dm-block-right {
  color: #333;
  min-height: 550px;
}

.dm-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.dm-subtitle {
  font-size: 1.2rem;
  color: #ffc107;
  letter-spacing: 2px;
}

.dm-question {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1c1a46;
}

.dm-paragraph {
  font-size: 1.3rem;
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 20px;
}

i.fa-whatsapp {
  font-size: 1.5rem;
}

section.dm-process-timeline {
  background: #fff;
}

.timeline-container {
  position: relative;
  padding-left: 50px;
}

.timeline-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  width: 4px;
  background-color: #e0e0e0;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.timeline-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #1c1a46;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  z-index: 10;
}

.timeline-content {
  padding-left: 3.5rem;
  border-left: 1px solid transparent;
}

.timeline-title {
  font-size: 1.6rem;
  color: #1c1a46;
  margin-top: 0;
  margin-bottom: 20px;
}

.timeline-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  text-align: justify;
}

div.inner-col-dm-funciones {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

.funciones-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c1a46;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.funciones-list {
  list-style: none;
  padding-left: 0;
}

.funciones-list li {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.funciones-icon {
  font-size: 1.2rem;
  color: #ffc107;
  margin-right: 15px;
  margin-top: 3px;
}

.dm-about-section {
  background-color: #1c1a46;
}

.dm-about-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
}

.dm-about-block {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.dm-about-image-col {
  min-height: 450px;
  padding: 0;
}

.dm-image-overlay {
  background-image: url('../img/abogado-bascula.jpg');
  background-size: cover;
  background-position: center top;
  height: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
}

.dm-experience-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #1c1a46;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
}

.dm-tag-dorado {
  display: inline-block;
  background-color: #ffc107;
  color: #1c1a46;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.dm-about-subtitle {
  font-size: 2rem;
  color: #1c1a46;
  font-weight: 700;
  margin-bottom: 15px;
}

.dm-about-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}

.dm-about-checklist {
  list-style: none;
  padding-left: 0;
  text-align: justify;
}

.dm-about-checklist li {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 5px;
}

.check-icon-azul {
  color: #1c1a46;
  margin-right: 10px;
}

.dm-cta-btn-white {
  background-color: #1c1a46;
  color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.1rem;
}

.dm-cta-btn-white:hover {
  background-color: #2c325a;
  color: #fff;
}

.dm-rights-section-white {
  background-color: #f7f7f7;
}

.rights-title-azul {
  color: #1c1a46;
  /* Azul oscuro de marca */
  font-weight: 800;
}


.dm-document-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 6px;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.dm-document-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.document-title-dorado {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1c1a46;
  border-bottom: 3px solid #ffc107;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.document-icon-azul {
  color: #1c1a46;
  margin-right: 10px;
}

.document-rights-list {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  /* Gris oscuro para el texto */
  padding-left: 2rem;
}

/* Estiliza los números de la lista (1., 2., 3., etc.) */
.document-rights-list li {
  margin-bottom: 15px;
  font-weight: 500;
  color: #333;
}

.document-rights-list li::marker {
  color: #ffc107;
  /* Color Dorado para el número */
  font-weight: 700;
  font-size: 1.2rem;
}

.footer {
  background: #020121;
}

.footer-logo-box {
  margin-bottom: 20px;
}

.footer-logo-box img {
  width: 50px;
}

.footer h3,
.footer p,
.footer span {
  font-size: 16px;
}

.footer h3 {
  text-align: justify;
  margin-bottom: 20px;
}

.footer h3,
.footer p,
.footer a,
.footer span {
  color: #eee;
}

.footer-social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-social-list li {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-social-list i {
  font-size: 24px;
}

.footer-social-list li.facebook {
  background-color: #3B5998;
}

.footer-social-list li.instagram {
  background-color: #EA2C59;
}

.footer-social-list li.x-twitter {
  background-color: #000000;
}

.footer-social-list li.tiktok {
  background-color: #FE4355;
}

.footer-social-list li.linkedin {
  background-color: #0A66C2;
}

.footer-social-list li.youtube {
  background-color: #FF0000;
}

.footer-social-list li.linktree {
  background-color: #42E35E;
}

.header-areas-row {
  height: 500px;
  background: url(../img/desk-lawyer-1.jpg) no-repeat center center;
  background-size: cover;
  transition: background-image 0.3s ease-in-out;
}

.header-areas-col {
  background-color: #1f1c1c;
}

.header-areas-col h1 {
  color: #fff;
  margin: 0;
  padding-left: 15px;
  border-bottom: solid thin #eee;
}

.content-areas {
  background-color: #1f1c1c;
  padding-top: 30px;
  padding-bottom: 2em;
}

.list-group-areas-item {
  border: none !important;
  border-radius: 0;
  background-color: transparent !important;
  color: #fff;
  cursor: pointer !important;
}

.list-group-areas-item i {
  top: 5px;
  margin-right: 15px;
}

.list-group-areas-item.active {
  color: #A59562;
}

.card-area-acordion {
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}

.card-area-acordion .btn-link {
  color: #eee !important;
  text-transform: uppercase;
}

.card-area-acordion button {
  white-space: wrap !important;
  text-align: left !important;
  width: 100%;
}

.card-area-acordion p {
  text-align: justify;
}

.card-area-acordion .card-body {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.area-servicio-card {
  background-color: #eee;
  border-radius: 5px;
  padding: 15px;
  height: 100%;
}

.area-servicio-card h3 {
  font-size: 20px;
}

.area-servicio-card h3 a {
  text-transform: none;
  color: black;
}

.area-servicio-card i {
  font-size: 40px;
  color: #A59562;
}

.footer-advice-text {
  text-align: justify;
}

.footer-contact-list {
  margin-bottom: 20px;
}

.footer-contact-list-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-contact-list-item i {
  margin-right: 10px;
  color: #fff;
}

.footer-buttons a {
  background: #fff;
  color: #1c1a46;
}

.footer-contact-list-item.email-address a {
  font-size: 12px;
}

@media (min-width: 768px) {
  .footer-logo-box img {
    max-width: 50%;
  }

  .footer-contact-list-item.email-address a {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .nav-link-cta {
    margin-left: 30px;
  }
}

.social-dialog-box {
  position: fixed;
  bottom: 96px;
  right: 10px;
  z-index: 9999;
  width: 300px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 19px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 19px rgba(0, 0, 0, 0.8);
  padding: 32px 10px 10px 10px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.social-dialog-box-close {
  text-decoration: none;
  color: gray;
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
}

.social-dialog-box-close:hover {
  color: gray;
}

.social-dialog-box-col {
  float: left;
  border: solid thin rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 15px;
  font-size: 16px;
}

.social-dialog-box-col img {
  max-width: 100%;
}

.w-20 {
  width: 20%;
}

.w-70 {
  width: 70%;
}

.margin-right {
  margin-right: 5px;
}

@media screen and (min-width: 400px) {
  .frame {
    width: 47%;
    padding-bottom: 47%;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 600px) {
  .frame {
    padding-bottom: 37%;
  }

  .folder {
    width: 32%;
    padding-bottom: 32%;
  }

  .file-container {
    width: 32%;
    padding-bottom: 50%;
  }
}

@media screen and (min-width: 700px) {
  .main-header {
    height: 400px;
  }

  .login-text {
    font-size: 1.3em !important;
  }

  .banner-bg-content-text {
    font-size: 1.2em;
  }

  .banner-bg-logos-item {
    width: 200px;
  }
}

@media screen and (min-width: 768px) {
  .lawyer-description {
    padding-top: 0;
  }

  .socials-list-link {
    font-size: 1.3em;
  }

  .frame {
    width: 31.5%;
    padding-bottom: 27%;
  }

  .folder {
    width: 24% !important;
    padding-bottom: 24% !important;
  }

  .file-container {
    width: 24%;
    padding-bottom: 40%;
  }

  .languages {
    width: 98%;
  }
}

@media screen and (min-width: 1200px) {
  .logo {
    width: 250px !important;
  }

  .main-header {
    height: 500px;
  }

  #toggle-menu {
    display: none !important;
  }

  .large-menu {
    display: block !important;
  }

  .large-menu-item {
    margin-left: 1em !important;
  }

  .login-text {
    bottom: 20% !important;
  }

  .banner-bg-content-text {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1024px) {
  .lawyer-image {
    height: 350px;
  }

  .lawyer-title {
    font-size: 1.3em;
    font-weight: bold;
  }

  .frame {
    width: 23.5%;
    padding-bottom: 17%;
  }

  .folder {
    width: 18% !important;
    padding-bottom: 18% !important;
  }

  .file-container {
    width: 18%;
    padding-bottom: 25%;
  }
}

.dashboard-body {
  background: #212121 !important;
}

.dashboard-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dashboard-left {
  display: none;
  padding: 0;
  height: 100vh;
  background: #212121;
  position: relative;
  z-index: 200;
}

.dashboard-logo {
  background: #fff;
  text-align: center;
  padding: 30px;
}

.dashboard-logo img {
  max-width: 90% !important;
}

.dashboard-right {
  padding: 0;
  border-left: solid thin #eee;
  background: #fff;
  min-height: 100vh;
}

.dashboard-navbar {
  width: 100%;
  height: 56px;
  padding: 0 15px;
  position: relative;
  background: #fff;
  z-index: 100;
  border-bottom: solid thin #eee;
}

.dashboard-content {
  margin-top: 5px;
  padding: 15px;
  overflow: hidden;
}

.content-title,
.content-subtitle {
  margin: 0;
  margin: 10px 0;
  color: gray;
  font-size: 1em;
}

.content-form {
  padding: 15px;
  max-width: 900px;
  background: #fff;
  overflow: hidden;
}

.content-form .control-label {
  color: gray;
  font-weight: normal;
  font-size: 0.6em;
}

.list-group {
  max-width: 500px;
}

.icon-plus:before,
.icon-trash:before {
  position: relative;
  top: 2px;
}

.icon-plus:before {
  margin-right: 5px;
}

.file-group {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  margin: 2em 0;
  background: #fff;
  border-bottom: solid thin rgba(0, 0, 0, 0.2);
}

.file-group-trigger {
  line-height: 50px;
  color: gray;
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.file-group-file {
  position: absolute;
  left: -100%;
  bottom: 0;
}

.user-table-header {
  font-size: 14px;
}

.user-table-td {
  font-size: 12px;
}

.error {
  font-size: 12px;
  color: red;
}

.folder-icon::before {
  margin-right: 10px;
}

.folder-list {
  width: 100%;
}

.folder-list-item {
  display: inline-block;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-right: 0.3em;
}

.folder-list-item-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.folder-list-item-icon,
.folder-list-item-body {
  float: left;
  font-size: 0.7em;
}

.folder-list-item-icon {
  width: 10%;
  text-align: center;
  color: #cccc00;
  font-size: 30px;
}

.folder-list-item-body {
  width: 90%;
}

.folder-list-item-body span {
  display: block;
}

.folder-list-item-body-title {
  font-size: 20px;
  font-weight: 600;
}

.folder-list-item-body-content {
  margin: 10px 0;
  color: gray;
  font-size: 18px;
}

.folder-list-item-more {
  width: 100%;
  margin-top: 10px;
  text-align: right;
}

.folder-list-item-recordar {
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 10px;
  background: gray;
  padding: 5px;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
}

.more-list-item {
  display: inline-block;
  margin-right: 10px;
  height: 30px;
}

.more-list-link {
  font-size: 1.3em;
  color: gray;
  line-height: 30px;
}

.more-list-link:hover,
.more-list-link:focus {
  color: inherit;
}

.file-container {
  width: 48%;
  padding-bottom: 70%;
  margin: 0.1em;
  float: left;
  background: #eee;
  border: solid thin gray;
  position: relative;
}

.nav-menu-item,
.small-screen-menu-item {
  display: block;
  line-height: 50px;
}

.nav-menu-link,
.small-screen-menu-link {
  display: block;
  padding-left: 15px;
  font-size: 0.8em;
}

.nav-menu-link:before,
.small-screen-menu-link:before {
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.nav-menu-link,
.nav-menu-link:hover,
.nav-menu-link:focus {
  color: #eee;
}

.nav-menu-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.nav-menu-link.active {
  background: rgb(241, 241, 241);
  color: black;
}

.overlap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5000;
}

.small-screen-menu {
  position: absolute;
  top: 0;
  left: -100%;
  width: 95%;
  max-width: 280px;
  height: 100%;
  background: #fff;
}

.small-screen-menu-link,
.small-screen-menu-link:hover,
.small-screen-menu-link:focus {
  color: gray;
}

.small-screen-menu-link.active {
  background: rgba(0, 0, 0, 0.1);
}

.navbar-trigger,
.navbar-title,
.navbar-user {
  float: left;
  height: 100%;
  line-height: 56px;
}

.navbar-title {
  width: 80%;
  font-size: 0.8em;
  font-weight: bold;
  color: gray;
}

.navbar-user {
  width: 20%;
}

.overflow-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.navbar-trigger-btn {
  font-size: 1em;
  line-height: 56px;
  margin-right: 10px;
  font-weight: normal;
}

.navbar-trigger-btn,
.navbar-trigger-btn:hover {
  color: gray;
}

.navbar-trigger-btn:before {
  position: relative;
  top: 3px;
}

.user-type {
  float: right;
  line-height: 56px;
  color: gray;
  font-size: 0.8em;
}

.user-circled {
  float: right;
  position: relative;
  padding: 5px 8px;
}

.user-img {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 22px;
  color: #eee;
}

.user-img:hover,
.user-img:focus {
  color: #eee;
}

.user-menu {
  display: none;
  width: 230px;
  position: absolute;
  top: 50px;
  right: 0;
  margin: 0;
  padding: 5px 0 0 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 300px;
  text-align: center;
}

.user-menu-item {
  list-style: none;
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: relative;
  font-size: 0.7em;
  color: gray;
}

.user-menu-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: gray;
  font-size: 1.1em;
  line-height: 30px;
  background: #eee;
}

.radio-label {
  width: 50px;
  height: 50px;
  overflow: hidden;
  color: #fff;
  border-radius: 50%;
  position: relative;
  font-size: 0.6em;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.radio-input {
  position: absolute;
  left: -100%;
}

.radio-low {
  background: #1aff1a;
}

.radio-medium {
  background: #ffff66;
}

.radio-high {
  background: #ff3333;
}

.radio-selected {
  background: blue;
}

.details-table {
  width: 100%;
  padding: 15px;
  max-width: 800px;
  font-size: 0.6em;
  background: #fff;
}

.details-table .td-result {
  text-align: justify;
}

.images-grid {
  width: 100%;
  margin: 0;
}

.images-grid-item {
  display: inline-block;
  width: 179px;
  height: 281px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}

.images-grid-item-header,
.images-grid-item-footer {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 60;
}

.images-grid-item-header {
  top: 0;
  text-align: right;
}

.images-grid-item .item-edit,
.images-grid-item .item-position,
.images-grid-item .item-delete {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.7em;
  font-weight: normal;
}

.images-grid-item .item-position,
.images-grid-item .item-delete {
  color: #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.images-grid-item .item-edit {
  color: gray;
  position: absolute;
  right: 0;
  top: 6;
  cursor: pointer;
}

.images-grid-item .item-edit:before {
  margin-right: 0 !important;
  line-height: 22px;
}

.images-grid-item .item-position {
  background: teal;
}

.images-grid-item .item-delete {
  background: tomato;
  text-align: center;
  cursor: pointer;
}

.images-grid-item .item-delete:before {
  position: relative;
  top: 2px;
  margin-right: 0 !important;
}

.images-grid-item-footer {
  bottom: 0;
  background: #fff;
  text-align: center;
}

.images-grid-date {
  font-size: 0.7em;
  color: gray;
  width: 100%;
  text-align: center;
}

.images-grid-counter {
  color: gray;
  font-size: 0.7em;
  font-weight: bold;
}

.images-grid-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.images-grid-img {
  max-width: 100%;
}

.add-item {
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
}

.add-item-link {
  line-height: 281px;
  border: dashed thin gray;
  font-size: 3em;
  padding: 15px;
  color: grey;
}

.more-menu {
  display: none;
  min-width: 150px;
  background: #fff;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  z-index: 100;
}

.more-menu-item {
  text-align: left;
}

.more-menu-link {
  color: gray;
  font-size: 0.7em;
}

.more-menu.active {
  display: block;
}

#reorder-images-grid .filepond--item {
  width: calc(50% - 0.5em);
}

.prompt-box,
.upload-images-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 7000;
}

.prompt-box-dialog,
.upload-images-box-dialog {
  width: 90%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  background: #fff;
  overflow: hidden;
}

.upload-images-box-dialog {
  padding: 15px;
}

.file-group-file {
  visibility: hidden;
}

.prompt-box-message,
.prompt-box-action {
  padding: 15px;
  color: gray;
  width: 100%;
  font-size: 16px;
}

.prompt-box-action {
  text-align: right;
}

.prompt-box-action-btn {
  padding: 0 10px;
  color: #000;
}

.loader {
  display: inline-block;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  position: relative;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.loader-small {
  width: 30px;
  height: 30px;
}

.loader-medium {
  width: 60px;
  height: 60px;
}

.loader-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.day {
  width: 100%;
  margin-bottom: 1.5em;
}

.day-title {
  padding: 15px;
  font-size: 1.2em;
}

.day-card {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  padding: 15px;
  font-size: 0.7em;
  width: 35%;
  display: inline-block;
  margin: 10px 8px;
}

.day-card-menu-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  color: gray;
  cursor: pointer;
}

.day-card-submenu {
  display: none;
  width: 150px;
  padding: 8px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 300;
}

.day-card-submenu-item {
  width: 100%;
  height: 30px;
  position: relative;
}

.day-card-submenu-link {
  display: block;
  line-height: 30px;
  color: gray;
}

.day-card-submenu-link:hover,
.day-card-submenu-link:focus {
  text-decoration: none;
  color: gray;
}

.card-modal,
.appointment {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.card-modal-dialog {
  width: 95%;
  max-width: 350px;
  padding: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.card-modal-question {
  font-size: 0.8em;
}

.card-modal-answer {
  color: gray;
  padding-left: 15px;
  font-size: 0.7em;
}

.appointment-title {
  color: gray;
  margin-bottom: 1em;
}

.appointment-dialog {
  width: 95%;
  max-width: 700px;
  padding: 15px;
  background: #fff;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateY(-20%) translateX(-50%);
  -ms-transform: translateY(-20%) translateX(-50%);
  transform: translateY(-20%) translateX(-50%);
}

.appointment-body {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  margin-bottom: 0.7em;
}

.appointment-list-item {
  display: inline-block;
  padding: 4px 3px;
  background: #eee;
}

.appointment-list-link {
  font-size: 0.9em;
  color: gray;
  display: block;
}

.appointment-footer {
  width: 100%;
  overflow: hidden;
}

.appointment-footer-link {
  font-size: 0.8em;
  padding: 10px 8px;
  float: right;
  color: gray;
}

.appointment-footer-link:hover,
.appointment-footer-link:focus {
  text-decoration: none;
  color: gray;
}

.schedule {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.schedule-item {
  display: inline-block;
  width: 23%;
  padding-bottom: 12%;
  margin-bottom: 6px;
  background: #eee;
}

.schedule-time {
  color: gray;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.6em;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.available {
  background: #00c853;
  cursor: pointer;
}

.available .schedule-time {
  color: #fff;
}

.date-time {
  font-size: 0.6em;
  font-style: italic;
  background: #eee;
  padding: 10px;
  margin-bottom: 15px;
}

.selected-time:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.selected-time:after {
  content: "✔";
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 5px;
  z-index: 20;
  font-size: 0.7em;
}

.search-bar {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.search-bar input[type=search] {
  border: none;
  background: #eee;
  max-width: 400px;
  padding: 5px 10px;
}

.search-bar button {
  position: relative;
}

.results-text {
  text-align: center;
  font-weight: bold;
  padding: 15px;
}

@media screen and (min-width: 480px) {
  .folder-list-item {
    width: 49%;
  }
}

@media screen and (min-width: 900px) {
  .dashboard-left {
    display: block;
  }

  .navbar-trigger-btn {
    display: none;
  }

  .folder-list-item {
    width: 32%;
  }
}

/* Stats Section */
section.stats-section {
  padding: 40px 0;
}

.stat-item {
  background: transparent;
  /* No card background */
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
  /* No shadow */
  transition: transform 0.3s ease;
  height: 100%;
}

.stat-item:hover {
  transform: translateY(-5px);
}

.stat-icon {
  font-size: 2.5rem;
  color: #c5a059;
  /* Gold accent */
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-number {
  font-size: 2.5rem;
  /* Larger numbers */
  font-weight: 700;
  color: #fff;
  /* White numbers */
  margin-bottom: 5px;
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  color: #c5a059;
  /* Gold label */
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-top: 1px solid rgba(197, 160, 89, 0.3);
  display: inline-block;
  padding-top: 10px;
  margin-top: 5px;
}

/* Animations */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Area Cards Refinements */
.area-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  /* For image zoom containment */
  border-bottom: 3px solid transparent;
}

.area-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid #988E35;
  /* Gold border */
}

.area-card img {
  transition: transform 0.5s ease;
}

.area-card:hover img {
  transform: scale(1.05);
}

/* Enhancing Areas Section Title */
.col-areas-title {
  text-align: center;
}

.col-areas-title h2 {
  position: relative;
  display: inline-block;
}

.col-areas-title h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #988E35;
  margin: 15px auto 0;
}