﻿/*
    [Common]
    [Forms]
    [Header]
    [Footer]
    [mini-banner]
    [Modal]

    [Responsivo 992]
    [Header - 992]
    [Footer - 992]
    [Responsivo - 768]
    [Header - 768]
    [Footer - 768] 

*/
/********************************
    [Common]
*********************************/
* {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  font-family: "GT America Rg", "Work Sans", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: all 0.3s;
}

@font-face {
  font-family: "GT America Rg";
  src: url("../fonts/GTAmerica-Rg.woff2") format("woff2"), url("../fonts/GTAmerica-Rg.woff") format("woff"), url("../fonts/GTAmerica-Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America Bl";
  src: url("../fonts/GTAmerica-Bl.woff2") format("woff2"), url("../fonts/GTAmerica-Bl.woff") format("woff"), url("../fonts/GTAmerica-Bl.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America Rg";
  src: url("../fonts/GTAmerica-Bd.woff2") format("woff2"), url("../fonts/GTAmerica-Bd.woff") format("woff"), url("../fonts/GTAmerica-Bd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  min-height: 100vh;
  padding-bottom: 100px;
}

p {
  margin-bottom: 0;
}

p.text-danger {
  margin-bottom: 15px;
}

/*******************************
[Forms]
*******************************/
a, button {
  background: #FF8931;
  border: none;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: "GT America Bl", "Work Sans", sans-serif;
  height: auto;
  display: inline-block;
}
a:hover, a:active, button:hover, button:active {
  background: #CF5E0B;
}

input:not([type=checkbox], [type=radio], [type=submit]),
select {
  height: 35px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
}
input:not([type=checkbox], [type=radio], [type=submit]):disabled,
select:disabled {
  background: #f0f0f0;
  color: #999;
}
input:not([type=checkbox], [type=radio], [type=submit]):disabled::placeholder,
select:disabled::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}
input:not([type=checkbox], [type=radio], [type=submit]):disabled::-ms-input-placeholder,
select:disabled::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ccc;
}

input:not([type=checkbox], [type=radio], [type=submit]) {
  padding: 0 10px;
}

select {
  padding: 0 40px 0 10px;
  appearance: none;
  background: #fff url(../images/arrow.png) no-repeat;
  background-size: 12px 10px;
  background-position: right 15px top 12px;
}

label {
  text-align: left;
  display: block;
  margin-bottom: 5px;
  padding-left: 5px;
}

.wrap-check {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.wrap-check input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0;
}
.wrap-check p {
  max-width: calc(100% - 30px);
  margin-top: 2px;
}
.wrap-check p a {
  background: none;
  border-radius: 0;
  font-family: "GT America Rg", "Work Sans", sans-serif;
  text-transform: none;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  color: #FF8931;
  cursor: pointer;
}
.wrap-check p a:hover, .wrap-check p a:active {
  text-decoration: underline;
}
.wrap-check p a:not([href]):not([class]), .wrap-check p a:not([href]):not([class]):hover {
  color: #FF8931;
}
.wrap-check p a:not([href]):not([class]):hover {
  text-decoration: underline;
}

textarea {
  border-radius: 10px;
  border: 1px solid #ccc;
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  padding: 15px;
}

/********************************
    [Header]
*********************************/
.header-simple header {
  background: #243834;
  box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.3);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 10;
  background: none;
}
header .container {
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
header .logo {
  background: none;
  padding: 0;
}
header .logo img {
  height: 50px;
  width: auto;
}
header .menu-mobile,
header .close-menu-mobile {
  display: none;
}
header nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header nav a, header nav button {
  color: #fff;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0 20px;
  border-left: 1px solid #fff;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  border-radius: 0;
  font-family: "GT America Rg", "Work Sans", sans-serif;
  text-transform: none;
}
header nav a:hover, header nav a:active, header nav button:hover, header nav button:active {
  color: #FF8931;
  background: none;
}
header nav .bt-home {
  border-left: 0;
}
header nav ul {
  margin: 0;
  padding: 0;
  cursor: pointer;
  max-width: 150px;
  margin-left: 20px;
}
header nav ul .user {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #FF8931;
  padding: 20px 0;
}
header nav ul .user p {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 18px;
}
header nav ul .user img {
  width: 20px;
  height: auto;
  margin-left: 10px;
}
header nav ul li {
  list-style: none;
}
header nav ul li ul {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 210px;
  right: 0;
  top: auto;
  margin: 0;
  max-width: none;
}
header nav ul li ul li {
  padding: 0;
}
header nav ul li ul li a {
  border-left: 0;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
  width: 100%;
}
header nav ul li ul li a:hover, header nav ul li ul li a:active {
  background: #FF8931;
  color: #fff;
}
header nav ul li ul li:last-child a {
  border-bottom: 0;
}
header nav ul li:hover ul {
  display: block;
}

header.scroll {
  background: #243834;
  box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.3);
}

