<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
:root {
    --azul: #000042;
    --azul-claro: #8FADFE;
    --laranja: #EF5410;
    --cinza: #AFAFAF;
    --cinza-escuro: #808080;
}

* {
    font-family: "Montserrat", sans-serif;
}

/*Linguagem*/

.idiomas {
    padding: 0;
    height: 40px;
    width: 90%;
    margin: auto;
}

.body-content {
    margin: 50px 0 0 0;
    
}

.img-responsive {
    width: 80%;
    height: 73%;
    margin: auto;
    margin-top: 3%;
}

.img-portifolio {
    height: 200px;
}

.info-5 {
    position: relative;
    float: right;
    margin: 15px;
    padding: 0;
}

.lang {
    margin-top: 5px;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    border: none;
}

#br {
    background-image: url(/images/newIcons/pt.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}

#eua {
    background-image: url(/images/newIcons/UK.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}

#es {
    background-image: url(/images/newIcons/es.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}

/* Carousel */

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


.legend {
    width: 100%; 
    
    text-align: center;
}


@media screen and (max-width: 1094px) {
    .legend {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 710px) {
    .legend {
        display: none;
    }
}

@media screen and (max-width: 1364px) {
    .info-about {
        margin-top: -36px;
    }
}

@media screen and (max-width: 1172px) {
    .about-block {
        width: 350px;
        height: 300px;
    }
}


/*index*/
info-index {
    width: 100%;
    color: var(--azul);
}

.info-index h2 {
    text-align: center;
}

.info-index ul {
    list-style-type: none;
    width: 50%;
    display: inline-block;
    border: 1px solid black;
}

.index-block-circle {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    color: var(--azul);
    border: 2px solid var(--cinza-escuro);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background-color: var(--cinza);
    z-index: 1000;
}

.index-block {
    color: #fff;
    border: 2px solid var(--azul);
    background-color: var(--cinza-escuro);
    border-radius: 15px;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 230px;
    height: 250px;
    margin-top: -50px;
}

.border {
    width: 100%;
    padding: 30px 0 30px 0;
    margin: 0;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
}

.info-2-block {
    width: 30%;
    background-color: var(--cinza);
    margin-top: 0;
    padding: 0;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 15px;
    border-color: var(--azul);
}

.img-about {
    width: 100%;
}

.info-about {
    margin-top: -26%;
    width: 70%;
    margin-left: 30px;
    border: none;
    font-size: 16px;
    width: 70%;
    text-align: justify;
    float: right;
    margin-right: 30px;
    padding: 30px;
    height: 100%;
}

/*.about {
    background-color: #e6e6e6;
    height: 500px;
    padding: 15px;
}*/

.about-block {
    width: 30% !important;
    height: 300px !important;
    margin-left: 30px;
    border: 2px solid var(--laranja);
    border-radius: 15px;
}


@media screen (max-widht: 1150px) {
    .info-2-block {
        width: 331px;
    }

    .img-about {
        display: none;
    }

    .info-about {
        margin-left: -150px;
    }
}

.text-block {
    overflow: hidden;
    text-align: center !important;
    white-space: normal;
    text-overflow: ellipsis;
    text-indent: 0;
}
/*menu*/
.navbar-collpase {
    width: 80%;
}

.navbar {
    background-color: #fff;
    border: none;
    margin-bottom: 50px;
    color: black;

}

    .navbar ul {
        background: #fff;
    }

        .navbar ul:hover {
            background: #fff;
        }

    .navbar a:hover {
        text-shadow: var(--cinza-escuro) 0.2em 0.2em 0.2em;
        border-bottom: 2px solid var(--azul);
    }

    .navbar:hover {
        background-color: #e6e6ff;
    }

.nav {
    list-style: none;
    margin-top: 15px;
    margin-left: -50px;
}



    .nav li {
        position: relative;
        float: left;
        list-style-type: none;
    }

        .nav li a {
            text-decoration: none;
            padding: 5px 10px;
            display: block;
        }


        .nav li ul {
            position: absolute;
            display: none;
        }

        .nav li:hover ul, .nav li.over ul {
            display: block;
        }

        .nav li ul li a {
            display: block;
        }


.logo {
    width: 80% !important;
    margin-top: -25px !important;
    padding:20px;
}

.block-logo {
    width: 100%;
}


/*about-info*/


.anime::after, .anime::before {
    content: '';
    display: table;
    clear: both;
}

.grid-text {
    width: calc(60% - 40px);
}

.grid-img {
    width: calc(40% - 40px);
}


.anime {
    opacity: 0;
    transform: translate3d(-100px,0,0);
    transition: .3s;
}

.anime-start {
    opacity: 1;
    transform: translate3d(0,0,0);
}

.content-products {
    padding: 30px 10px 0 10px;
    width: 100%;
}



.info, .info-2 {
    font-size: 18px;
    padding: 50px;
    color: var(--azul);
    border: 1px solid transparent;
    width: 100%;
}

    .info h2 {
        text-align: center;
    }

    .info h4 {
        text-align: center;
        padding: 5px;
        background-color: var(--cinza);
    }

    .info ul {
        list-style-type: none;
    }

    .info .details {
        display: inline-block;
        width: 50%;
        margin-right: -5px;
        line-height: 2;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .info-2 p {
        text-indent: 2em;
        text-align: justify;
    }

.info-4 {
    border-top: 2px;
    border-right: 10px;
    border-style: solid;
    border-color: var(--azul);
    border-left: none;
    border-bottom: none;
    border-radius: 15px 0 0 15px;
}

.info-3 p {
    margin-left: 330px;
}

.info-3 h2 {
    text-align: left;
    margin-left: 300px;
    margin-bottom: 30px;
}

.concepts {
    font-size: 15px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 50%;
    padding-bottom: 30px;
    overflow: hidden;
    text-align: center;
    white-space: normal;
    text-overflow: ellipsis;
    text-indent: 0;
    display: flex;
    flex-direction: row;
    margin-top: 3%;
}

    .concepts div {
        display: inline-block;
        width: 33.5%;
        height: auto;
        padding: 5px;
        margin-left: -5px;
        margin-top: 20px;
        position: relative;
        float: left;
    }


    .concepts img {
        width: 50px;
        margin-left: 30px;
    }

    .concepts h2 {
        width: 90px;
        padding: 5px;
        text-align: left;
        margin-left: 90px;
        margin-top: -50px;
    }

    .concepts p {
        width: 100%;
        padding: 10px;
        text-align: justify;
        line-height: 1.5em;
        text-indent: 1.5em;
    }

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


    .concepts, .concepts p {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .about-block {
        width: 95%;
    }
}


/*Potifólio*/

.portifolio {
    border: 3px solid #EF5410;
    border-radius: 15px;
    width: 100%;
    margin: auto;
    padding: 20px;
}

.img-portifolio {
    width: 22%;
    height: 150px;
    align-items: center;
    padding: 15px;
    margin: 17px;
    border-bottom: 3px solid var(--cinza-escuro);
}



/*suporte e contato*/


.address-info {
    width: 27%;
    height: 450px;
    position: relative;
    margin-top: -1100px;
    padding: 25px;
    display: none;
}

.body-suport {
    margin: 0;
    color: var(--azul);
    width: 100%;
    height: 1000px;
    padding: 30px;
    background-color: #fff;
    background-image: none;
}

.suport-wrap {
    width: 100%;
    margin: auto;
    min-height: 100%;
    position: relative;
}


.suport-html {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 90px 70px 50px 70px;
    background-color: transparent;
}

.td-form {
    width: 35%;
    align-items: center;
    margin: 10px;
}


/*area-clientes*/


.body-client {
    background-image: linear-gradient(to bottom, rgb(230, 230, 255), rgb(255, 255, 255));
    margin: 0;
    color: var(--laranja);
    width: 100%;
    height: 900px;
}

.clearfix:after, .clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
    display: block;
}


.login-wrap {
    width: 100%;
    margin: auto;
    max-width: 600px;
    min-height: 100%;
    position: relative;
    box-shadow: 0 10px 15px 0 #fff,0 17px 50px 0 #fff;
}

.sign-in-htm {
    max-width: 400px;
    min-height: 800px;
}

.login-html {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 90px 70px 50px 70px;
    background-color: transparent;
}

    .login-html .sign-in-htm,
    .login-html .sign-in-htm-2,
    .login-html .sign-up-htm {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        transform: rotateY(180deg);
        backface-visibility: hidden;
        transition: all .4s linear;
    }

    .login-html .sign-in,
    .login-html .sign-up,
    .login-html .sign-in-htm-2,
    .login-form .group .check {
        display: none;
    }

    .login-html .tab {
        font-size: 22px;
        margin-right: 15px;
        padding-bottom: 5px;
        margin: 0 15px 10px 0;
        display: inline-block;
        border-bottom: 2px solid transparent;
    }

    .login-html .sign-in:checked + .tab,
    .login-html .sign-in-htm-2:checked + .tab,
    .login-html .sign-up:checked + .tab {
        color: var(--laranja);
        border-color: var(--laranja);
    }

.login-form {
    min-height: 345px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

    .login-form .group {
        margin-bottom: 15px;
    }

        .login-form .group .label,
        .login-form .group .input,
        .login-form .group .button {
            width: 100%;
            color: var(--azul);
            display: block;
        }

        .login-form .group .input,
        .login-form .group .button {
            border: none;
            padding: 5px 10px;
            border-radius: 25px;
            background: var(--cinza);
        }


        .login-form .group .label {
            color: var(--azul);
            font-size: 12px;
        }

        .login-form .group .button {
            background: var(--laranja);
        }

        .login-form .group label .icon {
            width: 15px;
            height: 15px;
            border-radius: 2px;
            position: relative;
            display: inline-block;
            border: 1px solid black;
        }

            .login-form .group label .icon:before,
            .login-form .group label .icon:after {
                content: '';
                width: 10px;
                height: 2px;
                background: #fff;
                position: absolute;
                transition: all .2s ease-in-out 0s;
            }

            .login-form .group label .icon:before {
                left: 3px;
                width: 5px;
                bottom: 6px;
                transform: scale(0) rotate(0);
            }

            .login-form .group label .icon:after {
                top: 6px;
                right: 0;
                transform: scale(0) rotate(0);
            }

        .login-form .group .check:checked + label {
            color: var(--laranja);
        }

            .login-form .group .check:checked + label .icon {
                background: var(--laranja);
            }

                .login-form .group .check:checked + label .icon:before {
                    transform: scale(1) rotate(45deg);
                }

                .login-form .group .check:checked + label .icon:after {
                    transform: scale(1) rotate(-45deg);
                }

.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm {
    transform: rotate(0);
}

.login-html .sign-up:checked + .tab + .login-form .sign-up-htm {
    transform: rotate(0);
}

.login-html .sign-in-2:checked + .tab + .login-form .sign-in-htm-2 {
    transform: rotate(0);
}

.hr {
    height: 2px;
}



/*products*/
.products {
    overflow: hidden;
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
}

.img-block {
    width: 90%;
    height: 200px;
    position: relative;
    align-items: center;
}


.products-block-btn {
    position: relative;
    margin: auto;
    padding-top: 15px;
    border-radius: 15px;
    width: 50%;
    background-color: var(--azul);
    z-index: 1000;
}

.products-block {
    padding-top: 15px;
    margin-top: 20px;
    border-radius: 15px;
    margin-top: 20px;
    background-color: #fff;
    color: var(--azul);
    padding-bottom: 10px;
    margin-top: -34px;
    border: 2px solid #EF5410;
}

.products-block-2 {
    padding-bottom: 50px;
    padding-top: 30px;
    margin-top: -20px;
    border: 2px solid #EF5410;
    border-radius: 0 0 15px 15px;
    border-top: none;
}

.first-block {
    padding-top: 50px;
    border-bottom: none;
    border-radius: 15px 15px 0 0 !important;
}

.second-block {
    margin-top: -20px;
    border-top: none;
    border-radius: 0 0 15px 15px !important;
}

/*suporte*/
.radio-sup {
    width: 100%;
}

.radio {
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 32%;
    height: 30px;
}



/*Layout1*/


.menu-navigation-dark {
    margin-left: 170px;
    margin-right: 80px;
    margin-bottom: 30px;
    font-size: 0;
    text-align: center;
}

    .menu-navigation-dark a {
        display: inline-block;
        color: var(--cinza);
        background-color: var(--azul);
        font-size: 35px;
        font-weight: bold;
        text-decoration: none;
        border: 1px solid var(--laranja);
        border-top: none;
        width: 120px;
        margin: 0 auto;
        padding: 20px 0;
        box-sizing: border-box;
    }

        .menu-navigation-dark a:hover {
            background-color: var(--cinza);
        }

        .menu-navigation-dark a:first-child {
            border-left: 1px solid var(--azul);
        }


        .menu-navigation-dark a i {
            display: block;
            line-height: 1.3;
        }

        .menu-navigation-dark a span {
            display: block;
            font-size: 11px;
            font-weight: bold;
            line-height: 1.5;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        }

.btn-default:focus {
    background-color: var(--azul);
    color: var(--laranja);
}



/* Make this page responsive */

.slicknav_menu {
    display: none;
}

@media (max-width: 800px) {
    .menu-navigation-dark {
        display: none;
    }

    .slicknav_nav a i {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }
}




/* Make this page responsive */



@media (max-width: 800px) {
    .menu-navigation-dark {
        display: none;
    }

    .slicknav_nav a i {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }
}

.btn-warning {
    display: flex;
    width: 140px;
    text-align: center;
    float: right;
}

.table-bordered {
    background-color: var(--azul);
    color: var(--laranja);
    text-align: center;
}



/*Access Internal*/


.btn-add {
    margin: 0 !important;
    float: right;
    margin-bottom: 15px !important;
}

.thead-clients {
    color: #fff !important;
    margin-top: 10px;
    border: 3px solid gray;
    border-radius: 15px;
}

.th-1 {
    width: 5%;
    padding: 5px;
}

.th-2 {
    width: 15%;
    padding: 5px;
}

.th-3 {
    width: 25%;
    padding: 5px;
}

.th-4 {
    width: 35%;
    padding: 5px;
}

/*Footer*/
.cookies {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    color: var(--azul);
}

.helpdesk {
    width: 12%;
    position: fixed;
    float: right;
    bottom: 0;
    right: 0;
    padding: 0;
}

.arrow {
    float: right;
    font-size: 30px;
    margin-right: 12%;
    background-color: #e6e6ff;
    border-radius: 15px 15px 0 0;
    padding: 10px;
    color: #EF5410;
}

.desliza {
    transition: 5s;
}

footer {
    border: 1px solid #e6e6ff;
    color: #0a082b;
    margin-top: 500px;
    margin-bottom: 0;
    text-align: center;
}

.body-mr-domit {
    overflow: hidden;
    background-color: #f2f2f2;
}

#click {
    display: none;
}

.body-mr-domit &gt; label {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 130px;
    width: 130px;
    background-color: #ef5410;
    text-align: center;
   
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

label i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
}

    label i.fa {
        opacity: 0;
        pointer-events: none;
    }

#click:checked ~ label i.fa {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) rotate(180deg);
}

