@font-face { font-family: SegoeBlack; src: url("SegoePro-Black.ttf"); } @font-face { font-family: SegoeBold; src: url("SegoePro-Bold.ttf"); } @font-face { font-family: SegoeLight; src: url("SegoePro-Light.ttf"); } @font-face { font-family: SegoeRegular; src: url("SegoePro-Regular.ttf"); } body{ width: 907px; height:2442px; margin: 0 auto; } .topo{ background:#107c10; height:50px; text-align:center; padding:8px; } .footer{ background:#107c10; width:100%; height:50px; text-align:right; padding:9px 20px 0px 0px; } .bgtitle{ background: url("img/bg-title.jpg") fixed; height:109px; text-align:center; font-family: berthold; font-weight: bold; font-size:30px; color:white; display: flex; justify-content: center; flex-direction: column; } h3{ font-family: SegoeLight; font-size:33px; color:#393939; } p{ color:#393939; font-family: SegoeLight; font-size:14px; } h4{ font-size:30px; color:#fff; } hr{ width:25%; margin-bottom:20px; } .gold{ height:109px; text-align:left; color:white; display: flex; justify-content: center; flex-direction: column; } .txtgold{ position:absolute; color:white; margin-top: 54px; margin-left: 58px; bottom: 37px; width: 450px; font-size:14px; font-family: SegoeLight; } .titleConsole{ position:relative; color:white; bottom: 508px; text-align:center; font-family: SegoeRegular; font-size:40px; } .subTitleConsole{ position:relative; color:white; text-align:center; font-family: SegoeLight; font-size:17px; } .cinza{ background: #f1f1f1; } .branco{ margin:20px; } .preto{ padding:20px; background: #000; } .txtCenter{ padding:50px; } @media only screen and (max-device-width: 600px) { body{ width:100%; } .txtgold{ width:450px; margin-left: 42px; bottom: 31px; } .titleConsole{ bottom: 548px; } }