@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

:root {
  --yellow1: #f4c600;
  --yellow_hover: #dbb50a;
  --blue1: #3065af;
  --blue2: #29538f;
  --blue3: #1f3e6c;
  --blue4: #102445;
  --gray1: #3c3c3b;
  --gray2: #706f6f;
  --gray3: #9d9d9c;
  --gray4: #c6c6c6;
  --gray5: #f5f4f5;
  --serv1: #e2516d;
  --serv2: #1db5be;
  --serv3: #00a75d;
  --serv4: #8d80b2;
  --serv5: #00456f;
  --serv5: #fbbb21;

  --portUsuarios: #4dc2ef;
  --portClientes: #b1cc37;
  --portBienestar: #31968f;
  --portDenuncia: #a81916;
  --portSicapso: #fbbb21;
  --portLiv: #58c1d9;
  --portLiv2: #8e4292;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}

.Fuente1 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
}

.Fuente2 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-style: italic;
}

.Fuente3 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-weight: bold;
}

.Fuente4 {
  font-family: 'PoppinsCond', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
}

.Fuente5 {
  font-family: 'PoppinsCondIt', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
}

.Fuente6 {
  font-family: 'PoppinsIt', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
}

.Fuente7 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
}

.Fuente8 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-style: italic;
}

.Fuente9 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-style: italic;
}

.Fuente10 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
}

.Fuente11 {
  font-weight: bold;
}

.Fuente12 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-style: italic;
}

/* =====================
	  Tamaños de Letra
======================= */
.Font-1 {
  font-size: 2px;
}

.Font-2 {
  font-size: 4px;
}

.Font-3 {
  font-size: 6px;
}

.Font-4 {
  font-size: 8px;
}

.Font-5 {
  font-size: 10px;
}

.Font-55 {
  font-size: 11px;
}

.Font-6 {
  font-size: 12px;
}

.Font-625 {
  font-size: 12.5px;
}

.Font-65 {
  font-size: 13px;
}

.Font-7 {
  font-size: 14px;
}

.Font-75 {
  font-size: 14.5px;
}

.Font-8 {
  font-size: 16px;
}

.Font-9 {
  font-size: 18px;
}

.Font-10 {
  font-size: 20px;
}

.Font-11 {
  font-size: 22px;
}

.Font-12 {
  font-size: 24px;
}

.Font-13 {
  font-size: 26px;
}

.Font-14 {
  font-size: 28px;
}

.Font-15 {
  font-size: 30px;
}

.Font-16 {
  font-size: 32px;
}

.Font-17 {
  font-size: 34px;
}

.Font-18 {
  font-size: 36px;
}

.Font-19 {
  font-size: 38px;
}

.Font-20 {
  font-size: 40px;
}

.Font-21 {
  font-size: 42px;
}

.Font-22 {
  font-size: 44px;
}


/* =====================
	     Colores
======================= */
.Color-1 {
  color: #002e79;
}

.Color-2 {
  color: #FFF;
}

.Color-3 {
  color: #222;
}

.Color-4 {
  color: #113046;
}

.Color-5 {
  color: #f8f9f9;
}

.Color-6 {
  color: #fcfcfc;
}

.Color-7 {
  color: #495057;
}

.Color-9 {
  color: #0fb67c;
}

.Color-10 {
  color: #fd397a;
}

.Color-11 {
  color: #0abb87;
}

.Color-12 {
  color: #ffb822;
}

.Color-13 {
  color: #777;
}

/* =====================
	      Fondos
======================= */
.Bg-1 {
  background: #002e79;
}

.Bg-2 {
  background: #FFF;
}

.Bg-3 {
  background: #222 !important;
}

.Bg-4 {
  background: rgb(16, 183, 89);
}

.Bg-5 {
  background: #CB4335;
}

.Bg-6 {
  background: #ffa533;
}

.Bg-7 {
  background: #f4f4f8 !important;
}

.Bg-8 {
  background: #f2f3f7 !important;
}

.Bg-9 {
  background: #E4B03B !important;
}

.Bg-10 {
  background: var(--blue1);
}

.Bg-11 {
  background: #04091e !important;
}

/* =====================
	   Fuerte de Letra
======================= */
.Font300 {
  font-weight: lighter !important;
}

.Font400 {
  font-weight: normal !important;
}

.Font500 {
  font-weight: bold !important;
}

.hidden {
  display: none !important;
}

/* =====================
     1.- Estilos de Login
   ======================= */
/* #CajaLogin {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

#FooterImg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

#ScreenLogin {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  background-image: url('../../images/textura.png');
  background-repeat: repeat;
  background-size: 300px;
}

#ScreenLogin #ScreenImg {
  background: #F2F2F2;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#ScreenLogin #ScreenLoginCapa {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.20);
}

#ScreenLogin #FormCard {
  background: #FFF;
  padding: 50px 30px;
  box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.12), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
} */


/* ======================================
     2.- Estilos Generales del Sitio Web
   ====================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;

}

button {
  outline: 0 !important;
  box-shadow: none !important;
}

h5 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 0.55rem 0 !important;
  padding: 0;
}

a,
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.p-realtive {
  position: relative;
}

.no-padding {
  padding: 0;
}

.yes-padding {
  padding: 0 10%;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-10 {
  padding-top: 0.7rem;
}

.small-gutters>[class*=col-] {}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.col-autos {
  width: 100%;
}

.bottom-post-area {
  /*margin-top: 50px;*/
}

.post-wrap {
  padding: 20px;
  background: #fff;
}

.single-sidebar-widget {
  margin-bottom: 50px;
}

.single-sidebar-widget h6 {
  background: var(--blue1);
}

.single-sidebar-widget .title {
  padding: 12px 20px;
  margin-bottom: 20px;
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #FFF;
}

.top-post-area .news-tracker-wrap {
  margin-top: 10px;
  padding: 12px 15px;
  background: #fff;
}

.pre-line {
  white-space: pre-line;
}

.FormLabel {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #222;
}

.FormLabelStrong {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-size: 12.2px;
  color: #000;
}

.FormLabelStrongSm {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  color: #222;
  font-size: 12px;
}

