@media screen and (max-width: 1255px) {
    .caixa-41 {
        margin-left: 35px;
    }
}


@media screen and (max-width: 994px) { 
    .responsivo-texto {
        text-align: center;
    }

    .responsivo-youtube {
        height: 250px;
        margin-bottom: 40px;
    }

    .responsivo-pantera {
        direction: rtl;
        opacity: 0.1;
        position: absolute;
        padding: 0px;
        width: -webkit-fill-available;
    }

    .responsivo-pantera img {
        width: auto;
        padding: 0 40% 0 0;
    }

    .responsivo-texto-pantera {
        color: black;
    }

    .responsivo-img-fora {
        height: 512px;
    }
}


@media screen and (max-width: 768px) { 
    .responsivo-texto {
        text-align: center;
    }

    .responsivo-youtube {
        height: 250px;
        margin-bottom: 40px;
    }

    .responsivo-pantera {
        direction: rtl;
        opacity: 0.1;
        position: absolute;
        padding: 0px;
        width: -webkit-fill-available;
    }

    .responsivo-pantera img {
        width: auto;
        padding: 0 40% 0 0;
    }

    .responsivo-texto-pantera {
        color: black;
    }

    .responsivo-img-fora {
        height: 512px;
    }
}

@media screen and (max-width: 1030px) {
    .background-quero-saber-mais {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .texto-menu-pantera {
        width: auto;
        margin: 10px 20px;

    }

    .texto-do-form p {
        text-align: center;
    }

    .caixa-form {
        margin: auto;
    }
}

@media screen and (max-width:575px) {
    .responsivo-top-numero {
        flex-direction: column;
        text-align: center;
    }

    .tamanho-button {
        width: 250px;
        text-align: center;
    }

    .tamanho-icon-logo {
        width: 200px;
        margin: 15px auto;
    }

    .texto-responsivo {
        font-size: 30px;
    }

    .texto-menu-pantera {
        width: auto;
        margin: 0 10px;
    }

    .texto-do-form p {
        text-align: center;
    }

    .caixa-form {
        margin: 0 15px;
        width: auto;
    }

    .background-quero-saber-mais {
        height: auto;
    }

    .tamanho-titulo {
        font-size: 30px;
        text-align: center;
    }

    .responsivo-youtube { 
        width: auto;
        height: 200px;
    }

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

    .responsivo-texto {
        text-align: center;
        margin: 15px 5px;
    }

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

    .responsivo-texto-resultados {
        color: #54595F;
        text-align: center;
    }

    .excluir {
        display: none;
    }

    .responsivo-recomenda {
        display: contents;
    }

    .responsivo-recomenda-ddd {
        margin: 30px 0;
    }

    .responsivo-displey {
        display: flex;
        flex-direction: column;
    }

    .caixa-41 {
        margin-left: 0px;
    }

    .responsivo-pantera {
        direction: rtl;
        opacity: 0.1;
        position: absolute;
        padding: 0px;
        width: -webkit-fill-available;
    }

    .responsivo-pantera img {
        width: auto;
        padding: 0;
    }

    .responsivo-texto-pantera {
        color: black;
    }

    .responsivo-img-fora {
        height: 512px;
    }

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

    .texto-form-center {
        text-align: center;
    }

}