body {
  font-family: 'Poppins', sans-serif;
  background-color: #f3f3f8;
}

pre {
  word-wrap: break-word!important;
  width: 99%;
  border: 0;
  background: none;
  font-family: inherit !important;
  font-size: 1em;
  display: block;
  white-space: pre-wrap;
  overflow: auto;
}

#titulo_encabezado {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sticky-top2 {
  top: 52px !important;
} 

.cursorLink {
  cursor: pointer;
}
.text-naranjo {
  color: var(--color-primario)!important;
}
.bg-naranjo {
  background-color:var(--color-primario)!important;
}

.input_search_global {
  background-color:#f1f1f1!important;
  color:#292929!important;
}

.bg-verde-claro2 {
  background-color: #d5ffe1 !important;
}

.fit-cover {
  object-fit: cover;
}
/* 
.bg-naranjo_claro {
  background-color: #FD923F!important;
} */
.bg-naranjo_claro {
  background-color:var(--color-primario-claro)!important;
}

.text-underline-0 {
  text-decoration: none!important;
}

.dotted_underline {
-webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px
}

.dotted_underline_help {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px
}

.caja_fuera_esquema {
  border: 2px solid red;
  margin-left: 0px;
}

.div_error {
  border: 1px solid red;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  background-color: #f8d7da;
  color: #721c24;
  border-radius: 0.25rem;
}

.div_funcion_ver {
  font-family: SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}

 .w-xs-100 {
   width: 100% !important;
 }
    .w-md-100 {
      width: inherit!important;
    }

@media (min-width: 767px) { /* pantallas sobre los 767px */
  .ms-md-6 { margin-left: 4rem!important }
  .ms-md-7 { margin-left: 5rem!important }
  
  .w-xs-100 {
    width: inherit !important;
  }
  .w-md-100 {
    width: 100%!important;
  }

  .caja_fuera_esquema {
    border:2px solid orange;
    margin-left: 70px;
  }
}


/* 
.btn-primary {
  color: #FFFFFF!important;
  background-color:#EE7C23!important;
  border: 1px solid #EE7C23!important;
}

.btn-primary:hover {
  color: #FFFFFF!important;
  background-color:var(--color-primario50) !important;
  border: 1px solid var(--color-primario50) !important;
} 
*/

.btn-outline-naranjo {
  color: #EE7C23!important;
  background-color:#ffffff!important;
  border: 1px solid #EE7C23!important;
}

.text-normal {
  font-weight: normal!important;
}
.bg-secondary2 {
  background: #adadad;
}

.rounded-2 {
  border-radius: .25rem!important
}
.rounded-3 {
  border-radius: .35rem!important
}
.rounded-4 {
  border-radius: .45rem!important
}
.rounded-5 {
  border-radius: .55rem!important
}

.rounded-55 {
  border-radius: 5.55rem!important
}
.opacity0 { opacity: 0; }
.opacity1 { opacity: 0.1; }
.opacity2 { opacity: 0.2; }
.opacity3 { opacity: 0.3; }
.opacity4 { opacity: 0.4; }
.opacity5 { opacity: 0.5; }
.opacity6 { opacity: 0.6; }
.opacity7 { opacity: 0.7; }
.opacity8 { opacity: 0.8; }
.opacity9 { opacity: 0.9; }
.opacity1 { opacity: 1; }

.letra01 {font-size: 0.1em;}
.letra02 {font-size: 0.2em;}
.letra03 {font-size: 0.3em;}
.letra04 {font-size: 0.4em;}
.letra05 { font-size: 0.5em!important }
.letra06 { font-size: 0.6em!important }
.letra07 { font-size: 0.7em!important }
.letra08 { font-size: 0.8em!important }
.letra09 { font-size: 0.9em!important }
.letra10 { font-size: 1.0em!important }
.letra11 { font-size: 1.1em!important }
.letra12 { font-size: 1.2em!important }
.letra13 { font-size: 1.3em!important }
.letra14 { font-size: 1.4em!important }
.letra15 { font-size: 1.5em!important }
.letra16 {font-size: 1.6em;}
.letra17 {font-size: 1.7em;}
.letra18 {font-size: 1.8em;}
.letra19 {font-size: 1.9em;}
.letra20 {font-size: 2em;}
.letra21 {font-size: 2.1em;}
.letra22 {font-size: 2.2em;}
.letra23 {font-size: 2.3em;}
.letra24 {font-size: 2.4em;}
.letra25 {font-size: 2.5em;}
.letra26 {font-size: 2.6em;}
.letra27 {font-size: 2.7em;}
.letra28 {font-size: 2.8em;}
.letra29 {font-size: 2.9em;}
.letra30 {font-size: 3em;}



