body{
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #000;        
}

button::focus{
  outline: none;
  -webkit-appearance: none;
}

main{
   min-height:calc(100vh - 114px);    
   overflow-x: hidden; 
   width: 100%;  
   max-width: 100%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

h1, h2, h3{
  font-weight: 600;
}
 h1 {
    font-size: 1.8rem;
    line-height: 1.8rem;
}
h2{
  font-weight: 400;
}

h3{
  font-size: 1.3rem;
}
p{
  font-weight: 300;
}

a{
    color: #000;    
}
a:focus, a:hover{
    color: #00a7d6;
    text-decoration: underline;
}

.btn-primary{
    text-decoration: none;
    background: #833CB8;
    border-radius: 20px;
    border: none; 
    text-transform: uppercase;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
  background: #6B408B;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background: #6B408B;
    border: none;
}

.btn-outline{
  background: transparent;
  transition: all ease .5s;
  border-radius: 25px;
  border: none;
  color: #833CB8!important;
  font-size: 1.2rem;
}

.btn-outline:focus, .btn-outline:hover, .btn-outline:active{
  background: transparent !important;
  color: #833CB8!important;
  }

.gray .btn-outline{
  background: rgba(131,60,184,0);
  border: 1px solid #833CB8;  
  color: #833CB8!important;
  font-size: 1rem;
}

.gray .btn-outline:focus, .gray .btn-outline:hover, .gray  .btn-outline:active{
  background: rgba(131,60,184,1) !important;
  color: #fff!important;
  }
.navbar{
    background-color: #00A5BC !important;   
    border-bottom: none;
    padding: 0;
}

.navbar-shrink{  
   background: #00A5BC;    
   z-index: 1000;
   border-bottom: none !important;
}

.navbar-shrink:foucs{
  outline: none;
} 

.navbar-nav .nav-link{
    text-transform: uppercase;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.btn-primary{
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
    color: #00A5BC;
}
    
.navbar-brand{
    display: block;  
    margin: 5px 0 4px 15px;     
}

.navbar-toggler {
    color: rgba(255,255,255,.85);
    border: none;
}

.collapse.show, .collapsing{
  background: #fff;
  padding: 5px 15px 0;
}
.navbar-collapse{
     padding: 5px 15px 0;
}
.navbar-collapse .nav-item:first-child{
  border-top: none;
}

.nav-link{
  position: relative;
}

.collapsing a.nav-item, .collapse.show a.nav-item, .collapsing a.nav-link, .collapse.show a.nav-link{
    border-top: 1px solid rgba(40,70,132,.15);
    color: #000; 
}
.collapse .nav-item:first-child a.nav-link, .collapsing .nav-item:first-child a.nav-link{
  border-top: none;
}

.collapsing .nav-item.dropdown a .dropdown-menu a, .collapse.show .nav-item.dropdown a .dropdown-menu a{
    border-top: none;
}

.nav-item.dropdown .nav-item.nav-link.dropdown-toggle .dropdown-menu a{
  border-top: none;  
}


/*.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
}*/

.dropdown-menu{
    border-radius: 0px;
    box-shadow: none;
    border: none;
}
.dropdown-item{
  text-transform: none;
  opacity: .5;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    background-color: #EDF4F6;
}
.search .form-control{
    border-right: 0;
    border-radius: 20px 0 0 20px;
}
.search button{
    background: #fff;
    border: none;
    color: #00A5BC;
    border: 1px solid #EDF4F6;
    border-left: 0;
    border-radius: 0 20px 20px 0;
}

footer{
    background: #EDF4F6;
}

footer p, footer a{
  font-size: .9rem;
}

.card{    
    transition: all ease .2s;
    border-radius: 20px;
    box-shadow:  0px 4px 15px rgba(97,187,188,.25);
    position: relative;
    border: 1px solid rgba(237,244,246,.09);
}
.card.product-card{
    min-height: 31.8em;
}

.card h3{  
    font-weight: 600;
    font-size: 1.2rem;
}
.card i {
    font-size: 2rem;
}
.card h3, .card i { 
    color: #00A5BC;    
}

.gray{
    background: #EDF4F6;
}
.card figure{
    min-height: 150px;
    position: relative;
}
.card figure img{
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 150px;
    width: auto!important;
}
.card .card-footer{
    background-color: transparent;
    border: none;
}

.detalle figure img, .detalle-premio figure img{
    max-height: 150px;
}
.detalle .col-xl-4 .gray, .detalle-premio .col-xl-4 .gray {
    border-radius: 20px;
}

a.link{
    color: #833CB8;
    text-decoration: underline;
    font-size: .9rem;
}

.detalle .gray .card figure img, .detalle-premio .gray .card figure img{
    max-height: 150px;
}
.detalle .btn-info, .detalle .bootstrap-touchspin-up, 
.detalle-premio .btn-info, .detalle-premio .bootstrap-touchspin-up{
    border-radius: 50% !important;
    border: 1px solid #833CB8;
    background: transparent;
    color: #833CB8;
    text-align: center;
    height: 40px;
    width: 40px;
}
.detalle-premio .bootstrap-touchspin{
    float: right;
}

.detalle-premio .btn-info, .detalle-premio .bootstrap-touchspin-up{
    height: 30px;
    width: 30px;
    line-height: 1em !important;
}

.cart .btn-info, .cart .bootstrap-touchspin-up{
    height: 20px;
    width: 20px;
    padding: .25rem;
}

.detalle .btn-info:hover, .detalle .btn-info:focus, .detalle .bootstrap-touchspin-up:hover, .detalle .bootstrap-touchspin-up:focus,
.detalle-premio .btn-info:hover, .detalle-premio .btn-info:focus, .detalle-premio .bootstrap-touchspin-up:hover, .detalle-premio .bootstrap-touchspin-up:focus{
    background: #833CB8;
    color: #E6EEF1;
}

.detalle .input-group{
    border-radius: 20px;
    background: #E6EEF1; 
    padding: 4px;
    width: 100%;
}

.detalle .form-control{
    background: transparent;
    border: none;
    text-align: center
}
.cart .form-control{
    height: auto;
    padding: 0;
}
.cart .card .form-group{
    margin-bottom: 0;
}
.detalle h1, .detalle-premio h1{
    font-size: 1.4rem;
}
.cart .input-group-prepend, .cart .input-group-append {
    padding-top: .15rem;
}
.cart .control-label{
    font-size: .9rem;
}
.cart .card p{
    font-size: 1.2rem;
}
.cart .card p.desc{
    font-size: 1rem;
}
.cart .card span{
    font-size: .9rem;
    line-height: .9rem;
}
.cart .card .subtotal p{
    font-weight: 600;
}
.cart .card i{
    color: #000;
    font-size: 1rem;
}

.trash, .edit{
    position: absolute;
    top: 22px;
    right: 20px;
}

.card h2{
    color: #000;
    font-size: 1.2rem;
}
.card.product-card h2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.4em;
}
.card p{
    line-height: 1.1rem;
    font-size: .9rem;
    min-height: 2.4em;
}
 .card p.pvp, .pvp{
    color: rgba(0,0,0,.35);
    font-size: 1.1rem;
    text-decoration: line-through;
    font-weight: 400;
    line-height: 1.2rem;
    min-height: auto;
}
.card p.text-primary{
    min-height: auto;

}

.gray .card h3, .productos .card h3, .detalle h3, .detalle-premio h3{
    color: #00A5BC;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.card h3 span, .detalle h3 span, .detalle-premio h3 span{
    display: block;
    font-weight: 300;
    font-size: .75rem;
    margin-top: 0;
    
}
.card a:focus, .card a:hover{
    color: inherit;
    text-decoration: none;
}
.gray.card:focus,.gray .card:hover{
    box-shadow:  2px 2px 10px rgba(97,187,188,.85);
}
@media (min-width: 576px) {
    .cat.fixed{
        position: fixed;
        top: 72px;
        left: 0;
        width: 100%;
        background-color: #FFFFFF;
        z-index: 99;
        transition: all linear .3s;
        padding-bottom: 10px !important;
    }
    .cat.fixed + section{
        margin-top: 345px !important;
    }
    .cat.fixed .owl-item img{
        max-height: 30px;
        transition: all linear .3s;
    }
    .cat.fixed .card{
        padding-bottom: 8px !important;
        padding-top: 8px !important;
        transition: all linear .3s;
    }
}

.cat .card h2{
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;    
}

.cat .card{
    border: 5px solid #fff;
    box-shadow: none;
}
.cat_01{
    background: rgb(255,221,100);
    background: radial-gradient(farthest-corner at top, #FFDD64 0%, #FF9A23 50%) top left/200% 100%;
    background-size: 1px 200px;
    transition: all ease-out .3s;
}

.cat_02{
    background: #05E7C9;
    background: radial-gradient(farthest-corner at top, #05E7C9 0%, #10B496 50%) top left/200% 100%;
    background-size: 1px 200px;
}

.cat_03{
    background: #6CB1FF;
    background: radial-gradient(farthest-corner at top, #6CB1FF 0%, #227DE2 50%) top left/200% 100%;
    background-size: 1px 200px;
}

.cat_04 {
    background: #E57DFF;
    background: radial-gradient(farthest-corner at top, #E57DFF 0%, #9E4BDF 50%) top left/200% 100%;
    background-size: 1px 200px;
}

.cat_05{
    background: #FF9898;
    background: radial-gradient(farthest-corner at top, #FF9898 0%, #FE4646 50%) top left/200% 100%;
    background-size: 1px 200px;
}

.cat_06{
    background: #fcd5b8;
    background: radial-gradient(farthest-corner at top, #fcd5b8 0%, #fe7b16 50%) top left/200% 100%;
    background-size: 1px 200px;
}

.cat_07{
    background: #C8E88A;
    background: radial-gradient(farthest-corner at top, #C8E88A 0%, #7BB110 50%) top left/200% 100%;
    background-size: 1px 200px;
}
.cat_all{
    background: #9CF1BC;
    background: radial-gradient(farthest-corner at top, #9CF1BC 0%, #02CAE5 30%) top left/200% 100%;
    background-size: 1px 200px;
}

.cat [class*=cat_]:hover, .cat [class*=cat_]:focus{
     background-position:-50%;
}
.tutorial h3{
    color: #00A5BC;
}
.tutorial figure{
    position: relative;
}
.tutorial figure span{
    background: #833CB8;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    font-weight: 300;
    font-size: 1.2rem;
    right: 35%;
    bottom: 0;
}
.form-control{
  border-radius: 20px;
  border: 1px solid #EDF4F6;
}
.owl-carousel, .owl-stage-outer, .owl-stage{
    
}
.owl-carousel.owl-loaded {
  display: inline-block;
}

.owl-nav{
    position: absolute;
    top: calc(45% - 30px);
    width: 100%;
}

.prod .owl-dots{
    display: none;
}
.owl-theme .owl-nav [class*=owl-]{
    margin: 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 36px;
    height: 4px;
    margin: 0px 2px;
    background: #E3ECE9;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00A5BC;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    display: block;
    font-size: 4rem;
    line-height: 3rem;
    font-weight: 300;
    color: #fff;
    border-radius: 20px 0 0 20px;
    height: 65px;
    width: 50px;
    background: rgba(255,255,255,.25);
    box-shadow: none;
    right: 0;
    transition: all ease .25;
}

 .owl-carousel .owl-nav button.owl-prev{
    border-radius: 0 20px 20px 0;
    left: 0;
}

.owl-carousel .owl-nav button:hover, .owl-carousel .owl-nav button:focus{    
    color: #00A5BC;
    background: rgba(255,255,255,.7);
    box-shadow: none;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
  top: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.owl-nav button{
  display: none;
}

button:focus{
  outline: none;
}

.scroll-to-top{
    background: #fff;
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 45px;
    z-index: 1000;
    border-radius: 50%;
    box-shadow: 2px 3px 5px rgba(0,0,0,.35);    
    padding-top: 6px;
}

.scroll-to-top a{
  text-align: center;
}

.scroll-to-top a svg{
  color: #00A5BC;
  width: 90% !important;
  padding-right: 0;
}


/*CATEGORIA*/
.breadcrumb{
    background: transparent;
    text-transform: uppercase;
    font-size: .8rem;
}
.title img{
    width: 10%;
    height: auto;
}
.title h1{
    color: #000;
    font-size: 1.2rem;
    line-height: 1rem;
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.title p{
    font-weight: 300;   
    color: #000;
    font-size: 1rem;
    line-height: 1.2rem;
}
.title.cat h1{
    color: #fff;
}
.title.cat p{  
    color: #fff;
}

    .filters .collapse.show, .filters .collapsing {
    background: transparent;
    padding: 0;
}
.filters label{
    font-weight: 600;
    font-size: 1rem !important;
    padding-top: 6px;
}
.filters .form-control{
    font-size: 1rem;
    font-weight: 300;
    padding: 0;
    background: none;
    border: none;
}
.filters button{
    border: none;
    background: transparent;
    padding: 0;
}
.filters .badge-primary{
    background: rgba(131,60,184,.15);
    color: #000;
    font-weight: 400;
    font-size: .85rem;
    
}
.filters .badge-primary button{
    color: #833CB8;
}

.filters ul{
    padding: 0;
    list-style: none;
    font-size: 1rem;
}
.filters ul li{
    font-weight: 300;
}
.filters ul li:first-child{
    font-weight: 600;
}
option{
    border-radius: 15px 15px 0 0;    
}

option:last-child{
    border-radius: 0 0 15px 15px;    
}

.page-link{
    border: none;
    color: #000;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 5px 0 0 0;
    margin-right: 5px;
}
.page-link.active{
    color:#833CB8;
    background: rgba(131,60,184,.35);    
}
.page-link:focus, .page-link:hover{
    text-decoration: none;
    color:#833CB8
}
.page-item:first-child .page-link, .page-item:last-child .page-link{
    border-radius: 50%;
}

.page-item:last-child .page-link{
    margin-right: 0;
}

.detail h2{
    color: #00A5BC;
    font-size:1.2rem;
}

/*carrito*/
.cart .card h3{
    color: #000;
    font-weight: 600;
    font-size: 1.2rem;
}
.cart .gray {
    border-radius: 20px 20px 0 0;
}
.cart .gray .btn.up{
    background: transparent;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    
}
.cart .gray .btn.up .bi-chevron-down::before{
    transition: all ease .2s;
    transform: rotate(0deg);
}

.cart .gray .btn.up.collapsed .bi-chevron-down::before{
    transition: all ease .2s;
    transform: rotate(180deg)!important;
}

.cart .gray h2{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
}
.cart .gray .form-control{
    background: #fff;
}
.cart .gray h3{
    font-weight: 300;
}
.cart .gray .precio p{
    font-weight: 600;
}
.cart .gray .precio h3{
    font-weight: 600;
}
.cart .gray .form-check-label, .cart .gray .form-check-label .link{
    font-size: .8rem;
}

.cart .gray .collapse.show, .cart .gray .collapsing{
    background: transparent;
    padding: 0;
}

.form-check{
    font-weight: 300;
}
.line{
    border-bottom: 1px solid #E8F2F4;
}
.resume{
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 2;
        box-shadow:  0px -10px 25px rgba(111,147,152,.45);
    }
.cart .empty h1{
    color: #00A5BC;
    font-size: 1.6rem;
}
.bi-cart2.big{
    font-size: 2rem;
    display: block;
    margin: o auto;
    color: #00A5BC;
}
.modal-content{
    border-radius: 20px;
    border: none;
}
.modal-header{
    background: #00A5BC;
    color: #FFF;
    border-radius: 20px 20px 0 0;
    border-bottom: none;
    display: block;
}
.modal-header i{
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    display: block;
}
.modal-body h5{
    text-align: center;
    display: block;
    color: #00A5BC;
    font-size: 1.8rem;
    font-weight: 300;
}
.modal-body p{
    text-align: center;
}
.modal-footer{
    border-top: none;
    padding: 0;
}
.close{
    color: rgba(255,255,255,.25);
    position: absolute;
    right: 20px;
    top: 20px;
}

/*MIS PEDIDOS*/

.nav-tabs{
    border-bottom: 1px solid #EDF4F6;
}
.nav-tabs .nav-link {
    border: none;
    border-bottom: 1px solid transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 1px solid #833CB8;
}
 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #833CB8;
}
.cart .tab-pane .card h2{
    font-size: 1.1rem;
}
.cart .tab-pane .card h3{
    font-size: 1.6rem;
}
.cart .tab-pane .card h4{
    font-size: .9rem;
    font-weight: 400;
}
.cart .tab-pane .card p{
    font-size: .9rem;
}
.estado{
    border-radius: 15px;
    display: block;
    text-align: center;
}

.green{
    background: rgba(9,206,170,.15);    
}

.green i:before{
    color: #09CEAB;
}

.red{
    background: rgba(206,44,9,.15);
}
.red i:before{
    color: #FF6565;
}
.yellow{
    background: rgba(248,194,5,.15);   
}
.yellow i:before{
     color: #F8C205;
}
.pedidos .card:focus,.pedidos .card:hover{
    box-shadow:  2px 2px 10px rgba(97,187,188,.65);
    background: #EDF4F6;
}

.alert-success{
    background: rgba(2,202,229,.15);
    font-size: .9rem;
    border-radius: 20px;
    border: none;
}

/*REGISTRO*/

.reg h1{
    color: #00A5BC;
    font-size: 1.6rem;
}
.reg h2{
    font-size: 1.4rem;
    font-weight: 600;
}
.reg .gray{
    z-index: 0;
}


.form-group {
    margin-bottom: .5rem;
}
label{
    margin-bottom: .15rem;
}
#msform {
    position: relative;    
    text-align: center;
}

#msform label{
    text-align: left;
    width: 95%;
}
#msform fieldset{
    min-height: 480px; 
    padding-bottom: 50px;
}

#msform .btn{
    position: absolute;
    bottom: 0;    
}
#msform  .btn-primary{
    width: 49%;
}

#msform .btn.previous{
    left: 0;
}

#msform .btn.next{
    right: 0;    
}

#msform .btn.next.fst{
    left: 0;
    right: 0;
    margin: 0 auto;
}

#msform .trash, #msform .edit{
    position: absolute;
    top: 50px;
    right: 45px;
    bottom: auto;   
}

#msform .trash .btn, #msform .edit .btn{
     background: transparent;
}

