html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Bebas Neue', cursive, 'Roboto', sans-serif!important;
}

p {
    font-family: 'Roboto', sans-serif!important;
    font-weight: lighter;
}

.carousel-indicators li {
    border-radius: 12px;
    width: 12px !important;
    height: 12px !important;
    cursor: pointer;
    margin: 0 0.5rem !important;
}

.btn-white {
   background-color: #222;
   border: 1px solid!important;
   color: #fff;
   transition: 0.2s all!important;
   border-radius: 3px!important;
}

.btn-white:hover {
    background-color: #fff;
    color: #222!important;
    transition: 0.3s all!important;
    border-radius: 3px!important;
    
 }

/* HEADER */

#header-menu a {
    color: #ffffff;
    transition: 0.2s all;
}

#header-menu a:hover {
    opacity: 0.5;
    transition: 0.3s all;
}

#client-style a:hover {
    opacity: 1;
}

#header-menu {
    background-color: #fff;
    font-size: 20px;
}

[aria-expanded="true"] .fa-caret-down {
    transform: rotate(180deg);
    margin-bottom: 2px;
}

[aria-expanded=true] .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid;
}

.icon-menu {
    color: #ad181d;
    font-size: 32px!important;
}

#client-menu {
    padding: 1rem 2rem;
    background-color: #AD181D;
    color: #fff;
    z-index: 99;
    position: absolute;
    width: 100%;
    top: 0;
}

#client-menu a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 0rem 1rem;
}

#client-menu .fa.fa-caret-down {
    margin-left: 1rem;
    margin-top: 3px;
}

#client-menu .fa-user-circle {
    font-size: 1.5rem;
    margin-right: 0.5rem;
    top: -0.15rem;
    position: relative;
}

#client-style {
    display: none;
}

#menu-web {
    margin-top: 56px;
    background-color: #fff;
    z-index: 10;
}

#menu-web .navbar-brand {
    margin: 0px;
}

#menu-web .navbar-brand img {
    width: 100%;
}

.login-client {
    margin: 1rem 0rem 0.5rem;
    background-color: #ad181d;
    width: 100%;
    border-top: 2px solid;
    padding: 1rem 0rem;
}

.login-client label {
    margin: 0;
    font-size: 1.2rem;
    
}

.login-client input {
    margin: 0rem 0rem 1rem;
    width: 100%;
    border: 0;
    height: 50px;
    font-family: 'Roboto';
    padding: 0.2rem 1rem;
}

.login-client .btn-login {
    margin-top: 1rem;
    height: 50px;
    background-color: #18ad83;
    border: 0px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.3em;
    text-indent: 0.9em;
    font-family: inherit;
    transition: 0.3s all;
    padding: 0.6rem 1.3rem 0.6rem 0.6rem;
}

.login-client .btn-login:hover {
    background-color: #18ad8300;
    border: 1px solid;
    color: #fff;
    transition: 0.2s all;
}

#nav-bar-dk {
    padding: 20px 30px;
    position: absolute;
    top: 100%;
    background-color: #840004;
    width: 100%;
    left: 0;
}

/* SLIDER HOME */

#slider-home {
    width: 100%;
    font-family: 'Roboto';
    color: #fff;
}

#carousel-slide {
    height: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

#carousel-slide .carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-txt {
    display: flex;
    height: 70vh;
    flex-direction: column;
    justify-content: center;
    margin: 0 15%;
}


/* blocos vantagens */

#top-blocks {
    background-color: #460002;
}

.about-blocks {
    background-color: #222;
    color: #fff;
    width: 100%;
    padding: 2rem 2.2rem;
    display: flex;
    margin-bottom: 2rem;
    box-shadow: 1px 5px 10px #00000085;
}

.about-blocks p{
    font-family: 'Roboto';
}

.about-blocks img {
    width: 60px;
    margin-right: 1rem;
    height: min-content;
}

.text-blocks h4 span {
    color: #AD181D;
}

/* quem somos */

#quem-somos {
    background-color: #fff;
    z-index: 10;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 5rem 0rem;
    box-shadow: 1px 5px 10px #00000085;
}

#quem-somos img {
    max-width: 100%;
    width: 80%;
}

#quem-somos h2{
    color: #AD181D;   
}

#quem-somos p{
    text-align: initial;  
}

/* videos */

#videos {
    padding: 5rem 0rem 6rem;
    background-color: #460002;
    background-image: linear-gradient(-90deg, rgba(49, 0, 1, 0.57), rgba(70, 0, 2, 0.9)), url('../img/bg-sol.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#videos .carousel-galeria {
    width: 75%;
    margin: 0 auto;
}