.form-control {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  border-radius: 0px !important;
  display: block;
  width: 100%;
  padding: 10px !important;
  height: auto;
  line-height: 1.5;
  color: #495057;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus,
.form-control:disabled,
.form-control[readonly] {
  color: #495057;
  background-color: #FFF;
  border-color: #ced4da;
  outline: 0;
  box-shadow: none !important;
}

.chosen-single {
  border-radius: 0px !important;
  height: 2.6rem !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #222;
  background: #FFF;
}

.nav-link {
  color: #222 !important;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

.chosen-results {
  max-height: 220px;
}

.parsley-success {
  border-color: #495057;
}

.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-single .chosen-single {
  color: #222 !important;
}

.parsley-errors-list {
  margin: 0;
  padding: 0;
  margin-top: 0.25rem;
}

.parsley-required,
.parsley-errors-list li {
  font-size: 11px;
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  color: red;
}

.FormTexto-Normal {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #222;
  letter-spacing: 0.4px;
}

.FormTexto-SemiBoldSmall {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #222;
  letter-spacing: 0.4px;
}

.FormTexto-Error {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 10px;
  color: #E74C3C;
  letter-spacing: 0.4px;
}

.FormTexto-SemiBoldSmall {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 10px;
  color: #222;
  letter-spacing: 0.4px;
}

.FormTexto-Bold {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #222;
}

.FormTexto-BoldSmall {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 10px;
  color: #222;
}

.Btn {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  letter-spacing: 0.5px;
  box-shadow: none;
  outline: 0 !important;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all .5s ease;
}

.Btn-Blue {
  background: var(--blue1);
  border: 1px solid var(--blue1);
  color: #FFF !important;
}

.Btn-Yellow {
  background: #E4B03B !important;
  border: 1px solid #E4B03B !important;
  color: #FFF !important;
}

.Btn-Filter {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 9px;
  background: var(--gray1);
  border: 1px solid var(--gray1) !important;
  color: #FFF !important;
  padding: 10px !important;
  text-align: center;
}

.Btn-Cancel {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 12px;
  background: var(--gray1) !important;
  border: 1px solid var(--gray1) !important;
  color: #FFF !important;
  padding: 10px !important;
  text-align: center;
  text-transform: none;
}

.Btn-Save {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 12px;
  box-shadow: none;
  outline: 0 !important;
  transition: all .5s ease;
  padding: 10px !important;
  background: #28B463 !important;
  border: 1px solid #28B463 !important;
  color: #FFF !important;
  text-transform: none;
}

.Btn-Error {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 12px;
  box-shadow: none;
  outline: 0 !important;
  transition: all .5s ease;
  padding: 10px !important;
  background: #E74C3C !important;
  border: 1px solid #E74C3C !important;
  color: #FFF !important;
  text-transform: none;
}

.Btn-Primario {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  box-shadow: none;
  outline: 0 !important;
  transition: all .5s ease;
  padding: 10px 20px;
  background: var(--gray1);
  border: 1px solid var(--gray1);
  color: #FFF !important;
}

.contenedor-web {
  background: rgba(255, 255, 255, 0.6);
  padding: 30px 0 20px 0;
}

.Table thead th {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 14px;
  color: #222;
  letter-spacing: 0.4px;
}

.Table tbody tr {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 14px;
  color: #222;
  letter-spacing: 0.4px;
}

/* ======================================
     3.- Estilos Generales del Header
   ====================================== */
header {
  background: #ecf0f1;
  background: transparent;
}

header .header-top {
  background: var(--blue4);
  padding: 15px 0;
}

header .header-top .header-top-left {
  text-align: left;
}

header .header-top .header-top-right {
  text-align: right;
}

header .header-top .header-top-left ul li,
header .header-top .header-top-right ul li {
  display: inline-block;
}

header .header-top .header-top-left li {
  padding-right: 12px;
}

header .header-top .header-top-left li a,
header .header-top .header-top-right li a {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

header .header-top .header-top-left li a span,
header .header-top .header-top-right li a span {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 12px;
  color: #FFF;
  letter-spacing: 0.4px;
}

header .header-top .header-top-right li {
  margin-left: 20px;
}

header .logo-wrap {
  padding: 0;
  background: #fff;
}

header .logo-wrap .ads-banner {
  text-align: right;
}

header .LogoPrincipal {
  width: 50%;
}

header .main-menu {
  position: relative;
}

header .main-menu .menu {
  padding-top: 20px;
  padding-bottom: 20px;
  background: var(--blue3);
}

header .main-menu.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

header #nav-menu {
  display: inline-block;
}

header .nav-left {
  display: inline-block;
  padding: 0 20px;
}

header .nav-left>ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header .nav-left>ul>li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  line-height: 25px;
}

header .nav-left #BtnAccederAdmin:hover {
  border: 1px solid #E4B03B;
}

header .nav-left #BtnAccederAdmin {
  background: transparent !important;
  border-bottom: 1px solid #E4B03B;
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 12px;
  color: #FFF;
  padding: 10 px 5px !important;
  border-radius: 0px !important;
  transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
}

header .nav-left #li-notificacion {
  margin: 0 1.5rem;
}

header .nav-left #li-notificacion>a {}

header .nav-left #li-notificacion>a>i {
  color: #FFF;
  font-size: 24px;
}

header .nav-left #li-notificacion>a>.noti-icon-badge {
  position: absolute;
  top: -10px;
  right: -5px;
}

header .nav-left #li-notificacion:hover>.panel-notificaciones {
  display: block;
}

header .nav-left #li-notificacion .panel-notificaciones {
  border-top: 3px solid #E4B03B;
  list-style-type: none;
  position: absolute;
  top: 100%;
  right: -50px;
  width: 320px;
  background-color: #FFF;
  padding: 0px 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  border: 0px !important;
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -moz-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -webkit-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -o-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -ms-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  border-radius: 2px;
  display: none;
  z-index: 10;
  max-height: 450px;
  overflow-y: scroll;
}

header .nav-left #li-notificacion .panel-notificaciones .notify-item.active {
  transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  background: #dadada;
}

header .nav-left #li-notificacion .panel-notificaciones .notify-item.active:hover {
  background: #bebebe;
}

