/* ----------- FUENTES      */
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .uk-navbar-nav > li > a,
  .lato{
    font-family: 'Lato', sans-serif;
  }
  body{
    font-size: 16px;
  }

/* ----------- COLORES      */
  em {
    color: inherit;
  }
  a,
  a:hover,
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .uk-navbar-nav > li > a,
  .uk-navbar-dropdown-nav>li>a,
  .color-general{
    color: #666;
  }
  .uk-navbar-nav > li.uk-active > a,
  .uk-navbar-nav > li:hover > a,
  .uk-navbar-nav > li > a:focus,
  .uk-navbar-nav > li > a.uk-open,
  .uk-navbar-dropdown-nav>li>a:hover,
  .color-primary,
  .color-primary-hover:hover{
    color: rgb(24,76,129);
  }
  .color-primary-important{
    color: rgb(24,76,129)!important;
  }
  .social,
  .color-secondary{
    color: rgb(108,138,195);
  }
  .uk-alert-success,
  .uk-text-success,
  .color-verde{
    color: #8cb061!important;
  }
  .color-red,
  .color-rojo{
    color: tomato;
  }
  .color-rojo-vivo{
    color: #ff0000;
  }
  .color-warning{
    color: #FFA833;
  }
  .color-gris-9{
    color: #8c8b8b;
  }
  .color-gris-7{
    color: #777;
  }
  .color-gris-6{
    color: #666;
  }
  .color-gris-4{
    color: #444;
  }
  .color-gris{
    color: #a7a6a4;
  }
  .color-gris-3{
    color: #333;
  }
  .color-gris-2{
    color: #222;
  }
  .color-gris-a,
  .color-gris-a:hover{
    color: #a6a8ab;
  }
  .color-gris-d{
    color: #ddd;
  }
  .uk-close,
  footer a,
  footer a:hover,
  .color-blanco,
  .color-blanco:hover{
    color: white;
  }
  .uk-slidenav,
  .color-negro{
    color: black;
  }

/* ----------- FONDOS       */
  .bg-verde{
     background: #59a168;
  }
  .uk-alert-success{
    background: #e4f2e4;
  }
  .uk-slidenav{
    background: rgba(255,255,255,.8);
  }
  .uk-navbar-dropdown,
  .bg-white{
    background: white;
  }
  .bg-gris-oscuro{
    background: #333;
  }
  .uk-subnav-pill > .uk-active > a,
  .bg-primary{
    background: rgb(174,187,220);
  }
  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active,
  a.ui-button:active,
  .ui-button:active,
  .ui-button.ui-state-active:hover,
  .ajax-file-upload {
    background: rgb(108,138,195)!important;
  }
  .bg-secondary{
    background: rgb(108,138,195);
  }
  .bg-danger,
  .bg-red{
    background: tomato;
  }
  .bg-success{
    background: #8cb061;
  }
  .bg-blue{
    background: #1e87f0;
  }
  .bg-yellow{
    background: #f6b61a;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb,
  .bg-azulado{
    background: rgb(108,138,195);
  }
  .bg-beige{
    background: #eae7e1;
  }
  .bg-black{
    background: black;
  }
  .bg-gris{
    background: #999;
  }
  .bg-gris-claro{
    background: #f9f9f9;
  }
  .bg-azul{
    background: #0695bd;
  }
  .bg-dark{
    background: #2D3F50;
  }
  .bg-alpha-red{
    background: rgba(250,0,0,.7);
  }
  .bg-claro{
    background: rgba(250,250,250,.7);
  }
  .bg-oscuro{
    background: rgba(0,0,0,.5);
  }
  .bg-alpha-cofe{
    background: rgba(40,29,17,.8);
  }
  .bg-test1{
    background: #ff0;
  }
  .bg-test2{
    background: #f0f;
  }
  .bg-test3{
    background: #0ff;
  }
  .bg-negro-brillante{
    background: rgb(3,1,3);
  }
  .bg-naranja{
    background: #ff8b00;
  }
  .bg0{
  }
  .bg1{
    background: #F8E0E0;
  }
  .bg2{
    background: #F7F8E0;
  }
  .bg3{
    background: #E0F8E0;
  }
  .bg-gold{
      background-color: #6B89C5;
  }

/* ----------- NAVEGACIÓN   */
  #navigation{
    background: #E9EEF6;
    box-shadow: 0 5px 5px rgba(0,0,0,0.05);
    height: 50px;
  }
  .uk-navbar-nav {
    gap: 0;
  }
  .uk-navbar-nav > li > a {
    box-shadow: 0 0 0 rgb(108,138,195);
    font-size: 1em;
    padding: 0 10px;
    min-height: 50px;
    text-transform: none;
  }
  .uk-navbar-nav > li.uk-active > a,
  .uk-navbar-nav > li:hover > a,
  .uk-navbar-nav > li > a:focus,
  .uk-navbar-nav > li > a.uk-open {
    box-shadow: 0 3px 0 rgb(108,138,195);
  }

  .uk-navbar-dropdown {
    margin: 0;
    padding: 5px 15px 5px 10px;
    width: auto;
  }
  .uk-navbar-dropdown-nav{
    text-align: left;
    width: auto;
  }
  .uk-navbar-dropdown-nav>li>a{
    font-size: 16px;
    margin: 0;
    padding-left: 5px;
  }


  /* Off canvas */
  .uk-offcanvas-bar{
    background: black;
  }
  .uk-offcanvas-bar a{
    border:solid 1px #666;
    color: #CCC;
    background: #222;
    font-size: 1em!important;
    text-align: left;
    padding-left: 10px!important;
  }
  .uk-offcanvas-bar a:hover{
    color: #DDD;
    background: #333;
  }
  .uk-offcanvas-bar li{
    border-radius: 10px;
    margin-top: 5px;
  }
  .uk-offcanvas-bar .uk-nav-sub{
    background: #222;
  }
  .uk-offcanvas-bar .uk-nav-sub a{
    border: none;
    padding-left: 20px;
  }
  .uk-nav-center.uk-nav-parent-icon>.uk-parent>a::after{
    position: relative;
  }

