@charset "UTF-8";
/* HOME*/

body{
    margin: 0;
    background-color: white;
    width: 100vw;
}

 a:link{
        text-decoration: none;
}
.header{
    width: 100%;
    background-color: #abb24d;
    /* margin: -1px; */
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.23);
    position: relative;
    z-index: 100;
    padding: 3px 0 5px;
    vertical-align: middle;
    /* height: 7%; */
}

main{
    position: absolute;
    left: 0px;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 200;
    background: white;
    z-index: 99;
}

#iconMenu,#iconAtras, #logo, #buscador{
    margin: 0;
    display: inline-block !important;
    vertical-align: middle;
    margin-top: 2%;
    margin-bottom: 1%;
}
#iconMenu{
    width: 6%;
    margin-left: 6%;
}
#iconMenu img{
     width: 100%;
}
#iconAtras img{
     width: 100%;
}
#iconAtras{
     width: 6%;
     margin-left: 6%;
}

#logo{
    right: 0;
    width: 36%;
    margin-left: 18%;
}

#logo img{
     width: 100%;
}

#buscador{
    width: 7%;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #1f2940;
    margin-left: 18%;
}

#buscador img{
     width: 100%;
}

.logo{
    position: absolute;
    /* left: 10%; */
    /* top: 18%; */
    width: 10%;
    margin: 0;
    display: inline-block !important;
    vertical-align: middle;
    /* margin-top: 4%; */
    bottom: 3px;
    right: 0%;
    padding-bottom: 6px;
    padding-right: 14px;
}

.portadaHome{
    position: relative;
    /* top: 2em; */
    left: 0;
    width: 100%;
}
.portadaHome img{
    width: 100%;
}

.portada{
    position: relative;
    /* top: 48px; */
    left: 0;
    width: 100%;
}
.portada img{
    width: 100%;
}
.tituloPortada{
    text-align: center;
    background-color: rgba(171, 178, 77, 0.86);
    font-size: 11pt;
    color:white;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    width: 40%;
    position: absolute;
    left: 30%;
    padding: 5px 0px;
    bottom: 8%;
}
.tiempoVideos {
    text-align: right;
    color: #a9a9a9;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    right: 0;
    font-weight: 500;
    font-size: 8pt;
    display: inline-block;
    /* bottom: 0; */
    width: 30%;
}


  .tiempo{
    //text-align: right;
    color: #a9a9a9;
    font-family: 'Roboto', sans-serif;
    //position: absolute;
    //left: 0;
    //bottom: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: uppercase;
    }

.tiempo p{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#noticias{
   text-align: left;
   display: block;
   z-index: 1;
   /* height: 210px; */
   box-shadow: none;
   width: 90%;
   /* padding-bottom: 50px; */
   position: relative;
   left: 5%;
}

.noticia{
  text-align: left;
    display: block;
    z-index: 1;
    /* height: 210px; */
    box-shadow: none;
    width: 100%;
    /* padding-bottom: 50px; */
    vertical-align: middle;
    position: relative;
    margin-bottom: 16px;
    margin-top: 16px;
}
.imgNoticia{
        width: 40%;
        height: 130px;
        overflow: hidden;
        display: inline-block;
        margin: auto;
        /* margin: 2px; */
        position: relative;
        vertical-align: top;
}
.imgNoticia img{
    width: 163%;
}