header .nav-left #li-notificacion .panel-notificaciones .notify-item {
  padding: 12px 20px;
  white-space: normal !important;
}

header .nav-left #li-notificacion .panel-notificaciones .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
}

header .nav-left #li-notificacion .panel-notificaciones .notify-item .notify-icon i {}

header .nav-left #li-notificacion .panel-notificaciones .notify-item .notify-details {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 12px;
  color: #222;
  margin-bottom: 5px;
  overflow: hidden;
  margin-left: 45px;
  /*text-overflow: ellipsis;
    white-space: nowrap;*/
}

header .nav-left #li-notificacion .panel-notificaciones .notify-item .notify-details small {
  display: block;
  color: #98a6ad !important;
}

header .nav-left #li-notificacion .panel-notificaciones .notify-all {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 14px;
  color: #222 !important;
  padding: 12px 20px;
}



header #nav-administrador {
  display: inline-block;
  padding: 0 20px;
}

header #nav-administrador #BtnAccederAdmin:hover {
  border: 1px solid #E4B03B;
}

header #nav-administrador #BtnAccederAdmin {
  background: transparent !important;
  border-bottom: 1px solid #E4B03B;
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 12px;
  color: #FFF;
  padding: 10 px 5px !important;
  border-radius: 0px !important;
  transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
}


header #nav-menu #MenuNavegacion {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header #nav-menu #MenuNavegacion>li {
  margin: 0 1.5rem;
  line-height: 25px;
  position: relative;
}

header #nav-menu #MenuNavegacion>li>a {
  color: #FFF;
  display: block;
  width: 100%;
  padding: 5px 0;
  transition: all .3s ease;
  border-bottom: 3px solid transparent
}

header #nav-menu #MenuNavegacion>li:hover>a {
  color: var(--yellow_hover);
  border-bottom: 3px solid var(--yellow_hover);
}

header #nav-menu #MenuNavegacion>li>a.active {
  color: var(--yellow1);
  border-bottom: 3px solid var(--yellow1);
}

header #nav-menu #MenuNavegacion>li:hover>.SubMenu {
  display: block;
}

header #nav-menu #MenuNavegacion .SubMenu {
  border-top: 3px solid var(--yellow_hover);
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 225px;
  background-color: #FFF;
  padding: 15px 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  border: 1px solid #FFF;
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -moz-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -webkit-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -o-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -ms-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  display: none;
  z-index: 10;
}

header #nav-menu #MenuNavegacion .SubMenu>li {
  position: relative;
  background-color: transparent;
}

header #nav-menu #MenuNavegacion .SubMenu a {
  text-decoration: none;
  line-height: 1.7857;
  color: #222;
  display: block;
  padding: 8px 30px;
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
}

header #nav-menu #MenuNavegacion .SubMenu>li:hover>a {
  background-color: #E4B03B;
  color: #FFF;
}

header #nav-menu #MenuNavegacion .SubMenu a,
header #nav-menu #MenuNavegacion>li>a {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}


#ModalClaveLlamada h3 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-weight: bold;
  font-size: 13px;
  color: #222;
}

/* ======================================
     4.- Seccion de Banners
   ====================================== */
#SeccionBanners .banners-carousel:hover .owl-nav {
  display: block;
}

#SeccionBanners .banners-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 38%;
  right: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  display: none;
}

#SeccionBanners .banners-carousel .owl-nav button.owl-prev,
#SeccionBanners .banners-carousel .owl-nav button.owl-next {
  background: var(--blue3);
  padding: 10px 20px !important;
  border-radius: 50%;
}

#SeccionBanners .banners-carousel .owl-nav button.owl-next {
  float: right;
}

#SeccionBanners .banners-carousel .owl-nav button.owl-prev {
  position: relative;
}

#SeccionBanners .banners-carousel .owl-nav button.owl-next {
  position: relative;
}

#SeccionBanners .banners-carousel .owl-nav button span {
  color: #FFF;
}

/* ======================================
     5.- Estilos Seccion  Menu Derecho
   ====================================== */
#StickerRight {
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -moz-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -webkit-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -o-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -ms-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
}

.sticky-wrapper.is-sticky #StickerRight #ApartMyInfo {
  /*margin-top: 50px;*/
}

#StickerRight #ApartMyInfo {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  padding: 10px 0;
}

#StickerRight #ApartMyInfo .card {
  border: 0;
}

#StickerRight #ApartMyInfo h3 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 14px;
  color: #222;
  width: 100%;
}

#StickerRight #ApartMyInfo span {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 14px;
  color: #222;
}

#StickerRight #ApartMyInfo span small {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 14px;
}

.img-complete {
  border-radius: 50%;
  border: 0;
}

/* ======================================
     6.- Estilos Seccion Menu Izquierdo
   ====================================== */
#StickerLeft {
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -moz-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -webkit-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -o-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -ms-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
}

#StickerLeft #MenuDocumentos li,
#StickerLeft #MenuVideos li {
  margin: 0.5rem 0;
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

#StickerLeft #MenuDocumentos li a,
#StickerLeft #MenuVideos li a {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

#StickerLeft #MenuDocumentos li:hover,
#StickerLeft #MenuVideos li:hover {
  border-bottom: 1px solid #E4B03B;
}

#StickerLeft #MenuDocumentos li:hover a,
#StickerLeft #MenuVideos li:hover a {
  color: #E4B03B;
}

/* ======================================
     7.1- Estilos de Videos
   ====================================== */
@media (min-width: 576px) {

  #ModalVideo .modal-dialog,
  .modal-movie {
    max-width: 900px;
  }
}

/* ======================================
     7.- Estilos Seccion de Publicaciones
   ====================================== */
#SeccionFilters {
  padding-top: 0px;
  margin-bottom: 20px;
  background: transparent;
}

#SeccionFilters>.row {
  background: #FFF;
  padding: 25px 0 !important;
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -moz-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -webkit-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -o-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -ms-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
}

#SeccionPublicaciones {
  background: transparent;
  padding-top: 0;
}

.post-description {
  padding: 25px 5px;
}

.post-description * {
  font-size: 15px !important;
}

#SeccionPublicaciones .post-card {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 50px;
  position: relative;
  padding: 0;
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -moz-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -webkit-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -o-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -ms-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
}

