@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Belanosima:wght@400;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Klee+One&family=Kode+Mono:wght@400..700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans+Syriac+Western:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Belanosima:wght@400;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Klee+One&family=Kode+Mono:wght@400..700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans+Syriac+Western:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Stack+Sans+Text:wght@200..700&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    background: #fdfdfd;

}

@media screen and (min-width: 280px) {
    header {
        display: flex;
        flex-direction: row;
        background: #00bf62;
        background: -webkit-linear-gradient(90deg, #00bf62 0%, #000000 50%, #00bf62 100%);
        background: linear-gradient(90deg, #00bf62 0%, #000000 50%, #00bf62 100%);
        width: 100%;
        height: 5rem;
        box-shadow: 1px 1px 10px 1px #000; 
        border-bottom: solid 1px #000000;
    }

    .quadradoHeader {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: 100%;
    }

    .fotoHeader {
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        background-color: #fff;
    }

    .quadradoHeader h1 {
        font-family: "Rubik", sans-serif;
        font-weight: 800;
        font-size: 13pt; /* MUDAR TAMANHO */
        color: #fff;
    }

    main {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .quadradoUm {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 10rem;
        margin-top: 1rem;
        justify-content: center;
    }

    .quadradoWhatsApp, .quadradoYoutube, .quadradoEmail {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 95%;
        height: 100%;
        background: #fff;
        border-radius: 10px;
    }

    #quadradoPreto {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        box-sizing: border-box;
        width: 100%;
        background: #303030;
        background: linear-gradient(253deg, #303030 0%, #000 100%);
        height: 100%;
        border-radius: 5px 20px 5px 20px;
        z-index: 10;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    #quadradoPreto:hover {
        border: solid 2px #00bf62;
        text-shadow: 1px 1px 1px #000;
        box-shadow: 1px 1px 10px 1px #00bf62;
    }

    #quadradoPreto:hover #WhatsApp {
        color: #00bf62;
        text-shadow: 1px 5px 20px #4dcb5b;
    }

    #quadradoPreto:hover #YouTube {
        color: #fe0032;
        text-shadow: 1px 5px 20px #fe0032;
    }

    #quadradoPreto:hover #Email {
        color: #fbbc04;
        text-shadow: 1px 5px 20px #fbbc04;
    }

    #imagem1 {
        position: absolute;
        top: -3rem;
        left: -4rem;
        width: 15rem;
        height: 14rem;
        z-index: 11;
    }

    #imagem2 {
        position: absolute;
        top: -3rem;
        left: -1rem;
        width: 14rem;
        height: 14rem;
        image-rendering: high-quality;
    }

    #imagem3 {
        position: absolute;
        top: -3rem;
        left: -4rem;
        width: 16rem;
        height: 13.4rem;
        image-rendering: high-quality;
    }

    #quadradoPreto h1 {
        position: relative;
        left: 3rem;
        font-family: "Rubik", sans-serif;
        font-weight: 600;
        font-size: 20pt;
        color: #fff;
        rotate: 0deg;
    }

    footer {
        position: absolute;
        bottom: 0;
        background: #00bf62;
        background: -webkit-linear-gradient(90deg, #00bf62 0%, #000000 50%, #00bf62 100%);
        background: linear-gradient(90deg, #00bf62 0%, #000000 50%, #00bf62 100%);
        width: 100%;
        height: 3rem;
        z-index: 90;
    }

    .quadradoFooter {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-family: "Rubik", sans-serif;
    }

    .quadradoFooter hr {
        width: 50%;
        border: solid 1px #fff;
    }

    .quadradoFooter a {
        text-decoration: none;
        color: #fff;
        font-weight: 700;
    }

    h1 {
        font-size: 10pt;
        font-weight: 500;
        color: #fff;
    }
}

@media screen and (min-height: 800px) {
    .quadradoUm {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 13rem;
        margin-top: 1rem;
        justify-content: center;
    }

    .quadradoWhatsApp, .quadradoYoutube, .quadradoEmail {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 95%;
        height: 100%;
        background: #fff;
        border-radius: 10px;
    }

    #quadradoPreto {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        box-sizing: border-box;
        width: 100%;
        background: #303030;
        background: linear-gradient(253deg, #303030 0%, #000 100%);
        height: 100%;
        border-radius: 5px 20px 5px 20px;
        z-index: 10;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    #quadradoPreto:hover {
        border: solid 2px #00bf62;
        text-shadow: 1px 1px 1px #000;
        box-shadow: 1px 1px 10px 1px #00bf62;
    }

    #quadradoPreto:hover #WhatsApp {
        color: #00bf62;
        text-shadow: 1px 5px 20px #4dcb5b;
    }

    #quadradoPreto:hover #YouTube {
        color: #fe0032;
        text-shadow: 1px 5px 20px #fe0032;
    }

    #quadradoPreto:hover #Email {
        color: #fbbc04;
        text-shadow: 1px 5px 20px #fbbc04;
    }

    #imagem1 {
        position: absolute;
        top: -3rem;
        left: -4rem;
        width: 17rem;
        height: 17rem;
        z-index: 11;
    }

    #imagem2 {
        position: absolute;
        top: -3rem;
        left: -1rem;
        width: 17rem;
        height: 17rem;
        image-rendering: high-quality;
    }

    #imagem3 {
        position: absolute;
        top: -3rem;
        left: -4rem;
        width: 18rem;
        height: 17.4rem;
        image-rendering: high-quality;
    }
}

