@charset "UTF-8";
.status-bar a {
  text-decoration: none !important;
  color: #3c4747;
}

.wrap-form select {
  background-image: url("../iconos/micuenta/select.png") !important;
}

.grid-datos-profesional .lugares-de-trabajo {
  display: block;
}
.grid-datos-profesional .lugares-de-trabajo:first-of-type {
  display: inline;
}

.estado-de-cuenta input[type=file] {
  margin-bottom: 20px;
}
.estado-de-cuenta .grid-contenedor {
  align-items: flex-start;
}
.estado-de-cuenta .contenedor h2 {
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 6px;
}
.estado-de-cuenta .periodo {
  display: grid;
  grid-template-columns: 180px 50px 112px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  background-color: #fcfcfc;
  padding: 12px;
  width: 100%;
  border: 1px solid #dedede;
}
.estado-de-cuenta .periodo p {
  margin: 0;
  width: auto;
  display: flex;
  justify-content: space-between;
  font-family: "sansSerifSemiBold";
}
.estado-de-cuenta .periodo span {
  color: red;
  font-family: "sansSerifRegular";
  text-align: center;
}
.estado-de-cuenta .periodo button {
  float: none;
  margin: 0;
}
.estado-de-cuenta .periodo button span {
  color: #fff;
}
.estado-de-cuenta .periodo.total {
  grid-template-columns: 180px 90px 112px;
}
.estado-de-cuenta .periodo.total p, .estado-de-cuenta .periodo.total span {
  font-size: 18px;
}
.estado-de-cuenta .periodo.anual-semestral {
  grid-template-columns: repeat(4, auto);
}
.estado-de-cuenta .periodo.plan-pago {
  grid-template-columns: repeat(5, auto);
}
.estado-de-cuenta .no-grid.periodo.anual-semestral {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
}
.estado-de-cuenta .no-grid.periodo.anual-semestral input {
  margin-right: 10px;
}
.estado-de-cuenta .no-grid.periodo.anual-semestral.link {
  text-decoration: none;
  color: #3c4747;
  font-size: 14px;
  font-family: "sansSerifSemiBold";
}
.estado-de-cuenta .no-grid.periodo.anual-semestral.link span {
  color: #3c4747;
  display: inline-block;
  margin-right: 5px;
}
.estado-de-cuenta .simulador-de-planes-de-pago .wrap-form {
  display: flex;
  align-items: center;
}
.estado-de-cuenta .simulador-de-planes-de-pago .wrap-form select {
  max-width: 220px;
  margin: 0 10px;
}
.estado-de-cuenta .simulador-de-planes-de-pago .wrap-form button {
  margin: 0;
}
.estado-de-cuenta .simulador-de-planes-de-pago #imprimir-plan {
  float: none;
}

p.leyenda-lugares-de-trabajo {
  font-family: "sansSerifRegular" !important;
  margin-top: 0;
}

p strong {
  font-family: "sansSerifBold";
}

.mandando-correos {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
}
.mandando-correos .mandando-correos-container {
  position: relative;
  background-color: #fff;
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
}
.mandando-correos .mandando-correos-container p {
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
}
.mandando-correos .mandando-correos-container img {
  width: 100px;
}
.mandando-correos .mandando-correos-container button {
  position: absolute;
  right: 20px;
  top: 20px;
}

.dataTables_wrapper table tbody tr td .activo, .dataTables_wrapper table tbody tr td .inactivo, .wrap-form span.inactivo, .wrap-form span.activo {
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  padding: 3px 5px;
  text-transform: uppercase;
  font-size: 12px;
}

.dataTables_wrapper table tbody tr td .activo, .wrap-form span.activo {
  background-color: #60b810;
}

