.ng-isolate-scope {
    color: black;
}

.ng-empty {
    color: black;
}

.ng-valid {
    color: black;
}

.ng-untouched {
    color: black;
}

md-input-container.col-md-6.uni-info:disabled {
    color: #717782;
}

md-input-container.col-md-6:disabled {
    color: #717782;
}


/* 
 * The bar:
 */

md-input-container .uni-info {
    background-color: #414041;
    /* set not selected bar color */
}

md-input-container.md-checked .uni-info {
    background-color: pink;
    /* set selected bar color */
}

md-input-container[disabled] .uni-info {
    background-color: rgba(51, 51, 51, .15);
    /* set disabled bar color */
}


/* 
 * The switch:
 */

md-input-container .md-thumb {
    color: rgb(158, 158, 158);
    /* not selected switch color */
}

md-input-container.md-checked .md-thumb {
    background-color: rgb(255, 255, 255);
    /* selected switch color */
}

md-input-container[disabled] .md-thumb {
    background-color: rgb(255, 255, 255);
    /* disabled switch color */
}

md-input-container:not(.md-input-invalid).md-input-focused .md-input {
    border-color: #414041;
}

md-input-container:not(.md-input-invalid).md-input-focused label {
    color: #414041;
}


/* line 4, ../sass/estilos.scss */

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
    color: #676767;
    /* font-family: "RobotoCondensed" !important; */
    /* font-stretch: condensed; */
}

.texto {
    color: #676767;
    /* font-family: "RobotoCondensed" !important; */
    /* font-stretch: condensed; */
}

.texto-center {
    color: #676767;
    /* font-family: "RobotoCondensed" !important; */
    /* font-stretch: condensed; */
    text-align: center;
}

.texto-right {
    color: #676767;
    /* font-family: "RobotoCondensed" !important; */
    /* font-stretch: condensed; */
    text-align: right;
}

.contenedorLogo {
    width: 250px;
    margin-left: 20px;
    margin-top: 2px;
}

.contenedorLogo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    max-height: 100px;
}

.mensajeError {
    color: red;
    /* font-family: "RobotoCondensed" !important;
  font-stretch: condensed; */
    text-align: left;
    max-heigth: 10px;
    margin: 0 auto;
}

.navegacion {
    color: #676767;
    /* font-family: "RobotoCondensed" !important;
  font-stretch: condensed; */
    text-align: left;
    text-transform: uppercase;
    font-size: 10px;
    max-heigth: 10px;
    margin: 0 auto;
}

.subtitulo {
    color: #676767;
    /* font-family: "RobotoCondensed" !important;
  font-stretch: condensed; */
    font-weight: bold;
    text-align: left;
}


/* line 9, ../sass/estilos.scss */

.navbar-collapse {
    z-index: 10;
    max-width: 1000px;
    margin: 0 auto;
}


/* line 15, ../sass/estilos.scss */

.navbar-collapse ul li a {
    color: #fff;
}


/* line 22, ../sass/estilos.scss */

footer {
    height: 40px;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 2px;
    position: fixed;
    left: 0;
    bottom: 0;
}


/* line 28, ../sass/estilos.scss */

footer p {
    color: #414041;
}


/* line 32, ../sass/estilos.scss */

.navbar-nav>li>.dropdown-menu {
    position: fixed;
    width: 100%;
    margin-top: 0;
    top: 120px;
    height: 50px;
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
}


/* line 41, ../sass/estilos.scss */

.navbar-nav>li>.dropdown-menu ul {
    max-width: 1000px;
    margin: 0 auto;
}


/* line 45, ../sass/estilos.scss */

.navbar-nav>li>.dropdown-menu li {
    float: left;
    list-style: none;
    height: 42px;
}


/* line 49, ../sass/estilos.scss */

.navbar-nav>li>.dropdown-menu li a {
    color: #414041;
    text-decoration: none;
    display: block;
    padding: 3px 20px;
    clear: both;
    height: 100%;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}


/* line 61, ../sass/estilos.scss */

.navbar-nav>li>.dropdown-menu .activo {
    border-bottom: 3px solid;
    color: #006762;
}


/* line 67, ../sass/estilos.scss */

.navbar-nav>li>.dropdown-menu li:first-child {
    margin-top: 3px;
}


/* line 73, ../sass/estilos.scss */

