@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Semibold.woff2') format('woff2'),
    url('../fonts/Montserrat-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
    url('../fonts/Montserrat-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
    url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --verde-claro: #9ac331;
  --azul-claro: #0099a1;
  --morado: #8a277d;
  --gris: #606060;
}

html,
body {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Montserrat';
}

/* LOGIN */

:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem;
}

.padding-inline-start-0 {
  padding-inline-start: 0;
}

.card-signin {
  width: 100%;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  height: 80%;
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
}

.card-signin .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 2rem 1.5rem 2rem 1.5rem;
}

.form-signin {
  width: 100%;
  margin: 0px;
}

.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 1rem;
  background-color: var(--verde-claro);
  color: #fff;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
}

#colInicarSesion {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0px 80px 0px 80px;
  background: var(--verde-claro);
  align-items: center;
}

.card-body img {
  height: 15%;
  width: 50%;
}

.imgSesion>.row {
  justify-content: center;
}

.form-signin .btn:hover {
  background-color: #218838;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input {
  border-radius: 2rem;
}

.municipios .card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headerModal {
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #9cc12b;
  font-size: 100%;
}

.form-label-group>.form-control {
  height: calc(2.25rem + 7px);
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
  position: absolute;
  top: -22px;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

#rowInvitado {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

#btnIngresarInvitado {
  background-color: cadetblue;
}

#btnIngresarInvitado:hover {
  background-color: #777;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

/*  */

#createInter,
#createEjec {
  height: 68%;
  justify-content: space-evenly !important;
}

.main {
  height: 100%;
}

.showNone {
  display: none !important;
}

.form-group {
  margin-bottom: 0%;
}

#rowContacto,
#rowIcon {
  justify-content: center;
  text-align: center;
}

#rowIcon {
  padding: 10px 0px;
  font-size: 150px;
}

#rowIcon {
  width: 100%;
  align-self: center;
  border-radius: 3px 3px 0px 0px;
  background: #56ab2f;
  background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);
  background: linear-gradient(to right, #a8e063, #56ab2f);
}

#iconRegistrarContacto,
#iconRegistrarEntidad {
  margin-right: 10px;
}

#colRegistrarEntidad,
#colRegistrarNodo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.alertLatLong {
  color: red;
}

a {
  cursor: pointer;
}

.card-header {
  font-size: 1em;
  color: var(--morado);
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
}

#rowBtnContacto {
  flex-wrap: nowrap;
  margin-top: 30px;
}

#formTAdmin .row,
#formSubirArchivo .row {
  padding: 0px 50px 0px 50px;
}

#formTAdmin .gj-datepicker {
  width: 100% !important;
}

.rowBtnTAdmin {
  justify-content: space-evenly;
  flex-wrap: nowrap;
  padding: 10px 0px 10px 0px !important;
  margin: 0px;
}

.profileDropdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: auto;
  background-color: white;
  position: absolute;
  top: 55px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 1px rgba(197, 197, 197, 0.8);
  opacity: 0;
  transition: 0.5s;
}

.toggle-off.btn {
  padding-left: 13px;
  color: black;
  background-color: rgba(166, 168, 161, 0.7);
  transition: 0.3s;
}

.toggle-off.btn:hover {
  background-color: #777;
}

.toggle-on.btn {
  padding-left: 13px;
  color: black;
  background-color: #2cd114;
  border-color: transparent;
}

.indicadoresCalendar {
  height: 30px;
  width: 0px;
  margin: 10px;
  border-radius: 25px;
  padding: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}

.profileDropdown>h6 {
  width: 100%;
  background-color: rgb(4, 158, 0);
  border-radius: 5px 5px 0px 0px;
  padding: 5px 0px 5px 0px;
  text-align: center;
}


#leftPortion .card-body .btn,
#collapseArchivos .containerSubirArchivo .btn {
  border: 1px solid var(--azul-claro);
  color: black;
  transition: 0.3s;
  font-weight: 900;
  text-align: center;
  border-radius: 36px;
  padding: 5px 10px;
}

#leftPortion .card-body .btn:hover,
#collapseArchivos .containerSubirArchivo .btn:hover {
  color: #fff;
  background-color: white;
  box-shadow: 0px 0px 3px 1px rgba(211, 207, 207, 0.495);
}