#click:checked ~ label i.fas {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(180deg);
}

.wrapper {
    position: absolute;
    right: 30px;
    bottom: 85px;
    max-width: 400px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#click:checked ~ .wrapper {
    opacity: 1;
    bottom: 85px;
    pointer-events: auto;
}

.wrapper .head-text {
    line-height: 60px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 0 20px;
    font-weight: 500;
    font-size: 20px;
    background-color: #ef5410;
}

.head-text {
    padding-top: 50px !important;
}

.wrapper .chat-box {
    padding: 20px;
    width: 100%;
}

.chat-box .desc-text {
    color: #515365;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
    font-weight: 500;
}

.chat-box form {
    padding: 10px 15px;
    margin: 20px 0;
    border-radius: 25px;
    border: 1px solid #eee;
}

.form-group {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.chat-box form .field {
    height: 50px;
    width: 100%;
    margin-top: 20px;
}

    .chat-box form .field:last-child {
        margin-bottom: 15px;
    }

form .field input,
form .field button {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    border: 1px solid lightslategrey;
    outline: none;
    border-radius: 25px;
    font-size: 16px;
}

    form .field input:focus,
    form .field button:focus {
        border-color: #fc83bb;
    }

.chat-box form input::placeholder {
    color: silver;
    transition: all 0.3s ease;
}

form .field input:focus::placeholder,
form .field button:focus::placeholder {
    color: lightgrey;
}

.chat-box form .field button {
    border: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    background-color: #ef5410;
}

    .chat-box form .field button:active {
        transform: scale(0.97);
    }

.mr-domit {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    white-space: normal;
    text-overflow: ellipsis;
    text-indent: 0;
    color: black;
    font-size: 50px;
}

.saudacao {
    margin-top: -50px;
    margin-left: 60px;
}



@media(max-width: 500px) {
    .helpdesk {
        width: 30%;
    }
}

@media(max-width: 300px) {
    .helpdesk {
        width: 50%;
    }
}

@media screen and (max-width: 1164px) {
    .info-about {
        width: 90%;
        margin: auto;
    }

    .img-about {
        display: none;
    }
}

@media screen and (max-width: 1262px ) {
    .portifolio {
        display: flex;
        flex-direction: column;
    }

    .img-portifolio {
        width: 80%;
        height: 200px;
    }
}

.hover {
    background-color: #fff;
    border: none;
    width: 32%;
    height: 300px;
    padding: 5px;
    margin-left: 15px;
}

.products {
    margin-top: -15px;
    margin-bottom: -15px;
    padding-bottom: 7%;
}

.products-block-2 {
    width: 100% !important;
    margin: auto !important;
}

.contact {
    margin-top: 7%;
    height: 850px;
    width: 100%;
    z-index: 1;
}

.address-info {
    display: block !important;
    margin-top: -750px;
}

@media screen and (max-width: 1324px ) {
    .address-info {
        margin-top: 750px;
    }

    .contact {
        height: 1200px;
    }
}

@media screen and (max-width: 1212px ) {
    .info-about {
        margin-top: -30%;
    }
}

.info-index {
    height: 50%;
}

@media screen and (max-width: 1212px ) {
    .info-about {
        margin-left: -30%;
    }

    .info-index {
        height: 500px;
    }
}

@media screen and (max-width: 1162px ) {
    .info-about {
        width: 98%;
        margin: auto;
        margin-top: -5%;
    }
}

@media screen and (max-width: 688px ) {
    .info-about {
        margin-left: -10%;
    }
}

@media screen and (min-width: 332px ) and (max-width: 514px) {
    .info-about {
        margin-left: -12%;
    }

    .info-index {
        height: 950px;
    }
}

@media screen and (min-width: 792px ) and (max-width: 1150px) {
    .info-about {
        margin-left: -8%;
    }

    .info-index {
        height: 600px;
    }
}

/*
@media screen and (max-width: 1620px ) {
    .concepts {
        width: 90%;
        height: 800px;
        padding: 15px 50px;
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .about-block {
        width: 80%;
        margin: 0;
    }
}*/

@media screen and (min-width: 300px ) and (max-width: 904px ) {
    .about-block {
        width: 420px;
        margin: 0;
    }
}

.img-responsive-index {
    width: 90%;
    margin: auto;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 7%;
    display: flex !important;
    flex-direction: row !important;
}

@media screen and (min-width: 446px ) {
    .img-responsive-index {
        width: 90%;
        margin-top: 90px;
        padding-left: 10%;
        padding-right: 10%;
    }
}


@media screen and (min-width: 1004px ) and (max-width: 1608px) {
    .img-portifolio {
        width: 20%;
        height: 150px;
    }
}


@media screen and (min-width: 1170px ) {
    .img-portifolio {
        width: 250px;
        height: 150px;
    }
}

@media screen and (min-width: 1010px ) {
    .img-portifolio {
        width: 300px;
        height: 150px;
    }
}

@media screen and (min-width: 300px ) and (max-width: 820px) {
    .img-portifolio {
        width: 80%;
        height: 40%;
    }
}

@media screen and (min-width: 355px ) and (max-width: 545px ) {
    .portifolio {
        margin-top: 10%;
    }
}


@media screen and (min-width: 1353px) and (max-width: 1477px) {
    .hover {
        width: 350px;
        height: 300px;
    }

    .products {
        padding: 5% 8%;
        margin: auto;
        align-items: center;
    }
}

@media screen and (max-width: 1353px) {
    .hover {
        width: 300px;
        height: 200px;
    }

    .products {
        padding: 5% 10%;
        margin: auto;
        align-items: center;
    }
}

@media screen and (max-width: 1187px) {
    .products {
        padding: 5% 5%;
        margin: auto;
        align-items: center;
    }
}

@media screen and (min-width:944px) and (max-width: 1102px) {
    .products {
        padding: 5% 0;
        margin: auto;
        align-items: center;
    }
}



@media screen and (min-width:300px) and (max-width: 593px) {
    .products {
        padding: 5% 0;
        margin: auto;
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 700px !important;
    }

        .products div:nth-child(3) {
            margin-bottom: 150px;
        }

    .hover {
        width: 250px;
        height: 200px;
        margin-bottom: 2%;
    }
}

@media screen and (min-width:593px) and (max-width: 850px) {
    .products {
        padding: 5% 0;
        margin: auto;
        align-items: center;
        height: 300px !important;
    }

    #legend {
        display: none;
    }

    .hover {
        width: 180px;
        height: 200px;
    }
}

