@media (max-width: 1800px) {
}

@media (max-width: 1679px) {
    .cabecera .derecha .menu li{
        margin-right: 40px;
    }

    .cabecera .derecha .menu{
        margin-right: 40px;
    }

    .container {
        max-width: 1200px;
    }

    .cabecera .izquierda .logo{
        max-width: 160px;
    }

    .swiper-slider_style-3 {
        padding-top: 160px;
    }
}

@media (max-width: 1439px) {
    .cabecera .derecha .menu li{
        font-size: 14px;
        margin-right: 30px;
    }

    .media-body h3{
        font-size: 27px;
    }
    
    h2, .heading-2{
        font-size: 35px;
    }

    .mapa iframe{
        max-height: 400px;
    }

    .questions{
        padding: 60px 40px;
    }

    .questions .preguntas_respuestas .pregunta{
        font-size: 1.3em;
    }
    
    .questions .preguntas_respuestas .respuesta{
        padding: 15px;
    }

    .ficha_producto .heading-3{
        font-size: 31px;
    }
    
}

@media (max-width: 1365px) {
    .cabecera .derecha .contactar a{
        max-width: 140px;
    }
}

@media (max-width: 1279px) {

    .cabecera .derecha .menu, .cabecera .derecha .menu li{
        margin-right: 20px;
    }
    
    .cabecera .derecha .menu li:first-child{
        display: none
    }

    .cabecera .derecha .contactar a{
        min-width: 140px;
        font-size: 14px;
    }

    .cabecera .izquierda .logo{
        max-width: 120px;
    }

    .container {
        max-width: 970px;
    }

    .lead{
        font-size: 1rem;
    }

    .col-lg-3{
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .isotope-item.producto:nth-child(4){
        margin-top: 30px !important;
    }

    html:not(.tablet):not(.mobile) .product{
        padding: 0;
    }
    
    html:not(.tablet):not(.mobile) .product:hover::before {
        opacity: 1;
        bottom: -20px;
    }

    .isotope-item.producto{
        margin-top: 30px !important;
    }

    #catalogo .col-sm-5{
        padding: 0 15px;
    }

    .media-body h3{
        font-size: 22px;
    }

    * + .text-block {
        margin-top: 20px;
    }

    .footer-classic__aside {
        padding: 30px 0;
    }

    .cabecera{
        padding: 10px 0;
    }

    .cabecera .derecha{
        margin-top: 0;
    }

    .cabecera .derecha .menu li .submenu_1{
        left: -40px;
    }

    .cabecera .derecha .menu li .submenu_1 li, .cabecera .derecha .menu li .submenu_1 li.submenu_sec ul.submenu_2 li{
        padding: 0 20px;
    }
    
    .mapa iframe{
        max-height: 350px;
    }

    .post-boxed__image{
        max-height: 150px;
    }

    .contacte, .categories, .bloque{
        margin-top: 80px;
    }

    .categories .row{
        margin: 0;
    }

    .cabecera .derecha .contactar{
        margin-right: 10px;
    }

    .redes li{
        padding: 0;
    }

    .swiper-slider_style-3 {
        padding-top: 120px;
    }

    .noticia_blog.col-lg-4{
        flex: 0 0 50%;
        max-width: 50%;
    }

    .breadcrumbs-custom {
        padding-top: 200px;
    }

    .isotope-item.producto.model:nth-child(4){
        margin-top: 0 !important;
    }

    .questions .preguntas_respuestas{
        padding: 40px 0 0;
    }
}

