

/* Animacion Apertura y Cierre */

.show-qv {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.show-qv .qvvalijas-cont,
.show-qv .qvexp-cont,
.show-qv .mp-cont,
.show-qv .ia-cont {
  margin-bottom: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hide-qv {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hide-qv-estatico{
  opacity: 0;
  visibility: hidden;
}

.hide-qv .qvvalijas-cont,
.hide-qv .qvexp-cont,
.hide-qv .mp-cont,
.hide-qv .ia-cont {
  margin-bottom: -100px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* ------------------------- MODALES ------------------------------------------*/

/* Animacion Apertura y Cierre */

.show-qv {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.show-qv .qvvalijas-cont,
.show-qv .qvexp-cont,
.show-qv .mp-cont,
.show-qv .ia-cont {
  margin-bottom: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hide-qv {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hide-qv-estatico{
  opacity: 0;
  visibility: hidden;
}

.hide-qv .qvvalijas-cont,
.hide-qv .qvexp-cont,
.hide-qv .mp-cont,
.hide-qv .ia-cont {
  margin-bottom: -100px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* ------------ Modal Sesion Favoritos ---------------- */

.modal-sesionFavoritos {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 201;
}

.modal-sesionFavoritos .cortina {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1;
}

  .modal-sesionFavoritos .box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: calc(100% -30px);
      height: auto;
      max-width: 350px;
      z-index: 2;
      background-color: #fff;
      border-radius: 5px;
      -webkit-box-shadow: 0 2px 15px -4px rgba(0, 0, 0, .15);
      box-shadow: 0 2px 15px -4px rgba(0, 0, 0, .15);
      border: 1px solid rgba(0, 0, 0, .05);
      box-sizing: border-box;
      padding: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
  }

      .modal-sesionFavoritos .box .img {
          position: relative;
          width: 100%;
          height: auto;
          /*
          display: flex;
          justify-content: center;
          align-items: center;*/
      }

          .modal-sesionFavoritos .box .img img {
              height: 100px;
              width: auto;
          }

          .modal-sesionFavoritos .box .info {
              width: 100%;
              height: auto;
              text-align: center;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              padding: 15px 20px;
          }

                  .modal-sesionFavoritos .box .info h5 {
                      color: #606060;
                      font-size: 12px;
                      font-weight: 400;
                  }

                  .modal-sesionFavoritos .box .info h5 a {
                      font-weight: 600;
                      font-size: 13px;
                  }



.exit {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}

.exit img {
  width: auto;
  height: 25px;
}
.favcard {
  position: relative;
  top: 2.6em;
  left: 15.6em;
}

.border-solid{
    padding: 20px;
    border-radius: 10px;
    border: solid #858585 1px;
}

.disapear{
    display:none !important;
}