.separador {
    border-bottom: 1px solid #cdde20;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}


/* line 80, ../sass/estilos.scss */

label {
    font-weight: initial;
}


/* line 84, ../sass/estilos.scss */

.uni-info mdp-date-picker .md-button.md-icon-button {
    display: none;
}


/* line 87, ../sass/estilos.scss */

.uni-info md-input-container {
    width: 100%;
}

.select-padding {
    padding: 0;
}

.cardTarjeta {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px;
}

.containerTarjeta {
    padding: 2px 16px;
}


/* line 91, ../sass/estilos.scss */

md-option {
    color: #414041;
}


/* line 94, ../sass/estilos.scss */

md-select-menu.md-canapro-theme md-content md-option {
    color: #414041;
}


/* line 97, ../sass/estilos.scss */

.principal-form {
    /*    .md-lime-theme .md-datepicker-input-container{
          width: 160px;
      }*/
}


/* line 98, ../sass/estilos.scss */

.principal-form .uni-info {
    height: 80px;
}


/* line 101, ../sass/estilos.scss */

.principal-form md-input-container {
    width: 100%;
}


/* line 107, ../sass/estilos.scss */

.principal-form .date-picker-row {
    margin-left: -15px;
    position: relative;
    min-height: 60px;
}


/* line 111, ../sass/estilos.scss */

.principal-form .date-picker-row md-datepicker {
    position: relative;
    top: 13px;
}


/* line 117, ../sass/estilos.scss */

.principal-form .date-picker-row label {
    position: absolute;
    top: 6px;
    left: 50px;
    color: rgba(0, 0, 0, 0.54118);
    font-size: 12px;
}


/* line 125, ../sass/estilos.scss */

.principal-form .date-picker-row .md-datepicker-input-container {
    margin-left: 0;
}


/* line 128, ../sass/estilos.scss */

.principal-form md-checkbox ._md-label {
    color: #414041;
}


/* line 134, ../sass/estilos.scss */

.oculto {
    display: none;
}


/* line 139, ../sass/estilos.scss */

.caja-botones {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* md-input-container.md-default-theme:not(.md-input-focused):not(.md-input-invalid) label.md-required:after, md-input-container:not(.md-input-focused):not(.md-input-invalid) label.md-required:after {
  color:#626c64;
  content: "*Obligatorio" ;
  font-family: "RobotoCondensed" !important;
  font-stretch: condensed;
  font-size: 10px;
  font-weight: bold;
} */

.imgSeguridad {
    opacity: 0.9;
    max-width: 80px;
    max-height: 80px;
}

.bttn {
    border-radius: 30px;
    line-height: 39px;
    min-height: 39px;
    text-transform: capitalize;
    box-shadow: none !important;
    /* font-family: "RobotoCondensed" !important; */
    font-weight: normal !important;
    text-transform: none !important;
}

.bttn:active {
    background-color: #ffffff !important;
    color: #3f428f !important;
    border-style: solid;
    border-width: 3px;
    border-color: #3f428f;
}

.bttn:not([disabled]):hover {
    background-color: #ffffff !important;
    color: #3f428f !important;
    border-style: solid;
    border-width: 3px;
    border-color: #3f428f;
}

.bttn[disabled] {
    color: rgb(187, 187, 187);
    background-color: rgba(230, 230, 229, 0.96);
}

//Estilo link's

/* unvisited link */

a:link {
    color: #000000;
}


/* visited link */

a:visited {
    /* color: #000000; */
    color: #676767;
}


/* mouse over link */

a:hover {
    color: #3F428F;
    text-decoration: none;
}


/* selected link */

a:active {
    color: #3F428F;
    text-decoration: none;
}

//EStilo CHECK
.check-redondo {
    color: yellow;
    .checkbox-icon {
        width: 17px;
        height: 17px;
        font-family: "RobotoCondensed" !important;
        background-image: url("../assets/img/base_app/Iconos/checkD.png");
        background-color: transparent;
        background-size: cover;
        background-position: center;
        border: none;
        &.checkbox-checked {
            background-image: url("../assets/img/base_app/Iconos/checkA.png");
        }
        .checkbox-inner {
            border: none;
        }
    }
}


/* line 143, ../sass/estilos.scss */

#alertas {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    display: none;
}


/* line 149, ../sass/estilos.scss */

#alertas .alert {
    position: relative;
    top: 80px;
    max-width: 900px;
    margin: 0 auto;
    opacity: 0;
    border-radius: 0;
}


/* line 158, ../sass/estilos.scss */

body {
    float: left;
    width: 100%;
    background: #fff;
    position: absolute;
}


/* line 165, ../sass/estilos.scss */

html {
    background: #fff;
}


/* line 168, ../sass/estilos.scss */

.row {
    margin-left: 0;
    margin-right: 0;
}


/* line 172, ../sass/estilos.scss */

header {
    background-color: #fff;
    z-index: 3;
    position: fixed;
    height: 100px;
    width: 100%;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}


/* line 179, ../sass/estilos.scss */

header .burgermenu {
    display: none;
    position: absolute;
    top: 86px;
    left: 0px;
    z-index: 10;
}


/* line 186, ../sass/estilos.scss */

header .burgermenu button svg {
    color: #fff;
}


/* line 190, ../sass/estilos.scss */

header .burgermenu i {
    color: #fff;
}


/* line 194, ../sass/estilos.scss */

header .logo {
    height: 70px;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 540px;
    padding: 10px 10px 10px 30px;
    position: relative;
}


/* line 202, ../sass/estilos.scss */

header .logo img {
    position: relative;
    height: 50px;
    width: auto;
}


/* line 206, ../sass/estilos.scss */

header .logo .fecha {
    float: left;
    position: absolute;
    left: 10px;
    top: 50px;
    font-size: 12px;
    color: #414041;
}


/* line 215, ../sass/estilos.scss */