#SeccionPublicaciones .post-titulo {
  padding: 20px 20px;
  background: var(--blue3);
}

#SeccionPublicaciones .post-body {
  padding: 25px;
}

#SeccionPublicaciones .post-gallery {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#SeccionPublicaciones .post-tools {
  width: 100%;
  margin-top: 1rem;
}

#SeccionPublicaciones .post-tools .tools-inf {}

#SeccionPublicaciones .post-tools .tools-buttons {}

#SeccionPublicaciones .post-tools .tools-buttons button {
  background: transparent;
  box-shadow: none;
  border: 0;
  outline: 0;
  margin: 0 5px;
}

#SeccionPublicaciones .post-tools .tools-buttons button i {
  color: #222;
  transition: all .3s ease;
}

#SeccionPublicaciones .BtnComentario {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  box-shadow: none;
  border: 1px solid transparent;
  padding: 0 15px;
}

#SeccionPublicaciones .BtnComentario i {
  color: #222;
}

#SeccionPublicaciones .post-tools .tools-buttons button i.active {
  color: #E4B03B;
}

#SeccionPublicaciones .post-tools .tools-buttons button:hover i {
  /* color: #E4B03B; */
}

#SeccionPublicaciones .CajaComentarios {
  width: 100%;
  max-height: 250px;
  overflow: hidden;
  overflow-y: scroll;
}

#SeccionPublicaciones .post-comments {
  margin-top: 2rem;
}

#SeccionPublicaciones .post-comments .ComentImg {
  border-radius: 50%;
  border: 0;
}

#SeccionPublicaciones .we-comment {
  border: 1px solid #ede9e9;
  display: block;
  margin-left: 20px;
  padding: 10px;
  vertical-align: top;
  position: relative;
  width: 97%;
  margin-bottom: 1rem;
}

#SeccionPublicaciones .we-comment::before,
.peoples-mesg-box>ul>li p:before {
  border-bottom: 10px solid transparent;
  border-right: 11px solid #ede9e9;
  border-top: 10px solid transparent;
  left: -11px;
  top: 10px;
  position: absolute;
  content: '';
}

#SeccionPublicaciones .coment-head {
  display: inline-block;
  width: 100%;
}

#SeccionPublicaciones .coment-head>h5 {
  padding-bottom: 5px;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 0;
}

#SeccionPublicaciones .coment-head>span {
  color: #222;
  font-size: 13px;
  padding-left: 5px;
  display: inline-block;
}

#SeccionPublicaciones .we-comment>p {
  line-height: 20px;
  margin-bottom: 0;
  max-width: 100%;
  margin-top: 5px;
}

#SeccionPublicaciones .we-comment::after,
.peoples-mesg-box>ul>li p:after {
  border-bottom: 8px solid transparent;
  border-right: 9px solid #fff;
  border-top: 8px solid transparent;
  left: -9px;
  top: 12px;
  position: absolute;
  content: '';
}

#SeccionPublicaciones .gallery-imgs .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

#SeccionPublicaciones .gallery-imgs .owl-nav button.owl-prev,
#SeccionPublicaciones .gallery-imgs .owl-nav button.owl-next {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 20px !important;
  border-radius: 1px;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

#SeccionPublicaciones .gallery-imgs .owl-nav button.owl-prev:hover,
#SeccionPublicaciones .gallery-imgs .owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.7);
}

#SeccionPublicaciones .gallery-imgs .owl-nav button.owl-prev span,
#SeccionPublicaciones .gallery-imgs .owl-nav button.owl-next span {
  color: #FFF;
}

#SeccionPublicaciones .gallery-imgs .owl-nav button.owl-next {
  float: right;
}

#SeccionPublicaciones .ListaLikes,
#SeccionPublicaciones .ListaLikes-Informacion {
  list-style: none;
  list-style-type: none;
}

#SeccionPublicaciones .ListaLikes>li {
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  padding-left: 0;
  cursor: pointer;
}

#SeccionPublicaciones .ListaLikes>li:hover .ListaLikes-Informacion {
  display: block;
}

#SeccionPublicaciones .ListaLikes li a {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #222;
}

#SeccionPublicaciones .ListaLikes-Informacion {
  padding-top: 0.4rem;
  width: 250px;
  max-height: 340px;
  overflow-y: scroll;
  border: 1px solid red;
  position: absolute;
  top: 100%;
  background-color: #FFF;
  border: 1px solid #FFF;
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -moz-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -webkit-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -o-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -ms-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  transition: all .3s;
  padding: 15px 0;
  z-index: 5;
  display: none;
}

#SeccionPublicaciones .ListaLikes-Informacion li {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #222;
  display: block;
  margin: 0.7rem 1.5rem;
}

/* =============================================
     8.- Estilos Seccion Modal Detalle de Usuario
   =========================================== */
#ModalDetalleUsuario a,
#ModalDetalleUsuario p {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #222;
}

/* =============================================
     9.- Estilos Seccion Modal de Documentos Organizacionales
   =========================================== */
