@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {}


/* FIX OCULTAR BOTÓN MENÚ */
@media screen and (max-width: 2900px) and (min-width: 1201px) {
    .btn-menu {
        display: none !important
    }
}







/* =======================================================================*/

/* 1440
 
=========================================================================*/
@media screen and (max-width: 1440px) and (min-width: 220px) {



    /* TIPOGRAFIA */
    h1 {
        font-size: 4rem
    }

    h2 {
        font-size: 3.4rem
    }

    h3 {
        font-size: 3rem
    }

    h4 {
        font-size: 2.6rem
    }

    h5 {
        font-size: 2.2rem
    }

    h6 {
        font-size: 1.6rem
    }

    p {
        font-size: 1.4rem;
        line-height: 1.5
    }


    .menu li {
        padding-left: 30px
    }

    .menu li a {
        font-size: 1.4rem;
    }

    .sub-menu {
        left: 50px;
    }

    .sub-menu li {
        padding-left: 0 !important
    }




    /* SLIDER HOME */
    .tx-slider {
        max-width: 620px;
        right: 30px
    }



    /* SLIDER WIDTH */
    #slider-width-1 {
        height: 450px
    }

    #slider-width-1 img {
        height: 450px;
        width: auto
    }


    /* slider auto width */
    #slider-width-2 {
        height: 250px;
    }

    #slider-width-2 .item img {
        height: 250px;
        width: auto
    }



}



/* =======================================================================*/

/* 1200
 
=========================================================================*/
@media screen and (max-width: 1280px) and (min-width: 220px) {

    .menu li {
        padding-left: 20px
    }
}







/* =======================================================================*/

/* 1200
 
=========================================================================*/
@media screen and (max-width: 1200px) and (min-width: 220px) {




    /* # HEADER */


    /* menú */
    .menu li {
        padding: 0 16px;
    }

    .sub-menu {
        width: 120%;
        left: 16px
    }

    .sub-menu li {
        padding: 0
    }

    /* CABEZAL */
    .tx-cabezal {
        max-width: 75%
    }


    .slider-ficha .tx-slider {
        max-width: 70%
    }



    /* SLIDER HOME */
    .tx-slider {
        max-width: 580px
    }

    .tx-slider h2 {
        font-size: 3.2rem
    }




    /* HEADER */

    #logo img {
        width: 130px
    }

    #header.scroll #logo img {
        max-height: 40px
    }

    #header.scroll #logo {
        margin: 10px 0
    }




    /* btn */
    .btn-menu {
        display: block;
    }

    #header.scroll .btn-menu {
        top: 8px;
    }

    .main-menu.visible .btn-cerrar-menu {
        display: block;
    }


    /* main menú */
    .main-menu.visible {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        /*background-color:rgba(231,243,221,.8)*/
        background-color: rgba(0, 0, 0, .8)
    }

    #header.scroll .main-menu.visible {
        top: 0;
    }


    /* menú */
    .menu {
        visibility: hidden;
        opacity: 0;
        width: 220px;
        display: block;
        position: absolute;
        top: 0;
        right: -500px;
        background-color: #eee;
        padding-top: 10px
    }

    .main-menu.visible .menu {
        right: 0;
        visibility: visible;
        opacity: 1;
    }

    .menu li {
        width: 100%;
        margin: 0;
    }

    .menu li a {
        width: 100%;
        display: block;
        float: left;
        text-align: left;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
        z-index: 12
    }

    .menu li a:after {
        display: none;
    }


    .sub-menu {
        display: none;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        opacity: 1;
        visibility: visible
    }

    .sub-menu li {
        display: block
    }

    .sub-menu li a {
        color: #333 !important;
        padding-left: 16px;

    }


    /* ICO */
    .ico-drop {
        display: block;
        right: 10px;
        z-index: 10;
    }




    /* # MAIN */
    #main {
        padding-top: 116px
    }


    /* SLIDER */
    #slider-home {
        min-height: 200px
    }

    .tx-slider {
        max-width: inherit;
        right: auto !important;
        padding: 0 30px !important;
        left: 0;
    }

    .tx-slider h2 {
        font-size: 2.5rem
    }


    /* CABEZAL */
    .tx-cabezal {
        max-width: 80%
    }


    /* TAB LINK */
    .tab-link {
        font-size: 2rem
    }



    /* FOOTER */
    #footer .redes {
        position: relative;
        left: 10px
    }

    #footer address {
        padding-left: 20px;
        width: 100%;
        float: left;
        margin-top: 20px
    }


    .menu_destaque {
        padding: 0 16px !important;
    }


}







