@use '../../colors';
@use '../../breakpoints';

.block-fora-do-pais-bazza-fau-bz {
    position: relative;

    &::before {
        position: absolute;
        content: "";
        background-image: url(../../assets/img/block-fora-do-pais-bazza-fau-bg.svg);
        background-position: center bottom;
        background-repeat: repeat-y;
        background-size: 100% auto;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: 1; 
    }


    &::after {
        position: absolute;
        content: "";
        top: 0px;
        width: 100%;
        //clip-path: polygon( -35.669% 2229.288%,-33.048% 2239.924%,-29.006% 2251.182%,-24.527% 2226.848%,-18.928% 2259.076%,-13.922% 2262.576%,-8.052% 2269.576%,-4.113% 2232.924%,2.18% 2251.182%,9.798% 2226.848%,18.335% 2251.182%,28.734% 2239.924%,33.079% 2256.5%,38.919% 2232.924%,43.747% 2287.364%,52.139% 2262.576%,58.203% 2284.621%,61.748% 2305.303%,66.64% 2284.621%,71.495% 2256.5%,75.728% 2269.576%,78.819% 2232.924%,86.821% 2239.924%,92.393% 2251.182%,100.286% 2226.848%,106.708% 2232.924%,112.011% 2257.106%,116.02% 2226.848%,121.893% 2239.924%,128.538% 2229.288%,132.781% 2271.545%,138.291% 2257.106%,143.498% 2332.97%,143.498% -56.417%,137.653% 19.597%,134.137% 73.414%,129.12% 64.292%,125.951% 24.309%,119.624% 29.478%,113.712% 14.275%,108.337% -15.066%,102.792% 14.275%,97.408% 49.09%,91.249% 63.076%,87.889% 35.103%,82.133% 50.002%,78.55% 18.076%,73.544% 28.566%,64.459% 49.09%,54.442% 35.103%,46.568% 2.509%,41.221% 53.042%,30.145% 53.042%,24.301% 28.566%,18.61% 53.042%,11.799% 47.721%,6.659% 98.194%,2.18% 58.211%,-4.113% 51.218%,-7.192% -4.576%,-13.486% -15.066%,-18.491% 16.251%,-25.803% 4.089%,-32.231% 34.495%,-36.632% -7.313%,-40.349% -56.418%,-40.349% 2332.97%,-35.669% 2229.288% );
        clip-path: polygon( 100% 71.238%,100% 0%,0% 0%,0% 92.501%,0.979% 94.815%,5.011% 62.522%,10.344% 88.324%,16.801% 94.815%,24.739% 68.851%,30.342% 80.859%,38.389% 88.324%,41.497% 49.216%,45.753% 63.171%,50.636% 33.151%,55.555% 11.082%,59.119% 33.151%,65.218% 56.68%,73.656% 30.23%,78.511% 88.324%,84.384% 63.171%,88.753% 80.859%,99.211% 68.851%,100% 71.238% );


        height: 61px;
        background-color: colors.$pink-light;
        z-index: 1;
    }
}

@media (max-width: breakpoints.$tablet) {
    .block-fora-do-pais-bazza-fau-bz {
        &::before {
            background-image: url(../../assets/img/block-fora-do-pais-bazza-fau-mobile-bg.svg);
        }
    }
}
