/* Empty. Add your own CSS if you like */
/* Utilities
Rojo #A60315 A60357
Verde #40A99C
Azul  #337ab7
*/
body {
    background-image: url(../images/fondo-completo.png);
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: right;
    background-position-y: top;
    font-family: 'Roboto' !important;
    font-weight: 500;
    height: 100vh;
}
.link {
  color: #205561;
  font-weight: bold;
}
h4 {
  color: #205561;
  font-size: 22px;
  margin-bottom: 16px;
  font-family:  'Roboto' !important ;
  font-weight: 500;
}
h5 {
  color: #40A99C;
  font-size: 22px !important;
  margin-bottom: 16px;
  font-family:  'Roboto' !important ;
font-weight: 100;
}
.login {


}

.inlogin {
    border-bottom-style: solid !important;
    border-color: #fe9b21 !important;
    opacity: 1;
    border-bottom-width: 2px !important;
    border-radius: 0 !important;
    width: 85% !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.forming {
    width: 30%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 25%;
    border-radius: 20px;
    padding-top: 15px;
}
.imgms {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 65px;
    margin-top: -15px;
    padding: 30px 0 20px 0px;
}
.temp {
    font-size: 40px !important;
    border-top: none;
    padding-top: initial;
    font-family: 'Roboto' !important;
    font-weight: 100;
    margin-left: 20%;
    margin-top: -8%;
}
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;
}

/* 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;
}

.directions.button-bar {
  margin: 0 auto;
  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;
}

/* 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: #0D47A1;
}

.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;
  display: block !important;
  border-radius: 20px;
}

.positive,
.positive *,
.positive:active,
.positive:active *,
.positive:hover,
.positive:hover * {
  color: #00a99d;
}
.positive-900,
.positive-900 *,
.positive-900:active,
.positive-900:active *,
.positive-900:hover,
.positive-900:hover *{


  color: #fe9b21;
}


.button.button-positive {
  border-color: #fe9b21;
  background-color: #fe9b21;
  color: #fff;
  border-radius: 20px;
}
.button.button-positive-false {
  border-color: #fe9b21;
  background-color: #ffb37b;
  color: #fff;
  border-radius: 20px;
  font-size: 10px;
  width: 100%;
}
.button.button-positive-true {
  border-color: #fe9b21;
  background-color: #fe9b21;
  color: #fff;
  border-radius: 20px;
  font-size: 10px;
  width: 100%;
}
.button.button-positive2 {
  border-color: #fe9b21;
  background-color: #ffb37b;
  color: #fff;
  border-radius: 20px;
}


.fuerarango{
  color: #205561 !important ;
  bottom: 0;
  background: rgba(255,255,255,0.7);
  border-radius: 5px;
  padding: 2% !important;
}
.comentario{
  color: #40A99C;
  font-weight: bold;
}
.item {
    border: none !important;
    background-color: transparent !important;
    color: #205561;
    border-radius: 6px;
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
    padding-left: 1px;
    width: 90%;
    height: 45px;
    padding-right: 1px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.energized-900, .energized-900 *, .energized-900:active, .energized-900:active *, .energized-900:hover, .energized-900:hover *{
color: #c1272d !important;
}
.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: #fff;
  width: 150px;
  height: 45px;
  font-family:  'Roboto' !important ;
  font-weight: 500;
  border-radius: 25px !important;
  border-width: 0 !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;
    border-radius: 25px;
    padding: 8px;
    outline: none !important;
}
.loginh {
    text-align: center;
    padding-top: 30px;
    color: #205561;
    font-size: 20px;
    margin-bottom: 20px;
}
.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;
}
.input-label {
  color: #fe9b21 !important;
  font-family:  'Roboto' !important ;
  font-weight: 500;
}


hr {
  border-color: #337ab7;
}
.letras{
  font-family:  'Roboto' !important ;
  font-weight: 500 !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-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.fondoinicio{
  background-color: #fff;
  color: #205561 !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
}
.fondomenu{
  background-image: url(../img/inicio.jpg);/* */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left;
  background-size: auto;
}
.fondohistory{
  background-image: url(../img/historial.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.item-input input, .item-input textarea {
  width: 100%;
  background: transparent;
  height: 45px;
}
.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,.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 : 5px;
  padding-left: 0px;
    padding-right: 0px;

}
.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;
}


.tabs-background-positive .tabs, .tabs-background-positive > .tabs {

  border-color: transparent !important;
  box-shadow: 0 0px 0px 0 rgba(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, #40A99C, rgb(255,255,255));
  border-image-slice: 0.5;
  /*border-image: linear-gradient(
      to left
      #40A99C,
      white
    ) 1 100% !important;*/
}
.loginbg{
  background-image: url('../img/fondoacceso.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  background-position-y: 30px;
  width: 100%;
  height: 100%;
  float: left;
  margin-left: 30%;
}
.bar .button.button-clear {
  color: #fe9b21;
}
.tabs-top > .tabs{
  top: 120px !important;
}
.fichari {
  min-height: 300px;
  height: 70vh;
  color: #205561;
  background-image: url(../img/ingreso.png);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: left 110%;
}
.fichare {
  min-height: 300px;
  height: 70vh;
  color: #205561;
  background-image: url(../img/egreso.png);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: right 110%;
}
h1{
  color: #205561;
  font-family:  'Roboto' !important ;
font-weight: 100;
  font-size: 80px;
}
h3 {
  color: #205561;
  font-family:  'Roboto' !important ;
  font-weight: 500;
}
.posts{
  margin-top: 40px;
}
.txtppal{
float: left;
padding-top: 10px;
padding-left: 20px;
color: #fff;
margin: 5% 0 0 0% !important;
font-family:  'Roboto' !important ;
font-weight: 400;
}
.txtnews{
  color: #fff;
  color: #FFFFFF;
  text-decoration: none;
  padding-top: 10px;
margin: 5% 0 0 5% !important;
font-family:  'Roboto' !important ;
font-weight: 400;
}
.btnfich{

background-color: #fe9b21;
height: 140px;
border-radius: 20px;
margin-top: 20px !important;

background-image: url(../img/chicaf.png);
background-size: 46%;
background-repeat: no-repeat;
background-position: 85% -10%;
}
.btnres{

  background-color: #ffb66e;
  height: 190px;
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 10px !important;
  background-image: url(../img/chico.png);
  background-size: 220%;
  background-repeat: no-repeat;
  background-position: 31% -5%;
  }
  .btnnews{
    margin-top: 10px;
    background-color: #e8a6a6;
    height: 190px;
    border-radius: 20px;
    margin-left: 10px !important;
    background-image: url(../img/news.png);
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: 0px 54px;
    }
    .btnadd{
      margin-top: 10px;
      background-color: #fff;
      color: #606060 !important;
      height: 190px;
      border-radius: 20px;
      margin-left: 10px !important;
      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: 15%;
  margin-top: 25%;
}
.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: 20px;
}
.item-icon-left .icon {
  left: 80%;
}
.direccion{
  padding: 2% !important;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.footer{
  height: 200px;

}
.formlogin{
  width: 500px;
    align-self: center;
    margin-left: 30%;
}