﻿body {
    margin: 0px;
    padding: 0px;
}

h3 {
    font-weight: normal;
}

.texto-grena {
    color: #b02e21 !important;
}

.valor {
    font-size: 22px !important;
}

input.error, textarea.error, select.error {
    border: solid 1px #ff0000;
}

label.error {
    font-size: 14px;
    font-style: italic;
    color: #ff0000;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
}

.required label:after {
    content: "*";
    color: red;
}

.btn-azul-petroleo {
    color: #fff;
    background-color: #017997;    
}

    .btn-azul-petroleo:hover {
        color: #fff;
        border: solid 1px #0d3640;
        background-color: #0d3640;
    }

    .btn-azul-petroleo:disabled {
        color: #fff;
        border: solid 1px #40555a;
        background-color: #40555a;
    }

.btn-grena {
    color: #fff;
    border: solid 1px #b02e21;
    background-color: #b02e21;
}

.btn-grena:hover {
    color: #fff;
    border: solid 1px #b02e21;
    background-color: #7a180e;
}

    .btn-grena:disabled {
        color: #fff;
        border: solid 1px #b02e21;
        background-color: #cc675d;
    }

.bg-prata {
    background-color: #d9d9d1;
}

.prata {
    color: #d9d9d1;
}

.bg-azul-petroleo {
    background-color: #0d3640;
}

.azul-petroleo {
    color: #0d3640;
}

.bg-grena {
    background-color: #b02e21;
}

.grena {
    color: #b02e21;
}

.page-link {
    color: #b02e21;
}

.active > .page-link, .page-link.active {
    border-color: #b02e21 !important;
    background-color: #b02e21 !important;
}

.prata-claro {
    background-color: #f5f6f6;
}

.alinhar-vertical {
    vertical-align: middle;
}

.border-light2 {
    border-color: #7d7d7d;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.rodape {
    float: left;
    width: 100%;
    padding: 60px 0px;    
    background-color: #b02e21;
}    

    .rodape .coluna .conteudo h3 {
        font-family: Hind, sans-serif;
        font-size: 26px;
        font-weight: 500;
        color: #fff;
        margin: 10px 0px;
    }

    .rodape .coluna .conteudo p {
        color: #fff;
    }

    .rodape .coluna .conteudo .separador {
        width: 72px;
        border-top: solid 3px #fff;
        margin: 10px 0px 30px 0px;
    }

    .rodape .coluna .conteudo p {
        font-family: Heebo, sans-serif;
        font-size: 16px;
        font-weight: 300;
    }

    .rodape .coluna .conteudo ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .rodape .coluna .conteudo ul li a {
            font-family: Heebo, sans-serif;
            font-size: 16px;
            font-weight: 300;
            line-height: 32px;
            color: #fff;
            text-decoration: none;
        }

            .rodape .coluna .conteudo ul li a:hover {
                text-decoration: underline;
            }

            .rodape .coluna .conteudo ul li a:before {
                font-family: 'Font Awesome 5 Pro';
                content: "\f054";
                display: inline-block;
                padding-right: 10px;
                color: #f5f6f6;
                vertical-align: middle;
                font-weight: 900;
            }

.copyright {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background-color: #b02e21;
}

    .copyright .coluna p {
        font-family: Heebo, sans-serif;
        font-size: 16px;
        line-height: 32px;
        font-weight: 300;
        color: #fff;
        margin: 10px 0px;
    }

@media only screen and (min-width: 1200px) {

    .centralizar {
        width: 1200px;
        margin: 0 auto;
    }

    .centralizar-md {
        width: 950px;
        margin: 0 auto;
    }

    .corpo {
        float: left;
        width: 100%;
        margin-top: 100px;
        min-height: 60vh;
    }

    .display-6 {
        font-size: 2rem;
    }

    .display-7 {
        font-size: 1.5rem;
    }

    .topo {
        position: fixed;
        width: 100%;
        height: 120px;
        padding: 15px 0px;
        background-color: #fff;
        -webkit-box-shadow: 0px 10px 52px -11px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 10px 52px -11px rgba(0,0,0,0.75);
        box-shadow: 0px 10px 52px -11px rgba(0,0,0,0.75);
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 999;
        transition: top 250ms, height 250ms;
    }

        .topo.moveUp {
            background-color: #f5f6f6;
            height: 108px;
            top: -42px;
        }

        .topo .linha {
            float: left;
            width: 100%;
        }

            .topo .linha .logo {
                float: left;
                width: 90px;
                height: 85px;
                background-image: url(../images/logo-vertical.png);
                background-repeat: no-repeat;
                background-size: cover;
                transition: width 250ms, height 250ms;
            }

                .topo .linha .logo.compressed {
                    width: 130px;
                    height: 38px;
                    margin-top: 40px;
                    background-image: url(../images/logo.png?v=1);
                }            

            .topo .linha .link-rapidos {
                float: left;
                width: 420px;
                margin: 20px 0px 0px 30px;
                transition: top 250ms;
            }

                .topo .linha .link-rapidos.repos {
                    margin-top: 32px;
                }

                .topo .linha .link-rapidos ul {
                    list-style: none;
                    margin: 0px;
                }

                    .topo .linha .link-rapidos ul li {
                        display: inline-block;
                        margin: 10px 0px;
                    }

            .topo .linha .menu-mobile, .topo .linha .menu-close {
                display: none;
            }

            .topo .linha .menu {
                float: right;
                width: 600px;
                text-align: right;
                margin-top: 30px;
                padding: 0px 20px;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                transition: top 250ms, height 250ms;
            }

                .topo .linha .menu.repos {
                    margin-top: 45px;
                }

        .topo .linha .menu ul {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

                .topo .linha .menu ul li {
                    display: inline-block;
                }

                    .topo .linha .menu ul li a {
                        display: inline-block;
                        margin: 0px 10px;
                        font-family: Heebo;
                        font-size: 16px;
                        font-weight: 300;
                        color: #000;                        
                        text-decoration: none;
                    }

                        .topo .linha .menu ul li a:hover {
                            color: #017997;
                            border-bottom: solid 1px #017997;
                        }

        .whatsapp-button {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 100px;
            height: 100px;
            background-image: url(../images/whatsapp.png);
            background-size: cover;
        }

        .rodape .coluna {
            float: left;
            width: 400px;
            padding: 0px 15px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .rodape .coluna .conteudo {
                float: left;
                width: 340px;
            }                
    
        .copyright .coluna {
            float: left;
            width: 600px;
            padding: 0px 15px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .copyright .coluna.align-right {
                text-align: right;
            }            

}