html {
    scroll-behavior: smooth;
  }
  
/* CUSTOM ELEMENTS */
.text-black {
    color: black;
}

.navbar {
    background: #282828;
}

.navbar-nav .nav-link {
    font-weight: bold;
    color: white !important;
    border-bottom: 5px solid transparent;
}


.navbar-nav .nav-link.active {
    border-bottom: 5px solid #2E75B6;
    opacity: .7;
}

.navbar-nav .nav-link:hover {
    font-weight: bold;
    color: white;
    opacity: .7;
}

.navbar-dark .navbar-brand {
}

.networks a {
    font-size: 1.3rem;
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.information {
    background: url(../img/networks_bg.png);
    background-size: cover;
}

.information a {
    color: black;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 1rem;
}

.information img {
    max-width: 64px;
}

.information i {
    font-size: 3rem;
}

.about {
    background: url(../img/about_bg.png);
    background-repeat: repeat;
}

.about h1 {
    color: white;
    font-weight: bold;
    font-size: 3rem;
}

.about p {
    color: white;
    text-align: justify;
    font-size: 1.3rem;
}

.about-page {
    background: url(../img/about/bg.jpg);
    background-size: cover;   
}

.services-page {
    background: url(../img/services/bg.jpg);
    background-size: cover;   
}

.services {
    background: url(../img/services_bg.png);
    background-size: cover;
}

.services h1 {
    color: white;
    font-weight: bold;
    font-size: 3rem;
}

.services .service {
    text-align: center;
}

.services .service p {
    color: white;
    font-weight: bold;
    padding-top: 0.5rem;
}

.cp .contact {
    background: #298d99;
}

.cp .contact h1 {
    color: white;
    font-weight: bold;
}

.cp .products h1, .cp .products p {
    font-weight: bold;
}

.footer h1 {
    color: white;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;  
}

.footer a {
    color: white;
}

.brands .brand {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.brands .brand img {
    max-width: 120px;
}

form input, form textarea {
    border-radius: 0 !important;
    border: none !important;
}

form input[type=submit] {
    border-radius: 5px !important;
    padding: 0.2rem 2rem;
    font-weight: bold;
}

form input::placeholder, form textarea::placeholder {
    color: #298d99 !important;
    font-weight: bold;
    font-size: 0.7rem;
}

.bg-black {
    background: black;
}

/* SCROLL BAR */

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #A5A5A5;
}

::-webkit-scrollbar-thumb:hover {
    background: #838383;
}

@media only screen and (max-width: 576px) {
    .information .col-lg {
        justify-content: flex-start !important;
    }

    .cp .products {
        padding: 2rem 0;
    }

    .navbar-nav {
        align-items: flex-start !important;
        padding-left: 0.5rem !important
    }

    .networks a {
        padding-right: 1rem !important;
    }
}
