/* Empty. Add your own CSS if you like */

/* Utilities
Rojo #A60315 A60357
Verde #40A99C
Azul  #337ab7
*/

.link {
  color: #205561;
  font-weight: bold;
}

h4 {
  color: #205561;
  font-size: 22px;
  margin-bottom: 16px;
  font-family: "Roboto" !important;
  font-weight: 500;
}
.ojo {
  font-size: 20px;
  color: #fd9b20;
  margin-top: 116px;
  display: table;
  position: absolute;
  right: 75px;
}
h5 {
  color: #205561;
  font-size: 18px !important;
  font-family: "Roboto" !important;
  font-weight: 300 !important;
}

.temp {
  font-size: 50px !important;
  border-top: none;
  padding-top: initial;
  font-family: "Roboto" !important;
  font-weight: 100;
  margin-left: 10px;
}

h4:first-child {
  font-size: 28px;
  border-top: none;
  padding-top: initial;
  font-family: "Roboto" !important;
  font-weight: 100;
}

.title-bordered {
  border-top: solid 2px #bbb;
  padding-top: 30px;
}

p {
  color: #205561 !important;
  margin: 2px 0 0 0px;
}

.no-border {
  border: none;
}

.static {
  position: static;
}

.bold {
  font-weight: bold;
}

.border-top {
  border-top: solid 1px #ccc;
  padding-top: 30px;
}

.blue-grey-900 {
  background-color: #263238 !important;
  color: #fff;
}
.item-complex .item-content {
  background-color: #fe9b21 !important;
}

/* Menu */

.menu.menu-left * {
  font-weight: bold;
}

.item-radio input:checked ~ .item-content {
  background: transparent;
}

