/* 
    Created on : 30/04/2020, 11:18:23 AM
    Author     : Axel Durand www.axeldurand.com
*/

html{
    scroll-behavior: smooth;
}

html, body {
    font-weight: 400;
    height: 100%;
    color: #181818;   
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.8;
}

body {
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1 0 auto;
}

a,
a:hover{
  color: var(--color-I);
}

.form-text{
    line-height: 1.25em;
}

.dropdown-item.active, .dropdown-item:active{
  background-color: var(--color-I) !important;
  color: #FFF;
}

.btn-primary{
    background-color: var(--color-I) !important;
    border-color:  var(--color-I) !important;
}
.btn-primary:hover,
.btn-primary:focus{
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn-outline-primary{
    border-color:  var(--color-I) !important;
    color:  var(--color-I) !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus{
    background-color: var(--color-I) !important;
    border-color: var(--color-I) !important;
    color:  white !important;
}

.btn-sin{
  background: none;
  border: none;
  color: var(--color-I);
}

.display-none{
    display: none;
}

.text-primary{
    color: var(--color-I) !important;
}

.text-II{
  color: var(--color-II) !important;
}

.bg-I{
    background: #ebebeb;
}

.bg-II{
    background: whitesmoke;
}

.bg-primary{
  background-color: var(--color-I) !important;
}

.navbar-light{
  background-color: var(--color-I) !important;;
}
.navbar-light .navbar-nav .nav-link{
  color: #fff!important;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #fff!important;
}

.navbar-light .navbar-nav .nav-item.active .nav-link{
  color: #FFF!important;
}

.navbar-light .navbar-brand{
  /* text-indent: -9999px;
  width: 200px;
  height: 80px;
  position: relative; */
}
.navbar-light .navbar-brand:before {
  /* position: absolute;
  top: -5px;
  left: 0;
  content: '';
  width:120px;
  height: 120px; */
}

.navbar-light .navbar-nav .nav-item{
  width: auto;
  display: inline-block;
  /* margin: 0 auto; */
}

.navbar-usr .form-inline{
  position: relative;
  float: right;
  margin-right: 10px;
}
.navbar-usr .form-inline .form-control{
  border-radius: 25px;
  border: none;
}
.navbar-usr .form-inline .btn{
  position: absolute;
  top: 3px;
  right: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background-color: #000;
  color: #FFF;
}

.navbar-light .navbar-toggler{
  color: var(--color-II);
  border-color: var(--color-II);
  border-width: 3px;
  min-width: 44px;
  height: 35px;
}
.navbar-light .navbar-toggler-icon{
  color: var(--color-II);
  border-color: var(--color-II);
}

.navbar-light .btn-mainmenu{
  color: #FFF;
  font-size: 1.5em;
  padding: 0 5px;
  position: relative;
  float: right;
  margin-left: 10px;
}
.navbar-light .btn-mainmenu .Qty_Text{
  position: absolute;
  top: 0;
  right: -5px;
  width: 20px;
  height: 20px;
  color: #FFF;
  background: #000;
  border-radius: 50%;
  text-align: center;
  font-size: .5em;
  font-weight: 700;
}
.navbar-light .btn-mainmenu .usr-name{
  font-size: .75em;
}
.navbar-light .btn-mainmenu i{
  font-size: 1.2em;
}
.navbar-light .btn-mainmenu:hover{
  text-decoration: none;
}

  .navbar-responsive{
    display: none;
  }

.custom-control-label::before,
.custom-control-label::after{
  width:20px;
  height:20px
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
}

#progressbar {
    margin: 0 0 30px 0;
    padding: 0;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}

#progressbar #bc-1:before {
    font-family: FontAwesome;
    content: "\f30d"
}

#progressbar #bc-2:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #bc-3:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #bc-4:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue
}

.nav-aside{
  margin: 0;
}
.nav-aside ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-aside ul li a{
  display: block;
  padding: .25em .5em;
}
.nav-aside ul li a:hover{
  background-color: #FFF;
  text-decoration: none;
}
.nav-aside ul li a.active{
  border-left: 2px solid var(--color-I);
}

.list-center {
    display: flex;
    justify-content: center;
    padding: 0;
    text-align: center;
    width: 100%;
}