.dataTables_wrapper table tbody tr td .inactivo, .wrap-form span.inactivo {
  background-color: #f10031;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fast {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    top: -100px;
  }
  to {
    top: 0vh;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@font-face {
  font-family: "serifRegular";
  src: url("../fonts/TimesLTStd-Bold.otf");
}
@font-face {
  font-family: "sansSerifLight";
  src: url("../fonts/TitilliumWeb-Light.ttf");
}
@font-face {
  font-family: "sansSerifRegular";
  src: url("../fonts/TitilliumWeb-Regular.ttf");
}
@font-face {
  font-family: "sansSerifSemiBold";
  src: url("../fonts/TitilliumWeb-SemiBold.ttf");
}
@font-face {
  font-family: "sansSerifBold";
  src: url("../fonts/TitilliumWeb-Bold.ttf");
}
@font-face {
  font-family: "icomoon";
  src: url("../iconos/bpanel/icomoon.eot?i6uozq");
  src: url("../iconos/bpanel/icomoon.eot?i6uozq#iefix") format("embedded-opentype"), url("../iconos/bpanel/icomoon.ttf?i6uozq") format("truetype"), url("../iconos/bpanel/icomoon.woff?i6uozq") format("woff"), url("../iconos/bpanel/icomoon.svg?i6uozq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cheveron-left:before {
  content: "";
}

.icon-cheveron-right:before {
  content: "";
}

.icon-printer:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-exclamation-solid:before {
  content: "";
}

.icon-cheveron-down:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-bullhorn:before {
  content: "";
}

.icon-profile:before {
  content: "";
}

.icon-clipboard:before {
  content: "";
}

.icon-cancel-circle:before {
  content: "";
}

.icon-newspaper:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-books:before {
  content: "";
}

.icon-file-text:before {
  content: "";
}

.icon-file-text2:before {
  content: "";
}

.icon-price-tag:before {
  content: "";
}

.icon-barcode:before {
  content: "";
}

.icon-qrcode:before {
  content: "";
}

.icon-coin-dollar:before {
  content: "";
}

.icon-map2:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-display:before {
  content: "";
}

.icon-users:before {
  content: "";
}

.icon-user-tie:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-cog:before {
  content: "";
}

.icon-bin:before {
  content: "";
}

.icon-switch:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-sphere:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-checkmark:before {
  content: "";
}

.icon-play3:before {
  content: "";
}

.icon-circle-left:before {
  content: "";
}

.icon-table2:before {
  content: "";
}

.icon-new-tab:before {
  content: "";
}

.icon-share2:before {
  content: "";
}

.icon-file-excel:before {
  content: "";
}

.login-bpanel {
  display: flex;
  height: 100vh;
  background-color: #fff;
}
.login-bpanel form {
  display: block;
  position: relative;
  padding-top: 100px;
  width: 500px;
}
.login-bpanel form h1 {
  color: #118e88;
  text-align: center;
  border: none;
  font-size: 42px;
}
.login-bpanel form input {
  display: block;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #ececec;
  color: #3c4747;
  font-family: "sansSerifRegular", sans-serif;
  font-size: 18px;
  transition: all 0.3s ease;
}
.login-bpanel form input::placeholder {
  color: #bababa;
}
.login-bpanel form input:focus {
  outline: none;
  border-bottom: 1px solid #118e88;
}
.login-bpanel form input[type=submit] {
  margin-top: 100px;
  background-color: #118e88;
  cursor: pointer;
  color: #fff;
  padding: 10px;
  font-family: "sansSerifRegular", sans-serif;
}
.login-bpanel form input[type=submit]:focus, .login-bpanel form input[type=submit]:hover {
  background-color: #14a59e;
}
.login-bpanel form #loginError {
  position: absolute;
  width: 70%;
  left: 15%;
  margin-top: 40px;
  text-align: center;
  color: #f10031;
}
.login-bpanel form .loader-login {
  display: none;
  text-align: center;
  margin-top: 70px;
}
.login-bpanel form .loader-login img {
  width: 75px;
}
.login-bpanel form a {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #118e88;
  margin-top: 20px;
}
.login-bpanel .login-marca {
  background: #118e88;
  background-image: url("../img/bg-login.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
}
.login-bpanel .login-marca .img-container {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.login-bpanel .login-marca .img-container img {
  display: block;
  width: auto;
}

@media (max-width: 758px) {
  body.login {
    background-color: transparent !important;
    overflow: auto !important;
  }

  .login-bpanel {
    display: block;
    height: auto;
    margin-bottom: 40px;
  }
  .login-bpanel form {
    width: 80%;
    height: auto;
    padding-top: 40px;
    margin-left: 10%;
    margin-right: 10%;
  }
  .login-bpanel form h1 {
    font-size: 32px;
  }
  .login-bpanel form .loader-login {
    margin-top: 25px;
  }
  .login-bpanel .login-marca {
    display: none;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow: hidden;
  background-color: #118e88;
}

a, input, textarea, span, button, p, div {
  -ms-touch-action: none !important;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

h1 {
  font-family: "sansSerifRegular", sans-serif;
  color: #3c4747;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #a0a0a0;
}
@media (max-width: 576px) {
  h1 {
    font-size: 22px;
  }
}

p {
  font-family: "sansSerifRegular", sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
  margin-bottom: 8px;
}

p.error {
  color: #f10031;
}

p.warning {
  color: #f10031;
}

p.success {
  color: #60b810;
}

p.info {
  color: #118e88;
}

.msgModal {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-top-1 {
  margin-top: 15px !important;
}

.m-top-2 {
  margin-top: 20px !important;
}

.m-top-3 {
  margin-top: 25px !important;
}

.m-top-4 {
  margin-top: 30px !important;
}

.m-top-5 {
  margin-top: 35px !important;
}

.m-bottom-1 {
  margin-bottom: 15px !important;
}

.m-bottom-2 {
  margin-bottom: 20px !important;
}

.m-bottom-3 {
  margin-bottom: 25px !important;
}

.m-bottom-4 {
  margin-bottom: 30px !important;
}

.m-bottom-5 {
  margin-bottom: 35px !important;
}

.m-right-1 {
  margin-right: 15px !important;
}

.m-right-2 {
  margin-right: 20px !important;
}

.m-right-3 {
  margin-right: 25px !important;
}

.m-right-4 {
  margin-right: 30px !important;
}

.m-right-5 {
  margin-right: 35px !important;
}

.border-color-success {
  border-top-color: #60b810 !important;
}

.border-color-danger {
  border-top-color: #f10031 !important;
}

.empty-state {
  color: #bababa;
  width: 100%;
  text-align: center;
  margin-top: 100px;
}
.empty-state span {
  font-size: 100px;
}
.empty-state p {
  margin-top: 22px;
  font-size: 36px;
  line-height: 36px;
}

.mi-nombre {
  text-transform: capitalize;
}

.modulo-admin-lp {
  background-color: #f5f6f5;
  padding: 20px;
  position: fixed;
  margin-left: 200px;
  margin-top: 60px;
  width: calc(100% - 200px);
  height: calc(100vh - 60px);
  overflow-y: scroll;
  transition: all 0.2s ease;
}

.modulo-admin-lp.close {
  margin-left: 60px;
  width: calc(100vw - 60px);
}

.trumbowyg-box {
  border: none;
}

.trumbowyg-button-pane {
  border-top: 1px solid #bababa;
  border-right: 1px solid #bababa;
  border-left: 1px solid #bababa;
}

.trumbowyg-editor {
  font-family: "sansSerifRegular", sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 5px;
  border: 1px solid #bababa;
  transition: all 0.3s ease;
}
.trumbowyg-editor:focus {
  border-color: #118e88;
}

.modulo-admin-lp.inicio {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modulo-admin-lp.inicio .texto {
  width: 300px;
}
.modulo-admin-lp.inicio .texto h1 {
  padding-bottom: 0;
  text-transform: none;
  border-bottom: none;
}
.modulo-admin-lp.inicio .texto p {
  color: #4f6b78;
}
.modulo-admin-lp.inicio img {
  display: block;
  width: 25%;
}

@media (max-width: 991px) {
  .modulo-admin-lp.inicio {
    flex-direction: column;
  }
  .modulo-admin-lp.inicio img {
    width: 50%;
  }
}
@media (max-width: 758px) {
  .modulo-admin-lp.inicio {
    flex-direction: column;
  }
  .modulo-admin-lp.inicio img {
    width: 60%;
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .modulo-admin-lp {
    margin-left: 0%;
    width: 100vw !important;
    padding-bottom: 70px;
  }
}
.side-bar {
  width: 200px;
  background-color: #118e88;
  height: 100vh;
  position: fixed;
  transition: all 0.2s ease;
}
.side-bar .logo {
  height: 60px;
  width: 200px;
  padding: 20px 5px;
}
.side-bar .logo a {
  color: #fff;
  display: flex;
  width: 100%;
  text-align: center;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "sansSerifRegular", sans-serif;
  text-align: center;
}
.side-bar .logo .logo-large {
  font-size: 28px !important;
}
.side-bar .logo .logo-large img {
  display: block;
  width: 25%;
}
.side-bar .logo .logo-small {
  font-size: 28px !important;
  display: none;
}
.side-bar .logo .logo-small img {
  width: 40px;
}
.side-bar .logo .logo-small p {
  text-align: center;
  font-family: "sansSerifBold", sans-serif;
  font-size: 32px;
}
.side-bar ul {
  list-style: none;
  width: 200px;
}
.side-bar ul li {
  width: 100%;
}
.side-bar ul li a, .side-bar ul li p {
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  font-family: "sansSerifRegular", sans-serif;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.side-bar ul li a:hover, .side-bar ul li p:hover {
  background: #0c605c;
  color: #fff !important;
}
.side-bar ul li a span, .side-bar ul li p span {
  display: inline-block;
  margin-right: 14px;
  font-size: 16px;
}
.side-bar ul .dropdown {
  position: relative;
}
.side-bar ul .dropdown::before {
  font-family: "icomoon" !important;
  content: "";
  position: absolute;
  font-size: 12px;
  right: 20px;
  top: 16px;
  color: #fff;
  transition: all 0.3s ease;
}
.side-bar ul .dropdown ul {
  background-color: #0c605c;
  overflow: hidden;
}
.side-bar ul .dropdown ul li a {
  padding: 8px 20px;
  padding-left: 50px;
  font-size: 12px;
}
.side-bar ul .dropdown ul li a:hover {
  background-color: #063331;
}
.side-bar ul .dropdown.open::before {
  cursor: pointer;
  transform: rotate(180deg);
}

.div-clon {
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  width: 200px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.div-clon a {
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  padding: 12px 20px;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-family: "sansSerifRegular", sans-serif;
  display: flex;
  align-items: center;
  font-size: 14px;
  background: #0e7772;
}
.div-clon a:hover {
  background: #0e7772;
  color: #fff !important;
}
.div-clon a span {
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
}
.div-clon ul li a {
  background: #0c605c;
  margin-bottom: 0;
  cursor: pointer;
  padding: 8px 20px;
  padding-left: 60px;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-family: "sansSerifRegular", sans-serif;
  display: block;
  align-items: center;
  font-size: 12px;
}
.div-clon ul li a:hover {
  background: #063331;
  color: #fff !important;
}

.side-bar.close {
  width: 60px;
}
.side-bar.close ul li a span, .side-bar.close ul li p span {
  margin-right: 24px;
}
.side-bar.close .logo {
  width: 60px;
  padding-top: 10px;
}
.side-bar.close .logo .logo-small {
  display: block;
}
.side-bar.close .logo .logo-large {
  display: none;
}

@media (max-width: 576px) {
  #fondo-negro {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
  }

  .side-bar {
    position: absolute;
    z-index: 99;
    left: -100%;
  }
  .side-bar ul, .side-bar .logo {
    width: 100%;
  }
  .side-bar .logo .logo-large {
    font-size: 28px !important;
  }
  .side-bar .logo .logo-large img {
    width: 70%;
  }
  .side-bar .logo .logo-small {
    width: 100%;
  }

  .side-bar.close {
    left: 0;
    width: 60%;
  }
  .side-bar.close .logo {
    width: 100%;
  }
}
.status-bar {
  position: fixed;
  width: calc(100% - 200px);
  padding: 20px 20px 10px 20px;
  height: 60px;
  margin-left: 200px;
  margin-right: 0;
  background-color: #fff;
  z-index: 2;
  box-shadow: 1px 1px 1px #c8c8c8;
  vertical-align: middle;
  color: #3c4747;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s ease;
}
.status-bar #btn-menu-desktop, .status-bar #btn-menu-movil, .status-bar .btn-setting {
  height: 18px;
  cursor: pointer;
  transform-origin: center center;
}
.status-bar #btn-menu-desktop.close {
  transform: rotate(180deg);
}
.status-bar #btn-menu-movil {
  display: none;
}
.status-bar .btn-setting {
  position: fixed;
  right: 20px;
  transition: all 0.3s ease;
}
.status-bar .btn-setting.open {
  transition: all 0.3s ease;
  transform: rotate(100deg);
}
.status-bar .setting {
  position: absolute;
  width: 200px;
  height: 300px;
  overflow: hidden;
  right: -100%;
  top: 60px;
  border-top: 1px solid #ececee;
  box-shadow: 2px 5px 5px #bababa;
  color: #fff;
  background-color: #3c4747;
  padding: 10px;
  transition: all 0.2s ease;
}
.status-bar .setting .alinear-derecha {
  padding: 10px;
}
.status-bar .setting .alinear-derecha span {
  font-size: 12px;
}
.status-bar .setting ul {
  list-style: none;
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 20px;
}
.status-bar .setting ul li {
  margin-bottom: 14px;
  text-align: center;
  width: 100%;
}
.status-bar .setting ul li a {
  font-size: 14px;
  color: #fff;
  font-family: "sansSerifRegular", sans-serif;
  text-decoration: none;
}
.status-bar .setting ul li:last-of-type {
  position: absolute;
  bottom: 0px;
}
.status-bar .setting ul li a#btn-soporte {
  cursor: pointer;
}
.status-bar .setting.open {
  right: 0;
  transition: all 0.2s ease;
}

.status-bar.close {
  margin-left: 60px;
  width: calc(100% - 60px);
}

.modal-lp#soporte form {
  display: grid;
  grid-template-columns: [inicio] 1fr [c1] 1fr [final];
  grid-gap: 0px 20px;
}
.modal-lp#soporte form .wrap-form:nth-of-type(1) {
  grid-column: inicio/c1;
}
.modal-lp#soporte form .wrap-form:nth-of-type(2) {
  grid-column: c1/final;
}
.modal-lp#soporte form .wrap-form:nth-of-type(3), .modal-lp#soporte form .wrap-form:nth-of-type(4) {
  grid-column: inicio/final;
}
.modal-lp#soporte form textarea {
  height: 200px;
}

