html,body{

margin:0px;

height:100%;

}


body{
	line-height: 15px !important;
  overflow-x: hidden;
}
*, ::after, ::before {
    box-sizing: initial !important;
}
img{
  border: 0;
}
.pointer{
  cursor: pointer;
}
a{
  text-decoration:none ; 
  color: #000000 !important;
}
a:focus, a:hover{
  color: #D00002; 
}
.active{
  color: #D00002 !important;  
}
ul {
   list-style: none;
}
hr{
  
  background-color: black;
  height: 3px;
}
.tabla{
    display:table;
    height:100%;
    width:100%;
}

.fila{
    display: table-row;
}
.celda{
    display:table-cell;
    align-content:center;
    text-align:center;
    vertical-align:middle;
    height:100%;
}
header{
  font-size: 20px;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 3%;
  max-width: 1360px;
  margin: auto;
  font-family:'PTSans-CaptionBold', Sans-Serif;
}
.alto40{
  height: 40px;
}
.alto160{
  height: 160px;
}
.alto20{
  height: 20px;
}
.nav{
  font-size: 12px;
  letter-spacing: 0px;
  padding: 20px 0;
  float: right;

}
  .nav > li, .subnav > li {
    position: relative;
    display: block;
  }
  .nav > li > a, .subnav > li > a {
    position: relative;
    display: block;
    padding: 10px 4px;
  }

  .list-inline {
  padding-left: 0;
  margin-left: 0px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
}
  .subnav{
    position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 350px;
  padding: 0px 5px;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  }
  .subnav .colleft + .colleft{
    padding-left: 15px;  
  }
  .show {display:block;}

section {
  position: relative;
  max-width: 2000px;
  margin: auto;
  
}
.contenido{
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  max-width: 1360px;
  margin: auto;
}
#yasomos{
  float: left;
  font-weight: bold;
}
.redes-menu{
  float: right;
 
	    display: flex;
    flex-direction: row;
    align-items: center;
}

  .rrss{
    float: left;
    max-width: 28px;
    width: 18%;    
  }

  .redes-menu .rrss + .rrss, #redes-comparte .rrss + .rrss, #redes-colabora .rrss + .rrss{
    padding-left: 10px;  
  }
  
.img_responsive{
  max-width: 100%;
}
.img_section{
  width: 100%;
}
.clearfix{
  clear: both;
  width: 100%;
}
#logoknow{
  float: left;
  width: 20%;
}
#nav-principal{
  width: 80%;
  float: right;
}
  



#menu_secciones{
  width: 100%;
}
.cuadros{
  letter-spacing: -3px;
}
  .cuadros .nav-item{
    width: 21%;
    text-align: center;
  }
    /* El padding se aplica a los que no son descentientes directos de .cuadros. Por lo tanto el primero no tiene padding-left*/
  .cuadros .nav-item + .nav-item{
      padding-left: 5.24%;
  }
    .bandaroja{
      width: 100%;
      text-align: center;
      background-color: #D00002;
      color: #ffffff;
      letter-spacing: 1px;
      font-family:'PTSans-Bold', Sans-Serif;
      height: 28px;
      font-size: 17px;
    }
    .img_menu_seccion{
      width: 100%;
    }

/* Noticias */

#cuerponoticias{
  position: relative;
  background-image: url('../2017-img/fondo-noticias.gif');
  /* background-repeat: no-repeat; */
  background-position:center;
  /* background-size:cover; */
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;

}

  #ipad{
    width: 43%;
    float: left;
    background-image: url('../img/noticias/noticia-off.jpg');
    background-size: 98%;
    background-repeat: no-repeat;
  }
  
    #ipad img{
      height: 100%;
    }

  

  #textonoticia{
    width: 43%;
    float: right;
    padding-right: 2%;
    position: relative;
    height: 100%;
    padding-top: 10%;
  } 

