/* W3.CSS 4.15 December 2020 by Jan Egil and Borge Refsnes */

html {
  box-sizing: border-box;
}

*,*:before,*:after {
  box-sizing: inherit;
}

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}



header,nav,section {
  display: block;
}

progress {
  display: inline-block;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,a:hover {
  outline-width: 0;
}

b,strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,input,select,textarea {
  font: inherit;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,[type=button],[type=reset],[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* End extract */

html{
  font-family: Verdana,sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

html {
  overflow-x: hidden;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Segoe UI",Arial,sans-serif;
  font-weight: 400;
  margin: 10px 0;
}

img {
  vertical-align: middle;
}

a {
  color: inherit;
}

.w3-table,.w3-table-all {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}

.w3-table-all {
  border: 1px solid #ccc;
}

.w3-table-all tr {
  border-bottom: 1px solid #ddd;
}

.w3-table-all tr:nth-child(odd) {
  background-color: #fff;
}

.w3-table-all tr:nth-child(even) {
  background-color: #f1f1f1;
}

.w3-centered tr th,.w3-centered tr td {
  text-align: center;
}

.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child {
  padding-left: 16px;
}

.w3-btn,.w3-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.w3-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.w3-btn,.w3-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w3-disabled,.w3-btn:disabled,.w3-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.w3-disabled *,:disabled * {
  pointer-events: none;
}

.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover {
  box-shadow: none;
}

.w3-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.w3-ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
}

.w3-ul li:last-child {
  border-bottom: none;
}

.w3-display-container {
  position: relative;
}

.w3-input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.w3-select {
  padding: 9px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
}

.w3-sidebar {
  height: 100%;
  width: 200px;
  background-color: #fff;
  position: fixed!important;
  z-index: 1;
  overflow: auto;
}

.w3-bar {
  width: 100%;
  overflow: hidden;
}

.w3-center .w3-bar {
  display: inline-block;
  width: auto;
}

.w3-bar .w3-bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
}

.w3-bar .w3-button {
  white-space: normal;
}

.w3-bar-block .w3-bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0;
}

.w3-bar-block.w3-center .w3-bar-item {
  text-align: center;
}

.w3-block {
  display: block;
  width: 100%;
}

.w3-responsive {
  display: block;
  overflow-x: auto;
}

.w3-container:after,.w3-container:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,.w3-bar:before,.w3-bar:after {
  content: "";
  display: table;
  clear: both;
}

.w3-col,.w3-third,.w3-twothird {
  float: left;
  width: 100%;
}

@media (min-width:601px) {
  .w3-col.m1 {
    width: 8.33333%;
  }

  .w3-col.m2 {
    width: 16.66666%;
  }

  .w3-col.m3 {
    width: 24.99999%;
  }

  .w3-col.m4,  .w3-third {
    width: 33.33333%;
  }

  .w3-col.m5 {
    width: 41.66666%;
  }

  .w3-col.m6 {
    width: 49.99999%;
  }

  .w3-col.m7 {
    width: 58.33333%;
  }

  .w3-col.m8,  .w3-twothird {
    width: 66.66666%;
  }

  .w3-col.m9 {
    width: 74.99999%;
  }

  .w3-col.m10 {
    width: 83.33333%;
  }

  .w3-col.m11 {
    width: 91.66666%;
  }

  .w3-col.m12 {
    width: 99.99999%;
  }
}

.w3-rest {
  overflow: hidden;
}

.w3-content {
  margin-left: auto;
  margin-right: auto;
}

.w3-content {
  max-width: 980px;
}

.w3-top {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.w3-top {
  top: 0;
}

.w3-display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%,-50%);
  -ms-transform: translate(-0%,-50%);
}

.w3-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
}

.w3-display-container:hover .w3-display-hover {
  display: block;
}

.w3-display-container:hover span.w3-display-hover {
  display: inline-block;
}

.w3-display-hover {
  display: none;
}

.w3-round-small {
  border-radius: 2px;
}

.w3-round {
  border-radius: 4px;
}

.w3-round-xlarge {
  border-radius: 16px;
}

.w3-row-padding,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-col {
  padding: 0 8px;
}

.w3-container {
  padding: 0.01em 16px;
}