@media (max-width: 576px) {
  .status-bar {
    margin-left: 0;
    width: 100%;
  }
  .status-bar #btn-menu-desktop {
    display: none;
  }
  .status-bar #btn-menu-movil {
    display: inline;
  }
  .status-bar .setting {
    width: 100%;
    left: 0;
    overflow: hidden;
    height: 0;
    padding: 0;
    box-shadow: none;
  }
  .status-bar .setting.open {
    height: calc(100vh - 60px);
    padding: 20px;
  }
  .status-bar .setting.open ul li {
    margin-bottom: 50px;
  }

  .modal-lp#soporte form {
    display: block;
  }
}
.contenedor {
  width: 100%;
  padding: 10px;
  font-family: "sansSerifRegular", sans-serif;
  background-color: #fff;
  border-top: 3px solid #118e88;
  border-bottom: 2px solid #ececec;
  margin-bottom: 20px;
  color: #3c4747;
  overflow-wrap: break-word;
}
.contenedor::after {
  content: " ";
  display: table;
  clear: both;
  box-sizing: border-box;
}
.contenedor::before {
  content: " ";
  display: table;
  box-sizing: border-box;
}
.contenedor h2 {
  margin-bottom: 15px;
  font-size: 18px;
}
@media (max-width: 758px) {
  .contenedor {
    margin-bottom: 50px;
  }
}

