* {
  font-family: 'Colfax', Arial, Helvetica, sans-serif;
  outline: none !important;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
ul {
  list-style-type: none;
}
.modal-header .close {
  margin-top: -20px;
}
div.modal-content.border-image .modal-header .close {
  margin-top: -2px;
}
.ovarlay {
  background-color: #b8c8d5;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}
.imgLoading {
  width: 220px;
  position: fixed;
  top: 33%;
  z-index: 1001;
  left: 42%;
  height: 200px;
}
.showWidget {
  display: none;
}
.hideMobile {
  display: inherit;
}
.showMobile {
  display: none !important;
}
div.sidebar-wrapper div.imgPlayer img.player,
div.sidebar-wrapper div.imgPlayer img.boat {
  cursor: pointer;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.modalRegister {
  background: url('../img/bgRegister.png') no-repeat scroll 0 0 transparent;
  padding: 40px 70px;
}
.modal-content.register {
  position: relative;
  background-color: transparent;
  -webkit-background-clip: none;
  background-clip: none;
  border: none;
  border: none;
  border-radius: none;
  outline: 0;
  box-shadow: none;
}
.bg {
  width: 100%;
  height: 100vh;
}
.barcoLogin {
  position: absolute;
  bottom: 40vh;
  left: 16%;
  -webkit-animation: barcoAnimation 100s linear infinite;
  animation: barcoAnimation 100s linear infinite;
  z-index: 5;
}
.barcoLogged {
  -webkit-animation: barcoAnimationLoop 100s linear infinite;
  animation: barcoAnimationLoop 100s linear infinite;
  z-index: 0;
}
.aviao {
  -webkit-animation: aviaoAnimationLoop 50s linear infinite;
  animation: aviaoAnimationLoop 50s linear infinite;
  z-index: 0;
}
.aviao img {
  transform: scaleX(-1);
  width: 100px;
  top: 130px;
  position: relative;
}
.barcoLogin img {
  display: block;
  position: relative;
  -webkit-animation: barcoAnimationFloat 10s infinite;
  animation: barcoAnimationFloat 10s infinite;
}
.submarine {
  -webkit-animation: submarineAnimationLoop 80s linear infinite;
  animation: submarineAnimationLoop 80s linear infinite;
  z-index: 0;
}
.submarineFloat {
  display: block;
  -webkit-animation: subMarineAnimationFloat 10s infinite;
  animation: subMarineAnimationFloat 10s infinite;
}
.submarine {
  position: absolute;
  top: 55vh;
  z-index: 0;
}
.submarine img {
  opacity: 0.4;
  width: 290px;
  transform: scaleX(-1);
}
@-webkit-keyframes barcoAnimation {
  100% {
    transform: translateX(100vw);
  }
}
@keyframes barcoAnimation {
  100% {
    transform: translateX(100vw);
  }
}
@-webkit-keyframes barcoAnimationLoop {
  0% {
    transform: translateX(-150px);
  }
  100% {
    transform: translateX(calc(100vw));
  }
}
@keyframes barcoAnimationLoop {
  0% {
    transform: translateX(-150px);
  }
  100% {
    transform: translateX(calc(100vw));
  }
}
@-webkit-keyframes barcoAnimationFloat {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes barcoAnimationFloat {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes aviaoAnimationLoop {
  100% {
    transform: translateX(-350px);
  }
  0% {
    transform: translateX(calc(100vw));
  }
}
@keyframes aviaoAnimationLoop {
  100% {
    transform: translateX(-350px);
  }
  0% {
    transform: translateX(calc(100vw));
  }
}
@-webkit-keyframes submarineAnimationLoop {
  100% {
    transform: translateX(-350px);
  }
  0% {
    transform: translateX(calc(100vw));
  }
}
@keyframes submarineAnimationLoop {
  100% {
    transform: translateX(-350px);
  }
  0% {
    transform: translateX(calc(100vw));
  }
}
@-webkit-keyframes subMarineAnimationFloat {
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(100px);
  }
  25% {
    transform: translateY(200px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes subMarineAnimationFloat {
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(100px);
  }
  25% {
    transform: translateY(200px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.login {
  width: 324px;
  padding: 10px 50px;
  float: right;
  position: absolute;
  right: 15%;
  top: 12%;
  min-height: 480px;
  padding-top: 145px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  background-size: 100% 100%;
  z-index: 10;
  max-height: 500px;
}
.login .changeLanguage a {
  color: #000;
}
.changeLanguage {
  text-align: center;
  font-size: 0.8em;
  margin-top: 10px;
}
.changeLanguage a {
  color: #fff;
  cursor: pointer;
}
.login img {
  width: 150px;
  position: absolute;
  top: -70px;
  left: 60px;
}
.login h2 {
  color: #003366;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-top: 90px;
}
p.or {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
p.or span {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  top: 10px;
  border-radius: 100%;
}
.btn365 {
  width: 100%;
  background: url('../img/bgBtn365.png') no-repeat scroll 0 0 transparent;
  background-size: 100% 48px;
  height: 48px;
  color: #fff;
  padding-left: 48px;
}
.btn365:hover {
  color: #fff;
}
.btn365:active {
  background: url('../img/bgBtn365.png') no-repeat scroll 0 0 transparent;
  background-size: cover;
}
.imgPlayer {
  position: relative;
}
.sidebar-wrapper {
  background-color: #003366;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 230px;
  color: #fff;
  z-index: 100;
  transform: translate3d(0, 0, 0);
}
.sidebar-wrapper.hide {
  transform: translate3d(-500px, 0, 0);
}
.content-wrapper * {
  font-family: 'Colfax', Arial, Helvetica, sans-serif;
}
.content-wrapper {
  position: relative;
  background: url('../img/group.jpg') no-repeat fixed bottom transparent;
  height: 100vh;
  background-size: cover;
  overflow: hidden;
  box-sizing: border-box;
}
.content-wrapper > section {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 50px;
}
body.dashboard .showWidget {
  z-index: 3;
}
body.dashboard .showWidget:not(.menuVisible) .imgPlayer .boat {
  visibility: hidden;
}
body.dashboard .showWidget:not(.menuVisible) .sidebar-wrapper {
  transform: translate3d(-500px, 0, 0);
}
body.dashboard .showWidget.menuVisible .sidebar-wrapper {
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
}
body.dashboard .showWidget.menuVisible::before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: ' ';
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 2;
}
body:not(.dashboard) .content-wrapper {
  margin-left: 230px;
}
body:not(.dashboard) .sidebar-wrapper ul.menu {
  display: block;
}
img.player {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 100%;
  margin-top: 15px;
  position: relative;
  z-index: 2;
  left: 53px;
  cursor: pointer;
  border: 6px solid #e9e9e9;
}
img.boat {
  position: absolute;
  z-index: 3;
  left: 105px;
  max-width: 90px;
  max-height: 80px;
  bottom: -2px;
}
.efx {
  background: #aec4e2;
  background: linear-gradient(
    to right,
    #a5bfd8 0%,
    rgba(119, 155, 181, 0.65) 39%,
    rgba(119, 155, 181, 0.38) 69%,
    rgba(125, 185, 232, 0.1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5bfd8', endColorstr='#1a7db9e8', GradientType=1);
  display: block;
  height: 36px;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 38px;
}
.namePlayer {
  margin-top: 8px;
  min-height: 40px;
}
.namePlayer p {
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
  font-size: 13px;
  cursor: pointer;
}
.levelPlayer {
  padding-left: 30px;
  color: #009999;
  font-weight: bold;
  font-size: 12px;
  margin-top: 10px;
  padding-right: 30px;
  margin-bottom: 12px;
  min-height: 52px;
}
.levelPlayer span {
  display: block;
}
.levelProgress {
  background: url('../img/bgLevel.png') no-repeat scroll 0 0 transparent;
  height: 20px;
  background-size: cover;
  width: 175px;
}
.percent {
  min-width: 13px;
  background-color: #009999;
  height: 11px;
  position: relative;
  top: 4px;
  border-radius: 20px;
}
.point {
  padding-left: 27px;
  clear: both;
  height: 50px;
  margin-bottom: 5px;
  position: relative;
}
.contImg {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-color: #c5d3e4;
  float: left;
  position: relative;
  z-index: 2;
}
.contImg img {
  max-width: 40px;
  margin: 5px;
}
.point p {
  background: #aec4e2;
  background: linear-gradient(
    to right,
    #a5bfd8 0%,
    rgba(119, 155, 181, 0.65) 39%,
    rgba(119, 155, 181, 0.38) 69%,
    rgba(125, 185, 232, 0.1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5bfd8', endColorstr='#1a7db9e8', GradientType=1);
  position: absolute;
  top: 11px;
  float: left;
  font-size: 12px;
  padding-left: 21px;
  left: 72px;
  width: 158px;
  height: 30px;
  line-height: 2.4;
  z-index: 1;
}
.sidebar-wrapper ul {
  margin-top: 20px;
  padding-left: 0;
}
.sidebar-wrapper ul li {
  list-style-type: none;
  height: 30px;
  font-size: 12px;
  position: relative;
}
.sidebar-wrapper ul li.locked {
  pointer-events: none;
  opacity: 0.5;
}
.sidebar-wrapper ul li.locked p {
  opacity: 0.5;
}
.sidebar-wrapper ul li img {
  width: 22px;
  float: left;
  margin-right: 10px;
  margin-left: 29px;
  margin-top: 4px;
}
.sidebar-wrapper ul li p {
  line-height: 2.4;
  font-size: 13px;
}
.sidebar-wrapper ul li a {
  color: #fff;
  text-decoration: none;
}
.logoMenu {
  display: block;
  margin: 0 auto;
}
.showMenu {
  display: none;
}
.menu li.active {
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(99deg, #d6e6ff, rgba(214, 230, 255, 0.29));
  border-image-slice: 1;
  background-image: linear-gradient(105deg, #099, rgba(0, 153, 153, 0)),
    linear-gradient(99deg, #d6e6ff, rgba(214, 230, 255, 0.29));
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.actions h3,
.tavern h3 {
  position: absolute;
  font-size: 17px;
  left: 37.8%;
  top: -7px;
  font-style: italic;
  color: #fff;
}
.actions h3,
.tavern h3 {
  left: 42.8%;
}
.scoreboard,
.actions,
.tavern {
  background: url(../img/scoreboarBg.png) no-repeat scroll 0 0 transparent;
  height: 623px;
  background-size: 100.4% 100%;
  display: block;
  padding: 0 8px;
}
.actions {
  background: url(../img/actionsBg.png) no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
}
.actions .total {
  font-size: 11px;
}
.actions .description {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
.actions .itemChallenge {
  margin: 0;
  height: 251px;
  width: 100%;
}
.actions .itemChallenge h2 {
  margin-top: 20px;
  font-size: 13px;
}
.actions .requirements {
  height: 130px;
  margin-top: 30px;
}
.actions .requirements img {
  width: 35px;
  height: 35px;
  margin-top: 6px;
  margin-bottom: 0;
}
.actions .progressBar {
  bottom: -25px;
  left: 12%;
  width: 77%;
}
.tavern {
  background: url(../img/tavernBg.png) no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
}
.scoreboard .topo,
.actions .topo,
.tavern .topo {
  position: relative;
  top: 43px;
  text-align: center;
  height: 70px;
  padding-top: 20px;
}
.c2 {
  background: #003b70;
  background: linear-gradient(to bottom, #003b70 0%, #2989d8 80%, #207cca 100%, #005894 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b70', endColorstr='#005894', GradientType=0);
}
.c2 p {
  color: #fff;
  font-size: 12px;
  margin-top: 12px;
}
.c2 ul {
  padding: 0;
  list-style-type: none;
}
.c2 ul li {
  display: inline-block;
  padding-top: 13px;
  margin-right: 6px;
}
.c2 ul li img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.scoreboard .topo {
  background-color: #005175;
}
.actions .topo,
.tavern .topo {
  background-color: #fff;
}
.topo button {
  border-radius: 20px;
  padding: 5px 30px;
}
.scoreboard .topo button {
  background-color: #004d73;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.scoreboard .topo button.active {
  background-color: #009999;
  color: #fff;
  border: none;
}
.actions .topo button,
.tavern .topo button {
  background-color: #fff;
  border: 1px solid #003366;
  color: #003366;
  font-size: 12px;
  font-weight: bold;
}
.actions .topo button.active,
.tavern .topo button.active {
  background-color: #003366;
  color: #fff;
}
.scoreboard .topo button:focus,
.actions .topo button:focus,
.tavern .topo button:focus {
  outline: none;
}
.scoreboard ul {
  padding: 0;
  list-style-type: none;
  position: relative;
  top: 42px;
}
.scoreboard ul li {
  height: 83px;
  clear: both;
  padding-top: 13px;
  color: #fff;
}
.scoreboard ul li:last-child {
  border-radius: 0 0 20px 20px;
}
.scoreboard ul li:nth-child(odd) {
  background-color: #3e8099;
}
.scoreboard ul li:nth-child(even) {
  background-color: #005e7c;
}
.scoreboard ul .imgUserScoreboard {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  float: left;
  position: relative;
  left: 20px;
  z-index: 1;
}
.scoreboard ul .leme {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  z-index: 2;
}
.position {
  position: absolute;
  left: 30px;
  background-color: #fff;
  display: block;
  padding: 0 5px;
  z-index: 2;
  color: #000;
  border-radius: 10px;
  font-weight: bold;
}
.loadMoreitens img {
  position: absolute;
  bottom: -20px;
  left: 45%;
  width: 55px;
  z-index: 1;
}
.actions .line1,
.actions .line2,
.actions .line3 {
  height: 8px;
  background: url(../img/border.png) repeat-x;
  width: 100%;
  position: relative;
  top: 43px;
  background-size: 103% 20px;
  background-position: -4px -5px;
  margin: 0;
  border: none;
}
.actions .line2 {
  background-size: 103% 20px;
  background-position: -4px -5px;
  margin: 0;
}
.actions .line3 {
  background-size: 103% 20px;
  background-position: -4px -5px;
  margin: 0;
}
.c1 {
  height: 250px;
  position: relative;
  top: 43px;
  background-color: #003366;
}
.c2 {
  height: 60px;
  position: relative;
  top: 43px;
}
.c3 {
  height: 160px;
  position: relative;
  top: 42px;
}
.newsfeed {
  overflow: hidden;
  height: 77.7%;
  border-radius: 0 0 20px 20px;
  width: 100%;
  position: relative;
  top: 55px;
}
.newsfeed ul {
  padding: 0;
  list-style-type: none;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.newsfeed .newsFeedList li img {
  margin: 0px 15px 0 20px;
}
.newsfeed .newsFeedList li p {
  color: #4a4a4a;
  position: relative;
  top: 0;
  max-width: 90%;
}
.newsfeed .newsFeedList li span {
  top: 0;
}
.newsfeed .newsFeedList li {
  min-height: 85px;
  height: auto;
}
.newsfeed .newsFeedList li.infoDay {
  background-color: #ff6525;
  line-height: 0;
  height: 35px;
  padding: 17px;
  font-size: 13px;
  min-height: auto;
}
.newsfeed ul li {
  background-color: #fff;
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 12px;
  padding: 10px 0;
  box-shadow: 0px 3px 10px 0px #000;
}
.newsfeed ul li img {
  border-radius: 100px;
  border: 3px solid #cbdcf7;
  width: 50px;
  height: 50px;
}
.newsfeed .ovarlay {
  position: absolute;
  opacity: 0.7;
}
.newsfeed .imgLoading {
  position: absolute;
  left: 36%;
  width: 100px;
  height: 100px;
}
.newsfeed .nano > .nano-pane > .nano-slider {
  background: #ff6525;
  background: #ff6525;
}
.modalAvatar {
  width: 633px;
}
#svgAvatars {
  left: -15px;
  position: relative;
}
.profile {
  background: url('../img/myInfoBg.png') no-repeat scroll 0 0 transparent;
  height: 85vh;
  background-size: 100% 100%;
  margin: 50px auto;
  display: block;
  width: 90%;
  padding: 0 8px;
  padding-top: 33px;
  max-width: 298px;
  max-height: 622px;
}
.boats {
  background: url('../img/myBoatsBg.png') no-repeat scroll 0 0 transparent;
  height: 85vh;
  background-size: 100% 100%;
  margin: 50px auto;
  display: block;
  width: 90%;
  padding: 0 8px;
  max-width: 945px;
  max-height: 622px;
}
.imageAvatar img:first-child {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 100%;
  margin-top: 15px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  border: 6px solid #e9e9e9;
  margin-bottom: 10px;
}
.imageAvatar {
  position: relative;
}
.imageAvatar .boatEdit {
  position: absolute;
  z-index: 3;
  left: 144px;
  max-width: 100px;
  max-height: 80px;
  bottom: 28px;
}
.imageAvatar p {
  color: #ebebeb;
  font-weight: bold;
}
.formUpdate input {
  margin-bottom: 6px;
}
.btnUpdate {
  background-color: #009999;
  padding: 11px 50px;
  color: #fff;
  font-weight: bold;
  border: none;
  margin: 4px auto;
  display: block;
  border-radius: 40px;
}
.boats-buttons {
  display: flex;
  flex-basis: 33%;
}
.btnMyBoats,
.btnAvailableBoats,
.btnBoatEditor {
  height: 32px;
  position: relative;
  top: 7px;
  border: none;
  border-radius: 100px 0 0 0;
  left: 3px;
  background-color: #003366;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  flex: 1;
}
.btnBoatEditor {
  border-radius: 0px;
}
.btnAvailableBoats {
  border-radius: 0 100px 0 0;
  left: -3px;
}
.boats button.active {
  background-color: #ff6525;
}
.myBoats,
.boatEditor,
.availableBoats {
  height: 544px;
  border-radius: 0 0 20px 20px;
  position: relative;
  top: 23px;
  overflow: hidden;
  width: 98%;
}
.myBoats ul,
.availableBoats ul {
  padding: 0;
  list-style-type: none;
  padding-top: 20px;
}
.boats img.disabled {
  filter: grayscale(100%);
}
.bgBoats {
  background: url(../img/bgBarcos.png) no-repeat scroll 0 0 transparent;
  height: 170px;
  background-size: 100% 100%;
  display: block;
  width: 180px;
  padding: 0 8px;
  border-radius: 100%;
  margin: 0 50px;
  position: relative;
  z-index: 2;
}
.boatCenter {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 118px;
  max-height: 118px;
}
.imageBoatDetail {
  position: relative;
  width: 200px;
  margin: 0 auto;
  height: 220px;
}
.infoBoats {
  min-height: 238px;
  background-color: #fff;
  width: 170px;
  display: block;
  box-shadow: 0px 10px 15px 5px #ccc;
  margin: 0 56px;
  position: relative;
  top: -72px;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 20px;
}
.infoBoats b {
  font-size: 11px;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 6px;
  display: block;
}
.infoBoats span {
  display: block;
}
.totalCoast {
  width: 97%;
  background-color: #e6eef9;
  height: 30px;
  border-radius: 30px;
  position: relative;
  top: 10px;
  color: #6283a7;
  font-weight: bold;
  line-height: 2.2;
}
.iconLocked {
  position: absolute;
  z-index: 3;
  right: 0;
  width: 50px;
}
.availableBoats .bgBoats,
.availableBoats .infoBoats {
  cursor: pointer;
}
.availableBoats ul li {
  min-height: 456px;
}
#svga-gender p {
  display: none;
}
#modalBuyBoat .btnColse {
  background: none;
  position: absolute;
  top: 70px;
  right: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
}
#modalBuyBoat .modal-content {
  background: none;
  box-shadow: none;
  border: none;
  width: 450px;
  height: 450px;
}
.modal-body.modalBuyBoat {
  background: url('../img/bgModalBuyBoat.png') no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
  display: block;
  width: 100%;
  padding: 0 8px;
  height: 450px;
}
.imageDetailBoat {
  margin: 25px auto;
  display: block;
  margin-bottom: 50px;
}
.detailRequires {
  padding-left: 55px;
}
.row.infoItems {
  float: left;
  min-width: 130px;
}
.detailRequires .totalCoast {
  position: relative;
  right: -20px;
}
.modalBuyBoat p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  max-width: 50%;
  margin: 12px auto;
}
.modalBuyBoat .iconLocked {
  position: initial;
  display: block;
  margin: 0 auto;
}
.modalBuyBoat .btnBuyNow {
  display: block;
  margin: 0 auto;
  background-color: #fff;
  color: #003366;
  border-radius: 40px;
  padding: 11px 50px;
  font-weight: bold;
}
.selectType {
  text-align: center;
  width: 500px;
  padding: 0;
  margin: 0 auto;
  background: url('../img/topoChallenges.png') no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
  margin-top: 70px;
  margin-bottom: 30px;
  height: 49px;
  max-width: 500px;
}
.selectType button {
  width: 235px;
  height: 32px;
  position: relative;
  top: 7px;
  border: none;
  border-radius: 0;
  background-color: #003366;
  color: #fff;
  font-weight: bold;
}
.selectType .active {
  background-color: #ff6525;
}
.listChallenges {
  padding: 0 140px;
  position: relative;
  min-height: 60px;
  padding: 22px;
  display: flex;
  flex-flow: column;
  padding: 20px;
  min-height: auto;
  height: 70vh;
}
.listChallenges > * {
  position: relative;
  z-index: 10;
}
.listChallenges:before {
  content: ' ';
  border: 30px solid transparent;
  padding: 0;
  -o-border-image: url('/regattas/img/border-image.png') 80 repeat;
  border-image: url('/regattas/img/border-image.png') 80 repeat;
  display: block;
  position: absolute;
  z-index: 20;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.listChallenges:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  background: #ebf7f8;
  border-radius: 20px;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
}
.itemChallenge .total {
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  width: 270px;
}
.itemChallenge {
  background: url('../img/bgChallenge.png') no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
  height: 300px;
  position: relative;
  cursor: pointer;
  margin-top: 30px;
}
.itemChallenge h2 {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0 10px;
}
.itemChallenge .completed {
  position: absolute;
  right: 30px;
  width: 50px;
  top: -24px;
}
.imgPointsChallenge {
  float: left;
  margin-left: 30px;
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
}
.itemChallenge .efx {
  float: left;
  width: 70%;
  left: -16px;
  padding-left: 30px;
  top: 8px;
  z-index: 1;
  color: #003366;
  font-weight: bold;
  line-height: 2.2;
  font-size: 15px;
  position: relative;
  height: 32px;
}
.line {
  height: 8px;
  background: url(../img/border.png) repeat-x;
  width: 100%;
  position: absolute;
  bottom: 57px;
  background-size: 103% 20px;
  background-position: -4px -5px;
  margin: 0;
  border: none;
}
.progressBar {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 28px);
  height: 25px;
  border: 1px solid #769ad1;
  border-radius: 5px;
  left: 14px;
  margin: 0;
}
.percentChallenge {
  height: 23px;
  background: url(../img/progressChallenge.png) repeat-x;
  position: absolute;
  bottom: 0px;
  margin-bottom: 0;
  border-radius: 5px;
  left: 0;
  max-width: 100%;
}
.bar {
  position: relative;
  color: #fff;
  height: 24px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #009697;
  float: right;
}
#modalDetailChallenge .btnColse {
  background: none;
  position: absolute;
  top: 70px;
  right: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
}
#modalClaim .modal-content,
#modalDetailChallenge .modal-content {
  background: none;
  box-shadow: none;
  border: none;
  width: 406px;
  height: 470px;
}
#modalClaim .btnColse,
#modalDetailChallenge .btnColse {
  background: none;
  position: absolute;
  top: 70px;
  right: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
}
#modalClaim p,
#modalDetailChallenge p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  max-width: 73%;
  margin: 12px auto;
}
#modalClaim .imageDetailBoat,
#modalDetailChallenge .imageDetailBoat {
  margin: 25px auto;
  display: block;
  margin-bottom: 36px;
  width: 160px;
  max-width: 160px;
  max-height: 160px;
  min-height: 160px;
}
.oneImg {
  margin-top: 45px;
}
.twoImg {
  margin-top: 30px;
}
.tavernList {
  position: relative;
  min-height: 60px;
  padding: 22px;
  display: flex;
  flex-flow: column;
  padding: 20px;
  min-height: auto;
  margin-top: 50px;
  height: 70vh;
}
.tavernList > * {
  position: relative;
  z-index: 10;
}
.tavernList:before {
  content: ' ';
  border: 30px solid transparent;
  padding: 0;
  -o-border-image: url('/regattas/img/border-image.png') 80 repeat;
  border-image: url('/regattas/img/border-image.png') 80 repeat;
  display: block;
  position: absolute;
  z-index: 20;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tavernList:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  background: #ebf7f8;
  border-radius: 20px;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
}
.tavernList h1 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 20px 0;
}
.newsFeedList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tavernList .ovarlay {
  position: absolute;
  width: 89.4%;
  z-index: 99;
  opacity: 0.7;
}
.tavernList .imgLoading {
  position: absolute;
  left: 34%;
}
.newsFeedList li {
  min-height: 100px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px #ccc;
}
.newsFeedList .contentNews {
  height: auto;
}
.newsFeedList .infoDay {
  min-height: auto;
  height: 40px;
  background-color: #009999;
  color: #fff;
  text-align: center;
  font-size: 17px;
  margin-bottom: 5px;
  line-height: 2.4;
}
.newsFeedList li img {
  width: 70px;
  height: 70px;
  float: left;
  margin: 15px 30px 0 50px;
  border-radius: 100%;
  border: 3px solid #e9e9e9;
}
.content-btn {
  max-width: 90%;
}
.btnLoadMoreNews {
  width: 166px;
  height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
  border: none;
  background-color: #fff;
  color: #003366;
  font-weight: bold;
  border-radius: 50px;
  margin: 70px auto;
}
.newsFeedList li p {
  color: #4a4a4a;
  position: relative;
  top: 20px;
}
.newsFeedList li span {
  color: #9b9b9b;
  position: relative;
  top: 10px;
}
.selectItemMenu {
  text-align: center;
  width: 820px;
  max-width: 860px;
  padding: 0;
  margin: 0 auto;
  background: url(../img/bgTopoShop.png) no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
  margin-top: 70px;
  margin-bottom: 30px;
  height: 49px;
}
.selectItemMenu button {
  width: 192px;
  height: 33px;
  position: relative;
  top: 7px;
  border: none;
  border-radius: 0;
  background-color: #003366;
  color: #fff;
  font-weight: bold;
}
.selectItemMenu button:nth-child(1) {
  left: -3px;
  width: 198px;
}
.selectItemMenu button:nth-child(2) {
  left: 0px;
  width: 200px;
}
.selectItemMenu button:nth-child(3) {
  left: 1px;
  width: 203px;
}
.selectItemMenu button:nth-child(4) {
  left: 2px;
  width: 182px;
}
.selectItemMenu .active {
  background-color: #ff6525;
  color: #fff;
}
.shopList {
  height: 75vh;
}
.listItemsShop {
  list-style-type: none;
}
.containerItems {
  background: url(../img/bgShopItem.png) no-repeat scroll 0 0 transparent;
  height: 400px;
  background-size: 100% 100%;
  margin-bottom: 30px;
  width: 325px;
  margin: 0 auto 20px;
}
.infoCostItem {
  height: 100px;
  padding-top: 14px;
}
.imageItem {
  height: 287px;
  padding: 6px 10px 0;
  background-color: #fff;
  width: 303px;
  border-radius: 4px;
  margin-left: 11px;
}
.imageItem img {
  width: 100%;
  height: 282px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.listItemsShop .disabled {
  filter: grayscale(100%);
}
.imageItem img.lockeItemPurchase {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 2px;
  bottom: 9px;
}
.infoCostItem .efx {
  position: relative;
  top: 8px;
  left: 17px;
  line-height: 2.4;
  color: #fff;
  border: 1px solid #cbdcf7;
  border-radius: 0 5px 5px 0;
  width: 97px;
}
.infoCostItem div:nth-child(3) .efx {
  width: 80px;
}
.infoCostItem p {
  color: #fff;
  margin-top: 10px;
}
.btnsPurchase {
  background: url(../img/buttonItemShop.png) no-repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 6px;
  left: 22px;
  width: 260px;
  height: 56px;
  background-size: contain;
}
.btnsPurchase button {
  background-color: #009999;
  color: #fff;
  font-size: 0.7em;
}
.btnViewItem,
.btnBuyItem {
  border-radius: 20px 0 0 20px;
  position: relative;
  top: 7px;
  left: 5px;
  font-size: 12px;
  height: 39px;
  width: 123px;
}
.btnBuyItem {
  border-radius: 0 20px 20px 0;
}
#modalDetailItemPurchase .btnColse {
  background: none;
  position: absolute;
  top: 25px;
  right: 40px;
  color: #033568;
  cursor: pointer;
  z-index: 1000;
}
#modalDetailItemPurchase .modal-content {
  background: none;
  box-shadow: none;
  border: none;
  width: 700px;
  height: 450px;
}
.modal-body.modalDetailItemPurchase {
  background: url('../img/bgModalItemPurchase.png') no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
  display: block;
  width: 100%;
  padding: 0 8px;
  height: 500px;
}
.imgDetailPurchase {
  margin-top: 70px;
  margin-left: 22px;
  max-width: 190px;
}
.contentDetailPurchase {
  margin-top: 70px;
}
.contentDetailPurchase h2 {
  margin-top: 0;
  color: #4a4a4a;
  font-weight: bold;
  font-size: 23px;
}
.contentDetailPurchase p {
  color: #8f8f8f;
  padding: 0 15px 0 0;
}
.costitem {
  background: url('../img/bgCostItem.png') no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
  display: block;
  width: 400px;
  padding: 0 8px;
  height: 50px;
}
.costitem ul li {
  display: inline-block;
}
.costitem ul li:nth-child(1) {
  width: 125px;
  margin-right: 5px;
}
.costitem ul li:nth-child(2) {
  width: 125px;
  margin-right: 5px;
}
.costitem ul li:nth-child(3) {
  width: 124px;
  margin-right: 0;
}
.costitem ul li img {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
  margin: 2px;
}
.costitem ul li .contImg {
  width: 33px;
  height: 33px;
  top: 9px;
  left: 2px;
}
.costitem ul li .efx {
  position: relative;
  height: 25px;
  top: 13px;
  left: 10px;
  width: 80%;
  color: #fff;
  line-height: 1.8;
  border: 1px solid #cbdcf7;
  border-radius: 0 5px 5px 0;
}
.buyNowModal {
  background-color: #009999;
  padding: 11px 50px;
  color: #fff;
  font-weight: bold;
  border: none;
  margin: 10px 0;
  display: block;
  border-radius: 40px;
  position: relative;
}
.buyNowModal img.lockeItemPurchase {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 22px;
  bottom: 12px;
}
.listPurchasesHistory li {
  background-color: #fff;
  width: 90%;
  border-radius: 10px;
  padding: 10px;
  clear: both;
  height: 100px;
  color: #6b6b6b;
  margin-bottom: 30px;
  position: relative;
}
.listPurchasesHistory li p strong {
  font-size: 20px;
}
.listPurchasesHistory li img {
  width: 100px;
  height: 100%;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}
.listPurchasesHistory li span {
  display: block;
  width: 200px;
  height: 100px;
  border-radius: 0 10px 10px 0;
  background-color: #ff6525;
  color: #fff;
  text-align: center;
  line-height: 7;
  position: absolute;
  top: 0;
  right: 0;
}
#modalBuyShop .btnColse {
  background: none;
  position: absolute;
  top: 70px;
  right: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
}
#modalBuyShop .modal-content {
  background: none;
  box-shadow: none;
  border: none;
  width: 450px;
  height: 450px;
}
#modalBuyShop .boatCenter {
  max-width: 160px;
  max-height: 140px;
}
.closeNotifications {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background: transparent;
  color: #003366;
  font-size: 14px;
  cursor: pointer;
}
.newNotification {
  width: 7px;
  height: 7px;
  background-color: red;
  border-radius: 10px;
  display: block;
  position: absolute;
  left: 45px;
  top: 3px;
}
.noNewNotification {
  color: #4a4a4a;
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
  font-weight: bold;
}
.faqList {
  width: 100%;
  padding: 0;
  max-width: 100%;
  margin-top: 40px;
}
.contentFaq {
  margin-top: 50px;
  height: 70vh;
}
.container {
  margin-top: 20px;
}
.carousel-indicators .active {
  background-color: #2980b9;
}
.carousel-inner img {
  width: 100%;
  max-height: 460px;
}
.carousel-control {
  width: 0;
}
.carousel-control.left,
.carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}
.carousel-control.left span {
  padding: 15px;
}
.carousel-control.right span {
  padding: 15px;
  right: 34px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 0;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 0;
}
.carousel-control.left span:hover,
.carousel-control.right span:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.header-text {
  position: absolute;
  top: 20%;
  left: 1.8%;
  right: auto;
  width: 96.66666666666666%;
  color: #fff;
}
.header-text h2 {
  font-size: 40px;
}
.header-text h2 span {
  background-color: #2980b9;
  padding: 10px;
}
.header-text h3 span {
  background-color: #000;
  padding: 15px;
}
.btn-min-block {
  min-width: 170px;
  line-height: 26px;
}
.btn-theme {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  margin-right: 15px;
}
.btn-theme:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.carousel {
  position: relative;
  height: 164px;
  background-color: #d6e6ff;
  border-radius: 0 0 20px 20px;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 165px;
  border-radius: 0 0 20px 20px;
}
.carousel-inner img.imgPointsChallenge {
  width: 40px;
  height: 40px;
}
.carousel-inner img.imgPointsChallenge {
  margin-left: 15px;
  top: 23px;
}
.carousel-inner img.imgPointsChallenge:first-child {
  margin-left: 40px;
}
.carousel-inner .item p {
  position: absolute;
  top: 7px;
  text-align: center;
  width: 100%;
  color: #12283c;
  font-weight: bold;
}
.carousel-inner .item p.progressBar {
  width: 49%;
  position: absolute;
  top: 110px;
  left: 25.7%;
}
.bgChallengeCarousel {
  background: url('../img/bgChallenge.png') no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
  width: 200px;
  height: 110px;
  cursor: pointer;
  margin: 35px auto;
}
a.left.carousel-control img,
a.right.carousel-control img {
  width: 30px;
  position: relative;
  top: 43px;
}
a.right.carousel-control img {
  right: 30px;
}
.border-wrapper,
.border-wrapper-blue {
  position: relative;
  min-height: 60px;
  padding: 22px;
  display: flex;
  flex-flow: column;
  padding: 20px;
  min-height: auto;
  height: 70vh;
}
.border-wrapper > *,
.border-wrapper-blue > * {
  position: relative;
  z-index: 10;
}
.border-wrapper:before,
.border-wrapper-blue:before {
  content: ' ';
  border: 30px solid transparent;
  padding: 0;
  -o-border-image: url('/regattas/img/border-image.png') 80 repeat;
  border-image: url('/regattas/img/border-image.png') 80 repeat;
  display: block;
  position: absolute;
  z-index: 20;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.border-wrapper:after,
.border-wrapper-blue:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  background: #ebf7f8;
  border-radius: 20px;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
}
.border-wrapper > h1,
.border-wrapper-blue > h1 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 20px 0;
  padding: 0;
}
.border-wrapper-blue {
  position: relative;
  min-height: 60px;
  padding: 22px;
}
.border-wrapper-blue > * {
  position: relative;
  z-index: 10;
}
.border-wrapper-blue:before {
  content: ' ';
  border: 30px solid transparent;
  padding: 0;
  -o-border-image: url('/regattas/img/border-image.png') 80 repeat;
  border-image: url('/regattas/img/border-image.png') 80 repeat;
  display: block;
  position: absolute;
  z-index: 20;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.border-wrapper-blue:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  background: #ebf7f8;
  border-radius: 20px;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
}
.border-wrapper-blue:after {
  background: rgba(0, 51, 102, 0.95);
}
.border-wrapper-blue > h1 {
  color: white;
}
.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
.tcon > * {
  display: block !important;
}
.tcon:hover,
.tcon:focus {
  outline: none;
}
.tcon::-moz-focus-inner {
  border: 0;
}
.tcon-plus {
  height: 30px;
  position: absolute;
  transform: scale(0.75);
  width: 30px;
  right: 0;
}
.tcon-plus::before,
.tcon-plus::after {
  content: '';
  border-radius: 2px;
  display: block;
  width: 85%;
  height: 25%;
  position: absolute;
  top: 37%;
  left: 8%;
  transition: 0.3s;
  background: white;
}
.tcon-plus:after {
  transform: rotate(90deg);
}
.tcon-plus--minus.tcon-transform::before {
  transform: rotate(180deg) translate(0, 0);
  width: 62%;
}
.tcon-plus--minus.tcon-transform::after {
  transform: rotate(-180deg) translate(-37.5%, 0);
  width: 62%;
}
.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@media print {
  body {
    visibility: hidden;
  }
  #printable {
    visibility: visible;
  }
}
