body{
    overflow-x: hidden;
}

#nav-menu {
    margin-top: 30px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1140px;
}

.carousel-item{
    min-height: 80vh;
}

.carousel-item img{
    width: 100%;
    min-height: 80vh;
}

.bem-vindo{
    width: auto;
}

.details{
    background-color: #2A275A;
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
}

.contact-icon{
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 10px 5px;
    margin-right: 5px;
}

.itens-tesoura img{
    padding: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: transform .2s; /* Animation */
}

.itens-tesoura{
    transition: all 0.5s;
}

.col-lg-4.mt-3:hover img{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    transform: scale(1.2);
    cursor: pointer;
    top: -50px;
}

.owl-carousel .owl-item img{
    margin: 0 auto;
}


@media only screen and (max-width: 470px){
    .logo{
        height: 50px;
        width: auto !important;
    }
    .navbar-toggler{
        margin-top: 10px;
    }
}

