/* 1300  */

@media (max-width: 1300px) {

    .right.cajas-artes-elements {
        align-items: start;
    }

}


/*** tablet ***/



/* LANDSCAPE TABLET */

@media (max-width: 1024px) {
    /* Main menu  */

    .open-menu {
        width: 60%!important;
    }

    /* txt img header */
    .content-main-txt-header {
        margin: 0;
        padding: 120px 10% 0 10%;
    }

     a.jcarousel-control-next {
        right: 0!important;
    }

    a.jcarousel-control-prev {
        left: 0!important;
    }

    .slideshow-view .views-slideshow-controls-bottom {
        display: none;
    }
}

/* PORTRAIT TABLET */

@media (max-width: 990px) {

    /* Search  */
    .content-form-search .search-artes {
        width: 100%;
    }

    /* txt img header */
    .content-main-txt-header {
        margin: 0;
        width: 100%;
        padding: 120px 10% 0 10%;
    }

    .content-main-txt-header {
        margin: 100px 0;
    }

    /* HOME */

    /* Slideshow (We put the "!important" to cancel the styles of the slideshow module)*/

    div.slideshow-view .views-field-title {
        padding: 10px 20px!important;
    }

    div.slideshow-view .fa-play-circle {
        top: 20px;
        left: 20px;        
    }

    div.views_slideshow_cycle_slide .views-field-title a {
        font-size: 16px;
        line-height: 18px;
    }

    /* Header artes elements */

    .right.cajas-artes-elements {
        width: 100%;
    }

    /* Carrousell */

    a.jcarousel-control-next {
        right: 0!important;
    }

    a.jcarousel-control-prev {
        left: 0!important;
    }

    .slideshow-view .views-slideshow-controls-bottom {
        display: none;
    }



    /* Footer  */

    .col-footer {
        padding: 0 15px;
        width: 33%;
    }

}




/***************************************/