@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Vazirmatn:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap'); /*header texto*/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100&display=swap'); /*titulo*/

:root {
    --primary: #000000;
    --secondary: #bd7aff;
    --light: #F0F6FF;
    --dark: #262B47;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*** Heading ***/




h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

.titulo {
    color: #262B47;
    font-family: 'Jost', sans-serif;
}

.titulo_portaria {
    font-family: 'Jost', sans-serif;
}

@media (max-width: 1280px) {
    .titulo_portaria {
        font-size: 23px !important;
    }
}

@media (max-width: 1280px) {
    #portaria_mtp h3 {
        font-size: 23px !important;
    }
}

.hr_titulo {
    margin: 0 auto;
    height: 2px;
    margin-bottom: 14px;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    width: 50%;
}


/*** Gradient Text & BG ***/
.text-primary-gradient {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-secondary-gradient {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-primary-gradient {
    background-color: rgba(87,208,99,1);
}

.bg-secondary-gradient {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary));
}


/*** Button ***/
.btn {
    transition: .5s;
}

    .btn.btn-primary-gradient,
    .btn.btn-secondary-gradient {
        position: relative;
        overflow: hidden;
        border: none;
        color: #FFFFFF;
        z-index: 1;
    }

        .btn.btn-primary-gradient::after,
        .btn.btn-secondary-gradient::after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: .5s;
            z-index: -1;
            opacity: 0;
        }

        .btn.btn-primary-gradient,
        .btn.btn-secondary-gradient::after {
            background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        }

            .btn.btn-secondary-gradient,
            .btn.btn-primary-gradient::after {
                background: linear-gradient(to bottom right, var(--secondary), var(--primary));
            }

                .btn.btn-primary-gradient:hover::after,
                .btn.btn-secondary-gradient:hover::after {
                    opacity: 1;
                }

.btn-whatsapp {
    background-color: #25d366;
    color: #fff;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif
}

    .btn-whatsapp:hover {
        background-color: #25d366;
        color: #fff;
    }

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

/*sessao portaria mpt*/
#portaria_mtp {
}

    #portaria_mtp h2 {
        font-family: Jost, sans-serif;
        font-size: 28px;
    }

    #portaria_mtp p {
        text-align: center;
        color: #000000 !important;
        font-size: 17px;
    }

    #portaria_mtp h2, h3 {
        text-align: center;
    }

span {
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    border: none;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}


/*** Navbar ***/
.navbar-light {
    background: #FFFFFF;
}

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid;
        border-color: var(--light) transparent transparent transparent;
        transition: .5s;
    }

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
    top: 0;
}

.navbar-light .navbar-brand img {
    max-height: 80px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

        .navbar-light .navbar-nav .nav-link::before {
            display: none;
        }

        .navbar-light .navbar-nav .nav-link:hover,
        .navbar-light .navbar-nav .nav-link.active {
            color: var(--primary) !important;
        }

    .navbar-light .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }


        .sticky-top.navbar-light .navbar-brand h1 {
            background: linear-gradient(to bottom right, var(--primary), var(--secondary));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
}

.bg-primary {
    background-color: #000000;
}

    .bg-primary h1 {
        margin-top: 10px;
    }
/*** Inicio header ***/
.hero-header {
    width: 100%;
    height: auto;
    margin-bottom: 6rem;
    padding: 16rem 0 0 0;
    min-height: 100%;
    background: url(../img/background_ponto10.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

    .hero-header p {
        font-family: 'Roboto', sans-serif;
    }

#inpi {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}

#icp_brasil {
    margin-bottom: 20px !important;
}
/*background dark header*/
.bg_dark {
    border-radius: 20px;
    background-color: rgb(0, 0, 0,.4);
    margin-bottom: 10px;
}

@media (max-width:425px) {
    .bg_dark {
        width: 90%;
        border-radius: 20px;
        background-color: rgb(0, 0, 0,.4);
        margin: 0 auto;
    }
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }
}
/*removendo slid app no mobile*/
    @media (max-width: 768px) {
    .owl-carousel {
       display:none !important;
    }
    }