.btn-card {
    position: relative;
    display: inline-table;
    width: 100%;
    transition: .3s;
    cursor: pointer;
    vertical-align: top;
    padding: 15px 20px 10px;
    border: 3px solid transparent;
    border-radius: 3px;
    background-color: #FFF;
    color: #102759;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    margin-bottom: 15px;
}
.btn-card i {
    display: inline-block;
    margin: 0 10px ;
    font-size: 3em;
    padding: 0;
}
.btn-card h3 {
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #0076c1;
    display: block;
    margin: 0;
}
.btn-card p{
    display: block;
    word-wrap: break-word;
    font-size: .75em;
    margin-bottom: 0;
}
.btn-card:hover {
  box-shadow: 0 0 2rem 0.8rem #dbdee6, 0 0 0 0.1rem #c2c7d5;
  border-color: #f9f9fa;
  text-decoration: none;
}

.producto-preview{
  position: relative;
  display: block;
  width: 100%;
  background: #FFF;
  border: none;
  text-align: left;
  border-radius: 0.5rem;
  position: relative;
  box-shadow: 0 0 2px rgb(0 0 0 / 20%);
  color: #181818;
}
.producto-preview .inner{
  height: 200px;
}
.producto-preview .titulo{
  min-height: 34px;
  font-weight: bold;
  margin: 0;
  text-align: left;
  line-height: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.producto-preview .desc{
  min-height: 36px;
  font-size: .7em;
  line-height: 1.1em;
  text-align: left;
  margin: 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.producto-preview .oldprice,
.producto-info .oldprice{
  display: block;
  font-size: 1em;
  line-height: .7em;
  text-decoration: line-through;
  color: #6c757d;
  margin: 0;  
}
.producto-preview .precio{
    display: block;
    /* min-height: 30px; */
    text-align: left;
    font-weight: bold;
    color: #181818;
    font-size: 1.5em;
    margin: 0;
}
.producto-preview .precio span{
  font-size: 12px;
  vertical-align: super;
  padding-left: 2px;
}
.producto-preview:hover{
    background: #FFF;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    text-decoration: none;
    opacity: 1;
    color: #181818;
}
.producto-preview-novisible{
    opacity: .5;
}

.producto-preview .carousel-control-prev,
.producto-preview .carousel-control-next {
    border: none !important;
    background: none !important;
}

.producto-preview .carousel-control-prev span,
.producto-preview .carousel-control-next span{
  /* box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.75); */
  color: #323232;
}

.badge-dummy{
  height: 18px;
  display: block;
  content: '';
  width: 100%;
}

.foto-preview{
    position: relative;
    display: block;
    margin: 0 auto;
}
.foto-preview button{
    position: absolute;
    top: -10px;
    left: -10px;
}

.carousel-producto .carousel-control-next .fas{
  background: #323232;
  border-radius: 50%;
}

.fancybox{
    position: relative;
    display: block;
}
.blog-figure{
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.blog-figure img{
    display: block;
    margin: 0 auto;
    padding: 0;
}
.blog-figure figcaption{
  color: #000;
  text-align: center;
  font-style: italic;
  font-size: 12px;
  margin-top: 5px;
}

.fancybox span{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-color: var(--color-I);
    opacity: .25;
}
.fancybox span .fa-search-plus{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fancybox:hover span{
    display: block;
}


.fancythumb{
  display: inline-block;
  position: relative;
  width: 145px;
  height: 145px;
  overflow: hidden;
  background-color: #FFF;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
}
.fancythumb img{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.tienda-header{
    background: #323232;
    color: #FFF;
}
.header-logo{
    position: relative;
    display: block;
    margin: 0 auto;
    width:130px;
    height: 130px;
    border: 3px solid #FFF;
    border-radius: 50%;
    overflow: hidden;
}
.header-logo img{
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tienda-header h1{
    font-size: 2em;
}
.tienda-header p{
    font-size: .8em;
}
.tienda-header a{
    color: #FFF;
}

.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px;
    min-width: 40px;
    text-align: center;
}
.qty .plus,
.qty .minus{
    padding-top: 2px;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: central;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    }
.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: central;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-clip: padding-box;
}
.qty {
    text-align: center;
}
.minus:hover{
    background-color: var(--color-I) !important;
}
.plus:hover{
    background-color: var(--color-I) !important;
}
/*Prevent text selection*/
.qty span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.qty input{  
    border: 0;
    width: 2%;
}
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty input:disabled{
    background-color:white;
}

.cart-item{
    background: #FFF;
}
.cart-item .media-body{
    padding: 0 10px 0 0;
}
.cart-item p{
    display: block;
    width: 100%;
}
.cart-item img{
  max-width: 100px;
}
.cart-item .oldprice{
  display: block;
  font-size: .75em;
  text-decoration: line-through;
  color: #6c757d;
  margin: 0 0 -5px;
}

.card-pedido{
    display: block;
    width: 100%;
    text-align: left;
    /* font-size: .75em; */
    margin-bottom: 10px;
}
.card-pedido p{
    display: block;
    width: 100%;
}
.card-pedido .row{
    /* width: 100%; */
}

.breadcrumb{
    background: none;
    padding-left: 0;
}
.breadcrumb li a{
  color: var(--color-I);
}

.decimals{
  font-size: .5em;
  vertical-align: super;
  padding-left: 2px;
}

.footer{
  flex-shrink: 0;
  background: #FFF;
  margin-top: 50px;
  font-size: .85em;
}

.footer-redes{
  margin: 0;
  padding: 0;
  text-align: left;
}
.footer-redes li{
  display: inline-block;
  margin: 0 5px 0 0;
}
.footer-redes li a{
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 5px 0 0;
  color: var(--color-I);
  border: 1px solid var(--color-I);
  border-radius: 50%;
  font-size: 1.5em;
}
.footer-redes li a:hover{
  color: #FFF;
  background-color: var(--color-I);
}

.footer .list-12 li {
  font-size: 1em;
  line-height: 1.3em;
}


.logo-footer {
  max-width: 150px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}
#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--color-I)
}

.alert-bonificacion{
  position: block;
  width: 100%;
  min-height: 180px;
  display: block;
  background-color: #FFF;
  border: 15px solid var(--color-I);
  padding: 2rem 1.25rem 0;
}
.alert-bonificacion p{
  position: relative;
  display: block;
  z-index: 100 !important;
}

.alert-bonificacion .destacado{
  font-size: .75em;
  letter-spacing: .25em;  
  font-weight: 700;
}

.iconito{
  display: inline-block;
  vertical-align: top;
  max-height: 35px;
  margin-top: -15px;
}


@media (min-width: 1280px){
    .wb-hero-img {
        top: -38%;
        left: -34%;
        width: 109%;
    }
    
    .btn-card{
        width: 100%;
    }
}

@media (max-width: 700px){
    .homepage{
        background-position-y: 0;
    }
    .hero-copy h1{
        font-size: 2em;
    }
    .btn-card{
        width: 100%;
    }
    
    h1{
        font-size: 2em;
    }
    
    #progressbar{
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }
    
    .estadisticas h5{
        font-size: 1em;
    }

    #navbar-responsive-2 {
      width: 100%;
      margin: 10px 0 0 0!important;
      padding: 0 0 0 100px;
    }

    #buscador {
      width: 100%;
      float: right !important;
      margin: 0;
      
    }

    .navbar-light .navbar-nav .nav-item{
      border-top: 1px solid var(--color-II);
    }

    .navbar-light .navbar-nav .dropdown-menu {
      background: none;
      margin: 0;
      padding: 0;
      border: 0;
    }

    .navbar-light .navbar-nav .dropdown-menu .dropdown-item{
      border-top: 1px dotted var(--color-II);
    }

    .navbar-light .navbar-nav .dropdown-menu.submenu .dropdown-item {
      padding-left: 50px;
    }
}


