﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

/*****************************
    GERAL
*****************************/

body {
    font-family: 'Poppins', sans-serif;
}

section {
    padding: 45px 0;
}

.bg-breadcrumb {
    background: #ff9a00;
}

.breadcrumb {
    padding: .75rem 0;
    text-transform: capitalize;
}

ol.breadcrumb {
    background: transparent;
    margin: 0;
}

    ol.breadcrumb a {
        color: #133c3e;
    }

.breadcrumb-item.active {
    color: #133c3e;
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #133c3e;
    content: ">";
}

hr {
    margin: 0;
}

.btn {
    cursor: pointer;
}

.link-padrao {
    color: inherit;
    text-decoration: inherit;
}

    .link-padrao:hover {
        color: inherit;
        text-decoration: inherit;
    }

.center-h {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.title.page {
    background: #004078;
    text-align: center;
    padding: 15px 0;
    font-size: 30px;
    color: #fff;
    border-radius: 15px 0px 15px 0px;
}

    .title.page.vivaldi {
        background: #d2ade0;
        color: #111;
    }

.bg-green {
    background: #133c3e;
}

.green {
    color: #133c3e; 
}

.white {
    color: #fff;
}

.blue {
    color: #004078;
}

.contato {
    border-radius: 15px;
    padding: 35px 30px;
    box-shadow: 1px 1px 4px #666;
    margin: 10px 5px;
    font-size: 15px;
}

    .contato.blue {
        background: #004078;
        color: #fff;
    }

/*****************************
    HEADER
*****************************/

.logo {
    width: 200px;
}

nav.navbar {
    background: #004078;
    padding: 15px 15px;
    height: 30vh;
    align-items: end;
    z-index: 99999999;
}

.navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    background: #fff;
    top: 0;
    border-radius: 0px 0px 15px 15px;
    z-index: 99999999;
} 

.nav-item {
    margin: 0px 15px;
    color: #fff;
}

    .nav-item.spacer {
        margin: 0px;
    }

a.nav-link {
    color: #fff;
    padding: 5px 15px!important;
    border-radius: 8px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    a.nav-link:hover {
        background-color: #48390c;
        color: #fff;
    }

.dropdown-menu {
    background: #ff9a00;
    border: none;
    border-radius: 0px 15px 15px 15px;
    top: 75%;
}

.dropdown-item {
    color: #133c3e;
    font-size: 15px;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #fff;
        background-color: #133c3e;
        border-radius: 0px 10px 10px 10px;
    }

.dropdown-toggle::after {
    display: none;
}

li.nav-item.menu-active a {
    font-weight: bold;
}

span.icon-bar {
    background: #fff;
    width: 45px;
    height: 7px;
    display: block;
    margin-top: 7px;
}

.quote {
    text-align: right;
    font-size: 22px;
    color: #fff;
    padding-right: 45px;
}

    .quote i.fa-whatsapp {
        background: #009805;
        padding: 6px 7px 6px 7px;
        border-radius: 26px;
    }

/*****************************
    BANNER
*****************************/

.carousel-control-next, .carousel-control-prev {
    width: 8%;
}

/*****************************
    BOTOES
*****************************/

.btn-primary {
    background: #343a40;
    border-color: #343a40;
}

    .btn-primary:hover, btn-primary:active {
        background: #262833;
        border-color: #262833;
    }

.btn-site {
    background: #004078;
    color: #fff;
    padding: 10px 50px;
    border-radius: 10px 0px 10px 0px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn-site:hover {
        background: #012544;
        color: #fff;
    }

    .btn-site.negativo {
        background: #f4981b;
        color: #0a2223;
    }

        .btn-site.negativo:hover {
            background: #d6810c;
            color: #0a2223;
        }


/*****************************
    NOTICIAS
*****************************/

.card {
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 1px 1px 10px #333;
}

    .card .card-title {
        min-height: 50px;
        text-align: center;
    }

    .card .card-text {
        min-height: 100px;
    }

/*****************************
    FOOTER
*****************************/

footer {
    padding: 65px 0;
    color: #fff;
    background: #004078;
}

    footer ul {
        padding: 0;
        list-style: none;
    }

        footer ul a {
            color: #fff;
        }

.assinatura {
    background: #ff9a00;
    padding: 15px 0;
    font-size: 14px;
    color: #133c3e;
}

    .assinatura a {
    }

/*****************************
    PAGINAÇÃO
*****************************/

span.list-paginacao, a.list-paginacao {
    padding: 5px;
    background-color: #343a40;
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}


@media only screen and (max-width: 768px) {
    .logo {
        width: 130px;
    }
    
    .navbar-brand {
        position: inherit;
        padding: 10px 25px;
        border-radius: 10px;
    }

    nav.navbar {
        height: auto;
    }

    .quote {
        display: none;
    }
}

@media (max-width: 425px) {
    .img-mobile {
        display: none;
    }

    .title.page {
        font-size: 25px;
    }
}