@media screen and (min-width: 768px) {
    .quadradoUm {
        display: flex;
        flex-direction: row;
        width: 90%;
        height: 15rem;
        justify-content: center;
        margin: .5rem auto;
    }

    #imagem1 {
        position: absolute;
        top: -3rem;
        left: -4rem;
        width: 20rem;
        height: 20rem;
        z-index: 11;
    }

    #imagem2 {
        position: absolute;
        top: -3rem;
        left: -1rem;
        width: 20rem;
        height: 20rem;
        image-rendering: high-quality;
    }

    #imagem3 {
        position: absolute;
        top: -3rem;
        left: -4rem;
        width: 19rem;
        height: 18.4rem;
        image-rendering: high-quality;
    }
}

@media screen and (min-height: 1280px) {
    .quadradoUm {
        display: flex;
        flex-direction: row;
        width: 90%;
        height: 20rem;
        margin-top: 1rem;
        justify-content: center;
    }

    #imagem1 {
        position: absolute;
        top: -3rem;
        left: -4rem;
        width: 25rem;
        height: 25rem;
        z-index: 11;
    }

    #imagem2 {
        position: absolute;
        top: -3rem;
        left: -1rem;
        width: 23rem;
        height: 23rem;
        image-rendering: high-quality;
    }

    #imagem3 {
        position: absolute;
        top: -3rem;
        left: -4rem;
        width: 25rem;
        height: 25rem;
        image-rendering: high-quality;
    }

}

@media screen and (min-width: 1440px) {
    .quadradoUm {
        display: flex;
        flex-direction: row;
        width: 50%;
        height: 11rem;
        justify-content: center;
        margin: .5rem auto;
    }

    #imagem1 {
        position: absolute;
        top: -3rem;
        left: -4rem;
        width: 20rem;
        height: 20rem;
        z-index: 11;
    }

    #imagem2 {
        position: absolute;
        top: -3rem;
        left: -1rem;
        width: 20rem;
        height: 20rem;
        image-rendering: high-quality;
    }

    #imagem3 {
        position: absolute;
        top: -3rem;
        left: -4rem;
        width: 19rem;
        height: 18.4rem;
        image-rendering: high-quality;
    }
}

