/* cores  */
@import url(/style/colors.css);

@import url(/style/fonts.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto';
}

html,
body {
    height: auto;
    width: 100%;
}

::-webkit-scrollbar {
    width: 10px;
    height: 90px;
}

::-webkit-scrollbar-thumb {
    background: #d3cdcd;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}



.navbar-light #navbarSupportedContent {
    justify-content: flex-end;
}

nav ul li {
    height: auto;
    width: auto;
    padding: 0.4rem 0.1rem;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

nav ul li:hover {
    background: var(--colorHover);
    border-bottom: 2px solid var(--borderColor);
}

nav ul li a {
    font-weight: bolder;
}

.dropdown-menu {
    width: 100%;
}

.container .logo img {
    height: 5rem;
    width: 100%;
}

.container .title {
    height: auto;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
}


.container .title p {
    font-size: 22pt;
    color: black;
}

.container .text-center {
    font-size: 18pt;
}

.container .text-descrition p {
    text-align: justify;
    font-size: 15pt;
}

.container .title div {
    height: 3px;
    width: 50px;
    background: var(--colorBtn);
    border-radius: 50px;
    margin-top: -10px;
}


.hero {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1150px) {
    .hero img {
        width: 100%;
        height: 100%;
    }
}

@media Screen and (max-width: 540px) {

    .hero .container .hero-text {
        text-align: center;
    }

    .hero .container .hero-text h1 {
        font-size: 28pt;
    }
}

.hero .container .hero-text {
    width: 100%;
    height: auto;
    display: flex;
    z-index: 1;
    position: relative;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    padding-top: 15rem;
    padding-bottom: 8.5rem;
}

.hero .container .hero-text .banner-content {
    width: 100%;
    height: auto;
    padding: 1rem;
}

.hero .container .hero-text img {
    animation: animation 2s ease alternate infinite;
}

@keyframes animation {
    to {
        transform: translateY(0px);
    }

    from {
        transform: translateY(-30px);
    }
}

@media screen and (max-width: 991px) {
    .hero .container .hero-text img {
        display: none;
    }
}



.container .row .text-logo-adapth {
    margin-top: 1rem;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .row .text-logo-adapth img {
    display: none;
    height: auto;
    width: 50%;
}

@media screen and (max-width:991px) {
    .container .row .text-logo-adapth img {
        display: block;
    }
}

.hero .container .hero-text .text-line {
    height: auto;
    width: 100%;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.122) 0.1em 0.1em 0.1em

}

.hero .container .hero-text .text-line b {
    color: #b41515;
    text-shadow: #b4151517 0.1em 0.1em 0.1em
}

.hero .subtitle {
    font-size: 13pt;
    font-weight: bold;
}

.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.048);
}

.container .row .card-info .icone {
    text-align: center;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .row .card-info .icone img {
    height: auto;
    width: auto;
}

.container .row .card-info .icone-title {
    text-align: center;
    font-weight: bold;
    margin-top: 0.50rem;
}

.container .row .card-info .icone-text {
    text-align: center;
    width: 100%;
    height: 100px;
}

.container .card {
    height: auto;
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.075);
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
}

.container .card:hover {
    transform: translateY(-10px);
}

.container .card .card-cabec .title {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .card .card-cabec .text-user {
    height: auto;
    width: 100%;
    text-align: right;
}

.container .card .card-cabec .title p {
    font-size: 24pt;
    margin: 1rem;
}

.container .card .card-cabec {
    height: auto;
    width: 100%;
    background: #24252669;
}

.container .card .card-cabec p {
    color: #fff;
}

.container .card .card-cabec .card-value {
    height: auto;
    width: 100%;
    text-align: center;
    font-size: 26pt;
    font-weight: bold;
}

.container .card-descr .descricao {
    height: auto;
    width: 100%;
    text-align: center;
    margin-top: 0.30rem;
    font-weight: bold;
}

.container .card-descr .tabela {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container .card-descr .tabela .option {
    height: auto;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.068);
}

.container .card-descr .tabela .option .icon {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .card-descr .tabela .button {
    position: relative;
    top: 35px;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.30rem;
}

.container .card-descr .tabela .button button {
    background: #A61213;
    color: #fff;
    padding: 1rem;
    border: none;
    outline: none;
    padding: 1rem;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.075);
    transition: all 0.3s ease-in-out;
}

.container .card-descr .tabela .button button:hover {
    background: #b31919;
    cursor: pointer;
}


.tecnologias {
    margin-top: 5rem;
}


@media screen and (max-width: 991px) {
    .container .card {
        margin-bottom: 3rem;
    }
}


.container .row .cards-tec {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.container .row .cards-tec .card-img {
    height: 150px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.container .row .cards-tec .card-img img {
    height: auto;
    width: 100%;
}

.modelo-de-negocio {
    margin-top: 6rem;
}

.titulo {
    color: black;
    font-weight: bold;
    font-size: 1.3rem;
}

.conteudo-titulo {
    display: flex;
    align-items: center;
    height: auto;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 0.7rem;
}

.conteudo-titulo img {
    height: 60px;
    margin: 0px 40px 0px 0px;
}

.conteudo-texto {
    text-align: justify;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.068);
    border-radius: 10px 10px 0px 0px;
    transition: max-height 1.4s ease;

}

.conteudo-texto img {
    height: 60px;
    margin: 0px 40px 0px 0px;
    position: relative;
    left: 30px;
    display: none;
}

.conteudo-texto p {
    padding: 1rem;
}

.pilar {
    cursor: pointer;
    border-bottom: #800B09 solid 2px;
}

.pilar.active .conteudo-texto {
    max-height: 0px;
    display: block;
}

svg {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.pilar.active svg {
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

#abctech {
    height: 90px;
    width: 110px;
    position: relative;
    top: 10px;
    left: 10px;
}

#abctech-mobile {
    height: 70px;
    width: 110px;
    position: relative;
    top: 8px;
    left: 45px;
}

#ASVSB {
    height: 90px;
    width: 100px;
}

#jarvis {
    height: 90px;
    width: 150px;
}



footer {
    margin-top: 5rem;
    position: relative;
    bottom: 0;
}

footer #myForm {
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: column;
}

footer #myForm .text {
    color: #fff;
    height: auto;
    width: 100%;
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: column;
}

footer #myForm .input-nome {
    width: 100%;
    height: auto;
}

footer #myForm .input-nome input {
    padding: 0.50rem;
    width: 100%;
    border: none;
    outline: none;
}

footer #myForm .input-email {
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

footer #myForm .input-email input {
    padding: 0.50rem;
    width: 100%;
    border: none;
    outline: none;
}


footer #myForm .input-btn {
    width: 100%;
    height: auto;
}

footer #myForm .input-btn input {
    width: 100%;
    border: none;
    outline: none;
    background: #A61213;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.50rem;
    transition: all 0.3s ease-in-out;
}

footer #myForm .input-btn input:hover {
    background: #b41515;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.288);
    border-radius: 10px;
    cursor: pointer;
}

.span-required-footer {
    display: none;
    margin: 3px 0 0 1px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}

footer .container .icones {
    margin-top: 2rem;
    text-align: left;
}


footer .container .icones img {
    margin-right: 10px;
}