﻿body {
    background-image: url('/img/bkg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 60px;
}

h1, h2 {
    color: #ffa100;
}

.intro1 {
    color: #3a7bfc;
    line-height: 1.2;
}

.intro2 {
    color: #ffa100;
}

#content1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#content2 h1 {
    font-size: 1.5rem;
}

#content4 {
    background-color: #e1e1e1;
    color: #122f57;
}

    #content4 p {
        text-align: center;
    }

    #content4 img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    #content4 .valor {
        font-size: 20px;
    }

    #content4 .valorPrincipal {
        font-size: 25px;
    }

#content6 h2 {
    font-size: 1.2rem;
    font-style: italic;
}

#content7 {
    color: #122f57;
}

#contentresultado {
    color: #122f57;
}

#importante {
    font-size: 0.9rem;
}


.bg-dark {
    background-color: #04284c !important;
}

.btn-primary {
    background-color: #f7931e;
    border-color: #f7931e;
}

    .btn-primary:hover {
        background-color: #f08508;
        border-color: #f08508;
    }

label.error {
    margin-left: -1px;
    color: red;
    padding: 1px 5px 1px 5px;
    font-size: small;
}

.modal-backdrop {
    background-color: #04284c;
}

.modal {
    color: #000;
}

@media (max-width: 576px) {
    .navbar .navbar-brand {
        margin-left: auto;
        margin-right: auto;
    }

    #content6 img {
        display: block !important;
        float: none !important;
        margin-bottom: 30px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 820px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 820px;
    }
}


#content7 {
    color: #122f57;
}

#contentresultado {
    color: #122f57;
}

modal-title {
    color: #04284c !important;
}

#modalEntenda p {
    text-align: justify;
    font-size: 14px;
}

.textolaranja {
    color: #ffa100;
    font-weight: bold;
}


.bg-dark {
    background-color: #04284c !important;
}

.btn btn-navbar {
    background-color: #225ca5;
}


.btn-primary {
    background-color: #f7931e;
    border-color: #f7931e;
}

    .btn-primary:hover {
        background-color: #f08508;
        border-color: #f08508;
    }


.btn-secondary {
    background-color: #007bff !important;
    border-color: #007bff !important;
}

    .btn-secondary:hover {
        background-color: #014a93 !important;
        border-color: #014a93 !important;
    }

.inputminHeightfield {
    height: 40px
}



@media (max-width: 415px) {
    .imgMobile {
        display: block !important;
    }

    .imgWeb {
        display: none !important;
    }
}

@media (min-width: 416px) {
    .imgMobile {
        display: none !important;
    }

    .imgWeb {
        display: block !important;
    }
}

.carousel-indicators {
    bottom: -25px !important;
}