@media screen and (min-width:850px) and (max-width: 1000px) {
    .products {
        padding: 5% 0;
        margin: auto;
        align-items: center;
        height: 300px !important;
    }

    #legend {
        display: none;
    }

    .hover {
        width: 250px;
        height: 200px;
    }
}

.input:focus {
    outline: 0 !important;
    pointer-events: visible;
    border-color: #EF5410;
}

.block-logo {
    margin-left: -15%;
}

@media screen and (min-width:998px) and (max-width: 1000px) {
    .block-logo {
        margin: auto;
    }
}

.info-5 {
    margin-top: -20px;
}

/*menu*/

.js .nav-collapse {
    position: relative;
}

.nav-toggle {
    display: none;
}

.nav-collapse {
    float: right;
    width: auto;
}

    .nav-collapse li {
        width: auto;
    }

    .nav-collapse a {
        padding: 1.02em 2em;
        text-align: center;
        border-top: 0;
        float: left;
        width: auto;
        margin: 0;
    }



.navbar-header {
    width: 300px !important;
    margin-left: 8% !important;
}

@media screen and (min-width:360px) and (max-width: 1166px) {
    .navbar-header {
        align-items: center;
        margin: auto;
        text-align: center;
    }
}

@media screen and (min-width:360px) and (max-width: 400px) {
    .info-5-column {
        display: flex;
        flex-direction: column;
    }
}

