@import"https://fonts.googleapis.com/css2?family=Comfortaa&display=swap";
a,
a:hover,
a:active {
    color: inherit;
    text-decoration: inherit
}

img {
    max-width: 100%
}

@media only screen and (max-width: 991px) {
    *[data-enllax-type=foreground] {
        transform: none !important
    }
}

body {
    background: #3c4036;
    background-image: url(../img/bgD.png);
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow-x:hidden;
}

@media only screen and (max-width: 767px) {
    body {
        background-image: url(../img/bgM.png)
    }
}

body .enf {
    width: 60%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width: 767px) {
    body .enf {
        width: 100%
    }
}

body .enf.bot {
    bottom: 0px
}

body main {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}

body main section {
    width: 100%
}

body main section.itens {
    padding: 100px 0px
}

@media only screen and (max-width: 991px) {
    body main section.itens {
        padding: 20px 0px
    }
}

body main section.itens .logo {
    margin-bottom: 100px
}

@media only screen and (max-width: 991px) {
    body main section.itens .logo {
        margin-bottom: 20px
    }
}

body main section.itens .logo img {
    width: 100%;
    max-width: 250px;
    display: block;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    body main section.itens .logo img {
        width: 40%
    }
}

body main section.itens .item {
    text-align: center;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

@media only screen and (min-width: 992px) {
    body main section.itens .item:nth-child(1),
    body main section.itens .item:nth-child(2),
    body main section.itens .item:nth-child(3) {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 991px) {
    body main section.itens .item {
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 992px) {
    body main section.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.itens .item:hover span {
        color: #d47535
    }
}

body main section.itens .item img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: visible;
    filter: drop-shadow(-5px 5px 5px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(-5px 5px 5px rgba(0, 0, 0, 0.5));
    -webkit-filter: drop-shadow(-5px 5px 5px rgba(0, 0, 0, 0.5))
}

@media only screen and (max-width: 767px) {
    body main section.itens .item img {
        max-width: 100px;
        margin-bottom: 10px
    }
}

body main section.itens .item span {
    font-size: 22px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    white-space: nowrap
}

@media only screen and (max-width: 991px) {
    body main section.itens .item span {
        font-size: 16px
    }
}

/*# sourceMappingURL=estilo.css.map */