@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Gilroy', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gilroy-500 {
    font-family: 'Gilroy', inherit;
    font-weight: 500;
}

.gilroy-600 {
    font-family: 'Gilroy', inherit;
    font-weight: 600;
}

.gilroy-700 {
    font-family: 'Gilroy', inherit;
    font-weight: 700;
}

.gilroy-800 {
    font-family: 'Gilroy', inherit;
    font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gilroy', inherit;
}

.capa {
    background-image: url('../img/maos.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.rosa {
    color: #fc58db;
}

.salmao {
    color: #ff716d;
}

.azul {
    color: #7734cc;
}

.bg-rosa {
    background-color: #fc58db;
}

.bg-salmao {
    background-color: #ff716d;
}

.bg-azul {
    background-color: #7734cc;
}

.btn-rosa {
    background-color: #fc58db;
    color: #ffffff;
}

.btn-rosa:hover {
    background-color: #e048c8;
    color: #ffffff;
}

.btn-salmao {
    background-color: #ff716d;
    color: #ffffff;
}

.btn-salmao:hover {
    background-color: #e05a55;
    color: #ffffff;
}

.btn-azul {
    background-color: #7734cc;
    color: #ffffff;
}

.btn-azul:hover {
    background-color: #5e29a3;
    color: #ffffff;
}

.cinza {
    color: #dfdfdf;
}

.bg-cinza {
    background-color: #dfdfdfaf;
}

.borda-degrade-fina {
    position: relative;
    background-clip: padding-box;
    border: 2px solid transparent;
}

.borda-degrade-fina::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(90deg, #ff716d 0%, #fc58db 50%, #7734cc 100%);
    background-size: 200% 100%;
    animation: gradientShift 3.5s linear infinite;
}

.borda-degrade {
    position: relative;
    background-clip: padding-box;
    border: 5px solid transparent;
}

.borda-degrade::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    margin: -5px;
    border-radius: inherit;
    background: linear-gradient(90deg, #ff716d 0%, #fc58db 50%, #7734cc 100%);
    background-size: 200% 100%;
    animation: gradientShift 3.5s linear infinite;
}

.btn-degrade {
    background: linear-gradient(90deg, #ff716d 0%, #fc58db 50%, #7734cc 100%);
    color: #ffffff;
    position: relative;
    z-index: 0;
    border-radius: 8px;
}

.btn-degrade::before {
    content: '';
    position: absolute;
    inset: -4px;
    z-index: -1;
    border-radius: 12px;
    background: linear-gradient(90deg, #ff716d 0%, #fc58db 50%, #7734cc 100%);
    background-size: 200% 100%;
    animation: gradientShift 3.5s linear infinite;
    pointer-events: none;
}

.btn-degrade:hover {
    background: linear-gradient(270deg, #e05a55 0%, #e048c8 50%, #5e29a3 100%);
    color: #ffffff;
}

.rotate {
    animation: rotateAnimation 60s linear infinite;
}

.rotate-reverse {
    animation: rotateAnimation 40s linear infinite reverse;
}

.rotate-30 {
    animation: rotateAnimation 30s linear infinite;
}

.rotate-reverse-30 {
    animation: rotateAnimation 50s linear infinite reverse;
}

.fav0 {
    top: -2%;
    left: 10%;
    opacity: 0.2;
    width: 150px;
    height: 150px;
}

.fav1 {
    top: -5%;
    right: -2%;
    opacity: 0.8;
    width: 150px;
    height: 150px;
}

.fav2 {
    top: 35%;
    left: 0;
    opacity: 0.6;
    width: 150px;
    height: 150px;
}

.fav3 {
    top: 90%;
    right: 15%;
    opacity: 0.3;
    width: 150px;
    height: 150px;
}

.fav-img0 {
    width: 8vw;
    height: 8vw;
    object-fit: cover;
}

.fav-img1 {
    width: 15vw;
    height: 15vw;
    object-fit: cover;
}

.fav-img2 {
    width: 17vw;
    height: 17vw;
    object-fit: cover;
}

.fav-img3 {
    width: 25vw;
    height: 25vw;
    object-fit: cover;
}

.iframe-t {
    z-index: -1;
    border-radius: 15px;
}

.splide__pagination__page {
    background-color: #818181;
    width: 8px;
    height: 8px;
}

.splide__pagination__page.is-active {
    background-color: #7734cc;
}

.splide__arrow {
    background-color: #7734cc;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #ffffff;
    z-index: 10;
    scale: 0.7;
}

.splide__arrow svg {
    fill: #ffffff;
}

.splide__arrow:hover {
    background-color: #5e29a3;
    transition: background-color 0.3s ease;
}

.splide__slide {
    margin-bottom: 50px;
}

.img-clientes {
    width: 90%;
    height: 80px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.cartao-planos {
    min-height: 800px;
}

.btn-planos {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    max-width: 90%;
}

@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 992px) {
    .capa {
        background-image: url('../img/maos_m.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .fav0 {
        top: -5%;
        left: -5%;
        opacity: 0.2;
        width: 100px;
        height: 100px;
    }

    .fav1 {
        top: 2%;
        right: 2%;
        opacity: 0.8;
        width: 100px;
        height: 100px;
    }

    .fav2 {
        top: 55%;
        left: 4%;
        opacity: 0.6;
        width: 100px;
        height: 100px;
    }

    .fav3 {
        top: 98%;
        right: 25%;
        opacity: 0.3;
        width: 100px;
        height: 100px;
    }

    .fav-img0 {
        width: 35vw;
        height: 35vw;
        object-fit: cover;
    }

    .fav-img1 {
        width: 45vw;
        height: 45vw;
        object-fit: cover;
    }

    .fav-img2 {
        width: 20vw;
        height: 20vw;
        object-fit: cover;
    }

    .fav-img3 {
        width: 45vw;
        height: 45vw;
        object-fit: cover;
    }
}