/* GERAL */
* {
  font-family: 'Montserrat', Arial, sans-serif;
  outline: none !important;
}

.p0 {
  padding: 0;
}

.m0 {
  margin: 0;
}

ul {
  list-style-type: none;
}

.ovarlay {
  background-color: #b8c8d5;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}

.imgLoading {
  width: 220px;
  height: 220px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}

.showWidget {
  display: none;
  display: flex;
  position: relative;
  background-color: #00689c;
  background: url(../img/bg-default.png?1763989606979) no-repeat fixed
    bottom transparent;
  overflow-y: auto;
  background-size: cover;
}

.hideMobile {
  display: inherit;
}

.showMobile {
  display: none !important;
}

/* LOGIN */
body {
  margin: 0;
  padding: 0;
  padding-right: 0 !important;
  font-size: 16px;
}

.modalRegister {
  background: url('../img/bgRegister.png?1763989606979') 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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bg {
  width: 100%;
  height: 100vh;
}

.barcoLogin {
  position: absolute;
  bottom: 40vh;
  left: 16%;
  animation: barcoAnimation 100s linear infinite;
  z-index: 5;
}

.barcoLogged {
  animation: barcoAnimationLoop 100s linear infinite;
  z-index: 0;
}

.aviao {
  animation: aviaoAnimationLoop 50s linear infinite;
  z-index: 0;
}

.aviao img {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 100px;
  top: 130px;
  position: relative;
}

.barcoLogin img {
  display: block;
  position: relative;
  animation: barcoAnimationFloat 10s infinite;
}

.submarine {
  animation: submarineAnimationLoop 80s linear infinite;
  z-index: 0;
}

.submarineFloat {
  display: block;
  animation: subMarineAnimationFloat 10s infinite;
}

.submarine {
  position: absolute;
  top: 55vh;
  z-index: 0;
}

.submarine img {
  opacity: 0.4;
  width: 290px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@keyframes barcoAnimation {
  100% {
    transform: translateX(100vw);
  }
}

@keyframes barcoAnimationLoop {
  0% {
    transform: translateX(-150px);
  }

  100% {
    transform: translateX(calc(100vw));
  }
}

@keyframes barcoAnimationFloat {
  0% {
    transform: translateY(0px);
  }

  25% {
    transform: translateY(3px);
  }

  50% {
    transform: translateY(0px);
  }

  75% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes aviaoAnimationLoop {
  100% {
    transform: translateX(-350px);
  }

  0% {
    transform: translateX(calc(100vw));
  }
}

@keyframes submarineAnimationLoop {
  100% {
    transform: translateX(-350px);
  }

  0% {
    transform: translateX(calc(100vw));
  }
}

@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: url(../img/formLogin.png?1763989606979) no-repeat scroll 0
        0 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;
  margin-bottom: 20px;
}

.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?1763989606979') 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?1763989606979') no-repeat scroll 0 0
    transparent;
  background-size: cover;
}

/* MENU */
.logoContainer {
  margin-bottom: 16px;
  text-align: center;
}

.logoContainer img {
  height: 123;
  margin-top: 20px;
}

.imgPlayer {
  position: relative;
  text-align: center;
}

.content-wrapper * {
  font-family: 'Montserrat', Arial, sans-serif;
}

.content-wrapper {
  position: relative;
  margin: 0;
  /* background: url('../img/bg-default.png?1763989606979') no-repeat fixed
    bottom transparent; */
  min-height: 100vh;
  /* width: 100vw; */
  background-size: cover;

  box-sizing: border-box;
  overflow-y: uns;
  padding: 0;
  width: calc(100% - 95px);
}

.content-wrapper.expanded {
  width: calc(100% - 230px);
}

.content-wrapper > section {
  /* overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 50px; */
}

.content-wrapper > section.ideia {
  padding: 0;
}

.content-wrapper > section.container-sections {
  width: calc(100% - 40px);
  margin: 0 20px 20px;
  background: #00689c;
  border-radius: 0 6px 6px 6px;
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  flex-direction: column;
  padding: 20px;
}

.content-wrapper > section.container-sections > .ideia,
.content-wrapper > section.container-sections > .my-profile,
.content-wrapper > section.container-sections > .rocket-panel,
.content-wrapper > section.container-sections > .tavern-panel,
.content-wrapper > section.container-sections > .challenges-panel,
.content-wrapper > section.container-sections > .competitions-panel,
.content-wrapper > section.container-sections > .team-competitions-panel,
.content-wrapper > section.container-sections > .shop-panel,
.content-wrapper > section.container-sections > .notifications-panel,
.content-wrapper > section.container-sections > .faq-panel {
  width: 100%;
  display: block;
}

/*
img.player {
  width: 143px;
  height: 143px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 100%;
  margin: 0 auto;
  z-index: 2;
  left: 53px;
  cursor: pointer;
  border: 4px solid #fab900;
}

img.boat {
  position: absolute;
  z-index: 3;
  left: 105px;
  max-width: 90px;
  max-height: 80px;
  bottom: -2px;
}
*/

div.editIconContainer {
  width: 35px;
  height: 35px;
  background-color: #fab900;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 52%;
  transform: translateX(95%);
  display: flex;
  justify-content: center;
  align-items: center;
}

div.editIconContainer img {
  height: 24px;
}

.efx {
  background: #aec4e2;
  /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(165, 191, 216, 1) 0%,
    rgba(119, 155, 181, 0.65) 39%,
    rgba(119, 155, 181, 0.38) 69%,
    rgba(125, 185, 232, 0.1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(165, 191, 216, 1) 0%,
    rgba(119, 155, 181, 0.65) 39%,
    rgba(119, 155, 181, 0.38) 69%,
    rgba(125, 185, 232, 0.1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(165, 191, 216, 1) 0%,
    rgba(119, 155, 181, 0.65) 39%,
    rgba(119, 155, 181, 0.38) 69%,
    rgba(125, 185, 232, 0.1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5bfd8', endColorstr='#1a7db9e8', GradientType=1);
  /* IE6-9 */
  display: block;
  height: 36px;
  /* border-top: 1px solid #fff;
                border-bottom: 1px solid #fff; */
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 38px;
}

.namePlayer {
  margin-top: 8px;
  min-height: 40px;
}

.namePlayer > div {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.namePlayer p {
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
  font-size: 13px;
  cursor: pointer;
  margin-right: 10px;
}

.divider {
  width: 100%;
  height: 2px;
}

.divider .top {
  height: 1px;
  width: 100%;
  background: #003955;
}

.divider .bottom {
  height: 1px;
  width: 100%;
  background-color: #5dabeb;
}

.levelPlayer {
  color: #009999;
  font-weight: bold;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}

.levelPlayer span {
  display: block;
}

.levelProgress {
  background: #004365;
  height: 30px;
  background-size: cover;
  width: 200px;
  border: 3px solid #fab900;
  border-radius: 31px;
  overflow: hidden;
  position: relative;
}

.percent {
  min-width: 13px;
  height: 100%;
  position: relative;
  background: #51ad32;
  border-radius: 31px;
}

.text-percent {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 10px;
  width: 100%;
  font-weight: 300;
}

.pointContainer {
  background: #004365;
  border-radius: 15px;

  padding: 15px 0;
  margin: 10px;
}

.pointContainer .grid-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 10px;
}

.pointContainer .contImg {
  width: auto;
  height: auto;
}

.pointContainer img {
  width: 25px;
}

.pointContainer .divider-item {
  margin-top: 10px;
  margin-bottom: 5px;
  height: 1px;
  width: 100%;
  background-color: #003955;
  border-bottom: 1px solid #5da4e1;
}

.pointContainer button {
  margin-top: 7px;
}

.container-button-point {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-line {
  border: 1px solid #fab900;
  border-radius: 30px;
  color: #fab900;
  background: transparent;
  transition: all 0.2s ease-in-out;
}

.btn-line:hover {
  transform: scale(1.05);
  color: #fab900;
}

.btn-line:focus {
  color: #fab900;
}

.container-menu-box {
  margin: 10px;
  background: #004365;
  border-radius: 15px;
  padding: 10px 16px;
}

.container-menu-box h2 {
  font-weight: 700;
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-menu-box img {
  height: 15px;
  margin-right: 5px;
}

.container-menu-box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.container-menu-box ul li p {
  font-weight: 400 !important;
}

.container-menu-box ul li img {
  width: 25px !important;
  height: 25px !important;
  border-radius: 50%;
  margin-right: 5px;
}
.tabs-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 25px;
}

.tabs-container button {
  margin-top: 10px;
  background-color: transparent;
  border: none;
}

.tabs-container button img {
  height: 40px;
}

.container-menu-box .container-controller {
  display: flex;
  justify-content: flex-end;
}

.container-menu-box .container-controller a {
  color: #fab900;
  text-decoration: underline;
  font-size: 0.7em;
}

.point {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 4px;
}

.contImg {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
  z-index: 2;
}

.contImg img {
  max-width: 40px;
  margin: 5px;
}

.point p {
  padding: 0;
  padding-left: 5px;
  font-size: 12px;
  z-index: 1;
  display: flex;
  align-items: center;
  margin: 0;
}

.point p strong {
  font-weight: bold;
  font-size: 15px;
}

.point p span span {
  font-weight: normal;
  font-size: 10px;
}

.logoMenu {
  display: block;
  margin: 0 auto;
}

.menu-down {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.menu-down:first-child {
  margin-right: 5px;
}

.menu-down button {
  background-color: transparent;
  border: none;
}

.showMenu {
  display: none;
}

.menu li {
  display: block;
  padding: 10px 0;
  margin-right: 35px;
  margin-left: 35px;
  margin-bottom: 6px;
  text-align: center;
}

.menu li::after {
  content: '';
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background-color: #003955;
}

.menu li.active {
  border-bottom: none;
  background: #004365;
  border-radius: 10px;
}

.menu li.active::after,
.menu li.logout::after {
  display: none;
}

.menu li.logout {
  margin-top: 10px;
  padding-left: 0;
  border: none;
}

.menu li.logout a {
  justify-content: center;
}

/* DASHBOARD */
.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?1763989606979) no-repeat scroll 0
    0 transparent;
  height: 623px;
  background-size: 100.4% 100%;
  /* margin: 50px auto; */
  display: block;
  /* width: 75%; */
  padding: 0 8px;
}

.actions {
  background: url(../img/actionsBg.png?1763989606979) 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?1763989606979) 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: rgb(0, 59, 112);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(0, 59, 112, 1) 0%,
    rgba(41, 137, 216, 1) 80%,
    rgba(32, 124, 202, 1) 100%,
    rgba(0, 88, 148, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 59, 112, 1) 0%,
    rgba(41, 137, 216, 1) 80%,
    rgba(32, 124, 202, 1) 100%,
    rgba(0, 88, 148, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 59, 112, 1) 0%,
    rgba(41, 137, 216, 1) 80%,
    rgba(32, 124, 202, 1) 100%,
    rgba(0, 88, 148, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b70', endColorstr='#005894', GradientType=0);
  /* IE6-9 */
}

.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?1763989606979) 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: rgba(255, 101, 37);
}

/* PROFILE */
.modalAvatar {
  width: 633px;
}
#svgAvatars {
  left: -15px;
  position: relative;
}
/* .profile {
  background-color: #fff;
  border-radius: 10px;
  height: 85vh;
  background-size: 100% 100%;
  margin: 50px auto;
  display: block;
  width: 90%;
  padding: 0 8px;
  padding-top: 22px;
  max-width: 298px;
  max-height: 622px;
}

.profile h3 {
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #00689c;
  text-transform: uppercase;
  padding: 0;
} */

.boats {
  background: url('../img/myBoatsBg.png?1763989606979') 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 {
  /* width: 49%; */
  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 {
  /* width: 49.2%; */
  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 {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.bgBoats {
  background: url(../img/bgBarcos.png?1763989606979) 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;
}

/* MODAL BUY NOW */
#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?1763989606979') 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: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.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: 90%;
  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;
}

/* CHALLENGES */
.tilteContainer {
  display: flex;
  justify-content: center;
  width: 100%;
  color: #fab900;
  margin-top: 50px;
}

.selectType {
  text-align: center;
  width: 500px;
  padding: 0;
  margin: 0 auto;
  background: url('../img/topoChallenges.png?1763989606979') 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;
  max-width: 1400px;
  height: auto;
}

.itemChallenge .total {
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  width: 270px;
}

.itemChallenge h2 {
  color: #00689c;
  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?1763989606979) repeat-x;
  width: 310px;
  position: absolute;
  bottom: 57px;
  background-size: 103% 20px;
  background-position: -4px -5px;
  margin: 0;
  border: none;
}

.progressBar {
  position: absolute;
  bottom: 15px;
  width: 280px;
  height: 25px;
  border: 1px solid #769ad1;
  border-radius: 5px;
  left: 14px;
  margin: 0;
}

.percentChallenge {
  height: 23px;
  background: url(../img/progressChallenge.png?1763989606979) 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-top: 100px; */
  margin-bottom: 10px;
  width: 160px;
  max-width: 160px;
  max-height: 160px;
  min-height: 160px;
}

.oneImg {
  margin-top: 45px;
}

.twoImg {
  margin-top: 30px;
}

/* TAVER/NEWSFEED */
.tavernList {
  margin-top: 50px;
  max-height: 510px;
  height: 510px;
}

.newsFeedList {
  max-width: 90%;
  list-style-type: none;
}

.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;
  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;
}

/* SHOP */
.selectItemMenu {
  text-align: center;
  width: 820px;
  max-width: 860px;
  padding: 0;
  margin: 0 auto;
  /* background: url(../img/bgTopoShop.png?1763989606979) 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: auto;
}

.shopList ul p {
  margin-top: 0;
}

.shopHeader {
  margin: 20px;
  display: flex;
  justify-content: flex-start;
}

.shopHeader .tabs {
  margin: 0 !important;
}

.shopHeader ul {
  padding: 0;
}

.listItemsShop {
  max-width: 90%;
  list-style-type: none;
}

.containerItems {
  /* background: url(../img/bgShopItem.png?1763989606979) no-repeat scroll 0
        0 transparent; */
  background-color: #fff;
  border-radius: 10px;
  height: 400px;
  background-size: 100% 100%;
  margin-bottom: 30px;
  width: 325px;
}

.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;
  object-fit: cover;
  object-position: center;
}

.disabledItemShop {
  -webkit-filter: grayscale(100%) !important;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) !important;
}