.w-0 {width: 0% !important;}
.w-5 {width: 5% !important;}
.w-10 {width: 10% !important;}
.w-15 {width: 15% !important;}
.w-20 {width: 20% !important;}
.w-25 {width: 25% !important;}
.w-30 {width: 30% !important;}
.w-35 {width: 35% !important;}
.w-40 {width: 40% !important;}
.w-45 {width: 45% !important;}
.w-55 {width: 55% !important;}
.w-60 {width: 60% !important;}
.w-65 {width: 65% !important;}
.w-70 {width: 70% !important;}
.w-75 {width: 75% !important;}
.w-80 {width: 80% !important;}
.w-85 {width: 85% !important;}
.w-90 {width: 90% !important;}
.w-95 {width: 95% !important;}

.h-0 {height: 0% !important;}
.h-5 {height: 5% !important;}
.h-10 {height: 10% !important;}
.h-15 {height: 15% !important;}
.h-20 {height: 20% !important;}
.h-25 {height: 25% !important;}
.h-30 {height: 30% !important;}
.h-35 {height: 35% !important;}
.h-40 {height: 40% !important;}
.h-45 {height: 45% !important;}
.h-50 {height: 50% !important;}
.h-55 {height: 55% !important;}
.h-60 {height: 60% !important;}
.h-65 {height: 65% !important;}
.h-70 {height: 70% !important;}
.h-75 {height: 75% !important;}
.h-80 {height: 80% !important;}
.h-85 {height: 85% !important;}
.h-90 {height: 90% !important;}
.h-95 {height: 95% !important;}
.h-100 {height: 100% !important;}

.b-10 {max-width: 10px !important;min-width: 10px !important; min-height: 10px !important; max-height: 10px !important;}
.b-15 {max-width: 15px !important;min-width: 15px !important; min-height: 15px !important; max-height: 15px !important;}
.b-20 {max-width: 20px !important;min-width: 20px !important; min-height: 20px !important; max-height: 20px !important;}
.b-25 {max-width: 25px !important;min-width: 25px !important; min-height: 25px !important; max-height: 25px !important;}
.b-30 {max-width: 30px !important;min-width: 30px !important; min-height: 30px !important; max-height: 30px !important;}
.b-35 {max-width: 35px !important;min-width: 35px !important; min-height: 35px !important; max-height: 35px !important;}
.b-40 {max-width: 40px !important;min-width: 40px !important; min-height: 40px !important; max-height: 40px !important;}
.b-45 {max-width: 45px !important;min-width: 45px !important; min-height: 45px !important; max-height: 45px !important;}
.b-50 {max-width: 50px !important;min-width: 50px !important; min-height: 50px !important; max-height: 50px !important;}
.b-60 {max-width: 60px !important;min-width: 60px !important; min-height: 60px !important; max-height: 60px !important;}
.b-65 {max-width: 65px !important;min-width: 65px !important; min-height: 65px !important; max-height: 65px !important;}
.b-70 {max-width: 70px !important;min-width: 70px !important; min-height: 70px !important; max-height: 70px !important;}
.b-75 {max-width: 75px !important;min-width: 75px !important; min-height: 75px !important; max-height: 75px !important;}
.b-80 {max-width: 80px !important;min-width: 80px !important; min-height: 80px !important; max-height: 80px !important;}
.b-85 {max-width: 85px !important;min-width: 85px !important; min-height: 85px !important; max-height: 85px !important;}
.b-95 {max-width: 95px !important;min-width: 95px !important; min-height: 95px !important; max-height: 95px !important;}
.b-90 {max-width: 90px !important;min-width: 90px !important; min-height: 90px !important; max-height: 90px !important;}
.b-100 {max-width: 100px !important;min-width: 100px !important; min-height: 100px !important; max-height: 100px !important;}
.b-105 {max-width: 105px !important;min-width: 105px !important; min-height: 105px !important; max-height: 105px !important;}
.b-110 {max-width: 110px !important;min-width: 110px !important; min-height: 110px !important; max-height: 110px !important;}
.b-115 {max-width: 115px !important;min-width: 115px !important; min-height: 115px !important; max-height: 115px !important;}
.b-120 {max-width: 120px !important;min-width: 120px !important; min-height: 120px !important; max-height: 120px !important;}
.b-125 {max-width: 125px !important;min-width: 125px !important; min-height: 125px !important; max-height: 125px !important;}
.b-130 {max-width: 130px !important;min-width: 130px !important; min-height: 130px !important; max-height: 130px !important;}
.b-135 {max-width: 135px !important;min-width: 135px !important; min-height: 135px !important; max-height: 135px !important;}
.b-140 {max-width: 140px !important;min-width: 140px !important; min-height: 140px !important; max-height: 140px !important;}
.b-145 {max-width: 145px !important;min-width: 145px !important; min-height: 145px !important; max-height: 145px !important;}
.b-150 {max-width: 150px !important;min-width: 150px !important; min-height: 150px !important; max-height: 150px !important;}
.b-155 {max-width: 155px !important;min-width: 155px !important; min-height: 155px !important; max-height: 155px !important;}
.b-160 {max-width: 160px !important;min-width: 160px !important; min-height: 160px !important; max-height: 160px !important;}
.b-165 {max-width: 165px !important;min-width: 165px !important; min-height: 165px !important; max-height: 165px !important;}
.b-170 {max-width: 170px !important;min-width: 170px !important; min-height: 170px !important; max-height: 170px !important;}
.b-175 {max-width: 175px !important;min-width: 175px !important; min-height: 175px !important; max-height: 175px !important;}
.b-180 {max-width: 180px !important;min-width: 180px !important; min-height: 180px !important; max-height: 180px !important;}
.b-185 {max-width: 185px !important;min-width: 185px !important; min-height: 185px !important; max-height: 185px !important;}
.b-195 {max-width: 195px !important;min-width: 195px !important; min-height: 195px !important; max-height: 195px !important;}
.b-190 {max-width: 190px !important;min-width: 190px !important; min-height: 190px !important; max-height: 190px !important;}
.b-200 {max-width: 200px !important;min-width: 200px !important; min-height: 200px !important; max-height: 200px !important;}