.copyright{
    border-top: solid 1px rgba(140,133,255,.2);
    padding: 20px 0;
    color: #2f1c6a;
    font-size: .8em;
}

.h-100 {
    height: 100%!important;
}


/* DATEPICKER HACK */
#datepicker input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#datepicker .input-group-addon{
    padding: 4px 15px;
    background: #FFF;
    border: 1px solid #ced4da;
    border-left: none;
    border-radius: 0 .25rem .25rem 0;
}
.datepicker table tr td.active.active{
    background-color: var(--color-I);
    background-image: none;
}






/* SWEETALERT 2 HACK */
.swal2-styled.swal2-confirm{
    background: var(--color-I);
}

.f-modal-alert {
  background-color: #fff;
  /* box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); */
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  padding: 15px 0 0;
}

.f-modal-alert .f-modal-icon {
  border-radius: 50%;
  border: 4px solid gray;
  box-sizing: content-box;
  height: 80px;
  margin: 20px auto;
  padding: 0;
  position: relative;
  width: 80px;
}
.f-modal-alert .f-modal-icon.f-modal-success, .f-modal-alert .f-modal-icon.f-modal-error {
  border-color: #A5DC86;
}
.f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:after, .f-modal-alert .f-modal-icon.f-modal-error:before {
  background: #fff;
  content: '';
  height: 120px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 60px;
}
.f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:before {
  border-radius: 120px 0 0 120px;
  left: -33px;
  top: -7px;
  -webkit-transform-origin: 60px 60px;
          transform-origin: 60px 60px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-error:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  -webkit-transform-origin: 0 60px;
          transform-origin: 0 60px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-placeholder, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(165, 220, 134, 0.2);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
  background-color: #A5DC86;
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip {
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 25px;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-long, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-long {
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 47px;
}
.f-modal-alert .f-modal-icon.f-modal-error {
  border-color: #F27474;
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-x-mark {
  display: block;
  position: relative;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
  border: 4px solid rgba(200, 0, 0, 0.2);
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
  background-color: #F27474;
  top: 37px;
  width: 47px;
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-left {
  left: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-right {
  right: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.f-modal-alert .f-modal-icon.f-modal-warning {
  border-color: #F8BB86;
}
.f-modal-alert .f-modal-icon.f-modal-warning:before {
  -webkit-animation: pulseWarning 2s linear infinite;
          animation: pulseWarning 2s linear infinite;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.f-modal-alert .f-modal-icon.f-modal-warning:after {
  background-color: #fff;
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body {
  background-color: #F8BB86;
  border-radius: 2px;
  height: 47px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  width: 5px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot {
  background-color: #F8BB86;
  border-radius: 50%;
  bottom: 10px;
  height: 7px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 7px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon + .f-modal-icon {
  margin-top: 50px;
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip .75s;
          animation: animateSuccessTip .75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong .75s;
          animation: animateSuccessLong .75s;
}

.f-modal-icon.f-modal-success.animate:after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in;
}

.f-modal-icon.f-modal-error.animate:after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in;
}

.animateErrorIcon {
  -webkit-animation: animateErrorIcon .5s;
          animation: animateErrorIcon .5s;
}

.animateXLeft {
  -webkit-animation: animateXLeft .75s;
          animation: animateXLeft .75s;
}

.animateXRight {
  -webkit-animation: animateXRight .75s;
          animation: animateXRight .75s;
}

@-webkit-keyframes animateSuccessTip {
  0%,54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0%,54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0%,65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0%,65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0%,5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100%,12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0%,5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100%,12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@-webkit-keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes animateXLeft {
  0%,
	65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}
@keyframes animateXLeft {
  0%,
	65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}
@-webkit-keyframes animateXRight {
  0%,
	65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}
@keyframes animateXRight {
  0%,
	65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}
@-webkit-keyframes scaleWarning {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleWarning {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes pulseWarning {
  0% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #F8BB86;
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulseWarning {
  0% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #F8BB86;
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}



.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-I);
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.modo-admin{
  display: block;
  height: 20px;
  background-color: crimson;
  color: #FFF;
  text-align: center;
  font-size: .75em;
}

.navbar-portal .navbar-brand{
  background: none!important;
  text-indent: 0 !important;
  color: #FFF!important;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0!important;
  padding: 0!important;
}

.navbar-portal .nav-link-2{
  padding: 8px 20px !important;
  margin-left: 10px;
  border-radius: 100px;
  border: 1px solid #dad9da;
  background-color: transparent;
}

.navbar-portal .nav-link-3,
.navbar-nav .nav-link.nav-link-3{
  background-color: #fc5185;
  border: #fc5185;
  color: #FFF !important;
}

.card-tienda-preview-portal:hover{
  text-decoration: none;
}

.text-gratis{
  background-color: #00d1b2;
  padding: 10px 30px;
  color: #FFF;
  border-radius: 50px;
  font-weight: bold;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  float: none;
}

.list-redes{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  /* text-align: center; */
}

.list-redes li{
display: inline-block;
  margin: 0 auto;
}

.list-redes li a{
  display: inline-block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: var(--color-I);
  color:#FFF !important;
  text-align: center;
  padding-top: 7px;
}

.card-primary{
  background-color: var(--color-I);
  color: #FFF;
}
.card-warning{
  background-color: #ffc107;
  color: #FFF;
}
.card-danger{
  background-color: #dc3545;
  color: #FFF;
}
.card-success{
  background-color: #28a745;
  color: #FFF;
}
.card-default{
  background-color: #6c757d;
  color: #FFF;
}

@media (max-width: 700px){

  .navbar-usr .form-inline{
    margin-top: 0 !important;
  }
  .navbar-usr .form-inline .btn{
    margin-top: -2px !important;
  }
  

  .navbar-light .navbar-brand{
    max-width: 200px;
    max-height: 60px !important;
    background-size: contain !important;
    margin: 0;
  }
  .navbar-light .navbar-brand:before {
    width: 100px;
    height: 100px;
  }

  .navbar-responsive{
    display: block;
  }
  /* #navbar-responsive-2{
    display: none;
  } */

  .producto-preview .inner{
    display: inline-block;
    height: auto;
  }
  .producto-preview .badge{
    font-size: .60rem;
  }
  .producto-preview .titulo{
    line-height: 1rem;
  }
  .producto-preview .precio{
    font-size: 1.2rem;
    margin: 0;
  }

  .fancythumb{
    width: 105px;
    height: 105px;
  }

  h3{
    font-size: 1.3em;
  }
  
  .btn-login{
    font-size: 1.1rem;
  }
  .btn-login small{
    font-size: 80%;
  }

  .migas{
    font-size: .85rem;
  }

  .logo-footer{
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .logo-footer img{
    max-width: 50%;
    margin: 0 auto;
  }

}







/* LA BENDITA */
.navbar-usr .form-inline .form-control{
  border:1px solid var(--color-I);
}

.navbar-usr .form-inline .btn,
.navbar-light .btn-mainmenu .Qty_Text{
  background-color: var(--color-II);
}

.title-section{
  position: relative;
  padding-left: 18%;
}
.title-section:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #00ae42;
    left: 0;
    top: 10px;
}

.gray-divider {
    height: 140px;
    background-color: #fff;
    width: 90%;
    margin: 0 0 -70px auto;
    position: relative;
    top: -70px;
    z-index: -1 !important;
}

.z-100{
  z-index: 100 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--color-I);
}

.seccion-btn{
  position: relative;
  display: block;
  border: none;
  padding: 0;
}

.seccion-btn h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, .75);
  font-family: 'Chelsea Market', cursive;
}

.seccion-btn .inner{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 100;
  transition: all 0.5s ease-out;
}
.seccion-btn .inner:before{
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #faf6ee;
}
.seccion-btn .inner p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
}

.seccion-btn:hover{
  cursor:default;
}
.seccion-btn:hover .inner,
.seccion-btn:active .inner{
  opacity: 1;
  transition: all 0.5s ease-out;
}

.quienes{
  min-height: 300px;
  background: url(../multimedia/tiendas/1/banners/quienes-somos-1.jpeg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.quienes h1{
  font-weight: 700;
  font-size: 3rem;
  background: #FFF;
  color: #323232 !important;
}

.btn-wsp {
  position: fixed;
  bottom: 50px;
  right: 30px;
  background-color: none;
  border: none;
  width: 75px;
  height: 75px;
  text-align: center;
  padding: 0;
  z-index: 100;
}

.header-servicios{
  position: relative;
  padding: 7em 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.header-servicios:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-I);
  opacity: .75;
}
.header-servicios hgroup{
  z-index: 20!important;
}
.header-servicios h1{
  position: relative;
  line-height: .25em;
  font-size: 3em;
  color: #FFF;
}
.header-servicios h1:before{
  position: absolute;
  content: '';
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 8px;
  border-radius: 10px;
  background-color: var(--color-II);
}
.header-servicios hgroup svg{
  z-index: 100!important;
}


.cards-anpafa .card{
  background-color: var(--color-I);
  border:none;
  color: var(--color-II);
  /* border: 5px solid var(--color-II); */
}
.cards-anpafa .card:hover {
  background-color: var(--color-I);
  border: none;
  color: var(--color-II);
  text-decoration: none;
}

.mas-servicios{
  padding: 3em 0;
  background-color: var(--color-I);
}
.mas-servicios .cards-anpafa .card{
  background-color: white;
  border: none;
  color: var(--color-II);
}



.compartir-redes,
.nube {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}

.compartir-redes li,
.nube li {
  display: inline-block;
  margin-right: 5px;
}

.compartir-redes li a {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #FFF;
  background-color: var(--color-I);
  padding: 12px 0 0;
  border-radius: 50%;
}

.compartir-redes li a:hover {
  background-color: var(--color-II);

}

.nube li a {
  border: 1px solid var(--color-I);
  padding: 3px 10px;
  border-radius: 10px;
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}

.big-border-bottom-white,
.big-border-bottom{
  position: relative;
}
.big-border-bottom-white:before,
.big-border-bottom:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-I);
  width: 100%;
  height: 150px;
}

.big-border-bottom-white:before {
  background-color: white;
  height: 75px;
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
  }

  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu>li:hover {
    background-color: #f1f1f1
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  }

}