* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin: 0;
}

body{ 
  background: #051a37; 
  font-family: 'Open Sans', sans-serif;
  font-size: 15px; 
  color: #222;
}
.no-margin{margin: 0!important;}
.b1{border: 1px solid red;}
.b2{border: 1px solid blue;}
.b3{border: 1px solid green;}

.wrapper-complete{
  align-items: center;
  background: #051a37;
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}
.content-card{
  align-items: center;
  display: flex;
  flex-basis: auto;
  justify-content: center;
  text-align: center;
}
.content-body figure {
  align-items: center;
  background: #f6f6f6;
  border-radius: 50%;
  border: 4px solid #f2d646;
  display: flex;
  height: 140px;
  justify-content: center;
  margin: 0 auto;
  width: 140px;
}
.content-body img {
  height: auto;
  margin: 10px auto;
  max-width: 40%;
}
.content-body p.text{
  color: #82c91e;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 25px;
}
.btn.btn-start{
  background: #feb100;
  color: #fff;
  box-shadow: 0px 5px 0px 0px #f7941e;
  display: inline-flex;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s ease;
  width: auto;
  padding: 10px 35px;
  -webkit-transition: all 0.2s ease;
}
.btn-toggle{
  align-items: center;
  background: #007bff;
  border-radius: 50%;
  display: flex !important;
  font-weight: 500;
  height: 35px;
  justify-content: center;
  position: fixed !important;
  right: 15px;
  top: 15px;
  width: 35px;
  z-index: 5 !important;
 -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
         box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.btn-toggle >svg {color: #fff; width: 70% !important; height: 70% !important; background-color: #007bff; border-radius: 50%;}
.card-content.on{left: 0px;}
.card-content{
  background: #fff;
  height: 100%;
  padding: 20px;
  position: fixed;
  max-width: 350px;
  z-index: 100;
  left: -1000px;
  overflow-y: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  -webkit-transition: -webkit-all .3s !important;
  transition: -webkit-all .3s !important;
  transition: all .3s !important;
  transition: all .3s, -webkit-all .3s !important; 
}
.card-content b{
  background: #007bff;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  padding: 8px 20px;
}
.card-content p{
  color: #222;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3rem;
}
.card-content > .title{
  color: #007bff;
  font-size: 35px;
  padding-bottom: 30px;
  text-align: center;
}
.card-footer{
  align-items: center;
  display: flex !important;
  justify-content: center;
  padding: 30px 0px;
}
.btn-close{
  border-radius: 4px;
  border: 2px solid #007bff;
  color: #007bff;
  letter-spacing: 1px;
  padding: 8px 35px;
  text-transform: uppercase;
}
/* ====================
    CONFIG. GAME
======================= */
.dev-cuestion{
  align-items: center;
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 120%;
  width: 100%;
  background: #051a37;
  -webkit-transition: -webkit-all .3s !important;
  transition: -webkit-all .3s !important;
  transition: all .3s !important;
  transition: all .3s, -webkit-all .3s !important; 

}

.dev-header h1{
  background: #17345d;
  border-radius: 4px;
  border: 4px solid #56ae50;
  color: #fff;
  font-weight: bold;
  max-width: 700px;
  padding: 15px 20px;
}
.dev-capacity{
  align-items: center;
  display: flex;
  height: 300px;
  justify-content: center;
  width: 300px;
  position: relative;
  overflow: hidden;
}
.dev-capacity img{
  height: auto;
  max-width: 100%;
  position: absolute;
  z-index: 2;
}
.dev-capacity span{
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  z-index: 1;
  margin-top: 50px;
}
.dev-flow{
  background: #358b9f;
  bottom: 0;
  position: absolute;
  width: 100%;
  transform-origin: 50% 100%;
  animation: wave-tide 3s linear infinite;
  -webkit-transition: -webkit-all .6s !important;
  transition: all .6s !important;
}
.dev-flow::after{
  content: '';
  display: block;
  background: #358b9f;
  height: 50px;
  position: absolute;
  top: -4px;
  width: 210%;
  z-index: 1;
  border-radius: 50%;
  animation: waves 6s linear infinite;
}
.dev-item-bottle{
  align-items: center;
  display: flex;
  height: 50px;
  position: fixed;
  justify-content: center;
  width: 50px;
  z-index: 10;
}
.dev-item-bottle img{
  height: auto;
  max-width: 100%;
}
.dev-shadow figure{ 
  z-index: 2;
}
.dev-group{
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
}
.dev-options a.btn-option{
  background: #e91e63;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0 4px;
  padding: 8px 25px;
}

@keyframes wave-tide{
  50%{ transform: scaleY(0.95);}
}
@keyframes waves{
  0%{ transform: translateX(-100%);}
  100%{ transform: translateX(100%);}
}


/* ====================
    CONFIG. ANIMATION
======================= */
.scale-transition {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}
.scale-transition.scale-out {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .2s !important;
  transition: -webkit-transform .2s !important;
  transition: transform .2s !important;
}

/*********************
  WAVES
**********************/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.waves-block {
  display: block;
}
a.waves-effect .waves-ripple {
  z-index: -1;
}
/*********************
  OVERLAY
**********************/
.dev-overlay{
  background: rgba(0,0,0,0.5);
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.dev-overlay .dev-content.show{
  -webkit-transform: scale(1);
          transform: scale(1);
}
.dev-overlay .dev-content{
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;

  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  -webkit-transition: -webkit-transform .2s !important;
  transition: -webkit-transform .2s !important;
  transition: transform .2s !important;
}
.dev-overlay > .dev-content.success > svg{
  width: 180px;
  height: 180px;
  color: #00b8d4;
  background: #fff;
  border-radius: 50%;
}
.dev-overlay > .dev-content.error > svg{
  width: 180px;
  height: 180px;
  color: #e91e63;
  background: #fff;
  border-radius: 50%;
}
.dev-overlay > .dev-content > h2{
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.btn{
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 20px;
}
.btn-done{
  background: #82c91e;
  color: #fff;
  font-size: 1.5rem;
}
/*********************
  TABS
**********************/
.tabs {
  position: relative;
  width: 100%;
  margin: 1em 0 2em;
  font-weight: 300;
}
.tabs nav {
  text-align: center;
}
.tabs nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.tabs nav ul li {
  background: #051a37;
  border-radius: 50%;
  border: 1px solid #becbd2;
  display: flex;
  float: left;
  justify-content: center;
  margin: 0 0.25em;
  position: relative;
  z-index: 10;
  -webkit-transition: -webkit-all 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: -webkit-all 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: all 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: all 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-all 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  -webkit-transition: -webkit-all .2s !important;
  transition: -webkit-all .3s !important;
  transition: all .3s !important;
}
.tabs nav li.tab-current {
  border-bottom: none;
  border: 2px solid #007bff;
  z-index: 100;
  position: relative;
}
.tabs nav a {
  align-items: center;
  border-radius: 50%;
  color: #becbd2;
  display: block;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px;
}
.tabs nav a img{
  width: 15px;
}
.tabs nav a:hover {
  color: #768e9d;
}

.tabs nav li.tab-current a {
  color: #47a3da;
}
/**************************/

/* Content */
.content section {
  font-size: 1.25em;
  padding: 1em;
  display: none;
  max-width: 1230px;
  margin: 0 auto;
}

.content section:before,
.content section:after {
  content: '';
  display: table;
}

.content section:after {
  clear: both;
}

/* Fallback example */
.no-js .content section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid #47a3da;
}

.content section.content-current {
  display: block;
}

.mediabox {
  float: left;
  width: 33%;
  padding: 0 25px;
}

.mediabox img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.mediabox h3 {
  margin: 0.75em 0 0.5em;
}

.mediabox p {
  padding: 0 0 1em 0;
  margin: 0;
  line-height: 1.3;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
  .tabs nav a span {
    display: none;
  }
  .mediabox {
    float: none;
    width: auto;
    padding: 0 0 35px 0;
    font-size: 90%;
  }

  .mediabox img {
    float: left;
    margin: 0 25px 10px 0;
    max-width: 40%;
  }

  .mediabox h3 {
    margin-top: 0;
  }

  .mediabox p {
    margin-left: 40%;
    margin-left: calc(40% + 25px);
  }

  .mediabox:before,
  .mediabox:after {
    content: '';
    display: table;
  }

  .mediabox:after {
    clear: both;
  }
}

@media screen and (max-width: 32em) {
  .mediabox {
    text-align: center;
  }

  .mediabox img {
    float: none;
    margin: 0 auto;
    max-width: 100%;
  }

  .mediabox h3 {
    margin: 1.25em 0 1em;
  }

  .mediabox p {
    margin: 0;
  }
}
/*MEDIAS*/
@media only screen 
  and (min-device-width: 300px) 
  and (max-device-width: 736px) 
  and (orientation: portrait) { 

  .dev-options{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .dev-header{
    width: 95%;
    left: 50%;
    top: 20px;
    padding: 5px 20px;
    position: absolute;
    transition: all 0.2s ease;
    z-index: 5;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.2s ease;
  }
  .dev-header h1{
    font-size: 16px;
    text-align: center;
  }
  .tabs {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
  }
  .content section {
    padding: 1.4em 0 1em;
    display: none;
    margin: 0 auto;
  }

}

@media only screen and (max-device-width: 570px) and (orientation: portrait) { 
  .dev-group {
    flex-direction: column;
  }
  .dev-options a.btn-option{
    padding: 8px 0px;
  }
  .content section{
    padding-top: 0px;
  }
  .dev-header h1 {
    font-size: 1rem !important;
    padding: 10px;
  }
  .dev-body{
    margin-top: -100px;
  }
  .dev-header{
    top: 5px !important;
  }
}

@media only screen and (max-width: 575px) {
  .card-content{
    max-width: 100%;
  }
  
  .dev-header {
    padding: 20px 10px;
  }
  .dev-header h1 {
    font-size: 1.2rem;
    padding: 10px;
  }
  .dev-container {
    padding: 0;
  }
  .dev-options a.btn-option {
    margin: 4px 0;
    width: 95%;
  }
  .btn-toggle {
    top: 7px;
    right: 7px;
  }
}

@media only screen and (max-width: 400px) {

  
}

.tooltiptext {
  background-color: #005E7C;
  border-radius: 4px;
  width: 68px;
  justify-content: center;
  align-items: center;
  top: -30px;
  color: #fff;
  display: flex;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  z-index: 1;
}
.tooltiptext::after {
  border-color: #005E7C transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: 100%;
}