/* ++++++++++++++++++++++++++++++++++++++++++++++++ *\

  * Generales
  * Header
    + Idioma
    + Login
    + Buscar
    + Slider
  * Main
    + Servicios
    + Inicio
    + Sidebar
    + Transmision
    + Widget-texto
    + Eventos
    + Otros wg
    + Miembros y Hacemos parte
    + Categoria
    + Blog
    + Contacto
    + Paginacion
    + Entrada
    + En linea
    + Formulario Colaboratorio
  * Footer
  * Icomoon
  * Posts-Slider

\* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Barlow Semi Condensed', sans-serif;
aguamarina: #2DCCD3
fucsia: #C5299B
azul: #001A70
marino-oscuro: #00005A
*/
/* @font-face {
font-family: 'Neue Haas Grotesk Text Pro Roman';
font-style: normal;
font-weight: normal;
src: local('Neue Haas Grotesk Text Pro Roman'), url('../fonts/NHaasGroteskTXPro-55Rg.woff') format('woff');
}


@font-face {
font-family: 'Neue Haas Grotesk Text Pro Italic';
font-style: normal;
font-weight: normal;
src: local('Neue Haas Grotesk Text Pro Italic'), url('../fonts/NHaasGroteskTXPro-56It.woff') format('woff');
}


@font-face {
font-family: 'Neue Haas Grotesk Text Pro Bold';
font-style: normal;
font-weight: normal;
src: local('Neue Haas Grotesk Text Pro Bold'), url('../fonts/NHaasGroteskTXPro-75Bd.woff') format('woff');
}


@font-face {
font-family: 'Neue Haas Grotesk Text Pro Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Neue Haas Grotesk Text Pro Bold Italic'), url('../fonts/NHaasGroteskTXPro-76BdIt.woff') format('woff');
} */

/* ++++++++++++++++++++++++++++++++++++++++++++++++ *\
                Reset
\* ++++++++++++++++++++++++++++++++++++++++++++++++ */

  a {outline:none;}
  table {border-collapse:collapse; border-spacing:0;}
  img {border:0;}
  img {vertical-align:bottom;}
  del,ins {text-decoration:none;}

  h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
    margin: 0;
    line-height: normal;
    color: #00829B;
    font-family: 'Open Sans', sans-serif;
  }
  p{ margin: 0; margin-bottom: 10px; }
  q:before,q:after {content:'';}
  abbr,acronym {border:0; font-variant:normal;}
  sup,sub {vertical-align:baseline;}
  legend { color:#999; }

  input,button,textarea,select,optgroup,option {font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit;}
  input,button,textarea,select {font-size:100%;}

  .group:before, .group:after {content:""; display:table;}
  .group:after {clear:both;}
  .ie6 .group {zoom:1;}
  .ie7 .group {zoom:1;}


iframe .freebirdFormviewerViewFooterImageContainer img{display:none;}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ *\
                Generales
\* ++++++++++++++++++++++++++++++++++++++++++++++++ */
  html {
    height:100%;
    margin-bottom:1px;
    overflow-y:scroll;
    overflow-x: hidden;
    font-size: 14px;
  }
  body {
    height:100%;
    padding: 0;
    padding-top: 124px;
    margin: 0;
    background: #fff;
    color:#4a4a4a;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: normal;
    font-weight: 400;
    text-align:left;
  }
  .float-left{ float:left; }
  .float-right{ float:right; }

  .clear{
    clear: both;
  }
  h1{
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  h2{
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  h3{
    font-size: 1.6rem;
    margin-bottom: 12px;
    text-indent: 0 !important;
    padding: 0;
    display: block;
    clear: both;
  }
  a {
    color: #00829B;
    text-decoration: none;
  }
  a:hover, a:focus{
    color: #2DCCD3;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .ancho {
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }
  #ir-arriba {
    display:none;
    width: 40px;
    height: 40px;
    font-size: 0;
    background: url(../images/go-up.png) no-repeat center #C5299B;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 20;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .btn {
    display: inline-block;
    padding: 3px 15px 5px;
    background-color: #C5299B;
    border: none;
    color: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    cursor: pointer;
  }
  .btn:hover, .btn:focus {
    background-color: #C5299B;
    color: #fff;
  }
    .btn::before{
      margin-right: 5px;
    }
  p.readmore{
    text-align: right;
    margin-bottom: 0;
    clear: both;
  }
    .readmore a {
      display: inline-block;
      padding: 3px 15px 5px;
      background-color: #C5299B;
      line-height: normal;
      color: #fff;
      border-radius: 4px;
    }
    .readmore a:hover {
      background-color: #C5299B;
    }

  .page-heading{
    padding-left: 10px;
    color: #00829B;
    border-left: 3px solid #C5299B;
    margin-left: -3px;
    margin-bottom: 25px;
  }

  .alignright, a .alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 1rem;
    max-width: 40%;
  }
  .alignleft, a .alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 1rem;
    max-width: 40%;
  }
  .aligncenter, a .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
  }
  .shadow{
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
  }
  body .huge-it-share-buttons h3 {
    font-size: 16px;
    color: #C5299B;
    font-style: italic;
    margin-top: 10px;
  }
  .text-center {
    text-align: center;
  }
  .heateor_sss_sharing_title {
    color: #C5299B;
    font-weight: normal !important;
    font-style: italic;
    margin-bottom: 5px;
  }

  .text-right {
    text-align: right;
  }
  .link-form {
    margin-bottom: 5px;
    display: block;
  }
  .cola-form-img {
    margin-bottom: 10px;
  }