#carousel-galeria .carousel-inner {
    width: 75%;
    margin: 0 auto;
}

#carousel-galeria .carousel-indicators {
    bottom: -50px;
}

#carousel-galeria video {
    width: 100%;
}

.img-carousel img {
    max-width: 800px;
    margin: 0 auto;
    display: block;
    width: 100%;
}




/* sistema */

#sistema {
    background-color: #222;
    color: #fff;
}

.title-border {
    border-left: 10px solid #FF0009;
    padding-left: 0.5rem;
}

#sistema img {
    max-width: 100%;
    width: 100%;
}

#sistema .icon-top {
    width: 50px;
}

#sistema .logo-java {
    width: 150px;

}

#sistema .col-md-6 {
    padding: 0px;
}

.text-sistema {
    padding: 3rem 2rem;
    overflow: hidden;
    position: relative;
}

#sistema .java-type {
    padding: 2rem 0rem;    
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.60)), url('../img/bg-system.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

.java-type img {
    display: block;
    margin: auto;
    width: 200px;
    height: 100%;
}

#sistema .topics-type {
    padding: 2rem 0rem;
    background-image: url('../img/topics.jpg');
    background-position: right;
    background-attachment: scroll;
    background-size: cover;
    background-position: left;
}

.text-topics {
    margin: 2rem 2rem 1rem;
    padding: 2rem 1rem 1rem 1.5rem;
    background-color: #fff;
    color: #222;
    border-left: 10px solid #ff0002;
}

.text-topics span {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.text-topics span h2{
    margin-bottom: 0rem;
}

.text-topics span img {
    display: flex;
    width: 50px;
    margin-right: 15px;
}

/* contato */

#contato {
    background-image: url('../img/bg-contato.jpg');
    background-size: cover;
    background-position: center;
    padding: 5rem 1rem;
    color: #fff;
}

#contato-form {
    font-family: 'Roboto';
}

#contato-form input, #contato-form textarea {
    color: #fff;
    background-color: #fff0;
    border-radius: 0;
    border-bottom: 2px solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 1rem 0.1rem 0.5rem;
    font-size: 1.2rem;
}

#contato-form ::placeholder, #message::placeholder {
    color:#ffffffb5;
    opacity: 0.8;
}

#contato-form .btn-primary {
    color: #fff;
    background-color: #AD181D;
    border-color: #AD181D;
    font-family: 'Bebas Neue';
    font-size: 1.2rem;
    border-radius: 0;
    padding: 0.5rem 1.5rem;
    letter-spacing: 0.5rem;
    float: right;
    margin-top: 10px;
    margin-bottom: 5rem;
}

#contato-form .btn-primary:hover {
    color: #fff;
    background-color: #AD181D00;
    border-color: #FFF;
}

#contato-form .btn-primary h4 {
    margin-bottom: 0px;
    margin-left: 0.5rem;
}

.disabled {
    cursor:not-allowed;
}

.icons-contato {
    text-align: center;
    margin: 0 auto;
}

.icons-contato a {    
    color: #fff;
    transition: 0.2s all;
}

.icons-contato a:hover {
    opacity: 0.5;
    transition: 0.3s all;
    text-decoration: none;
    color: #fff;
}

.icons-contato img {
    width: 60px;
    max-width: 100%;
}

.icons-contato h3 {
    margin: 1rem 0rem 1.5rem;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.icons-contato i {
    font-size: 26px;
    margin: 0 0.5rem 0.7rem 0;
    color: #18ad67;
}

#html5lightbox-watermark {
    display: none!important;
}

/* rodape */

#rodape {
    background-color: #222;
    padding: 1.5rem 0rem;
}

#rodape p {
    font-size: 0.8rem;
}

#rodape img {
    max-width: 100%;
}

.nav-footer {
    padding: 0rem;
    text-align: center;
    transition: 0.2s;
}

.nav-footer a:hover {
    text-decoration: none;
    opacity: 0.5;
    transition: 0.3s;
}

.nav-footer li {
    padding: 0rem 1rem;
    font-size: 1.4rem;
    list-style: none;
    display: block;
    text-align: left;
    margin: 1rem 0rem;
}

.nav-footer li a{
    color: #fff;
}

.logos-redes {
    margin-bottom: 2rem;
}

.logos-redes .fa {
    font-family: 'fontawesome';
    font-size: 2rem;
    color: #a6191d;
    padding: 1.5rem;
    transition: 0.4s all;
}

.logos-redes .fa:hover {
    transition: 0.2s all;
    color: #ff0009;
}