header .info-user {
    position: absolute;
    top: 5px;
    width: 80%;
    align-content: right;
    max-width: 1200px;
    min-width: 540px;
    margin: 0px;
    float: none;
    left: 55%;
    padding: 10px 10px 10px 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* line 226, ../sass/estilos.scss */

header .info-user .contenido {
    float: right;
}


/* line 228, ../sass/estilos.scss */

header .info-user .contenido h6 {
    margin-bottom: 0;
    text-align: right;
    margin-top: 0;
}


/* line 233, ../sass/estilos.scss */

header .info-user .contenido a {
    margin-top: 0;
    color: #414041;
    text-decoration: none;
    text-align: right;
    display: block;
    width: 100%;
}


/* line 241, ../sass/estilos.scss */

header .info-user .contenido .conexion {
    font-size: 12px;
}


/* line 247, ../sass/estilos.scss */

header .navbar-default {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    height: 50px;
    overflow: hidden;
}


/* line 252, ../sass/estilos.scss */

header .navbar-default .navbar-collapse {
    margin: 0 auto;
    max-width: 1200px;
}


/* line 256, ../sass/estilos.scss */

header .navbar-default .navbar-brand {
    color: #fff;
    font-size: 30px;
}


/* line 260, ../sass/estilos.scss */

header .navbar-default .navbar-nav {
    margin: 0 auto;
    float: none;
    max-width: 1200px;
}


/* line 264, ../sass/estilos.scss */

header .navbar-default .navbar-nav .menudeplegable {
    display: block;
    float: left;
}


/* line 267, ../sass/estilos.scss */

header .navbar-default .navbar-nav .menudeplegable .label-depliege {
    padding-right: 30px !important;
}


/* line 270, ../sass/estilos.scss */

header .navbar-default .navbar-nav .menudeplegable .label-menu {
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    padding: 0;
    height: auto;
    display: block;
    padding: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: none;
}


/* line 283, ../sass/estilos.scss */

header .navbar-default .navbar-nav .menudeplegable .label-menu span {
    display: block;
    line-height: 22px;
}


/* line 287, ../sass/estilos.scss */

header .navbar-default .navbar-nav .menudeplegable .label-menu .caret {
    position: absolute;
    right: 10px;
    top: 23px;
}


/* line 293, ../sass/estilos.scss */

header .navbar-default .navbar-nav .menudeplegable .activo {
    /*background: red;*/
}


/* line 296, ../sass/estilos.scss */

header .navbar-default .navbar-nav .menudeplegable .dropdown-menu.ng-hide {
    animation: 0.3s;
}

header .navbar-default .navbar-nav .menudeplegable .dropdown-menu {
    display: block;
    position: fixed;
    width: 100%;
    margin-top: 0;
    top: 120px;
    /* height: 50px; */
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    padding: 0px;
    padding-left: 25px;
}


/* line 307, ../sass/estilos.scss */

header .navbar-default .navbar-nav .menudeplegable .dropdown-menu .centrador {
    max-width: 1200px;
    margin: 0 auto;
    color: #414041;
}


/* line 311, ../sass/estilos.scss */

header .navbar-default .navbar-nav .menudeplegable .dropdown-menu .centrador .md-button {
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    padding: 0;
    height: auto;
    padding: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    text-transform: none;
}


/* line 324, ../sass/estilos.scss */

header .navbar-default .navbar-nav .menudeplegable .dropdown-menu .centrador .md-button span {
    display: block;
    line-height: 22px;
}


/* line 329, ../sass/estilos.scss */

header .navbar-default .navbar-nav .menudeplegable .dropdown-menu .centrador .md-primary {
    border-bottom: 3px solid;
    padding-bottom: 11px;
}


/* line 337, ../sass/estilos.scss */

header .navbar-default .navbar-nav>li {
    margin-top: 0;
}


/* line 341, ../sass/estilos.scss */

header .navbar-default .navbar-nav>li>a {
    color: #fff;
}


/* line 344, ../sass/estilos.scss */

header .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}


/* line 347, ../sass/estilos.scss */

header .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}


/* line 350, ../sass/estilos.scss */

header .navbar-default .navbar-nav>.active {
    background-color: #00a099;
}


/* line 353, ../sass/estilos.scss */

header .navbar-default .navbar-nav>.active>a {
    color: #fff;
    background-color: transparent;
}


/* line 357, ../sass/estilos.scss */

header .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}


/* line 361, ../sass/estilos.scss */

header .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}


/* line 365, ../sass/estilos.scss */

header .navbar-default .navbar-default .navbar-nav>.active>a,
header .navbar-default .navbar-default .navbar-nav>.active>a:focus,
header .navbar-default .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}


/* line 369, ../sass/estilos.scss */

header .navbar-default header .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}


/* line 377, ../sass/estilos.scss */

.mascara {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3;
    display: none;
}


/* line 386, ../sass/estilos.scss */

.load {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
}


/* line 397, ../sass/estilos.scss */

.load img,
.load md-progress-circular {
    position: relative;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    margin: 0 auto;
}


/* line 409, ../sass/estilos.scss */

#contenido .articulo .form-credi {
    max-width: 100%;
    width: 100%;
    height: auto;
    overflow-x: hidden;
}


/* line 414, ../sass/estilos.scss */

#contenido .articulo .form-credi .unidad-slider {
    width: 100%;
    height: 100%;
    float: left;
    display: none;
}


/* line 419, ../sass/estilos.scss */

#contenido .articulo .form-credi .unidad-slider.activo {
    display: block;
}


/* line 422, ../sass/estilos.scss */

#contenido .articulo .form-credi .unidad-slider .list-datos {
    width: 100%;
    float: left;
}


/* line 426, ../sass/estilos.scss */

#contenido .articulo .form-credi .unidad-slider .unidad-info {
    margin-bottom: 15px;
}


/* line 428, ../sass/estilos.scss */

#contenido .articulo .form-credi .unidad-slider .unidad-info h3 {
    margin-bottom: 0;
}


/* line 431, ../sass/estilos.scss */

#contenido .articulo .form-credi .unidad-slider .unidad-info p {
    margin-bottom: 0;
    margin-top: 10px;
}


/* line 441, ../sass/estilos.scss */

.md-button.md-fab {
    z-index: 10;
}


/* line 444, ../sass/estilos.scss */

.modal {
    z-index: 10;
}


/* line 447, ../sass/estilos.scss */

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 20px;
}


/* line 452, ../sass/estilos.scss */

.modal-backdrop {
    z-index: 9;
}


/* line 457, ../sass/estilos.scss */

.modal-content .modal-body .otrasen {
    display: none;
}


/* line 463, ../sass/estilos.scss */

#contenido {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-top: 130px;
    padding-bottom: 100px;
}