.video img{
    width: 100%;
}
.itemVideo{
    width: 43%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin: auto;
    margin-right: 2%;
    position: relative;
    vertical-align: top;
    margin-bottom: 17px;
}
.playVideo{
    width: 30%;
    position: absolute;
    top: 14px;
    text-align: center;
    left: 35%;
    vertical-align: middle;
}
.playVideo img{
    width: 100%;
}
#videos{
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    display: inline;
    width: 90%;
    left: 5%;
}
#tituloVideos{
    width: 30%;
    left: 5%;
    color: #abb24d;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
    font-size: 16pt;
}
.nuevo{
      overflow: hidden;
      display: inline-block;
      margin: auto;
      margin: 2px;
      margin-bottom: 6px;
      position: relative;
      position: relative;
      vertical-align: top;
      font-family: 'Roboto',sans-serif;
      font-weight: 500;
      color: white;
      background-color: #abb24d;
      text-align: center;
      padding: 4px 10px;
      font-size: 10pt;
}
.descNoticia{
    /* overflow: hidden; */
    display: inline-block;
    margin: auto;
    position: relative;
    width: 57%;
    height: 105px;
    background: #ffffff;
    margin-left: 4px;
}
titularNoticia{
    width: 30%;
    position: relative;
    top:0;
    left:0;
}

#noticiaPrincipalHome{
    position: relative;
    top: 1em;
    left: 0;
    height: 70px;
    width: 90%;
    left: 5%;
    margin-bottom: 20px;
    display: inline-block;
}

#noticiaPrincipal{
    position: relative;
    /* top: 40px; */
    left: 0;
    width: 90%;
    left: 5%;
}
#titularNoticiaPrincipal{
    position: relative;
    /* font-size: 10pt; */
    width: 100%;
    font-family: 'Roboto',sans-serif;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 5px;
    color: black;
}
.titularNoticia{
    width: 100%;
    font-family: 'Roboto', sans-serif;
    right: 6px;
    color: black;
    /* position: relative; */
    /* font-size: 13pt; */
}
hr{
       width: 100%;
      /* position: relative; */
      /* display: inline-block; */
      border-color: #abb24d;
      border-width: thin;
}

h5{
    display: block;
   
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 3px;
    -webkit-margin-end: 0px;
    font-weight: 500;
}

h4{
    display: block;
   
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0px;
    font-weight: 500;
}

h6{

    display: block;
    font-size: 0.67em;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 500;
}

.descripcionVideo{
        margin-top: 5px;
        /* font-size: 13pt; */
        font-family: 'Roboto',sans-serif;
        font-weight: 500;
        text-align: left;
        margin-bottom: 26px;
        color: black;
}

p{
        display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

/*CONOCEME*/

.headerConoceme{
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 100;
    padding: 3px 0 5px;
    vertical-align: middle;
}
#iconMenuConoceme{
    width: 7%;
    margin-left: 74%;
    text-align: right;
}
#iconMenuConoceme img{
    width: 100%;
}

#atras{
    width: 6%;
    margin-left: 6%;
}

#atras img{
    width: 100%;
}
#iconMenuConoceme, #atras, #nombreCategoria{
    /* margin-left: 10px; */
    display: inline-block !important;
    vertical-align: middle;
    margin-top: 3%;
}




#post{
    width: 90%;
    left: 5%;
    position: relative;
    font-family: 'Roboto Slab', serif;
    line-height: 15pt;
    font-size: 14pt;
    text-align: left;
    font-weight: 500;
    color: black;
    margin-top: 16px;
    margin-bottom: 20px;
}

#portadaConoceme{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
#portadaConoceme img{
    width: 100%;
}
.tituloPortadaConoceme{
    text-align: center;
    background-color: rgba(171, 178, 77, 0.86);
    font-size: 9pt;
    color:white;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    width: 40%;
    position: absolute;
    left: 28%;
    padding: 1% 4%;
    bottom: 8%;
}

h3{
    display: block;
    font-size: 1.2em;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 600;
}



h1{
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

/*CONSEJOS*/
#nombreCategoria{
    width: 7%;
    margin-left: 26%;
    color: white;
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-top: 6px;
}

#buscadorConsejo{
       width: 8%;
       font-family: 'Roboto', sans-serif;
       font-weight: 500;
       color: #1f2940;
       margin-left: 38%;
       display: inline-block;
       margin-top: 1%;
       vertical-align: middle;
}
#buscadorConsejo img{
    width: 100%;
   
}