.contenedor.width-50 {
  width: 50%;
}
@media (max-width: 991px) {
  .contenedor.width-50 {
    width: 100%;
  }
}

.contenedor.toggle {
  height: auto;
}
.contenedor.toggle h2 {
  margin-bottom: 0;
  transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
}
.contenedor.toggle h2 .icon-cross {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 11px;
  transition: all 0.5s ease;
  transform: rotate(45deg);
}
.contenedor.toggle h2.open {
  margin-bottom: 15px;
}
.contenedor.toggle h2.open .icon-cross {
  transform: rotate(0deg);
}

.grid-contenedor {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 20px;
  grid-template-rows: auto;
}
.grid-contenedor .contenedor {
  width: 100%;
  margin-bottom: 0;
}

.grid-contenedor.dos-columnas {
  grid-template-columns: 1fr 1fr;
}

.grid-contenedor.tres-columnas {
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 758px) {
  .grid-contenedor, .grid-contenedor.dos-columnas, .grid-contenedor.tres-columnas {
    grid-template-columns: 1fr;
  }
}
.boton {
  appearance: none;
  -webkit-appearance: none;
  padding: 6px 20px;
  margin-right: 10px;
  margin-bottom: 8px;
  cursor: pointer;
  border: none;
  background-color: #118e88;
  color: #fff;
  font-family: "sansSerifRegular", sans-serif;
  text-decoration: none;
  font-size: 12px;
  float: left;
  transition: all 0.3s ease;
}
.boton:hover {
  background-color: #0e7772;
}
.boton:focus, .boton:active {
  outline: none;
}