/* line 469, ../sass/estilos.scss */

#contenido .articulo {
    padding: 15px;
    max-width: 950px;
    border-radius: 3px;
    margin: 0 auto;
    position: relative;
}

#contenido .articulo .systemvariables {
    padding: 15px;
    max-width: 950px;
    border-radius: 3px;
    position: relative;
}


/* line 478, ../sass/estilos.scss  SE CAMBIA COLOR color: #adadad; por color: #141414 */

#contenido .articulo .tablecontent thead tr th {
    text-align: center;
    color: #414041;
}


/* line 486, ../sass/estilos.scss */

#contenido .articulo .tablecontent tbody tr td {
    text-align: center;
    cursor: pointer;
    color: #414041;
    font-weight: 300;
    font-size: 13px;
}


/* line 492, ../sass/estilos.scss */

#contenido .articulo .tablecontent tbody tr td span {
    display: none;
}


/* line 495, ../sass/estilos.scss */

#contenido .articulo .tablecontent tbody tr td a {
    text-decoration: none;
    color: #414041;
}


/* line 501, ../sass/estilos.scss */

#contenido .articulo .tablecontent tbody .selecionado {
    background-color: #b1b1b1;
}


/* line 503, ../sass/estilos.scss */

#contenido .articulo .tablecontent tbody .selecionado td {
    color: #fff;
}


/* line 506, ../sass/estilos.scss */

#contenido .articulo .tablecontent tbody .selecionado a {
    color: #fff;
}


/* line 510, ../sass/estilos.scss */

#contenido .articulo .tablecontent tbody input {
    float: right;
    text-align: right;
    background: transparent;
    border: none;
    border-bottom: 1px solid #141414;
}


/* line 519, ../sass/estilos.scss */

#contenido .articulo .titulopag {
    padding-bottom: 15px;
    width: 100%;
    color: #414041;
    /* font-family: "RobotoCondensed" !important; */
    /* font-stretch: condensed; */
}


/* line 523, ../sass/estilos.scss */

#contenido .articulo .opciones-crud {
    position: absolute;
    right: 15px;
    top: 30px;
}


/* line 528, ../sass/estilos.scss */

#contenido .articulo .opciones-crud ul li {
    list-style: none;
    float: left;
}


/* line 531, ../sass/estilos.scss */

#contenido .articulo .opciones-crud ul li span {
    cursor: pointer;
    color: #969696;
}


/* line 537, ../sass/estilos.scss */

#contenido .articulo .opciones-crud ul li:first-child {
    margin-top: 3px;
}


/* line 543, ../sass/estilos.scss */

#contenido .articulo .listasop .acciones .buscar {
    width: 200px;
}


/* line 547, ../sass/estilos.scss */

#contenido .articulo .listasop .respuestas {
    display: none;
}


/* line 553, ../sass/estilos.scss */

#lateral-nav {
    padding-top: 30px;
    padding-bottom: 30px;
    width: auto;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}


/* line 568, ../sass/estilos.scss */

#lateral-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #474747;
}


/* line 574, ../sass/estilos.scss */

#lateral-nav::-webkit-scrollbar {
    width: 0;
    background-color: #474747;
}


/* line 580, ../sass/estilos.scss */

#lateral-nav::-webkit-scrollbar-thumb {
    background-color: #141414;
}


/* line 583, ../sass/estilos.scss */

#lateral-nav .menu-l {
    position: relative;
    width: 0;
    overflow: hidden;
}


/* line 587, ../sass/estilos.scss */

#lateral-nav .menu-l a {
    width: 200px;
    height: auto;
    margin: 0;
    padding: 8px;
    padding-left: 40px;
    margin-left: 0;
    z-index: 3;
    width: 200px;
    text-align: left;
}


/* line 597, ../sass/estilos.scss */

#lateral-nav .menu-l a span {
    text-decoration: none;
    white-space: normal;
    line-height: 19px;
    display: block;
}


/* line 604, ../sass/estilos.scss */

#lateral-nav .menu-l a .glyphicon {
    position: absolute;
    top: 40%;
    right: 3px;
    float: left;
    padding: 5px;
}


/* line 612, ../sass/estilos.scss */

#lateral-nav .menu-l .menudeplegable {
    display: block;
    width: 200px;
    height: auto;
    position: relative;
    float: left;
    color: #414041;
    border-bottom: 1px solid #404040;
}


/* line 620, ../sass/estilos.scss */

#lateral-nav .menu-l .menudeplegable .label-menu {
    padding-left: 20px !important;
    margin-left: 0;
    width: 100%;
    margin: 0;
    padding: 10px;
    padding-right: 25px;
    text-transform: none;
}


/* line 632, ../sass/estilos.scss */

#lateral-nav .menu-l .menudeplegable .label-menu .glyphicon {
    position: absolute;
    top: 40%;
    right: 10px;
}


/* line 639, ../sass/estilos.scss */

#lateral-nav .menu-l .menudeplegable a {
    width: 100%;
    display: block;
    line-height: 17px;
    text-decoration: none;
    padding-left: 30px;
}


/* line 647, ../sass/estilos.scss */

#lateral-nav .menu-l .menudeplegable .md-button {
    text-align: left;
    float: left;
    padding-left: 10px;
    border-radius: 0;
    white-space: normal;
    line-height: 22px;
    text-transform: none;
}


/* line 656, ../sass/estilos.scss */

#lateral-nav .menu-l .menudeplegable .md-raised {
    color: rgba(255, 255, 255, 0.87);
}


/* line 659, ../sass/estilos.scss */