.menu-open .ion-navicon {
  transform: rotate(-360deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu-open .ion-navicon:before {
  content: "\f2ca";
}

.item.item-radio .radio-icon {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.item.item-radio:active .radio-icon {
  opacity: 0;
  transform: scale(1.6);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.scroll-content-novedad {
  width: 90% !important;
  margin: auto;
}
.btnnov {
  color: white;
  width: 50%;
}

.directions.button-bar {
  margin: 0 auto;
  padding: 0.5rem;
  width: 33.333%;
}

.directions.button-bar button {
  line-height: 26px;
}

.ion-arrow-right-c.top-left:before {
  transform: rotate(-135deg);
}

.ion-arrow-right-c.top-right:before {
  transform: rotate(-45deg);
}

.ion-arrow-right-c.bottom-left:before {
  transform: rotate(-225deg);
}

.ion-arrow-right-c.bottom-right:before {
  transform: rotate(45deg);
}

#modal {
  background-color: #337ab7;
  border-radius: 100%;
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.2);
  position: fixed;
  height: 50%;
  bottom: 0;
  opacity: 0;
  width: 700px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.expand #modal {
  background-color: #dbdbdb;
  border-radius: 0;
  border-top: solid 4px #337ab7;
  opacity: 1;
  z-index: 9;
}
#fab {
  position: absolute;
  bottom: 1em;
  right: 1em;
  border-radius: 50%;
  background-color: #ffffff !important;
}

/* CODE */

.code {
  color: #333;
  font-family: "Roboto" !important;
  font-weight: 500;
  padding: 10px;
  white-space: pre;
}

.code-wrapper {
  padding-bottom: 30px;
  padding-top: 15px;
}

.code-wrapper::before {
  color: #1b5e20;
  font-family: "Ionicons";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f216 ";
}

.code-wrapper.active::before {
  content: "\f207 ";
}

.code-wrapper .toggle {
  color: #4caf50;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 8px;
  text-decoration: underline;
}

.code-wrapper .code {
  opacity: 0;
  margin-top: -20px;
  height: 0;
  overflow: hidden;
  position: absolute;
  transition: 0.1s all ease-in-out;
  z-index: 9999999999;
}

.code-wrapper.code-wrapper-last .code {
  position: relative;
}

.code-wrapper.active .code {
  background: #f9f9f9;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  left: 16px;
  height: initial;
  margin-top: 15px;
  padding: 15px;
  right: 16px;
  opacity: 1;
  transition: 0.3s all ease-in-out;
  width: initial;
}

.popover {
  left: initial !important;
  right: 16px !important;
  top: 16px !important;
}

.platform-android .popover {
  margin-top: 10px;
}

.popup-buttons .button {
  background-color: #666;
  border-radius: 25px;
  border-radius: 25px;
  font-size: 10px;
  padding: 0;
}

.bar .button-positive-900,
.bar .button-positive-900.activated,
.bar .button-positive-900:active,
.bar .button-positive-900:hover,
.bar-positive-900,
.bar-positive-900.activated,
.bar-positive-900:active,
.bar-positive-900:hover,
.button-bar-positive-900,
.button-bar-positive-900.activated,
.button-bar-positive-900:active,
.button-bar-positive-900:hover,
.header-positive-900,
.header-positive-900.activated,
.header-positive-900:active,
.header-positive-900:hover,
.positive-900-bg,
.positive-900-bg.activated,
.positive-900-bg:active,
.positive-900-bg:hover,
.positive-900-border,
.positive-900-border.activated,
.positive-900-border:active,
.positive-900-border:hover {
  background-color: transparent !important;
  display: block !important;
  border: none !important;
}

.button-positive-900,
.button-positive-900.activated,
.button-positive-900:active,
.button-positive-900:hover {
  background-color: #00a99d !important;
  color: #ffffff;
  display: block !important;
  border-radius: 25px;
}

.positive,
.positive *,
.positive:active,
.positive:active *,
.positive:hover,
.positive:hover * {
  color: #00a99d;
  font-family: Roboto;
  font-weight: 400;
  font-size: 11px;
}

.positive-900,
.positive-900 *,
.positive-900:active,
.positive-900:active *,
.positive-900:hover,
.positive-900:hover * {
  color: #fe9b21;
  font-family: Roboto;
  font-weight: 400;
  font-size: 11px;
}

.item h2 {
  margin: 0 0 2px 0;
  font-size: 14px;
  font-weight: 500;
}

.button.button-positive {
  border-color: #fe9b21;
  background-color: #fe9b21;
  color: #fff;
  border-radius: 25px;
}

.button.button-positive.activated {
  border-color: #fe9b21;
  background-color: #ffb37b;
  color: #fff;
}

.button.button-positive-false {
  border-color: #fe9b21;
  background-color: #ffb37b;
  color: #fff;
  border-radius: 25px;
  font-size: 10px;
  width: 100%;
}

.button.button-positive-true {
  border-color: #fe9b21;
  background-color: #fe9b21;
  color: #fff;
  border-radius: 25px;
  font-size: 10px;
  width: 100%;
}

.button.button-positive2 {
  border-color: #fe9b21;
  background-color: #ffb37b;
  color: #fff;
  border-radius: 25px;
}

.fuerarango {
  color: #205561 !important;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 2% !important;
}

.item {
  border: none !important;
  background-color: transparent !important;
  color: #205561;
  border-radius: 6px;
  font-family: "Roboto" !important;
  font-weight: 500 !important;
  padding-left: 1px;
  padding-right: 1px;
  width: 100%;
}

.saludo {
  font-family: "Roboto" !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  margin-left: 5px;
}

.energized-900,
.energized-900 *,
.energized-900:active,
.energized-900:active *,
.energized-900:hover,
.energized-900:hover * {
  color: #c1272d !important;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 11px;
}

.bar .button-energized-900,
.bar .button-energized-900.activated,
.bar .button-energized-900:active,
.bar .button-energized-900:hover,
.bar-energized-900,
.bar-energized-900.activated,
.bar-energized-900:active,
.bar-energized-900:hover,
.button-bar-energized-900,
.button-bar-energized-900.activated,
.button-bar-energized-900:active,
.button-bar-energized-900:hover,
.button-energized-900,
.button-energized-900.activated,
.button-energized-900:active,
.button-energized-900:hover,
.energized-900-bg,
.energized-900-bg.activated,
.energized-900-bg:active,
.energized-900-bg:hover,
.energized-900-border,
.energized-900-border.activated,
.energized-900-border:active,
.energized-900-border:hover,
.header-energized-900,
.header-energized-900.activated,
.header-energized-900:active,
.header-energized-900:hover {
  background-color: #a60357 !important;
}

.bar .button-calm-900,
.bar .button-calm-900.activated,
.bar .button-calm-900:active,
.bar .button-calm-900:hover,
.bar-calm-900,
.bar-calm-900.activated,
.bar-calm-900:active,
.bar-calm-900:hover,
.button-bar-calm-900,
.button-bar-calm-900.activated,
.button-bar-calm-900:active,
.button-bar-calm-900:hover,
.button-calm-900,
.button-calm-900.activated,
.button-calm-900:active,
.button-calm-900:hover,
.calm-900-bg,
.calm-900-bg.activated,
.calm-900-bg:active,
.calm-900-bg:hover,
.calm-900-border,
.calm-900-border.activated,
.calm-900-border:active,
.calm-900-border:hover,
.header-calm-900,
.header-calm-900.activated,
.header-calm-900:active,
.header-calm-900:hover {
  background-color: #fe9b21;
  color: #205561;
  font-family: "Roboto" !important;
  font-weight: 500;
  border-radius: 25px !important;
  margin-bottom: 0px !important;
}

.button-calm-9000 {
  background-color: #0078d4;
  color: #fff;
  font-family: "Roboto" !important;
  font-weight: 300;
  border-radius: 5px !important;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  border: 0;
  color: #205561;
  font-family: "Roboto" !important;
  font-weight: 500;
  background-color: transparent !important;
  border-radius: 15px;
}

textarea,
input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #205561;
  opacity: 1;
  /* Firefox */
  height: 90px;
  padding: 5px;
  line-height: 4px;
  line-height: normal !important;
  vertical-align: middle;
}