.lineh05 {line-height: 0.5em;}
.lineh06 {line-height: 0.6em;}
.lineh07 {line-height: 0.7em;}
.lineh08 {line-height: 0.8em;}
.lineh09 {line-height: 0.9em;}
.lineh10 {line-height: 1em; }
.lineh11 {line-height: 1.1em;}
.lineh12 {line-height: 1.2em;}
.lineh13 {line-height: 1.3em;}
.lineh14 {line-height: 1.4em;}
.lineh15 {line-height: 1.5em;}
.lineh16 {line-height: 1.6em;}
.lineh17 {line-height: 1.7em;}
.lineh18 {line-height: 1.8em;}
.lineh19 {line-height: 1.9em;}
.lineh20 {line-height: 2em;}
.lineh21 {line-height: 2.1em;}
.lineh22 {line-height: 2.2em;}
.lineh23 {line-height: 2.3em;}
.lineh24 {line-height: 2.4em;}
.lineh25 {line-height: 2.5em;}
.lineh26 {line-height: 2.6em;}
.lineh27 {line-height: 2.7em;}
.lineh28 {line-height: 2.8em;}
.lineh29 {line-height: 2.9em;}
.lineh30 {line-height: 3em;}


.border1red { border:1px solid red!important; }
.border2red { border:1px solid red!important; }
.border3red { border:1px solid red!important; }
.border4red { border:1px solid red!important; }
.border5red { border:1px solid red!important; }

.border1blue { border:1px solid blue!important; }
.border2blue { border:1px solid blue!important; }
.border3blue { border:1px solid blue!important; }
.border4blue { border:1px solid blue!important; }
.border5blue { border:1px solid blue!important; }

.border1green { border:1px solid green!important; }
.border2green { border:1px solid green!important; }
.border3green { border:1px solid green!important; }
.border4green { border:1px solid green!important; }
.border5green { border:1px solid green!important; }

.border1yellow { border:1px solid yellow!important; }
.border2yellow { border:1px solid yellow!important; }
.border3yellow { border:1px solid yellow!important; }
.border4yellow { border:1px solid yellow!important; }
.border5yellow { border:1px solid yellow!important; }