#lateral-nav .menu-l .menudeplegable .dropdown-menu {
    position: relative;
    display: block !important;
    width: 200px;
    margin: 0;
    border: none;
    box-shadow: none;
    padding-left: 40px;
    background-color: transparent;
    /*                ul{
                      li{
                          list-style: none;
                          a{
                              text-align: left;
                              padding-left: 0;
                              float: left;
                              line-height: 19px;
                              white-space: normal;
                              width: 100%;
                              height: 100%;
                              color: #969696;
                              text-decoration: none;
                          }
                      }
                  }*/
}


/* line 668, ../sass/estilos.scss */

#lateral-nav .menu-l .menudeplegable .dropdown-menu .md-primary {
    border-right: 4px solid;
}


/* line 671, ../sass/estilos.scss */

#lateral-nav .menu-l .menudeplegable .dropdown-menu .active {
    background: #474747;
}


/* line 696, ../sass/estilos.scss */

.md-datepicker-calendar-pane {
    z-index: 10000;
}


/* line 699, ../sass/estilos.scss */

._md-select-menu-container._md-active {
    z-index: 10000;
}


/* line 702, ../sass/estilos.scss */

.menudemoBasicUsage .md-menu-demo {
    padding: 24px;
}


/* line 704, ../sass/estilos.scss */

.menudemoBasicUsage .menu-demo-container {
    min-height: 200px;
}


/* line 707, ../sass/estilos.scss */

.modal-dialog {
    width: auto;
    max-height: 800px;
}


/* line 711, ../sass/estilos.scss */

.modal-content {
    max-width: 800px;
    max-height: 600px;
    height: 70%;
    width: auto;
    overflow: auto;
    margin: 0 auto;
}


/* line 716, ../sass/estilos.scss */

.modal-content .modal-body {
    width: 100%;
    float: left;
}


/* line 719, ../sass/estilos.scss */

.modal-content .modal-body .principal-form {
    margin-top: 15px;
}


/* line 723, ../sass/estilos.scss */

.modal-content .modal-body .data-resumen h4 {
    margin-bottom: 5px;
}


/* line 726, ../sass/estilos.scss */

.modal-content .modal-body .data-resumen p {
    margin-bottom: 5px;
    margin-top: 5px;
}


/* line 731, ../sass/estilos.scss */

.modal-content .modal-body .modal-footer {
    border-top: none;
    padding: 5px;
}


/* line 735, ../sass/estilos.scss */

.modal-content .modal-body .lista {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 15px;
}


/* line 741, ../sass/estilos.scss */

.modal-content .modal-body .lista::-webkit-scrollbar-track {
    background-color: #474747;
}


/* line 747, ../sass/estilos.scss */

.modal-content .modal-body .lista::-webkit-scrollbar {
    width: 6px;
    background-color: #474747;
}


/* line 753, ../sass/estilos.scss */

.modal-content .modal-body .lista::-webkit-scrollbar-thumb {
    background-color: #141414;
}


/* line 758, ../sass/estilos.scss */

.modal-content .modal-body .titulopag {
    border-bottom: 1px solid #cdde20;
    padding-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    /* font-family: "RobotoCondensed" !important; */
    /* font-stretch: condensed; */
}


/* line 765, ../sass/estilos.scss */

.modal-content .busquedafecha {
    margin-bottom: 20px;
}


/* line 768, ../sass/estilos.scss */

.modal-content .uni-detalles {
    padding: 0;
}


/* line 770, ../sass/estilos.scss */

.modal-content .uni-detalles li {
    margin-left: 0;
    list-style: none;
}


/* line 774, ../sass/estilos.scss */

.modal-content .uni-detalles p {
    margin-bottom: 0;
    font-size: 12px;
}


/* line 777, ../sass/estilos.scss */

.modal-content .uni-detalles p strong {
    font-weight: bold;
    margin-right: 5px;
}


/*Disable MDL validation styles*/


/* line 789, ../sass/estilos.scss */

.mdl-textfield.is-invalid .mdl-textfield__input {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}


/* line 793, ../sass/estilos.scss */

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    color: rgba(0, 0, 0, 0.26);
}


/* line 798, ../sass/estilos.scss */

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    color: #3f51b5;
}


/* line 802, ../sass/estilos.scss */

.mdl-textfield.is-invalid .mdl-textfield__label:after {
    background-color: #3f51b5;
}


/*Validation styles based on MDL*/


/* line 807, ../sass/estilos.scss */

.ng-invalid.ng-invalid.ng-touched {
    border-color: #de3226;
    box-shadow: none;
}


/* line 812, ../sass/estilos.scss */

.ng-invalid.ng-invalid.ng-touched+label {
    color: #de3226;
    font-size: 12px;
}


/* line 817, ../sass/estilos.scss */

.ng-invalid.ng-invalid.ng-touched+label:after {
    background-color: #de3226;
}


/* line 821, ../sass/estilos.scss */

.ng-invalid.ng-invalid.ng-touched~.mdl-tooltip--validation {
    background-color: #de3226;
}


/* line 825, ../sass/estilos.scss */

.ng-invalid.ng-invalid.ng-touched.ng-dirty:focus {
    border-color: #ffc107;
    box-shadow: none;
}


/* line 830, ../sass/estilos.scss */

.ng-invalid.ng-invalid.ng-touched.ng-dirty:focus+label {
    color: #ffc107;
    font-size: 12px;
}


/* line 835, ../sass/estilos.scss */

.ng-invalid.ng-invalid.ng-touched.ng-dirty:focus+label:after {
    background-color: #ffc107;
}


/* line 839, ../sass/estilos.scss */

