@import url(size.css);

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    font-family: 'Viga', sans-serif;
    background-color: rgb(2 6 23);
    color: white;
}

body {
    margin-bottom: 60px;
    background-color: inherit;
    color: inherit;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


.link:hover {
    color: #81d4fa;
}

section {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    padding: 75px 0;
    border-bottom: 1px solid rgb(4 18 78);
}

    section:last-of-type {
        border-bottom: none;
    }

    section h2 {
        margin-bottom: 25px;
    }

    section ul.identited li {
        padding-left: 50px;
        text-indent: -40px;
    }

    section img {
        max-width: 100%;
    }

.service-card {
    background-color: #092445;
}

.icon-header {
    font-size: 2.5rem;
}

.fa-whatsapp {
    color: #25d366;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}