.ModalDocs {
  /*max-width: 600px;*/
  min-width: 70%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ModalDocs .modal-header {
  border: 0;
}

.ModalDocs .modal-body {
  padding: 0;
}

.modal-title {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 16px;
}

.ModalDocsTitulo {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 16px;
}

/* =================================================
     9.- Estilos Seccion de Guia Rapida y Cumpleaños
   ==================================================== */
.guide_cumple,
.btn-flot {
  position: fixed;
  top: 390px;
  right: -155px;
  display: block;
  width: 230px;
  height: 50px;
  margin-bottom: 20px;
  color: #000;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  background: var(--serv3);
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  z-index: 1000;
}

.btn-flot {
  background: #E74C3C;
}

.btn-flot {
  top: 300px;
}

.guide_cumple:hover,
.btn-flot:hover {
  right: 0;
}

.guide_cumple i,
.btn-flot i {
  color: #000;
}

.guide_cumple ul,
.btn-flot ul {
  list-style-type: none;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.guide_cumple ul li,
.btn-flot ul li {
  text-align: center;
  display: inline-block;
  margin: 0.5rem 0.7rem;
}

.guide_cumple ul li small,
.btn-flot ul li small {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  display: block;
  color: #222;
  font-size: 11px;
  white-space: pre-line;
}

.header-menu-toggle-span {
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 60px;
  width: 60px;
  color: #222;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--blue3);
}

.header-menu-toggle {}

.header-nav {
  background: #FFF;
  color: rgba(255, 255, 255, 0.25);
  font-size: 1.3rem;
  line-height: 1.846;
  padding: 3rem 1rem 3.6rem 2.4rem;
  height: 100%;
  width: 280px;
  position: fixed;
  right: 0;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -moz-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -webkit-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -o-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -ms-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  z-index: 10000;
}

.header-nav__close {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 36px;
  right: 30px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  z-index: 800;
}

.header-nav a,
.header-nav a:visited {
  color: rgba(255, 255, 255, 0.5);
}

.header-nav__content {
  position: relative;
  left: 50px;
  opacity: 0;
  visibility: hidden;
}

.menu-is-open .header-nav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

.menu-is-open .header-nav .header-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  left: 0;
}

.header-nav__close {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background-color: #FFF;
  position: absolute;
  top: 10px;
  right: 10px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  z-index: 800;
}

.header-nav__close span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-nav__close span::before,
.header-nav__close span::after {
  content: "";
  display: block;
  height: 2px;
  width: 12px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -1px;
}

.header-nav__close span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-nav::-webkit-scrollbar {
  background: transparent;
  color: transparent;
  display: none;
}

.header-nav .cumpleanos_target h3 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 14px;
  color: #222;
}

.header-nav .cumpleanos_target small {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #222;
}

.PageGuideTexto {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 14px;
  color: #FFF;
  letter-spacing: 0.4px;
}

#tlyPageGuideWrapper .tlypageguide_toggle {
  /*position: fixed;
      top: 0 !important;
      bottom: 60px !important;*/
}

#tlyPageGuideToggle174718287 {
  background: #28B463 !important;
}

#tlyPageGuideWrapper .tlypageguide_toggle div {
  position: absolute;
  top: 6px;
  right: -4px;
  display: block;
  width: 110px;
  height: 33px;
  padding: 2px 0 0 10px;
  overflow: hidden;
  line-height: 16px;
  border-left: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#tlyPageGuideWrapper #tlyPageGuideToggles {
  z-index: 999;
}

#tlyPageGuideWrapper #tlyPageGuideMessages {
  background: #1b1b1b;
}

#tlyPageGuideWrapper #tlyPageGuideMessages span,
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_close {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 30px;
  background: var(--blue3);
  right: 0;
  border-radius: 0px !important;
  background: var(--blue3);
}

#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_close {
  right: 0;
  font-size: 10px;
  text-transform: uppercase;
  display: none !important;
}

.tlypageguide_shadow {
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -moz-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -webkit-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -o-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -ms-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
}

.tlyPageGuideStepIndex.tlypageguide_left:after {
  border-top: 15px solid rgba(0, 0, 0, 0.6);
  border-right: 15px solid transparent
}

.tlyPageGuideStepIndex {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  background: rgba(0, 0, 0, 0.6);
  font-size: 26px
}

.tlypageguide-active .tlyPageGuideStepIndex {
  background: #28B463;
}

.tlypageguide-active .tlyPageGuideStepIndex.tlypageguide_right:after,
.tlypageguide-active .tlyPageGuideStepIndex.tlypageguide_left:after,
.tlypageguide-active .tlyPageGuideStepIndex.tlypageguide_top:after {
  border-top: 15px solid #28B463;
}

.tlypageguide-open #tlyPageGuideWrapper .tlypageguide_toggle.tlyPageGuideToggleActive {
  background: #28B463;
}

.tlyPageGuideStepIndex.tlypageguide_right:after {
  border-top: 15px solid rgba(0, 0, 0, 0.6);
  border-left: 15px solid transparent;
}

.tlyPageGuideStepIndex.tlypageguide_bottom:after {
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgba(0, 0, 0, 0.6);
}

.tlyPageGuideStepIndex:hover {
  background: #28B463;
}

.tlyPageGuideStepIndex:hover.tlypageguide_bottom:after {
  border-bottom: 15px solid #28B463;
}

.tlyPageGuideStepIndex:hover.tlypageguide_right:after,
.tlyPageGuideStepIndex:hover.tlypageguide_left:after,
.tlyPageGuideStepIndex:hover.tlypageguide_top:after {
  border-top: 15px solid #28B463;
}

.tlypageguide_shadow {
  background: rgba(0, 0, 0, 0.1);
}

.tlypageguide-active .tlyPageGuideStepIndex.tlypageguide_bottom:after {
  border-bottom: 15px solid #28B463;
}

#tlyPageGuideWrapper .tlypageguide_toggle {
  top: 400px;
  right: -109px !important;
}

.tlypageguide_close {
  display: none;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  /*left: 16px;*/
  /*top: 13px;*/
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  /*top: 5px;*/
}

/* =================================================
     10.- Estilos Seccion de Titulos
   ==================================================== */
.hero-nav-area {
  text-align: center;
  background: var(--blue3);
  color: #fff;
  padding: 65px 0;
}

.nav-area-2 {
  background: #FFF;
  color: #222;
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -moz-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -webkit-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -o-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -ms-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  padding-bottom: 5px;
}

.hero-nav-area h1 {
  margin-bottom: 20px;
}

.hero-nav-area p a {
  padding: 0 8px;
  color: #fff;
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13.5px;
  letter-spacing: 0.4px;
  color: #FFF;
}

.hero-nav-area p .lnr {
  font-size: 14px;
  font-weight: 700;
  padding: 0 8px;
}

.CardCumple {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  color: #222;
  font-size: 18px;
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -moz-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -webkit-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -o-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -ms-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  padding: 1.2rem 1rem;
  margin-bottom: 1.5rem;
}

.CumpleInfo {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border-bottom: 2px solid #FFF;
  border-radius: 2px;
  cursor: pointer;
}

.CumpleInfo:hover {
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -moz-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -webkit-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -o-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -ms-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  border-bottom: 2px solid #E4B03B;
}

.CumpleInfo h3 {
  color: #222;
  font-size: 13px;
}

