﻿body {
    /*background-color: #fbfbfb;*/
}


img {
    max-width: 100%;
}

a {
    color: #272c93;
    text-decoration: none;
}

    a:hover {
        color: #000;
    }


.navbar-padrao {
}

    .navbar-padrao .nav-item .nav-link {
        font-size: 17px;
        color: black;
        border-bottom: solid 3px transparent;
    }

        .navbar-padrao .nav-item .nav-link:hover {
            border-bottom-color: #272c93;
        }



.imagem-responsiva {
    width: 100%;
    background-position: top center;
    background-size: cover;
    position: relative;
}

    .imagem-responsiva.imagem3x4 {
        padding-bottom: 133%;
    }

    .imagem-responsiva.imagem1x1 {
        padding-bottom: 100%;
    }

    .imagem-responsiva.imagem4x3 {
        padding-bottom: 75%;
    }

    .imagem-responsiva.imagem16x9 {
        padding-bottom: 56.2%;
    }

    .imagem-responsiva.imagem21x9 {
        padding-bottom: 43%;
    }

    .imagem-responsiva img, .imagem-responsiva iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
    }

.bg-azul {
    background-color: #151976;
}

.bg-azul-escuro {
    background-color: #04085b;
}

.bg-gold {
    background-color: #a67c00;
}
.bg-gold-escuro {
    background-color: #846300;
}




.produto {
    padding: 10px 13px;
    border: solid 1px #e0e0e0;
    display: block;
    background-color: #fff;
    border-radius: 10px;
}

    .produto img {
        border-radius: 10px;
    }

    .produto span {
        display: block;
        font-size: 17px;
        text-align: center;
        font-weight: 500;
        padding-top: 5px;
    }

.fale-home {
    display: block;
    position: relative;
    background-image: url(/imagens/home-fale-conosco.jpg);
    color: #fff;
    background-position: center;
    background-size: cover;
}


    .fale-home:before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background-color: rgb(0 0 0 / 0.75);*/
        background-color: rgb(0 0 0 / 68%);
        z-index: 1;
    }

    .fale-home .conteudo {
        z-index: 10;
        color: #fff;
        position: relative;
    }




.margem-negativa {
    margin-top: -50px
}


/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    .navbar-padrao .nav-item + .nav-item {
        margin-left: 15px;
    }
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}


/*// `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
}

/*// `md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
}

/*// `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .navbar-padrao .nav-item .nav-link {
        font-size: 16px;
        color: black;
        font-weight: bold;
    }
}

/*// `xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}

/*// `xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
}