.index-block {
    overflow: hidden;
    text-align: center;
    white-space: normal;
    text-overflow: ellipsis;
    text-indent: 0;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.nav-collapse li {
    width: 100%;
    display: block;
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
}

.disable-pointer-events {
    pointer-events: none !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 40em) {
    .js .nav-collapse {
        position: relative;
    }

        .js .nav-collapse.closed {
            max-height: none;
        }

    .nav-toggle {
        display: none;
    }
}


.js-nav-active .mask {
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 40em) {
    .mask {
        display: none !important;
        opacity: 0 !important;
    }
}


.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.nav-collapse,
.nav-collapse * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .nav-collapse,
    .nav-collapse ul {
        list-style: none;
        width: 100%;
        float: left;
    }

@media screen and (min-width: 40em) {
    .nav-collapse {
        float: right;
        width: auto;
    }
}

.nav-collapse li {
    float: left;
    width: 100%;
}

@media screen and (min-width: 40em) {
    .nav-collapse li {
        width: auto;
    }
}

.nav-collapse a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
    padding: 0.7em 1em;
    width: 100%;
    float: left;
}


@media screen and (min-width: 40em) {
    .nav-collapse a {
        border-left: 1px solid white;
        padding: 1.02em 2em;
        text-align: center;
        border-top: 0;
        float: left;
        margin: 0;
    }
}