.CumpleInfo small {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  color: #222;
  font-size: 13px;
}

/* =================================================
     11.- Estilos Generales a Tablas
   ==================================================== */
#example_info,
#example_paginate {
  margin: 1rem 0;
  padding: 0;
  width: 50%;
  display: inline-block;
}

table * {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
}

.TableResults th,
.TableResults-Large th,
.TableOrienta th {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.4px;
  color: #222;
}

.TableResults tbody tr {
  cursor: pointer;
}

.TableResults tr td,
.TableOrienta tr td {
  font-size: 13px;
  letter-spacing: 0.4px;
  color: #495057;
}

.page-item.active .page-link {
  z-index: 3;
  color: #FFF;
  background-color: var(--blue3);
  border-color: var(--blue3);
}

.page-link:hover {
  color: #222;
}

.page-link,
.dataTables_info {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  letter-spacing: 0.4px;
  color: #222;
  box-shadow: none !important;
  outline: 0 !important;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0 !important;
}

.TableResults-Large tbody tr {
  cursor: inherit;
}

.TableResults-Large tbody td {
  font-size: 11px;
  letter-spacing: 0.4px;
  color: #222;
}

.TableResults-Large tbody td a {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  color: var(--blue3);
}

table.dataTable {
  margin-top: 0 !important;
}

.TableHead {
  width: 100%;
  background: #222;
  padding: 10px 0;
}


/* =================================================
     13.- Estilos Seccion Inscribrise a las actividades
   ==================================================== */
.section-programas {
  margin: 3.5rem 0;
  padding: 50px 30px;
}

.section-programas .section-programas-contendor {
  width: 90%;
  padding: 30px 10px;
  margin: 0 auto;
}

.section-programas .programa-col h3 {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 20px;
  color: #222;
}

.tarea-col {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
}

.tarea-col:hover {
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -moz-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -webkit-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -o-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -ms-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
}

.tarea-col .tarea-imagen {
  padding: 20px;
}

.tarea-col .tarea-footer {
  padding: 20px 10px;
}

.tarea-col .tarea-footer h3 {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 15px;
  color: #222;
}

.tarea-col .tarea-footer small {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 12px;
  color: #222;
}

.tarea-col .tarea-footer button {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: var(--blue3);
  border: 1px solid var(--blue3);
  background: transparent;
  margin-top: 1rem;
  transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  border-radius: 1px;
  padding: 10px 15px;
}

.tarea-col .tarea-footer button:hover {
  background: var(--blue3);
  color: #FFF;
}

.ModalTask .modal-title {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 18px;
  color: #222;
}

.ModalTask .modal-body .modal-texto {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #222;
}

.ModalTask .modal-body .modal-texto strong {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #222;
}

.ModalTask .modal-footer button {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  box-shadow: none;
  outline: 0 !important;
  transition: all .5s ease;
  padding: 10px 20px;
}

.ModalTask .modal-footer button.Btn-Cancelar {
  background: #222;
  border: 1px solid #222;
  color: #FFF;
}

.ModalTask .modal-footer .Btn-Inscripcion {
  background: #2ECC71;
  border: 1px solid #2ECC71;
  color: #FFF;
}

.ModalTask .modal-footer .Btn-YaInscripcion {
  background: var(--blue3);
  border: 1px solid var(--blue3);
  color: #FFF;
}

/* =================================================
     13.2.- Estilos Seccion Cultura Organizacional
   ==================================================== */
#SectionCultura .container-fluid>.row {
  background: #FFF;
  padding: 60px 100px;
}

#SectionCultura .card {
  border: 0;
  background: #FFF;
  margin: 1.5rem;
  padding: 20px 10px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#SectionCultura .card:hover {
  box-shadow: 0 10px 30px 11px rgba(0, 0, 0, .25);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

#SectionCultura .card .card-body {
  border: 0;
  background: #FFF;
}

#SectionCultura .card .card-body h3 {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  color: #222;
  font-size: 18px;
}

#SectionCultura .card .card-footer {
  border: 0;
  background: #FFF;
}

#SectionCultura .card .card-footer div p {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  letter-spacing: 0.4px;
  color: #222;
}

#SectionCultura .card .card-footer div p strong {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  color: #222;
  font-size: 13px;
}


/* =================================================
     13.3.- Estilos Seccion Cultura Organizacional Inscriptos
   ==================================================== */
#SeccionMyTasks>div>div {
  background: #FFF;
  padding: 30px 50px 120px 50px;
}

#SeccionMyTasks #SeccionMyTasks-Header {}

#SeccionMyTasks #SeccionMyTasks-Header h3 {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 28px;
}

#SeccionMyTasks #SeccionMyTasks-Body {
  margin-top: 2rem;
}

#SeccionMyTasks #SeccionMyTasks-Body .MyTask {
  width: 100%;
  cursor: pointer;
}

#SeccionMyTasks #SeccionMyTasks-Body .MyTask .MyTask-Image {
  padding: 20px 10px;
  cursor: pointer;
}

#SeccionMyTasks #SeccionMyTasks-Body .MyTask .MyTask-Image h3 {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 15px;
  color: #222;
}

#SeccionMyTasks #SeccionMyTasks-Body .MyTask .MyTask-Image small {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #222;
}

#SeccionMyTasks #SeccionMyTasks-Body .MyTask .MyTask-Image p {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #222;
  margin-bottom: 0.5rem;
}

#SeccionMyTasks #SeccionMyTasks-Body .MyTask .MyTask-Image p strong {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #222;
}

#SeccionMyTasks #SeccionMyTasks-Body .MyTask .MyTask-Info {
  /*position: absolute;
      top: -40px;
      left: -50px;
      right: -50px;*/
  padding: 35px 40px 22px;
  background-color: #fff;
  box-shadow: 0 10px 30px 11px rgba(0, 0, 0, .25);
  visibility: visible;
  opacity: 1;
  z-index: 100;
  transition: none;
}

#SeccionMyTasks #SeccionMyTasks-Body .MyTask .MyTask-Info h3 {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 20px;
  color: #222;
  margin-bottom: 0.7rem;
}

#SeccionMyTasks #SeccionMyTasks-Body .MyTask .MyTask-Info label {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #000;
}