#msform .btn.act{
    position: relative;
}

#msform .card h4{
    font-size: 1.2rem;
    font-weight: 600;
}
#msform .card i{
    font-size: 1rem;
}
#progressbar {
    overflow: hidden;      
    margin-top: -30px;
}

#progressbar li {   
    position: relative;
    list-style: none;
    width: 30%;
    display: block;
    float: left;
}

#progressbar #uno:before {
    content: "1";
}

#progressbar #dos:before {
    content: "2";
    margin: 0 auto;
}

#progressbar #tres:before {
    content: "3";
    float: right;
}


#progressbar li:before {
    color: #00A5BC;
    border: 1px solid #00A5BC;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: 300;
    height: 60px;
    width: 60px;
    line-height: 3.5rem;
    background: #EDF4F6;
    transition: all ease .2s;
    display: block;
    position: relative;
    z-index: 1;
}

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

#progressbar li.active:before,
#progressbar li.active:after {
    background: #00A5BC;
    color: #fff;
}

.addSuc i{
    vertical-align: text-bottom;
}

/*FAQ*/

.xl{
    font-size: 2rem;
}

h2 .btn-link{
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

#sticky-home.toast{
    background-color:  #50307f;
    width: 325px;
    position: fixed; 
    bottom: 20px; 
    right: 20px;
    z-index: 999;
}