.boton.small {
  font-size: 12px;
}
@media (max-width: 576px) {
  .boton.small {
    font-size: 10px;
  }
}

.boton.medium {
  font-size: 16px;
}
@media (max-width: 576px) {
  .boton.medium {
    font-size: 12px;
  }
}

.boton.large {
  font-size: 20px;
}
@media (max-width: 576px) {
  .boton.large {
    font-size: 14px;
  }
}

.boton.default {
  background-color: #118e88;
}
.boton.default:hover {
  background-color: #0e7772;
}

.boton.success {
  background-color: #60b810;
}
.boton.success:hover {
  background-color: #54a10e;
}

.boton.danger {
  background-color: #f10031;
}
.boton.danger:hover {
  background-color: #be0027;
}

.boton.info {
  background-color: #fff;
  color: #118e88;
  border: 1px solid #118e88;
  padding: 5px 10px;
}
.boton.info:hover {
  background-color: #118e88;
  color: #ffffff;
}

.boton.derecha {
  float: right;
  margin-right: 0;
}

.boton.loader.active {
  color: transparent;
  position: relative;
  transition: width 1s linear;
  text-align: center;
  background: #ff6400;
  animation-name: button-loader;
  animation-delay: 0.1s;
  animation-timing-function: ease;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.boton.loader.active::before {
  content: ". . .";
  position: absolute;
  color: #fff;
  left: 0px;
  width: 100%;
  text-align: center;
}

@keyframes button-loader-gradient {
  0% {
    background: linear-gradient(90deg, #118e88 0%, #ff6400 0%);
  }
  2.5% {
    background: linear-gradient(90deg, #118e88 1%, #ff6400 2.5%);
  }
  5% {
    background: linear-gradient(90deg, #118e88 2%, #ff6400 5%);
  }
  7.5% {
    background: linear-gradient(90deg, #118e88 3%, #ff6400 7.5%);
  }
  10% {
    background: linear-gradient(90deg, #118e88 4%, #ff6400 10%);
  }
  12.5% {
    background: linear-gradient(90deg, #118e88 5%, #ff6400 12.5%);
  }
  15% {
    background: linear-gradient(90deg, #118e88 6%, #ff6400 15%);
  }
  17.5% {
    background: linear-gradient(90deg, #118e88 7%, #ff6400 17.5%);
  }
  20% {
    background: linear-gradient(90deg, #118e88 8%, #ff6400 20%);
  }
  22.5% {
    background: linear-gradient(90deg, #118e88 9%, #ff6400 22.5%);
  }
  25% {
    background: linear-gradient(90deg, #118e88 10%, #ff6400 25%);
  }
  27.5% {
    background: linear-gradient(90deg, #118e88 11%, #ff6400 27.5%);
  }
  30% {
    background: linear-gradient(90deg, #118e88 12%, #ff6400 30%);
  }
  32.5% {
    background: linear-gradient(90deg, #118e88 13%, #ff6400 32.5%);
  }
  35% {
    background: linear-gradient(90deg, #118e88 14%, #ff6400 35%);
  }
  37.5% {
    background: linear-gradient(90deg, #118e88 15%, #ff6400 37.5%);
  }
  40% {
    background: linear-gradient(90deg, #118e88 16%, #ff6400 40%);
  }
  42.5% {
    background: linear-gradient(90deg, #118e88 17%, #ff6400 42.5%);
  }
  45% {
    background: linear-gradient(90deg, #118e88 18%, #ff6400 45%);
  }
  47.5% {
    background: linear-gradient(90deg, #118e88 19%, #ff6400 47.5%);
  }
  50% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 50%);
  }
  52.5% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 52.5%);
  }
  55% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 55%);
  }
  57.5% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 57.5%);
  }
  60% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 60%);
  }
  62.5% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 62.5%);
  }
  65% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 65%);
  }
  67.5% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 67.5%);
  }
  70% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 70%);
  }
  72.5% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 72.5%);
  }
  75% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 75%);
  }
  77.5% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 77.5%);
  }
  80% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 80%);
  }
  82.5% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 82.5%);
  }
  85% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 85%);
  }
  87.5% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 87.5%);
  }
  90% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 90%);
  }
  92.5% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 92.5%);
  }
  95% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 95%);
  }
  97.5% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 97.5%);
  }
  100% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 100%);
  }
}
@keyframes button-loader {
  0% {
    background: linear-gradient(90deg, #118e88 0%, #ff6400 0%);
  }
  2.5% {
    background: linear-gradient(90deg, #118e88 10%, #ff6400 10%);
  }
  5% {
    background: linear-gradient(90deg, #118e88 15%, #ff6400 15%);
  }
  7.5% {
    background: linear-gradient(90deg, #118e88 20%, #ff6400 20%);
  }
  10% {
    background: linear-gradient(90deg, #118e88 25%, #ff6400 25%);
  }
  12.5% {
    background: linear-gradient(90deg, #118e88 30%, #ff6400 30%);
  }
  15% {
    background: linear-gradient(90deg, #118e88 35%, #ff6400 35%);
  }
  17.5% {
    background: linear-gradient(90deg, #118e88 40%, #ff6400 40%);
  }
  20% {
    background: linear-gradient(90deg, #118e88 45%, #ff6400 45%);
  }
  22.5% {
    background: linear-gradient(90deg, #118e88 50%, #ff6400 50%);
  }
  25% {
    background: linear-gradient(90deg, #118e88 55%, #ff6400 55%);
  }
  27.5% {
    background: linear-gradient(90deg, #118e88 60%, #ff6400 60%);
  }
  30% {
    background: linear-gradient(90deg, #118e88 65%, #ff6400 65%);
  }
  32.5% {
    background: linear-gradient(90deg, #118e88 70%, #ff6400 70%);
  }
  35% {
    background: linear-gradient(90deg, #118e88 75%, #ff6400 75%);
  }
  37.5% {
    background: linear-gradient(90deg, #118e88 80%, #ff6400 80%);
  }
  40% {
    background: linear-gradient(90deg, #118e88 85%, #ff6400 85%);
  }
  42.5% {
    background: linear-gradient(90deg, #118e88 90%, #ff6400 90%);
  }
  45% {
    background: linear-gradient(90deg, #118e88 95%, #ff6400 95%);
  }
  47.5% {
    background: linear-gradient(90deg, #118e88 100%, #ff6400 100%);
  }
  50% {
    background: linear-gradient(90deg, #118e88 100%, #ff6400 100%);
  }
  52.5% {
    background: linear-gradient(90deg, #118e88 100%, #ff6400 100%);
  }
  55% {
    background: linear-gradient(270deg, #118e88 95%, #ff6400 95%);
  }
  57.5% {
    background: linear-gradient(270deg, #118e88 90%, #ff6400 90%);
  }
  60% {
    background: linear-gradient(270deg, #118e88 85%, #ff6400 85%);
  }
  62.5% {
    background: linear-gradient(270deg, #118e88 80%, #ff6400 80%);
  }
  65% {
    background: linear-gradient(270deg, #118e88 75%, #ff6400 75%);
  }
  67.5% {
    background: linear-gradient(270deg, #118e88 70%, #ff6400 70%);
  }
  70% {
    background: linear-gradient(270deg, #118e88 65%, #ff6400 65%);
  }
  72.5% {
    background: linear-gradient(270deg, #118e88 60%, #ff6400 60%);
  }
  75% {
    background: linear-gradient(270deg, #118e88 55%, #ff6400 55%);
  }
  77.5% {
    background: linear-gradient(270deg, #118e88 50%, #ff6400 50%);
  }
  80% {
    background: linear-gradient(270deg, #118e88 45%, #ff6400 45%);
  }
  82.5% {
    background: linear-gradient(270deg, #118e88 40%, #ff6400 40%);
  }
  85% {
    background: linear-gradient(270deg, #118e88 35%, #ff6400 35%);
  }
  87.5% {
    background: linear-gradient(270deg, #118e88 30%, #ff6400 30%);
  }
  90% {
    background: linear-gradient(270deg, #118e88 25%, #ff6400 25%);
  }
  92.5% {
    background: linear-gradient(270deg, #118e88 20%, #ff6400 20%);
  }
  95% {
    background: linear-gradient(270deg, #118e88 15%, #ff6400 15%);
  }
  97.5% {
    background: linear-gradient(270deg, #118e88 10%, #ff6400 10%);
  }
  100% {
    background: linear-gradient(270deg, #118e88 0%, #ff6400 0%);
  }
}
.paginacion {
  clear: both;
  display: flex;
  justify-content: flex-end;
  height: 30px;
  margin-top: 20px;
}
.paginacion button {
  -webkit-appearance: none;
  font-size: 12px;
  margin: 0px 1px 0px 0px;
  display: block;
  border: 1px solid transparent;
  background-color: #bababa;
  color: #fff;
  cursor: pointer;
}
.paginacion button a {
  color: #fff;
  text-decoration: none;
  padding: 5px;
}
.paginacion button:hover {
  background-color: #3c4747;
}
.paginacion button:focus {
  outline: none;
}
.paginacion .active {
  background-color: #118e88;
  padding: 5px;
}

@media screen and (max-width: 576px) {
  .boton, .boton.derecha {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    float: none;
    clear: both;
    display: block;
    width: 100%;
  }
}
.form {
  display: grid;
  grid-gap: 20px;
}

.form.tres-columnas {
  grid-template-columns: repeat(3, 1fr);
}

.form.dos-columnas {
  grid-template-columns: repeat(2, 1fr);
}

.wrap-form {
  width: 100%;
  margin-right: 50px;
  margin-bottom: 16px;
  position: relative;
}
.wrap-form label {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  font-family: "sansSerifRegular", sans-serif;
  color: #3c4747;
}
.wrap-form select {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url("../iconos/bpanel/select.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 4px;
}
.wrap-form input[type=text], .wrap-form input[type=email], .wrap-form input[type=time], .wrap-form input[type=password], .wrap-form input[type=number], .wrap-form input[type=date], .wrap-form select, .wrap-form textarea {
  font-size: 12px;
  background-color: #fff;
  height: 35px;
  width: 100%;
  padding: 5px;
  border: 1px solid #bababa;
  color: #3c4747;
  transition: all 0.3s ease;
  border-radius: 0;
}
.wrap-form input[type=text]:focus, .wrap-form input[type=text]:active, .wrap-form input[type=email]:focus, .wrap-form input[type=email]:active, .wrap-form input[type=time]:focus, .wrap-form input[type=time]:active, .wrap-form input[type=password]:focus, .wrap-form input[type=password]:active, .wrap-form input[type=number]:focus, .wrap-form input[type=number]:active, .wrap-form input[type=date]:focus, .wrap-form input[type=date]:active, .wrap-form select:focus, .wrap-form select:active, .wrap-form textarea:focus, .wrap-form textarea:active {
  border-color: #118e88;
  outline: none;
}
.wrap-form textarea {
  resize: none;
  height: auto;
}
.wrap-form .dni {
  display: flex;
}
.wrap-form .dni select {
  width: 80px;
  margin-right: 8px;
  background-position: calc(100% - 2px) 4px;
}

.wrap-form.inline {
  display: flex;
  align-items: center;
}
.wrap-form.inline label {
  width: 300px;
  margin-right: 10px;
  margin-bottom: 0;
}

.search-bar input {
  padding: 6px 12px;
  font-size: 12px;
  outline: none;
  border: 1px solid #bababa;
  font-family: "sansSerifRegular", sans-serif;
}
.search-bar input:focus {
  box-shadow: none;
  border-color: #118e88;
}

@media (max-width: 758px) {
  .form.tres-columnas {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .form.tres-columnas, .form.dos-columnas {
    grid-template-columns: repeat(1, 1fr);
  }

  .search-bar {
    width: 100%;
    margin-bottom: 20px;
  }
  .search-bar input {
    width: 100%;
  }
}
form.mis-datos {
  display: block;
  width: 50%;
}
@media (max-width: 758px) {
  form.mis-datos {
    width: 100%;
  }
}

.modal-lp {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3 !important;
}
.modal-lp .modal-container {
  min-width: 500px;
  max-width: 70%;
  height: auto;
  max-height: 80vh;
  background-color: #fff;
  padding: 30px;
  overflow-y: scroll;
  position: relative;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
.modal-lp .modal-container .modal-header {
  position: relative;
}
.modal-lp .modal-container .modal-header .icon-cross {
  position: absolute;
  right: -20px;
  top: -20px;
  padding: 5px;
  cursor: pointer;
  color: #bababa;
  font-size: 12px;
}
.modal-lp .modal-container .modal-header .icon-cross:hover {
  color: #3c4747;
}
.modal-lp .modal-container .modal-footer {
  position: relative;
}
.modal-lp .modal-container .modal-footer .msgModal {
  float: left;
}
.modal-lp .modal-container.no-scroll {
  overflow-y: hidden !important;
}

@media (max-width: 991px) {
  .modal-lp .modal-container {
    min-width: 80%;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .modal-lp .modal-container.no-scroll {
    overflow-y: scroll !important;
  }
}
@media (max-width: 758px) {
  .modal-lp .modal-container {
    min-width: 90%;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 576px) {
  .modal-lp {
    align-items: flex-start;
  }
  .modal-lp h1 {
    font-size: 28px;
  }
  .modal-lp .modal-container {
    margin-top: 2.5vh;
    max-height: 95vh;
    padding-bottom: 50px;
  }
  .modal-lp .modal-container .modal-header .icon-cross {
    top: -20px;
    right: -20px;
  }
}
.smallBox-contenedor {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 4;
}

.smallBox-contenido {
  float: left;
}

.smallBox-textoContenedor span {
  display: block;
}

.smallBox-cajaColor {
  background-color: #118e88;
  margin-top: 15px;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  overflow: hidden;
}

.smallBox-cajaColor.success {
  background-color: #60b810;
}

.smallBox-cajaColor.danger {
  background-color: #f10031;
}

.smallBox-colorTexto {
  font-size: 16px;
  float: left;
  font-family: "sansSerifRegular", sans-serif;
}

.dataTables_wrapper {
  margin-top: 20px;
  font-family: "sansSerifRegular", sans-serif;
  background-color: #fff;
  padding: 10px;
  border-top: 3px solid #118e88;
  border-bottom: 2px solid #ececee;
}
.dataTables_wrapper select:focus, .dataTables_wrapper input:focus, .dataTables_wrapper a:focus, .dataTables_wrapper button:focus {
  outline: none;
}
.dataTables_wrapper .dt-buttons {
  float: left;
}
.dataTables_wrapper .dt-buttons .buttons-excel {
  padding: 4px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 4px;
  background-color: #2e663c;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.dataTables_wrapper .dt-buttons .buttons-excel .icon-file-excel {
  display: inline-block;
  margin-right: 3px;
}
.dataTables_wrapper table {
  padding-top: 10px;
  text-align: center;
  border-bottom-color: #bababa !important;
}
.dataTables_wrapper table thead {
  background-color: #118e88;
  color: #fff;
  font-family: "sansSerifSemiBold", sans-serif;
}
.dataTables_wrapper table thead tr th {
  border: none;
}
.dataTables_wrapper table tbody tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.dataTables_wrapper table tbody tr td {
  text-transform: capitalize;
  color: #3c4747;
  font-size: 14px;
}
.dataTables_wrapper table tbody tr td:focus {
  outline: none;
}
.dataTables_wrapper table tbody tr td [class^=icon-] {
  color: #3c4747;
  cursor: pointer;
}
.dataTables_wrapper table tbody tr td [class^=icon-]:hover {
  color: #118e88;
}
.dataTables_wrapper table tbody tr td .icon-bin:hover, .dataTables_wrapper table tbody tr td .icon-cross:hover {
  color: #f10031;
}
.dataTables_wrapper table tbody tr td .icon-checkmark:hover {
  color: #60b810;
}
.dataTables_wrapper table tbody tr td a {
  color: #3c4747;
  text-decoration: none;
}
.dataTables_wrapper table tbody tr td a:hover {
  color: #118e88;
}
.dataTables_wrapper table tbody tr td.email {
  text-transform: lowercase;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #bababa;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: none !important;
  color: #fff !important;
  background: #118e88 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
}
@media (max-width: 576px) {
  .dataTables_wrapper {
    margin-bottom: 50px;
  }
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: auto;
}

#tblUsuarios .activo, #tblUsuarios .inactivo {
  cursor: auto;
}
#tblUsuarios .nombres, #tblUsuarios .apellidos {
  text-transform: uppercase;
}

#formNuevoProfesional h2 {
  font-family: "sansSerifRegular", sans-serif;
  font-size: 22px;
  color: #3c4747;
  margin-bottom: 12px;
}
#formNuevoProfesional .dni-nuevo-profesional {
  display: flex;
}
#formNuevoProfesional .dni-nuevo-profesional select {
  width: 80px;
  margin-right: 8px;
  background-position: calc(100% - 2px) 4px;
}

.grid-datos-profesional {
  display: grid;
  grid-template-columns: [inicio] 1fr [c1] 1fr [final];
  grid-gap: 0 20px;
}
.grid-datos-profesional p {
  font-family: "sansSerifBold", sans-serif;
}
.grid-datos-profesional p span {
  font-family: "sansSerifRegular", sans-serif;
}
.grid-datos-profesional .col-1 p:nth-of-type(1) span, .grid-datos-profesional .col-1 p:nth-of-type(2) span {
  text-transform: capitalize;
}
.grid-datos-profesional .ob {
  grid-column: inicio/final;
}

.ver-profesional .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 20px;
}
.ver-profesional .header h1 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ver-profesional .header button {
  margin: 0;
}

@media screen and (max-width: 758px) {
  .grid-datos-profesional {
    grid-template-columns: [inicio] 1fr [final];
  }

  .ver-profesional .header {
    display: block;
  }
  .ver-profesional .header button {
    display: block;
    width: 100%;
    float: none;
    margin-top: 10px;
    font-size: 16px;
  }
}
.botonera-noticias {
  display: flex;
}

.noticias .contenedor img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.ver-noticia .owl-carousel.galeria-noticias-bpanel {
  overflow: hidden;
  position: relative;
}
.ver-noticia .owl-carousel.galeria-noticias-bpanel .owl-nav {
  position: absolute;
  top: calc(50% - 12px);
  width: 100%;
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ver-noticia .owl-carousel.galeria-noticias-bpanel .owl-prev, .ver-noticia .owl-carousel.galeria-noticias-bpanel .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #118e88;
}
.ver-noticia .owl-carousel.galeria-noticias-bpanel .owl-prev span, .ver-noticia .owl-carousel.galeria-noticias-bpanel .owl-next span {
  font-size: 20px;
}
.ver-noticia .owl-carousel.galeria-noticias-bpanel .owl-prev .owl-prev, .ver-noticia .owl-carousel.galeria-noticias-bpanel .owl-next .owl-prev {
  margin-left: 5px;
}
.ver-noticia .owl-carousel.galeria-noticias-bpanel .owl-prev .owl-next, .ver-noticia .owl-carousel.galeria-noticias-bpanel .owl-next .owl-next {
  margin-right: 5px;
}
.ver-noticia .owl-carousel.galeria-noticias-bpanel .item {
  height: 400px;
}
.ver-noticia .owl-carousel.galeria-noticias-bpanel .item img {
  height: 100%;
  object-fit: cover;
}
.ver-noticia #vistaContenido {
  margin: 30px 0;
}
.ver-noticia #formEditarNoticia label {
  display: block;
  margin-top: 10px;
}
.ver-noticia #formEditarNoticia label:first-of-type {
  margin-top: 0;
}
.ver-noticia #formEditarNoticia textarea {
  display: block;
  width: 100%;
  resize: none;
  font-size: 16px;
  padding: 12px;
  height: 100px;
  color: #3c4747;
  border-color: #ddd;
  font-family: "sansSerifRegular", sans-serif;
  transition: all 0.3s ease;
}
.ver-noticia #formEditarNoticia textarea:focus {
  border-color: #118e88;
}
.ver-noticia #formEditarNoticia .trumbowyg-box {
  margin-top: 0;
}
.ver-noticia #formEditarNoticia .trumbowyg-box .trumbowyg-editor {
  padding: 12px;
}
.ver-noticia #formEditarNoticia .trumbowyg-box .trumbowyg-editor p {
  font-size: 16px;
  color: #3c4747;
}
.ver-noticia #formEditarNoticia .trumbowyg-box .trumbowyg-editor p:first-of-type {
  margin-top: 0;
}

#tblUsuarios_wrapper {
  margin-top: 0px;
}

#formEditarDocumento label {
  margin-top: 10px;
}
#formEditarDocumento label:firs-of-type {
  margin-top: 0;
}

@media screen and (max-width: 576px) {
  .botonera-noticias {
    display: block;
  }
}

/*# sourceMappingURL=mi-cuenta.css.map */