.planeaciones p {
  margin-bottom: 0.3em !important;
}

.form-signin .btn {
  color: white !important;
}

#requisitosPlan .card {
  max-width: 100%;
}

#modalEventsCalendar>.modal-dialog {
  width: 75%;
  max-width: 100%;
}

#uploadRegistrosModal {
  z-index: 1051;
}

.modalBlur {
  -webkit-filter: blur(3px) brightness(80%) grayscale(50%);
  -moz-filter: blur(3px) brightness(80%) grayscale(50%);
  -o-filter: blur(3px) brightness(80%) grayscale(50%);
  -ms-filter: blur(3px) brightness(80%) grayscale(50%);
  filter: blur(3px) brightness(80%) grayscale(50%);
  /* transform: scale(0); */
}

#modalEventDescription {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}

#modalEventDescription #left {
  width: 48%;
  border-right: solid 1px gainsboro;
}

#modalEventDescription #right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 5px; */
}

#totalAsistentes #tablaPoblacion input[type=text] {
  background: none;
  border: none;
  outline: none;
  text-align: center;
  width: 100%;
}

.trTotalGeneral th,
.trTotalGeneral td {
  border: none;
}

.trTotales {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

.trTotales input {
  font-weight: bold;
}

#totalAsistentes #colPoblacion {
  padding: 0;
}

#totalAsistentes #tablaPoblacion td {
  vertical-align: middle;
}

.planeado {
  width: 100% !important;
  border: 0px !important;
}

#modalEventDescription #right>div
/*:not(.btnGroupEjecucion)*/

  {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-self: start;
  align-items: center;
  width: 100%;
  margin-top: 25px;
}

#right .row {
  width: 100%;
  justify-content: space-between;
}

#right .btn {
  white-space: normal;
}

#right .card-header {
  text-align: center;
}

#right #totalAsistentes {
  overflow: overlay;
  width: 100%;
}

#totalAsistentes .row {
  margin: 0;
}

#totalAsistentes .card-body {
  padding-top: 1.25rem;
}

#totalAsistentes .table {
  font-size: 16px;
}

#requisitosPlan {
  width: 100%;
}

.checkbox-card {
  padding: 5px;
  background-color: #b3b3b3;
  border-radius: 4px;
  margin: 10px;
}

.checkbox-card .custom-control-label::before {
  top: 0%;
  height: 100%;
  width: 1.5rem;
}

.checkbox-card ul {
  margin: 0;
}

.checkbox-card .custom-checkbox {
  width: 100%;
}

.checkbox-card label {
  width: 100%;
  color: #000 !important;
  cursor: pointer;
  margin: 0%;
  padding: 0px 5px 0px 0px;
}

.custom-control-label::before {
  background-color: white;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #269226;
}

#acordeonEditarEjecucion .btn {
  white-space: normal;
}

.fancybox-active {
  height: inherit !important;
  /* Previene que se haga scroll al principio de la página */
}

#ejecutado,
.ejecutado {
  background-color: #269226;
}

.ejecutado:hover {
  cursor: default !important;
  color: black !important;
}

#planeado {
  background-color: red;
}

#enejecucion {
  background-color: #eebc00;
}

#noejecutado {
  background-color: #a2a1a0;
}

#tadmin {
  background-color: blue;
}

.toogle-on.btn:hover {
  background-color: #218838 !important;
}

#modoSeguimiento {
  max-width: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 0px 5px 0px 5px;
}

#modoSeguimiento>label {
  margin-top: 0px;
}

.activeProfile {
  opacity: 1;
  z-index: 5;
}

.profileDropdown a {
  font-family: 'Montserrat' !important;
  transition: 0.3s;
  border-radius: 5px;
}

.profileDropdown a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.profileDropdown i {
  font-size: 1em !important;
  color: #218838 !important;
}

#logOut>a:hover {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.imgProfile>i {
  cursor: pointer;
}

.direccionCharacters {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dataTables_scrollBody {
  z-index: 0;
}

.colBtnContacto,
.colBtnDetalle {
  display: flex;
  justify-content: center;
}

#cerrarDetalleModal {
  margin-top: 30px;
}

.details {
  display: flex;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  align-items: center;
  margin-bottom: 3px;
}

