#main-container{
    background-color: #eee;
}

.bg-white{
    background-color: #fff;
}

.box-faleconosco{
    padding: 60px;
    margin-bottom: 40px;
    margin-top: 40px;
    border-radius: 6px;
}

.text-red {
    color:#da001a;
}

.form-group {
    margin-bottom: 25px;
}

@media screen and (min-width: 992px){
#page-container.sidebar-l.sidebar-o.sidebar-mini {
    padding-left: 0px;
}
}


.wrapper {
    position: relative;
    padding-bottom: 900px;
    padding-top: 25px;
    height: min-content;
    min-height: 950px;
}

@media (min-width:865px) {
	.wrapper {
		min-height: ;
	}
}

.wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}