/*alterando background em smartphone*/
@media (max-width: 768px) {
    .hero-header {
        width: 100%;
        height: auto;
        margin-bottom: 6rem;
        min-height: 100%;
        background: url(../img/background_ponto11.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }
}

@media (max-width: 375px) {
    .hero-header {
        background-position: center;
    }
}

.faixa_stefanini {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right,#bd7aff,#410979,#2b4ea6,#2a7a8a);
}

.stefanini {
    width: 100%;
    height: auto;
    background-image: url(../img/background_stefanini.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    .stefanini h2 {
        font-family: Jost, sans-serif;
        color: #fff;
    }

    .stefanini h3 {
        border-bottom: solid #fff 2px;
        padding-bottom: 15px;
        font-family: Jost, sans-serif;
        color: #fff;
    }

.num_container h2 {
    font-size: 4em;
}

.stefanini p {
    font-size: 20px;
    color: #fff;
}

@media (min-width: 1440px) {
    .num_container {
        margin-top: 20px;
    }
}

@media (min-width: 1024px) {
    .num_container {
        margin-top: 20px;
    }
}

@media (max-width:425px) {
    .stefanini {
        height: auto;
    }
}
/*funcionalidades*/

#funcionalidades p {
    color: #000000 !important;
    text-align: justify !important;
    font-size: 17px;
}

#borda_func {
    border: solid #262B47 1px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 70%;
}

.info p {
    color: #bd7aff;
    text-align: justify !important;
    text-indent: 1.1em;
}

.info h2 {
    border-bottom: 1px solid #3ee0d1;
    font-size: 22px;
}

.celular_funcinalidades {
    max-width: 100%;
}

.contato {
    margin-top: -50px !important;
    background-color: #fff;
}

    .contato h2 {
        color: #262b47;
        font-size: 2em;
        font-size: 28px;
        padding: 10px;
        margin: 0 auto;
    }

@media (max-width: 480px) {
    .contato h2 {
        color: #262b47;
        font-size: 22px;
        padding: 10px;
        margin: 0 auto;
    }
}

.contato p {
    color: #262b47;
    font-size: 21px;
}

#borda_cont {
    border: solid #262b47 1px;
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 20px;
    width: 70%;
}
/* formulário select
.form-control option,input,select{
    background-color: white !important;
}
.btn_enviar{
    color: #fff;
    background-color: #2ed6ce;
} */

#novo_repep {
    background-image: linear-gradient(to right,#1f2c65,#a08cab);
    height: auto;
}

    #novo_repep h2 {
        font-family: Jost, sans-serif;
        font-size: 28px;
        color: #fff;
        margin: 0 auto;
    }

    #novo_repep p, h5 {
        color: #000000;
    }

    #novo_repep p {
        font-size: 17px;
    }

@media (max-width: 1280px) {
    #novo_repep p {
        font-size: 18px !important;
    }
}

#novo_repep p span {
    color: rgb(255,255,255,.1);
}

#subtitulo_rep p {
    width: 70%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 20px;
}

.bg-gradient {
    height: 100%;
    border: solid #fff 1px;
    backdrop-filter: blur(40px);
    background-color: rgb(255,255,255,.5);
}

#borda_rep {
    border: solid #FFF 1px;
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 20px;
    width: 70%;
}
/*  MODELO 2 NOVO RE-P*/

/*#novo_repep {
    background-image: url(../img/background_rep_p2.jpg);
   
}
#novo_repep p{
    
    color: #000000;
}
/*.bg-gradient{
    backdrop-filter:blur(40px);

}*/

/*** slid app ***/
.screenshot-carousel {
    position: relative;
    width: 253px;
    height: 500px;
    padding: 15px;
    margin-right: 30px;
}

    .screenshot-carousel::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(../img/screenshot-frame.png) center center no-repeat;
        background-size: 253px 500px;
        z-index: 1;
    }

    .screenshot-carousel .owl-item img {
        position: relative;
        width: 223px;
        height: 470px;
    }

    .screenshot-carousel .owl-dots {
        position: absolute;
        top: 50%;
        right: -30px;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .screenshot-carousel .owl-dot {
        position: relative;
        display: inline-block;
        margin: 5px 0;
        width: 15px;
        height: 15px;
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        border-radius: 15px;
        transition: .5s;
    }

        .screenshot-carousel .owl-dot::after {
            position: absolute;
            content: "";
            width: 5px;
            height: 5px;
            top: 5px;
            left: 5px;
            background: #FFFFFF;
            border-radius: 5px;
        }

        .screenshot-carousel .owl-dot.active {
            box-shadow: 0 0 10px var(--dark);
        }

/*video youtube*/
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}

    .responsive-video iframe,
    .responsive-video object,
    .responsive-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*empresas*/

.empresas h2 {
    color: #262B47;
    padding: 10px;
    border-bottom: 2px solid #262B47;
    font-size: 2em;
    font-size: 28px;
    margin: 0 auto;
}

.empresas h4 {
    font-family: Arial;
    font-weight: 100 !important;
}
/*** depoimento ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}



.testimonial-carousel .owl-item.center .testimonial-item h5,
.testimonial-carousel .owl-item.center .testimonial-item p {
    color: #000000 !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 12px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000000;
        font-size: 18px;
        transition: .5s;
    }

/*** Footer ***/
.footer {
    background-image: url(../img/background_footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

    .footer a {
        color: #fff;
    }

#sobre {
    float: right;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

    .footer .copyright a {
        color: var(--light);
    }