/* DESCARGAS */
  .colleft {
    float: left;
  }
  .colright {
    float: right;
  }

  #imagenlibro{
    width: 55%;
  }
  
  #textolibro{
    width: 42%;
    padding-left: 3%;
    text-align: justify;
    letter-spacing: 0.8px;
  }
  .botondescarga{
     border-style: solid;
     border-color: black;
     border-width: 2px;
     font-size: 16px;
     text-align: center;
     padding: 10px 15px;
     margin-right: 20px;
     font-family:'PTSans-CaptionBold', Sans-Serif;
     margin-top: 20px;
  }

  /* FOOTER*/

  .zonanegra{
    background-color: #000000;
    color: #ffffff;
    height: 290px;
    
  }
  #zonanewsletter{
    width: 20%;
    height: 250px;
    padding: 0 5% 0 5%;
  }
    #capsula{
        margin: auto;
        text-align: left;
        max-width: 200px;
        width: 100%;
    }
    #botonsuscribete{
       border-style: solid;
       border-color: white;
       border-width: 2px;
       font-size: 16px;
       text-align: center;
       padding: 10px 15px;
       font-family:'PTSans-CaptionBold', Sans-Serif;
       max-width: 160px;
       width: 90%;
       margin: auto;
       display: none;
    }
    #botonenviar{
      border-style: solid;
       border-color: white;
       border-width: 2px;
       font-size: 16px;
       text-align: center;
       padding: 10px 15px;
       font-family:'PTSans-CaptionBold', Sans-Serif;
       max-width: 160px;
       width: 90%;
       margin: auto;
    }
    #formularioemail{
      
    }
    #emailsono{
      max-width: 160px;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px;
    }
      #emailsono input{
        width: 100%;
      }
    #botonenviar{
       border-style: solid;
       border-color: white;
       border-width: 2px;
       font-size: 16px;
       text-align: center;
       padding: 10px 15px;
       font-family:'PTSans-CaptionBold', Sans-Serif;
       max-width: 160px;
       width: 90%;
       margin: auto;
    }
    #exito{
      display: none;
    }
    #fracaso{
      display: none;
    }
  #zonarrss{
    width: 15%;
    padding: 0 2% 0 2%;
    border-left-style: solid;
    border-left-color: white;
    border-right-style: solid;
    border-right-color: white;
    border-width: 2px;
    height: 290px;
  }
    #capsularrss{
        margin: auto;
        text-align: left;
        max-width: 150px;
        width: 100%;
    }
    #capsularrss #redes-menu{
      float: none;
      padding-top: 10px;
    }
      
      

  #zonacolabora{
    width: 50%;
    height: 250px;
  }

  /* Para que el contenido se muestre poco a poco */
  .mostrarcontenido{
    opacity: 0;
  }

  /* SECCIONES */

  /* SECCION ÚNETE */

  .detalle-unete{
    width: 50%;
    padding-left: 2%;
    float: left;
    
  }
    .detalle-unete p{
      text-align: justify;
    }
  /* SECCIÓN HUELLA FICAL*/
  .botoniniciativa{
    font-size: 25px;
    width: 300px;
  }
  
  #sellohf{
    width: 35%;
    float: right;
  }
  .direcciontienda{
    display: none;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    z-index: 5;
  }
  .slider .itemslider{
    position: relative;
    text-align: center;
  }

  .slider .itemslider img{
    margin: auto;
  }
  .slider .slick-center {
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
    -webkit-transform:scale(1.15);
    transform:scale(1.15);
    width: 105%;
    height: 105%;
  }
  .slider .slick-center  .direcciontienda {
      display: block;
    }

  .slider  .slick-list{
    height: 390px;
  }
  .slider  .slick-track{
    top: 30px;
  }
  /* SECCIÓN TRIPLE MARCAJE*/
  .botoniniciativatm{
    font-size: 25px;
    width: 350px;
  }


  /* SECCIÓN COLABORA */
  
  #titular-sobre-img{
      position: absolute;
      top: 80px;
      width: 10%;
      left: 45%;
      z-index: 1000;
    }

  .detalle-colabora{
    padding-left: 2%;
  }
  .centrado{
    text-align: center;
    position: relative;
    width: 100%;
  }
    .botoncorreo{
      font-size: 14px;
      width: 180px;
      margin: auto;
    }
    #redes-colabora{
      width: 110px;
      margin: auto; 
    }


/* página apoyanos*/
.decora{
  line-height: 1px;
}
.detalle-apoya{
  float: left;
  width: 48%;
}
  .detalle-apoya p{
    letter-spacing: 0.2px;
  }
/* El padding se aplica a los que no son descentientes directos de .cuadros. Por lo tanto el primero no tiene padding-left*/
  .contenido .detalle-apoya + .detalle-apoya{
      padding-left: 4%;
  }

.alturabanda{
  height: 40px;
  padding-top: 20px;
}

.display-mov{
        display: none;
    }
.display-desktop{
        display: block;
    }



/* Blog y noticias */

.pagination {
    margin: 20px 0;
}
.pagination-centered {
    text-align: center;
}
.pagination {
    margin: 20px 0;
}
.pagination-centered {
    text-align: center;
}
.pagination {
    margin: 20px 0;
}
.pagination ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
    display: inline;
}
.pagination ul > li > a {
    padding-left: 5px;
    padding-right: 5px;
}
.active a{
  color: #D00002;
}

.copartirrrss{
  padding-top: 20px;
  width: 200px;
  float: right;
}

