html {
    font-size: 14px;
    font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

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

html {
    position: relative;
    min-height: 100%;
}

nav {
    font-family: 'Martel',Georgia,"Times New Roman",serif;
    font-size: 18px;
    padding: 0px !important;
    font-weight: 700;
}

.navbar .navbar-nav .nav-link {
    /*color: #000000;*/
    /*font-size: 1.1em;*/
}

    .navbar .navbar-nav .nav-link:hover {
        color: #000000;
    }

.navbar .navbar-nav .nav-item {
    position: relative;
}

    .navbar .navbar-nav .nav-item::after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #807551;
        width: 0%;
        content: "";
        height: 4px;
        transition: all 0.5s;
    }

    .navbar .navbar-nav .nav-item:hover::after {
        width: 100%;
    }

/*.navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000000;
    width: 0%;
    content: "";
    height: 4px;
    transition: all 0.5s;
}

.navbar .navbar-nav .nav-item:hover::after {
    width: 100%;
}*/

a {
    color: #0d1522;
}

body {
    /*margin-bottom: 60px;*/
    background-color: #f4f3f1;
    color: #0d1522;
}

.card {
    /*min-height: 458px;*/
    box-shadow: 6px 6px 18px 0px rgb(0 0 0 / 30%);
}

    .card i {
        color: #807551;
        font-size: 5rem;
    }

.cardprivada {
    background-color: #131126;
    border-radius: 20px;
}

    .cardprivada h2 {
        color: #807551;
    }

.cardpublica {
    background-color: #131126;
    border-radius: 20px;
}

    .cardpublica h2 {
        color: white;
        /*color: #4472c4;*/
    }

    .cardpublica h4 {
        color: white;
        /*color: #4472c4;*/
    }

.colormarron {
    color: #807551;
}


h2 {
    text-shadow: 1px 1px 1px #000 !important;
    /*color: white !important;*/
}
/*h4 {
    text-shadow: 1px 1px 1px #000 !important;
    color: white !important;
}*/

/*h2.cardstyleprivada {
        color: #807551;
    }

    h2.cardstylepublica {
        color: #4472c4;
    }*/

.listacard {
    background-color: #131126;
}

.btn-card {
    font-size: 1.0em;
    color: #fff;
    background-color: #131126;
    border-radius: 0px;
    border: 2px solid #807551;
}

    .btn-card:hover {
        color: #fff;
        background-color: #807551;
        border-color: #807551;
    }




.ribbon {
    position: absolute;
    right: -3px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 93px;
    height: 93px;
    text-align: right;
}

    .ribbon span {
        font-size: 0.6rem;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        line-height: 32px;
        transform: rotate(45deg);
        width: 125px;
        display: block;
        background: #807551;
        background: linear-gradient(#807551 0%, #807551 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 17px;
        // change this, if no border right: -29px;
        // change this, if no border
    }

        .ribbon span::before {
            content: '';
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #807551;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #807551;
        }

        .ribbon span::after {
            content: '';
            position: absolute;
            right: 0%;
            top: 100%;
            z-index: -1;
            border-right: 3px solid #807551;
            border-left: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #807551;
        }

.red span {
    background: linear-gradient(#f70505 0%, #8f0808 100%);
}

    .red span::before {
        border-left-color: #8f0808;
        border-top-color: #8f0808;
    }

    .red span::after {
        border-right-color: #8f0808;
        border-top-color: #8f0808;
    }

.blue span {
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

    .blue span::before {
        border-left-color: #1e5799;
        border-top-color: #1e5799;
    }

    .blue span::after {
        border-right-color: #1e5799;
        border-top-color: #1e5799;
    }

footer {
    background-color: #1a1c20;
    padding: 40px;
    color: white;
}

    footer ul {
        list-style: none;
    }

    footer a {
        color: white !important;
        text-decoration: none;
    }

#footer-bottom {
    background-color: black;
}

.footer {
    position: initial !important;
}

.alert-vyosa {
    color: #131126;
    /*background-color: #131126;*/
    /*border-color: #ccc;*/
    box-shadow: 6px 6px 18px 0px rgb(0 0 0 / 30%);
    border-radius: 20px;
}

    .alert-vyosa h3 {
        font-weight: bold;
    }

    .alert-vyosa .alert-link {
        color: white;
    }

.bgfooter {
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif !important;
    background-position: center top;
    background-image: linear-gradient(180deg,rgba(150,105,97,0.67) 0%,rgba(2,0,76,0.84) 100%),url(/assets/images/bgfooter.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.colorfooter {
    color: white !important;
}

body, input, textarea, select {
    font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
}
