@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

:root {
    --gradient: linear-gradient(45deg, rgba(243, 199, 49, 1) 0%, #ff1f39 100%);
}

.caixa-form {
    margin-left: 80px;
    width: 517.672px;
    height: 372.734px;
    z-index: 1;
}

.texto-do-form p {
    margin-bottom: 0;
    text-align: left;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 22px;
}

.form-style {
    box-sizing: border-box;
    border-radius: 8px;
    color: #333;
    float: none;
    font-size: 16px;
    border: 1px solid rgb(180, 180, 180);
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
    font-weight: 550;
    outline: none;

}

.pantera-de-fundo {
    background-image: url(pantera-fundo-menu.png);
    background-position: -75px 85px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    position: absolute;
    margin-top: 3%;
    z-index: 0;
}

.form-style-button {
    box-sizing: border-box;
    border-radius: 8px 8px 8px 8px;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 22px;
    height: 47px;
    width: 100%;
    margin-top: 30px;
    line-height: 1.3;
    cursor: pointer;
    transition: 0.5s;
    font-weight: 550;
}


.tamanho-button {
    width: auto;
    height: auto;
    padding: 5px 10px;
    background-color: #FFA500;
    border-radius: 5px;
    margin: auto;
    cursor: pointer;
    transition: 0.5s;
}

.button-animado :hover .tamanho-button {
    background-color: green;
}

.tamanho-titulo {
    font-size: 40px;
}

.text-alinhado-button {
    color: #FFA500;
    margin-top: 35px;
}

.responsivo-youtube {
    width: 500px;
    height: 100%;
}

.responsivo-youtube-center {
    direction: rtl;
}

.responsivo-titulo-resultados {
    text-align: left;
    color: #FFA500;
}

.responsivo-texto-pantera {
    color: #54595F;
}


/*========================================== Topo do site ====================================================================*/

.menu-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 90px;

}

.menu-itens {
    display: flex;
    flex-direction: row;
    gap: 40px;
}


.menu-itens a {
    color: #8491a2;
    transition: 0.5s;
    text-decoration: none;
    font-family: "Jockey One", Arial, Tahoma, sans-serif;
    font-size: 18px;
    cursor: pointer;
}

.menu-itens a:hover {
    color: black;
}

#btn-mobile {
    display: none;
}


/* ================================================================= */

.position-zap {
    z-index: 999;
    position: fixed;
    width: 60px;
    height: 60px;
    display: block;
    bottom: 15px;
    right: 15px;
}


.button-zap {
    z-index: 1500;
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    background: #25d366;
    border-radius: 100%;
    -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 30%);
    background-image: url(../icons/zap.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media screen and (max-width: 500px) {
    #btn-mobile {
        font-size: 3rem;
        margin-top: 0px;
        opacity: 0;
        z-index: 5000;
        margin: auto 25%;
        position: absolute;
    }

    #hamburger {
        margin: 0px;
        position: absolute;
    }

    .logo-pantera-top {
        margin: 0;
    }

    .menu-top {
        justify-content: center;
    }

    .menu-itens {
        width: 100%;
        gap: 0px;
        margin-top: 5%;
    }

    #hamburger {
        margin: auto 38%;
    }

    .background-quero-saber-mais {
        margin-top: 0px;
    }


    .carousel-inner {
        height: 350px;
    }

}



.custom-shape-divider-bottom-1674668969 {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.custom-shape-divider-bottom-1674668969 svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1674668969 .shape-fill {
    fill: #f0f0f0;
}




.custom-shape-divider-top-1674669613 {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.custom-shape-divider-top-1674669613 svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1674669613 .shape-fill {
    fill: #f0f0f0;
}

.icon {
    width: 60px;
}

.fundo-img:hover {
    background-position: right center;
}

.fundo-img {
    background: var(--gradient);
    ;
    width: 111px;
    height: 111px;
    transition: all 500ms ease;
    justify-content: center;
    align-items: center;
    display: flex;
    background-size: 200% auto;
}

.banner-mobile:hover {
    background-position: right center;
}

.banner-mobile {
    background: var(--gradient);
    ;
    width: 51px;
    height: 51px;
    transition: all 500ms ease;
    justify-content: center;
    align-items: center;
    display: flex;
    background-size: 200% auto;
}


.title-font span {
    font-family: 'Rubik', sans-serif;
}

.title-font p {
    font-family: 'Rubik', sans-serif;
}

.title-font h3 {
    font-family: 'Rubik', sans-serif;
}


.btn-primary {
    background: var(--gradient);
}

.btn:hover {
    background: var(--gradient);
}

.btn:first-child:active {
    background: var(--gradient);
}





@keyframes flutuar {
    from {
        transform: translate3d(0, 0, 0);
        filter: brightness(100%);
    }

    to {
        transform: translate3d(0, -5px, 0);
        filter: brightness(100%);
    }
}



#img {
    background-position: center;
    background-size: cover;
}


#img>img {
    animation-name: flutuar;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}