.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 {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3;
  color: #003955;
  margin: 0 0 4px;
  padding: 0;
  display: block;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s;
  margin-top: 10px;
}

.btnsPurchase {
  /* background: url(../img/buttonItemShop.png?1763989606979) no-repeat
        scroll 0 0 transparent; */
  position: absolute;
  bottom: 6px;
  left: 22px;
  width: 260px;
  height: 56px;
  background-size: contain;
}

.btnsPurchase button {
  background-color: #00689c;
  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?1763989606979') 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;
  margin-right: 50px;
}

.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?1763989606979') 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;
}

/* NOTIFICATIONS */
.listNotifications {
  position: absolute;
  right: -381px;
  background-color: #fff;
  width: 380px;
  top: -5px;
  min-height: 130px;
  max-height: 500px;
  display: none;
  overflow: hidden;
  /* padding-bottom: 30px; */
  box-shadow: 10px 0px 33px 4px #777;
}

.listNotifications .nano {
  height: 91%;
}

.listNotifications h2 {
  color: #003366;
  font-size: 14px;
  text-align: center;
  margin: 8px 0;
  font-weight: bold;
}

.listNotifications ul {
  padding: 0;
  max-height: 456px;
}

.listNotifications ul li {
  min-height: 50px;
  border-bottom: 1px solid #f1f0f0;
  margin-bottom: 10px;
  color: #4a4a4a;
  clear: both;
  padding: 10px 0;
  margin: 0;
  padding-bottom: 5px;
  height: auto;
}

