body,
html {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.body-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#wrap {
  margin: 0 5%;
}

.menu-top {
  height: 30px;
  background-color: #1e4194;
}

.header {
  background-color: #feffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 142px;
}

.menu-mobile {
  position: absolute;
  right: 10%;
  top: 35px;
  display: none;
  cursor: pointer;
}

/*** VIDEO LOGIN ***/

.video-login,
.product-login {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eee;
}
.video-login .video,
.video-login .product {
  flex-basis: 0;
  flex-grow: 1;
  height: 450px;
  padding: 15px 10px;
  background-color: #ececea;
  display: flex;
  justify-content: center;
}
.product-login .product {
  padding: 25px;
  align-self: stretch;
}
.product-login .product .product-name {
  padding-bottom: 7px;
  border-bottom: 1px solid grey;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
.product-login .product p {
  margin: 15px 0;
}
.video-login iframe {
  width: 100%;
  height: 100%;
}
strong {
  font-weight: bold;
}
.video-login .login-signup,
.product-login .login-signup {
  flex-basis: 0;
  flex-grow: 0.7;
  background-color: #ececea;
  align-self: stretch;
  max-width: 750px;
}

.product-login .login-signup {
  flex: 0.6;
}

.buy-order {
  background-color: darkgrey;
  font-weight: bold;
  margin: 15px 0 20px;
  padding: 15px 10px;
}

.product-data p {
  margin: 15px 0 15px 20px;
}

.text_confirm {
  border: 2px solid grey;
  padding: 15px;
  margin: 10px;
  border-radius: 7px;
}

#btn-group {
  display: flex;
  justify-content: space-around;
  margin-top: 75px;
}

#btn-group .btn {
  border: 0;
  padding: 15px 50px;
  border-radius: 15px;
}

#btn-group .btn-success {
  background-color: #388e3c;
  color: white;
}

#btn-group .btn-error {
  background-color: #d32f2f;
  color: white;
}

/*** LOGIN SIGNUP ***/

.login-signup .login-signup-options {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: white;
}
.login-signup .login-signup-options .option {
  background-color: lightgrey;
  color: #518bc5;
  padding: 15px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  flex-basis: 0;
  flex-grow: 1;
}
.login-signup .login-signup-options .option:last-child {
  margin-right: 10px;
  flex-grow: 1.2;
}
.login-signup .login-signup-options .option.active {
  margin-top: 0;
  background-color: #ececea;
  font-size: 22px;
}

.login-signup .login-signup-forms {
  flex-basis: 0;
  flex-grow: 1;
  padding: 25px 10px;
}

/*** MENU MOBILE ***/

[off-canvas] {
  background-color: lightgrey !important;
  z-index: 100;
}

.menu-item {
  padding: 10px 0;
  margin: 10px 0;
  background-color: #518bc5;
  text-align: center;
  font-size: 20px;
}

.menu-item a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.menu-item:first-child {
  margin-top: 15px;
}

/*** LOGIN SIGNUP ***/

/*** FORMS ***/

form {
  /* width: 100%; */
  margin: 0 auto;
  font-size: 14px;
}

form input[type="text"],
input[type="password"] {
  width: 40%;
  height: 30px;
  padding-left: 3px;
}

label,
input {
  display: inline-block;
}

label {
  /* width: 40%; */
  /* text-align: right; */
}

label + input {
  margin: 5px 0 0 4%;
}

input + input {
  float: right;
}

.button-wrap,
.forgot-password {
  margin: 25px 0;
  text-align: center;
}

.button-wrap button {
  padding: 7px 50px;
  color: white;
  background-color: #f9a950;
  border: none;
  cursor: pointer;
}

