/* entrada */
.entrada { width: 100%; height: 100%; background-color: #fff; position: fixed; z-index: 10; left: 0; top: 0; right: 0; bottom: 0; overflow-y: hidden; }

.entrada .vident { width: 50%; height: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; position: absolute; z-index: 2; left: 0; top: 0; text-align: center; padding: 120px 0 100px 100px; }
.entrada .vident .logo { display: block; padding: 0; float: none; margin-bottom: 120px; }
.entrada .vident .video { height: 400px; box-shadow: 0 0 70px rgba(0,0,0,0.35); margin-bottom: 40px; position: relative; }
.entrada .vident .video a { height: 400px; display: block; cursor: pointer; }
.entrada .vident .video i { width: 88px; height: 88px; color: #9F542E; border: 3px solid #9F542E; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; font-size: 34px; text-align: center; line-height: 80px; padding-left: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; position: absolute; z-index: 2; left: 50%; top: 50%; margin-left: -44px; margin-top: -44px; transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; }
.entrada .vident .video:hover i { transform: scale(1.2); }
.entrada .vident .video iframe { position: relative; z-index: 1; }
.entrada .vident .bgdp { width: 120%; height: 119px; background: url(../imgs/bg-pontos.png) repeat; position: absolute; z-index: 1; left: 0; bottom: 0; }

.entrada .infent { width: 50%; height: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; position: absolute; z-index: 2; right: 0; top: 0; padding: 71px 100px 100px 100px; color: #000; }
.entrada .infent h1 { font-size: 57px; line-height: 60px; margin-bottom: 86px; color: #9F542E; }
.entrada .infent p { padding-left: 100px; margin-bottom: 76px; }
.entrada .infent h2 { background-color: ; font-size: 50px; line-height: 50px; color: #9F542E; }
.entrada .infent button { height: 54px; padding: 0 38px; font-family: 'AGEB'; font-size: 12px; border: 2px solid #9F542E; border-radius: 37px; color: #9F542E; text-transform: uppercase; position: absolute; z-index: 2; left: 50%; transform: translateX(-50%); bottom: 100px; }
.entrada .infent button:hover { background-color: #9F542E; color: #fff; }
.entrada .infent .bgdc { width: 120%; height: 100%; background-color: rgba(0,0,0,0.025); position: absolute; z-index: 1; right: 0; bottom: 0; top: 0; }