body{ margin: 0; font-family: 'Arial'; cursor: default; font-size: 20px; }
.container{ width: 100%; display: flex; justify-content: center; flex-direction: column; align-items: center; }
.sub_container{ margin-top: 2%; width: 100%; display: flex; justify-content: center; flex-direction: column; align-items: center; }
.cont_enc{ width: 100%; border-bottom: 10px solid #b6e7ea; margin-bottom: 2%; display: flex; justify-content: center; flex-direction: column; align-items: center; }
.cont_enc img{ width: 35% }
.cont_title{ color: #1c939a; font-size: 1.2em; font-weight: bold; text-align:center; }
.cont_btns{ width: 80%;  }
.button{ width: 100%; margin-bottom: 5%; cursor: pointer; border-radius: 50px; padding: 2%; background: #1c939a; text-align: center; color: #ffffff; font-weight: bold; }

@media (min-width: 1200px) {
	body{ /*display: flex; justify-content: center; flex-direction: column; align-items: center;*/ font-size: 24px;  }
	.cont_enc img{ width: 12% }
	.cont_title{ font-size: 1.5em; }
	.cont_btns{ width: 60%; }
	.sub_container {
		width: 50%;
	}
}

/*
#1c939a
body{ margin: 0; font-family: 'Arial'; background: "#000"; }


body{ margin: 0; font-family: 'Arial'; font-size: 38px; color: #3F3D78; }

.cont_ppriv{ width: 100%; background: white; font-size: 40px; padding: 50px; text-align: justify; color: black; display: none; }*/