/*
Theme Name: TV WEBGT
Theme URI: https://tv.webgt.com.br/
Description: Tema exclusivo TV WEBGT
Author: WebGT
Author URI: https://www.webgt.com.br/
*/

/* -> GERAL */
html, body {
	height:100%;
}
body {
	background-color: black;
}

.wrap {
     position:relative;
     padding: 10%;
	 width:100%;
	 margin:auto;
}

#ini-main {
    position: relative;
    width: 100%;
    height: 100%;
}
#ini-main-center {
    position: absolute; top: 50%; left: 0;
    width: 100%;
    transform: translateY(-50%);
    font-size: 40px;
    font-weight: 700;
    color: rgba(77,77,77,1.00);
    text-align: center;
}