@media (min-width: 1200px){
    #nav-bar-dk .navbar-nav {
        margin-left: 20% !important;
    }

    .about-blocks {
        height: auto;
        position: relative;
        margin-top: -100px;
        margin-bottom: 0rem;
        min-height: 290px;
    }

    #carousel-slide .carousel-indicators {
        bottom: 120px;
    }

    .text-sistema {
        padding: 10rem;
        font-size: 1.5rem;
    }

    .java-type .text-sistema {
        padding: 10rem 10rem 10rem 0rem;
    }

    .logos-redes .fa {
        font-family: 'fontawesome';
        font-size: 1.4rem;
        color: #a6191d;
        padding: 1rem;
        transition: 0.4s all;
    }
}


@media (min-width: 992px) {
    body {
        font-size: 1.5rem;
    }
    #header-menu {
        position: absolute;
        width: 100%;
    }
    .logo-mb {
        display: none;
    }
    #client-menu {
        display: none;
    }
    #menu-web {
        margin-top: initial;
        background-color: #fff0;
    }

    #nav-bar-dk {
        position: initial;
        background-color: #84000400;
    }

    #nav-bar-dk .navbar-nav {
        margin-left: initial;
    }

    #nav-bar-dk .navbar-nav li {
        padding: 0rem 0.5rem;
    }

    #nav-bar-dk .navbar-nav li h5, #nav-bar-dk .navbar-nav li a{
        font-size: 1.5rem;
    }

    .login-client {
        margin: 0;
        width: 230px;
        border-top: 1px solid;
        padding: 1rem 1rem;
        color: #fff;
    }

    #client-style .dropdown-menu {
        padding: 0;
        margin: 0;
        border: 0;
    }

    .carousel-txt {
        height: 100vh;
    }

    #quem-somos {
        text-align: initial;
        font-size: 1.1rem;
    }

    #client-style {
        display: block;
        background-color: #AD181D;
        padding: 10px;
        position: absolute;
        top: 0;
        width: 230px;
        height: 90px;
        right: 0;
    }
    
    #client-style .login-drop {
        justify-content: space-between;
        margin-top: 15%;
    }
    
    #client-style .dropdown-toggle::after {
        margin-left: .5em;
        margin-top: 0.3em;
        display: none;
    }

    #sistema .java-type {
        background-attachment: fixed;
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.40)), url('../img/bg-system.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    #sistema .topics-type {
        background-attachment: fixed;
        padding: 4rem 0rem;
    }

    .nav-footer li {
        display: inline-flex;
    }

    .text-sistema {
        padding: 4rem;
    }
    
    #sistema .logo-java {
        max-width: 100%;
        width: 200px;
    }

    #carousel-galeria .carousel-inner {
        height: 470px;
    }
}

@media (min-width: 768px) {
    .text-topics {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0rem 1.5rem;
        width: 400px;
        height: 250px;
    }

    #carousel-slide .carousel-item h3 {
        font-size: 2.5rem;
    }

    #carousel-slide .carousel-item {
        font-size: 1.5rem;
    }
}

@media (max-width: 992px) {
    
    .logo-dk {
        display: none;
    }
    #menu-web .navbar-brand img {
        width: 75%;
    }
    #quem-somos img {
        margin-bottom: 4rem;
    }

    #carousel-galeria .carousel-inner {
        width: 100%;
        margin: 0 auto;
    }

    #carousel-galeria .carousel-control-next, #carousel-galeria .carousel-control-prev {
        top: auto;
        bottom: -40px;
    }
}

@media (max-width: 400px) {
    #menu-web .navbar-brand {
        margin: 0px;
        width: 75%;
    }
    #videos {
    background-position: 80%;
    }
}

@media (max-width: 350px) {    
    .about-blocks {
        display: block;
        margin: 0rem auto 1.5rem;
    }
    .about-blocks img {
        width: 80px;
        margin: 0 auto 1rem;
        height: initial;
        display: block;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .about-blocks {
        padding: 2rem 1rem;
        margin-bottom: 0rem;
        height: 100%;
    }

    .logos-redes .fa {
        font-size: 1.5rem;
        padding: 0.5rem;
    }
}

@media (max-width: 1530px) and (min-width: 992px) {
    #sistema img {
        height: 100%;
    }
}

/* animations */

@keyframes up {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
  }
  
  .animate-up {
    animation-name: up;
    animation-duration: 1s;
    animation-fill-mode: backwards;
  }

  @keyframes slideDown {
    from {
        opacity: 0;
        height: 0;
    }
    to {
        opacity: 1;
        height: 100%;
    }
  }
  
  .animate-slideDown {
    animation-name: slideDown;
    animation-duration: 1s;
    animation-fill-mode: backwards;
  }  