@media (min-width : 0px)  and (max-width : 767px)  {


 .is-mobile-flex-direction-column-reverse{
   flex-direction: column-reverse;

 }
    .display-mov{
        display: block;
    }
    .display-desktop{
        display: none;
    }
    #menu-responsive{
      position: fixed;
      top: 0;
      left: -100%;
      z-index: 10000;
      opacity: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, .8);
      color:#fff;
      text-align: center;
    }

    #menu-responsive a{
      color:#fff !important;
      font-size: 18px;
      line-height: 35px;
    }
      #menu-responsive .active{
        color: #D00002 !important;
      } 

    header{
      height: 60px;
      position: fixed;
      top: 0;
      background-color: #fff;
      z-index: 100;
      width: 100%;
      padding-left: 0;
      padding-right: 1%;
      font-size: 10px;
    }
    #navmov{
      float: left;
      margin-top: 10px;
    }

    #logoknow{
      width: 73%;
    }
    .part50{
      float: left;
      width: 50%;
    }
    .part60{
      float: left;
      width: 60%;
    }
    .part40{
      float: left;
      width: 39%;
      margin-right: 1%;
    }
    .Digital-7{
      font-size: 15px;
    }

    #button {
      font-family: inherit;
      font-size: inherit;
      cursor: pointer;
      text-transform: none;
      color: inherit;
      overflow: visible;
      box-sizing: border-box;
      margin: 0;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-image: none;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }
    .icon-bar {
        margin-bottom: 2px;
        background-color: #000;
        display: block;
        width: 22px;
        height: 5px;
        border-radius: 0px;
        
    }

    #yasomos{
      float: right;
      width: 90%;
      margin: 0px 0 5px 0;
      text-align: right;
    }

    .contenido{
      padding: 0;
      width: 100%;
    }
    .contenido h2{
      padding-left: 5%;
    }
    .contenido h3{
      padding-left: 5%;
    }
    #secciones{
      margin-top: 90px;
    }
    .cuadros .nav-item{
      width: 42%;
      margin-left: 5%;
      margin-right: 0;
      padding-left: 0;
    }
    .cuadros .nav-item + .nav-item {
      padding-left: 0;
    }
    #ipad{
      width: 83%;
    }
    #textonoticia{
      width: 83%;
      padding-right: 2%;
    }    
    #imagenlibro{
      width: 100%;
    }
    #textolibro{
      width: 94%;
      padding-top: 20px;
      padding-right: 3%;
    }
    #zonadescargas{
      padding-left: 3%;
    }
    .botondescarga{
      /* max-width: 45%; */
      margin-right: 2%;
      width: 260px;

    }
    #iconodescarga{
      padding-left: 5%;
    }
    #insignia{
      margin-left: 5%;
    }

    .zonanegra{
      height: auto;
    }
    #zonanewsletter{
    width: 95%;
    height: 140px;
    }
    #zonarrss{
      width: 85%;
      border-width: 0px;
      height: 140px;
    }
    #zonarrss .redes-menu{
      float: none;
      margin: auto;
      width: 120px;
    }
    #zonacolabora{
      width:100%;
      height: 140px;
    }
    #capsularrss .redes-menu{
      width: 100%;
    }
    .redes-menu .rrss + .rrss{
     padding-left: 8%;  
    }

    /* SECCIONES */

    /* SECIÓN ÚNTENE */

    .detalle-unete{
      width: 90%;
      padding-left: 5%;
      padding-right: 5%;
    }


    /* SECCIÓN INICIATIVAS */
    .botoniniciativa{
      font-size: 22px;
    }
    #sellohf{
      float: left;
      padding-left: 5%;
      padding-top: 20px;
      width: 90%;
    }

    /* SECCIÓN TRIPLE MARCAJE */
    .botoniniciativatm{
      font-size: 18px;
    }

    /* SECCIÓN COLABORA */
    .botoncorreo{
      margin-right: auto;
    }

    /* SECCIÓN APOYA */
    .detalle-apoya{
      float: none;
      width: 100%;
      margin-top: 80px;
    }
      .detalle-apoya p{
        padding-left: 5%;
        padding-right: 5%;
      }
    .contenido .detalle-apoya + .detalle-apoya {
       padding-left: 0%;
    }
    .left5porcent{
      margin-left: 5%;
    }
    #descargas{
      margin-top: 80px;
    }
    .altomov{
      margin-top:80px;
    }
  }

@media (min-width : 484px)  and (max-width : 767px)  {

  #logoknow{
    width: 75%;
  }
  #navmov{
      margin-top: 35px;
    }
  header{
    font-size: 16px;
    height: 90px;
  }
  .Digital-7{
    font-size: 35px;
  }
  #yasomos{
      float: right;
      width: 95%;
      margin: 15px 0 10px 0;
      text-align: right;
    }
  .botondescarga{
       max-width: 45%; 
    }
  .zonanegra{
    height: 250px;
  }
  #zonanewsletter{
    width: 30%;
    height: 250px;
  }
  #zonarrss{
    width: 20%;
    height: 250px;
    border-width: 2px;
  }
  #zonacolabora{
    width:35%;
    height: 250px;
  }

  /* SECCIÓN INICIATIVAS */
    
    #sellohf{
      width: 55%;
    }
}

@media (min-width : 768px)  and (max-width : 991px)  {
  
  .subnav{
    top: 80%;
  }
  #logoknow{
    width: 30%;
  }
  #nav-principal{
    width: 70%;
  }
  #imagenlibro{
    width: 100%;
  }
  #textolibro{
    width: 100%;
    margin-top: 2%;
  }


  }

@media (min-width : 992px)  and (max-width : 1200px)  {
  
  .subnav{
    top: 80%;
  }
  }