#sticky-home.toast .btn-primary{
    color: #50307f;
    background-color: #fff;
    border-color: #fff;
}

#sticky-home.toast .btn-primary:hover, #sticky-home.toast .btn-primary:focus, #sticky-home.toast .btn-primary:active{
    color: #fff;
    background-color: #50307f;
    border-color: #fff;
}

#sticky-home.toast .btn-close{
    filter: brightness(0) invert(1) !important;
}

#sticky-home .toast-header{
    background-color: transparent;
}

#sticky-home.toast h2{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
    margin-bottom: 0;
}
#sticky-home.toast h3{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 2.2rem;
}

#sticky-home.toast h3 span{
    color: #fff;
    font-size: 1.5rem;
}
#sticky-home.toast p{
    color: #fff;
    font-weight: 900;
    margin-bottom: 0;
    font-size: .8rem;
    line-height: .9rem;
    margin-top: .5rem;
}


@media (min-width: 375px) {
.title img{
    width: 18%;
    height: auto;
}
.title h1{
    font-size: 1.3rem;
}
}

@media (min-width: 425px) {
  
}
/*
@media (min-width: 576px) {    
    h1{
    font-size: 1.8rem;
    }
}*/

@media (min-width: 768px) {    
    
    .navbar-brand{
        display: block;  
        margin: 5px 0 4px 0; 
    }
    .dropdown-menu{
        border-radius: 20px;
        box-shadow:  0px 4px 15px rgba(58,92,92,.35);
        border: 1px solid rgba(237,244,246,.09);
    }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
        color: #fff;
    }
    .breadcrumb{
    background: transparent;
    text-transform: uppercase;
    font-size: .9rem;
}
    .container.resp{
        max-width: 100%;
    }
    .title img{
    width: 10%;
    height: auto;
}
    .title h1{
    font-size: 1.9rem;
}
    .title p{    
        font-size: 1.4rem;
    }
    .breadcrumb{
        font-size: 1rem;
    }
    .btn.filt{
        color: #833CB8;
    }
    .detalle figure img, .detalle-premio figure img{
        max-height: 250px;
}
    .detalle h1, .detalle-premio h1{
    font-size: 2.5rem;
}
    .cart h1{
        font-size: 1.9rem;
    }
    .detalle .input-group{
    width: 70%;
}
    .detalle.cart .input-group, .detalle-premio.cart .input-group{
    width: 100%;
}
    
    .cart .gray h2{
    font-size: 1.4rem;
}
    .trash{
    padding-top: 2rem;
}
    .btn-outline{
  background: rgba(131,60,184,0);
  border: 1px solid #833CB8;  
  color: #833CB8!important;
  font-size: .9rem;
}
    
    .cart .gray .form-check-label{
    font-size: .9rem;
}