#modalCalendarFilters .custom-select {
  width: 100%;
  margin-bottom: 10px;
}

#intervencion,
#planeacion,
#ejecucion {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  background-color: rgba(166, 168, 161, 0.3);
  border: solid 3px green;
  padding: 85px 150px 50px 150px;
}

#tableContactosEjec {
  width: 120%;
}

#planeacion,
#ejecucion,
#intervencion {
  padding: 65px 50px 8px 50px;
}

#listComportamientos .row {
  margin-bottom: 0.5rem;
}

#listComportamientos .row label {
  margin: 0;
  color: #212529;
  display: inline;
}

#img-intervencion {
  width: 86%;
}

.input-group-text {
  width: 215px !important;
  justify-content: center !important;
}

.header>h1 {
  padding: 8px 0px 0px 0px;
}

#createInter,
#createEjec {
  padding-top: 30px;
  margin-bottom: 20px;
}

#footer {
  background-color: rgb(156, 193, 43);
  margin-top: 30px;
  width: 100%;
  height: 115px;
  text-align: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  padding: 1.7em;
  position: fixed;
  bottom: 0;
}

#tipoGestion,
#ruralOurbano,
#solicitudEducativa {
  padding: 10px 0px 15px 0px;
  justify-content: space-evenly;
  align-items: center;
}

#intForm {
  display: flex;
  flex-direction: column;
}

#observaciones {
  width: 100%;
}

button.btn.btn-outline-secondary.border-left-0 {
  background-color: #2cd114;
  color: #fff;
}

button.btn.btn-outline-secondary.border-left-0:hover {
  background-color: #a8e063;
  color: #000;
}

.obligatorio {
  color: red !important;
  margin: 0px;
}

/* Hide all steps by default: */

.tab {
  display: none;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #504e4e;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #2cd114;
}

/* Make circles that indicate the steps of the form: */

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

#createInter,
#createEjec {
  padding: 30px 10px 0px 10px;
  height: auto;
}

/* Mark the active step: */

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */

.step.finish {
  background-color: #4caf50;
}

.formRows {
  margin-bottom: 20px;
}

#form-card {
  padding: 0px 40px;
}

.header {
  width: 50%;
  background: #56ab2f;
  background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);
  background: linear-gradient(to right, #a8e063, #56ab2f);
  height: 20%;
  display: flex;
  justify-content: center;
  align-content: center;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.75);
  margin-bottom: -30px;
  left: 5em;
  position: relative;
  z-index: 2;
  border-color: transparent;
  border-radius: 10px;
  text-align: center;
}

.imgNav {
  width: 2em;
  margin-right: 10px;
}

#btnVerDetalle {
  display: none;
}

#logoUM {
  width: 3em;
}

#tableContactos {
  width: 100% !important;
}

.invalid {
  background-color: #ffa6a6 !important;
}

/* .tab .alert {
  width: 100%;
  text-align: center;
} */

.title {
  color: rgb(133, 40, 40);
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

hr.hrForm {
  margin: 0px !important;
  width: 100% !important;
}

#detalleCardContentGI>.row,
#detalleCardContentGF>.row {
  padding: 0px 30px;
}

.headerModalGenerico {
  align-items: center;
  background-color: green;
  border-radius: 3px 3px 0px 0px;
  color: white;
  display: flex;
  height: 85px;
  justify-content: center;
  width: 100%;
}

.headerModalGradiente {
  align-items: center;
  background: var(--verde-claro);
  border-radius: 3px 3px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0px 20px 0px;
  width: 100%;
}

.headerModalGradiente>i {
  font-size: 2em;
  margin-bottom: 5px;
}

.detalleModal {
  padding: 30px 50px 8px 50px !important;
}

#resultadoEjecucion,
#tipoEjecucion {
  text-align: center;
}

#cardArchivos img,
.contenidoSolicitudes img {
  height: 200px;
}

.table thead {
  text-align: center;
}

#tablaPoblacion input[type="number"] {
  width: 100%;
}

#totalGeneral {
  border: none;
  background: none;
}

#rowEntidadContacto {
  display: flex;
}

#createEntidadContacto {
  margin-left: 10px;
}

