﻿


/* ---------------------------------------------------------    */
/* -------------------------Para XXS------------------------  */
/* ---------------------------------------------------------    */
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 479px) {

	/* ------- CLASES GENERALES ---------  */

    .container {
        padding: 0 20px;
    }

    /* ------------------ HOME ---------------    */

    #section-introduccion .introduccion p{
        font-size: 16px;
        line-height: 24px;
    }

    #section-event-intro .text-intro{
        position: static;
    }

    /* ------------------ ART AND VIDEOS  ---------------    */

    #section-artandvideos .bloque-textos {
        position: static;
    }

    #section-aav-cp-post .post-textos-gral {
        margin-top: 60px;
    }

    /* -------- ART AND VIDEOS  OVERVIEW PAGE --------    */

    #section-aav-cp .bloque-textos {
        height: auto;
        position: static;
    }


    /* ------------------ PUBLICATIONS  ---------------    */

    #section-publications .bloque-textos{
        margin-left: 0;
    }

    /* ------------------ BIOGRAPHY  ---------------    */

    #section-biography .bloque-textos {
        margin-left: 0;
        margin-top: 80px;
    }

    #section-biography .archivos {
        height: 80px;
    }

    /* ------------------ EXHIBITIONS  ---------------    */

    #section-exhibitions .exhibitions-gral {
        padding-left: 0;
    }

    /* ------------------ PAGES  ---------------    */

    .page-gral .page-imagen{
        margin-bottom: 60px;
    }

    .page-gral .row-page .bloque-textos{
        margin-left: 0;
        margin-top: 0;
    }

    .page-gral .row-page-image-right .bloque-textos{
        margin-right: 0;
    }

    .page-gral .row-page-image-left .bloque-textos{
        margin-left: 0;
    }

    /* SLIDER FER   */

    #thumbs #prev, #thumbs #next {
        width: 30px;
        line-height: 30px;
        top: 25%;
    }

    /* ------------------ read more  ---------------    */
    .read-more-class {
        text-align: left !important;
        position: relative !important;
        bottom: 0 !important;
    }

    /* ------ FOOTER -----    */

    .footer-ppal p.signatura{
        margin-right: 30px;
    }
}




/* ---------------------------------------------------------    */
/* -------------------------Para XS------------------------  */
/* ---------------------------------------------------------    */
/* Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 480px) and (max-width: 575px) {

	/* ------- CLASES GENERALES ---------  */

    .container {
        padding: 0 20px;
    }

    /* ------------------ HOME ---------------    */

    #section-introduccion .introduccion p{
        font-size: 16px;
        line-height: 24px;
    }

    #section-event-intro .text-intro{
        position: static;
    }


    /* ------------------ ART AND VIDEOS  ---------------    */

    #section-artandvideos .bloque-textos {
        position: static;
    }

    #section-aav-cp-post .post-textos-gral {
        margin-top: 60px;
    }

    /* -------- ART AND VIDEOS  OVERVIEW PAGE --------    */

    #section-aav-cp .bloque-textos {
        height: auto;
        position: static;
    }

    /* ------------------ PUBLICATIONS  ---------------    */

    #section-publications .bloque-textos{
        margin-left: 0;
    }

    /* ------------------ BIOGRAPHY  ---------------    */

    #section-biography .bloque-textos {
        margin-left: 0;
        margin-top: 80px;
    }

    #section-biography .archivos {
        height: 80px;
    }

    /* ------------------ EXHIBITIONS  ---------------    */

    #section-exhibitions .exhibitions-gral {
        padding-left: 0;
    }

    /* ------------------ PAGES  ---------------    */

    .page-gral .row-page .bloque-textos{
        margin-left: 0;
        margin-top: 0;
    }

    .page-gral .row-page-image-right .bloque-textos{
        margin-right: 0;
    }

    .page-gral .row-page-image-left .bloque-textos{
        margin-left: 0;
    }

    .page-gral .page-imagen{
        margin-bottom: 60px;
    }

    /* SLIDER FER   */

    #thumbs #prev, #thumbs #next {
        width: 30px;
        line-height: 30px;
        top: 25%;
    }

    /* ------------------ read more  ---------------    */
    .read-more-class {
        text-align: left !important;
        position: relative !important;
        bottom: 0 !important;
    }

    /* ------ FOOTER -----    */

    .footer-ppal p.signatura{
        margin-right: 30px;
    }

}





