@import"https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap";
a,
a:hover,
a:active {
    color: inherit;
    text-decoration: inherit
}

img {
    max-width: 100%
}

body{
    overflow-x:hidden;
    position:relative;
}

@media only screen and (max-width: 991px) {
    .desktop,
    .Desktop {
        display: none !important
    }
}

@media only screen and (min-width: 992px) {
    .mobile,
    .Mobile {
        display: none !important
    }
}

@media only screen and (max-width: 991px) {
    *[data-enllax-type=foreground] {
        transform: none !important
    }
}

body {
    background: #46182f;
    background-image: url(../img/bg.jpg);
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    background-size: cover
}

@media only screen and (max-width: 767px) {
    body {
        background-image: url(../img/bgM.jpg)
    }
}

body main {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden
}

body main section.conteudo {
    padding: 50px 0px
}

@media only screen and (max-width: 991px) {
    body main section.conteudo {
        padding: 20px 0px
    }
}

body main section.conteudo .logo {
    margin-bottom: 50px
}

@media only screen and (max-width: 991px) {
    body main section.conteudo .logo {
        margin-bottom: 20px
    }
    body main section.conteudo .logo .col-12:first-child {
        padding: 0px;
        padding-right: 20%
    }
}

body main section.conteudo .logo img {
    width: 100%;
    max-width: 420px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px
}

@media only screen and (max-width: 767px) {
    body main section.conteudo .logo img {
        margin-bottom: 20px;
        width: 100%
    }
}

body main section.conteudo .logo h2 {
    text-align: center;
    color: #d2a662;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px
}

@media only screen and (max-width: 767px) {
    body main section.conteudo .logo h2 {
        font-size: 12px;
        letter-spacing: 1px
    }
}

body main section.conteudo .itens {
    margin-bottom: 50px
}

@media only screen and (max-width: 991px) {
    body main section.conteudo .itens {
        margin-bottom: 20px
    }
}

body main section.conteudo .itens .item {
    text-align: center;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

@media only screen and (max-width: 991px) {
    body main section.conteudo .itens .item {
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 992px) {
    body main section.conteudo .itens .item:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

body main section.conteudo .itens .item img {
    width: 100%;
    max-width: 175px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: visible;
    filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.2))
}

body main section.conteudo .itens .item img.logo {
    max-width: 100px
}

@media only screen and (max-width: 767px) {
    body main section.conteudo .itens .item img {
        max-width: 150px;
        margin-bottom: 10px
    }
}

body main section.conteudo .itens .item p {
    color: #d2a662;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    font-size: 7px;
    margin-top: 20px
}

body main section.conteudo .itens .item p span {
    text-transform: uppercase
}

body main section.conteudo .rodape p {
    text-align: center;
    color: #d2a662;
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 0px
}

body main section.conteudo .rodape p span {
    text-transform: uppercase
}

/*# sourceMappingURL=estilo.css.map */