@media screen and (min-width: 40em) {
    .nav-collapse ul ul a {
        display: none;
    }
}

.nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 55px;
    float: right;
}

    .nav-toggle:before {
        text-transform: none;
        text-align: center;
        position: absolute;
        content: "\2261"; /* Hamburger icon */
        text-indent: 0;
        speak: none;
        width: 100%;
        left: 0;
        top: 0;
    }

    .nav-toggle.active:before {
        font-size: 24px;
        content: "\78"; /* Close icon */
    }

.concepts {
    padding: 20px !important;
}

@media screen and (min-width:1512px) and (max-width: 2000px) {
    .concepts {
        padding-left: 250px !important;
    }
}


@media screen and (min-width:1628px) and (max-width: 2000px) {
    .products-block-2 {
        padding-left: 15% !important;
    }
}

@media screen and (min-width:1524px) and (max-width: 1628px) {
    .products-block-2 {
        padding-left: 8% !important;
    }
}

@media screen and (min-width:1404px) and (max-width: 1524px) {
    .products-block-2 {
        padding-left: 5% !important;
    }
}

.concepts {
    display: flex;
    flex-direction: row;
    height: 50%;
}

    .concepts div {
        width: 400px;
        height: 400px;
        margin-left: 10px;
        background-color: #fff;
        border-color: #EF5410;
        color: #000042;
    }

