/* 
    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;
}

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

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

.display-none{
    display: none;
}

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

.bg-I{
    background: #ebebeb;
}

.bg-II{
    background: whitesmoke;
}

.bg-primary{
  background-color: #36344d !important;
}

.navbar-light .navbar-nav .nav-link{
  color: #c8bceb!important;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #fff!important;
}

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

.navbar-brand{
  background: url('../img/sitio/Logo_Blanco.svg') no-repeat left center;
  text-indent: -9999px;
  width: 200px;
  height: 30px;
}

.navbar-toggler-icon{
  color: #FFF;
}

.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: "\f023"
}

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

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

#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
}


.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: 3px solid transparent;*/
    /*border-radius: 3px;*/
    /*box-shadow: 0 0 2px rgba(0,0,0,.2);*/
    border: none;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.producto-preview .titulo{
    font-weight: bold;
    margin: 0;
    text-align: left;
}
.producto-preview .desc{
    font-size: .7em;
    line-height: 1.1em;
    text-align: left;
    margin: 0;
}
.producto-preview .precio{
    text-align: left;
    font-weight: bold;
    color: var(--color-I);
}
.producto-preview:hover{
    background: #FFF;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    text-decoration: none;
    opacity: 1;
}
.producto-preview-novisible{
    opacity: .5;
}
.producto-preview img{
  max-width: 100px;
}

.modal-producto .close{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #FFF;
    top: -10px;
    right: -10px;
    background: var(--color-I);
    opacity: 1;
    z-index: 100 !important;
}

.categoria-preview{
    display: block;
    width: 100%;
    background: #FFF;
    border: none;
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
}
.categoria-preview .titulo{
    font-weight: bold;
    margin: 0 0 5px;
}
.categoria-preview .desc{
    font-size: .7em;
    margin: 0;
}
.categoria-preview:hover{
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    text-decoration: none;
}

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


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

.card-pedido{
    display: block;
    width: 100%;
    text-align: left;
    font-size: .75em;
}
.card-pedido p{
    display: block;
    width: 100%;
}
.card-pedido .row{
    width: 100%;
}

.breadcrumb{
    background: none;
    padding-left: 0;
}

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


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

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

.list-cards{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 25px;
}

.list-cards li{
    margin: 0 5px 5px 0;
    border-radius: 5px;
}


.list-resumen{
  margin:0;
  padding: 0;
  list-style: none;
}
.list-resumen li{
  font-size: .75em;;
}

.flex-wrap{
  flex-wrap: wrap!important;
}

.btn-plan{
  background-color: #FFF;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 1.4rem .8rem;
  margin-right: .5em;
  margin-bottom: .5em;
  text-align: center;
  width: 10rem;
  font-size: 1em;
}
.btn-plan span{
  color: var(--color-I);
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  font-size: 1em!important;
  line-height: 1em;
}
.btn-plan-active{
  background: var(--color-I);
}
.btn-plan-active span{
  color: #FFF;
}
.btn-plan:hover{
  background-color: #fc5185;
  color: #FFF !important;
}


.time-period{
  display: inline-block;
  width: 10rem;
  text-align: center;
  margin-right: .5em;
  border: none;
  background: none;
}
.time-period .old-price{
  font-size: .75em;
  color: #969696;
  text-decoration: line-through;
}
.time-period .discount-tag{
  position: relative;  
  margin-bottom: 15px;
  color: #FFF;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  text-align: center;
  font-size: .75em;
  align-items: center!important;
}
.time-period .discount-tag:after{
  position: absolute;
  display: block;
  content: "";
  height: 0;
  width: 0;
  border-top: solid var(--color-I) 1rem;
  border-left: transparent solid 1rem;
  border-right: transparent solid 1rem;
  border-bottom: none;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%,-50%);
}
.time-period .discount-tag .discount-size{
  background: var(--color-I);
    padding: .4rem;
}

.time-period .new-price{
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #dee2e6;
  background: #FFF;
  text-align: center;
  padding: 1.4rem .8rem;
}
.time-period .new-price .term-period{
  font-size: 12px;
  padding-bottom: 0;
  display: block;
}
.time-period .new-price .price-new{
  font-size: 1em;
  font-weight: 900;
  padding: 0;
  margin-top: 0;
}
.time-period .new-price .unit{
  font-size: 12px;
  display: block;
  font-weight: 700;
  font-size: .75em;
}
.time-period-active .new-price{
  background: var(--color-I);
  color: #FFF;
}
.old-price-hidden .old-price,
.old-price-hidden .discount-tag{
  opacity: 0;
}


/* 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: 4px;
  margin: 20px;
  padding: 50px;
}

.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;
  text-align: center;
  padding-top: 7px;
}


.toggle-arrow {
  cursor: pointer !important;
  transition: transform 0.3s;
  display: inline-block;
}
.toggle-arrow[aria-expanded="true"] {
  transform: rotate(180deg); /* flecha hacia arriba */
}