/* ----------- TEMPLATE     */
  body{
    background: rgba(108,138,195,.1);
    background: linear-gradient(90deg, rgba(108,138,195,.05) 0%, rgba(108,138,195,.1) 100%);
  }
  footer {
    box-shadow: 0 0 0 10px #2D3F50;
    border-top: 5px solid white;
    margin-top: 80px;
  }
  header{
    background: #E9EEF6;
  }
  #lineatop{
    background: rgb(108,138,195);
    height: 5px;
  }
  .uk-tab .uk-active{
    box-shadow: 0 5px 0 rgb(24,76,129);
  }
  .resumentacturas{
    background: #f6f6f6;
    border-radius: 10px;
    border: 1px solid #BFC9E5;
    width: 100%;
    padding: 3px 15px;
  }
  .uk-table-small .uk-table-link > a,
  .uk-table-small td{
    padding: 3px 10px;
  }
  .uk-pagination li a{
    color: rgb(108,138,195);
  }
  .uk-pagination li{
    border-top: 1px solid rgb(108,138,195);
    border-right: 1px solid rgb(108,138,195);
    border-bottom: 1px solid rgb(108,138,195);
  }
  .uk-pagination li:first-child {
    border-radius: 5px 0 0 5px;
    border-left: 1px solid rgb(108,138,195);
  }
  .uk-pagination li:last-child {
    border-radius: 0 5px 5px 0;
  }
  .uk-pagination .uk-active {
    background-color: rgb(108,138,195);
    color: white;
    font-weight: bold;
  }
  .card-personal {
    border-radius: 5px; 
    border: 2px solid rgb(108,138,195);
  }
  .card-personal-title{
    border-radius: 3px 3px 0 0;
  }
  .listaderayadefinitiva {
    background: url('../img/design/check.jpg') top right no-repeat;
  }
  .uk-modal-dialog{
    border-radius: 6px;
  }
  .uk-modal-header{
    border-radius: 4px 4px 0 0;
  }
  .uk-modal-footer{
    border-radius: 0 0 4px 4px;
  }
  .ui-effects-transfer {
    border: 2px dotted gray;
    z-index: 9999999999999999;
  }