@media screen and (min-width:540px) and (max-width: 767px) {
    .menu {
        background-color: #fff !important;
    }

    .menu-resp {
        display: flex !important;
        flex-direction: column !important;
    }

    .nav {
        display: flex !important;
        flex-direction: column !important;
    }

    .navbar-toggle {
        margin-right: -100%;
    }

    .logo {
        width: 100%;
        margin-left: 60%;
        margin-top: -10px;
    }
}


@media screen and (max-width: 540px) {
    .menu {
        background-color: #fff !important;
    }

    .menu-resp {
        display: flex !important;
        flex-direction: column !important;
    }

    .nav {
        display: flex !important;
        flex-direction: column !important;
        padding-left: 15px !important;
    }

    .navbar-toggle {
        margin-right: -100%;
    }

    .logo {
        width: 100%;
        margin-left: 10%;
        margin-top: -20px;
    }

    .img-responsive-index {
        width: 100%;
        margin: auto;
        margin-top: 27%;
        padding-left: 5%;
        padding-right: 5%;
    }
}


@media screen and (min-width:474px) and (max-width: 1220px) {
    .concepts {
        display: flex;
        flex-direction: column;
        height: 50%;
    }

        .concepts div {
            width: 95%;
            height: 300px;
            margin-left: 10px;
            background-color: #fff;
            border-color: #EF5410;
            color: #000042;
        }
}

@media screen and (max-width: 474px) {
    .concepts {
        display: flex;
        flex-direction: column;
        height: 50%;
    }

        .concepts div {
            width: 345px;
            height: 300px;
            margin-left: -20px;
            background-color: #fff;
            border-color: #EF5410;
            color: #000042;
        }
}


.foot-1 {
    padding: 10px;
    width: 30%;
    position: relative;
    height: 170px;
    border-right: 1px solid #AFAFAF;
    color: #AFAFAF;
}

foot-2 {
    margin-top: -180px !important;
    color: #AFAFAF;
}

@media screen and (min-width:906px) and (max-width: 1105px) {
    .foot-1 {
        padding: 10px;
        width: 40%;
        margin: auto;
        position: relative;
        height: 170px;
        border: none;
        color: #AFAFAF;
    }

    .foot-2 {
        display: none;
    }
}

@media screen and (min-width:200px) and (max-width: 906px) {
    .foot-1 {
        padding: 10px;
        width: 80%;
        margin: auto;
        position: relative;
        height: 170px;
        border: none;
        color: #AFAFAF;
    }

    .foot-2 {
        display: none;
    }
}

@media screen and (min-width:760px) and (max-width: 1088px) {
    #legend {
        width: 90%;
        font-size: 18px !important;
        margin-top: -17.5%;
        margin-bottom: 17.5%;
        text-align: center;
        display: block;
    }

    #leg-win {
        font-size: 18px !important;
    }

    #leg-opt {
        font-size: 18px !important;
    }
}