.custom-shape-divider-bottom-1674757449 {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1674757449 svg {
    display: block;
    width: calc(113% + 1.3px);
    height: 79px;
}

.custom-shape-divider-bottom-1674757449 .shape-fill {
    fill: #f0f0f0;
}



/* ============================================================================================= */

.bubbly-button {
    width: 100%;
    font-size: 1em;
    padding: 1em 2em;
    margin-top: 10%;
    -webkit-appearance: none;
    appearance: none;
    background: var(--gradient);
    color: rgb(255, 255, 255);
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 15px #ff8f00;
}

.bubbly-button:focus {
    outline: 0;
}

.bubbly-button:before,
.bubbly-button:after {
    position: absolute;
    content: "";
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}

.bubbly-button:before {
    display: none;
    top: -75%;
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.bubbly-button:after {
    display: none;
    bottom: -75%;
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-button:active {
    transform: scale(0.9);
}

.bubbly-button.animate:before {
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }

    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }

    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

.bubbly-button-2 {
    width: auto;
    font-size: 1em;
    padding: 1em 2em;
    -webkit-appearance: none;
    appearance: none;
    background: var(--gradient);
    color: rgb(255, 255, 255);
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 3px #ff8f00;
}

.bubbly-button-2:focus {
    outline: 0;
}

.bubbly-button-2:before,
.bubbly-button-2:after {
    position: absolute;
    content: "";
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}

.bubbly-button-2:before {
    display: none;
    top: -75%;
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.bubbly-button-2:after {
    display: none;
    bottom: -75%;
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-button-2:active {
    transform: scale(0.9);
}

.bubbly-button-2.animate:before {
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards;
}





#button-7 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#button-7 a {
    position: relative;
    left: 0;
    transition: all .35s ease-Out;
}

#dub-arrow {
    width: 100%;
    height: 100%;
    background: var(--gradient);
    left: -200px;
    position: absolute;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease-Out;
    bottom: 0;
}

#button-7 img {
    width: 20px;
    height: auto;
}

#button-7:hover #dub-arrow {
    left: 0;
}

#button-7:hover a {
    left: 150px;
}




















.btn-2:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
}

.btn-2:hover:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: rgb(0, 0, 0);
    transition: width 350ms ease-in-out;
    width: 100%;
}

.button-top-zap {
    cursor: pointer;
    align-items: center;
    padding: 10px 35px;
    font-size: 18px;
    gap: 5px;
    font-family: sans-serif;
    border: 2px black solid;
    border-radius: 5px;
    transition: all .4s ease;
}


.teste-hover .button-top-zap:hover {
    background: black;
    color: white;
}

.tamanho-definido {
    display: flex;
    flex-direction: column-reverse;
}


.carousel-control-prev-icon {
    background-image: none;
}

.carousel-control-next-icon {
    background-image: none;
}


.carousel-indicators [data-bs-target] {
    background-color: #000000;
}

.carousel-indicators [data-bs-target] {
    background-color: #000000;
}

.carousel-indicators .active {
    background-color: #ff0000;
}

.carousel-indicators {
    position: relative;
}

@media screen and (max-width: 1151px) {
    .menu-top {
        justify-content: space-between;
    }


    .menu-itens {
        background: #ffffff;
        transition: 1s;
        flex-direction: column;
        gap: 0px;
    }


    .menu-itens a {
        padding: 1rem 0;
        margin: 0 3rem;
    }
}

@media screen and (max-width: 955px) {
    .menu-top {
        height: 120px;
    }

    .carousel-inner {
        height: 350px;
    }
}