@charset "UTF-8";
/******* COLORES IDEAUNO *******/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Titillium Web");
.bg-main {
  background-color: #1269BD !important; }

.color-text-birthday {
  color: #78BE20 !important; }

.bg-main-darker {
  background-color: #074C8F !important; }

.bg-primary {
  background-color: #78BE20 !important; }

.bg-secondary {
  background-color: #c3cDE0 !important; }

.bg-success {
  background-color: #209E16 !important; }

.highlightTitlesMailing {
  font-weight: 500; }

.border-main {
  border: 1px solid #1269BD;
  border-radius: 8px; }

.bg-danger {
  background-color: #D9534F !important; }

.bg-info {
  background-color: #616670 !important; }

.bg-warning {
  background-color: #F0AD4E !important; }

.bg-disabled {
  background-color: #6D7E93 !important; }

.text-main {
  color: #1269BD !important; }

.text-main-darker {
  color: #074C8F !important; }

.text-primary {
  color: #78BE20 !important; }

.text-secondary {
  color: #c3cDE0 !important; }

.text-success {
  color: #209E16 !important; }

.text-danger {
  color: #D9534F !important; }

.text-info {
  color: #616670 !important; }

.text-warning {
  color: #F0AD4E !important; }

.text-disabled {
  color: #6D7E93 !important; }

.text_link {
  color: #1c7cd5 !important; }

.requiredLabel::after {
  content: ' *';
  color: red; }

.vertical-video {
  width: 270px;
  height: 480px; }

/*****************************
            TICKETS
******************************/
.normal-price-detail-container, .benefits-price-detail-container {
  border-radius: 40px;
  background-color: #78BE20;
  color: #ffffff;
  margin-bottom: 20px; }

.disabled-price-detail {
  border-radius: 40px;
  background-color: #ffffff;
  color: #c5c5d0;
  box-shadow: inset 0 0 7px #00000060; }

.card .bg-tickets {
  height: 110px;
  background-color: #008EC8; }

.amount-tickets {
  color: white;
  background-color: rgba(255, 255, 255, 0.42);
  font-weight: bold;
  border-radius: 6px;
  padding: 6px 7px; }

.btn-tickets {
  color: #fff;
  background-color: #78BE20;
  border-color: #78BE20;
  padding: 12px 0 !important; }

.btn-tickets:hover {
  color: white;
  box-shadow: 2px 2px 8px #00000044; }

.img-tickets-product {
  border-radius: 10px 10px 0px 0px; }

.tickets-summar {
  color: #007bff !important; }

.bg-tickets-details {
  background-color: #78BE20; }

.product-card-text {
  color: #78BE20; }

.card-tickets {
  color: #78BE20;
  height: 540px; }

.tickets-product-name {
  font-weight: 800;
  font-size: 20px;
  line-height: 30px; }

.tickets-product-normal-price {
  font-size: x-large; }

.tickets-product-benefits-price {
  font-size: x-large;
  font-weight: bold; }

.tickets-product-benefits-price p {
  font-weight: 500; }

.card-tickets {
  position: relative; }

.tickets-no-stock {
  position: absolute;
  top: 20px;
  left: 0;
  border-radius: 0; }

.tickets-low-stock {
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #5e8519;
  border-radius: 0; }

.benefits-price-container {
  border-left: 2px solid; }

.tickets-benefits-price {
  font-weight: 500;
  font-size: small; }

.text-strikethrough {
  text-decoration: line-through; }

.disabled-price {
  color: #cac8c8; }

.tickets-products-info {
  color: #78BE20 !important; }

.tickets-disabled-img {
  opacity: 0.3; }

.tickets-summary p {
  color: #78BE20 !important; }

.tickets-normal-price {
  font-size: small; }

.tickets-low-stock p, .tickets-no-stock p {
  color: #fff; }

.tickets-bg-icon {
  height: 170px;
  width: 170px;
  background-color: white;
  border-radius: 90px;
  display: flex;
  justify-content: center;
  align-items: center; }

.tickets-icon {
  font-size: 75px;
  color: #78BE20; }

.tickets-icon-container {
  height: 229px;
  border-radius: 0.65rem 0.65rem 0px 0px;
  background-color: #78BE20; }

.tickets-categories-container {
  margin-top: 45px;
  margin-bottom: 30px;
  position: relative; }

.tickets-categories-container p {
  width: auto;
  margin: 0;
  font-weight: 800;
  color: #78BE20;
  position: absolute;
  top: -13px;
  left: 0;
  margin: auto;
  z-index: 3;
  background-color: white;
  padding-inline: 20px; }

.tickets-categories-container div {
  height: 1px;
  border: 1px solid #b0b0b0;
  width: 97%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1; }

.tickets-product-name-detail {
  position: relative;
  margin-bottom: 25px; }

.tickets-product-name-detail p {
  width: auto;
  margin: 0;
  font-weight: 800;
  color: #78BE20;
  position: absolute;
  font-size: 25px;
  top: -22px;
  left: 0;
  margin: auto;
  z-index: 3;
  background-color: white;
  padding-right: 20px; }

.tickets-product-name-detail div {
  height: 1px;
  border: 1px solid #b0b0b0;
  width: 100%;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1; }

.custom-tooltip-tickets-description .tooltip-inner::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #78BE20 !important;
  margin-top: 10px;
  width: 100%; }

@media screen and (max-width: 991px) {
  .benefits-price-container {
    border-left: none; } }
@media screen and (max-width: 768px) {
  .card-tickets {
    height: auto; } }
@media screen and (min-width: 768px) {
  .tickets-product-description {
    height: 47.98px; } }
@media screen and (min-width: 991px) {
  .product-text-container {
    height: 142px; } }
/******************************/
html, body {
  height: 100%;
  background-color: #eceff5; }

body {
  display: flex;
  flex-direction: column; }

@media (min-width: 1200px) {
  .container {
    max-width: 1300px; } }
main {
  padding-top: 0px;
  background-color: #eceff5;
  flex: 1 0 auto;
  padding-top: 20px; }

footer {
  flex-shrink: 0; }

/* Estilos default */
h1, h2, h3, h4, h5, h6 {
  color: #1269BD; }

.btn-primary, .btn-secondary, .btn-success, .btn-info, .btn-light, .btn-disable, .btn-outline-primary, .btn-outline-secondary {
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 0.9rem; }

.btn-primary {
  color: #fff;
  background-color: #78BE20;
  border-color: #78BE20; }

.btn-primary:hover {
  color: #fff;
  background-color: #78BE20;
  border-color: #78BE20; }

.btn-info {
  color: #fff;
  background-color: #616670;
  border-color: #616670; }

.btn-info:hover {
  color: #fff;
  background-color: #616670;
  border-color: #616670; }

.btn-secondary {
  color: #fff;
  background-color: #c3cDE0;
  border-color: #c3cDE0; }

.btn-secondary:hover {
  color: #fff;
  background-color: #c3cDE0;
  border-color: #c3cDE0; }

.btn-success {
  color: #fff;
  background-color: #209E16;
  border-color: #209E16; }

.btn-success:hover {
  color: #fff;
  background-color: #209E16;
  border-color: #209E16; }

.btn-warning {
  color: #fff;
  background-color: #F0AD4E;
  border-color: #F0AD4E; }

.btn-warning:hover {
  color: #fff;
  background-color: #F0AD4E;
  border-color: #F0AD4E; }

.btn-danger {
  color: #fff;
  background-color: #D9534F;
  border-color: #D9534F; }

.btn-danger:hover {
  color: #fff;
  background-color: #D9534F;
  border-color: #D9534F; }

.btn:disabled {
  background-color: #6D7E93;
  border-color: #6D7E93; }

.btn-outline-primary {
  color: #78BE20;
  background-color: transparent;
  background-image: none;
  border-color: #78BE20; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #78BE20;
  border-color: #78BE20; }

.btn-outline-secondary {
  color: #c3cDE0;
  background-color: transparent;
  background-image: none;
  border-color: #c3cDE0; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #c3cDE0;
  border-color: #c3cDE0; }

.btn-outline-primary:disabled, .btn-outline-secondary:disabled {
  color: #6D7E93;
  background-color: transparent;
  background-image: none;
  border-color: #6D7E93; }

.btn-warning {
  color: #fff; }

.btn-warning:hover {
  color: #fff;
  background-color: #F0AD4E;
  border-color: #F0AD4E; }

.bg-widget-birthday {
  background-color: rgba(120, 190, 32, 0.22) !important;
  border: 1px solid #78BE20 !important; }

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #fff !important; }

.btn-share-news {
  height: 100% !important;
  max-height: 34px !important;
  margin-right: 0.5rem !important; }

.redirect-new:hover > img {
  filter: brightness(70%) saturate(70%); }

.table-primary {
  background-color: none; }
  .table-primary thead {
    color: #fff;
    font-weight: normal;
    background-color: #1269BD;
    border: 1px solid #1269BD; }
  .table-primary thead th {
    font-weight: normal;
    vertical-align: bottom;
    border-bottom: 0px solid #1269BD; }
  .table-primary tbody {
    border: 1px solid #dee2e6; }

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #fff !important; }

.table-secondary {
  background-color: none; }
  .table-secondary thead {
    color: #fff;
    font-weight: normal;
    background-color: #78be20;
    border: 1px solid #78be20; }
  .table-secondary thead th {
    font-weight: normal;
    vertical-align: bottom;
    border-bottom: 0px solid #78be20; }
  .table-secondary tbody {
    border: 1px solid #dee2e6; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #525D62;
  border-radius: .25rem; }

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #525D62; }

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #525D62; }

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #525D62; }

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #525D62; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #525D62;
  border-color: #525D62; }

.page-link {
  color: #525D62; }

.alert-info {
  color: #2175C3;
  background-color: #aed1f1;
  border: 0px; }

.alert-success {
  color: #5DA30B;
  background-color: #D1EAB3;
  border: 0px; }

.alert-danger {
  color: #FA050B;
  background-color: #FFA8A7;
  border: 0px; }

.input-group-text {
  color: #fff;
  background-color: #9CAAB7;
  border: 1px solid #9CAAB7;
  border-radius: .25rem; }

/* FIN Estilos default */
.card_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
  font-size: 1rem; }
  .card_icon.azul_primario {
    background-color: #1269BD; }
  .card_icon.azul_secundario {
    background-color: #002b5c; }
  .card_icon.azul_claro {
    background-color: #eceff5; }
  .card_icon.verde {
    background-color: #78be20; }
  .card_icon.morado {
    background-color: #8d5ba2; }
  .card_icon.amarillo {
    background-color: #f8a50c; }
  .card_icon.rojo {
    background-color: #ec191e; }
  .card_icon.negro {
    background-color: #1968b9; }

.card-body {
  margin-top: -11px; }

.card-body-organization {
  margin-top: -11px;
  padding: 1.25rem; }

.card-title {
  margin-left: 48px;
  margin-top: 7px; }
  .card-title a {
    color: inherit; }
  .card-title a:hover {
    text-decoration: none; }

.card-img-top {
  margin-top: 20px; }

.action_menu_admin .btn-primary, .action_menu_admin .btn-secondary, .action_menu_admin .btn-success, .action_menu_admin .btn-info {
  border-radius: 0px; }

.text-azul_primario {
  color: #1269BD; }
.text-azul_secundario {
  color: #002b5c; }
.text-azul_claro {
  color: #eceff5; }
.text-verde {
  color: #78be20; }
.text-morado {
  color: #8d5ba2; }
.text-amarillo {
  color: #f8a50c; }
.text-rojo {
  color: #ec191e; }
.text-negro {
  color: #000000; }
.text-gris {
  color: #999; }

.bg-azul_primario {
  background-color: #1269BD;
  border-color: #1269BD; }
.bg-azul_secundario {
  background-color: #002b5c;
  border-color: #002b5c; }
.bg-azul_claro {
  background-color: #eceff5;
  border-color: #eceff5; }
.bg-verde {
  background-color: #78be20;
  border-color: #78be20; }
.bg-morado {
  background-color: #8d5ba2;
  border-color: #8d5ba2; }
.bg-amarillo {
  background-color: #f8a50c;
  border-color: #f8a50c; }
.bg-rojo {
  background-color: #ec191e;
  border-color: #ec191e; }
.bg-negro {
  background-color: #1968b9;
  border-color: #1968b9; }
.bg-blanco {
  background-color: #fff;
  border-color: #fff; }

.tiempo .card-footer, .indicadores .card-footer {
  background-color: #fff;
  color: #999;
  font-style: italic; }

.card-list-name {
  width: 63%;
  word-wrap: break-word;
  display: inline-block;
  font-size: 0.93rem; }
  .card-list-name.eco {
    width: 55%; }

.card-list-value {
  width: 35%;
  display: inline-block;
  word-wrap: break-word;
  text-align: right;
  font-size: 0.93rem; }
  .card-list-value.eco {
    width: 40%; }

/*
    Intranet Chips Styles
*/
.chipEl {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  background-color: #e0e0e0;
  border-radius: 16px;
  margin-right: 0.5rem;
  margin-top: 0.5rem; }

.chipEl .close-icon {
  margin-left: 0.5rem;
  cursor: pointer;
  font-weight: bold;
  color: #000; }

.chipEl input {
  display: none;
  /* Ocultar el input */ }

.alert-missing-chips-fields {
  margin-top: 0.5rem;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }

.alert-missing-chips-fields.show {
  display: block;
  opacity: 1; }

.fade-out {
  animation: fadeOut 2.5s forwards; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }
footer.container-fluid {
  color: #fff;
  background-color: #111;
  border-top: 7px solid #fc7217; }
  footer.container-fluid .footer-content {
    background-color: #111;
    min-height: 200px;
    margin: 0 0; }
  footer.container-fluid p {
    font-size: 12px; }
    footer.container-fluid p.copy {
      padding-top: 15px;
      padding-bottom: 15px; }

@media (max-width: 768px) {
  footer.container-fluid section img {
    max-width: 280px; } }
.weather_degrees {
  font-size: 4rem;
  font-weight: bold; }

.weather_city {
  font-size: 1.2rem;
  font-weight: bold; }

.btn_saludar {
  border-color: #fff;
  color: #fff;
  width: 150px; }

.btn_saludar:hover {
  border-color: #525D62;
  background-color: #fff;
  color: #525D62;
  font-weight: bold; }

.image_birthday {
  width: 80px;
  height: 80px; }

.image_profile_menu {
  width: 48px;
  height: 48px; }

.image_profile_movil {
  width: 150px;
  height: 150px; }

.birthday_menu {
  position: absolute;
  top: 6px;
  right: 90px;
  text-align: left !important; }
  .birthday_menu h5 {
    font-size: 14px; }
  .birthday_menu p {
    font-size: 12px;
    margin-bottom: 0; }

.imagen_slider {
  background-position: center;
  background-size: cover;
  min-height: 300px; }

.imagen_slider_gallery {
  background-position: center;
  background-size: cover;
  max-height: 2000px; }

.galeria_home img {
  height: 56px !important; }

.min-320 {
  min-height: 320px; }

.min-260 {
  min-height: 260px; }

.border-radius-0 {
  border-radius: 0rem; }

.border-radius-half {
  border-radius: 0.5rem; }

.box_birthday {
  border-radius: 0px 0px 0px 0px !important;
  text-align: center;
  min-height: 274px;
  background-position: center;
  background-size: cover;
  background: url(/img/otros/bg-birthday3.jpg); }

.noticia_preview {
  background-position: center;
  background-size: cover;
  height: 70px;
  width: 90px; }

.noticia_preview_big {
  background-position: center;
  background-size: cover; }

@media (max-width: 768px) {
  .noticia_preview_big {
    margin: 5px 15px 15px 15px; } }
.body_news p {
  line-height: 1.2rem; }

a.like:hover, a.comment:hover, a.comment__:hover {
  text-decoration: none; }

.btn-pill {
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 10rem; }

.img_item {
  background-position: center;
  background-size: cover;
  min-height: 80px; }

.carousel-caption {
  position: relative;
  left: 50px;
  z-index: 10;
  padding: 20px 20px;
  color: #fff;
  text-align: left;
  background-color: rgba(252, 114, 23, 0.85);
  top: -265px;
  width: 35%;
  line-height: 1.2rem; }
  .carousel-caption.bg-green {
    background-color: rgba(135, 199, 85, 0.85); }
  .carousel-caption.bg-yellow {
    background-color: rgba(248, 165, 12, 0.85); }
  .carousel-caption.bg-purple {
    background-color: rgba(141, 91, 162, 0.85); }
  .carousel-caption h3 {
    color: #fff !important; }
  .carousel-caption a h3 {
    color: #fff !important; }

@media (max-width: 1280px) {
  .carousel-caption {
    width: 51%; }
    .carousel-caption h3 {
      font-size: 1.5rem; } }
.carousel-inner {
  max-height: 180px; }

.carousel-item img {
  max-height: 180px; }

.carousel-slider img {
  max-height: 360px; }

.movil .carousel-slider img {
  min-height: 105px !important;
  width: 100%;
  max-width: 100%;
  height: auto;
  height: intrinsic; }
.movil .carousel-indicators {
  bottom: -13px; }
.movil .carousel-indicators li {
  width: 7px;
  height: 7px; }

.card-icon-right {
  border-radius: 0 0.65rem;
  background-color: #1269BD !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
  font-size: 1rem; }

.content-search-members-group {
  min-height: 200px;
  width: 100%;
  padding: 20px; }

.text-slider-container {
  display: flex;
  /* Asegura que se comporta como un bloque inline */
  overflow: hidden;
  /* Oculta cualquier contenido que desborde */
  white-space: nowrap;
  /* Evita que el texto se envuelva */
  width: 100%;
  /* Ajusta esto al ancho deseado del contenedor */ }

.img_members {
  width: 35px;
  height: auto;
  border-radius: 50px;
  margin-right: -15px; }

.carousel-indicators {
  position: absolute;
  right: 100px;
  bottom: 10px;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  left: auto;
  margin-right: auto;
  margin-left: auto; }
  .carousel-indicators .active {
    background-color: #fff; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    border: 1px #999 solid; }

.birthday_today_i {
  position: relative;
  left: -14px;
  bottom: -28px;
  color: #fff;
  background-color: #87c755;
  border-radius: 50%;
  padding: 5px 5px;
  font-size: 1rem; }

.borde-destacado {
  border-width: 3px !important; }

.estrella {
  position: absolute;
  top: 15px;
  right: 15px; }

.body_login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5; }

.form-signin {
  width: 100%;
  max-width: 400px;
  padding: 25px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 15px; }
  .form-signin .checkbox {
    font-weight: 400; }
  .form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px; }
  .form-signin .form-control:focus {
    z-index: 2; }
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.carousel-indicators.homeGallery {
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  left: 0;
  margin-right: auto;
  margin-left: auto; }
  .carousel-indicators.homeGallery li {
    position: relative;
    flex: 0 1 auto;
    width: 100%;
    height: 12px;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border-radius: 0;
    border: 0px; }
  .carousel-indicators.homeGallery .active {
    background-color: transparent;
    border-top: 3px solid #f8a50c;
    margin-top: -3px; }

.container-img-news {
  margin: auto; }

.widget-wall-news-image {
  border-radius: 5px; }

.widget-wall-news p {
  font-size: 12px; }

.carousel-indicators.videoGallery {
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  left: 0;
  margin-right: auto;
  margin-left: auto; }
  .carousel-indicators.videoGallery li {
    position: relative;
    flex: 0 1 auto;
    width: 100%;
    height: 12px;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border-radius: 0;
    border: 0px; }
  .carousel-indicators.videoGallery .active {
    background-color: transparent;
    border-top: 3px solid #f8a50c;
    margin-top: -3px; }

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #525D62;
  border-radius: .2rem; }

address {
  font-style: italic; }

span.marker {
  background-color: #f8a50c; }

.contentPages .cke_reset {
  width: 1177px;
  max-width: 1177px; }

.alert p {
  margin-bottom: 0px; }

html, body {
  background-color: #eceff5; }

.btn-search {
  background-color: transparent;
  border: 0;
  position: relative;
  left: -39px;
  color: #9E9E9E; }

#logo {
  max-width: 390px;
  max-height: 50px; }

@media (max-width: 768px) {
  #logo {
    max-width: 280px;
    height: 40px !important; } }
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 63px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility; }

  .offcanvas-collapse.open {
    left: 0;
    visibility: visible; } }
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; } }
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 60px;
  overflow-y: hidden; }

@keyframes shake {
  0% {
    transform: translateX(0); }
  25% {
    transform: translateX(-5px); }
  50% {
    transform: translateX(5px); }
  75% {
    transform: translateX(-5px); }
  100% {
    transform: translateX(0); } }
.shake {
  animation: shake 0.5s ease;
  animation-iteration-count: 3;
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important; }

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: 6px;
  overflow-x: auto;
  color: white;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #fff !important; }

.nav-underline .nav-link:hover {
  color: #f1f1f1; }

.nav-underline .active {
  font-weight: 500;
  color: #d9d9d9; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5); }

.bg-purple {
  background-color: #6f42c1; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.lh-100 {
  line-height: 1; }

.lh-125 {
  line-height: 1.25; }

.lh-150 {
  line-height: 1.5; }

@media (max-width: 768px) {
  .carousel-indicators {
    right: 0px !important;
    left: 0;
    margin-right: 15%;
    margin-left: 15%; } }
/***NOTICIAS*****/
.rowContainerShow {
  display: flex; }

.newstitle {
  border-bottom: 2px solid #706F6F;
  min-height: 65px;
  padding: 10px 0;
  width: 100%; }

.galleriesTitle, .videosTitle {
  border-bottom: 2px solid #3D4354;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 25px;
  color: #1968B9; }

.galleriesTitle .ontitle.text, .videosTitle .ontitle.text {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  font-weight: 700; }

.newstitle .ontitle {
  color: #1968B9;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase; }

.newstitle .ontitle * {
  color: #706F6F; }

.newstitle .ontitle *:hover {
  color: #706F6F; }

.newstitle .ontitle.day {
  padding-right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem !important;
  font-weight: 700;
  width: 60px;
  color: #706F6F !important;
  flex-basis: 60px; }

.newstitle {
  border-bottom: 2px solid #706F6F;
  display: flex;
  flex-direction: row;
  margin: auto; }

.newstitle .ontitle.date {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.3rem;
  padding-left: 10px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  flex-basis: 108px; }

@media screen and (min-width: 992px) {
  .newsList .newstitle .ontitle.date {
    border-right: 2px solid #706F6F; } }
@media screen and (min-width: 992px) {
  .newstitle:not(.newsList .newstitle) .ontitle.date {
    border-right: 0px solid #706F6F !important; } }
.newstitle .responsive {
  margin-left: 75px !important; }

.newstitle .number-responsive {
  margin-left: 20px !important;
  margin-right: 20px !important; }

@media screen and (max-width: 1199px) {
  .newstitle .number-responsive {
    margin-left: 0px !important;
    margin-right: 10px !important; }

  .newstitle .ontitle.day {
    padding-right: 10px; } }
@media screen and (max-width: 991px) {
  .newstitle .responsive {
    margin-left: 0px !important; } }
.tipoEvento {
  font-weight: 700;
  color: #706F6F; }

.birthdays_box div.bg-blanco {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.contArticuloDiv {
  padding-left: 30px;
  padding-right: 30px; }

.contImgShow {
  display: flex; }

.noticias_destacadas .ontitle.text {
  font-size: 1.8rem;
  display: flex;
  align-items: center; }

.events .ontitle.text {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  color: #706F6F;
  border-bottom: 2px solid #706F6F; }

.newstitle .ontitle.text {
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding-left: 15px; }

.newstitle .ontitle.text h1 {
  font-size: 1.3rem;
  line-height: 1.5rem; }

.responsive-img.wp-post-image {
  min-width: 100%; }

.newsimage {
  margin-bottom: 0; }

.newsimage img.thumb {
  float: left;
  border: 4px solid #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25); }

.newsexcerpt .border {
  border: 0px !important;
  /*border-bottom: 1px solid #1968B9;*/
  margin-bottom: 20px;
  padding-bottom: 45px; }

.newsexcerpt p {
  margin-top: 10px;
  color: #716a6a;
  font-size: 1rem;
  margin: 0 0 15px; }

.newsexcerpt > .col-md-9 > a:first-of-type {
  float: left;
  /*width: 100%;*/ }

@media (max-width: 768px) {
  .newstitle .ontitle.day {
    font-size: 22px; }

  .newstitle .ontitle.date {
    width: 100%;
    flex-basis: 200px;
    display: flex;
    align-items: center; }

  .newstitle .ontitle.text {
    font-size: 1.1rem;
    flex-basis: 100%;
    padding-left: 2%; }

  .img_item {
    min-height: 60px; }

  .card-gallery-items .front_thumb .qty_photos {
    font-size: 0.9rem; }

  .short-new-title, .other-galleries-title {
    font-size: 18px;
    font-weight: bold; } }
.chip {
  display: inline-block;
  height: 40px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 20px 0 0;
  border-radius: 20px;
  background-color: #e4e4e4; }

.item_comment {
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 7px;
  background: #d7dae0;
  border-radius: 8px; }

.item_comment_response {
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 7px;
  background: #eceff5;
  border-radius: 8px;
  margin-left: 100px; }

.comment-text p {
  max-width: 99%;
  margin: 4px 0;
  padding-left: 10px;
  color: #141823;
  font-family: helvetica, Arial, Sans-serif;
  font-size: 0.9rem;
  padding-right: 15px;
  min-width: 0;
  word-break: break-word !important; }

.word-break {
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.action_menu_admin {
  position: absolute;
  right: 0px;
  top: 0px; }

.weather_five_days {
  background-color: #f4f4f4;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  text-align: center; }

.weather_five_days table {
  margin: 0 auto;
  width: 95%; }

.error-message {
  color: #ec191e;
  font-weight: 500; }

.card-gallery-items .thumb-container {
  background-color: #fff;
  margin-bottom: 25px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  max-width: 630px; }

.card-gallery-items .front_thumb.img_col3 {
  float: left;
  width: 33.33333%;
  padding-left: 1.5px;
  padding-right: 1.5px; }

.card-gallery-items .front_thumb.img_col5 {
  float: left;
  width: 20%;
  padding-left: 1.5px;
  padding-right: 1.5px; }

.card-gallery-items .front_thumb {
  margin: 1.5px 0 0 0; }

.card-gallery-items .front_big {
  overflow: hidden;
  padding-left: 1.5px;
  padding-right: 1.5px; }

.card-gallery-items .front_big img {
  margin-left: auto;
  margin-right: auto; }

.card-gallery-items .front_thumb .qty_photos {
  position: absolute;
  width: 35%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 2rem;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-shadow: 1px 1px 2px #666;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 4px;
  padding-bottom: 4px; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.card-gallery-items .front_thumb .thumb-img {
  max-height: 185px;
  position: relative;
  overflow: hidden;
  text-align: center; }

.front_big.item {
  text-align: center; }

.front_big.item a img {
  width: 630px; }

.home-header {
  height: 320px;
  background: url(/img/default_imgs/img_1920x515.png) center center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center; }

.home-header .title {
  width: 635px;
  background-color: rgba(25, 104, 185, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center; }

.home-header .title h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  font-size: 36px; }

.home-header .title h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold; }

.home-header .title p {
  color: #fff;
  text-align: center;
  font-size: 18px; }

#carouselBirthdays .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

#carouselBirthdays .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

#content_digital_wall .event_day {
  font-weight: normal; }
#content_digital_wall .badge {
  font-weight: normal;
  padding: 0.2rem 0.5rem; }
#content_digital_wall .item_birth_name {
  font-weight: normal; }
#content_digital_wall .item_birth_date .day {
  font-weight: normal; }
#content_digital_wall #wallCarousel .carousel-inner {
  border-radius: 10px; }

.count_char_text {
  font-size: 0.8rem;
  color: gray;
  text-align: right; }

th.actions {
  width: 290px; }

.container_comments {
  max-height: 450px;
  overflow-y: auto;
  padding-right: 5px;
  overflow-x: hidden !important; }

.home-header.bg_default {
  background-image: url(/img/default_imgs/img_1920x515.png); }

.home-header.bg_news {
  background-image: url(/img/default_imgs/news.jpg); }

.home-header.bg_ourpeoples {
  background-image: url(/img/default_imgs/ourpeoples.jpg); }

.home-header.bg_galleries {
  background-image: url(/img/default_imgs/galleries.jpg); }

.home-header.bg_videos {
  background-image: url(/img/default_imgs/videos.jpg); }

.home-header.bg_video-galleries {
  background-image: url(/img/default_imgs/videos.jpg); }

.home-header.bg_surveys {
  background-image: url(/img/default_imgs/surveys.png); }

.box_search_menu {
  margin-right: -12px !important;
  margin-top: -10px !important;
  padding: 0 !important; }

.box_search_menu input {
  width: 200px !important; }

.tr_selected {
  background-color: #dfe1e4; }

.actions {
  width: 260px; }

.highlight {
  background-color: yellow; }

.dropdown-menu.notificationsHeader {
  left: unset;
  width: 360px;
  box-shadow: 0px 5px 7px -1px #c1c1c1;
  padding-bottom: 0px;
  padding: 0px; }

@media screen and (max-width: 1090px) {
  .dropdown-menu.notificationsHeader {
    left: -178px;
    width: 300px; } }
.notificationsHeader.dropdown-menu:before {
  content: "";
  position: absolute;
  border: 10px solid #f4f7fb;
  border-color: transparent transparent #f4f7fb transparent; }

.notificationsHeader .ul_list_notifications {
  height: auto;
  list-style: none;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px; }
.notificationsHeader .dropdown-menu {
  top: 60px;
  right: 169px;
  left: unset;
  width: 360px;
  box-shadow: 0px 5px 7px -1px #c1c1c1;
  padding-bottom: 0px;
  padding: 0px; }
.notificationsHeader .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 12px;
  border: 10px solid #f4f7fb;
  border-color: transparent transparent #f4f7fb transparent; }
.notificationsHeader .head {
  padding: 5px 15px;
  border-radius: 3px 3px 0px 0px;
  color: #333;
  font-size: 1rem; }
.notificationsHeader .footer {
  padding: 5px 15px;
  border-radius: 0px 0px 3px 3px;
  color: #333;
  font-size: 1rem; }

.notification-box {
  padding: 10px 0px; }

.notification-box.separator {
  /*background-color: #eee;*/
  border-top: 10px solid #ffffff; }

.notification-box .created {
  font-size: 0.59rem;
  text-align: left;
  margin-top: 5px; }

.bg-notifications {
  background-color: #f4f7fb; }

@media (max-width: 640px) {
  .notificationsHeader .dropdown-menu {
    top: 50px;
    /*left: -16px;*/
    width: 290px; }

  .notificationsHeader .message {
    font-size: 13px; } }
.link_bell_notification span {
  position: absolute;
  top: -5px;
  margin-left: -34px;
  font-size: 0.7rem; }

.link_bell_notification:hover {
  text-decoration: none; }

.h270 {
  height: 270px; }

.admin-tabcontent {
  padding: 0px 12px;
  display: none; }

.list-group-item.active a {
  color: #fff; }

.admin-item {
  padding: 15px;
  display: flex;
  justify-items: start;
  align-items: center; }
  .admin-item .admin-icon {
    width: 60px;
    height: 60px; }
  .admin-item .admin-descrip {
    padding-left: 15px;
    width: 100% !important; }
    .admin-item .admin-descrip a {
      font-weight: bold;
      color: #0052A8; }
    .admin-item .admin-descrip i {
      color: #0052A8; }
    .admin-item .admin-descrip p {
      margin-bottom: 0px; }

.popover {
  min-width: 325px !important; }

.popover-header {
  font-weight: normal;
  font-size: 12px; }

/* Modal Admins Messages */
.modal-admins-message-title {
  border-bottom: 1px solid #E8E0E0; }

.modal-admins-message-title .title-message {
  padding: 20px; }

#image-messages-modal {
  max-width: 100%;
  max-height: 700px;
  object-fit: cover;
  width: 100%; }

/** Like Photo Gallery */
.footer-gallery {
  text-align: right;
  margin-right: 330px;
  color: #fff; }
  .footer-gallery h4 {
    color: #f1f1f1; }
  .footer-gallery .likable,
  .footer-gallery .dislikable {
    color: rgba(182, 182, 182, 0.6); }
    .footer-gallery .likable:hover,
    .footer-gallery .dislikable:hover {
      color: rgba(86, 192, 114, 0.6); }
  .footer-gallery .users-like-action {
    position: relative;
    color: #C9C9C9;
    padding-bottom: 10px; }
  .footer-gallery .users-like-photo {
    text-align: left;
    position: absolute;
    bottom: 25px;
    left: 15px;
    z-index: 99;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.8rem;
    color: #fff;
    line-height: 120%;
    padding: 4px 10px;
    background-color: #323232;
    visibility: hidden;
    -webkit-transition: all, 0.1s, ease-in-out;
    -khtml-transition: all, 0.1s, ease-in-out;
    -moz-transition: all, 0.1s, ease-in-out;
    -ms-transition: all, 0.1s, ease-in-out;
    -o-transition: all, 0.1s, ease-in-out;
    transition: all, 0.1s, ease-in-out; }
    .footer-gallery .users-like-photo.animated {
      visibility: visible; }
    .footer-gallery .users-like-photo ul li {
      padding: 2px 0; }

.lg-outer.fb-comments .likes-list {
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  z-index: 99999;
  background: #fff;
  color: #333; }
  .lg-outer.fb-comments .likes-list .header-likes {
    margin-top: 5px; }
    .lg-outer.fb-comments .likes-list .header-likes .va {
      vertical-align: middle; }
  .lg-outer.fb-comments .likes-list .us-list {
    padding: 20px 20px;
    text-align: left;
    overflow-y: auto;
    min-height: 300px;
    max-height: 500px; }
    .lg-outer.fb-comments .likes-list .us-list li {
      color: #333; }

.lg-outer.fb-comments .lg-img-wrap {
  padding-right: 300px !important; }

.lg-outer.fb-comments .fb-comments.fb_iframe_widget {
  background-image: none; }

.lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader {
  background: #fff; }

.lg-outer.fb-comments .lg-toolbar {
  right: 320px;
  width: auto; }

.lg-outer.fb-comments .lg-actions .lg-next {
  right: 320px; }

.lg-outer.fb-comments .lg-item {
  background-image: none; }

.lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap {
  background-image: none; }

.lg-outer.fb-comments .lg-img-wrap {
  background: url(/img/gallery/loading.gif) no-repeat scroll center center transparent; }

.lg-outer.fb-comments .lg-toogle-thumb {
  display: none; }

.super-loading {
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 30px;
  background: rgba(255, 255, 255, 0.5) url(/img/gallery/loading.gif) no-repeat scroll center center;
  width: 100%;
  height: 100%;
  z-index: 9999; }

.size250 {
  width: 250px !important;
  float: right;
  text-align: right;
  margin: auto auto auto auto; }
  .size250 a {
    color: #FFF !important;
    text-decoration: none; }

.footer-gallery-small {
  text-align: center;
  margin: auto auto auto auto; }

@media screen and (max-width: 750px) {
  .galleriesTitle .ontitle.text, .videosTitle .ontitle.text {
    font-size: 18px;
    line-height: 31px;
    max-width: 200px;
    word-break: break-word; }

  .galleriesTitle .ontitle.date, #gallery-container .videosTitle .ontitle.date {
    font-size: 15px;
    color: #999; }

  .footer-gallery {
    text-align: center;
    margin: auto auto auto auto;
    color: #fff; }

  .size250 {
    float: center;
    text-align: center;
    margin: auto auto auto auto;
    font-size: 14px; }
    .size250 a {
      color: #FFF !important;
      text-decoration: none; }

  .card-gallery-items .front_thumb.img_col5 {
    width: 33%; } }
.well.bloque_derecho_galeria {
  padding: 15px 22px 0 5px;
  margin: 15px 0 0 0; }

.bloque_derecho_galeria, .bloque_derecho_galeria ul {
  list-style-type: none;
  padding-left: 12px !important; }

.bloque_derecho_galeria ul.no_padding {
  margin-top: 1px;
  padding-left: 5px !important; }
  .bloque_derecho_galeria ul.no_paddingli {
    margin-left: 1px !important; }

.mt_comentar_text {
  width: 100%;
  height: 100px; }

.collapsible-body .row {
  margin-left: -5px !important; }

.div_scroll_bar {
  min-height: 60px;
  overflow-x: hidden !important;
  scrollbar-face-color: #525D62;
  scrollbar-highlight-color: #525D62;
  scrollbar-shadow-color: #525D62;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-arrow-color: #000;
  scrollbar-track-color: #E5E5E5;
  scrollbar-drakshadow-color: #000000; }

.div_scroll_bar::-webkit-scrollbar {
  margin-right: 5px;
  background-color: #E5E5E5;
  border-radius: 6px;
  width: 12px; }

.div_scroll_bar::-webkit-scrollbar-track {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }

.div_scroll_bar::-webkit-scrollbar-thumb {
  border: 1px #eee solid;
  border-radius: 12px;
  background: #525D62;
  box-shadow: 0 0 8px rgba(2, 44, 22, 0.3) inset;
  -webkit-transition: all, 0.3s, ease-in-out;
  -khtml-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -ms-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out; }

.div_scroll_bar::-webkit-scrollbar-thumb:window-inactive {
  background: #525D62;
  box-shadow: 0 0 8px rgba(2, 44, 22, 0.3) inset; }

.div_scroll_bar::-webkit-scrollbar-thumb:hover {
  background: #525D62; }

.azul_global, .azul_global a {
  color: #525D62 !important; }

.collection {
  width: 100%;
  margin-top: 1px;
  margin-bottom: px; }
  .collection .collection-item {
    text-align: left !important;
    line-height: 11px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 5px 5px;
    background-color: #eceff1; }
    .collection .collection-item p.comment {
      line-height: 13px;
      padding: 4px 0 0 0;
      margin-right: 14px; }
    .collection .collection-item span {
      color: black;
      font-weight: bold;
      font-size: 0.7rem; }
    .collection .collection-item .date_comment {
      color: #666666;
      text-align: left !important;
      line-height: 10px;
      font-size: 10px;
      padding: 0 1px 0 0; }

.lg-sub-html {
  right: 280px !important;
  text-align: right !important; }

.box_users_tags {
  border-radius: 5px;
  border: 1px #ececec solid;
  min-height: 150px;
  padding: 6px; }

.lg-thumb-item {
  width: 90px !important; }

.lg-thumb-outer.lg-grab {
  height: 80px !important; }

.amsify-suggestags-input-area .amsify-select-tag.col-bg {
  background: #e9ecef !important;
  font-size: 0.677rem;
  border: 1px #ccc solid; }

.amsify-suggestags-input-area .amsify-select-tag {
  padding: 2px 4px !important; }

.btn-tag {
  background-color: #f5f6f7;
  border-color: #ccd0d5;
  color: #4b4f56;
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  justify-content: center;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer; }

.btn-tag:hover {
  background-color: #f0f0f0; }

.icon_delete_comment_photo {
  cursor: pointer;
  position: relative;
  top: -38px;
  font-size: 0.8rem;
  right: -4px;
  color: #f1f1f1;
  background-color: #495057;
  padding: 5px;
  border-radius: 25% 0 0 25%; }

.lg-object.lg-image {
  padding: 10px 10px 80px 10px; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 80px !important; }

.search-form {
  width: 35rem;
  position: relative;
  z-index: 9;
  right: -7px; }

.search-form-servipag {
  width: 22rem;
  position: relative;
  z-index: 9;
  right: -7px; }

.search-servipag-container {
  position: relative;
  left: 350px; }

@media screen and (max-width: 1199px) {
  .search-servipag-container {
    position: relative;
    left: 200px; } }
.notification-servipag {
  position: relative;
  left: 20px; }

@media screen and (max-width: 992px) {
  .notification-servipag {
    position: relative;
    left: 0px; } }
.search-form form {
  padding: 4px 6px 4px 5px;
  border-radius: .2rem; }

.search-input {
  border-radius: 15px;
  width: 353px;
  border-width: 1px;
  border-color: #e1e1e1;
  background-color: #f7f7f7;
  outline-width: 0;
  border-style: solid;
  padding: 3px 12px; }

#toogle_btn_inf {
  color: #fff !important; }

#menu_intranet a.nav-icons-color, .mobile-options a.nav-icons-color {
  color: #474448 !important; }

.economic_indicators {
  border-radius: 0px;
  border: 1px solid #02A7D9; }

.economics-wall-list li {
  background-color: #07B4E8;
  color: #fff; }
.economics-wall-list .list-group-item {
  border: 1px solid #02A7D9;
  border-right: 0;
  border-left: 0; }

.calendar-events .card-body {
  border-radius: 10px 0px 0px 10px !important;
  background-color: #70737E;
  color: #fff; }
.calendar-events .list-group-item {
  height: 85px;
  border: 1px solid #646772;
  border-right: 0;
  border-left: 0; }

#wallCarousel {
  height: 500px; }

#wallCarousel .carousel-caption {
  position: relative;
  left: 0px;
  z-index: 10;
  padding: 20px 20px;
  color: #fff !important;
  text-align: left;
  top: -100px;
  width: 906px;
  line-height: 0.2rem;
  height: 100px; }

#wallCarousel .carousel-caption h4 {
  margin-top: 10px;
  color: #fff !important; }

#wallCarousel .carousel-caption p {
  color: #fff !important; }

#wallCarousel .list-group {
  width: 480px;
  max-width: 480px;
  position: absolute;
  top: 0;
  right: 0; }

#wallCarousel .list-group-item {
  height: 126px;
  padding: 10px 20px 10px 30px;
  border-radius: 0px;
  cursor: pointer; }

#wallCarousel .list-group-item span {
  color: #000;
  font-weight: normal; }

#wallCarousel .list-group .active {
  color: #fff;
  background-color: #FF7800;
  border: 0px; }

#wallCarousel .list-group .active span {
  color: #fff; }

.birthday-icon-wall {
  width: 50px;
  height: 50px;
  background-color: #D9534F;
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: 70px;
  right: 148px; }

/**seccion nueva  comentarios y likes en los feed **/
.text_counter {
  font-size: 0.7rem;
  color: #666;
  margin-right: 5px; }

.new_textarea_border {
  border: 1px #e0e0e0 solid; }

.text_comment_feed {
  -webkit-box-shadow: none;
  outline: none;
  border: 0;
  resize: none;
  min-height: 58px;
  height: 58px !important;
  padding-right: 50px; }

.text_comment_feed:focus {
  -webkit-box-shadow: none;
  outline: none;
  border: 0; }

.btn_image_comment {
  position: absolute;
  top: 14px;
  right: 29px; }

.btn_image_comment_reply {
  position: absolute;
  top: 14px;
  right: 30px; }

/*** seccion de los feed ***/
.wall_post {
  background-color: #fff;
  min-height: 155px;
  width: 100%;
  margin-bottom: 20px; }
  .wall_post .date_published {
    font-size: 0.9rem;
    color: #a0a0a0; }
  .wall_post .textarea_wall_first {
    height: 80px;
    width: 100%;
    /*margin: 5px 10px;*/
    border: 0;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    resize: none; }
  .wall_post .textarea_wall_first::placeholder {
    color: #a0a0a0; }
  .wall_post .textarea_wall_first::focus {
    height: 80px;
    width: 100%;
    border: 1px #fcfcfc solid !important;
    background-color: #fcfcfc !important;
    box-shadow: 0;
    color: #aaa; }
  .wall_post .btns_walls {
    border-top: 1px #eaebed solid; }
  .wall_post .btn_submit_wall {
    min-width: 140px; }
  .wall_post .title_post {
    font-size: 1rem;
    color: #007bff; }
  .wall_post .subtitle_post {
    font-size: 0.8rem;
    color: #6c757d; }
  .wall_post .like {
    color: #6d6b6b;
    font-size: 0.9rem; }
  .wall_post .comment {
    color: #6d6b6b;
    font-size: 0.9rem; }
  .wall_post .item_comment_like {
    border-top: 1px #f3f2f2 solid;
    border-bottom: 1px #f3f2f2 solid;
    padding: 12px 0px 15px 0px;
    background-color: white;
    border-radius: 0 0 10px 10px; }
    .wall_post .item_comment_like .badge-dark {
      background-color: #6d6b6b !important; }
  .wall_post .dropdown-toggle::after {
    display: none; }
  .wall_post .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent; }

/***fin wall post***/
.img_48 {
  width: 60px;
  height: 60px; }

#stickThisLeft.stick {
  margin-top: 0;
  position: fixed;
  bottom: 230px;
  border-radius: 0 20px 20px 0px; }

#stickThisRight.stick {
  margin-top: 0;
  position: fixed;
  bottom: 254px;
  border-radius: 0 20px 20px 0px; }

/**** CALENDARIO *****/
.dzscalendar.skin-responsive-galileo .week-day.curr-months-date.hasEvent.dzstooltip-con.for-click div.the-number {
  color: #1269BD !important;
  border-bottom: 2px #1269BD solid; }

.dzscalendar.skin-responsive-galileo .hasEvent .divimage-overlay:hover {
  border: 2px #1269BD solid;
  color: #FFF !important; }

.dzscalendar.skin-responsive-galileo .headerRow {
  background-color: #1269BD !important;
  color: #FFF !important; }

/****  SECCION PARA WIDGET CALENDARIO *****/
.calendar {
  background-color: #1269BD !important;
  border: 1px #c3cDE0 solid; }

.calendar .dzscalendar {
  height: 248px !important; }

.calendar .dzscalendar .theMonths .mon-row {
  height: 30px !important; }

.calendar .week-day.week-day-header {
  height: 30px !important; }

.calendar .curr-date {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0) !important; }

.calendar .calendar-controls, .mon-head {
  padding-top: 5px !important;
  background-color: red !important;
  background-color: #1269BD !important;
  color: #ffffff; }

.calendar .curr-year {
  color: #ffffff !important; }

.calendar .mon-body {
  padding-top: 10px; }

.calendar .week-day.curr-months-date.hasEvent.dzstooltip-con.for-click div.the-number {
  color: #ffffff;
  border-radius: 50%;
  padding: 4px 4px 4px 2px !important;
  min-width: 24px !important;
  width: 25px !important;
  height: 25px;
  margin: auto;
  text-align: center; }

.calendar .week-day.curr-months-date.today-date .the-number {
  padding: 2px 4px 4px 3px !important;
  min-width: 24px !important;
  width: 25px;
  /* Ancho del div */
  height: 25px;
  margin: auto;
  text-align: center;
  border: 3px solid #78be20;
  /* Color del borde rojo */
  border-radius: 50%;
  /* Hace que los bordes sean circulares */ }

.calendar span.the-number {
  min-width: 24px !important;
  width: 24px !important;
  height: 24px; }

.calendar .dzscalendar .calendar-controls .arrow-left {
  position: absolute;
  top: 8px;
  left: 15px;
  background: transparent no-repeat center center url(/img/iconos/back.png);
  width: 15px;
  height: 16px;
  cursor: pointer; }

.calendar .dzscalendar .calendar-controls .arrow-right {
  position: absolute;
  top: 8px;
  right: 15px;
  background: transparent no-repeat center center url(/img/iconos/next.png);
  width: 15px;
  height: 16px;
  cursor: pointer; }

.calendar .event_div_popup {
  min-width: 170px;
  text-align: left;
  font-size: 13px;
  line-height: 30px;
  text-align: center; }

.calendar .event_div_popup p {
  text-align: left; }

.calendar .event_div_popup h5 {
  font-size: 15px !important;
  font-weight: 400 !important;
  text-align: left;
  margin-bottom: 3px !important; }

.calendar .event_div_popup span {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
  padding: 2px 3px;
  background-color: #656d6d;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #FFF; }

.calendar .event_div_popup p {
  text-align: justify;
  line-height: 15px;
  color: #666;
  font-weight: normal; }

.calendar .event_div_popup:hover {
  background-color: #f0f0f0;
  cursor: pointer; }

.calendar .hr_calendar_index {
  border-top: 1px #4e4a4a solid !important; }

/****  FIN SECCION PARA WIDGET CALENDARIO *****/
.org-chart-photo {
  min-width: 70px;
  min-height: 70px;
  margin: 0px; }

.org-chart-other {
  width: 200px !important; }

.half-bg {
  background: -webkit-linear-gradient(top, #fc7217 70px, white 70px);
  background: -moz-linear-gradient(top, #fc7217 70px, white 70px);
  background: -ms-linear-gradient(top, #fc7217 70px, white 70px);
  background: linear-gradient(top, #fc7217 70px, white 70px);
  border-radius: 1em; }

#filter_div label {
  margin-left: 15px; }

.avatar_position {
  position: absolute;
  top: 44px;
  right: 31%; }

.avatar_birthday {
  position: relative;
  top: -200px;
  right: -61%;
  font-size: 2rem;
  border-radius: 50% 50%;
  background-color: #8EBFD0;
  color: white;
  width: 53px;
  height: 53px; }

.img_70 {
  width: 70px;
  height: 70px; }

.img_200 {
  width: 200px;
  height: 200px; }

.birthdays2 {
  position: relative;
  left: -30px; }

.birthdays3 {
  position: relative;
  left: -60px; }

.birthdays4 {
  position: relative;
  left: -90px; }

.birthdays_plus {
  position: relative;
  background-color: #17a2b8;
  color: white;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  top: 0px;
  font-size: 1.3rem;
  padding: 14px 0;
  font-weight: bold;
  text-align: center; }

.item-height {
  height: 50px; }

.custom-control-label::after, .custom-control-label::before {
  top: 0.65rem; }

.item_survey_option {
  height: 100%;
  margin-bottom: 5px; }

.item_survey_option .custom-control-label {
  position: absolute !important;
  width: 95% !important;
  height: 100%; }

.item_survey_option .custom-radio {
  display: flex;
  flex-direction: column; }

.progress {
  height: 100%;
  border: 1px #e0e3e4 solid;
  background-color: #fff; }

.progress-bar {
  color: #506f9c;
  text-align: left;
  background-color: #D6E3F6; }

.vote_in_feed {
  position: relative;
  right: 10px;
  color: #628BC4;
  font-size: 0.9rem;
  float: right;
  padding-top: 3px;
  flex: 1 0 auto;
  text-align: right; }

.answers_in_feed {
  position: relative;
  padding: 5px 10px;
  font-size: 0.9rem;
  float: left;
  flex: 1 1 auto; }

/*Estilos barra de twitters */
.tweet-bar {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-arround; }

.tweet-icon {
  color: #1DA1F2;
  font-size: 44px;
  padding-left: 70px;
  padding-right: 20px; }

.tweet-title {
  color: #1DA1F2;
  font-size: 24px;
  font-weight: bold;
  padding-right: 20px; }

.tweet-content {
  height: 70px;
  border: 1px solid #C9C9C9;
  border-radius: 40px;
  width: 1500px;
  margin-right: 40px;
  margin-left: 20px;
  padding: 12px 20px;
  color: #555765;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  overflow: hidden; }

.tweet-content.img {
  width: 45px;
  height: 45px; }

/* COLORES DE LA APLICACION */
.bg-wall-header {
  background-color: #fff; }

.bg-wall-weather {
  background-color: #2CC279;
  border-radius: 10px 10px 0px 0px !important; }

.bg-wall-calendar-event {
  background-color: #70737E; }

.bg-wall-news-menu {
  background-color: #FF7800; }

.bg-wall-news-caption {
  background-color: rgba(51, 76, 108, 0.8); }

.bg-wall-date {
  background-color: white; }

.bg-wall-economics {
  background-color: #07B4E8; }

.bg-wall-twitter {
  background-color: #fff; }

.bg-wall-birthdays-list {
  background-color: #FD9123; }
  .bg-wall-birthdays-list .birthdays-list-item {
    border-bottom: 1px solid #FF800B;
    background-color: #FD9123; }

.ph-light::placeholder {
  color: #ccc; }

.link_reply_message {
  color: #1269BD; }

.box_reply {
  overflow-y: auto; }

.bg-top-nav {
  background-color: #fff; }

.bg-menu-nav {
  background-color: #fc7217 !important; }
  .bg-menu-nav .nav-link {
    color: #fff !important; }
  .bg-menu-nav .navbar-dark .navbar-toggler {
    color: #fff !important; }

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 0px; }

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #fc7217; }

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #78BE20;
  border-color: #78BE20; }

.li_birthdays_globe {
  width: 245px;
  list-style: none;
  display: flex; }
  .li_birthdays_globe li {
    margin-left: -30px; }

.box_reply {
  overflow-y: auto; }

.sidebar {
  background-color: #595e70 !important; }
  .sidebar .sidebar-nav .nav-item {
    cursor: pointer; }
  .sidebar .sidebar-nav::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #484d5e; }
  .sidebar .sidebar-nav::-webkit-scrollbar {
    width: 12px;
    background-color: #484d5e; }
  .sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d96b22; }

.sidebar .nav-link:hover {
  color: #fff;
  background: #d96b22 !important; }

.app-header a.nav-icons-color {
  color: #484d5e; }

.sidebar .sidebar-nav {
  width: 275px !important; }

.sidebar .nav {
  width: 275px !important; }

@media (max-width: 992px) {
  .sidebar .sidebar-nav {
    display: none !important; } }
@media (min-width: 992px) {
  .sidebar-fixed .sidebar {
    width: 275px !important; } }
@media (min-width: 992px) {
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .main,
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .app-footer,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main,
  html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer {
    margin-left: 275px !important; } }
.admin-content-header {
  min-height: 200px;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #c8ced3; }

.admin-content-search {
  min-height: 200px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #c8ced3; }

.admin-content-index {
  min-height: 200px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #c8ced3; }

.admin-content-list {
  background-color: #2c2e37;
  color: #ffff;
  padding-top: 10px;
  height: 45px; }

.table-admin {
  border: 1px solid #484D5E; }
  .table-admin th {
    background: #595E70;
    border: 0px solid #595E70;
    border-top: 0px solid #595E70 !important;
    border-bottom: 0px solid #595E70 !important;
    color: #fff; }
    .table-admin th a {
      color: #fff; }
  .table-admin td {
    background-color: #fff; }

.p_min_height {
  min-height: 260px; }

@media (max-width: 768px) {
  .img_200 {
    width: 150px;
    height: 150px; }

  .avatar_position {
    position: absolute;
    top: 10px;
    right: 31%; }

  .p_min_height {
    min-height: 60px; } }
#beneficiostab .nav-tabs {
  background-color: #1269BD;
  border-bottom: 0px solid #dee2e6;
  height: 60px; }
#beneficiostab .nav-tabs .nav-item {
  margin-bottom: 0px;
  height: 100%; }
#beneficiostab .nav-tabs .nav-link {
  padding-top: 15px;
  border: 0px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  color: #fff;
  text-transform: uppercase;
  height: 100%; }
#beneficiostab .nav-tabs .nav-item.show .nav-link,
#beneficiostab .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #1269BD;
  border-bottom: 5px solid #209E16; }
#beneficiostab .tab-content {
  background-color: #fff;
  border: 1px solid #CACACB;
  border-top: 0px solid #fff;
  padding: 30px; }
  #beneficiostab .tab-content .card {
    border-radius: 0.75em;
    margin-bottom: 30px;
    height: 270px;
    min-height: 270px;
    max-height: 270px; }
  #beneficiostab .tab-content .card-img-top {
    height: 120px;
    margin-top: 0px;
    width: 100%;
    border-top-left-radius: calc(0.75rem - 1px);
    border-top-right-radius: calc(0.75em - 1px); }
  #beneficiostab .tab-content .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }

.benefit-checkbox .input.checkbox label {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  width: 200px; }

.profile-info-item {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 14px; }
  .profile-info-item .profile-info-icon {
    color: #1269BD;
    font-size: 32px;
    margin: 0px 10px; }

.mi-actividad {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .mi-actividad .nav-pills .nav-link.active, .mi-actividad .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1269BD; }
  .mi-actividad .nav-link {
    display: block;
    padding: .5rem 1rem;
    border-radius: 0.9rem;
    background-color: #616670;
    color: #fff; }

@media screen and (max-width: 1090px) {
  .mi-actividad .nav-link {
    font-size: 10px;
    padding: 0.5rem 0.5rem; } }
.navbar-collapse.collapse.show {
  max-height: calc(100vh - 70px);
  overflow-y: auto; }

span.title_gallery_link {
  display: none;
  background-color: rgba(40, 40, 40, 0.7);
  color: white;
  width: 192px;
  position: absolute;
  top: 21px;
  font-size: 1rem;
  left: 20px;
  right: 7px;
  bottom: 5px;
  /* height: 157px; */
  padding: 10px; }

a:hover > span.title_gallery_link {
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  width: 192px;
  position: absolute;
  top: 21px;
  font-size: 1rem;
  left: 20px;
  right: 7px;
  bottom: 5px;
  /* height: 157px; */
  padding: 10px;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

a:hover > span.title_gallery_link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out; }

a:hover > span.title_gallery_link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

#wallCarousel .carousel-caption.video {
  position: relative;
  left: 0px;
  z-index: 10;
  padding: 20px 20px;
  color: #fff !important;
  text-align: left;
  background-color: black;
  top: 10px;
  width: 906px;
  line-height: 0.2rem;
  height: 50px; }

.color_like {
  color: #78BE20 !important; }

.color_like:hover {
  text-decoration: none !important; }

.img-wrapper {
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.subcategory {
  background-color: #1269BD;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 10px;
  color: #fff; }
  .subcategory a {
    color: #fff; }

.box_file {
  width: 100px;
  height: 100px;
  border: 1px #e1e1e1 solid;
  display: inline-block;
  margin: 4px 4px;
  text-align: center;
  padding-top: 5px;
  /*white-space: nowrap;*/
  /*word-wrap: break-word;*/
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 5px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */ }
  .box_file:hover {
    background-color: #f1f1f1;
    cursor: pointer; }
  .box_file.folder_deleted {
    text-decoration: line-through;
    cursor: initial; }
  .box_file.folder_loading {
    cursor: progress; }

.box_file_new {
  position: relative;
  width: 200px;
  height: 160px;
  word-wrap: normal;
  text-overflow: initial;
  padding-top: 17px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 0px;
  border: 1px #e1e1e1 solid;
  display: inline-block;
  margin: 4px 4px;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */ }
  .box_file_new:hover {
    background-color: #f1f1f1;
    cursor: pointer; }
  .box_file_new.folder_deleted {
    text-decoration: line-through;
    cursor: initial; }
  .box_file_new.folder_loading {
    cursor: progress; }
  .box_file_new .filesize {
    position: absolute;
    bottom: 2px;
    font-size: 10px;
    margin-right: 1px;
    width: 150px;
    text-align: right;
    color: #666666;
    font-style: italic;
    right: 5px;
    display: none; }
  .box_file_new .icon_download {
    position: absolute;
    bottom: 5px;
    font-size: 15px;
    margin-right: 1px;
    width: 43px;
    text-align: left;
    color: #888;
    left: 10px;
    display: none; }
  .box_file_new .icon_download span {
    border: 1px #888 solid;
    border-radius: 5px;
    padding: 2px 5px; }
  .box_file_new .icon_download span:hover {
    background-color: #888;
    color: #f1f1f1; }
  .box_file_new:hover > .filesize {
    display: block; }
  .box_file_new:hover > .icon_download {
    display: block; }

.td_beneficios {
  width: 250px;
  height: 180px;
  border: 1px #e1e1e1 solid;
  display: inline-block;
  margin: 4px 4px;
  text-align: center;
  padding-top: 5px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 5px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */ }
  .td_beneficios:hover {
    background-color: #f1f1f1;
    cursor: pointer; }

@media (max-width: 680px) {
  .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px !important;
    width: 100%; }

  .dataTables_paginate ul.pagination {
    flex-wrap: wrap;
    justify-content: start; }

  .pagination {
    flex-wrap: wrap; } }
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px !important; }

.table-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #78BE20; }

.table-row.header {
  font-weight: bold;
  background-color: #78BE20;
  display: flex;
  color: #fff; }

.table-row.header .column {
  padding: 10px !important; }

.column {
  flex-basis: 100%;
  padding: 20px 10px 10px 10px; }

@media screen and (min-width: 1090px) {
  .column {
    flex: 1; } }
@media screen and (max-width: 1090px) {
  .table-row.header {
    display: none; } }
@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important; } }
@media (max-width: 577px) {
  .mobile-large-logo {
    width: 100%;
    text-align: center; } }
.accordion .card-header {
  color: #78BE20;
  font-weight: bold; }

.accordion .card-body {
  margin-top: 0px;
  color: #78BE20;
  font-weight: normal; }

/* modificar menu para despliege mas grande */
.dropdown-menu {
  margin-right: 15px !important; }

.dropdown-large {
  position: static !important; }

.dropdown-menu-large {
  margin-left: 0px;
  margin-right: 0px;
  padding: 20px 0;
  list-style: none;
  padding-left: 1px; }

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0; }

.dropdown-menu-large > li > ul > li {
  list-style: none; }

.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
  padding-left: 10px !important;
  font-size: 14px; }

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999; }

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px; }

@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0; }

  .dropdown-menu-large > li {
    margin-bottom: 30px; }

  .dropdown-menu-large > li:last-child {
    margin-bottom: 0; }

  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important; } }
.dropdown-item, .dropdown-item:hover {
  overflow-x: initial;
  white-space: normal; }

.dropdown-menu {
  left: auto !important;
  border-radius: 0px 0px 0.45rem 0.45rem !important;
  min-width: 17rem; }

.dropdown-menu-right {
  border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: .45rem !important; }

/* Redondeo de elementos */
.calendar i.calendar-controls {
  border-radius: .75rem; }

.card {
  border-radius: .65rem !important; }

.card_icon {
  border-radius: 0.65rem 0; }

.wall_post {
  border-radius: .75rem; }

.wall_btn_types {
  border-radius: .75rem; }

.weather_five_days {
  border-radius: 0 0 .75rem .75rem; }

.action_menu_admin .btn-primary, .action_menu_admin .btn-secondary {
  border-radius: 0 .75rem; }

.card.banner-radius img {
  border-radius: 0.65rem; }

button.btn {
  border-radius: 2rem !important;
  font-weight: bold !important; }

.action_menu_admin > .btn {
  border-radius: 0 0.65rem !important; }

a.btn {
  border-radius: 2rem !important;
  font-weight: bold !important; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-radius: 0 .55rem .55rem 0 !important; }

/* Fin Redondeo */
.no-round-pls {
  border-radius: 0.25rem !important; }

/**
ul.parent_category_menu:only-child li{
    background-color: blue;
}
**/
/*
ul.parent_category_menu:only-child li{
    background-color: red;
    border:1px green solid;
}
*/
/*
ul.parent_category_menu:only-child li{
    background-color: red;
    border:1px green solid;
}
*/
#customBtn {
  display: inline-block;
  background: white;
  width: 70%;
  border-radius: 5px;
  border: 2px  solid #939193; }

#customBtn:hover {
  cursor: pointer;
  opacity: 0.85; }

.form-signin-new {
  width: 944px;
  margin: auto;
  background-color: white;
  color: #626164;
  border-radius: 15px;
  font-family: 'Poppins', sans-serif;
  box-shadow: 3px 3px 8px #2b2b2b; }
  .form-signin-new .checkbox {
    font-weight: 400; }
  .form-signin-new .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px; }
  .form-signin-new .form-control:focus {
    z-index: 2; }
  .form-signin-new input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .form-signin-new input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .form-signin-new a {
    color: inherit; }
  .form-signin-new span.icon {
    background: url("https://developers-dot-devsite-v2-prod.appspot.com/identity/sign-in/g-normal.png") transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px; }
  .form-signin-new span.buttonText {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold; }
  @media (max-width: 575.98px) {
    .form-signin-new {
      max-width: 90%; }
      .form-signin-new #customBtn {
        width: 90%; } }

.extra_margin_link {
  margin-left: 10px !important;
  margin-right: 10px !important;
  padding-left: 3px !important;
  padding-right: 3px !important; }

@media (max-width: 500px) {
  .extra_margin_link {
    margin-left: inherit !important;
    margin-right: inherit !important;
    padding-left: inherit !important;
    padding-right: inherit !important; }

  .parent_category_menu {
    margin-left: 8px; } }
.loading-overlay {
  display: none;
  background: rgba(26, 26, 26, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0; }

.loading-overlay-image-container {
  display: none;
  position: fixed;
  z-index: 7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.loading-overlay-img {
  width: 50px;
  height: 50px;
  border-radius: 5px; }

.loading-overlay {
  display: none;
  background: rgba(26, 26, 26, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0; }

.loading-overlay-image-container {
  display: none;
  position: fixed;
  z-index: 7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.loading-overlay-img {
  width: 50px;
  height: 50px;
  border-radius: 5px; }

.loader {
  color: #ffffff;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.loader-text {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold; }

@-webkit-keyframes load4 {
  0%,
    100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
@keyframes load4 {
  0%,
    100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
/* BENEFICIOS */
.general-benefits-titulos2 {
  padding-top: 20px;
  font-weight: 600; }

.general-benefits-menu-tabs {
  width: 100%;
  background-color: #000000; }

.general-benefits-nav-link {
  text-align: center;
  display: block;
  padding: .5rem 1rem;
  color: white;
  padding: 18px;
  font-weight: 500; }

.general-benefits-card-body-beneficios {
  margin-top: 0px;
  background-color: #000000;
  color: #ffffff;
  height: 185px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 9px; }

.general-benefits-titulos-card {
  font-size: 14px;
  color: #ffffff; }

.general-benefits-icon-card {
  color: #ffffff; }

.general-benefits-backgroundimage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%; }

/* FIN BENEFICIOS */
#contModalComunique {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }

.imgImportantComuniques {
  border-radius: 20px 0px 0px 20px;
  height: auto; }

#hideModalImportantComuniques, #hideModalImportantComuniquesMobile {
  background-color: #1269BD;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-width: 0px !important; }

.contTextImportantComuniques {
  padding: 15px 30px 70px 70px;
  color: #898989;
  overflow-y: scroll;
  max-height: 540px;
  margin-right: 26px; }

.formNoMostrarDeNuevo {
  display: flex;
  justify-content: flex-end;
  padding: 0px 24px 30px 0px; }

.btnNoMostrarDeNuevo {
  height: 50px;
  width: 267px;
  border-width: 0px;
  border-radius: 25px;
  background-color: #1269BD; }

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

#hideModalImportantComuniquesMobile {
  position: absolute;
  right: 10px;
  top: 10px; }

#dialogoModalDesktop {
  display: flex; }

#dialogoModalMobile {
  display: none; }

#dialogoModalMobile:after, #dialogoModalMobile:before, #dialogoModalDesktop:after, #dialogoModalDesktop:before {
  content: none !important; }

.tituloComunicadoImportanteDesktop {
  color: #1b5071; }

.bd-example {
  position: relative;
  margin: 1rem -0.75rem 0;
  border: 1px solid #dee2e6; }

@media screen and (max-width: 1200px) {
  .other-news-responsive {
    flex-direction: column; } }
@media (max-width: 950px) {
  .formNoMostrarDeNuevo {
    position: relative;
    justify-content: center;
    padding-left: 24px; }

  .contTextImportantComuniques {
    padding: 20px; }

  .imgImportantComuniques {
    border-radius: 20px 20px 0px 0px; }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }

  #dialogoModalDesktop {
    display: none; }

  #dialogoModalMobile {
    display: flex; }

  #important_communiques_modal {
    max-height: none; } }
div.contTextImportantComuniques::-webkit-scrollbar {
  width: 13px;
  height: 7px;
  border-radius: 6px;
  background-color: #b6b6b6 !important; }

div.contTextImportantComuniques::-webkit-scrollbar-thumb {
  background-color: #263238;
  border-radius: 6px;
  outline: 0; }

.scroll-modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto; }

.sub_category_menu strong {
  padding-left: 12px; }

a.dropdown-item {
  padding-left: 1.25rem;
  font-size: 14px; }

/* Inicio noticia Reconocimientos */
.div-table {
  display: table;
  width: auto;
  font-size: 14px;
  position: relative; }

.div-table-row {
  display: table-row;
  width: auto;
  clear: both; }

.div-table-col {
  float: left;
  /* fix for  buggy browsers */
  display: flex;
  align-items: center;
  width: 300px;
  padding: 14px;
  height: 100px;
  border-bottom: 1px solid #78BE20; }

.div-table-col:first-child {
  border-left: 1px solid #78BE20; }

.div-table-col:nth-child(3) {
  border-right: 1px solid #78BE20; }

.div-table-col-th {
  float: left;
  /* fix for  buggy browsers */
  display: flex;
  align-items: center;
  width: 300px;
  padding: 14px;
  height: 50px;
  color: white;
  background-color: #78BE20; }

.div-table-col-th:first-child {
  border-top-left-radius: 10px; }

.div-table-col-th:last-child {
  border-top-right-radius: 10px; }

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  background-color: #78BE20;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 20px; }

.div-table-row:hover > :not(:first-child) .div-table-col {
  opacity: 0; }

.div-table-row:hover .middle {
  opacity: 1; }

.text-comment {
  color: white; }

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

@media (max-width: 1300px) {
  .div-table-col-th:last-child {
    display: none; }

  .div-table-col-th:nth-child(1) {
    width: 50%; }

  .div-table-col-th:nth-child(2) {
    width: 50%;
    border-top-right-radius: 10px; }

  .div-table-col:nth-child(2) {
    border-right: 1px solid #78BE20; }

  .div-table-col {
    width: 50%; }

  .div-table-col:nth-child(3) {
    display: none; }

  .imgReconocimiento {
    width: 20px;
    height: 20px; }

  .middle {
    display: none; } }
/* Fin noticia Reconocimientos */
.categoria_noticia_destacada {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-left: -5px;
  border-radius: 0 5px 5px 0; }

.badge_categoria_noticia_destacada {
  color: white;
  font-weight: bold;
  font-size: 11px;
  white-space: normal; }

.titulo_noticia_destacada {
  font-size: 14px; }
  .titulo_noticia_destacada a {
    color: #7C97AB !important; }
    .titulo_noticia_destacada a:hover {
      color: #7C97AB !important; }

@media (min-width: 992px) {
  .nav-item:hover {
    background-color: #0000002e; } }
.loader-wfform {
  --background: linear-gradient(135deg, #23C4F8, #275EFE);
  --shadow: rgba(39, 94, 254, 0.28);
  --text: #6C7486;
  --page: rgba(255, 255, 255, 0.36);
  --page-fold: rgba(255, 255, 255, 0.52);
  --duration: 3s;
  width: 200px;
  height: 140px;
  position: relative; }
  .loader-wfform:before, .loader-wfform:after {
    --r: -6deg;
    content: '';
    position: absolute;
    bottom: 8px;
    width: 120px;
    top: 80%;
    box-shadow: 0 16px 12px var(--shadow);
    transform: rotate(var(--r)); }
  .loader-wfform:before {
    left: 4px; }
  .loader-wfform:after {
    --r: 6deg;
    right: 4px; }
  .loader-wfform div {
    width: 100%;
    height: 100%;
    border-radius: 13px;
    position: relative;
    z-index: 1;
    perspective: 600px;
    box-shadow: 0 4px 6px var(--shadow);
    background-image: var(--background); }
    .loader-wfform div ul {
      margin: 0;
      padding: 0;
      list-style: none;
      position: relative; }
      .loader-wfform div ul li {
        --r: 180deg;
        --o: 0;
        --c: var(--page);
        position: absolute;
        top: 10px;
        left: 10px;
        transform-origin: 100% 50%;
        color: var(--c);
        opacity: var(--o);
        transform: rotateY(var(--r));
        animation: var(--duration) ease infinite; }
        .loader-wfform div ul li:nth-child(2) {
          --c: var(--page-fold);
          animation-name: page-2; }
        .loader-wfform div ul li:nth-child(3) {
          --c: var(--page-fold);
          animation-name: page-3; }
        .loader-wfform div ul li:nth-child(4) {
          --c: var(--page-fold);
          animation-name: page-4; }
        .loader-wfform div ul li:nth-child(5) {
          --c: var(--page-fold);
          animation-name: page-5; }
        .loader-wfform div ul li svg {
          width: 90px;
          height: 120px;
          display: block; }
        .loader-wfform div ul li:first-child {
          --r: 0deg;
          --o: 1; }
        .loader-wfform div ul li:last-child {
          --o: 1; }
  .loader-wfform span {
    display: block;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 20px;
    text-align: center;
    color: var(--text); }

@keyframes page-2 {
  0% {
    transform: rotateY(180deg);
    opacity: 0; }
  20% {
    opacity: 1; }
  35%,
        100% {
    opacity: 0; }
  50%,
        100% {
    transform: rotateY(0deg); } }
@keyframes page-3 {
  15% {
    transform: rotateY(180deg);
    opacity: 0; }
  35% {
    opacity: 1; }
  50%,
        100% {
    opacity: 0; }
  65%,
        100% {
    transform: rotateY(0deg); } }
@keyframes page-4 {
  30% {
    transform: rotateY(180deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  65%,
        100% {
    opacity: 0; }
  80%,
        100% {
    transform: rotateY(0deg); } }
@keyframes page-5 {
  45% {
    transform: rotateY(180deg);
    opacity: 0; }
  65% {
    opacity: 1; }
  80%,
        100% {
    opacity: 0; }
  95%,
        100% {
    transform: rotateY(0deg); } }
#trigger_collapse_form {
  border-radius: 6px !important; }

@media only screen and (max-width: 768px) {
  .galleriesTitle, .videosTitle {
    border-bottom: 2px solid #3D4354;
    display: block;
    align-items: flex-end;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 18px;
    color: #78BE20; }

  .galleriesTitle .ontitle.text, .videosTitle .ontitle.text {
    font-size: 1.3rem;
    display: block;
    font-weight: 700;
    max-width: inherit; }

  .newstitle .ontitle {
    color: #1968B9;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase; }

  .newstitle .ontitle * {
    color: #706F6F; }

  .newstitle .ontitle *:hover {
    color: #706F6F; }

  .newstitle .ontitle.day {
    padding-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem !important;
    font-weight: 700;
    width: 80px;
    color: #706F6F !important;
    flex-basis: 60px; }

  .newstitle {
    border-bottom: 2px solid #706F6F;
    display: flex;
    flex-direction: row;
    margin: auto; }

  .newstitle .ontitle.date {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.3rem;
    padding-left: 10px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-basic: 108px; }

  .newsimage {
    text-align: center; }

  .newsimage img.thumb {
    float: none; } }
.elearning-active-box {
  min-height: 100px;
  border-left: 8px solid #78BE20; }

.incrusted-video {
  height: 100% !important; }

.img-grupo-banner {
  border-radius: 0 !important; }

.banner-group {
  border: none !important; }

.edit-comments-btn:focus {
  /* border: none; */
  box-shadow: none;
  /* background-color:#a7aaad; */ }

.link_reply_message:hover {
  text-decoration: none;
  color: #2f3133; }

.link_reply_message {
  font-weight: 500;
  font-size: 14px;
  color: #888; }

.date_comment {
  color: darkgray;
  font-style: normal;
  font-size: 13px !important;
  display: block;
  text-align: left; }

.item_comment {
  padding: 13px 13px 5px 13px !important; }

.edit-comment-options .dropdown-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.45rem 0.45rem 0.45rem 0.45rem !important;
  transform: translate3d(38px, 6px, 0px) !important; }

/* Oculta todas las opciones por defecto */
.item_comment .edit-comment-options {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease; }

@media (min-width: 991.98px) {
  /* Muestra solo las opciones del comentario en hover */
  .item_comment:hover .edit-comment-options {
    visibility: visible;
    opacity: 1; } }
.container_comments > .comments > .media > .container {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.comment-text p {
  padding-left: 0 !important;
  padding-right: 0 !important; }

#toogle_btn_sup {
  background-color: #fc7217;
  padding: 4px !important; }

.bg-wall-news-caption {
  background-color: #fc7217;
  opacity: 85%; }

#wallCarousel .list-group .active {
  color: #fff;
  background-color: #6F6F71;
  border: 0px; }

.bg-wall-birthdays-list {
  background-color: #c95101; }
  .bg-wall-birthdays-list .birthdays-list-item {
    border-bottom: 1px solid #FF800B;
    background-color: #fc7217; }

.bg-wall-weather {
  background-color: #3B3B3B;
  border-radius: 10px 10px 0 0 !important; }

#wallCarousel .carousel-inner {
  border-radius: 10px; }

.date_time_wall {
  border-radius: 0px 0 10px 10px !important; }

.event_year {
  margin-top: 0 !important;
  margin-bottom: -12px !important;
  font-weight: 300; }

.event_day {
  font-weight: 600 !important; }

#wallCarousel > ul > li:nth-child(1) {
  border-top-right-radius: 10px; }

li.list-group-item:last-child {
  border-bottom-right-radius: 10px !important; }

#reloj_automatico {
  border-radius: 0 0 10px 0px !important; }

.weather-grades {
  background-color: #fff9cf !important;
  color: #FF9D30 !important; }

.box_event_date {
  background-color: #3B3B3B !important; }

.calendar-events .card-body {
  background-color: #CCCCCC; }

.bg-wall-calendar-event {
  background-color: #CCCCCC; }

.event_title {
  color: #3B3B3B; }

.calendar-events .list-group-item {
  border: 1px solid white !important; }

.box_birthday {
  background: url(/img/otros/fondo-cumpleaños-ideauno.png); }

.economic-title {
  background-color: #6F6F71 !important;
  padding: 6px; }

.bg-wall-economics {
  background-color: #CCCCCC;
  border-radius: 0px !important; }

.economic_indicators {
  border: 1px solid #CCCCCC;
  border-radius: 0px !important; }

.economic_indicators .economic-value {
  color: #3B3B3B;
  font-size: 23px !important; }

#content_digital_wall {
  font-family: 'Titillium Web'; }

div.box_birthday {
  border-radius: 0px 10px 10px 0px;
  background: url("/img/otros/fondo-cumpleaños-ideauno.png");
  background-size: cover; }

.birthday-message {
  margin-top: 13px; }

.birthday-message p {
  color: #191518;
  font-weight: bolder; }

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

#grillaUnicaCmpleaniosIdeauno .img-wrapper {
  border-radius: 10%;
  border: 5px solid white; }

/*# sourceMappingURL=intranet-ideauno.css.map */