/*  ---------- GENERALES    */
  a{
    text-decoration: none!important;
  }
  .uk-button,
  .uk-button:hover,
  .transicion,
  .transicion:hover{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  #totop{
    position: fixed;
    right: 35px;
  }
  #totop a{
    color: white;
    font-size: 30px;
    height: 60px;
    width: 60px;
  }
  h1{
    font-size: 1.2em;
  }
  h2{
    font-size: 1.1em;
  }
  h3,h4,h5,h6{
    font-size: 1em;
  }
  .alpha0{
    opacity: 0;
  }
  .claro,
  .alpha-1-5:hover{
    opacity:.6;
  }
  .oscuro,
  .alpha-1-0:hover{
    opacity:0;
  }
  .alpha-1-0,
  .alpha-1-5,
  .claro:hover,
  .oscuro:hover,
  .alpha1hover:hover{
    opacity: 1;
  }
  .margen-0{
    margin: 0;
  }
  .margen-top-5{
    margin-top: 5px;
  }
  .margen-top-10{
    margin-top: 10px;
  }
  .margen-top-20{
    margin-top: 20px;
  }
  .margen-top-25{
    margin-top: 25px!important;
  }
  .margen-top-50{
    margin-top: 50px;
  }
  .margen-top-100{
    margin-top: 100px;
  }
  .margen-top-menos-150{
    margin-top: -150px;
  }
  .margen-top-menos-100{
    margin-top: -100px;
  }
  .margen-top-menos-50{
    margin-top: -50px;
  }
  .margen-top-menos-20{
    margin-top: -20px;
  }
  .margen-top-menos-10{
    margin-top: -10px;
  }
  .margen-bottom-50{
    margin-bottom: 50px;
  }
  .margen-h-5{
    margin-left: 5px;
    margin-right: 5px;
  }
  .margen-v-20{
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .margen-v-25{
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .margen-v-50{
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .margen-v-70{
    margin-bottom: 70px;
    margin-top: 70px;
  }
  .margen-right-20{
    margin-right: 20px;
  }
  .margen-right-menos-50{
    margin-right: -45px;
  }
  .margen-right-menos-20{
    margin-right: -15px;
  }
  .padding-bottom-10{
    padding-bottom: 10px;
  }
  .padding-bottom-20{
    padding-bottom: 20px;
  }
  .padding-bottom-50{
    padding-bottom: 50px;
  }
  .padding-bottom-60{
    padding-bottom: 60px;
  }
  .padding-bottom-100{
    padding-bottom: 100px;
  }
  .padding-bottom-200{
    padding-bottom: 200px;
  }
  .padding-top-5{
    padding-top: 5px;
  }
  .padding-top-10{
    padding-top: 10px;
  }
  .padding-top-20{
    padding-top: 20px;
  }
  .padding-top-30{
    padding-top: 30px;
  }
  .padding-top-40{
    padding-top: 40px;
  }
  .padding-top-50{
    padding-top: 50px;
  }
  .padding-top-100{
    padding-top: 100px;
  }
  .padding-v-3{
    padding-bottom: 3px;
    padding-top: 3px;
  }
  .padding-v-5{
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .padding-v-10{
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .padding-v-20{
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .padding-v-50{
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .padding-v-100{
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .padding-left-10{
    padding-left: 10px;
  }
  .padding-left-20{
    padding-left: 20px;
  }
  .padding-left-50{
    padding-left: 50px;
  }
  .padding-left-100{
    padding-left: 100px;
  }
  .padding-right-10{
    padding-right: 10px;
  }
  .padding-right-20{
    padding-right: 20px;
  }
  .padding-right-50{
    padding-right: 50px;
  }
  .padding-h-5{
    padding-left: 5px;
    padding-right: 5px;
  }
  .padding-h-10{
    padding-left: 10px;
    padding-right: 10px;
  }
  .padding-h-20{
    padding-left: 20px;
    padding-right: 20px;
  }
  .padding-h-30{
    padding-left: 30px;
    padding-right: 30px;
  }
  .padding-h-50{
    padding-left: 50px;
    padding-right: 50px;
  }
  .padding-h-70{
    padding-left: 70px;
    padding-right: 70px;
  }
  .padding-0{
    padding: 0px;
  }
  .padding-5{
    padding:5px;
  }
  .padding-10{
    padding:10px;
  }
  .padding-15{
    padding:15px;
  }
  .padding-20{
    padding:20px;
  }
  .padding-30{
    padding:30px;
  }
  .padding-50{
    padding:50px;
  }
  .min-height-150px{
    min-height: 150px;
  }
  .min-height-250px{
    min-height: 250px;
  }
  .max-height-300px{
    max-height: 300px;
  }
  .min-height-500px{
    min-height: 500px;
  }
  .max-width-200{
    max-width: 200px;
  }
  .max-width-600{
    max-width: 600px;
  }
  .pointer{
    cursor: pointer;
  }
  #map{
    min-height: 400px;
  }

  /* SCROLL */
  ::-webkit-scrollbar {
    width: 10px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
    background: #EEE;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(108,138,195);
  }

  .text-5{
    font-size: .5em;
  }
  .text-6{
    font-size: .6em;
  }
  .text-xs,
  .text-7{
    font-size: .7em;
  }
  .text-8{
    font-size: .8em;
  }
  .text-sm,
  .text-9
  {
    font-size: .9em;
  }
  .text-11
  {
    font-size: 1.1em;
  }
  .text-lg{
    font-size: 1.2em;
  }
  .text-xl{
    font-size: 1.5em;
  }
  .text-xxl{
    font-size: 2em;
  }
  .text-xxxl{
    font-size: 3em;
  }

  .text-v{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
  }
  .uk-text-bold{
    font-weight: 600;
  }
  .uk-text-light{
    font-weight: 300;
  }

  .margin-0{
    margin: 0px;
  }
  /* danger */
  .uk-button{
    font-weight: 700;
  }
  /* success */
  .uk-button-success {
    background-color: #8cb061;
    color: white;
    border: 1px solid transparent;
  }
  .uk-button-success:hover,
  .uk-button-success:focus,
  .uk-button-success:active,
  .uk-button-success.uk-active {
    background-color: #7a5;
    color: white;
  }
  .uk-button-danger{
    background: tomato;
    color: #fff;
  }
  .uk-button-danger:active,
  .uk-button-danger.uk-active{
    background: #d00;
    color: #fff;  
  }
  .uk-button-danger:hover,
  .uk-button-danger:focus{
    background: #a00;
    color: #fff;
  }

  /* warning */
    .uk-button-warning {
      background-color: #fad50a;
      color: #473f12;
      border: 1px solid #999;
    }
    .uk-button-warning:hover,
    .uk-button-warning:focus,
    .uk-button-warning:active,
    .uk-button-warning.uk-active {
      background-color: #dcc64e;
      color: #473f12;
    }

  /* personal */
  .uk-button-login,
  .uk-button-registro,
  .uk-button-solid,
  .uk-button-solid:active,
  .uk-button-solid.uk-active,
  .uk-button-solid:hover,
  .uk-button-solid:focus,
  .uk-button-primary,
  .uk-button-personal,
  .uk-button-primary:active,
  .uk-button-primary.uk-active,
  .uk-button-primary:hover,
  .uk-button-primary:focus {
    background: rgb(174,187,220);
    color: rgb(24,76,129);
    border: solid 1px rgb(174,187,220);
  }
  /* Hover + Focus */
  .uk-button-login:active,
  .uk-button-login.uk-active,
  .uk-button-login:hover,
  .uk-button-login:focus,
  .uk-button-registro:active,
  .uk-button-registro.uk-active,
  .uk-button-registro:hover,
  .uk-button-registro:focus,
  .uk-button-personal:active,
  .uk-button-personal.uk-active,
  .uk-button-personal:hover,
  .uk-button-personal:focus {
      background-color: white;
      border: solid 1px rgb(174,187,220);
      color: rgb(24,76,129);
  }
  /* white */
  .uk-button-white {
    background-color: #fff;
    color: #444!important;
    border: 1px solid #999;
  }

  /* slider */
  .uk-button-slider {
      background: rgba(0,0,0,.5);
      color: white;
      border: solid 1px white;
  }
  .uk-button-slider:active,
  .uk-button-slider.uk-active,
  .uk-button-slider:hover,
  .uk-button-slider:focus {
    box-shadow: 0 0 20px white;
    background-color: black;
    border: solid 1px white;
    color: white;
  }

  /* Hover + Focus */
  .uk-button-registro:active,
  .uk-button-registro.uk-active,
  .uk-button-registro:hover,
  .uk-button-registro:focus {
      background-color: transparent;
      border: solid 1px #59a168;
      color: #59a168!important;

  }
  .uk-button-xsmall {
    padding: 0 12px;
    line-height: 23px;
    font-size: .7rem;
  }
  .linea-button{ 
    border-bottom: solid 1px #59a168;
    color: #ff7344;
  }
  .outline-5{
    outline: solid 5px white;
  }
  .outline-10{
    outline: solid 10px white;
  }

  /* totop */
  .uk-button-totop,
  .uk-button-totop:hover,
  .uk-button-totop:focus,
  .uk-button-totop:active,
  .uk-button-totop.uk-active {
    background-color: #333;
    color: #fff;
  }
  /*  claro */
  .uk-button-white {
    background-color: #fff;
    color: #333;
    border: 1px solid #fff;
  }
  /* Hover + Focus */
  .uk-button-white:hover,
  .uk-button-white:focus {
    background-color: #eee;
    color: #111;
  }
  /* OnClick + Active */
  .uk-button-white:active,
  .uk-button-white.uk-active {
    background-color: #ddd;
    color: #000;
  }
  /*  TOP */
  .uk-button-top {
    background-color: #000;
    border: 1px solid #000;
    color: #EEE;
    font-size: 18px;
    padding-top: 5px;
  }
  /* Hover + Focus */
  .uk-button-top:hover,
  .uk-button-top:focus {
    background-color: #000;
    color: #fff;
  }
  /* OnClick + Active */
  .uk-button-top:active,
  .uk-button-top.uk-active {
    background-color: #000;
    color: #CCC;
  }
  .uk-select,
  .uk-textarea,
  .uk-input{
    border-color: #AAA;
    border-radius: 3px;
  }
  .uk-form-blank{
    border-color: transparent;
  }
  .uk-lightbox {
    background: rgba(0,0,0,.7)!important;
  }
  .uk-notification-message{
    background: none!important;
    color: white;
    text-align: center;
  }
  .uk-notification-message div{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  textarea{
    resize:none;
  }
  .z1{
    z-index: 1;
  }
  .z2{
    z-index: 2;
  }
  .card-gold {
    border-radius: 8px;
    border: 2px solid rgb(108,138,195);
  }

/* TABLESORTER */
  .tablesorter-headerUnSorted{
    padding-right: 30px;
    cursor: pointer;
  }
  .tablesorter-headerAsc{
    color: black!important;
    background: url(../img/contenido/varios/sort-up.png) no-repeat center right;
    padding-right: 30px;
    cursor: pointer;
  }
  .tablesorter-headerDesc{
    color: black!important;
    background: url(../img/contenido/varios/sort-down.png) no-repeat center right;
    padding-right: 30px;
    cursor: pointer;
  }


/* ----------- XML SITE MAP */
  urlset{
    background: url(../img/design/logo.png) no-repeat top center white;
    padding-top: 110px;
  }
  url {
    background: white;
    display: block;
    padding: 10px
  }
  loc{
    display: block;
    margin: 0 auto;
    width: 1200px;
  }

/* ----------- MEDIA QUERY  */

  @media (min-width: 1800px){
    .bg-header-2{
      background-size: 100%;
    }
    .bg-central{
      background-size: 100%;
      height: 500px; 
    }
  }
  @media (max-width: 1600px){/*Tamaño xl*/

  }
  @media (max-width: 1400px){
  
  }
  @media (max-width: 1200px){/*Tamaño l*/
  }
  @media (max-width: 960px){ /*Tamaño m*/
    .eventos{
      margin-top: 0px;
    } 
    .header-eventos{
      position: absolute; 
      top:120px; 
      right: 0px;
    }
    .container-mision{
      border-left:none;
    }
    .container-vision{
      border-right:none;
    }
  
  }
  @media (max-width: 820px){


  }
  @media (max-width: 640px){/* Tamaño s*/

  }
  @media (max-width: 550px){

  }
