/************************************************/
/*************** RESPONSIVE  *******************/
/**********************************************/
/** PANTALLAS GRANDES **/
@media only screen and (min-width: 1600px) {
    /** BANNER PRINCIPAL **/
    .bannerPrincipal .swiper-slide-inner:before {
        top: 35%!important;
    }
    /** BANNERS CARRUSEL NOSOTROS **/
    .empresaBox .bannerPrincipal .elementor-swiper-button-prev {
        right: 13%!important;
    }
    /** HOME BLOG **/
    .carruselBlog .pp-posts:after {
        content: url(/wp-content/uploads/2023/06/fondo-color-2.svg)!important;
        right: -5%!important;
    }
}
@media only screen and (max-width: 1280px) {
    /** HOME BLOG **/
    .carruselBlog .pp-posts:after {
        right: -10%;
    }
}
/** PANTALLA CHICA - TABLET **/
@media only screen and (max-width: 1024px) {
    /** BANNER PRINCIPAL **/
    .bannerPrincipal .swiper-slide-inner:before {
        content: url(/wp-content/uploads/2023/05/logo-blanco-austral.svg)!important;
        left: 0!important;
        margin-left: auto!important;
        margin-right: auto!important;
        right: 0!important;
        top: 26%!important;
        width: 350px;
        margin-left: -350px;
    }
   .bannerPrincipal .swiper-slide-contents {
        text-align: center;
    }
    /** BANNERS CARRUSEL NOSOTROS **/
    .empresaBox .bannerPrincipal .elementor-swiper-button-prev {
        right: 22%!important;
    }
    /** CARRUSEL PRODUCTOS RELACIONADOS **/
    .carruselProducto .pp-info-box-icon img {
        height: 150px!important;
    }
    .carruselProducto .pp-info-box {
        padding-right: 20px!important;
    }
    /** CARRUSEL BLOG NOTICIAS HOME **/
    .carruselBlog h2.pp-post-title {
        line-height: 1.1em!important;
        margin-right: 18%;
    }
    /** GRID BLOG PÁGINA NOSOTROS **/
    .blogGrid .elementor-posts article.elementor-post:last-child {
        display: none!important;
    }
    /** CARRUSEL CATÁLOGOS **/
    .carruselMarca01 .pp-info-box-content, .carruselMarca01 .pp-info-box-footer {
        display: block!important;
        text-align: center!important;
    }
    .carruselMarca01 .pp-info-box-title-wrap, .carruselMarca01 .pp-info-box-footer {
        border-right: 0px solid #c4c4c4!important;
        width: 100%!important;
    }
    .carruselMarca01 .pp-info-box-title-wrap h4 {
        display: block!important;
        margin: 20px 10px 10px!important;
        min-height: 0px!important;
    }
    .carruselMarca01 a.pp-info-box-button {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
    /** HOME BLOG **/
    .carruselBlog .pp-posts:after {
        right: -22%;
    }
}
/** MÓVIL **/
@media only screen and (max-width: 690px) {
    /** SCROLL: HEADER + LOGO + MENÚ **/
    header.elementor-sticky--effects .elementor-container {
       height: 60px!important;
       min-height: 60px!important;
    }
    li.menuBtn01 {
        display: block!important;
    }
    /** BANNER PRINCIPAL LOGO **/
    .bannerPrincipal .swiper-slide-inner:before {
        display: none;
    }
    /** BANNER FLECHAS **/
    .bannerPrincipal .elementor-swiper-button, .carruselBlog .pp-slider-arrow {
        width: 19%!important;
    }
    .bannerPrincipal .elementor-swiper-button-prev, .empresaBox .bannerPrincipal .elementor-swiper-button-prev {
        right: 25%!important;
    }
    /** CARRUSEL MARCAS LOGOS **/
    .marcaCarrusel .swiper-pagination {
        display: block;
    }
    /** BOTONES - MENÚ **/
    .menuHeader a.elementor-item, .btnMenu a.elementor-button-link {
        height: 60px!important;
    }
    /** SECCIÓN NÚMEROS **/
    .boxNumeros .elementor-counter .elementor-counter-title {
        min-height: 30px!important;
    }
    /** CARRUSEL PRODUCTOS DESTACADOS **/
    .carruselProducto {
        width: 330px!important;
    }
    /** MARCA FULL **/
    .seccionMarcaFull .elementor-container.elementor-column-gap-no {
        display: block!important;
    }
    .seccionMarcaFull {
        padding: 12% 6%!important;
    }
    .seccionMarcaFull .elementor-container .marFull02 {
        width: 100%!important;
    }
    .marFull02 .elementor-widget-container, .carruselMarca01 a.pp-info-box-button {
        margin: 0!important;
    }
    .marFull02 .linkMarca01 {
        left: 90%!important;
    }
    .carruselMarca01 {
        margin-top: 6%!important;
    }
    .carruselMarca01 .pp-info-box-content {
        padding: 30px!important;
    }
    .carruselMarca01 .pp-info-box-title-wrap h4 {
        margin: 0px 10px 10px!important;
    }
}
/************************************************/
/************* FIN: RESPONSIVE  ****************/
/**********************************************/