/*menu*/

  .menu-on{
      width:100%;
      height:100%;
      position: fixed;
      top:0;
      background-color:#FFDD0E;
      color:#76a9da;
      z-index: 9999;
      display:none;
      top:51px;

    }
    .menu-on ul{
      list-style: none;
      padding: 0;
      margin:0;
    }
    .menu-on ul li{
      width:100%;
      border-bottom:2px solid #76a9da;
      padding-top:15px;
      padding-bottom: 15px;
      text-align: center;
    }
    .menu-on ul li a{
      font-size:18px;
      color:#76a9da;
      text-decoration: none;
      font-family: 'Titillium Web';
      text-transform: uppercase;
      font-weight: 800;
    }

     /*articulo interior*/

    .headerArticuloInterior{
        width: 100%;
        /* box-shadow: 0 1px 3px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.23); */
        position: absolute;
        z-index: 100;
        padding: 9px 0 5px;
        vertical-align: middle;
    }

    #atrasBlanco{
        width: 7%;
        position: relative;
        top:0;
        margin-left: 23px;
    }
    #iconCompartir{
        width: 7%;
        position: relative;
        top:0;
        margin-left: 61%;
        left:0;
    }
    #iconMegusta{
        width: 7%;
        position: relative;
        top:0;
        margin-left: 3%;
        /* left:0; */
        /* margin-right: 15px; */
        /* right: 0; */
        /* text-align: right; */
        margin left:;
    }

    #atrasBlanco img{
        width: 100%;
    }
    #iconCompartir img{
        width: 100%;
    }
    #iconMegusta img{
        width: 100%;
    }

    #atrasBlanco, #iconMegusta, #iconCompartir{
        /* margin: 0; */
        display: inline-block !important;
        vertical-align: middle;
        margin-top: 2%;
        /* margin-bottom: 1%; */
        /* margin-left: 2%; */
    }

    /*videos*/
    .headerVideos{
        width: 100%;
        background-color: #abb24d;
        /* margin: -1px; */
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.23);
        position: relative;
        z-index: 100;
        padding: 3px 0 5px;
        vertical-align: middle;
    }

    .headerVideos #buscador{

    margin-left: 35% !important;
    }

     .headerVideos #nombreCategoria{
         margin-left: 28% !important;
    }

    .portadaHome .nuevo{
        overflow: hidden;
        display: inline-block;
        margin: auto;
        position: absolute !important;
        font-family: 'Roboto',sans-serif;
        font-weight: 400;
        color: white;
        background-color: rgba(171, 178, 77, 0.76);
        text-align: center;
        padding: 4px 26px !important;
        font-size: 10pt;
        top: 20%;
    }

    .catVideos {
        top:0!important;
    }

    .portadaHome, .playVideo{
vertical-align: middle!important;
    }

    .portadaHome .playVideo {
        width: 20%!important;
        position: absolute;
        top: 0!important;
        text-align: center;
        padding: 17% 6%!important;
    }

    .hrVideos{
        width: 90%!important;
        border-style: solid;
        /* margin-top: 10px!important; */
        margin-bottom: 10px;
    }
    .tiempoNoticiaVideos {
    text-align: left;
    color: #989898;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 0;
    font-weight: 500;
    /* font-size: 8pt; */
    display: inline-block;
    /* text-transform: uppercase; */
    bottom:0;
}
.duracionVideos{
    text-align: right;
    color: #989898;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    right: 0;
    /* font-weight: 500; */
    /* font-size: 7pt; */
    display: inline-block;
    bottom:0;
}

/*CONSULTAME*/

#titularConsultame{
    position: relative;
    width: 90%;
    top: 0;
    left: 5%;
    text-align: center;
    vertical-align: top;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
}

#textoTitularConsultame {
    background-color: #abb24d;
    color: white;
    font-size: 10pt;
    text-align: left;
    position: relative;
    top: 0;
    left:0;
    font-family: 'Roboto', SANS-SERIF;
    font-weight: 300;
    width: 80%;
    padding: 2%;
    height: 30px;
    vertical-align: middle;
}

