/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */


html{
  /*font-family: 'Raleway', sans-serif !important;*/
  /*font-family: 'Open Sans', sans-serif !important;
  font-family: 'Lato', sans-serif !important;*/

}

*{
  font-family: "Lato", sans-serif;
  font-family: "Open Sans", sans-serif;
}

h2
{
  font-size: 2.38em;
}

h3{
  font-size: 1.88em;
}

h4{
  font-size: 1.48em;
}
.text-right
{
  text-align: right;
}

.text-left{
  text-align: left;
}

.text-center
{
  text-align: center;
}

.valign-middle
{
  vertical-align: middle !important;
}

.padded-min
{
  padding: 3px 6px !important;
}
.card-opacity{
  background: rgba(100, 100, 100, 0.5) !important;
}

.btn-block{
  width: 100%;
}

i.material-icons.rounded{
  border-radius: 0.3em;
  padding: 0.2em;
  font-size: 1.3em;
}

.text-thin{
  font-weight: 100;
}
.bordered-div{
  border: 2px dotted;
  border-radius: 3px;
  padding: 1em;
}

.text-capitalize{
  text-transform: capitalize;
}
.text-uppercase{
  text-transform: uppercase;
}
.text-bolder{
  font-weight: bolder;
}

.text-bold{
  font-weight: 600;
}

/* Slider */

.slider .indicators .indicator-item.active {

/*background: #E91E63;*/
background: #ff8821 !important;
  }

.pagination li.active
{
  background: #ff8821 !important;
}


/* Status */

.estado_css_1
{
  background: red;
  color: #fff;
}

.estado_css_2
{
  background: orange;
  color: #fff;
}

.estado_css_3
{
  background: teal;
  color: #fff;
}
.estado_css_4
{
  background: yellow;
  color: red;
}
.estado_css_5
{
  background: blue;
  color: #fff;
}


.estado_css_6
{
  background: blue;
  color: #fff;
}

.estado_css_7
{
  background: blue;
  color: #fff;
}

.estado_css_8 {  background: blue;  color: #fff; }
.estado_css_9 {  background: blue;  color: #fff; }
.estado_css_10 {  background: lightblue;  color: #fff; }
.estado_css_11 {  background: lightblue;  color: #fff; }
.estado_css_12 {  background: green;  color: #fff; }
.estado_css_13 {  background: green;  color: #fff; }
.estado_css_14 {  background: green;  color: #fff; }
.estado_css_15 {  background: green;  color: #fff; }
.estado_css_16 {  background: orange;  color: #fff; }
.estado_css_17 {  background: orange;  color: #fff; }
.estado_css_18 {  background: orange;  color: #fff; }
.estado_css_19 {  background: orange;  color: #fff; }
.estado_css_20 {  background: darkred;  color: #fff; }
.estado_css_21 {  background: darkred;  color: #fff; }
.estado_css_22 {  background: darkred;  color: #fff; }
.estado_css_23 {  background: darkred;  color: #fff; }


.border-left{
   border-left: 3px solid;
}

.border-left-2x{
   border-left: 6px solid;
}


.p1{
  padding: 0.3rem;
  cursor:pointer;
}