#divNoEjecucionDad {
  width: 90%;
  background-color: rgba(74, 198, 36, 0.4);
  height: 40px;
  border-radius: 3px;
  text-align: center;
  transition: 0.3s;
}

#divNoEjecucionDad>div>label {
  color: black;
  margin-top: 10px;
}

.custom-file-label {
  margin: 0% !important;
}

.danger {
  background-color: rgba(255, 54, 54, 0.5) !important;
}

#rowNovedad {
  justify-content: center;
}

#colCaractPoblacion {
  border-left: solid 1px rgba(0, 0, 0, 0.2);
}

input#lugarEncuentro,
#direccionFirst,
#direccionSecond,
#direccionThird,
#nombreEntidad {
  text-transform: uppercase;
}

#headerDetalle {
  position: absolute;
  top: -30px;
  width: 50%;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);
  background: linear-gradient(to right, #a8e063, #56ab2f);
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  padding: 8px 0px 0px 0px;
  align-self: center;
}

.nav-tabs {
  padding: 0;
  border-bottom: 0;
  display: flex;
  flex-direction: row;
  gap: 2px;
  justify-content: center;
  margin-left: 5px;
}

.nav-tabs .nav-link {
  transition: all 0.1s linear;
  padding: 0px 10px;
  color: white;
  border-radius: 30px;
  background-color: transparent;
  border: solid 1px transparent;
}

.nav-tabs .nav-link:hover {
  background-color: var(--gris);
  border-color: var(--gris);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: white;
  background-color: var(--verde-claro);
  border-color: var(--verde-claro);
}

#myTabContent {
  height: 100%;
}

#profile {
  height: 100%;
}

#profile.show {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#rowTableContactos {
  overflow-x: auto;
}

hr {
  margin: 0px 0px 10px 0px;
}

.detalleEjec,
.trabajoAdmin {
  border-radius: 3px !important;
}

#map {
  height: calc(100% - 70px);
  border: solid 1px green;
}

.modalLoader {
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 3px;
}

#colDetalle {
  margin-top: 25px;
  padding-right: 60px;
}

.custom-file-container__custom-file__custom-file-control:empty::after {
  box-sizing: border-box;
  content: "Seleccionar archivo..." !important;
}

/* .custom-file-container__custom-file__custom-file-control::before {
  content: "Buscar" !important;
} */

/* Universal homeNAV */

#navGE {
  background-color: var(--azul-claro);
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

#navGE .nav-item {
  display: flex;
  align-items: center;
}

.nav-item .fas {
  font-size: 1.3em;
  color: #ffffff;
  transition: 0.2s;
}

.nav-item .fas:hover {
  color: var(--morado);
}

.navImg {
  padding: 10px;
  height: 40px;
  width: 40px;
}

#selectMonthCalendar {
  height: 2.1em;
  width: auto;
}

.tui-full-calendar-layout {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.gj-picker-bootstrap div[role="mode"] .selected {
  background-color: green;
  border-radius: 3px;
  padding: 2px;
  color: white !important;
}

main {
  height: 100%;
}

#right #adjuntos {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  /* margin-top: 45px !important; */
}

#adjuntos div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#adjuntos i {
  font-size: 5em;
  cursor: pointer;
}

#adjuntos i:hover {
  color: grey;
}

.img-adjuntos {
  width: 700px !important;
  height: 600px !important;
  object-fit: scale-down !important;
}

.carousel-inner {
  background-color: darkgray;
}

.content {
  height: calc(100% - 60px);
}

div.primaryDivEdit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: solid 1px grey;
  height: 100%;
}

div.primaryDivEdit>div:nth-child(2) {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  background-color: rgb(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 80%;
}

div.primaryDivEdit>div:nth-child(2) .row {
  margin: 0px;
}

div.primaryDivEdit>div:nth-child(1) p {
  width: 80%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.btnGroupEjecucion .btn,
.editar_borrar .btn {
  margin: 2px;
}

.modal-footer .btnModalEjecutar:hover,
.btnSubirArchivoCal:hover {
  color: #fff !important;
  background-color: green;
  border: 1px solid white;
}

.guardarModificacion {
  margin: 20px;
}

#guardarSubtemas {
  margin: 10px;
}

#alertaContacto,
#alertaSubtema,
#alertaComportamientos {
  text-align: center;
}