.border1orange { border:1px solid #ff8800!important; }
.border2orange { border:1px solid #ff8800!important; }
.border3orange { border:1px solid #ff8800!important; }
.border4orange { border:1px solid #ff8800!important; }
.border5orange { border:1px solid #ff8800!important; }

.border1white { border:1px solid white!important; }
.border2white { border:1px solid white!important; }
.border3white { border:1px solid white!important; }
.border4white { border:1px solid white!important; }
.border5white { border:1px solid white!important; }

.border1black { border:1px solid black!important; }
.border2black { border:1px solid black!important; }
.border3black { border:1px solid black!important; }
.border4black { border:1px solid black!important; }
.border5black { border:1px solid black!important; }

.border1gray { border:1px solid gray!important; }
.border2gray { border:1px solid gray!important; }
.border3gray { border:1px solid gray!important; }
.border4gray { border:1px solid gray!important; }
.border5gray { border:1px solid gray!important; }

.text-silver { color:#dedede!important; }


.imgCircular {
  border-radius: 50%;
  object-fit: cover;
}


.cursorHand {
  cursor: -webkit-grab;
  cursor: grab;
}

.fadeout {
  bottom: 0;
  height: 4em;
  background: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  width: 100%;
}

.hide {
  display: none;
}
.truncate {
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate100 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bold {
  font-weight: bold;
}
.bolder {
  font-weight: bolder;
}

.truncate_links {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.reacciones span.badge {
  font-size:0.6em;
  margin-left: -19px;
margin-bottom: -20px;
z-index: 1000;
}
.reacciones img {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.reacciones img:hover {
  transform: scale(1.5) translateY(-0.5rem);
}/*# sourceMappingURL=app.css.map */

/* Tooltip container */
.css_tooltip {
  position: relative;
  display: inline-block;
}
/* Tooltip text */
.css_tooltiptext {
  visibility: show;
  font-size: 0.8em;
  width: 85px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1001;
  bottom: -144%;
  left: 50%;
  margin-left: -50px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */

.css_tooltip .css_tooltiptext::after {
  content: "";
  position: absolute;
  top: -35%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent  transparent #555 transparent ;
}

.negrita {
  font-weight: bold;
}

.negrita-500 {
  font-weight: 500!important;
}
.negrita-600 {
  font-weight: 600 !important;
}
.negrita-700 {
  font-weight: 700 !important;
}

/* Show the tooltip text when you mouse over the tooltip container */
.css_tooltip:hover .css_tooltiptext {
  visibility: visible;
  opacity: 1;
}


.div_publicaciones.encuesta {
  mpmax-width: 380px;
}

.div_evento {
  background-color: rgb(237, 247, 255)!important
}


/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.hypens {
word-wrap: break-word;
  overflow-wrap: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.truncate-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

#modulo_admin fieldset {
  background-color: #f8f9fa !important;
  border: 1px solid #dee2e6 !important;
  padding: 1rem !important;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#modulo_admin legend {
  width: auto !important;
  font-size: 1rem !important;
  background-color: #fff;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  margin-top: -35px;
  margin-bottom: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
/* efecto de animacion de box-shadow por 3 segundos */
.glow_primario {
  box-shadow: 1px 1px 30px var(--color-primario);
  transition: box-shadow 3s;
}
.anti_glow_primario {
  box-shadow: 0;
  transition: box-shadow 5s;
}



.campo_invalido {
  border: 1px solid red !important;
}

abbr[title],
abbr[data-bs-original-title] {
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px
}

.alert-gris {
  background-color: #dddddd;
  color: #575757;
  border: 1px solid #d1d1d1;

}

.autoeliminar10 {
  animation: fadeOut 12s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    display: block;
  }

  83.33% {
    /* 10s out of 12s */
    opacity: 1;
    display: block;
  }

  100% {
    opacity: 0;
    display: none;
  }
}
.top_menos25 {
  top: -25px;
  position: relative;
}

.postit {
  background-color: #faffde !important;
  color: #292929;
  border: 1px solid #fff2ca;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.bg-postit {
  background-color: #faffde !important;
}

.bg-postit_oscuro {
  background-color: #ebebb5;
}

.bg-gray {
  background-color: #e5e5e5;
}

textarea {
  field-sizing: content;
}

.textarea1 {
  min-height: 1lh!important;
}

.bw {
  filter: grayscale(100%);
}

.bw-img-inside > img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
#div_faq_admin .accordion-body {
  padding: 0 0px 0 9px;
}
#div_faq .accordion-body{
  padding: 0 0px 0 9px;
}

#div_faq .accordion-item .accordion-body {
  padding: 1rem 1.25rem;
}

#div_faq_admin .accordion-item .accordion-body {
  padding: 1rem 1.25rem;
}

#faq_admin  .accordion-flush .accordion-item .accordion-button{
  font-weight: 600;
}

#faq  .accordion-flush .accordion-item .accordion-button {
  font-weight: 600;
}