@media screen and (min-height: 1300px) {
    main {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
    }

    .quadradoUm {
        display: flex;
        flex-direction: row;
        width: 70%;
        height: 20rem;
        justify-content: center;
        margin: .5rem auto;
    }

    #imagem1 {
        position: absolute;
        top: -3rem;
        left: -4rem;
        width: 25rem;
        height: 25rem;
        z-index: 11;
    }

    #imagem2 {
        position: absolute;
        top: -3rem;
        left: -1rem;
        width: 25rem;
        height: 25rem;
        image-rendering: high-quality;
    }

    #imagem3 {
        position: absolute;
        top: -3rem;
        left: -4rem;
        width: 30rem;
        height: 25.4rem;
        image-rendering: high-quality;
    }

}

footer {
        position: absolute;
        bottom: 0;
        background: #00bf62;
        background: -webkit-linear-gradient(90deg, #00bf62 0%, #000000 50%, #00bf62 100%);
        background: linear-gradient(90deg, #00bf62 0%, #000000 50%, #00bf62 100%);
        width: 100%;
        height: 3rem;
        z-index: 90;
    }

    .quadradoFooter {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-family: "Rubik", sans-serif;
    }

    .quadradoFooter hr {
        width: 50%;
        border: solid 1px #fff;
    }

    .quadradoFooter a {
        text-decoration: none;
        color: #fff;
        font-weight: 700;
    }

    h1 {
        font-size: 10pt;
        font-weight: 500;
        color: #fff;
    }

    .quadradoLoader {
        position: absolute;
        display: none;
        align-items: center;
        justify-content: center;
        height: 100dvh;
        z-index: 9999;
        width: 100%;
        background: #000000bd;
        overflow: hidden;
    
    }

    .loader {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        margin: auto;
        position: relative;
        box-sizing: border-box;
        background: #fff;
        border-radius: 100%;
        overflow: hidden;
        animation: jump 1s linear infinite;
    }

    .loaderDentro {
        position: absolute;
        background: #000;
        clip-path: polygon(50% 0%, 100% 44%, 82% 100%, 18% 100%, 0% 44%);
        width: 1.5rem;
        height: 1.5rem;
        z-index: 60;
    
    }

    .loaderDentro1 {
        position: absolute;
        background: #000;
        clip-path: polygon(50% 0%, 100% 44%, 82% 100%, 18% 100%, 0% 44%);
        width: 1.5rem;
        height: .5rem;
        z-index: 59;
        top: 0;
        rotate: 180deg;
        border-radius: 100%;
    }

    .loaderDentro2 {
        position: relative;
        background: #000;
        clip-path: polygon(50% 0%, 100% 44%, 82% 100%, 18% 100%, 0% 44%);
        width: 1.5rem;
        height: .5rem;
        z-index: 59;
        top: 0px;
        left: -1.29rem;
        rotate: 90deg;
        border-radius: 100%;
    }


    .loaderDentro3 {
        position: absolute;
        background: #000;
        clip-path: polygon(50% 0%, 100% 44%, 82% 100%, 18% 100%, 0% 44%);
        width: 1.5rem;
        height: .5rem;
        z-index: 59;
        top: auto;
        left: 2rem;
        rotate: -90deg;
        border-radius: 100%;
    }

    .loaderDentro4 {
        position: absolute;
        background: #000;
        clip-path: polygon(50% 0%, 100% 44%, 82% 100%, 18% 100%, 0% 44%);
        width: 1rem;
        height: .5rem;
        z-index: 59;
        top: 2.3rem;
        left: 4px;
        rotate: 35deg;
        border-radius: 100%;
    }


    .loaderDentro5 {
        position: absolute;
        background: #000;
        clip-path: polygon(50% 0%, 100% 44%, 82% 100%, 18% 100%, 0% 44%);
        width: 1rem;
        height: .5rem;
        z-index: 59;
        top: 2.3rem;
        left: 28px;
        rotate: -35deg;
        border-radius: 100%;
    }

@keyframes jump {
    0% {
        transform: translateY(-20px);
    }
    25% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-20px);
    }
}