/* ++++++++++++++++++++++++++++++++++++++++++++++++ *\
                @Header
\* ++++++++++++++++++++++++++++++++++++++++++++++++ */
#sticky-wrapper {
  height: auto !important;
  display: table;
  width: 100%;
}
#sticky-wrapper.fijo {
  display: block;
}
  header {
    position: absolute;
    width: 100% !important;
    min-height: 124px;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.4);
       -moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.4);
            box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.4);
  }
  .fijo .header{
    /*background-color: #fff;*/
    width: 100% !important;
    min-height: auto;
    z-index: 10001 !important;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.4);
       -moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.4);
            box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.4);
    -webkit-animation: head-down 0.3s 1 linear;
            animation: head-down 0.3s 1 linear;
  }
  .header.fijo{
    /*background-color: #fff;*/
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.4);
       -moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.4);
            box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.4);
  }
  @-webkit-keyframes head-down{
    0%{top:-100px; background:bule;}
    100%{top:0px; background:bule;}
  }
  @keyframes head-down{
    0%{top:-100px; background:bule;}
    100%{top:0px; background:bule;}
  }
    header div.ancho {
      display: table;
      /*border-bottom: 2px solid #007599;*/
    }
      header .ancho > div {

      }
      .logo {
        float: left;
        padding: 20px 20px 5px 0;
      }
        .logo img {
          -ms-interpolation-mode: nearest-neighbor;
          image-rendering: -webkit-optimize-contrast;
          image-rendering: -moz-crisp-edges;
          width: 250px;
          max-width: 100%;
          height: auto;
        }
      .logo-small {
        display: none;
      }
      .fijo .logo {
        display: none;
      }
      .fijo .logo-small {
        display: block;
        float: left;
        padding: 10px 0 5px;
      }
      .head-wg {
        float: right;
        padding: 10px 0 0;
        text-align: right;
      }
        .idioma.widget, .login.widget, .buscar.widget {
          display: inline-block;
          float: right;
          margin-bottom: 10px;
          vertical-align: top;
        }

    /* -- @Idioma -- */
    .idioma.widget {

    }
      .idioma ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: table;
      }
        .idioma ul li {
          display: table-cell;
          border-right: 1px solid #1a7b8c;
        }
          .idioma a {
            display: inline-block;
            padding: 3px 10px;
          }

    /* -- @Login -- */
    .login.widget {
      margin-bottom: 0;
    }
      .login.widget .textwidget > p {
        display: none;
      }
      .login .-inline-block {
        margin-right: -2px;
      }
      .login .hg-login-button, .login .hg-signup-button {
        margin: 0;
        padding: 3px 10px;
        text-transform: none;
        border-radius: 0;
        min-width: auto;
      }
      .login #hg_login_primary_button {
        font-size: 1rem;
        background-color: rgba(255, 255, 255, 0);
      }
      .login #hg_login_primary_button:hover {
        background-color: rgba(255, 255, 255, 0);
      }
      .login .hg-login-account-menu {
        margin-top: -7px;
      }
      .login .hg-login-account-info {
        position: relative;
      }
        .login .hg-login-account-menu a {
          padding: 0;
        }
          .login .hg-login-account-main .hg-login-account-main-howdy{
            line-height: 36px;
            font-weight: 400;
          }
          .login .hg-login-account-main img {
            width: 30px;
            height: 30px;
            margin-top: 3px;
          }
        .login .hg-login-account-dropdown-menu {
          position: absolute;
          max-height: 0;
          overflow: hidden;
          top: 100%;
          right: 0;
          transition: all 0.2s ease-out;
          z-index: 0;
        }
        .login .hg-login-account-info:hover .hg-login-account-dropdown-menu{
          max-height: 300px;
          z-index: 100;
        }
          .login .hg-login-dropdown-item a {
            display: block;
            padding: 8px 20px;
            background-color: #3f7396;
            color: #fff;
            border-bottom: 1px solid #6eaad3;
          }
          .login .hg-login-dropdown-item a:hover {
            color: #fff;
            background-color: #207ab8;
          }
      .lwa a {
        display: block;
        padding: 3px 10px;
      }

    /* -- @Buscar -- */
    .buscar.widget label {
      display: inline-block;
      vertical-align: middle;
    }
      .buscar .search-field {
        width: 200px;
        padding: 3px 10px;
        background-color: #fff;
        border: 1px solid #ccc;
        -webkit-border-radius: 4px;
                border-radius: 4px;
      }
    .btn-busca {
      display: inline-block;
      padding: 2px;
      margin-left: 2px;
      background: none;
      font-size: 0;
      vertical-align: middle;
      color: #007599;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      border: 1px solid rgba(255,255,255,0);
    }
    .btn-busca:hover, .btn-busca:focus {
      background-color: rgba(255,255,255,0.6);
    }
      .btn-busca:before {
        font-size: 1.7rem;
        color: #007599;
      }

  /* -- @Slider -- */
  .slider {
    /*margin-top: -124px;*/
  }
    .slider .flex-control-nav {
      padding: 10px 5% !important;
      bottom: auto;
      top: 5px;
      z-index: 100;
      text-align: right;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
      .slider .flex-control-nav li {
        margin: 0;
      }
        .slider .flex-control-paging li a {
          width: 13px;
          height: 13px;
          background-color: #fff;
          font-size: 0;
        }
        .slider .flex-control-paging li a.flex-active,
        .slider .flex-control-paging li a.flex-active:hover{
          background-color: #007599;
        }
        .slider .flex-control-paging li a:hover{
          background-color: rgba(255, 255, 255, 0.5);
        }
      .slider .metaslider .caption-wrap {
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        opacity: 1;
        line-height: normal;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
      }
        .slider .metaslider .caption {
          position: absolute;
          width: 100%;
          padding: 5px 25px;
          top: 50%;
          left: 0;
          z-index: 100;
          text-align: center;
          font-size: 2.5rem;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
                  transform: translateY(-50%);
        }
      .slider .metaslider .flexslider .flex-direction-nav li a {
        background-image: url(../images/flechas.png);
      }
      .slider .metaslider .flexslider {
        margin-bottom: 0;
      }




/* ++++++++++++++++++++++++++++++++++++++++++++++++ *\
                Main
\* ++++++++++++++++++++++++++++++++++++++++++++++++ */
  #main {
    padding: 40px 0;
    background-color: #f0f0f0;
  }
    .the-posts {
      margin-bottom: 30px;
    }
  main {
    padding: 40px 0;
    background-color: #f0f0f0;
  }
    main .ancho {
      padding: 30px 50px;
      background-color: #fff;
      overflow: hidden;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
         -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
              box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
    }

    main.potencial {
      padding-top: 0;
    }
      main .ancho.clear-fixed {
        *zoom : 1;
      }
        main .ancho.ancho.clear-fixed::before, main .ancho.ancho.clear-fixed::after {
          display: table;
          content : ""; 
        }
        main .ancho.ancho.clear-fixed::after {
          clear : both; 
        }

  /* -- @Servicios -- */
  .blue-up {
    padding: 40px 0;
    background-color: #00829B;
    text-align: center;
    margin-top: -1px;
  }
    .blue-up h3 {
      display: inline-block;
      padding: 0 5px 10px;
      margin: 0 auto 40px;
      text-align: center;
      color: #fff;
      border-bottom: 1px dashed #fff;
    }
    .menu-servicios ul {
      text-align: center;
      margin: 0;
      margin-bottom: -20px;
      padding: 0;
      list-style: none;
      position: relative;
    }
      .menu-servicios > ul > li{
        display: inline-block;
        margin: 0 6px;
        vertical-align: top;
        padding-bottom: 20px;
        width: 15%;
      }
        .menu-servicios > ul > li > a{
          display: block;
          padding: 60px 10px 5px;
          margin-top: -55px;
          /*padding: 50px 10px 5px;
          margin-top: -42px;*/
          position: relative;
          font-family: 'Barlow Semi Condensed', sans-serif;
          color: #fff;
          font-size: 1.4rem;
          /*border-left: 4px solid #2DCCD3;
          border-right: 4px solid #2DCCD3;*/
          -webkit-transition: all 0.2s ease-out;
             -moz-transition: all 0.2s ease-out;
                  transition: all 0.2s ease-out;
        }
          .menu-servicios > ul > li::before{
            display: inline-block;
            margin-bottom: 4px;
            color: #fff;
            font-size: 3rem;
            -webkit-transition: all 0.2s ease-out;
               -moz-transition: all 0.2s ease-out;
                    transition: all 0.2s ease-out;
          }
        .menu-servicios > ul > li:hover > a, .menu-servicios > ul > li:hover::before{
          color: #00005A;
        }
          .menu-servicios .sub-menu{
            position: absolute;
            width: 80%;
            max-height: 0;
            padding: 0 5%;
            top: 100%;
            left: 50%;
            overflow: hidden;
            background-color: rgba(25,48,64,0.9);
            z-index: 10000;
            -webkit-transition: all 0.2s ease-out;
               -moz-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
            -webkit-transform: translatex(-50%);
               -moz-transform: translatex(-50%);
              -ms-transform: translatex(-50%);
               -o-transform: translatex(-50%);
                transform: translatex(-50%);
          }
          .menu-servicios > ul > li:hover > .sub-menu{
            max-height: 400px;
            padding: 10px 5%;
          }
            .menu-servicios .sub-menu > li{
              display: inline-block;
              margin: 5px 10px;
              vertical-align: top;
            }
              .menu-servicios .sub-menu > li::before{
                display: inline-block;
                padding: 10px 5px;
                margin-bottom: 4px;
                color: #2DCCD3;
                font-size: 2.5rem;
                border-bottom: 3px solid #fff;
              }
              .menu-servicios .sub-menu > li a{
                display: block;
                width: 110px;
                padding: 68px 10px 5px;
                margin-top: -63px;
                position: relative;
                color: #fff;
                font-family: 'Barlow Semi Condensed', sans-serif;
                font-size: 1.2rem;
                z-index: 10;
                border: 1px solid rgba(255,255,255,0);
                border-radius: 4px;
              }
              .menu-servicios .sub-menu > li a:hover{
                border-color: #fff;
              }
              .menu-servicios .sub-menu > li:hover::before{
                color: #fff;
              }


  /* -- @Inicio -- */
  .the-posts {
    width: 50%;
    float: left;
  }
  .post-content {
    outline: none;
    float: left;
    width: 50%;
  }
    .post-area {
      position: relative;
      height: 100%;
      padding: 10px 10px 40px;
      margin: 0 10px;
      background-color: #fff;
      box-sizing: border-box;
      -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
         -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
              box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
    }
      .post-area .thumbnail {
        margin: 0 auto 20px;
        position: relative;
        overflow: hidden;
        max-width: 400px;
      }
        .post-area .thumbnail::before {
          content: '';
          display: block;
          padding-top: 53.33%;
        }
        .post-area .thumbnail a {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
        }
          .post-area .thumbnail img{
            position: absolute;
            width: 100%;
            height: auto;
            top: 50%;
            left: 0;
            z-index: 10;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                    transform: translateY(-50%);
          }
      .cat-post {
        display: table;
        height: 60px;
        padding: 0;
        margin: -75px 0 7px auto;
        list-style: none;
        position: relative;
        z-index: 120;
        text-align: right;
      }
        .cat-post li {
          display: inline-block;
          margin-left: 5px;
        }
          .cat-post li a{
            display: block;
            min-width: 50px;
            padding: 0 5px 5px;
            background-color: #00829B;
            color: #fff;
            font-size: 0.7rem;
            text-align: center;
          }
            .cat-post a span {
              display: block;
              margin-top: -3px;
              margin-bottom: 3px;
              text-transform: lowercase;
              font-family: 'circuit_boardregular', arial;
              font-size: 35px; 
              line-height: 35px;
            }
          .cat-post li a:hover {
            background-color: #00005A;
          }
          .cat-post li a.icon-noticias {
            background-color: #51a1d6;
          }
          .cat-post li a.icon-convoca {
            background-color: #5e1473;
          }
          .cat-post li a.icon-fondos {
            background-color: #ec8400;
          }
          .cat-post li a.icon-proyects {
            background-color: #cad300;
          }
            .cat-post li a::before {
              display: block;
              font-size: 2.3rem;
            }
        .post-area > h3 {
          text-align: center;
          font-size: 1.2rem;

        }
          .post-area > h3 a {
            color: #00005A;
          }
          .post-area > h3 a:hover {
            color: #000;
          }
      .post-area .readmore {
        position: absolute;
        bottom: 10px;
        right: 10px;
      }



  /* -- @Sidebar -- */
  .sidebar {
    text-align: center;
  }
  .sidebar.side-right {
    float: left;
    width: 50%;
  }
    .sidebar .widget {
      display: inline-block;
      width: 31%;
      padding: 10px 10px 40px;
      vertical-align: top;
      margin: 0 1% 20px 1%;
      text-align: left;
      background-color: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
         -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
              box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
    }
    .sidebar.side-right .widget {
      width: 48%;
      position: relative;
    }
    .sidebar .widget:last-child {
      margin-right: 0;
    }
      .sidebar .widget > h3 {
        padding-left: 10px;
        color: #00005A;
        border-left: 3px solid #2DCCD3;
      }

  /* -- @Transmision -- */
  .transmision {

  }
    .transmision.icon-live:before {
      float: right;
      color: #28a1d8;
      font-size: 2rem;
    }
    .el-video {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      margin: 0 -20px;
      overflow: hidden;
      margin-bottom: 20px;
    }
      .el-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
      }

  /* -- @Widget-texto -- */
  .textwidget hr {
    margin: 20px 5px;
  }
    .wg-texto .textwidget {
      text-align: center;
    }
      .wg-texto img {
        width: 100%;
        max-width: none;
      }

  /* -- @Eventos -- */
  .eventos.widget {
    
  }
    .eventos .fb-events-container {
      margin-left: -15px;
      margin-right: -15px;
      max-height: 270px;
    }
      .eventos .fb-event {
        background-color: #fff;
        border-color: #ccc;
        font-size: 0.9rem;
      }
      .eventos .fb-event:hover {
        background-color: #eee; 
      }
        .eventos .fb-event-title {
          font-weight: normal;
          color: #00829B;
          margin-bottom: 2px;
        }
        .eventos .fb-event-time {
          font-size: 0.8rem;
          margin-bottom: 3px;
        }
        .eventos .fb-event-description {
          line-height: 14px;
        }

  /* -- @Otros wg -- */
  .otros-wg {
    padding: 20px;
    background-color: #fff;
  }
    .otros-wg .ancho > h3 {
      padding-bottom: 5px;
      margin-bottom: 20px;
      color: #00005A;
      border-bottom: 2px solid #2DCCD3;
    }
    .miembros{
      text-align: center;
      margin-bottom: 20px;
    }
      .miembros > div {
        display: inline-block;
        width: 100%;
        margin: 0 1%;
        text-align: left;
        vertical-align: top;
      }
      .wg-miembro h3 {
        color: #00005A;
      }

  /* -- @Miembros y Hacemos parte  -- */
  .gobierno ul, .regionales ul, .parte ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  /*.gobierno ul {
    border-right: 1px solid #ddd;
  }*/
  .parte ul {
    display: table;
    margin: auto;
  }
    .gobierno ul li, .regionales ul li, .parte ul li {
      display: inline-block;
      margin: 0 7px 10px;
      vertical-align: middle;
    }
    /*.gobierno ul li:first-child {
      display: block;
    }*/
    .parte ul li {
      margin: 0 7px 10px;
    }
      .gobierno a, .regionales a, .parte a {
        display: block;
      }
        .gobierno img, .regionales img, .parte img {
          /*border: 1px solid #ddd;
          border-radius: 4px;*/
        }

  /* -- Categoria -- */
  .category-post {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    font-size: 1rem;
  }
    .post_title {
      padding-left: 10px;
      border-left: 3px solid #C5299B;
      margin-left: -13px;
    }
      .post_title a {
        color: #00829B;
      }
      .post_title a:hover {
        color: #000;
      }
    .post-thumbnail {
      float: left;
      width: 280px;
      max-width: 40%;
      margin: 0 20px 10px 0;
      position: relative;
      overflow: hidden;
    }
      .post-thumbnail::before {
        content: '';
        display: block;
        padding-top: 53.33%;
      }
      .post-thumbnail img {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        z-index: 10;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
      }
      .post-thumbnail a:hover img {
        opacity: 0.8;
      }
    .separa-post {
      display: block;
      width: 99%;
      margin: 10px auto 0;
      border-bottom: 1px dashed #aaa;
    }

  /* -- @Blog -- */
  .blog .ancho {
    display: table;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
    .blog aside {
      display: table-cell;
      width: 270px;
      padding-right: 30px;
      vertical-align: top;
    }
      .side-wg {
        padding: 20px 25px 20px 30px;
        background-color: #fff;
        margin-bottom: 30px;
      }
        .blog-cat ul {
          margin: 0;
          padding: 0;
          list-style: none;
        }
          .blog-cat ul li {
            float: none;
            border-bottom: 1px dashed #aaa;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
          }
          .blog-cat ul li:last-child, .tagcloud a:last-child {
            border-bottom: none;
          }
            .blog-cat ul li a {
              display: block;
              padding: 5px 10px;
              font-size: 1.1rem;
            }
        .tagcloud a{
          display: block;
          padding: 5px 10px;
          font-size: 1.1rem !important;
          border-bottom: 1px dashed #aaa;
        }
    .blog .blog-post {
      display: table-cell;
      padding: 20px;
      background-color: #fff;
      vertical-align: top;
    }
      .blog-post .category-post {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
      }
        .blog-post .post-body {
          padding: 10px;
        }
          .blog-thumbnail {
            width: auto;
            margin: 0 -10px 10px;
            position: relative;
            overflow: hidden;
          }
            .blog-thumbnail::before {
              content: '';
              display: block;
              padding-top: 53.33%;
            }
              .blog-thumbnail img {
                position: absolute;
                width: 100%;
                top: 50%;
                left: 0;
                z-index: 10;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                transform: translateY(-50%);
              }
          .blog .autor {
            margin-bottom: 10px;
            font-size: 0.9rem;
            color: #000;
          }


  /*@Contacto*/
  .hugeit_form > div {
      width: 66% !important;
      padding:20px;
      margin-bottom: 20px;
      border-radius: 10px;
  }
    .hugeit_form h3 {
      margin-top: 20px;
      margin-bottom: 0;
    }
    form .hugeit-contact-wrapper .hugeit-contact-column-block > div > label {
        margin-top: 7px;
        box-sizing: border-box;
    }
    form .hugeit-contact-wrapper .hugeit-contact-column-block > div .field-block {
        /*width: 60%;*/
    }
        .hugeit_form .input-text-block input, 
        .hugeit_form .input-text-block input:focus,
        .hugeit_form .input-name-block input, 
        .hugeit_form .input-name-block input:focus,
        .hugeit_form .input-date-block input, 
        .hugeit_form .input-date-block input:focus {
            padding: 6px 10px !important;
            padding-top: 6px !important;
            padding-bottom: 6px !important;
            padding-right: 10px !important;
            height: 34px !important;
        }
        .hugeit_form .ready-phone-block input.readyPhone, 
        .hugeit_form .ready-phone-block input.readyPhone:focus {
            height: 34px !important;
            padding-top: 6px !important;
            padding-bottom: 6px !important;
            padding-right: 10px !important;
        }
        .hugeit_form .selectbox-block,
        .hugeit_form .selectbox-block,
        .hugeit_form .selectbox-block select,
        .hugeit_form .selectbox-block select {
            height: 34px !important;
        }
        .hugeit_form .selectbox-block .textholder,
        .hugeit_form .selectbox-block .textholder {
            height: 34px !important;
        }
        .hugeit_form .selectbox-block i,
        .hugeit_form .selectbox-block i {
            top: 10px !important;
        }
        

    /* @Paginacion */
    .paginacion a {
        display: inline-block;
        padding: 4px 8px;
        border: 1px solid #ccc;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
    }
    .paginacion span {
        display: inline-block;
        padding: 4px 8px;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
    }
    .paginacion span.current {
        background-color: #2DCCD3;
        color: #fff;
    }

  /* @Entrada */
  .single-img {
    float: left;
    margin: 0 30px 1rem 0;
    max-width: 40px;
  }

  /* En linea */
  .en-vivo {
    position: fixed;
    width: 100%;
    background-color: #2DCCD3;
    bottom: 0;
    left: 0;
    z-index: 100;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 40px 1px;
  }
    .en-vivo::before {
      font-size: 35px;
      display: inline-block;
      vertical-align: bottom;
      margin-bottom: 10px;
      margin-right: 10px;
      -webkit-animation: opacidad 0.5s ease-out infinite alternate;
         -moz-animation: opacidad 0.5s ease-out infinite alternate;
              animation: opacidad 0.5s ease-out infinite alternate;
    }
    @keyframes opacidad {
      from {
        opacity: 1;
      }
      to {
        opacity: 0.2;
      }
    }
    @-webkit-keyframes opacidad {
      from {
        opacity: 1;
      }
      to {
        opacity: 0.2;
      }
    }
    @-moz-keyframes opacidad {
      from {
        opacity: 1;
      }
      to {
        opacity: 0.2;
      }
    }
    .en-vivo .textwidget {
      display: inline-block;
      vertical-align: bottom;
      margin-bottom: 10px;
    }
      .en-vivo .textwidget p {
        margin-bottom: 0;
      }
      .en-vivo .textwidget a {
        color: #fff;
        display: inline-block;
        padding: 4px 10px;
        margin: 0 5px;
        border: 1px solid #fff;
        border-radius: 5px;
      }
      .en-vivo .textwidget a:hover {
        color: #2DCCD3;
        background-color: #fff;
      }
      .en-vivo span {
        display: inline-block;
        position: absolute;
        padding: 0px 7px 3px;
        top: 7px;
        right: 10px;
        cursor: pointer;
        border: 1px solid #fff;
        border-radius: 4px
      }
#en-vivo {
  position: relative;
  top: -180px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comentarios {
	margin-top: 30px;
}

.comment-respond {
	clear: both;
	margin: 0 auto;
	padding: 20px 10% 0;
}
	.comment-form label {
		display: block;
		margin-bottom: 6px;
		font-size: 1.2rem;
	}
	.comment-form .required {
		color: red;
	}
	.comment-form textarea {
		padding: 6px 10px;
		width: 100%;
		height: 100px;
		border-radius: 5px;
		resize: vertical;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		padding: 6px 10px;
		width: 100%;
		border-radius: 5px;
		border: 1px solid #aaa;
		margin-bottom: 6px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.comment-form .submit {
		padding: 6px 10px;
		background-color: #328FE6;
		color: #fff;
		border: none;
		border-radius: 5px;
	}
	.commentlist {
		padding-left: 0px;
		list-style: none;
	}
		.commentlist li {
			margin: 20px 0px;
			padding-left: 40px;
			clear: both;
			position: relative;
		}
			.comment-body {
				border-bottom: 1px solid #ddd;
				padding-bottom: 10px;
			}
				.comment-author {
					margin-bottom: 4px;
				}
					.comment-author .avatar {
						position: absolute;
						top: 0;
						left: 0;
					}
				.comment-meta {
					font-size: 0.9rem;
					margin-bottom: 10px;
				}
				.reply {
					text-align: right;
				}
					.reply a {
						display: inline-block;
						padding: 5px 10px;
						border: 1px solid #ddd;
						border-radius: 5px;
					}
			.children {
				list-style: none;
				padding-left: 0;
			}
  
  /* @Formulario Colaboratorio */
  .sidebar.side-right .widget.form-colaboratorio {
    position: relative;
  }
  .form-colaboratorio .custom-html-widget{
    text-align: center;
  }
    .form-colaboratorio form div {
      margin-bottom: 10px;
    }
    .form-colaboratorio input {
      height: 34px;
      width: 80%;
      background-color: #FFFFFF;
      border: 1px solid #DEDFE0;
      border-radius: 3px;
      padding: 3px 5px 3px 30px;
      outline: none;
      vertical-align: top !important;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      background-size: 20px 20px;
      background-position: 6px 5px;
      background-repeat: no-repeat;
    }
    .user-input {
      background-image: url('https://idp.renata.edu.co/idp/images/user.svg');
    }
    .pass-input {
      background-image: url('https://idp.renata.edu.co/idp/images/pass.svg');
      
    }
    .form-colaboratorio form div.btn-colaboratorio {
      position: absolute;
      margin: 0;
      bottom: 10px;
      right: 10px;
    }
      .form-colaboratorio p {
        margin-bottom: 20px;
      }
      .form-colaboratorio form div.btn-colaboratorio button {
        padding: 3px 15px 5px;
        background-color: #C5299B;
        line-height: normal;
        color: #fff;
        border-radius: 4px;
        border: none;
        cursor: pointer;
      }

  .form-colaboratorio h4 {
    font-size: 16.8px;
    font-size: 1.2rem;
    color: #00005A;
  }

  .btn-agenda {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }



/* ++++++++++++++++++++++++++++++++++++++++++++++++ *\
                @Footer
\* ++++++++++++++++++++++++++++++++++++++++++++++++ */

.foot-blue {
  padding: 20px 0 1px;
  background-color: #001A70;
}
  /* -- @Redes -- */
  .menu-redes ul {
    display: table;
    padding: 0;
    margin: 0 0 15px auto;
    list-style: none;
  }
    .menu-redes ul li {
      display: inline-block;
      position: relative;
    }
      .menu-redes ul li a {
        position: absolute;
        display: block;
        width: 40px;
        height: 40px;
        font-size: 0;
        top: 0;
        left: 0;
      }
      .menu-redes ul li::before {
        display: block;
        width: 40px;
        height: 40px;
        color: #2DCCD3;
        text-align: center;
        font-size: 2rem;
        line-height: 40px;
        border-radius: 5px;
        transition: all 0.2s ease-out;
      }
      .menu-redes ul li:hover::before {
        background-color: #2DCCD3;
        color: #fff;
      }

  /* -- @Datos -- */
  .datos-foot {
    border-top: 1px solid #fff;
    color: #fff;
    text-align: center;
  }
    .datos-foot h4 {
      margin: 15px 0 25px;
      font-size: 1.3rem;
      text-align: center;
      color: #fff;
    }
    .datos-foot .dato-user {
      display: inline-block;
      padding: 0 15px 20px;
      vertical-align: top;
      min-width: 220px;
      font-size: 1.1rem;
      width: 24.5%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
      .datos-foot .dato-user::before {
        display: block;
        margin-bottom: 5px;
        font-size: 25px;
        color: #2DCCD3;
      }
      .datos-foot .dato-user > span {
        display: block;
        font-size: 1.1rem;
      }

.foot-gray {
  padding: 20px 0;
  background-color: #00005A;
  color: #fff;
}
  .foot-gray .ancho {
    display: table;

  }
    .foot-center {
      
    }
    .foot-left {
      display: table-cell;
      width: 33%;
      vertical-align: top;
    }
      .foot-left img {
        width: 270px;
        max-width: 100%;
      }

    .foot-center a, .foot-center > div {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px 15px;
      text-align: left;
    }
    .foot-center > div {
        border-left: 1px solid #fff;
        padding: 2px 0 0 20px;
    }
      .foot-center img {

      }
      .foot-center p {
        margin-bottom: 4px;
      }
    .foot-right {
      display: table-cell;
    }
      .menu-footer ul {
        padding: 0;
        margin: 0;
        list-style: none;
      }
      .menu-footer > ul {
        text-align: right;
      }
        .menu-footer > ul > li {
          float: left;
          width: 33.3%;
          padding-left: 30px;
          vertical-align: top;
          text-align: left;
          margin-bottom: 5px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
        }
        .menu-footer > ul > li:first-child{
          display: none;
        }
          .menu-footer > ul > li a {
            display: block;
            color: #fff;
            padding-bottom: 4px;
          }
          .menu-footer > ul > li > a {
            font-size: 1.2rem;
            padding-bottom: 5px;
            margin-bottom: 5px;
            color: #2DCCD3;
            border-bottom: 1px solid #fff;
          }
          .menu-footer > ul > li > ul ul {
            display: none;
          }

.imagen-foot img {
  width: 100%;
}

/* -- @paginación -- */
.pagination {
    clear:both;
    padding:20px 0;
    position:relative;
    font-size:11px;
    line-height:13px;
}

.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff;
    background: #555;
}

.pagination a:hover{
    color:#fff;
    background: #3279BB;
}

.pagination .current{
    padding:6px 9px 5px 9px;
    background: #3279BB;
    color:#fff;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++++ *\
                @Icomoon
\* ++++++++++++++++++++++++++++++++++++++++++++++++ */




@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?6d9vb2');
  src:  url('../fonts/icomoon.eot?6d9vb2#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?6d9vb2') format('truetype'),
    url('../fonts/icomoon.woff?6d9vb2') format('woff'),
    url('../fonts/icomoon.svg?6d9vb2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'circuit_boardregular';
    src: url('../fonts/circuit_board-webfont.woff2') format('woff2'),
         url('../fonts/circuit_board-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

[class^="icon-"]::before, [class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rss2:before {
  content: "\ea9c";
}
.icon-music:before {
  content: "\e911";
}
.icon-play:before {
  content: "\e912";
}
.icon-video-camera:before {
  content: "\e914";
}
.icon-podcast:before {
  content: "\e91c";
}
.icon-price-tag:before {
  content: "\e935";
}
.icon-phone:before {
  content: "\e942";
}
.icon-phone-hang-up:before {
  content: "\e943";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-location2:before {
  content: "\e947";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-display:before {
  content: "\e956";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-mobile2:before {
  content: "\e959";
}
.icon-tablet:before {
  content: "\e95a";
}
.icon-user:before {
  content: "\e971";
}
.icon-users:before {
  content: "\e972";
}
.icon-user-plus:before {
  content: "\e973";
}
.icon-user-minus:before {
  content: "\e974";
}
.icon-user-check:before {
  content: "\e975";
}
.icon-user-tie:before {
  content: "\e976";
}
.icon-meter:before {
  content: "\e9a6";
}
.icon-switch:before {
  content: "\e9b6";
}
.icon-heart:before {
  content: "\e9da";
}
.icon-happy:before {
  content: "\e9df";
}
.icon-smile:before {
  content: "\e9e1";
}
.icon-sad:before {
  content: "\e9e5";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-vimeo:before {
  content: "\eaa0";
}
.icon-skype:before {
  content: "\eac5";
}
.icon-pinterest2:before {
  content: "\ead2";
}
.icon-book:before {
  content: "\e900";
}
.icon-celu:before {
  content: "\e901";
}
.icon-colabora:before {
  content: "\e902";
}
.icon-conecta:before {
  content: "\e903";
}
.icon-convoca:before {
  content: "\e904";
}
.icon-correo:before {
  content: "\e905";
}
.icon-escuela:before {
  content: "\e906";
}
.icon-face:before {
  content: "\e907";
}
.icon-fondos:before {
  content: "\e908";
}
.icon-gear:before {
  content: "\e909";
}
.icon-gestion:before {
  content: "\e90a";
}
.icon-gestion-2:before {
  content: "\e90b";
}
.icon-hands:before {
  content: "\e90c";
}
.icon-insta:before {
  content: "\e90d";
}
.icon-live:before {
  content: "\e90e";
}
.icon-location:before {
  content: "\e90f";
}
.icon-mega:before {
  content: "\e910";
}
.icon-noticias:before {
  content: "\e913";
}
.icon-proyects:before {
  content: "\e915";
}
.icon-search:before {
  content: "\e916";
}
.icon-tele:before {
  content: "\e917";
}
.icon-twit:before {
  content: "\e918";
}
.icon-yout:before {
  content: "\e919";
}

.icon-telepresencia:before{
	content:"\e956"
}

.icon-visibilidad:before{
	content:"\e90c"
}

.icon-computacion:before{
	content:"\e9a6"
}

.icon-interconexion:before{
	content:"\e909"
}
.icon-learning:before{
	content:"\e906"
}

.icon-simulacion:before{
	content:"\e903"
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++ *\
                @Posts-Slider
\* ++++++++++++++++++++++++++++++++++++++++++++++++ */



.slick-slider {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  /*padding-top: 40px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* @Theme-slider */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'),
    url('../fonts/slick.ttf') format('truetype'),
    url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #007599;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '←';
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '→';
}
[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  color: #102438;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #007599;
}

/*Eduroam */

#eduroam{
 background-image: url("/wp-content/uploads/message-eduroam.gif");
    padding: 13px 20px 23px 14px;
    color: #2e438a;
    text-align:  center;
    font-size: 18px;
    /* background-position: center; */
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight:  bold;
}


#eduroambanner{
    background-image: url(/wp-content/uploads/bannereduroam.jpeg);
    padding: 136px 21px 33px 21px;
    color: #eee;
    text-align: center;
    font-size: 20px;
    /* background-position: center; */
    font-family: 'Barlow Semi Condensed', sans-serif;
    /* font-weight: bold; */
    background-color: rgba(68, 152, 217, 0.6);
    /* background: linear-gradient(-90deg, #001a70, #c5299b); */
    background-blend-mode: color-burn;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    text-shadow: 1px 1px #333;
   
}

.subtitulo-eduroam{
font-size: 22px; font-family: 'Barlow Semi Condensed', sans-serif;
}
.img-inst-eduroam{
  width: 25px;
  display: block;
  float: left;
  margin-right: 1%;
}


#colfirebanner{
   /* background-image: url(/wp-content/uploads/colfire.jpeg);*/
    padding: 0px 21px 33px 21px;
    color: #eee;
    text-align: center;
    font-size: 20px;
    font-family: 'Barlow Semi Condensed', sans-serif;
  /*  background-color: rgba(68, 152, 217, 0.8);*/
background-blend-mode: color-burn;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    text-shadow: 1px 1px #333;
}

.subtitulo-colfire {
    font-size: 22px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.colfire ul li{
  background-color:#001a70; color:white; padding:1%; border-radius: 5px; margin-bottom: 1%;
  font-weight: 500;
}

 .item-beneficios{
  width: 33%;
  color: white;
  font-weight: 500;
  padding: 1%;
  margin: 1%;
  text-align: center;
}

.bn-1{
  background-color: #3eb8d7;
}

.bn-2{
  background-color: #0392ce;
}

.bn-3{
  background-color: #3065b5;
}

.ft-documento{
  padding: 4%;
  background-color: #eee;
  border-left: 6px solid gray;     width: 100%;
}

.item-federacion{
cursor: pointer;
background-color: #f1f1f1;
    color: #001a70;
    padding: 0.5%;
    width: 70%;
     margin: 0 auto;
    font-size: 15px;
    border: 1px dashed #ddd;

}

.info-item-colfire{
  color:#607D8B;
  background-color:white;
  padding: 2%;
  word-break: break-all;
}

.icon-telepresencia2:before {
  
   content: url("https://www.renata.edu.co/wp-content/uploads/logo-computacion.svg");  

}

.icon-telepresencia2:hover::before {
  
  color: #00005A;

}

a.pdfprnt-button.pdfprnt-button-pdf{
  display: none;
}

/*Eliminar web comentarios */
p.comment-form-url {
  display: none;
}