.ng-invalid.ng-invalid.ng-touched.ng-dirty:focus~.mdl-tooltip--validation {
    background-color: #ffc107;
}


/* line 843, ../sass/estilos.scss */

.ng-invalid.ng-touched:not(:focus)+label::before {
    /* font-family: "RobotoCondensed" !important; */
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    content: "warning";
    position: absolute;
    right: 0;
    bottom: 20px;
}


/* line 875, ../sass/estilos.scss */

.ng-valid.ng-touched:not(:focus)+label::before {
    /* font-family: "RobotoCondensed" !important; */
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    content: "done";
    position: absolute;
    right: 0;
    bottom: 20px;
}


/*Basic styles*/


/* line 908, ../sass/estilos.scss */

.list-unstyled {
    padding-left: 0;
    list-style: none;
}


/* line 914, ../sass/estilos.scss */

.beneficiario1 {
    display: none;
}


/* line 917, ../sass/estilos.scss */

.beneficiario2 {
    display: none;
}


/* line 922, ../sass/estilos.scss */


.pagos {
	text-align: center;
	margin-left: 3%;
    margin-right: 3%;
    margin-top: 2%;
    margin-bottom: 2%;
}


.pagos img {
	max-width: 100%;   /* que no se pase del ancho del contenedor */
    max-height: 200px; /* o el valor que quieras como máximo de alto */
    height: auto;      /* respeta la proporción */
    display: block;    /* evita espacios raros */
    margin: 0 auto;    /* centra horizontalmente */
}

.login {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /*overflow: scroll;*/
    /*overflow: hidden;*/
    overflow-x: hidden;
  	overflow-y: auto;
    top: 0;
    left: 0;
    z-index: 10;
    /* background-image: url(../imgs/nino.jpg); */
    background-size: cover;
    /*background-position: center;*/
    background-position: 100% 100%

}

@media (max-width: 650px) { 
    header .logo img {
        position: relative;
        height: 40px;
        width: auto;
    }
    
    .login {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #fff;
        /*overflow: scroll;*/
        /*overflow: hidden;*/
	    overflow-x: hidden;
	  	overflow-y: auto;        
        top: 0;
        left: 0;
        z-index: 10;
        /* background-image: url(../imgs/nino.jpg); */
        background-size: cover;
        /*background-position: center;*/
        background-position: 15% 15%
    
    }
}

@media (max-width: 1025px) { 
    
	.login {
    	position: fixed;
        width: 100%;
        height: 100%;
        background-color: #fff;
        /*overflow: scroll;*/
        /*overflow: hidden;*/
		overflow-x: hidden;
		overflow-y: auto;
        top: 0;
        left: 0;
        z-index: 10;
        /* background-image: url(../imgs/nino.jpg); */
        background-size: cover;
        /*background-position: center;*/
        background-position: 10% 10%
        
	}
} 
/* line 934, ../sass/estilos.scss */

.login .form-login {
    margin: 0 auto;
    position: relative;
    top: 30px;
    padding: 15px;
    box-sizing: border-box;
}


/* line 940, ../sass/estilos.scss */

.login .form-login .uni-slider {
    display: none;
    max-width: 1000px;
    margin: 0 auto;
}


/* line 945, ../sass/estilos.scss */

.login .form-login .username {
    color: #414041;
    max-width: 600px;
}


.login .form-login .username .login-link {
	margin-top: 1.5rem;
}

.login .form-login .username .col-md-12 a {
	font-size: 1.5rem;
}

.login .form-login .username .btn-login-left {
    left: 5rem; 
    bottom: 0.5rem; 
}

.login .form-login .username .btn-login-rigth {
    max-width: 300px;
	border-left:inset; 
	margin-top: 10rem; 
	padding:2.5rem 2.5rem 2.5rem 1rem;
}

.login .form-login .username .btn-login-rigth .btn-login-oidc {
	text-align: left; 
	padding: 0rem 1.5rem 0rem 1.5rem; 
	/*min-width:300px;*/
}

.login .form-login .username .btn-login-rigth .img-login-oidc {
	 max-width: 3rem;
	 margin: 0.5rem;
}

/* line 948, ../sass/estilos.scss */

.login .form-login .activa {
    display: block;
}


/* line 951, ../sass/estilos.scss */

.login .form-login md-input-container {
    margin-bottom: 10px;
}


/* line 954, ../sass/estilos.scss */

.login .form-login md-icon {
    height: 90px;
    margin: 0 auto;
    text-align: center;
    font-size: 89px;
    width: 100%;
}


/* line 961, ../sass/estilos.scss */

.login .form-login .botones {
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 30px;
    height: 150px;
    align: center;
    background-color: WhiteSmoke;
    opacity: 0.6;
}


/* line 967, ../sass/estilos.scss */

.login .form-login .botones a {
    padding: 10px;
    display: block;
    float: left;
    margin: 5px;
    border-radius: 2px;
    border: 1px solid;
    color: black;
    text-decoration: none;
    height: 40px;
    width: 35px;
    font-weight: bold;    
}


/* line 982, ../sass/estilos.scss */

.login .form-login .caja-botones {
    margin-top: 15px;
}


/* line 985, ../sass/estilos.scss */

.login .form-login .validacion {
    position: absolute;
    margin-top: 40px;
    max-width: 250px;
    margin: 0 auto;
    align: left;
}


/* line 989, ../sass/estilos.scss */

.login .form-login .validacion .img-thumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
    max-width: 10px;
    max-height: 10px;
    margin-top: 20px;
}


/* line 993, ../sass/estilos.scss */

.login .form-login .validacion h4 {
    text-align: left;
}


/* line 997, ../sass/estilos.scss */

.login .form-login .validacion2 {
    max-width: 600px;
}