.w3-card,.w3-card-2 {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.w3-card-4 {
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}

@keyframes w3-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes fading {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opac {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }

  to {
    right: 0;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.w3-small {
  font-size: 12px!important;
}

.w3-xlarge {
  font-size: 24px!important;
}

.w3-left-align {
  text-align: left!important;
}

.w3-right-align {
  text-align: right!important;
}

.w3-justify {
  text-align: justify!important;
}

.w3-center {
  text-align: center!important;
}

.w3-border-0 {
  border: 0!important;
}

.w3-border {
  border: 1px solid #ccc!important;
}

.w3-border-top {
  border-top: 1px solid #ccc!important;
}

.w3-border-left {
  border-left: 1px solid #ccc!important;
}

.w3-border-right {
  border-right: 1px solid #ccc!important;
}

.w3-section {
  margin-top: 16px!important;
  margin-bottom: 16px!important;
}

.w3-margin {
  margin: 16px!important;
}

.w3-margin-top {
  margin-top: 16px!important;
}

.w3-margin-left {
  margin-left: 16px!important;
}

.w3-margin-right {
  margin-right: 16px!important;
}

.w3-padding-small {
  padding: 4px 8px!important;
}

.w3-padding {
  padding: 8px 16px!important;
}

.w3-padding-16 {
  padding-top: 16px!important;
  padding-bottom: 16px!important;
}

.w3-padding-24 {
  padding-top: 24px!important;
  padding-bottom: 24px!important;
}

.w3-padding-32 {
  padding-top: 32px!important;
  padding-bottom: 32px!important;
}

.w3-padding-48 {
  padding-top: 48px!important;
  padding-bottom: 48px!important;
}

.w3-padding-64 {
  padding-top: 64px!important;
  padding-bottom: 64px!important;
}

.w3-padding-top-64 {
  padding-top: 64px!important;
}

.w3-padding-top-48 {
  padding-top: 48px!important;
}

.w3-padding-top-32 {
  padding-top: 32px!important;
}

.w3-padding-top-24 {
  padding-top: 24px!important;
}

.w3-left {
  float: left!important;
}

.w3-right {
  float: right!important;
}

.w3-button:hover {
  color: #000!important;
  background-color: #ccc!important;
}

.w3-transparent,.w3-hover-none:hover {
  background-color: transparent!important;
}

.w3-hover-none:hover {
  box-shadow: none!important;
}

/* Colors */

/*.w3-green,.w3-hover-green:hover {
  color: #fff!important;
  background-color: #4CAF50!important;
}*/

.w3-light-green,.w3-hover-light-green:hover {
  color: #000!important;
  background-color: #8bc34a!important;
}

.w3-orange,.w3-hover-orange:hover {
  color: #000!important;
  background-color: #FFCC00!important;
}

/*.w3-red,.w3-hover-red:hover {
  color: #fff!important;
  background-color: #f44336!important;
}*/

.w3-white,.w3-hover-white:hover {
  color: #000!important;
  background-color: #fff!important;
}

/*.w3-black,.w3-hover-black:hover {
  color: #fff!important;
  background-color: #082666!important;
}*/

.w3-grey,.w3-hover-grey:hover {
  color: #000!important;
  background-color: #9e9e9e!important;
}

.w3-light-grey,.w3-hover-light-grey:hover {
  color: #000!important;
  background-color: #f1f1f1!important;
}

.w3-text-green,.w3-hover-text-green:hover {
  color: #4CAF50!important;
}

.w3-text-light-green,.w3-hover-text-light-green:hover {
  color: #8bc34a!important;
}

.w3-text-orange,.w3-hover-text-orange:hover {
  color: #ff9800!important;
}

.w3-text-red,.w3-hover-text-red:hover {
  color: #f44336!important;
}

.w3-text-white,.w3-hover-text-white:hover {
  color: #fff!important;
}

.w3-text-black,.w3-hover-text-black:hover {
  color: #000!important;
}

.w3-text-grey,.w3-hover-text-grey:hover {
  color: #757575!important;
}

.w3-text-light-grey,.w3-hover-text-light-grey:hover {
  color: #f1f1f1!important;
}

.w3-border-green,.w3-hover-border-green:hover {
  border-color: #4CAF50!important;
}

.w3-border-light-green,.w3-hover-border-light-green:hover {
  border-color: #8bc34a!important;
}

.w3-border-orange,.w3-hover-border-orange:hover {
  border-color: #ff9800!important;
}

.w3-border-red,.w3-hover-border-red:hover {
  border-color: #f44336!important;
}

.w3-border-white,.w3-hover-border-white:hover {
  border-color: #fff!important;
}

.w3-border-black,.w3-hover-border-black:hover {
  border-color: #000!important;
}

.w3-border-grey,.w3-hover-border-grey:hover {
  border-color: #9e9e9e!important;
}

.w3-border-light-grey,.w3-hover-border-light-grey:hover {
  border-color: #f1f1f1!important;
}

body {
  background: #ffffff url('../fondo.webp') no-repeat fixed center center;
  background-size: cover;
  font-family: Montserrat;
  margin: 0;
  padding: 0;
}

#header {
  background: #535c69 url('../pattern-grey-header.webp') 0 0 repeat;
}

#header {
  font-family: var(--ui-font-family-primary,var(--ui-font-family-helvetica));
  height: 63px;
  min-width: 1100px;
  position: relative;
  z-index: 300;
}

#nav-bitrix {
  background: #535c69 url('../pattern-grey-header.webp') 0 0 repeat;
}
/*-------------------------progres bar---------------------------------*/
.half-arc {
  position: relative;
  width: 150px;
  height: 75px;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  border-bottom: 0;
  background: #d9d9d9;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.half-arc:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  border-radius: 50%;
  background-image: conic-gradient(#9c27b0, #3f51b5 calc(var(--percentage, 0) / 2), #bbb 0);
  transition: transform 0.5s ease-in-out;
  z-index: 1;
  transform: rotate(270deg);

}

.half-arc:after {
  content: "";
  position: absolute;
  display: block;
  background: #ffffff;
  z-index: 2;
  width: calc(100% - 32px);
  height: calc(200% - 32px);
  border-radius: 50%;
  top: 16px;
  left: 16px;
}

.half-arc span {
  color: #673ab7;
  z-index: 3;
  margin-top: 20px;
  text-align: center;
  font-size: 10px;
}


/*----------------------------------------------------------*/
.logo {
  width: 213px;
  height: 36px;
  margin: 30px auto;
}

.login-block {
  width: 320px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  border-top: 5px solid #ff656c;
  margin: 0 auto;
}

.login-block h1 {
  text-align: center;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.login-logo {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.label-formulario {
  color: #ffffff;
  font-size: 18px;
  margin-top: 0;
}

.login-block input {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: Montserrat;
  padding: 0 20px 0 50px;
  outline: none;
}

.login-block input:active,.login-block input:focus {
  border: 1px solid #ff656c;
}

.login-block button {
  width: 100%;
  height: 40px;
  background: #ff656c;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #e15960;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Montserrat;
  outline: none;
  cursor: pointer;
}

.login-block button:hover {
  background: #ff7b81;
}

.pull-right {
  float: right!important;
}

.content-header {
  position: relative;
  padding: 15px 15px 0 15px;
}

.page-header {
  padding-bottom: 9px;
  margin: 10px 0 20px 0;
  font-size: 22px;
  border-bottom: 1px solid #eee;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-globe:before {
  content: "\f0ac";
}

.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.invoice-col {
  float: left;
  width: 33.3333333%;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.invoice {
  position: relative;
  padding: 20px;
  margin: 10px 25px;
}

.clase-desactivado {
  opacity: 0.5;
  /* Por ejemplo, reduce la opacidad para indicar desactivación */
  pointer-events: none;
  /* Evita que el elemento sea interactivo (clics, etc.) */
  /* Otros estilos desactivados que desees aplicar */
}
.clase-display{
  display: none;
}
.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 10px;
}
.w3-black,.w3-hover-black:hover {
  color: #ffffff !important;
  background-color: black !important;
}
.w3-yellow,.w3-hover-yellow:hover {
  color: #000000 !important;
  background-color: rgb(235, 235, 4) !important;
}



.w3-green,.w3-hover-green:hover 
{
  color: #000000 !important;
  background-color: rgb(8, 189, 8) !important;
}

.w3-red,.w3-hover-red:hover {
  color: #ffffff !important;
  background-color: red !important;
}
.w3-pink,.w3-hover-pink:hover {
  color: #ffffff !important;
  background-color: pink !important;
}
.w3-blue,.w3-hover-blue:hover {
  color: #ffffff !important;
  background-color: blue !important;
}
.w3-orange,.w3-hover-orange:hover {
  color: #ffffff !important;
  background-color: orange !important;
}
.w3-celeste,.w3-hover-celeste:hover {
  color: #ffffff !important;
  background-color: rgb(21, 180, 233) !important;
}
.w3-verde-oscuro,.w3-hover-verde-oscuro:hover {
  color: #ffffff !important;
  background-color: rgb(2, 129, 120) !important;
}
.w3-morado,.w3-hover-morado:hover {
  color: #ffffff !important;
  background-color: rgb(101, 5, 255) !important;
}
.w3-ko,.w3-hover-ko:hover {
  color: #ffffff !important;
  background-color: rgb(0, 82, 171)!important;
}
.black{
  background-color: black !important;
}
.yellow {
  background-color: yellow;
}

.green{
  background-color: rgb(0, 255, 0);
}

.red{
  background-color: red;
}
.pink{
  background-color: pink;
}
.blue{
  background-color: blue;
}
.orange{
  background-color: orange;
}
.celeste{
  background-color: rgb(21, 180, 233);
}
.verde-oscuro{
  background-color: rgb(2, 129, 120);
}
.morado{
  background-color: rgb(101, 5, 255);
}
.ko{
  background-color: rgb(0, 82, 171);
}
.responsive-iframe {
  position: relative;
  padding-bottom: 85%;
  /* Ajusta este valor según el aspect ratio deseado */
  height: 0;
  overflow: hidden;
  margin-right: 20px; /* Agregado margen a la izquierda */
  margin-top: 20px; /* Agregado margen a la izquierda */
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

:root {
  --color-green: #00a878;
  --color-red: #fe5e41;
  --color-button: #fdffff;
  --color-black: #000;
}

.switch-button {
  display: inline-block;
}

.switch-button .switch-button__checkbox {
  display: none;
}

.switch-button .switch-button__label {
  background-color: var(--color-red);
  width: 2rem;
  height: 1.2rem;
  border-radius: 1.2rem;
  display: inline-block;
  position: relative;
}

.switch-button .switch-button__label:before {
  transition: .2s;
  display: block;
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--color-button);
  content: '';
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 1px var(--color-black);
}

.switch-button .switch-button__checkbox:checked + .switch-button__label {
  background-color: var(--color-green);
}

.switch-button .switch-button__checkbox:checked + .switch-button__label:before {
  transform: translateX(1.2rem);
}
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  footer {
    position: fixed;
    top: auto;
  }
}

.whatsapp-icon {
  margin-right: 10px;
}

.whatsapp-icon img {
  width: 24px; /* Ajusta el ancho según tus necesidades */
  height: auto; /* Ajusta la altura proporcionalmente */
  vertical-align: middle;
}

/*--------------------------------------*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 800px;
  text-align: center;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#popup-message {
  margin-bottom: 10px;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.accept-button {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.accept-button:hover {
  background-color: #45a049;
}
/*-----------------*/
.drop-zone {
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 40px; /* Aumentar el espacio interno */
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}

.drop-message {
  color: #666;
  font-size: 18px;
  margin-bottom: 20px; /* Añadir espacio entre el mensaje y la lista de archivos */
}

.file-list {
  display: flex;
  flex-wrap: wrap;
}

.file {
  position: relative;
  margin-right: 10px; /* Espaciado entre archivos adjuntos */
}

.file-preview {
  width: 80px; /* Ancho fijo para cada elemento */
  height: 80px; /* Altura fija para cada elemento */
  margin-right: 10px; /* Espaciado entre elementos */
  display: flex;
  align-items: center;
  position: relative;
}

.file-name {
  width: 80px; /* Mismo ancho que el icono */
  text-align: center; /* Alinea el nombre del archivo en el centro */
  overflow: hidden; /* Oculta el texto que sobrepase el ancho */
  white-space: nowrap; /* Evita que el texto se divida en varias líneas */
  text-overflow: ellipsis; /* Agrega puntos suspensivos (...) si el texto es demasiado largo */
  font-size: 10px;
}


.preview-icon, .document-icon {
  width: 100%; /* Ocupar todo el espacio disponible */
  height: 100%; /* Ocupar todo el espacio disponible */
  object-fit: cover; /* Escalar y recortar la imagen/documento para ajustarse al contenedor */
}


.remove-icon {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

.remove-icon::before {
  content: "\00D7"; /* Código Unicode para la 'x' */
  font-size: 14px; /* Tamaño de la 'x' */
  color: white; /* Color blanco para la 'x' */
  padding: 2px; /* Reducir el espacio interno alrededor de la 'x' */
  background-color: red; /* Color rojo para el círculo */
  border-radius: 50%; /* Borde redondeado */
  width: 20px; /* Ancho igual al diámetro del círculo */
  height: 20px; /* Altura igual al diámetro del círculo */
  display: flex; /* Para asegurar el centrado vertical y horizontal */
  justify-content: center; /* Centrado horizontal */
  align-items: center; /* Centrado vertical */
}

.document-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.document-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**-----------------------------*/