@media screen and (min-width:586px) and (max-width: 760px) {
    #legend {
        width: 90%;
        font-size: 12px !important;
        margin-top: -17.5%;
        margin-bottom: 17.5%;
        text-align: center;
        display: block;
    }

    #leg-win {
        font-size: 12px !important;
    }

    #leg-opt {
        font-size: 12px !important;
    }
}

@media screen and (min-width:200px) and (max-width: 586px) {
    #legend {
        display: none !important;
    }

    #leg-win {
        display: none !important;
    }

    #leg-opt {
        display: none !important;
    }
}

@media screen and (min-width:844px) and (max-width: 1212px) {
    #imagem {
        margin-top: 10% !important;
    }
}

@media screen and (min-width:200px) and (max-width: 844px) {
    #imagem {
        margin-top: 100px !important;
    }
}

@media screen and (min-width:200px) and (max-width: 500px) {
    .g-recaptcha {
        margin-left: -60px !important;
    }
}

.navbar-right {
    margin-right: 15%;
}

@media screen and (min-width:1110px) and (max-width: 1215px) {
    .navbar-right {
        margin-right: 0 !important;
    }
}

@media screen and (min-width:1000px) and (max-width: 1110px) {
    .navbar-right {
        margin-right: 0 !important;
    }
}

@media screen and (min-width:770px) and (max-width: 1020px) {
    .logo {
        margin-top: -10px;
        margin-left:250px !important;

    }
    .nav {
        list-style: none;
        float: left;
        margin-top: 50px;
        margin-left: -350px;
    }
    .navbar-right {
        margin-right: 0 !important;
        margin-left: 30px !important;
    }
}

.error {
    text-align: center;
    color: white;
    background: #ff3333;
    border-radius:5px;
    padding-top:5px;
}


.about-triangle {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 800px solid #e6e6ff;
    border-bottom: 100px solid transparent;
    padding-top: 3px;
}
    .about-triangle &gt; h2 {
        text-align: justify;
        margin-top: -20px;
        margin-left: -350px;
        margin-top: 20px;
        margin-left: -700px;
    }

@media screen and (min-width:778px) and (max-width: 1164px) {
    .about-triangle {
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-left: 800px solid #e6e6ff;
        border-bottom: 100px solid transparent;
        padding-top: 3px;
    }

        .about-triangle &gt; h2 {
            text-align: justify;
            margin-top: -20px;
            margin-left: -350px;
            margin-top: 20px;
            margin-left: -700px;
        }

    .info-about &gt; p:nth-child(1) {
        margin-top: 180px;
    }
}

@media screen and (min-width:1157px) and (max-width: 588px) {
    .about-triangle {
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-left: 800px solid #e6e6ff;
        border-bottom: 100px solid transparent;
        padding-top: 3px;
    }

        .about-triangle &gt; h2 {
            text-align: justify;
            margin-top: -20px;
            margin-left: -350px;
            margin-top: 20px;
            margin-left: -700px;
        }

    .info-about &gt; p:nth-child(1) {
        margin-top: 100px;
    }
}

.anime-div {
    width:100%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
}

.domit-div{
    display:flex;
    flex-direction:row;
}

.domit-div-2 {
    width: 300px;
    height: 130px;
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 15px;
    margin-left: 20px;
    box-shadow: 10px 15px 5px #e6e6ff;
    border-top: 3px solid var(--azul);
}

   

    .domit-div-2 &gt; h3{
        margin-top:-100px;
        width:100%;
        text-align:right;
    }

    .domit-div-2 &gt; p {
        text-align: right;
        width: 80%;
        float: right;
        margin-top: -5px;
    }

@media screen and (min-width:0px) and (max-width: 634px) {
    .domit-div {
        display: flex;
        flex-direction: column !important;
    }

    .domit-div-2 {
        width: 100% !important;
    }
}

@media screen and (min-width:635px) and (max-width: 641px) {


    .domit-div-2 {
        height: 300px;
    }
}

.navbar-right {
    float: right !important;
}

.navbar-left {
    float: left !important;
}


.img-home{
    
}

.img-home-left {
    width: 45% !important;
    margin-bottom: 5px;
    position: relative;
    float: left;
}

.img-home-right {
    width: 45% !important;
    margin-top: 23%;
    margin-bottom: 5px;
    position: relative;
    float: right;
    right:0;
}

.legend {
    width: 90%;
    font-size: 25px;
    margin-top: -19%;
    text-align: right;
    padding-right:18%;
}

.downloads {
    width: 100%;
    height: 1000px;
    background-color: #808080;
    opacity: 0.5;
    position: fixed;
    z-index: 100;
}

.block-downloads {
    width: 40%;
    height: 50%;
    background-color: #fff;
    position: fixed;
    margin: auto;
    margin-top: 10%;
    margin-left: 30%;
    padding: 30px;
    z-index: 150;
    border: 2px solid #000042;
}