/* line 1000, ../sass/estilos.scss */

.login .form-login .cubo {
    background: #fff;
    height: auto;
    overflow: hidden;
    padding: 15px;
}


/* line 1003, ../sass/estilos.scss */

#contenidoPublic {
    padding-bottom: 100px;
}


/* Estilos para las fechas scroll del menu */

.wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
}

.scroller-right {
    float: right;
    padding-right: 11rem;
}

.scroller-left {
    float: left;
    padding-left: 9rem;
}

.lista-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 3000px;
    margin-left: 12px;
    margin-top: 0px;
}

.scroller {
    text-align: center;
    cursor: pointer;
    padding-top: 15px;
    white-space: no-wrap;
    vertical-align: middle;
}

@media (max-width: 540px) {
    /* line 4, ../sass/_responsive.scss */
    .info-user {
        display: inherit;
    }

    header .info-user {
        position: absolute;
        top: 5px;
        width: 80%;
        align-content: right;
        max-width: 1200px;
        min-width: 540px;
        margin: 0px;
        float: none;
        left: 25%;
        padding: 10px 10px 10px 10px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    /* line 8, ../sass/_responsive.scss */
    #contenido {
        width: 100%;
        float: left;
        box-sizing: border-box;
        padding-top: 130px;
        padding-bottom: 100px;
    }
    /* line 15, ../sass/_responsive.scss  */
    #contenido .articulo .tablecontent {
        margin-left: -15px;
        margin-right: -15px;
    }
    /* line 18, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent thead {
        display: none;
    }
    /* line 20, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent thead tr {
        display: block;
        width: 100%;
    }
    /* line 23, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent thead tr th {
        display: block;
        float: left;
    }
    /* line 30, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent tbody tr {
        padding: 15px;
        display: block;
        float: left;
        width: 100%;
    }
    /* line 32, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent tbody tr:nth-child(even) {
        background: transparent;
        border-bottom: 1px solid #434343;
    }
    /* line 36, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent tbody tr:nth-child(odd) {
        background: #FaFaFa;
        border-bottom: 1px solid #434343;
    }
    /* line 43, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent tbody tr td {
        width: 100%;
        display: block;
        float: left;
        position: relative;
        padding-top: 23px;
        text-align: left;
        border-top: none;
    }
    /* line 51, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent tbody tr td span {
        position: absolute;
        font-size: 12px;
        font-weight: bold;
        top: 5px;
        left: 5px;
        display: block;
    }
    /* line 61, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent tbody .selecionado {
        background-color: #a9e29b;
    }
    /* line 69, ../sass/_responsive.scss */
    .navbar-collapse {
        display: none;
    }
    /* line 72, ../sass/_responsive.scss */
    #lateral-nav {
        width: auto;
        height: 100%;
        position: fixed;
        left: 0;
        z-index: 4;
        background-color: #fff;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0);
    }
    /* line 80, ../sass/_responsive.scss */
    #lateral-nav .menu-l {
        position: relative;
        width: 0;
        overflow: hidden;
    }
    /* line 84, ../sass/_responsive.scss */
    #lateral-nav .menu-l a {
        width: 150px;
        height: auto;
        margin: 0;
        padding: 8px;
        padding-left: 40px;
        margin-left: 0;
        z-index: 3;
        width: 200px;
        text-align: left;
    }
    /* line 95, ../sass/_responsive.scss */
    #lateral-nav .menu-l .active {
        background: #474747;
    }
    /* line 99, ../sass/_responsive.scss */
    #lateral-nav .menu-delisable {
        position: absolute;
        right: -25px;
        top: 50%;
        z-index: 2;
    }
    /* line 104, ../sass/_responsive.scss */
    #lateral-nav .menu-delisable span {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0);
        display: block;
        background: #fff;
        padding: 13px;
        border-radius: 21px;
    }
}

@media (max-width: 768px) {
    
}

@media (max-width: 768px) {
    /* line 8, ../sass/_responsive.scss */
    #contenido {
        width: 100%;
        float: left;
        box-sizing: border-box;
        padding-top: 130px;
        padding-bottom: 100px;
    }
    /* line 15, ../sass/_responsive.scss  */
    #contenido .articulo .tablecontent {
        margin-left: -15px;
        margin-right: -15px;
    }
    /* line 18, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent thead {
        display: none;
    }
    /* line 20, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent thead tr {
        display: block;
        width: 100%;
    }
    /* line 23, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent thead tr th {
        display: block;
        float: left;
    }
    /* line 30, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent tbody tr {
        padding: 15px;
        display: block;
        float: left;
        width: 100%;
    }
    /* line 32, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent tbody tr:nth-child(even) {
        background: transparent;
        border-bottom: 1px solid #434343;
    }
    /* line 36, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent tbody tr:nth-child(odd) {
        background: #FaFaFa;
        border-bottom: 1px solid #434343;
    }
    /* line 43, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent tbody tr td {
        
        width: 100%;
        display: block;
        float: left;
        position: relative;
        padding-top: 23px;
        text-align: left;
        border-top: none;
    }
    /* line 51, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent tbody tr td span {
        position: absolute;
        font-size: 12px;
        font-weight: bold;
        top: 5px;
        left: 5px;
        display: block;
    }
    /* line 61, ../sass/_responsive.scss */
    #contenido .articulo .tablecontent tbody .selecionado {
        background-color: #a9e29b;
    }
    /* line 69, ../sass/_responsive.scss */
    .navbar-collapse {
        display: none;
    }
    /* line 72, ../sass/_responsive.scss */
    #lateral-nav {
        width: auto;
        height: 100%;
        position: fixed;
        left: 0;
        z-index: 4;
        background-color: #fff;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0);
    }
    /* line 80, ../sass/_responsive.scss */
    #lateral-nav .menu-l {
        position: relative;
        width: 0;
        overflow: hidden;
    }
    /* line 84, ../sass/_responsive.scss */
    #lateral-nav .menu-l a {
        width: 150px;
        height: auto;
        margin: 0;
        padding: 8px;
        padding-left: 40px;
        margin-left: 0;
        z-index: 3;
        width: 200px;
        text-align: left;
    }
    /* line 95, ../sass/_responsive.scss */
    #lateral-nav .menu-l .active {
        background: #474747;
    }
    /* line 99, ../sass/_responsive.scss */
    #lateral-nav .menu-delisable {
        position: absolute;
        right: -25px;
        top: 50%;
        z-index: 2;
    }
    /* line 104, ../sass/_responsive.scss */
    #lateral-nav .menu-delisable span {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0);
        display: block;
        background: #fff;
        padding: 13px;
        border-radius: 21px;
    }
}