/* =======================================================================*/

/* 800
 
=========================================================================*/
@media screen and (max-width: 800px) and (min-width: 220px) {

    .cols-1 {
        width: 16.6666%
    }

    .pl-100,
    .pr-100 {
        padding: 0 2.5rem;
    }


    /* NAV TOP */
    .nav-top ul li {
        padding: 0 15px
    }



    /* MASONRY */
    .grid.catalogo .grid-item,
    .grid-item {
        width: 33%;
        float: left;
        padding: 10px
    }

    .tx {
        width: calc(100% - 10px);
        height: calc(100% - 14px)
    }


    /* BOTONERA */
    .botonera a {
        font-size: 2rem;
        padding: 20px 5px
    }


    .cols-9.ficha {
        width: 100% !important
    }


    /* CABEZAL */
    .cabezal .ratio-30 {
        padding-top: 50% !important
    }


    .slider-ficha .tx-slider {
        max-width: 100%;
    }

    .slider-ficha .tx-slider .contenedor {
        bottom: 10px
    }

    .slider .ratio-32 {
        padding-top: 60% !important
    }



    .data h4 {
        font-size: 2rem
    }


}








/* =======================================================================*/

/* 640
 
=========================================================================*/
@media screen and (max-width: 640px) and (min-width: 220px) {

    [class*=cols-] {
        padding: .5rem
    }

    .cols-1,
    .cols-2 {
        width: 24.9999%;
    }

    .cols-3,
    .cols-4,
    .cols-5 {
        width: 49.9998%;
    }

    .cols-7,
    .cols-8,
    .cols-9 {
        width: 83.333%
    }

    .cols-11 {
        width: 100%
    }

    #contacto .cols-8 {
        width: 100%
    }

    .cols-8.cols-off-1 {
        margin-left: 0;
        width: 100%;
        margin-top: 30px
    }

    .main-noticia-final .cols-3 {
        width: 60%
    }


    h2 {
        font-size: 2.8rem
    }

    #logo {
        padding: 0 5px
    }

    .adjunto.sales {
        right: 5px;
    }


    .ico,
    .ico:before,
    .ico:after,
    .btn-google:before {
        background-size: 100%;
    }

    .tit .ico:before {
        margin-right: 8px;
        max-width: 100px
    }

    .btn-google {
        font-size: 1.5rem;
    }

    .btn-google:hover {
        padding: 10px
    }

    .btn-menu {
        right: 25px;
    }

    .idioma {
        right: 25px;
    }



    /* nav top */
    .nav-top {
        display: none
    }

    .menu .movil {
        display: block
    }

    .menu .movil li a:hover {
        color: #00B285
    }

    /* MAIN */
    #slider-home {
        min-height: 100px
    }


    .tx-slider {
        padding: 0 30px !important;
        right: 0 !important
    }

    .tx-slider h2 {
        font-size: 2rem
    }

    .tx-cabezal {
        width: 100%;
        max-width: 100%
    }

    /* MASONRY */
    .grid.catalogo .grid-item,
    .grid-item {
        width: 49.9998%;
        float: left;
        padding: 5px
    }

    .tx h4 {
        font-size: 1.9rem
    }

    /* ficha */
    .afiche.cols-6 {
        padding-right: 0 !important;
    }

    .ficha article {
        margin-top: 20px
    }

    .ficha .cols-6 {
        width: 100%
    }

    .estreno {
        width: 150px;
        height: 150px;
    }

    .estreno h3 {
        font-size: 1.5rem;
    }

    .estreno span.mes {
        font-size: 2.9rem;
    }



    .cols-9.pl-30 {
        padding-left: 1rem !important;
        width: 100%
    }


    /* GALERÍA */
    .galeria .cols-2-5 {
        width: 33.3332%
    }



    #footer address {
        padding-left: 15px;
    }

    #footer .redes {
        left: 5px
    }



    /* SLIDER WIDTH */
    #slider-width-1 {
        height: 400px
    }

    #slider-width-1 img {
        height: 400px;
        width: auto
    }


    /* slider auto width */
    #slider-width-2 {
        height: 220px;
    }

    #slider-width-2 .item img {
        height: 220px;
        width: auto
    }






    .fancybox-image-wrap {
        max-width: 100% !important
    }


    .tab-link {
        padding: 1rem .5rem !important
    }




    /* FORMACION */

    /* img */
    body.formacion div.pc {
        display: none;
    }

    body.formacion div.movil {
        display: block;
    }


}

