@import"https://fonts.googleapis.com/css2?family=Ubuntu&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 {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    background-size: cover;
    background-position: center;
    background-image: url("./assets/img/bg.jpg");
    background-color: #086468;
    position:relative;
    overflow-x:hidden;
}

body main section {
    width: 100vw;
    height: 100vh;
    padding: 0px
}

@media only screen and (max-width: 991px) {
    body main section {
        padding: 50px 0px
    }
}

body main section .logos {
    margin-bottom: 50px
}

body main section .logos img {
    width: 100%;
    max-width: 400px
}

body main section .logos img.desktop {
    display: block
}

body main section .logos img.mobile {
    display: none
}

@media only screen and (max-width: 991px) {
    body main section .logos img.desktop {
        display: none
    }
    body main section .logos img.mobile {
        display: block
    }
}

body main section .creditos {
    margin-top: 50px;
    text-align: center
}

body main section .creditos span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #c6bb9e
}

@media only screen and (max-width: 991px) {
    body main section .creditos span {
        font-size: 10px;
        line-height: 12px
    }
}

body main section .creditos span strong {
    text-transform: uppercase;
    font-weight: 400
}

body main section .item {
    text-align: center;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-bottom: 30px
}

@media only screen and (min-width: 992px) {
    body main section .item {
        text-align: center
    }
    body main section .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 .item img {
    width: 100%;
    max-width: 150px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: visible;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.4))
}

@media only screen and (max-width: 767px) {
    body main section .item img {
        margin: 0 auto;
        margin-bottom: 15px;
        display: block
    }
}

body main section .item span {
    display: inline-block;
    color: #c6bb9e;
    font-size: 20px;
    font-weight: bold
}

@media only screen and (max-width: 991px) {
    body main section .item span {
        font-size: 18px;
        display: block
    }
}

body main section .titulo {
    text-transform: uppercase;
    font-size: 42px;
    line-height: auto;
    text-align: center;
    transform: translateX(-50%);
    position: absolute;
    bottom: 20px;
    left: 50%;
    height: auto
}

@media only screen and (min-width: 992px) {
    body main section .titulo {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        text-align: right
    }
}

body main section .titulo strong {
    font-size: .8em
}

body main section .titulo strong.breve {
    display: block;
    font-size: .4em
}

/*# sourceMappingURL=estilo.css.map */