.motivoin {
  border-radius: 0px !important;
  border-style: solid !important;
  border-color: #205561;
  border-bottom: 2px;
}

input::placeholder {
  height: 90px;
  padding: 5px;
  line-height: normal !important;
  vertical-align: middle;
}

.comentario {
  color: #205561;
  opacity: 1;
  /* Firefox */
  height: 90px;
  padding: 5px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.input-label {
  color: #fe9b21 !important;
  font-family: "Roboto" !important;
  font-weight: 500;
}

hr {
  border-color: #337ab7;
}

.letras {
  font-family: "Roboto" !important;
  font-weight: 300 !important;
  background: #fff;
  color: #205561;
  border-radius: 0px;
  padding: 2% !important;
}

.letrash {
  font-family: "Roboto" !important;
  font-weight: 500;
  background: #fff;
  color: #00a99d !important;
  border-radius: 0px;
  padding: 2% !important;
}

.fondo {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.fondomenu {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left;
  background-size: auto;
}

.fondohistory {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.item-input input,
.item-input textarea {
  width: 100%;
  /* background-color: #ddd !important;*/
  padding: 10px;
}

.bar-header {
  border: 0px !important;
  border-bottom-color: transparent !important;
  background-image: none !important;
  border-bottom: none !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.26) !important;
}

.cordova-camera-capture {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #ccc;
}

.bar .title {
  left: 0% !important;
  right: 0% !important;
}

.bar .title.title-left {
  text-align: center !important;
}

.card {
  border-radius: 25px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.26) !important;
}

.cardh {
  border-radius: 5px;
  padding-left: 0px;
  padding-right: 0px;
  border-color: #00a99d;
  border-style: solid;
  border-width: 1px;
}

.noimg {
  display: none;
}

.card .item.item-input input,
.list-inset .item.item-input input,
.padding > .list .item.item-input input,
.padding-horizontal > .list .item.item-input input {
  padding-right: 2px !important;
}

.bar .button-stable,
.bar .button-stable.activated,
.bar .button-stable:active,
.bar .button-stable:hover,
.bar-stable,
.bar-stable.activated,
.bar-stable:active,
.bar-stable:hover,
.button-bar-stable,
.button-bar-stable.activated,
.button-bar-stable:active,
.button-bar-stable:hover,
.button-stable,
.button-stable.activated,
.button-stable:active,
.button-stable:hover,
.header-stable,
.header-stable.activated,
.header-stable:active,
.header-stable:hover,
.stable-bg,
.stable-bg.activated,
.stable-bg:active,
.stable-bg:hover,
.stable-border,
.stable-border.activated,
.stable-border:active,
.stable-border:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #205561;
}