@media screen and (max-width: 640px) and (orientation: landscape) {}









/* =======================================================================*/

/* 580
 
=========================================================================*/
@media screen and (max-width: 580px) and (min-width: 220px) {

    .tab-link {
        width: 100%;
        padding: 10px !important;
        font-size: 2rem;
        border-width: 2px
    }

    .cont-data {
        max-height: calc(100% - 35px);
        margin: 0
    }

    .data {
        display: none !important;
    }

    .data h4 {
        font-size: 2.6rem
    }

    .data span {
        font-size: 1.6rem
    }


    .tx-movil {
        display: block
    }


    /* SLIDER WIDTH */
    #slider-width-1,
    #slider-width-4 {
        height: 535px;
    }

    #slider-width-1 img,
    #slider-width-4 img {
        height: 500px;
        width: auto
    }

    #slider-width-2,
    #slider-width-3 {
        height: 355px
    }

    #slider-width-2 .item img,
    #slider-width-3 .item img {
        height: calc(355px - 35px);
        width: auto
    }









}








/* =======================================================================*/

/* 500
 
=========================================================================*/
@media screen and (max-width: 500px) and (min-width: 220px) {

    .cols-3,
    .cols-4,
    .cols-5,
    .cols-6,
    .cols-7,
    .cols-8,
    .cols-9,
    .cols-10,
    .cols-11 {
        width: 100%;
    }

    .cols-off-1 {
        margin-left: 0
    }

    .cols-6.pr-5 {
        padding-right: 0 !important;
    }

    .cols-6.pl-5 {
        padding-left: 0 !important;
    }

    /* TIPOGRAFIA */
    h2 {
        font-size: 2.4rem;
    }



    /* slider */
    .slider:before {
        height: 60%
    }

    #slider-home {
        height: 300px;
    }

    #slider-home .item {
        height: 300px
    }

    #slider-home .item img {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: inherit;
        margin: auto;
        object-fit: cover;
    }

    .slider .ratio-32,
    .cabezal .ratio-30 {
        padding-top: 75% !important;
    }





    /* MAPA */
    .mapa {
        height: 300px
    }



    .bg-video:after {
        width: 50px;
        height: 50px;
        background-size: 20px
    }



    /* GALERÍA */
    .galeria .cols-3 {
        width: 49.9998%
    }



    #footer address p {
        width: 100%
    }


}








/* =======================================================================*/

/* 420
 
=========================================================================*/
@media screen and (max-width: 420px) and (min-width: 220px) {


    p {
        margin-bottom: 18px
    }

    .slider-ficha .tx-slider .contenedor h2,
    .slider-ficha .tx-slider .contenedor p {
        margin-bottom: 0
    }

    .tx-slider h2 {
        font-size: 1.9rem
    }

    .bg-video:after {
        width: 40px;
        height: 40px;
        background-size: 15px
    }


    /* MASONRY */
    .grid.catalogo .grid-item,
    .grid-item {
        width: 100%;
        float: left;
    }



    .main-noticia-final .cols-3 {
        width: 100%
    }


    /* GALERÍA */
    .galeria .cols-2-5 {
        width: 49.9998%
    }


    /* FOOTER */
    #footer address span {
        display: none;
    }

    #footer address p {
        margin: 0 0 5px 0
    }





    /* SLIDER WIDTH */
    #slider-width-1 {
        height: 300px
    }

    #slider-width-1 img {
        height: 300px;
        width: auto
    }


    /* slider auto width */
    #slider-width-2 {
        height: 160px;
    }

    #slider-width-2 .item img {
        height: 160px;
        width: auto
    }



    .slider .ratio-32,
    .cabezal .ratio-30 {
        padding-top: 100% !important;
    }


}

@media screen and (max-width: 320px) {

	.g-recaptcha,
    #rc-imageselect {
        -webkit-transform: scale(0.88);
        -moz-transform: scale(0.88);
        -ms-transform: scale(0.88);
        -o-transform: scale(0.88);
        transform: scale(0.88);

        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}