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

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

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


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

.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: 16rem;
    padding-bottom: 9.20rem;
}

.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-jarvis{
    margin-top: 1rem;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


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

@media screen and (max-width:991px){
    .container .row .text-logo-jarvis 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: #b415151e 0.1em 0.1em 0.1em;
}

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


.container .title {
    height: auto;
    width: 100%;
    margin-top: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.container .title p {
    font-size: 22pt;
    font-weight: bolder;
}

.container .text-content {
    text-align: justify;
}

.container .text-content p:nth-of-type(1) {
    padding-top: 3rem;
    font-size: 15pt;
}

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

.container .row .img {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .row .img img {
    height: 90%;
    width: 100%;
}

.container .row .track {
    height: 3px;
    width: 25px;
    border-radius: 20px;
    background: var(--colorBtn);
    margin-bottom: 1rem;
}

.cards {
    margin-top: 4rem;
}

.usuarios {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    height: auto;
    border-top: 7px solid #800B09;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.165);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    transition: all 0.3s ease-in;
}

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

.usuarios p:nth-of-type(1) {
    font-size: 15pt;
    font-weight: bold;
}

.usuarios img {
    width: 100px;
}

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





.container .row .imagem-text {
    height: auto;
    width: 100%;
}

.container .row .imagem-text img {
    height: 50%;
    width: 100%;
}

.container .row .imagem-text img:nth-of-type(1) {
    display: none;
    
}



@media screen and (max-width: 991px) {
    .container .row .imagem-text img:nth-of-type(1) {
        display: block;
        margin-bottom: 1rem;
        width: 100%;
        height: auto;
        background-color: #800B09;
    }

    .container .row .imagem-text img:nth-of-type(2) {
        display: none;
    }
}

.container .title-caracteristicas {
    display: flex;
    align-items: center;
    justify-content: left;
    font-weight: 600;
}

.container .title-caracteristicas p {
    font-size: 22pt;
    position: relative;
}

.container .title-caracteristicas p::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 30px;
    background: #800B09;
    border-radius: 20px;
}

.container .lista .content {
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
}

.container .lista .content img {
    position: relative;
    top: -20px;
}

.container .row .lista ul {
    text-align: left;
}

.container .row .lista ul h2 {
    font-weight: bold;
    font-size: 18pt;
}

.container .row .lista ul li p {
    font-size: 15pt;
}

.container .row .lista ul li:nth-of-type(1) {
    list-style-type: none;
    display: flex;
}

.container .row .lista ul li:nth-of-type(4) {
    list-style-type: none;
    display: flex;
}

.container .row .lista ul li:nth-of-type(1) .icone {
    padding: 0.60rem;
}

.container .row .lista ul li:nth-of-type(2) {
    list-style-type: none;
    display: flex;
}

.container .row .lista ul li:nth-of-type(2) .icone {
    padding: 1.35rem;
}

.container .row .lista ul li:nth-of-type(3) .icone {
    padding: 1.35rem;
}

.container .row .lista ul li:nth-of-type(1) .icone {
    padding: 1.35rem;
}

.container .row .lista ul li:nth-of-type(3) {
    list-style-type: none;
    display: flex;
}

.container .row .lista ul li .icone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .row .imagem-text-caracteristicas {
    height: auto;
    width: 100%;
    text-align: center;
}

.container .row .imagem-text-caracteristicas img {
    height: auto;
    width: 100%;
    border-radius: 0px 40px 0px 40px;
    margin-left: 21px;
    
}

.container .row .imagem-text-caracteristicas img:nth-of-type(1) {
    display: none;
}

.container .marquee .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-width: 100%;
    animation: scroll var(--duration)linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        animation-play-state: paused;

    }

}

.container .marquee .marquee__group h4 {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1rem;
    border: 1px solid black;
    padding: 3rem;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@media screen and (max-width: 991px) {
    .container .row .imagem-text-caracteristicas img:nth-of-type(1) {
        display: block;
        margin-bottom: 1rem;
        width: 90%;
        height: auto;
    }

    .container .row .imagem-text-caracteristicas img:nth-of-type(2) {
        display: none;
    }

}

.banner {
    margin-top: 4rem;
    margin-bottom: 4rem;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .overley {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a61212a6;
}

.banner .overley .container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .overley .container .row .text-content {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colorFontWhite);
}

.banner .overley .container .row .content-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .overley .container .row .content-btn button {
    padding: 0.50rem;
    border: none;
    outline: none;
    width: 70%;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.521);
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.banner .overley .container .row .content-btn button:hover {
    background: #ffffffc5;
    cursor: pointer;
}

.banner section {
    height: 10rem;
    width: 100%;
}


section:nth-of-type(1) {
    background: url('/assets/source/banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@media Screen and (max-width: 991px) {
    .container .text {
        text-align: center;
    }

    .container .banner .banner-img .bannerOverley {
        height: auto;
        padding: 1rem;
    }

    .container .banner .banner-img .bannerOverley .text {
        padding: 1rem;
        text-align: center;
    }

    .banner .overley .container .row .text-content {
        text-align: center;
    }

}

.container .row button {
    border: none;
    outline: none;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.295);
    text-align: center;
    font-weight: 400;
    background: #A61213;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.container .text {
    display: flex;
    flex-direction: column;
    font-size: 15pt;
}

.container .text .btn {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.container .text button:hover {
    background: #b41515;
}

.container .img-platform  {
    height: auto;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: end;
}

.container .img-platform img  {
    height: auto;
    width: 80%;
}


@media screen and (max-width: 991px) {
    .container .btn button {
        width: 100%;
    } 
    
    .container .img-platform  {
        justify-content: center;
    }
}

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

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

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

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

.fluid {
    height: auto;
    width: 100%;
}