.btn-outline:focus, .btn-outline:hover, .btn-outline:active{
  background: rgba(131,60,184,1);
  color: #fff!important;
  }
    #msform .trash, #msform .edit{
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;   
    }
    #sticky-home.toast-container{
        width: max-content;
        max-width: 100%;
    }
    #sticky-home.toast{
        width: 325px;
    }
    #sticky-home.toast h2{
        font-size: 1.25rem;
        font-weight: 900;
    }
    #sticky-home.toast h3{
        font-size: 3rem;
        font-weight: 900;
        letter-spacing: -2px;
        line-height: 3rem;
    }

    #sticky-home.toast h3 span{
        font-size: 2rem;
    }
    #sticky-home.toast p{
        font-weight: 900;
        margin-bottom: 0;
        font-size: 1.1rem;
        line-height: 1.1rem;
        margin-top: .5rem;
    }
}
    

@media (min-width: 991px) {    
    .owl-theme.top .owl-dots{
        position: absolute;
        bottom: 10px;    
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .navbar-collapse{
         padding: 0;
        background: transparent;
    }
    .title{
    border-radius: 25px;
}
    .filters{
    border-radius: 20px;    
}
    .container.resp{
        max-width: 960px;
    }
    .cart .gray {
    border-radius: 20px;
}
    .cart .gray h2{
    font-size: 1.2rem;
}
  .cart .gray h3{
    font-size: 1.6rem;
}  
    .resume{
        position: relative;
        box-shadow: none;
    }
    .estado{
    width: 80%;
    
}
    #progressbar {
    overflow: hidden;  
    padding: 0 20%;
    margin-top: -30px;
}
    
#msform  .btn-primary{
    width: 200px;
}
#msform .btn.previous{
    left: 50%;
    margin-left: -205px;
}

#msform .btn.next{
    right: 50%;
    margin-right: -205px;    
}
    
    

}

@media (min-width: 1024px) {

h3{
    font-size: 1.4rem;
}


}

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1366px) {
  h1{
    font-size: 2.3rem;
  }  
}

@media (min-width: 1440px) {
   

}

@media (min-width: 2000px) {
  
}

@media (max-width: 767px) {    
    
    .dropdown-toggle::after {
        float: right;
        margin-top: 8px;
        transition: all ease .35s;
      }
    
    .nav-item.dropdown.show .dropdown-toggle::after{
       transform: rotate(180deg);
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .navbar-expand-sm .navbar-toggler {
    display: block;
}

.collapse:not(.show) {
    display: none !important;
}


}


