.min-h-100vh {
    min-height: 100vh !important;
}

@media screen and (max-width: 769px){
    .min-h-100vh {
    min-height: 40vh !important;
}
}


#home {
    background-image: url(../images/lion.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

/*.leao{
    width: 80%;
    margin-bottom: -100vh;
    margin-right: 0;
    display: flex;
    float: right;
}*/
.btnback{
    display: flex;
    margin-top: -170px;
}
.back{
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin: 0px auto 0px auto;
    position: relative;
    color: #fff;
    z-index: 10;
}
.banner h2 {
    text-align: center;
    padding: 170px;
    color: #fff;
    font-size: 100px;
    position: relative;
    color: #fff;
    z-index: 10;
}
@media screen and (max-width: 769px){
    .banner h2 {
        padding: 170px 0px;
        font-size: 45px;
    }
}
.banner {
    z-index: -2;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    background-position: center;


}

.banner:after {
    content: "";
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.tela-1-md,
.tela-2-md,
.tela-3-md,
.tela-4-md {
    display: flex;
}

.tela-3-md img {
    width: 33.33%;
    object-fit: cover;
}

.tela-4-md img {
    width: 25%;
    object-fit: cover;
}

.tela-2-md img {
    width: 50%;
    object-fit: cover;
}

.tela-1-md img {
    width: 100%;
    object-fit: cover;
}