/********************************
    [Footer]
*********************************/
footer {
  background: #243834;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer p {
  color: #fff;
  margin-bottom: 20px;
}
footer .menu a {
  background: none;
  border-radius: 0;
  padding: 0 20px;
  border-left: 1px solid #fff;
  text-transform: none;
  font-family: "GT America Rg", "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  color: #FF8931;
}
footer .menu a:first-child {
  border-left: none;
}
footer .menu a:hover, footer .menu a:active {
  color: #fff;
}

/*********************************
    [mini-banner]
**********************************/
.mini-banner {
  height: 150px;
  width: 100%;
  margin-top: 80px;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-position: top 20% center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mini-banner h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "GT America Bl", "Work Sans", sans-serif;
  font-size: 40px;
  line-height: 40px;
}
.mini-banner h1 span {
  display: block;
  font-size: 30px;
  line-height: 30px;
}

.page-title {
  padding: 30px 0;
  text-align: center;
}
.page-title .title {
  color: #FF8931;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  font-family: "GT America Bl", "Work Sans", sans-serif;
  text-align: center;
}
.page-title .destaque {
  max-width: 400px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 20px;
}
.page-title .destaque a, .page-title .destaque button {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  background: none;
  border-radius: 0;
  color: #FF8931;
  height: auto;
}
.page-title .destaque a:hover, .page-title .destaque a:active, .page-title .destaque button:hover, .page-title .destaque button:active {
  text-decoration: underline;
  color: #FF8931;
}

/********************************
    [Modal]
*********************************/
.modal .modal-content {
  border-radius: 20px;
}
.modal .modal-body {
  padding: 30px;
  text-align: center;
}
.modal .bt-close {
  width: 40px;
  height: 40px;
  background: #FF8931;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.modal p.title {
  color: #FF8931;
  text-transform: uppercase;
  font-family: "GT America Bl", "Work Sans", sans-serif;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 30px;
}
.modal ul li {
  text-align: left;
  margin-bottom: 10px;
}
.modal p {
  text-align: center;
  line-height: 1.2em;
}
.modal p a {
  padding: 0;
  background: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #FF8931;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  word-break: break-all;
}
.modal p a:hover, .modal p a:active {
  text-decoration: underline;
}
.modal .subtitulo {
  margin: 10px 20px;
  font-weight: bold;
  font-size: 1.2em;
}
.modal button {
  margin-top: 30px;
  background: #FF8931;
  border: none;
  padding: 10px 30px;
}

.modal .regulamento p {
  margin-bottom: 20px;
  text-align: left;
  line-height: 20px;
}
.modal .regulamento p span {
  font-weight: bold;
}
.modal .regulamento p.title {
  line-height: 26px;
  text-align: center;
}
.modal .regulamento .subtitulo {
  margin: 30px 0 20px 0;
}

.login-content label, .login-content input {
  width: 100%;
}
.login-content input {
  margin-bottom: 10px;
}
.login-content .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-content .actions .bt-senha {
  padding: 0;
  background: none;
  text-transform: none;
  color: #FF8931;
  font-family: "GT America Rg", "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin-top: 0;
  text-decoration: underline;
}
.login-content .actions .bt-senha:hover, .login-content .actions .bt-senha:active {
  color: #243834;
}
.login-content .actions .bt-login {
  margin-top: 0;
  font-size: 16px;
  line-height: 16px;
}
.login-content .p1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 5px;
}
.login-content .bt-primeiro-acesso {
  margin-top: 20px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px;
}

