﻿* {
    font-family: 'Montserrat', sans-serif;
}

header {
    background-color: #052A47;
}

.navbar {
    background: rgb(5,42,71);
    background: linear-gradient(180deg, rgba(5,42,71,1) 50%, rgba(255,255,255,1) 50%);
    border-bottom: none;
    margin-top: 40px;
}

    .navbar p {
        color: white;
        font-weight: bold;
        font-size: 32px;
        text-transform: uppercase;
    }

.fonte-laranja {
    color: #ffa200;
    font-size: 35px;
}

.card {
    border: none!important;
}

.hrv:before {
    content: '';
    width: 1px;
    background-color: #e5e5e5;
    height: 570px;
    position: absolute;
    left: -10px;
    top: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.footer {
    margin-top: auto;
    padding: 10px 0 10px 0;
}

    .footer a {
        color: #c5c5c5;
    }

    .btn-toledo {
        background-color: #ffa200;
        color: #fff;
    }

.text-green {
    color:rgb(72, 184, 112) ;
}

.text-red {
    color: rgb(236, 92, 82);
}