@media (max-width: 1023px) {
    .cabecera .derecha .menu{
        display: none;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .services .text-block{
        max-width: 470px;
        margin: 20px auto 0;
    }

    #catalogo{
        background: none;
    }

    .cabecera .derecha{
        margin-right: 80px;
    }

    .menu_ham {
        background: #3c5b99;
        display: block;
        color: #ffffff;
        border: none;
        float: right;
        position: fixed;
        right: 2.5%;
        top: 38px;
        height: 44px;
        width: 44px;
        z-index: 10;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        opacity: 1;
        visibility: visible;
        line-height: 1.888888888888889rem;
        font-size: 1.666666666666667rem;
        outline: none;
        border-width: 0;
        overflow: hidden;
        text-indent: -9999px;
        border: 1px solid #ffffff;
    }

    .menu_ham .the_bars {
        height: 2px;
        width: 1.666666666666667rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #ffffff;
        position: absolute;
        top: 50%;
        margin-top: -2px;
        -webkit-transition: none;
        transition: none;
    }

    .menu_ham .the_bars:before, .menu_ham .the_bars:after {
        content: '';
        position: absolute;
        height: 2px;
        left: 0;
        width: 1.666666666666667rem;
        background: #ffffff;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-duration: 0.3s, 0.3s;
        -moz-transition-duration: 0.3s, 0.3s;
        -ms-transition-duration: 0.3s, 0.3s;
        -o-transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
        -webkit-transition-delay: 0.3s, 0s;
        -ms-transition-delay: 0.3s, 0s;
        -moz-transition-delay: 0.3s, 0s;
        -o-transition-delay: 0.3s, 0s;
    }

    .menu_ham .the_bars:before {
        top: -8px;
        transition-property: top, -webkit-transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform;
        -webkit-transition-property: top, -webkit-transform;
        -moz-transition-property: top, -moz-transform;
        -ms-transition-property: top, -ms-transform;
    }

    .menu_ham .the_bars:after {
        bottom: -8px;
        transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform;
        -webkit-transition-property: bottom, -webkit-transform;
        -moz-transition-property: bottom, -moz-transform;
        -ms-transition-property: bottom, -ms-transform;
        -o-transition-property: bottom, -o-transform;
    }

    body.mm-ocd-opened .menu_ham .the_bars, body.fixed.mm-ocd-opened .menu_ham .the_bars {
        background-color: transparent;
    }

    body.mm-ocd-opened .menu_ham .the_bars:before {
        max-width: unset;
        top: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transition-delay: 0s, 0.3s;
        -webkit-transition-delay: 0s, 0.3s;
        -ms-transition-delay: 0s, 0.3s;
        -moz-transition-delay: 0s, 0.3s;
        -o-transition-delay: 0s, 0.3s;
        background-color: #ffffff;
    }

    body.mm-ocd-opened .menu_ham .the_bars:after {
        bottom: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transition-delay: 0s, 0.3s;
        -webkit-transition-delay: 0s, 0.3s;
        -ms-transition-delay: 0s, 0.3s;
        -moz-transition-delay: 0s, 0.3s;
        -o-transition-delay: 0s, 0.3s;
        background-color: #ffffff;
    }

    /*body.fixed .menu_ham {
        top: 0;
        right: 0;
    }*/

    .mm-spn.mm-spn--navbar:after{
        font-size: 25px;
        font-weight: normal;
        opacity: 1;
        background: #3c5b99;
        color: #ffffff;
        font-weight: bold;
    }

    .mm-spn .falso_link, .mm-spn a {
        font-size: 18px;
        color: #000000;
    }

    .mm-spn.mm-spn--navbar:before {
        opacity: 1;
        z-index: 2;
        border-color: #ffffff;
    }

    .falso_link.active, .falso_link.selecc, #mmmenu ul li.active a, #mmmenu ul li.sel ul li ul li.selecc a {
        font-weight: bold;
        color: #3c5b99;
    }

    .mm-spn li:before{
        opacity: .7;
        color: #3c5b99;
    }

    .mapa iframe{
        max-height: 300px;
    }

    .post-boxed__image {
        max-height: 115px;
    }

    .redes{
        display: none;
    }

    .cabecera .derecha .contactar{
        margin-right: 0;
    }

    .mm-spn li:last-child{
        margin: 20px 0;
        text-align: center;
    }

    .mm-spn li.ultimo{
        margin: 0;
        text-align: left;
    }
    
    .mm-spn li:last-child:before{
        opacity: 0;
    }

    .mm-spn li:last-child a{
        display: inline-block;
        position: relative;
        vertical-align: top;
        line-height: 50px;
        font-size: 27px;
        padding: 0;
        width: 50px;
        height: 50px;
        color: #3c5b99;
    }

    .mm-spn li.ultimo a{
        display: block;
        position: relative;
        width: auto;
        height: auto;
        line-height: unset;
        font-size: 18px;
        padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent);
        color: #000000;
    }

    .mm-spn li:last-child a:after, .mm-spn li:last-child:after{
        display: none;
    }

    .swiper-slider_style-3 {
        padding-top: 109px;
    }

    .isotope.listado{
        margin-bottom: 0;
    }

    .footer-classic__aside .list-inline-xxs{
        margin: 0;
    }

    .swiper-slider_style-3 .swiper-slide-caption{
        padding: 100px 0;
    }
    
    .swiper-slide-caption .container{
        text-align: left;
    }

    .swiper-slide-caption .container p{
        margin: 40px 0 0;
    }

    .ficha_producto .heading-3 {
        font-size: 26px;
    }

    .questions .preguntas_respuestas .pregunta {
        font-size: 1.2em;
    }

    .questions .preguntas_respuestas .pregunta .abrir:before{
        background-size: 16px;
    }

    .questions .preguntas_respuestas .pregunta{
        padding-left: 35px;
    }

    .contactando a{
        padding-top: 80px;
    }

    .contactando a:before, .contactando a.tel:before{
        background-size: 60px;
    }

    .contactando a.email:before{
        background-size: 70px;
    }

    .isotope-item.producto.model{
        padding: 0 15px;
    }

    .section-md.presen{
        padding: 60px 0 20px;
    }
    .tablita{
        text-align: center;
    }

    .columna{
        width: calc(50% - 2px);
    }
}