/* ---------------------------------------------------------    */
/* -------------------------Para SM------------------------  */
/* ---------------------------------------------------------    */
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

    /* ------------------ HOME ---------------    */

    #section-event-intro .text-intro{
        position: static;
    }

    /* ------------------ ART AND VIDEOS  ---------------    */

    #section-artandvideos .bloque-textos {
        position: static;
    }

    #section-aav-cp-post .post-textos-gral {
        margin-top: 60px;
    }

    /* -------- ART AND VIDEOS  OVERVIEW PAGE --------    */

    #section-aav-cp .bloque-textos {
        height: auto;
        position: static;
    }

    /* ------------------ PUBLICATIONS  ---------------    */

    #section-publications .bloque-textos{
        margin-left: 0;
    }

    /* ------------------ BIOGRAPHY  ---------------    */

    #section-biography .bloque-textos {
        margin-left: 0;
        margin-top: 80px;
    }

    #section-biography .archivos {
        height: 80px;
    }

    /* ------------------ EXHIBITIONS  ---------------    */

    #section-exhibitions .exhibitions-gral {
        padding-left: 0;
    }

    /* ------------------ PAGES  ---------------    */

    .page-gral .row-page .bloque-textos{
        margin-left: 0;
        margin-top: 0;
    }

    .page-gral .row-page-image-right .bloque-textos{
        margin-right: 0;
    }

    .page-gral .row-page-image-left .bloque-textos{
        margin-left: 0;
    }

    .page-gral .page-imagen{
        margin-bottom: 60px;
    }

    /* SLIDER FER   */

    #thumbs #prev, #thumbs #next {
        width: 30px;
        line-height: 30px;
        top: 25%;
    }

    /* ------------------ read more  ---------------    */
    .read-more-class {
        text-align: left !important;
        position: relative !important;
        bottom: 0 !important;
    }

}




/* ---------------------------------------------------------    */
/* -------------------------Para MD------------------------  */
/* ---------------------------------------------------------    */
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {

    /* ------------------ HOME ---------------    */

    #section-event-intro .text-intro{
        position: static;
    }

    /* ------------------ ART AND VIDEOS  ---------------    */

    #section-artandvideos .bloque-textos {
        position: static;
    }

    #section-aav-cp-post .post-textos-gral {
        margin-top: 60px;
    }

    /* -------- ART AND VIDEOS  OVERVIEW PAGE --------    */

    #section-aav-cp .bloque-textos {
        height: auto;
        position: static;
    }

    /* ------------------ PUBLICATIONS  ---------------    */

    #section-publications .bloque-textos{
        margin-left: 0;
    }

    /* ------------------ BIOGRAPHY  ---------------    */

    #section-biography .bloque-textos {
        margin-left: 0;
        margin-top: 80px;
    }

    #section-biography .archivos {
        height: 80px;
    }

    /* ------------------ EXHIBITIONS  ---------------    */

    #section-exhibitions .exhibitions-gral {
        padding-left: 0;
    }

    /* ------------------ PAGES  ---------------    */

    .page-gral .row-page .bloque-textos{
        margin-left: 0;
        margin-top: 0;
    }

    .page-gral .row-page-image-right .bloque-textos{
        margin-right: 0;
    }

    .page-gral .row-page-image-left .bloque-textos{
        margin-left: 0;
    }

    .page-gral .page-imagen{
        margin-bottom: 60px;
    }

    /* SLIDER FER   */

    #thumbs #prev, #thumbs #next {
        width: 30px;
        line-height: 30px;
        top: 25%;
    }

    /* ------------------ read more  ---------------    */
    .read-more-class {
        text-align: left !important;
        position: relative !important;
        bottom: 0 !important;
    }

}





/* ---------------------------------------------------------    */
/* -------------------------Para LG------------------------  */
/* ---------------------------------------------------------    */
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

    /* ------------------ ART AND VIDEOS  ---------------    */

    #section-artandvideos .bloque-textos {
        position: static;
    }

    /* ------------------ PUBLICATIONS  ---------------    */

    /* ------------------ read more  ---------------    */
    .read-more-class {
        text-align: left !important;
        position: relative !important;
        bottom: 0 !important;
    }
}




/* ---------------------------------------------------------    */
/* -------------------------Para XL------------------------  */
/* ---------------------------------------------------------    */
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px) {

    /* ------------------ ART AND VIDEOS  ---------------    */

    #section-artandvideos .bloque-textos {
        position: static;
    }

    /* ------------------ PUBLICATIONS  ---------------    */

    /* ------------------ read more  ---------------    */
    .read-more-class {
        text-align: left !important;
        bottom: 0 !important;
    }
}


/* ---------------------------------------------------------    */
/* -------------------------Para XXL------------------------  */
/* ---------------------------------------------------------    */
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) {


}