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

* {
    font-family: 'Roboto', sans-serif;
}
.background-quero-saber-mais {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.caixa-41 {
    margin-top: 40px;
    z-index: 1;
}

.position-quero-saber-mais {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
}

.texto-menu-pantera {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    width: 597.672px;
}


.plataforma-digital {
    margin-top: 50px;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.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 {
    font-family: "Roboto", Sans-serif;
    background-color: #FFA500;
    box-sizing: border-box;
    border-radius: 8px 8px 8px 8px;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 22px;
    border: 1px solid #FFA500;
    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;
}

.botao-responsivo {
    margin-top: 50px;
}


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

.menu-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
}


.logo-pantera-top {
    margin-right: 160px;
    padding: 15px 0;
}


.menu-itens {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    justify-content: space-evenly;
}


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


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


#nav {
    display: flex;
}

#btn-mobile {
    display: none;
}


@media screen and (max-width: 1151px) {


    .menu-top {
        justify-content: space-between;
    }


    .menu-itens {
        display: flex;
        padding-top: 20px;
        position: absolute;
        width: auto;
        margin-top: 90px;
        top: 0px;
        border-radius: 10px;
        right: 0px;
        background: #ffffff;
        transition: 1s;
        z-index: 1000;
        height: 0px;
        visibility: hidden;
        overflow-y: hidden;
        flex-direction: column;
        gap: 0;
        border: 1px solid;
        border-color: rgb(230, 230, 230);
    }


    #nav.active .menu-itens {
        height: calc(400px);
        visibility: visible;
        overflow-y: auto;
    }


    .menu-itens a {
        padding: 1rem 0;
        margin: 0 1rem;
        border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    }


    #btn-mobile {
        display: flex;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
        gap: 0.5rem;
        margin-top: 25px;
        z-index: 2000;
        position: fixed;
        margin-left: 81.7%;
    }


    #hamburger {
        border-top: 2px solid;
        width: 20px;
        margin-top: 34px;
        z-index: 2000;
        position: fixed;
        margin-left: 87.7%;
    }


    #hamburger::after,
    #hamburger::before {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background: currentColor;
        margin-top: 5px;
        transition: 0.3s;
        position: relative;
    }


    #nav.active #hamburger {
        border-top-color: transparent;
    }


    #nav.active #hamburger::before {
        transform: rotate(135deg);
    }


    #nav.active #hamburger::after {
        transform: rotate(-135deg);
        top: -7px;
    }

}

@media screen and (max-width: 955px) {
    #btn-mobile {
        z-index: 2100;
        opacity: 0;
    }

    #hamburger {
        margin-left: 83.5%;
    }

}

.menu-top {
    height: 120px;
}

#btn-mobile {
    font-size: 3rem;
    margin-top: 0px;
    opacity: 0;
    z-index: 5000;
    margin-left:78%;
}

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

.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%;
}