@media (max-width: 767px) {
    .col-lg-3{
        width: 50%;
        flex: 0 0 50%;
    }

    #catalogo .col-sm-6{
        flex: unset;
        max-width: none;
    }

    .widget img{
        max-width: 130px;
    }

    .post-boxed__image {
        max-height: 100%;
    }

    .contacte, .categories, .bloque {
        margin-top: 60px;
    }

    .heading-2{
        font-size: 30px;
    }
    
    .widget ul li a, .button.button-darker{
        display: block;
    }

    .alto-img{
        margin-top: 20px;
    }

    .whatsapp{
        width: 50px;
        height: 50px;
        bottom: 10px;
        left: 10px;
        background-size: 20px;
    }

    .mm-spn li:last-child a{
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 23px;
    }

    .mm-spn li.ultimo a{
        width: auto;
        height: auto;
        line-height: unset;
        font-size: 16px;
    }

    .swiper-slider_style-3{
        padding-top: 94.3px;
    }

    h2, .heading-2 {
        font-size: 30px;
    }

    .noticia_blog.col-lg-4 {
        flex: 100%;
        max-width: none;
    }

    .footer-classic__aside .list-inline-xxs{
        margin-top: 20px;
    }

    .swiper-slider_style-3 .swiper-slide-caption{
        padding: 80px 0;
    }

    .swiper-slide-caption .container p {
        margin: 20px 0 0;
    }

    .carrusel .fotografia img{
        min-height: unset;
    }
}

@media (max-width: 425px) {

    .breadcrumbs-custom{
        background-position: top 95px center !important;
        padding-top: 150px;
    }

    .col-sm-6 {
        flex: unset;
        max-width: none;
    }

    ol, ul{
        margin: 0;
    }

    .isotope.listado .row{
        display: block;
    }

    .isotope-item.producto,
    .isotope-item.producto:nth-child(2),
    .isotope-item.producto:nth-child(3),
    .isotope-item.producto:nth-child(4){
        margin-top: 20px !important;
    }

    #bottom .col-sm-6{
        margin-top: 40px;
    }

    #bottom .col-sm-6:first-child{
        margin-top: 0;
    }

    .footer-classic .col-md-6:last-child, #catalogo .col-sm-6:last-child{
        margin-top: 20px;
    }

    .cabecera .derecha .contactar{
        display: none;
    }

    .cabecera .izquierda .logo {
        max-width: 100px;
    }

    .menu_ham{
        top: 25px;
    }

    .media-body p{
        font-weight: 600;
    }

    .row.especial .col-md-6{
        padding-left: 15px;
        padding-right: 15px;
    }

    .mm-spn .falso_link, .mm-spn a{
        font-size: 16px;
    }

    .mm-spn.mm-spn--navbar:after{
        font-size: 22px;
    }
    
    .bg-gray-dark .button-primary{
        padding: 10px 25px;
    }

    .mapa iframe{
        max-height: 250px;
    }

    .section.contact .container{
        padding: 0;
    }

    .section.contact .container .layout-bordered__aside{
        padding: 0 15px;
    }

    .descrip_contacto p{
        margin-bottom: 30px;
    }

    .isotope-item.producto.model{
        flex: 100%;
    }

    .questions {
        padding: 30px 20px;
    }

    .questions .preguntas_respuestas .pregunta{
        font-size: 1.1em;
    }

    .questions .preguntas_respuestas .pregunta .abrir:before{
        transform: none;
        top: 0px;
        background-size: 12px;
    }

    .questions .preguntas_respuestas .respuesta ol, .questions .preguntas_respuestas .respuesta ul{
        margin-left: 15px;
    }

    .post-boxed__title a.subtit{
        min-height: unset;
        -webkit-line-clamp: unset;
        line-clamp: unset;
        display: block;
        -webkit-box-orient: unset;
        overflow: auto;
    }

    .ficha_producto .heading-3 {
        font-size: 22px;
    }

    .contactando a{
        display: block;
        width: auto;
        margin-right: 0;
        margin-top: 30px;
    }

    .contactando a:first-child{
        margin-top: 0;
    }

    p.text-med, ul.text-med{
        font-size: 1em;
    }

    .button.boton-blue{
        display: block;
        font-size: 1em;
    }
    
    .list-marked.text-med li:before{
        top: 0;
    }

    .columna{
        display: block;
        width: auto;
    }

    .product__title.titulazo.tit-foto{
        margin: 60px 0 20px;
    }
}

@media (max-width:359px) {

    h1, .heading-1, h2, .heading-2, .fadeInUpSmall{
        font-size: 28px;
    }

}