
/* Mobile */
@media screen and (max-width: 640px) {
 
    /* HEAD */
    .tit_altazor {
        padding-top: 0;
        margin-bottom: 4%;
    }

    .top_head {
        padding-top: 0;
    }

    .logo {
        display: none;
    }

    .top-bar {
        float: left;
        width: 100%;
    }

    .top-bar .name > a {
        color: #fff;
        padding: 3% 5%;
        float: left;
    }

    /* HOME */
    .centro_home {
        padding-left: 0;
    }

    .cont_tit {
     padding: 5%;
    }

    a.tit_poesia_prin {
        font-size: 20px;
    }

    .link_secundaria_slide{
        font-size: 20px;
    }

    .side_der_home {
        padding: 0;
    }

    /* Textos Sobre VH */

    a.tit_list_sobre_vh{
        padding: 0;
        font-size: 14px;
        min-height: 50px;
    }
    .cont_sobrevh_txt {
        padding: 5%;
        float: left;
    }

    .list_sobre_vh {
        padding: 2% !important;
        float: left;
    }

    a.ver_mas_list_sobre_vh{
        font-size: 14px;
    }

    .tit_sobre_vh {
        color: #333;
        font-size: 22px;
        line-height: 1;
        margin: 3% 0;
    }

    .content_sobre_vh p {
        line-height: 1.3;
        float: left;
    }

    ul.list_rrss li {
        float: left;
        margin: 5% 0;
        width: 25%;
    }

    .widget_face{
        text-align: center;
    }


    /* Page Opinion */

    .txt_opinion {
        float: left;
        margin: 2% 0;
    }

    .txt_opinion p {
        line-height: 1.3;
        font-size: 15px;
        margin-bottom: 1%;
    }

    .autor_opinion {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.2;
        float: left;
    }

    ul.list_btn_opnion_vh {
        margin-top: 5%;
        float: left;
        padding-left: 5%;
        width: 100%;
    }

    ul.list_btn_opnion_vh li {
        float: left;
        width: 50%;
        margin-bottom: 5%;
        padding-left: 5%;
    }

    ul.list_btn_opnion_vh li a {
        padding: 3%;
        font-size: 16px;
        line-height: 1.2;
        float: left;
    }

    /* Page Videos */

    .tit_video{
        font-size: 15px;
        min-height: auto;
    }

    .list_videos {
        float: left;
        margin-top: 4%;
        padding: 0 3%;
    }

    /* Poesia */

    .tit_autor_img {

        font-size: 12px;
        background: rgba(0, 0, 0, 0.7);
    }

    .desc_cat_poesias{
        font-size: 14px;
        line-height: 1.1;
    }

    .text_mas{
        font-size: 13px;
    }

    a.tit_cat_poesias {
        font-size: 18px;
        line-height: 1;
    }


    /* PAge Fundacion */
    .page_catedra p{
        font-size: 13px;
        line-height: 1.2;
    }

    .page_premio p{
        font-size: 13px;
        line-height: 1.2;
    }

    .cell_ver_mas_premio {
        width: 100%;
    }
    /* Page Publicaciones */

    .cell_ver_mas {
        width: 100%;
    }

    .cell {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.1;
    }

    .tit_link_ext {
        width: 100%;
        font-size: 20px;
        padding: 1% 4%;
        text-align: center;
        line-height: 1.1;
        margin-bottom: 2%;
        float: left;
    }

    /* Noticia Single */
    .txt_poesia p{
        padding: 0;
    }

    .txt_der_contacto{
        font-weight: normal;
        text-align: center;
        font-size: 14px;
    }

    /* Autores */

    .cont_int_poeta p{
        padding-right: 0;
        font-size: 16px;
    }

    .der_aut{
        padding: 0 5%;
    }


    .cont_desc_poeta img {
        width: 100%;
    }

    /* Single Poesia */
    .head_poesia {
        height: auto;
    }

    .bg_opacity{
        height: 180px;   
    }

    .head_poesia {
        height: 180px;
    }

    /* Page Textos VH */

    .list_textos_vh li {
        background: #888;
        float: left;
        width: 100%;
        border-bottom: 5px solid #fff;
        padding: 3%;
        border-radius: 8px;
    }

    ul.list_textos_vh li a {
        color: #fff;
        float: left;
        width: 100%;
        font-weight: 350;
        font-size: 13px;
        text-align: left;
        text-decoration: none;
        line-height: 1;
    }

    .med_txt_autor{
        padding-right: 4%;
    }

    .list_menu_txt_vh {
        padding: 0 3%;
    }

    .list_menu_txt_vh li {
        text-align: center;
        margin: 5% 0;
        padding: 0 1%;
    }

    .btn_txt_vh {
        background: #d0a80a;
        padding: 7% 11%;
        float: left;
        width: 100%;
        font-size: 15px;
        border-radius: 12px;
        color: #fff;
    }

    












    /* FOOTER */
    .list_foot {
        padding: 0 5%;  
    }

    #footer p, .tit_foot {
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 1%;
    }

    .bottom_foot{
        padding:0 5%;
    }






}