.green-color,
.green-hover-color:hover {
    color: #1a5b29 !important;
}
.green-bg-color { background-color: #1a5b29 !important; }
.green-border-color { border-color: #1a5b29 !important; }

.green-2-color,
.green-2-hover-color:hover {
    color: #2d9f48 !important;
}
.green-2-bg-color { background-color: #2d9f48 !important; }
.green-2-border-color { border-color: #2d9f48 !important; }

.green-3-color,
.green-3-hover-color:hover {
    color: #38c759 !important;
}
.green-3-bg-color { background-color: #38c759 !important; }
.green-3-border-color { border-color: #38c759 !important; }

.green-4-color,
.green-4-hover-color:hover {
    color: #60d27b !important;
}
.green-4-bg-color { background-color: #60d27b !important; }
.green-4-border-color { border-color: #60d27b !important; }

.mejs__mediaelement video {
    width: 100% !important;
    height: 100% !important;
}
/*
.bg-container{
    background-image: url(assets/images/index/tela_container.png) !important; 
}

@media only screen and (max-width: 700px) {
    .bg-container{
        background-image: url(assets/images/index/tela_container_mobile.png) !important;
    }
}

@supports (-webkit-touch-callout: none) {
    @media only screen and (max-width: 700px) {
        .bg-container{
            background-image: url(assets/images/index/tela_container_mobile.png) !important;
        }
    }
}

@media only screen and (max-width: 812px) {
    .bg-container{
        background-image: url(assets/images/index/tela_container_mobile2.png) !important;
    }
}*/