#modalSenha .modal-body {
  text-align: center;
}
#modalSenha p {
  margin: 0 0 20px 0;
}
#modalSenha p span {
  font-weight: bold;
}
#modalSenha .login-content .actions {
  justify-content: center;
}
#modalSenha .login-content .actions button {
  font-size: 16px;
  line-height: 16px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
}
#modalSenha .login-content .actions button.bt-cancelar {
  background: #ccc;
}
#modalSenha .login-content .actions button.bt-cancelar:hover, #modalSenha .login-content .actions button.bt-cancelar:active {
  background: #999;
}
#modalSenha .fase2 {
  border-top: 1px solid #FF8931;
  margin-top: 20px;
  padding-top: 20px;
}
#modalSenha .fase2 .destaque {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}

.pass-rules {
  margin: 0 0 15px 0;
}
.pass-rules .item {
  padding-left: 20px;
  background: url("../images/icon_fechar_vermelho.png") no-repeat center left;
  background-size: 10px auto;
  color: #999;
  text-align: left;
}
.pass-rules .item span {
  font-size: 12px;
  line-height: 18px;
}
.pass-rules .item.ok {
  background: url("../images/check.png") no-repeat center left;
  background-size: 12px auto;
  color: #444;
}

/***********************************
    [Responsivo 1200]
**********************************/
@media screen and (max-width: 1200px) {
  header nav a, header nav button {
    font-size: 15px;
    line-height: 16px;
    padding: 0 15px;
  }
  header nav ul {
    margin-left: 10px;
  }
  header nav ul .user {
    padding: 10px 0;
  }
  header nav ul .user img {
    width: 16px;
  }
  header nav ul .user p {
    font-size: 15px;
    line-height: 15px;
  }
  header nav ul li ul {
    width: 180px;
  }
  header nav ul li ul li a {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 15px;
  }
}
/***********************************
    [Responsivo 992]
**********************************/
@media screen and (max-width: 992px) {
  body {
    padding-bottom: 50px;
  }
  .wrapper {
    min-height: calc(100vh - 50px);
  }
  /********* [Header - 992] **********************/
  header {
    height: 50px;
  }
  header .container {
    height: 50px;
  }
  header .logo img {
    height: 35px;
  }
  header nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    right: -100vw;
    top: 0;
    z-index: 20;
    background: #243834;
    padding-top: 60px;
    flex-direction: column;
    justify-content: flex-start;
  }
  header nav a, header nav button {
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    border-left: 0;
    text-align: left;
  }
  header nav a:hover, header nav a:active, header nav button:hover, header nav button:active {
    background: #FF8931;
    color: #fff;
  }
  header nav .bt-home {
    border-top: 1px solid #fff;
  }
  header nav.open {
    right: 0;
  }
  header nav ul {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
  header nav ul .user {
    position: absolute;
    top: -224px;
    left: 20px;
    padding: 0;
  }
  header nav ul .user img {
    display: none;
  }
  header nav ul li ul {
    padding: 0;
    margin-left: 0;
    width: 100%;
    display: block;
    position: relative;
  }
  header nav ul li ul li a {
    background: #FF8931;
  }
  header nav ul li ul li a:last-child {
    border-bottom: 1px solid #fff;
  }
  header nav ul li ul li a:hover, header nav ul li ul li a:active {
    background: #000;
  }
  header .menu-mobile,
  header .close-menu-mobile {
    display: block;
  }
  header .close-menu-mobile {
    z-index: 21;
    background: none;
    padding: 0;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
  }
  header .close-menu-mobile img {
    width: 15px;
    height: auto;
  }
  header .close-menu-mobile:active {
    border: 2px solid #fff;
  }
  header .menu-mobile {
    background: none;
    padding: 0;
    width: 40px;
    height: 40px;
  }
  header .menu-mobile img {
    width: 20px;
    height: auto;
  }
  /********* [Footer - 992] *********/
  footer {
    height: 80px;
  }
  footer p {
    margin-bottom: 10px;
    font-size: 13px;
  }
  footer .menu a {
    font-size: 13px;
  }
  /******** [Mini Banner 992] *****/
  .mini-banner {
    height: 100px;
    margin-top: 50px;
  }
  .mini-banner h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .mini-banner h1 span {
    font-size: 22px;
    line-height: 22px;
  }
  /********* [Page Title 992] ******/
  .page-title {
    padding: 20px 0;
  }
  .page-title .title {
    font-size: 24px;
    line-height: 24px;
  }
  .page-title .destaque {
    max-width: 360px;
    font-size: 15px;
    line-height: 16px;
  }
}
/***********************************
    [Responsivo - 768]
**********************************/
@media screen and (max-width: 768px) {
  * {
    font-size: 14px;
    line-height: 15px;
  }
  a, button {
    font-size: 13px;
    padding: 0 20px;
    height: 35px;
    border-radius: 8px;
  }
  /******** [Header - 768] ************/
  header nav a, header nav p, header nav button {
    font-size: 14px;
    line-height: 14px;
  }
  header nav ul .user {
    top: -214px;
  }
  /******** [Footer - 768] ************/
  footer p {
    font-size: 12px;
  }
  footer .menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .menu a, footer .menu button {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    padding: 0 10px;
    height: auto;
  }
  /****** [Mini banner 768] ****/
  .mini-banner {
    height: 80px;
  }
  .mini-banner h1 {
    font-size: 25px;
    line-height: 25px;
  }
  .mini-banner h1 span {
    font-size: 18px;
    line-height: 18px;
  }
  .wrap-check {
    margin-bottom: 10px;
  }
  .wrap-check p a:not([href]):not([class]),
  .wrap-check p a:not([href]):not([class]):hover {
    height: auto;
  }
  .page-title .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .page-title .destaque {
    max-width: 310px;
    font-size: 14px;
    line-height: 16px;
  }
  .modal-dialog {
    margin: 20px auto;
  }
  .modal p.title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .modal .modal-body {
    padding: 20px;
  }
  .modal .bt-close {
    width: 35px;
    height: 35px;
  }
  .modal .bt-close img {
    width: 15px;
    height: auto;
  }
  .modal .regulamento p {
    line-height: 18px;
  }
  .login-content .actions {
    flex-direction: column;
  }
  .login-content .actions .bt-senha {
    font-size: 13px;
    line-height: 13px;
  }
  .login-content .actions .bt-login {
    font-size: 14px;
    line-height: 14px;
  }
  .login-content .bt-primeiro-acesso {
    font-size: 13px;
    line-height: 13px;
  }
  .login-content .p1 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
  }
  #modalSenha .login-content .actions button {
    font-size: 14px;
    line-height: 14px;
    height: auto;
    padding: 10px 20px;
    min-width: 150px;
  }
  #modalSenha .login-content .actions button.bt-cancelar {
    position: absolute;
    top: 45px;
    left: calc(50% - 80px);
  }
  #modalSenha .login-content .actions button.bt-confirmar {
    margin-bottom: 55px;
  }
  #modalSenha .fase2 .destaque {
    font-size: 16px;
    line-height: 16px;
  }
  .modal .modal-dialog {
    width: calc(100% - 40px);
    max-width: 400px;
  }
}
/***********************************
    [Responsivo - 575]
**********************************/
@media screen and (max-width: 575px) {
  main {
    padding-bottom: 90px;
  }
  footer {
    height: 160px;
  }
  footer p {
    max-width: 330px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  footer .menu {
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 400px;
  }
  footer .menu a {
    width: 50%;
    padding: 5px 0;
    border: 0;
    text-align: left;
  }
  footer .menu:after {
    width: 1px;
    height: 100%;
    content: "";
    background: #fff;
    position: absolute;
    left: calc(50% - 20px);
  }
}