.title {
    background-color: #EF5410;
    border-radius: 15px;
    margin-top: 15px;
    padding: 5px;
    color: #fff;
    text-align: center;
    height: 30px;
    overflow: hidden;
    text-align: center;
    white-space: normal;
    text-overflow: ellipsis;
    text-indent: 0;
}

    .title h4 {
        margin-top: 0;
    }

.fechar {
    width: 30px;
    position: absolute;
    right: -2px;
    top: -7px;
    text-align: center;
    line-height: 30px;
    margin-top: 5px;
    background: #fff;
    font-size: 16px;
    color: #e60000;
    border: 2px solid #000042;
}

.index-block-circle {
    border-color: #EF5410 !important;
    background-color: #fff !important;
    margin: 0 !important;
}

.index-block {
    background-color: transparent !important;
    border: none !important;
}

    .index-block &gt; p {
        overflow: hidden !important;
        text-align: center !important;
        white-space: normal !important;
        text-overflow: ellipsis !important;
        text-indent: 0 !important;
        color: #000042 !important;
        text-align: justify !important;
        margin-top: -250px !important;
        margin-left: 60px !important;
        width: 180px !important;
    }

.index-block-rectangle {
    width: 30px !important;
    background-color: #EF5410 !important;
    height: 250px !important;
    margin-top: -50px !important;
    margin-left: 30px !important;
}

.index-title {
    width: 230px !important;
    height: 50px !important;
    border: 2px solid #EF5410 !important;
    border-radius: 15px !important;
    margin: -70px 20px 15px 5px !important;
}

    .index-title &gt; h3 {
        margin-left: 70px !important;
        margin-top: 9px !important;
    }



.legend {
    width: 90%;
    font-size: 30px;
    margin-top: -17.5%;
    margin-bottom: 17.5%;
    text-align: center;
}

.downloads {
    width: 100%;
    height: 1000px;
    background-color: #808080;
    opacity: 0.5;
    position: fixed;
    z-index: 100;
}

.block-downloads {
    width: 40%;
    height: 50%;
    background-color: #fff;
    position: fixed;
    margin: auto;
    margin-top: 10%;
    margin-left: 30%;
    padding: 30px;
    z-index: 150;
    border: 2px solid var(--azul);
}

.title {
    background-color: #EF5410;
    border-radius: 15px;
    margin-top: 15px;
    padding: 5px;
    color: #fff;
    text-align: center;
    height: 30px;
    overflow: hidden;
    text-align: center;
    white-space: normal;
    text-overflow: ellipsis;
    text-indent: 0;
}

    .title h4 {
        margin-top: 0;
    }

.fechar {
    width: 30px;
    position: absolute;
    right: -2px;
    top: -7px;
    text-align: center;
    line-height: 30px;
    margin-top: 5px;
    background: #fff;
    font-size: 16px;
    color: #e60000;
    border: 2px solid var(--azul);
}


.active-menu {
    border-bottom: 2px solid var(--azul) !important;
}


.gy-5 &gt; div{
    height:300px !important;
}


.block-logo {
    border: none !important;
    background-color: transparent !important;
/*    overflow: hidden !important;
*/    height:80px;
    margin-top:-30px !important;
}


.idiomas {
    padding: 0;
    height: 40px;
    width: 90%;
    margin: auto;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #fff, #000042, #fff) 2;
}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));

}

.mt-4 {
     margin-top: 1.5rem !important; 
}

.g-3, .gy-3 {
     --bs-gutter-y: 1rem; 
}

.position-relative {
     position: relative !important; 
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}



.gy-3 .mt-4{
    display: grid;
    grid-template-columns: repeat(3, auto); /* Cria 3 colunas com largura automática */
    justify-content: center; /* Centraliza as colunas horizontalmente */
    align-items: center; /* Centraliza as divs verticalmente */
    height: 200px; /* Altura da div container */
    border: 1px solid #ccc; /* Apenas para visualização */
}

.gy-3 .mt-4 &gt; div {
    width: 100px; /* Largura de cada div interna */
    height: 100px; /* Altura de cada div interna */
    background-color: #8FADFE; /* Cor de fundo */
    text-align: center; /* Centraliza o texto dentro da div */
    line-height: 100px; /* Centraliza verticalmente o texto */
}

li{
    list-style-type: none !important; 
    
}

.text-product {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding:50px;
}

    .text-product &gt; ul,
    .text-product &gt; div{
        width: 50%;
        padding: 30px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
.div-first {
    width: 100% !important;
}

.interfaces-div {
    display: grid;
    grid-template-columns: repeat(4, auto); /* Cria 3 colunas com largura automática */
    justify-content: center; /* Centraliza as colunas horizontalmente */
    align-items: center; /* Centraliza as divs verticalmente */
    margin-bottom: 100px;
}</pre></body></html>