#SeccionMyTasks #SeccionMyTasks-Body .MyTask .MyTask-Info .ellipsis {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 12px;
  width: 100%;
  /*height:170px;
      overflow:hidden;
      white-space:nowrap;
      text-overflow: ellipsis;*/
}

#SeccionMyTasks #SeccionMyTasks-Body .MyTask .MyTask-Info button {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  box-shadow: none;
  outline: 0 !important;
  transition: all .5s ease;
  padding: 10px 20px;
}

#SeccionMyTasks #SeccionMyTasks-Body .MyTask .MyTask-Info .Btn-Archivos {
  background: var(--blue3);
  border: 1px solid var(--blue3);
  color: #FFF;
}

#SeccionMyTasks #SeccionMyTasks-Body .MyTask .MyTask-Image .BtnBorder {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
}

#SeccionMyTasks #SeccionMyTasks-Body .MyTask .MyTask-Image .Btn-BorderArchivos {
  border: 1px solid var(--blue3);
  color: var(--blue3);
}

/* .CardCultura .card:hover{
      box-shadow: 0 0.5rem 1rem -0.5rem #ccc;
    }
    .task_small{
      font-family: 'MyriadPro-Semibold', 'Arial',  'Open Sans', 'Helvetica', 'sans-serif';
      font-size: 14px;
      color: #222;
    }
   .CardCultura .card{
    cursor: pointer;
    margin-bottom: 1rem;
    padding: 40px 0px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
   }
   .CardCultura .card-header{
      background: transparent !important;
      border-bottom: 1px solid transparent;
   }
   .CardCultura .card-footer {
     background: transparent !important;
     border-top: 1px solid transparent;
   }
   .CardCultura .card-body h3{
    font-family: 'MyriadPro-Semibold', 'Arial',  'Open Sans', 'Helvetica', 'sans-serif';
    font-size: 20px;
    color: #222;
   }
   #SectionCulturaActividades .container-fluid > .row{
    background: #FFF;
    padding: 20px 20px;
   }
   #SectionCulturaActividades .Actividad_Nombre{
    font-family: 'Poppins', 'Arial',  'Open Sans', 'Helvetica', 'sans-serif';
    font-size: 18px;
    color: #222;
   }
   .panel-tareas .task_panel{
    border:1px solid red;
    margin: 1.5rem 0;
    padding: 40px 30px;
    border: 1px solid #FFF;
    box-shadow: 0 0 30px rgba(127,137,161,.25);
    -moz-box-shadow: 0 0 30px rgba(127,137,161,.25);
    -webkit-box-shadow: 0 0 30px rgba(127,137,161,.25);
    -o-box-shadow: 0 0 30px rgba(127,137,161,.25);
    -ms-box-shadow: 0 0 30px rgba(127,137,161,.25);
   }
   .panel-tareas .task_header{
      padding: 10px 0px;
      cursor: pointer;
   }
   .panel-tareas .task_header h3{
    font-family: 'Poppins', 'Arial',  'Open Sans', 'Helvetica', 'sans-serif';
    font-size: 18px;
    color: #222;
   }
   .panel-tareas .task_body span,
   .task_text{
    font-family: 'MyriadPro-Semibold', 'Arial',  'Open Sans', 'Helvetica', 'sans-serif';
    font-size: 13px;
    color: #222;
   }
   .panel-tareas .task_body small{
    font-family: 'Poppins', 'Arial',  'Open Sans', 'Helvetica', 'sans-serif';
    font-size: 13px;
    color: #222;
   }
   .panel-tareas .task_description{
    font-family: 'Poppins', 'Arial',  'Open Sans', 'Helvetica', 'sans-serif';
    font-size: 13px;
    color: #222;
    letter-spacing: 0.4px;
   }
   .panel-tareas .task_footer{
    width: 100%;
   }
   .panel-tareas .task_footer .Btn_Task{
    box-shadow: none !important;
    outline: 0 !important;
    color: #FFF;
    margin: 0;
    width: 100%;
    font-family: 'MyriadPro-Semibold', 'Arial',  'Open Sans', 'Helvetica', 'sans-serif';
    font-size: 13px;
    padding: 10px 15px;
   }
   .panel-tareas .task_footer .BtnInscripcion{
    background: var(--blue3);
    border:1px solid var(--blue3);
   }
   .Btn-Primario{
      background: #222 !important;
      color: #FFF !important;
      border:1px solid #222 !important;
    }
    .Btn-Success{
     background: #2ECC71 !important;
     color: #FFF !important;
     border:1px solid #2ECC71 !important;
    }
   .Cultura_Title{
     font-family: 'Poppins', 'Arial',  'Open Sans', 'Helvetica', 'sans-serif';
     font-size: 30px;
     color: #34B0F0;
   }*/

/* =================================================
     14.- Estilos de Notificaciones
     ==================================================== */
#PanelNotificaciones {
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 10000000;
}

#PanelNotificaciones .MsjNoti {
  width: 280px;
  height: 80px;
  background: #FFF;
  /*box-shadow: 0 10px 30px 11px rgba(0,0,0,.25);*/
  margin: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

#PanelNotificaciones .MsjNoti.Success {
  background: #27AE60;
}

#PanelNotificaciones .MsjNoti.Error {
  background: #E74C3C;
}

#PanelNotificaciones .MsjNoti ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#PanelNotificaciones .MsjNoti ul li {
  display: inline-block;
  margin: 0.2rem;
  padding: 0.3rem 0.5rem;
}

#PanelNotificaciones .MsjNoti ul li i {
  color: #FFF;
  font-size: 20px;
}

#PanelNotificaciones .MsjNoti ul li span {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 12px;
  color: #FFF;
  letter-spacing: 0.6px;
}

/* =================================================
       15.- Estilos Seccion de Footer
     ==================================================== */
#ModalAviso h5 {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 16px;
  color: #222;
}

#ModalAviso .modal-body {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #222;
  letter-spacing: 0.5px;
}

/* =================================================
       16.- Estilos Seccion de Footer
     ==================================================== */
footer {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #1b1b1b;
  margin-top: 100px;
}

.BottomFooter {
  background: var(--gray1);
}