#alertaSubtema {
  margin: 10px;
}

#divEditar {
  height: calc(100% - 60px);
  padding: 100px;
}

#modificaciones h5>span {
  background-color: green;
  border-radius: 3px;
  padding: 5px;
  color: #fff;
}

#homeBreadCrumbs {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  position: fixed;
  width: 30%;
  margin: 0px;
  z-index: 10;
}

#homeBreadCrumbs nav,
#homeBreadCrumbs ol {
  border-radius: 10px;
  width: 100%;
}

.content>.row,
.contentLogIn>.row {
  height: 100%;
  width: 100%;
  margin: 0%;
}

.contentLogIn>.row {
  padding: 0% !important;
}

.card-body .fas {
  font-size: 1em;
  color: var(--gris);
}

#rightPortion {
  display: flex;
  padding-right: 40px;
  max-height: 100%;
  transition: 0.5s;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
  padding-top: 15px;
}

.fc-toolbar button {
  background-color: var(--verde-claro) !important;
  border: transparent;
}

.cardPlanHoy {
  margin-bottom: 10px;
}

.fc-toolbar button:hover {
  background-color: #218838 !important;
}

.btn:focus {
  box-shadow: 0 0 0 0 transparent !important;
}

.municipios a {
  color: #fff !important;
}

#bodyHome .popover {
  background: #cdeb8e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cdeb8e 0%, #a5c956 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cdeb8e 0%, #a5c956 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdeb8e', endColorstr='#a5c956', GradientType=0);
  /* IE6-9 */
  border: 1px solid #000;
}

#bodyHome .bs-popover-top .arrow::after {
  border-top-color: #cdeb8e;
  /* Old browsers */
  border-top-color: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%);
  /* FF3.6-15 */
  border-top-color: -webkit-linear-gradient(top, #cdeb8e 0%, #a5c956 100%);
  /* Chrome10-25,Safari5.1-6 */
  border-top-color: linear-gradient(to bottom, #cdeb8e 0%, #a5c956 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdeb8e', endColorstr='#a5c956', GradientType=0);
  /* IE6-9 */
}

#bodyHome .popover-body {
  color: #000;
}



.custom-radio .custom-control-label::before {
  border-radius: 5px !important;
}

.nav-item>h3 {
  margin: 0;
}

.fa-arrow-circle-left {
  margin-left: 0px;
  margin-right: 5px;
}


#formCrearContacto input {
  text-transform: uppercase;
}

.chartContainer {
  display: flex;
  width: 100%;
  justify-content: center;
}

/* INFORMES */

div#chart1,
#chart2,
#chart3,
#chart4,
#chart5,
#chart6,
#chart7,
#chart8,
#chart9 {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.55);
  border-radius: 10px;
}

/*  */

#formCrearContacto #correoContacto {
  text-transform: lowercase;
}

.input-group-append button {
  border-color: transparent;
}

.returnBtn {
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-left: 10px;
  transition: 0.5s;
  background-color: #28a745;
  cursor: pointer;
}

.returnBtn:hover {
  background-color: #218838;
}

#textoFechaCorte {
  margin-top: 10px;
}

/* PULSE LOADER ANIMATION */

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  z-index: 45;
  height: 100%;
  position: absolute;
}

.pulse {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background-color: #9cc12b;
  border-radius: 50%;
  animation: animate 1s linear infinite;
}

.pulse>img {
  width: 65%;
  height: 65%;
}

#loaderCalendar>.pulse,
#loaderListEvidencias>.pulse {
  animation: animate2 1s linear infinite;
}

.mascara_bg {
  background: url('../img/mascara1.png') right top repeat-x;
  /* background-size: cover; */
  /* opacity:0.09; */
  /* position:fixed; */
  /* top:0px;
  left:0px; */
  /* z-index: -1;  */
}

.leftPortionTablero .homeCard {
  height: unset;
  margin-top: 6rem;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnSubirEvidencia {
  height: 40px;
  width: 40px;
}

.divEvidencias img {
  /* width: 200px; */
  height: 200px;
}

.divEvidencias img:hover {
  cursor: zoom-in;
}

img {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.img-thumbnail:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

@keyframes animate {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 254, 0.3);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(255, 255, 254, 0);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(255, 255, 254, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 254, 0);
  }
}