#logoTitularConsultame{
     background-color: #abb24d;
     /* text-align: center; */
     position: relative;
     top: 0;
     right: 0;
     width: 10%;
     padding: 2%;
     height: 30px;
}

#logoTitularConsultame, #textoTitularConsultame{
    display: inline-block !important;
    vertical-align: middle;
    margin-top: 2%;
}

.headerConsultame #buscador{
    margin-left: 42% !important;
}

.headerConsultame #nombreCategoria {
    margin-left: 24% !important;
    margin-top: 0;
    font-size: 1em;
}

.headerConsultame{
        width: 100%;
        background-color: #abb24d;
        /* margin: -1px; */
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.23);
        position: relative;
        z-index: 100;
        padding: 3px 0 5px;
        vertical-align: middle;

}


/* MENU*/

nav{
    height: 100%;
    width: 50%;
    background: #abb24d;
    /* background: #263238; */
    position: fixed;
    left: -120px;
    top: 0;
    z-index: 1;
    text-align: center;
    opacity: 0;
}
nav li{
    list-style: none;
    /* width: 100%; */
    /* text-align: center; */
    display: block;
    /* margin-bottom: 10%; */
}
nav li p{
    color: white;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    width: 100%;
    /* margin-top: 40px; */
    font-size: 11pt;
    padding: 27px 0px;
    text-transform: uppercase;
    text-decoration: none;
}
nav li img {
    width: 59px;
    margin-top: 5px;
    height: auto;
}
ul{
    width: 100%;
    margin-left: -31px;
    margin-top: 35px;
    left: 0;
}

.hrMenu{
        width: 80%;
    border-color: white;
    margin-left: 7%;
    opacity: 0.2;
}

#cerrar{
    position: absolute;
    z-index: 99;
    color: white;
    right: 0;
    top: 0;
    font-family: 'Roboto',sans-serif;
    padding: 2% 3%;
    font-size: 13pt;
    font-weight: 300;
}


/* COMENTARIOS #a1bc49 */


.comment-meta, .reply, .comment-notes, #reply-title, .comment-form-email, .comment-form-url, .comment-form-author, .fn,.says,.avatar{
    display: none;
}

.comment-form-comment label{
    display: block;
    color: #a1bc49;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 10px;
}

.comment-list{
    list-style: none;
    text-align: left;
    padding-left: 10px;
    margin-top: 100px;
}


.comment{
    //background: #a1bc49;
    color: #a1bc49;
}

#comment{
    //background: #a1bc49;
    display: block;
    width: 100%!important;
    border: 1px solid #a1bc49;
    //border-radius: 10px;
    resize: none;
    color:white;
}

.form-submit #submit{
    margin: 20px;
    padding: 5px 10px;
    background-color: #a1bc49;
    border: none;
    color:white;
    font-size: 1.2rem;
    float: right;
}



.contentVideo .video-js, .itemVideo .video-js{
    width: 100%;
    height: auto;
    min-height: 150px;
}

.contentVideo .video-js{
    min-height: 250px;
}

#videos .video-js{
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    min-height: 250px;
}

#noticiaPrincipalHome .tiempo{
    bottom: 20px;
}




/*  CSS COMENTARIOS  */

.comments-title{
    display: none;
}

.fn,.says{
    display: inline-block;
    color: #abb24d;
}
.says{
    color: white;
    color: black;
}



.comment-body{
    margin: 12px 5% 4px 5%;
    font-size: 1.2rem;
}

#comment{
    color: black;
}


p.comment-form-author {
   display: block;
    text-transform: uppercase;
    text-align: left;
    margin-top: 20px;
}

p.comment-form-author label{
     display: block;padding-bottom: 4px;
}

p.comment-form-author input{
    border: 1px solid #abb24d;
    padding: 4px;
    color: black;
        width: 99%;
}

ol.children {
    color: black;
    list-style: none;
}

ol.children .comment-author.vcard{
    display: none;
}