/* =================================================
       17.- Estilos de Estrucutra Organizacional
     ==================================================== */
#contendor-organigrama {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  background-image: url('images/textura.png');
  background-repeat: repeat;
  background-size: 300px;
}

.organigrama {
  max-height: 800px;
  background: rgba(255, 255, 255, 0.5);
}

.organigrama .nodo {
  width: 200px;
  background: var(--blue3);
  border-bottom: 5px solid var(--blue3);
  box-shadow: 0 10px 30px 11px rgba(0, 0, 0, .25);
}

.organigrama .nodo .badge {
  display: none !important;
}

.organigrama .nodo .controls {
  display: none !important;
}

.nodo-puesto {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 12px;
  color: #FFF;
}

.nodo-nombre {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 11px;
  color: #FFF;
  font-style: normal !important;
}

#modal-organigrama {
  padding: 0 !important;
}

#modal-organigrama .modal-lg,
#modal-organigrama .modal-xl {
  max-width: 90% !important;
}

@media (min-width: 992px) {

  #modal-organigrama .modal-lg,
  #modal-organigrama .modal-xl {
    max-width: 100%;
  }
}

/* =================================================
       18.- Estilos Seccion de Footer
     ==================================================== */
#SeccionReciclaje>.yes-padding>.row {
  background: #FFF;
  padding: 50px 20px;
}

#SeccionReciclaje div h3 {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 20px;
  color: #222;
  margin-bottom: 0.5rem;
}

#SeccionReciclaje div p {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 14px;
  color: #222;
  letter-spacing: 0.6px;
  white-space: pre-line;
  text-align: justify;
}

#SeccionReciclaje div h4 {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 14px;
  color: #222;
  margin-bottom: 0.5rem;
}

#SeccionReciclaje div h2 {
  font-family: 'MyriadPro-Semibold', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 28px;
  color: #222;
  margin-bottom: 0.5rem;
}

#SeccionReciclaje .ReciclajeForm {
  padding: 10px 20px;
}

#SeccionReciclaje .ReciclajeForm .contenedor-ReciclajeForm {
  padding: 40px 20px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  cursor: pointer;
}

#SeccionReciclaje .ReciclajeForm .contenedor-ReciclajeForm:hover {
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -moz-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -webkit-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -o-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  -ms-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
}

.Btn-Reciclaje {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  box-shadow: none;
  outline: 0 !important;
  transition: all .5s ease;
  padding: 10px 20px;
  background: var(--blue3);
  border: 1px solid var(--blue3);
  color: #FFF !important;
}

.ModalReciclaje .modal-title {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 16px;
  color: #222;
}

.BtnCultura {
  box-shadow: none;
  background: #FFF;
  font-size: 12px;
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 5px;
  width: 230px;
  transition: all .3s ease;
}

.BtnCultura.calidad {
  border: 3px solid #124E70;
}

.BtnCultura.responsabilidad-social {
  border: 3px solid #F6A014;
}

.BtnCultura.vivo-en-equilibrio {
  border: 3px solid #94C11F;
}

.BtnCultura.seguridad-informacion {
  border: 3px solid #34B4E5;
}

.BtnCultura.legalidad {
  border: 3px solid #E61773;
}

.BtnCultura.identidad {
  border: 3px solid #614798;
}

.BtnCultura.calidad:hover {
  background: #124E70;
  color: #FFF;
}

.BtnCultura.responsabilidad-social:hover {
  background: #F6A014;
  color: #FFF;
}

.BtnCultura.vivo-en-equilibrio:hover {
  background: #94C11F;
  color: #FFF;
}

.BtnCultura.seguridad-informacion:hover {
  background: #34B4E5;
  color: #FFF;
}

.BtnCultura.legalidad:hover {
  background: #E61773;
  color: #FFF;
}

.BtnCultura.identidad:hover {
  background: #614798;
  color: #FFF;
}

.Programa_Cultura .card-footer {
  background: #FFF;
}

.Programa_Cultura .card {
  border: 0;
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  cursor: pointer;
}

.Programa_Cultura .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.TextCult {
  font-size: 14px;
  color: #000;
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  letter-spacing: 0.3px;
}

.BtnFilterTask {
  letter-spacing: 0.4px;
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 12px;
  padding: 7px 10px;
  color: #FFF !important;
}

.PanelTask {
  margin-top: 20px;
}

.Taskest {
  background: #FFF;
  border-radius: 5px;
  padding: 70px 25px 20px 25px;
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.Taskest:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.Textsmall {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13.5px;
  color: #222;
}

.Textsmall2 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 16px;
  color: #222;
}

.TextStyle {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 20px;
  color: #222;
}

.Taskest .TaskImg {}

.Taskest .TaskInfo h3 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #222;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
}

.Taskest .TaskInfo h4 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 14px;
  color: #222;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
}

.Taskest .TaskInfo span {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 12px;
  color: #222;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
}

.Taskest .TaskActions .BtnTask {
  padding: 10px 15px;
  width: 250px;
  border-radius: 3px;
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.5px;
}

.BtnEvidencia {
  padding: 10px 15px;
  width: 180px;
  border-radius: 3px;
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #fff !important;
  letter-spacing: 0.5px;
}

.BtnStats {
  padding: 10px 15px;
  width: 180px;
  border-radius: 3px;
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #fff !important;
  letter-spacing: 0.5px;
}

.BtnFile {
  padding: 10px 15px;
  border-radius: 3px;
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13px;
  color: #fff !important;
  letter-spacing: 0.5px;
  background: #000;
}

.Texto_1 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13.5px;
  color: #222;
}

.Texto_2 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 13.5px;
  color: #222;
}

.ModalTask .modal-header h5 {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 14px;
  color: #FFF;
}

.ActHeader {
  background: #FFF;
}

.ActHeaderTi {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 26px;
  letter-spacing: 0.8px;
}

.ActMenu {
  background: #FFF;
  padding: 30px 20px;
}

.NotTextAct {
  font-family: 'Poppins', 'Arial', 'Open Sans', 'Helvetica', 'sans-serif';
  font-size: 26px;
  color: #222;
}

@media (min-width: 1700px) {
  .Box_Log_Ini {
    padding: 0 5rem !important;
  }
}