@keyframes animate2 {
  0% {
    box-shadow: 0 0 0 0 rgba(10, 124, 7, 0.3);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(10, 124, 7, 0);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(10, 124, 7, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(10, 124, 7, 0);
  }
}

@media screen and (min-width: 770px) and (max-width: 992px) {
  #intervencion {
    margin-bottom: 13px;
    padding: 55px 20px 10px 20px;
  }

  .detalleModal {
    padding: 30px 30px 8px 30px !important;
  }

  .header {
    width: 71%;
    text-align: center;
    margin-bottom: -42px;
    padding: 6px;
  }

  #colDetalle {
    display: none;
  }

  #btnVerDetalle {
    display: block !important;
  }

  #intervencion,
  #planeacion,
  #ejecucion {
    margin-bottom: 13px;
  }

  #coordinadoraInt {
    position: fixed;
    display: flex;
    justify-content: center;
    z-index: -3;
    opacity: 0.2;
  }

  #colCreateInter,
  #colCreateEjec {
    height: 100%;
  }

  #intervencion,
  #planeacion,
  #ejecucion {
    background-color: rgba(166, 168, 161, 0.5);
    height: auto;
  }

  #coordinadoraInt>img {
    width: 90%;
  }

  #createInter,
  #createEjec {
    padding: 30px 10px 0px 10px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1288px) {

  #intervencion,
  #planeacion,
  #ejecucion {
    margin-bottom: 20px;
    padding: 70px 40px 15px 40px !important;
  }

  .header {
    text-align: center;
    margin-bottom: -42px;
    padding: 6px;
  }

  #btnVerDetalle {
    display: block !important;
  }

  #colDetalle {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  #colDetalle {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  #comunaObarrio {
    padding: 5px 0px 0px 0px;
  }

  #btnRegistrarEntidad {
    margin-top: 15px;
  }

  .detalleModal {
    padding: 30px 30px 8px 30px !important;
  }

  #createInter,
  #createEjec {
    height: 88%;
  }

  #colDetalle {
    display: none;
  }

  #form-card {
    height: 100%;
  }

  #btnVerDetalle {
    display: block !important;
  }

  #coordinadoraInt {
    position: fixed;
    display: flex;
    justify-content: center;
    z-index: -3;
    opacity: 0.2;
  }

  #coordinadoraInt>img {
    width: 90%;
  }

  .input-group-text {
    font-size: 14px;
  }

  #intervencion,
  #planeacion,
  #ejecucion {
    margin-bottom: 13px;
    background-color: rgba(166, 168, 161, 0.5);
    height: auto;
    padding: 50px 10px 0px 10px;
  }

  #createInter,
  #createEjec {
    margin-bottom: 0%;
  }

  h1 {
    font-size: 1.5em;
  }

  #form-card {
    padding: 0px 10px 0px 10px;
  }

  .direccion1 {
    width: 31%;
  }

  .header {
    width: 95%;
    height: auto;
    margin-bottom: -19px;
    left: 5px;
    position: relative;
    padding: 6px;
    z-index: 2;
  }

  nav {
    justify-content: center !important;
  }
}

@media screen and (min-width: 1172px) {

  /* .gj-datepicker {
    width: 85% !important;
  } */
  #colDatepicker {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
  }
}

@media screen and (min-width: 310px) and (max-width: 991px) {
  #craOcll {
    margin-bottom: 10px;
  }

  .direccion1 {
    width: 31% !important;
  }

  hr {
    margin: 15px 0px 0px 0px;
  }

  #btnRegistrarEntidad {
    margin-top: 15px;
  }

  #rightPortion {
    display: none;
  }



  #homeBreadCrumbs {
    width: 85% !important;
  }

  .imgsNav {
    display: none !important;
  }

  .content {
    height: calc(100% - 50.6px) !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 400px) {
  #craOcll {
    margin-bottom: 10px;
  }

  .direccion1 {
    width: 100%;
  }

  #btnRegistrarEntidad {
    margin-top: 15px;
  }

  .direccionCharacters {
    width: 100%;
    margin: 5px 0px 5px 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .direccion1 {
    width: 31% !important;
  }
}