.tabs-striped.tabs-background-positive .tabs {
  color: #205561;
  background-image: none;
  background-color: transparent !important;
  position: static;
  padding-left: 1rem;
  padding-right: 1rem;
}

.tabs-background-positive .tabs,
.tabs-background-positive > .tabs {
  border-color: transparent !important;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.26);
}

.tabs-striped .tab-item.tab-item-active,
.tabs-striped .tab-item.active,
.tabs-striped .tab-item.activated {
  border-image-source: linear-gradient(99deg, #fe9b21, #fe9b21);
  border-image-slice: 0.5;
  height: 100% !important;
}

.share {
  font-size: 18px !important;
  color: #205561;
}

.tabla-centrada {
  width: 100% !important;
}

.card .card-footer {
  font-size: 18px !important;
  padding-top: 0px !important;
}

.loginbg {
  background-image: url(../img/fondoacceso.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  background-position-y: bottom;
  width: 100%;
  height: 300px;
  float: left;
  margin-left: 20%;
}

.bar .button.button-clear {
  color: #fe9b21;
}

.tabs-top > .tabs {
  top: 120px !important;
}

.fichari {
  min-height: 300px;
  height: 70vh;
  color: #205561;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)
    ),
    url(../img/ingreso.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 80%;
}

.fichare {
  min-height: 300px;
  height: 70vh;
  color: #205561;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)
    ),
    url(../img/egreso.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 80%;
}

.finjornada {
  min-height: 300px;
  height: 70vh;
  color: #205561;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.2)
    ),
    url(../img/fondofinj.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 80%;
}

h1 {
  color: #205561;
  font-family: "Roboto" !important;
  font-weight: 100;
  font-size: 80px;
}

.row {
  padding: 0px 5px !important;
}

h3 {
  color: #205561;
  font-family: "Roboto" !important;
  font-weight: 500;
}

.posts {
  margin-top: 40px;
}

.container__principal {
  margin-top: 1rem;
}

.items-principal__row {
  display: flex;
  flex-wrap: wrap;
}

.items-principal__row > div {
  flex: 50%;
}

.single__item {
  padding: 10px;
  width: 100%;
}

.txtppal {
  float: left;
  color: #fff;
  margin: 5% 0 0 0% !important;
  font-family: "Roboto" !important;
  font-weight: 400;
  padding: 9px 0px 0px 20px;
}

.txtnews {
  color: #ffffff;
  text-decoration: none;
  font-family: "Roboto" !important;
  font-weight: 400;
}

.txtetica {
  color: #fff;
  color: #ffffff;
  text-decoration: none;
  font-family: "Roboto" !important;
  font-weight: 400;
}

.txtloyal {
  color: #ffffff;
  text-decoration: none;
  font-family: "Roboto" !important;
  font-weight: 400;
}

.btnfich {
  background-color: #fe9b21;
  height: 140px;
  border-radius: 25px;
  background-image: url(../img/boton_fichar.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 85% -10%;
}

.btngetc {
  background-color: #22b573;
  height: 140px;
  border-radius: 25px;
  background-image: url(../img/etica.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 100% 85%;
}

.btngmejora {
  background-color: #606060;
  height: 140px;
  border-radius: 25px;
  background-image: url(../img/mejora.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 100% 80%;
}

.btnres {
  background-color: transparent;
  height: 190px;
  border-radius: 25px;
  background-image: url(../img/boton_recibo.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 35% 0%;
}

.btnnews {
  background-color: transparent;
  height: 190px;
  border-radius: 25px;

  background-image: url(../img/boton_news.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.btnetica {
  background-color: transparent;
  height: 190px;
  border-radius: 25px;
  background-image: url(../img/boton_etica.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.btnnovedades {
  background-color: #aea3c0;
  height: 190px;
  border-radius: 25px;
  background-image: url(../img/altaNovedades.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 100% 23%;
}

.miratusnovedades {
  /* background-color: #6e0000; */
  height: 190px;
  border-radius: 25px;
  background-image: url(../img/getNovedades.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 90% 5%;
}

.btnloyal {
  background-color: #205561;
  height: 190px;
  border-radius: 25px;
  background-image: url(../img/loyalty.png);
  background-size: 160px;
  background-repeat: no-repeat;
  background-position: 0px 54px;
}

.btnadd {
  background-color: #fff;
  color: #606060 !important;
  height: 190px;
  border-radius: 25px;

  border-style: dashed;
  border-width: 2px;
}

.txtft {
  font-family: "Roboto" !important;
  font-weight: 400 !important;
}

.main {
  padding: 0% 1% 0 1%;
}

.perfil {
  background-image: url(../img/perfil.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100%;
}

.cabecera {
  background-color: #fe9b21;
  border-radius: 0px 0px 400px 400px;
  height: 200px;
}

.button-problema {
  width: 100px;
  height: 100px;
  align-items: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 40px;
}

.card2 {
  margin-left: 10px;
  margin-right: 10px;
}

.inputpf {
  color: #606060 !important;
  background-color: transparent !important;
  font-family: "Roboto" !important;
  font-weight: 400 !important;
  border-bottom-style: solid !important;
  border-color: #fe9b21 !important;
  opacity: 1;
  border-bottom-width: 2px !important;
  border-radius: 0 !important;
}

.menubotom {
  top: auto;
  left: 16px;
  bottom: 16px;
  right: auto;
  position: absolute;
  width: 100%;
  z-index: 11;
}

.txtver {
  font-size: 13px;
  color: #205561 !important;
  background-color: transparent !important;
  font-family: "Roboto" !important;
  font-weight: 400 !important;
}

.txtadd {
  padding-top: 35%;
  color: #606060 !important;
  opacity: 0.7;
  background-color: transparent !important;
  font-family: "Roboto" !important;
  font-weight: 400 !important;
}

.has-expanded-header {
  top: 50px !important;
}

.bar .button.button-icon .icon:before,
.bar .button.button-icon.icon-left:before,
.bar .button.button-icon.icon-right:before,
.bar .button.button-icon:before {
  vertical-align: top;
  font-size: 30px;
}

#encabezado {
  font-size: 20px;
  font-family: "Roboto" !important;
  font-weight: 300 !important;
  vertical-align: middle !important;
}

#encabezado p {
  padding-top: 0px;
}

.item-icon-left .icon {
  left: 80%;
}

.direccion {
  padding: 2% !important;
}

.menu-content {
  -webkit-transform: none;
  transform: none;
  box-shadow: none !important;
}

.menu {
  background-color: #fe9b21;
}

.letrasmnu {
  background-color: #fe9b21 !important;
  font-family: "Roboto" !important;
  font-weight: 500 !important;
  color: #fff;
  border-radius: 0px;
  padding: 2% !important;
}

.itmmnu {
  color: #fff !important;
}

.loyal {
  margin-top: 50%;
}

.button.button-dark {
  border-color: transparent;
  background-color: #444;
  color: #fff;
  border-radius: 20px;
}

.button.button-balanced {
  border-color: transparent;
  background-color: #33cd5f;
  color: #fff;
  border-radius: 20px;
  margin-top: 15px;
}

.search {
  margin-left: 20px;
  width: 80%;
}

.button.button-assertive {
  border-color: #fe9b21 !important;
  border-style: solid !important;
  margin-left: 2px;
  background-color: transparent !important;
  color: #fe9b21;
  border-radius: 20px !important;
}

.button-bar > .button:first-child {
  border-radius: 20px;
}

.button-bar > .button:last-child {
  border-radius: 20px;
}

.txtwrap {
  white-space: normal !important;
}

.popup-container.active .popup {
  border-radius: 25px;
}

.datossalud {
  color: #fe9b21;
  font-size: 16px;
  font-family: "Roboto" !important;
  font-weight: 500 !important;
  align-content: center;
  margin-left: 25%;
}

.toggle input:checked + .track {
  border-color: #fe9b21 !important;
  background-color: #fe9b21 !important;
}

.item-toggle .toggle {
  right: 2px !important;
}

.capital {
  text-transform: capitalize !important;
  padding: 1px !important;
}

.cerrarbtn {
  display: block !important;
  right: 2px;
  margin-left: 86%;
  border-radius: 25px;
  border-color: #fe9b21;
  background-color: #fe9b21;
  color: white;
  border: none;
}

.chkdj .checkbox {
  margin-left: 37%;
}

.chkdj {
  margin-top: 0%;
}

.butonbartemp {
  border-style: none !important;
  box-shadow: none;
}

.butonbartemp h2 {
  padding-top: 0px;
  font-size: 25px;
  color: #205561;
}

.butonbartemp .icon {
  color: #fe9b21;
}

.imgms {
  margin-left: auto;
  margin-right: 5px;
  display: block;
  width: 50px;
  margin-top: -15px;
}

.imgapp {
  margin-left: 5px;
  margin-right: auto;
  display: block;
  width: 50px;
  margin-top: -15px;
}

.link__backButton {
  text-decoration: none;
}

/* Estilos de Etica */
.etica__padding {
  padding: 1.2rem;
}

/* Estilos de getNovedades */
.list__novedades {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d7d7d7;
}
.list__ver__mas__novedades {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}
.list__novedades-container {
  margin-bottom: 1.5rem;
}

.list__novedades-fechas {
  color: #4e4e4e;
  margin-bottom: 0.4rem;
}

.list__novedades-notificacion h3 {
  font-size: 1.1rem;
}

.list__novedades-descripcion {
  margin-bottom: 1.5rem;
}

.list__novedades-descripcion p {
  color: #7a7a7a !important;
}

/* Titulo novedades*/
.novedades__certificado_title {
  display: flex;
  justify-content: center;
}

.novedades__certificado_title span {
  color: #fe9b21;
  font-size: 1rem;
  margin-bottom: 1rem;
}

/* Botones de novedades */
.buttons__novedad {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

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

.buttons__novedad__camera {
  color: #fd9b20;
  font-size: 1.5rem;
  background-color: #ffff;
  border: 0;
  border: 1px solid #fd9b20;
  margin-right: 2rem;
  border-radius: 100px;
  width: 5rem;
}

.buttons__novedad__gallery {
  color: #fd9b20;
  font-size: 1.5rem;
  background-color: #ffff;
  border: 0;
  border: 1px solid #fd9b20;
  border-radius: 100px;
  width: 5rem;
}

.buttons__novedad .save__novedad {
  margin-top: 2rem;
  background-color: #fd9b20;
  font-size: 1rem;
  padding: 0.5rem -0.5rem;
  width: 20rem;
  text-align: center;
  border: 1px solid #ffff;
  color: #ffff;
}

/* Botones ver novedades */

.button__verMas {
  color: #fe9b21 !important;
  background-color: white !important;
  border-radius: 4px !important;
  line-height: normal;
  padding: 6px 10px !important;
  min-height: 2px !important;
  margin-left: 20px;
  margin-bottom: 25px;
  font-size: 14px;
}

/* Novedades Vacaciones */

.vacaciones__info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.4rem;
}

.field__detail {
  border: 1px solid !important;
  border-radius: 5px !important;
  color: #00a99d !important;
  height: 53px !important;
}

/* Ver mas - Novedad individual */
.individual__novedad-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.individual__novedad-detalle h4 {
  font-size: 28px;
  margin-top: 3.1rem;
  border-top: none;
  padding-top: initial;
  font-family: "Roboto" !important;
  font-weight: 100;
}

.individual__novedad-detalle h5 {
  font-size: 16px !important;
  border-top: none;
  padding-top: initial;
  font-family: "Roboto" !important;
  font-weight: 400 !important;
}

.individual__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fe9b21;
  font-weight: 600;
  padding: 10px 15px;
  border: 0;
  border: solid 1px #fe9b21;
  border-radius: 70%;
  background-color: #ffffff;
}

.list__novedades-descripcion-containerFlex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.list__novedades-descripcion textarea {
  color: #4e4e4e;
  background-color: #ffffff !important;
  box-shadow: 3px 2px 15px 5px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  width: 19rem;
  height: 5rem;
  max-height: 20rem;
  overflow-y: scroll !important;
  resize: none;
  font-weight: 300;
}

.individual__novedad-date {
  color: #4e4e4e;
  margin-bottom: 0.9rem;
}

@media (min-width: 700px) {
  .menu.menu-left {
    width: calc(50% - 70px) !important;
  }
  .menu-open .menu-content {
    transform: translate3d(calc(50% - 70px), 0px, 0px) !important;
  }
  .imgms {
    margin-left: auto;
    margin-right: 10px;
    display: block;
    width: 65px;
    margin-top: -15px;
  }
  .bar .button.button-icon .icon:before,
  .bar .button.button-icon.icon-left:before,
  .bar .button.button-icon.icon-right:before,
  .bar .button.button-icon:before {
    font-size: 45px !important;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .saludo {
    font-family: "Roboto" !important;
    font-weight: 300 !important;
    font-size: 24px !important;
    margin-bottom: 30px;
    height: 30px !important;
  }
  .menu .item {
    font-size: 20px;
    margin-bottom: 15px;
    width: 100%;
  }
  .bar .button.button-clear {
    color: #fe9b21;
    height: 70px !important;
    max-height: 70px !important;
  }
  .input-label {
    font-size: 23px;
  }
  .item-input input,
  .item-input textarea {
    font-size: 23px;
  }
  .item p {
    font-size: 17px;
  }
  .tab-item {
    font-size: 23px;
  }
  .active .modal-backdrop-bg {
    opacity: 0 !important;
  }
  .imgapp {
    margin-left: 10px;
    margin-right: auto;
    display: block;
    width: 65px;
    margin-top: -15px;
  }
  .fichari {
    min-height: 300px;
    height: 70vh;
    color: #205561;
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 0.6)
      ),
      url(../img/ingreso.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 40%;
  }
  .fichare {
    min-height: 300px;
    height: 70vh;
    color: #205561;
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 0.6)
      ),
      url(../img/egreso.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 37%;
  }
  .btnfich {
    background-color: #fe9b21;
    height: 240px;
    border-radius: 25px;

    background-image: url(../img/boton_fichar.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 90% 5%;
  }

  .btnnews {
    margin-top: 10px;
    background-color: #e8a6a6;
    height: 290px;
    border-radius: 25px;
    margin-left: 10px !important;
    background-image: url(../img/boton_news.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px -125px;
  }
  .btnres {
    background-color: #ffb66e;
    height: 290px;
    border-radius: 25px;
    margin-top: 10px;
    margin-right: 10px !important;
    background-image: url(../img/boton_recibo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px -50px;
  }
  .btnetica {
    margin-top: 10px;
    background-color: #22b573;
    height: 290px;
    border-radius: 25px;
    margin-right: 10px !important;
    background-image: url(../img/boton_etica.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 5px 15%;
  }
}

@supports (-webkit-touch-callout: none) {
  .tabs-striped .tab-item.tab-item-active,
  .tabs-striped .tab-item.active,
  .tabs-striped .tab-item.activated {
    height: 100%;
    border-bottom: #fe9b21;
    border-image-source: none;
  }
}

.forming {
  width: 75%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10%;
  border-radius: 20px;
  padding-top: 15px;
}

.fondoinicio {
  color: #fff !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
}

.fondologin {
  color: #fff !important;
  background-image: url(../img/fondo.png) !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
}

.loginh {
  text-align: center;
  padding-top: 30px;
  color: #205561;
}

.loginb {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 40px !important;
  width: 150px;
  padding-top: -5px;
  text-transform: none !important;
}

.htlogin {
  width: 80% !important;
  border-color: #fe9b21 !important;
  border-style: solid !important;
}

.inlogin {
  border-bottom-style: solid !important;
  border-color: #fe9b21 !important;
  opacity: 1;
  border-bottom-width: 2px !important;
  border-radius: 0 !important;
}

.imgFotos {
  width: 100%;
  border-radius: 8px;
}

.foto__list {
  display: flex;
  justify-content: center;
}

.foto__list img {
  width: 10rem;
  margin-bottom: 2rem;
}

.fotos__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.fotos__list img {
  width: 10rem;
  margin-bottom: 1rem;
}
.fotos__list .verMasNovedades {
  width: 18rem;
  margin-bottom: 1rem;
}

.popupImage .popup {
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  border-radius: 0 !important;
}

.popup-buttons .button {
  color: white;
  font-size: 0.9rem;
}