.selectHeader .header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
}

.selectHeader .select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
}

.selectHeader md-content._md {
    max-height: 240px;
}

.btn-close-anuncios{
    margin: 0%;
    padding: 0px 0px 0px 40px;
    margin-bottom: 10px;
}

.border-card {
    margin: 50px 10px 5px 10px;
    max-height: 95%
}
.size-dialog-anuncios{
    max-width: 600px; 
    max-height: 500px;
    min-width: 200px;
    min-height: 350px;
}
.button-anuncios{
    margin: 0%;
    padding: 0%;
    max-height: 30px;
}


/* inicio tabla de PLANES*/

/* Contenedor con scroll horizontal */
.div-planes {
  overflow-x: auto;
  width: 100%;
}

/* Scroll moderno */
.div-planes::-webkit-scrollbar {
  height: 8px;
}
.div-planes::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}
.div-planes::-webkit-scrollbar-thumb {
  background: #b0b0b0;
  border-radius: 4px;
}
.div-planes::-webkit-scrollbar-thumb:hover {
  background: #888;
}
.div-planes {
  scrollbar-width: thin;
  scrollbar-color: #b0b0b0 #f0f0f0;
}

/* Tabla con ancho fijo y responsive */
.tabla-planes {
  table-layout: fixed;
  min-width: 600px;
  width: 100%;
  border-collapse: collapse;
}

/* Encabezado con fondo gris oscuro y texto blanco */
.tabla-planes thead th {
  background-color: #333333;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  padding: 8px 12px;
}

/* Columna COBERTURA fija en ancho */
.col-cobertura {
  width: 220px;
  white-space: normal;
  text-overflow: clip;
  overflow: visible;
}

/* Columnas de planes */
.col-plan {
  width: 120px;
}

/* Celdas generales */
.tabla-planes th,
.tabla-planes td {
  vertical-align: middle;
  padding: 8px 12px;
}

/* Alineación */
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}

/* Inputs de prima mensual */
.prima-mensual td input[type="radio"] {
  margin-left: 4px;
}

/* Fila prima mensual */
.prima-mensual {
  background-color: #d3d3d3;
  font-weight: bold;
}

/* Hover suave */
.tabla-planes tbody tr:hover {
  background-color: #f2f2f2;
}

/* Responsive */
@media (max-width: 768px) {
  .col-cobertura {
    width: 250px;
  }
  .col-plan {
    width: 120px;
  }
  .tabla-planes {
    min-width: 500px;
  }
}

/* fin tabla de PLANES*/	



@media (max-width: 1080px) {

  header .info-user {
        position: absolute;
        top: 5px;
        width: 80%;
        align-content: right;
        max-width: 1200px;
        min-width: 540px;
        margin: 0px;
        float: none;
        /* left: 25%; */
        padding: 10px 10px 10px 10px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    /* line 117, ../sass/_responsive.scss */
    header .navbar-default .navbar-collapse {
        display: none;
    }
    /* line 123, ../sass/_responsive.scss */
    header .burgermenu {
        display: block;
    }
}


/* when hiding the thing */


/* line 1014, ../sass/estilos.scss */


/*.ng-hide-add {
  -webkit-animation: 0.5s lightSpeedOut ease;
  animation: 0.5s lightSpeedOut ease;
}

/* when showing the thing */


/* line 1020, ../sass/estilos.scss */


/*.ng-hide-remove {
  -webkit-animation: 0.5s flipInX ease;
  animation: 0.5s flipInX ease;
}*/


/* ANIMATIONS (FROM ANIMATE.CSS) */


/* flip in */

@-webkit-keyframes flipInX {
    /* line 1029, ../sass/estilos.scss */
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    /* line 1037, ../sass/estilos.scss */
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    /* line 1044, ../sass/estilos.scss */
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    /* line 1050, ../sass/estilos.scss */
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    /* line 1055, ../sass/estilos.scss */
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    /* line 1062, ../sass/estilos.scss */
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    /* line 1071, ../sass/estilos.scss */
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    /* line 1079, ../sass/estilos.scss */
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    /* line 1086, ../sass/estilos.scss */
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    /* line 1092, ../sass/estilos.scss */
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}


/* light speed out */

@-webkit-keyframes lightSpeedOut {
    /* line 1101, ../sass/estilos.scss */
    0% {
        opacity: 1;
    }
    /* line 1105, ../sass/estilos.scss */
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    /* line 1113, ../sass/estilos.scss */
    0% {
        opacity: 1;
    }
    /* line 1117, ../sass/estilos.scss */
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}