.forgot-password {
  color: blue;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

form .help-text {
  font-size: 12px;
  margin-top: 3px;
  text-align: center;
}

.terms-conditions {
  text-align: center;
}

/*** PUNTOS ***/

.container-puntos-carga {
  margin: 20px 0;
}

.container-puntos-carga .title {
  font-size: 29px;
  color: #5e9fe1;
  margin: 25px 15px;
}

.container-puntos-carga .steps {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.container-puntos-carga .steps .step {
  flex-basis: 200px;
  flex-grow: 0;
  margin: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.container-puntos-carga .steps .step .number {
  color: #007ac0;
  font-size: 35px;
  padding-right: 7px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.container-puntos-carga .steps .step .description {
  color: #175eac;
  font-size: 14px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.container-puntos-carga .red-text {
  color: red;
  text-align: center;
  margin-top: 35px;
}

/*** ACCOUNT INFO ***/

.account {
  margin-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.account a {
  color: white;
}

.account .my-account {
  background-color: #518bc5;
  color: white;
  font-size: 14px;
  padding: 25px 15px;
  flex-shrink: 0;
}

.account .balance {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-shrink: 0;
}

.account .balance span {
  height: 1em;
}

.account .balance .solicito,
.account .balance .proyectado {
  height: 40px;
  padding: 0 15px;
  color: white;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.account .balance .solicito {
  background-color: #518bc5;
}

.account .balance .proyectado {
  background-color: #f58641;
}
.account .balance .proyectado .money {
  margin-left: 10px;
}

.account .to-pay {
  width: 20em;
  text-align: center;
  padding: 10px 0;
  color: white;
  background-color: #f58641;
  align-self: flex-end;
}

/*** CARDS ***/

.cards-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
}

.cards-container .card-new {
  height: 420px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #eee;
  margin: 20px 5px;
  padding: 15px;
  -webkit-box-shadow: 4px 2px 15px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 2px 15px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 2px 15px 1px rgba(0, 0, 0, 0.75);

  transition: all 0.2s ease;
}

.cards-container .card-new:hover {
  transform: scale(1.02);
}

.cards-container .card-new .card-image {
  text-align: center;
  background: white;
}

.cards-container .card-new .card-contact {
  margin-top: 7px;
  background: white;
  padding: 20px 10px;
  font-size: 14px;
  color: dimgrey;
  display: flex;
  align-items: center;
}

.cards-container .card-new .card-contact .user-code {
  white-space: nowrap;
  margin-left: 7px;
}

.cards-container .card-new .card-description {
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0 10px;
}

.cards-container .card-new .card-image img {
  height: 200px;
  width: auto;
  max-width: 100%;
}

.cards-container .card-new .card-button button {
  width: 100%;
  background: #2d85cd;
  color: white;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

/*** MEDIAS QUERYS ***/

@media only screen and (max-width: 1160px) {
  .header .links .link {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1000px) {
  #wrap {
    margin: 0;
  }

  .header {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 780px) {
  .account {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .account .to-pay {
    width: 100%;
  }

  .account .balance .solicito,
  .account .balance .proyectado {
    align-self: flex-start;
    width: 100%;
    padding: 15px;
    height: 15px !important;
  }
}

@media only screen and (max-width: 1000px) {
  .container-columns {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .container-columns #col_vendedor {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .video-login,
  .product-login {
    display: block;
    padding-left: 0;
  }

  .video-login .video,
  .product-login .product {
    height: 300px;
  }

  .video-login .video iframe {
    height: 300px;
    width: 400px;
  }

  .video-login .login-signup {
    margin: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .account .balance {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .login-signup .login-signup-options .option.active {
    font-size: 16px;
  }

  .video-login .video {
    height: 300px;
  }

  .menu-mobile {
    display: block;
  }

  .header .links {
    display: none;
  }

  .header .logo {
    display: block;
    margin: auto 5%;
  }
}

@media only screen and (max-width: 480px) {
  .header {
    justify-content: center;
  }

  .header .logo img {
    width: 180px;
  }

  .video-login .login-signup {
    margin: 15px 5px;
  }
}

/*** COMERCIOS ***/

.container-comercios {
  padding: 0 3%;
  color: #6c6c6f;
  padding-bottom: 50px;
}
.container-comercios .title {
  color: #5e9fe1;
  font-size: 30px;
  padding-top: 35px;
}
.container-comercios hr {
  margin: 15px 0;
}
.container-comercios ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.container-comercios ul li {
  margin: 8px 0;
}
@media only screen and (max-width: 600px) {
  .container-comercios {
    padding: 0 25px;
  }
}

/*** Preguntas Frecuentes ***/

.container-columns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
}

.container-columns #col_vendedor {
  margin-right: 25px;
}

.container-columns #col_vendedor,
.container-columns #col_comprador {
  flex-basis: 0;
  flex-grow: 1;
}