.listNotifications ul li img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 10px;
  float: left;
  margin-left: 0;
}

.listNotifications ul li p {
  line-height: 1;
  margin-bottom: 0;
}

.closeNotifications {
  position: absolute;
  right: 5px;
  top: 6px;
  border: none;
  background: transparent;
  color: #003366;
}

.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;
}

/* FAQ */
.faqList {
  width: 100%;
  padding: 0;
  max-width: 100%;
  margin-top: 40px;
}

.contentFaq {
  max-height: 530px;
  height: 530px;
}

/* CAROUSEL CHALLENGES */
.container {
  margin-top: 20px;
}

/* Carousel Styles */
.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,
.carousel-control.right span {
  /* background-color: #000; */
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.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 > .item > img,
.carousel-inner > .item > a > img {
}

.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?1763989606979') 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;
}

/* CLOSE */
.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  -webkit-transition: 0.3s;
  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;
  -webkit-transform: scale(0.75);
  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%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: white;
}

.tcon-plus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tcon-plus--minus.tcon-transform::before {
  -webkit-transform: rotate(180deg) translate(0, 0);
  transform: rotate(180deg) translate(0, 0);
  width: 62%;
}

.tcon-plus--minus.tcon-transform::after {
  -webkit-transform: rotate(-180deg) translate(-37.5%, 0);
  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;
  }
}
