@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900&amp;display=swap');

.section-color-sobrepor {
    background-color: #0dc16e;
    padding: 10px 0 500px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 204, 114, 0.92)), to(rgba(29, 136, 85, .32))), url(../img/bg.jpg);
    background-image: linear-gradient(180deg, rgba(15, 204, 114, 0.92), rgba(29, 136, 85, 0.32)), url(../img/bg.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.section-sobrepor {
    margin-top: -480px;
    z-index: 99;
    position: relative;
    padding-bottom: 40px;
}

.navbar {
    background: transparent;
    text-align: center;
    margin-bottom: 50px;
}

.navbar img {
    height: 50px;
}

.margin-auto {
    margin: 0 auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 54.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    border: 9px solid rgba(28, 148, 92, 0.19);
}

.coluna-video {
    max-width: 800px;
    margin: 0 auto;
}

@media all and (max-width: 768px) {
    .margin-auto-mobile {
        margin: 0 auto;
    }
}

.title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

.btn-chamada {
    margin-top: 0px;
    padding: 20px 40px;
    background: #f71161;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -1px;
    text-align: center;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.04);
    border: 0;
    border-bottom: 4px solid #ce0707;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-chamada:hover {
    color: #fff;
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04);
}

.section {
    padding: 16px;
}

.header-obrigado {
    background-color: #0dc16e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 204, 114, 0.92)), to(rgba(29, 136, 85, .32))), url(../img/bg.jpg);
    background-image: linear-gradient(180deg, rgba(15, 204, 114, 0.92), rgba(29, 136, 85, 0.32)), url(../img/bg.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    padding-bottom: 100px;
    padding-top: 30px;
}

@media all and (min-width: 520px) {
    .header-obrigado h1 {
        font-size: 4em !important;
        margin-top: 40px;
    }
}