body {
    font-family: "Inter", sans-serif;
    /* font-family: "Oswald", sans-serif; */
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
.text-14{
    font-size: .875rem;
}
.bg-color{
    background-color: var(--botones);
}
.ingredientes-lista {
        list-style: none;
        padding-left: 0;
    }

    .ingrediente-item {
        background-color: #000;
        border: 1px solid #f80402;
        border-radius: 0.5rem;
        padding: 1rem;
        margin-bottom: 0.75rem;
        transition: all 0.3s ease;
        color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ingrediente-item:hover {
        background-color: #1a1a1a;
    }

    .form-check-input:checked {
        background-color: #f80402;
        border-color: #f80402;
    }

    .ingrediente-nombre {
        font-weight: bold;
        font-size: 1rem;
    }

    .ingrediente-precio {
        color: #fff;
        background-color: #f80402;
        padding: 0.2rem 0.5rem;
        border-radius: 0.4rem;
        font-weight: bold;
        font-size: 0.95rem;
        display: inline-block;
        margin-top: 0.3rem;
    }
footer{
    background-color: #000000;
    color: #fff;
    font-weight: 300;
}
footer .titulo-foot{
    font-family:'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    text-transform: uppercase;
}
footer a{
    font-weight: 300;
    text-decoration: none;
    color: #fff;
}
footer a:hover,
footer .active{
   color: #f80402;
}
footer .down-foot{
    border-top: 1px solid #2d2d2d;
    color: #fff!important;
}
footer .down-foot p{
    font-size: .9rem;
}
footer .btn-social{
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--botones);
}
footer .btn-social:hover{
    color: #f80402;
    background-color: #fff;
}

.accordion .accordion-item .accordion-header .accordion-button,
.accordion .accordion-item .accordion-header .link-categorias{
    /* font-family: 'Oswald', sans-serif; */
    font-size: 1rem;
    font-weight: 400;
    color: #666;
}
.accordion .accordion-item .accordion-header .accordion-button:hover,
.accordion .accordion-item .accordion-header .link-categorias:hover{
    color: var(--botones);
}
.accordion .accordion-item .accordion-header .link-categorias{
    padding: 16px 8px;
    text-decoration: none;
    width: 100%;
}
.accordion-button:focus{
    box-shadow: 0 0 0 0.25rem rgba(248, 4, 2, 0.25);
}
.accordion-button:not(.collapsed){
    background-color: rgb(248 4 2/ 10%);
}

/* .accordion-button::after{
    display: none!important;
}
.accordion {
    overflow: hidden;
    border-radius: 25px!important;
}
.accordion-item{
    border: 1px solid rgb(54 54 54);
}
.accordion-button{
    background-color: #000;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}
.accordion-button:hover{
    color: #f80402;
} */
.text-color{
    color: var(--botones);
}
.btn-lo-quiero{
    background-color: #f80402;
    font-family: 'Open Sans', sans-serif;
    border: 2px solid #f80402;
    color: #ffffff!important;
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 15px;
    padding: 13px 15px;
}
.btn-lo-quiero:hover{
    background-color: #000;
    border:  2px solid #fff;
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 1rem!important;
    padding-left: 0;
}
.card-carrusel .bg-gris{
    position: absolute;
    /* border: 1px solid red; */
    border-radius: 0 0 25px 25px;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 220px!important;
    height: 215px;
}
.card-carrusel{ 
    border: inherit;
}
.card-carrusel .sandwich{
    max-width: 90%;
    margin: auto;
    object-fit: cover;
    aspect-ratio: 1.3;
}
.card-carrusel .card-body{
    padding-top: 130px;
    margin-top: -120px;
    border-radius: 25px;
    background-color: #000;
}
.card-carrusel .card-footer{
    border-radius: 0 0 25px 25px;
    background-color: #000;
}
.btn-close {
    opacity: 1!important;
}
.modal .modal-content{
    background-image: url('../../../img/inicio/modal.png');
    background-position: bottom;
    background-size:100%;
    background-repeat: no-repeat;
}
.img-modal{
    position: absolute;
    left: -34px;
    max-width: 225px;
    bottom: -22px;
}
.img-modal-dos{
    position: absolute;
    max-width: 225px;
    right: -28px;
    bottom: -34px;
}
.bg-img{
    position: absolute;
    width: 100%;
    top: -50%;
}
.bg-img img{
    width: 100%;
    /* opacity: .5; */
    mix-blend-mode: luminosity;
}

.img-slide{
    position: absolute;
    width: 55%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.btn-color-two{
    background-color: #000000;
    font-family: 'Open Sans', sans-serif;
    border: 2px solid #000000;
    color: #ffffff!important;
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 15px;
    padding: 12px 35px;
    /* position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0; */
    /* margin: auto; */
}
.btn-color-two:is(:hover,:focus,:active){
    background-color: #222;
}

.btn-icono{
    border-radius: 50%!important;
    height: 43.5px;
    width: 43.5px;
    background-color: var(--botones);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    padding: .5rem!important;
}
.btn-icono:hover{
    background-color: #fff;
    color: var(--botones);
}
.carro-btn{
    position: relative;
}
.carro-btn .badge{
    position: absolute!important;
    top: -5px!important;
    right: -3px;
    width: 21px;
    height: 21px;
    font-style: initial;
    background-color: #000000;
    border-radius: 10px;
    padding: 4px 3px;
    font-weight: 400;
    font-size: .75rem;
    /* font-family: 'Inter', sans-serif; */
}
.carrro{
    background-color: #fff;
    position: relative;
    color: #f80402;
    font-size: 1.3rem;
    border-radius: 50%;
}

.img-social{
    width: 30px;
    border-radius: 50%;
}
.clip-path-uno{
    clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%);
}
.clip-path-dos{
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
}
.clip-path-tres{

}
.list-searsh {
    position: absolute;
    top: 45px;
    border-radius: 20px;
    background-color: rgb(0 171 126 / 44%);
    border: border;
}
.list-searsh #results{
    list-style: none;
    padding: 10px;
}
.list-searsh #results li a{
    color: #fff;
    font-size: .9rem;
    text-decoration: none;
    font-weight: 200;
}
.list-searsh #results li a:hover{
    color: #141b28;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 15px;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #04ac80;
    border-color: #04ac80;
}

.destacados p{
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.font-40{
    font-size: 40px;
    line-height: 40px;
}

.categoria-cont{
    background-color:#686868;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    text-align: center;
    transition: all .2s ease-in;
}
.categoria-cont p{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
    padding: .5rem .8rem;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 0;
    display: inline-block;
    transition: all .2s ease-in;
}
.categoria-cont:hover{
    opacity: .8;
}
.categoria-cont:hover p{
    border-color: red;
}

.info-servicio {
    padding-top: 350px!important;
    background: rgb(31,40,57);
    background: linear-gradient(357deg, rgba(31,40,57,1) 17%, rgba(31,40,57,0) 65%);
    border: 2px solid #141a28;
    border-radius: 24px;
}
.cont-cat-serv{
        background-color: #21af85;
    border-radius: 20px;
    padding: 22px 18px
}
.bg-cli {
    background-color: #04ac80!important;
    clip-path: polygon(0 16%, 100% 0%, 100% 100%, 0% 84%);
    margin-bottom: -95px;
    margin-top: -50px;
}
.bg-sus{
    background-color: #04ac80!important;
    clip-path: polygon(0 0%, 100% 16%, 100% 84%, 0% 100%);
    margin-bottom: -38px;
}
.bg-oscuro{
	position: relative;
	overflow: hidden;
	background-color: #141a28;
}
.progress-bar {
    color: #41266b!important;
    background-color: #f1ca00!important;
}
.btn-float{
    position: absolute;
    left: 1rem;
    z-index: 2;
    top: 14rem;
}
.breadcrumb-item a {
    color: #6d3b9c!important;;
    text-decoration: underline!important;
}
.breadcrumb-item.active {
    color: #41266b!important;
}
.dash{
    border: 3px solid #f5f5f300!important;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dash:hover,
.dash-active{
    border: 3px solid #6d3b9c!important;
}
.btn-social i{
    color: #fff;
    font-size: 1.1rem;
}
.btn-social:hover i{
    color: #f80402;
}
.img-time{
    width: 100px!important;
    height: 100px;
    border-radius: 20px;
    box-shadow: 0px 3px 8px #6d3b9c4a;
    object-fit: cover;
    object-position: center;
}
.simply-countdown {
    overflow: hidden;
    display: table;
}
.simply-countdown > .simply-section {
     width: 90px;
    height: 90px;
    border-radius: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    margin: 7px;
    background: #fff;
    box-shadow: 0px 3px 8px #6d3b9c4a;
}
.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
  display: block;
  text-align: center;
}
.cuadro-count{
    width: 90px;
    height: 90px;
    border-radius: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    margin: 7px;
    background: #fff;
    box-shadow: 0px 3px 8px #6d3b9c4a;
}
.simply-amount,
.numeros-reg{
    color: #41266b;
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: 800;
}
.simply-word{
    color: #666;
    font-size: .95rem;
    font-weight: 300;
}
.bg-regresiva{
        border: none;
    border-radius: 25px;
    width: 100%;
    box-shadow: 0 8px 25px #6d3b9c52;
    z-index: 2;
    margin: -150px auto 0 auto;
}
.bg-app{
    padding-top: 150px;
    background: url(../img/inicio/bg-purple.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-app .ondas-top{
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0;
    right: 0;
    top: 0;
     background: url("../img/inicio/bg-top.svg") repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-down{
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 115px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: url(../img/inicio/bg-down.svg) repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-app .card{
    border: none;
    background-color: none;
    background-color: #f1ca00;
    border-radius: 25px;
}
.img-sus{
        margin-top: -25px;
    margin-bottom: -180px;
}
.bg-red{
    background-color: #e60128;
}

.owl-carousel .owl-dots{
    text-align: center;
}
.owl-carousel .owl-dots button{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: var(--botones);
    margin-inline:3px;
    opacity: .3;
}
.owl-carousel .owl-dots button.active{
    opacity: 1;
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 1rem!important;
    padding-left: 0;
}
.owl-nav{
    position: absolute;
    z-index: -1;
    top: 35%;
    width: 100%;
}
.owl-nav .owl-prev{
    float: left;
    margin-left: -30px;
}
.owl-nav .owl-next{
    float: right;
    margin-right: -30px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next{
    font-size: 20px!important;
    color: var(--botones)!important;
    opacity: .8;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover{
    opacity: 1;
}
.gradient-cat{
    position: absolute;
    height: 70%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-radius: 0 0 24px 24px;
    background: rgb(62,43,105);
    background: linear-gradient(2deg, rgba(62,43,105,0.9458158263305322) 7%, rgba(62,43,105,0) 93%);
}
.card-info-int{
    bottom: 10%;
    transform: translateY(-10%);
    position: absolute;
}
.card-cat{
    border-radius: 25px!important;
    border: 0px;
    height: 500px;
}
.casa-cat{
    width: 50%!important;
    position: absolute;
    bottom: -50px;
    right: 10px;
}
.card-prod{
    background-color: #000;
    border-radius: 25px!important;
    border: none;
    overflow: hidden;
}
.card-prod img{
    aspect-ratio: 1.3;
    object-fit: cover;
}
.carousel {
    position: relative;
}
.carousel-item .info-slide{
    position: absolute;
    width: 45%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    font-size: 3rem;
    opacity: .5;
    transition: opacity .15s ease;
}
.bg-top {
    color: #ffffff;
    border-bottom: 1px solid #202021;
    background-color: #000000;
}
.wsp{
    color: #fff;
    background-color: #00e576;
    font-weight: 400;
    padding: .15rem .6rem!important;
    font-size: .7rem!important;
    border: 1px solid #00e576;
    font-family: 'Inter', sans-serif!important;
    text-transform: none!important;
    letter-spacing: 0!important;
}
.img-opacidad{
    top: -1rem;
    left: -1rem;
    position: absolute;
    width: 100px;
}
.bg-withe .ico-prod{
    opacity: 0;
    background-color: rgb(0 0 0 / 0%);
    padding: 33%;
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bg-withe:hover .ico-prod{
    opacity: 1;
    padding: 35%;
    background-color: rgb(0 0 0 / 10%);
}
.bg-withe,
.card-footer.bg-withe{
    padding: 1rem!important;
    border-top: 1px solid rgb(0 0 0 / 0%)!important;
    background-color: #300b58!important;
}
.bg-withe:hover .card-body,
.bg-withe:hover .card-footer.bg-withe{

}
.modal-content {
    border-radius: 2rem!important;
}
.gradient-slide{
    position: absolute;
    background-color: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
}
.ico-wallet {
    border-radius: 26px;
    width: 60px;
    height: 60px;
    padding: 8px 0 5px 5px !important;
    text-align: center;
    border: 1px
 solid #6d3b9c;
    background-color: #6d3b9c!important;
}
.ico-wallet img{
    width: 40px!important;
}
.ico-cont{
    border-radius: 20px;
    width: 45px;
    height: 45px;
    padding-top: 12px;
    text-align: center;
    border: 1px solid #6d3b9c;
    background-color: #6d3b9c!important;
}
.ico-cont i{
    font-size: 1.2rem;
    color: #fff;
}
.coco{
    margin: -2rem auto -3.5rem auto;
}
.bg-hojas{
    background: url(../img/inicio/bg-hojas.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-blog{
    background-color: #e7aa20;
}
.bg-well{
    background-color: #f6f6f6;
}
.img-well{
    min-height: 300px;
}
.border-cuadro{
    border: 1px solid #fff;
    position: absolute;
    top: 5%;
    left: 2%;
    right: 2%;
    width: 96%;
    height: 90%;
}
.opacidad-slide{
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(2 152 145 / 25%);
}
.opacidad-banner{
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(2 152 145 / 45%);
}
.heart{
    width: 80px;
}
.logo-slide{
    width: 220px;
}
.cont-sociales{
    position: absolute;
    bottom: -1.35rem;
    z-index: 4;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
}
.cont-sociales .btn-social{
    color: #fff;
    padding-top: .6rem;
    border-radius: 50%;
    margin: 0 5px;
    width: 2.7rem;
    height: 2.7rem;
    text-align: center;
    background-color: #c8621e;
    font-size: 1.2rem;
}
.cont-sociales .btn-social:hover{
    background-color: #e5ab1d;
}
.cont-buscar{
    width: 500px;
}
.cont-buscar .form-buscar{
        height: 41px!important;
    padding: 5px 10px;
    font-size: .9rem!important;
    font-style: italic;
    font-weight: 300!important;
    line-height: 1.2;
    color: #000000!important;
    background-color: rgb(255 255 255)!important;
    border: 1px solid #cdcdcd!important;
}
.cont-buscar .form-buscar::placeholder{
    color: #9c9c9c;
    padding-left: 10px!important;
    box-shadow: 0 0 0 0.25rem rgb(229 171 29 / 0%);
}

.cont-buscar .form-buscar:focus {
    color: #000!important;
    padding-left: 10px!important;
    background-color: #fff!important;
    border-color: #d54d3e!important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(213 77 62 / 35%);
}
.cont-buscar .btn-buscar{
        display: inherit;
    background-color: #e60128;
    color: #fff;
    font-size: .8rem;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 30px;
}
.cont-buscar .btn-buscar .bi-shop{
    margin-right: .5rem;
}
.cont-buscar:hover .btn-buscar{
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
}
.btn-carro{
    padding: 5px;
    font-size: 1.2rem;
    line-height: 0;
    color: #20004b;
    background-color: #f1ca00;
    position: relative;
    border-radius: 50%;
}

.btn-carro:hover {
    color: #000;
}
#navbar {
    /*overflow: hidden;*/
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    background: linear-gradient(to bottom, rgba(0,0,0,.8), 50% , rgba(0,0,0,0));
}
#navbar.navbar-shrink{
    background: #000;
}


#navbar .navbar-nav .nav-item .nav-link {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    padding: 8px .8rem;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1.3px;
    border-bottom: 1px solid transparent;
}
#navbar .navbar-nav .nav-item .nav-link:hover,
#navbar .navbar-nav .nav-item .active{
    color: #ffffff;
    /* text-decoration: underline; */
    border-bottom: 1px solid var(--botones);
}
.gradient-news{
    height: 40%!important;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0);
    background: linear-gradient(0deg, rgb(0 0 0) 12%, rgb(32 0 75 / 0%) 75%);
}
.info-top-new{
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 15px;
    right: 15px;
    bottom: 0;
}
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .5!important;
    transform: scale(.75) translateY(-.5rem) translateX(.15rem)!important;
}
.top-social{
    color: #025ea3;
}
.top-social:hover{
    color: #2488fe;
}
.navbar{
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
    letter-spacing: .03rem;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fafb00;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
}
.quantity {
    position: relative;
}
input.error {
    border-color: #F44336!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
}
.alerta .alert {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 25px 15px;
    border: none;
    z-index: 9999;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}
.form-floating>label {
    font-style: italic;
    color: #b9b9b9!important;
    font-weight: 400!important;
    font-size: .9rem;
}
.form-control-sus:focus,
.form-control:focus {
    color: #000000!important;
    padding-left: 15px!important;
    background-color: #fff!important;
    border-color: #f80402!important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem hsl(0deg 98% 49% / 28%);
}
.form-control{
    color: #ccc!important;
    border: 1px solid #ccc!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-buscar{
    display: block;
    width: 100%;
    padding: 0 15px;
    font-style: italic;
    font-size: .8rem!important;
    font-weight: 300!important;
    line-height: 1.5;
    color: #ccc!important;
    background-color: #0f121e!important;
    background-clip: padding-box;
    border: 1px solid #10121e!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 25px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-buscar::placeholder{
	color: #04ac80;
}
.bg-yellow{
    background-color: #f9fc00;
}
.gradient-one,
.gradient-two,
.gradient-three{
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.gradient-one{
    background: rgb(0,0,0);
    background: linear-gradient(18deg, rgba(0,0,0,0.804359243697479) 6%, rgba(0,0,0,0) 46%);
}
.gradient-two{
    background: rgb(9,38,101);
    background: linear-gradient(18deg, rgba(9,38,101,0.9023984593837535) 6%, rgba(9,38,101,0) 46%);
}
.gradient-three{
    background: rgb(0,0,0);
    background: linear-gradient(18deg, rgba(0,0,0,0.804359243697479) 6%, rgba(0,0,0,0) 46%);
}
.cloud-one{
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 390px;
    height: 420px;
    background-image: url(../img/inicio/nube-uno.png);
}
.cloud-two{
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 390px;
    height: 420px;
    background-image: url(../img/inicio/nube-dos.png);
}
.cloud-three{
    background-image: url(../img/inicio/nube-tres.png);
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1320px;
    height: 382px;
}
.carousel-control-next{
    right: 0!important;
}
.carousel-control-prev {
    right: 50px!important;
}
.carousel-control-next:hover,
.carousel-control-prev:hover{
    opacity: 1!important;
}

.carousel-indicators button{
    height: 20px!important;
    width: 20px!important;
    border-radius: 50%!important;
    background-color: #fff;
}


.btn-down{
    color: #fff;
    font-size: 2rem;
    border-radius: 50%;
    position: relative;
    animation: move 2s infinite;
}
@keyframes move{
    from {
        opacity: 1;
        top: 0px;
    }
    to {
        opacity: 0;
        top: 15px;
    }
}
.btn{
    border-radius: 25px;
    padding: 10px 30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: .5px;
}
.btn-inicia{
    background-color: #40266a!important;
    color: #fff!important;
    font-size: .8rem!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    border-radius: 14px!important;
    padding: 10px 25px!important;
}
.btn-inicia.active,
.btn-inicia:hover {
    background-color: #f1ca00!important;
    color: #40266a!important;
    font-size: .8rem;
    font-weight: 400;
    text-decoration: none!important;
}
.btn-color{
    background-color: var(--botones);
    font-family: 'Oswald', sans-serif;
    border-color: var(--botones);
    color: #ffffff!important;
    font-weight: 400;
    font-size: .9rem;
    padding: 10px 30px;
}
.btn-color:hover{
    background-color: var(--botones-hover);
    color: #FFF;
}
.btn-outline-color{
    font-family: 'Oswald', sans-serif;
    border-color: var(--botones);
    color: var(--botones);
    font-weight: 400;
    font-size: .9rem;
    padding: 10px 30px;
}
.btn-outline-color:is(:hover,:focus,:active){
    background-color: var(--botones);
    color: #fff;
}
.btn-color-black{
    background-color: #10121e!important;
    border: 2px solid #131a27;
    color: #ffffff!important;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 25px;
    padding: 8px 30px;
}
.btn-color-black:hover{
	background-color: #04ac80!important;
    border: 2px solid #131a27;
    color: #131a27!important;
    font-size: 1rem;
}
.btn-buscar{
	background-color: #04ac80!important;
    border: 2px solid #21af85;
    color: #ffffff!important;
    font-size: .8rem;
    font-weight: 600;
    border-radius: 25px;
    padding: 8px 12px;
}
.btn-color-sus{
    background-color: #e60128!important;
    color: #fff!important;
    border: 1px solid #fff;
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 30px;
}
.btn-color-sus:hover{
    background-color: #000!important;
    border: 1px solid #000;
}
.btn-color-small{
    background-color: #04ac80!important;
    color: #131a27!important;
    border: 2px solid #04ac80;
    font-size: .75rem;
    font-weight: 600;
    border-radius: 15px;
    padding: 5px 15px;
}
.btn-color-line{
    background-color: rgb(231 170 32 / 0%);
    color: #131a27;
    border: 2px solid #04ac80;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 30px;
}
.btn-color-line-two{
    background-color: rgb(231 170 32 / 0%);
    color: #fff;
    border: 2px solid #04ac80;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 30px;
}
.btn-color-line-two:hover{
    background-color: #04ac80;
    color: #fff;
    border: 2px solid #04ac80;
}
.btn-color-lines{
    background-color: rgb(231 170 32 / 0%);
    color: #fff;
    border: 1px solid #e60128;
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 30px;
}
.btn-color-line-black{
    background-color: rgb(231 170 32 / 0%);
    color: #000;
    font-size: .8rem;
    font-weight: 400;
    border: 1px solid #000;
    /* text-transform: uppercase; */
    border-radius: 25px;
    padding: 10px 30px;
}
.btn-color-line-black:hover,
.btn-color-line:hover,
.btn-color-lines:hover{
    color: #fff!important;
    background-color: #1e2739!important;
    border: 2px solid #1e2739!important;
}
.btn-color-small:hover{
    background-color: #000!important;
    border: 2px solid #000000;
    color: #ffffff!important;
}
.btn-blue{
    background-color: #2488fe;
    color: #fff;
    font-size: .8rem;
    border: 2px solid #2488fe;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 30px;
}
.btn-blue:hover{
    background-color: #fafb00;
    color: #2488fe;
    border: 2px solid #2488fe;
}
.cont-img-doble{
    position: relative;
}
.cont-img-doble .marca-agua{
    position: absolute;
    color: #025ea3;
    line-height: 6rem;
    top: -10px;
    right: 25px;
    opacity: .25;
    font-size: 8rem;
    font-weight: 800;
}
.cont-img-doble .img-gris{
    width: 70%;
    margin-left: 0;
    border: 8px solid #2488fe;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cont-img-doble .img-color{
    width: 45%;
    top: 15%;
    position: absolute;
    right: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cont-img-doble .cuadro{
    border: 12px solid #fafb00;
    width: 150px;
    position: absolute;
    top: 20%;
    right: 15px;
    height: 150px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cuadro-dos {
    border: 10px solid #fafb00;
    width: 120px;
    position: absolute;
    top: -70px;
    left: 2px;
    z-index: -1;
    height: 120px;
}
.cont-img-doble:hover .img-gris{
    margin-left: 5%;
}
.cont-img-doble:hover .img-color{
    width: 47%;
    top: 18%;
    right: 80px;
}
.cont-img-doble:hover .cuadro{
    width: 150px;
    right: 25px;
}
.quantity input {
    width: 70%!important;
    height: 50px;
    line-height: 1.65;
    float: left;
    font-weight: 300;
    display: block;
    padding: 0;
    margin: 0px 25px 0 0;
    border-radius: 15px;
    padding-left: 15px;
    border: 1px solid #eee;
}
.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 33px;
}
.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #f80402;
    width: 21px;
    /* height: 21px; */
    text-align: center;
    color: #ffffff;
    border-radius: 6px;
    background-color: #f80402;
    font-size: 16px;
    line-height: 1.2;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
   position: absolute;
    height: 21px;
    top: 2px;
    border: 1px solid #f80402;
}

.quantity-button.quantity-down {
   position: absolute;
    bottom: -15px;
    height: 21px;
}
/*CSS Icono Carro de Compras*/

/*CSS Icono Carro de Compras*/

.carousel-item {
    height: 100vh;
    min-height: 700px;
    max-height: 850px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #656565;
    background-blend-mode: multiply;
}
.banner-seccion{
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #a7a7a7;
    background-blend-mode: multiply;
}
.banner-seccion .titulo-slide-small{
    margin-bottom: 1rem;
}
.carousel-caption{
    bottom: inherit;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}

#mainNav {
    border: 0px!important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #f1f1f1!important;
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
}
#mainNav .navbar-toggler {
    font-size: 18px;
    right: 0;
    /*padding: 10px 15px;*/
    /*color: white;*/
    /*border: 0;*/
    /*background-color: #098b2a;*/
}
#mainNav .navbar-brand {
    padding: 0;
}
#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #fec503;
}
#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    color: #333;

}
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    /*color: #28a745;*/
    text-decoration: underline;
}
.ios{

    max-width: 130px;
}
.android{

    max-width: 155px;
}

.bg-iconos{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.bg-iconos img{
    width: 100%;
    opacity: .13;
}
.texto-blanco-small{
    color: #fff;
    font-size: .8rem;
    font-weight: 300;
    line-height: .95rem;
}
.titulo-blanco-small{
    color:  #fff;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 800;
}
.texto-cat {
    color: #f1ca00;
    font-size: 1.1rem;
    line-height: 1rem;
    font-style: italic;
    font-weight: 400;
}
.titulo-cat {
    color: #fff;
    font-size: 3.1rem;
    line-height: 3.1rem;
    font-weight: 700;
    text-shadow: 0px 1px 5px rgb(15 44 64 / 62%);
}
.titulo-slide {
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 5rem;
    line-height: 5.3rem;
    font-weight: 800;
    text-shadow: 0px 1px 5px rgb(0 0 0 / 19%);
}
.titulo-slide-small{
    font-family: 'Oswald', serif;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 0px 1px 5px rgb(0 0 0 / 19%);
    /* line-height: 3.6rem; */
}
.texto-slide {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: .95rem;
    font-weight: 300;
    text-shadow: 0 0 3px #0f141e4a;
}
.texto-slide-small {
    color: #fff;
    text-shadow: 0px 1px 5px rgb(15 44 64 / 62%);
    font-size: 1.2rem;
    font-style: italic;
    max-width: 350px;
    font-weight: 300;
}
.texto-blanco{
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
}
.titulo-small-blanco{
    top: 1rem;
    color: #2f2f2f;
    position: absolute;
    padding: 0 1rem 0 2.4rem;
    border: 1px solid red;
    /* background-color: #fff; */
    font-size: 3rem;
    line-height: 3rem;
}
.titulo-heart{
    display: inline-block;
}
.top-titulo{
	color: #04ac80;
    font-size: .95rem;
    font-weight: 300
}
.titulo {
    color: #333;
    font-size: 3rem;
    text-transform: uppercase;   
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.titulo-blanco{
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2.6rem;
}
.linea-titulo {
    width: 100%;
    top: 0;
    border-top: 1px solid #bbb7b7
}
.titulo-small{
    color: #2f2f2f;
    font-size: 1.3rem;
    line-height: 1.3rem;
}
.subtitulo {
    color: #ffffff;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5rem;
}
.subtitulo-two {
    color: #000;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5rem;
}
.valor-ticket {
    color: #f1ca00;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4rem;
}
.Nombre-prod{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6rem;
}
.subtitulo-small{
    color: #131a26;
    font-size: 1.1rem;
    line-height: 1.6rem;
}
.texto-news{
    font-family: 'Open Sans';
	color: #666;
    font-size: .85rem;
    font-weight: 300;
}
.subtitulo-blanco {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
}
.date-autor{
    font-size: .9rem;
    font-weight: 400;
    color: var(--botones);
}
.btn-news {
   font-family: 'Open Sans';
    text-transform: uppercase;
    color: #fff!important;
    background-color: #f80402;
    font-size: .75rem;
    border-radius: 15px;
    font-weight: 500;
    padding: 5px 20px;
}
.btn-news:hover{
	color: #fff!important;
    background-color: #000;
}
.btn-news-two {
    color: #fff!important;
    padding: 0 15px;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #04ac80;
    font-size: .85rem;
    font-weight: 500;
}
.btn-news-two:hover{
    background-color: #141a28;
}
.btn-news-tress {
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #141a28;
    font-size: .85rem;
    font-weight: 500;
}
.btn-news-tress:hover{
    color: #04ac80;
    background-color: #141a28;
}
.valor{
    color: #333;
    font-size: 1.5rem;
    font-weight: 400;
}
.texto-prod {
    color: #797979;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 400;
}
.texto{
    font-family: 'Inter', sans-serif;
    color: #666;
    font-size: 1rem;
    font-weight: 300;
}
.texto-small{
    color: #999;
    font-size: .75rem;
    font-weight: 300;
}
.texto-blue{
    color: #1a476a;
    font-size: 1rem;
    font-weight: 300;
}
.texto strong{
    font-weight: 600;
    color: #333;
}
.texto-big{
    color: #000;
    font-size: 1.3rem;
    font-weight: 200;
}
.texto-inicia{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
}
.texto-inicia i{
    font-size: .8rem;
    color: #fff;
}
.texto-inicia .bi-person-fill,
.texto-inicia .bi-person-check-fill,
.texto-registro .bi-person-fill,
.texto-registro .bi-person-check-fill{
    font-size: .9rem!important;
    color: #fff;
}
.texto-registro {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
}
.texto-registro:hover{
	color: #f80402;
}
.texto-underline{
    border-bottom: 1px dashed #ccc;
}

.precio-oferta{
    font-size: 14px;
    text-decoration: line-through;
}

/*Custom Radios Color - Tallas*/
    .select-color{
        width: 40px;
        height: 40px;
        margin-right: .3rem;
        margin-bottom: .4rem;
    }
    .select-tallas{
        width: 45px;
        min-height: 32px;
        margin-right: .3rem;
        margin-bottom: .4rem;
    }

    /* Hide the browser's default radio button */
    .select-color input,
    .select-tallas input{
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .select-color .cont-color{
        position: absolute;
        top: 0;
        left: 0;
        height: 40px;
        width: 40px;
        padding: 4px;
        border:1px solid #e3e3e3;
        background-color: #fff;
    }
    .select-tallas .cont-talla{
        position: absolute;
        top: 0;
        left: 0;
        padding: 4px 0px;
        width: 45px;
        border: 1px solid #e3e3e3;
        font-size: 14px;
        background-color: #fff;
    }

    .select-color .cont-color .color{
        height: 100%;
        width: 100%;
    }

    /* On mouse-over */
    .select-color:hover input ~ label .cont-color,
    .select-tallas:hover input ~ .cont-talla{
        border-color: #80bdff;
        box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
        cursor: pointer;
    }

    /* Show the indicator when checked */
    .select-color input:checked ~ label .cont-color,
    .select-tallas input:checked ~ .cont-talla {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
    }

/*Fin Custom Radios Color - Tallas*/

.menu-user{
    background-color: #111;
    color: #fff;
    border-radius: 1rem;
}
.menu-user a{
    color: #f1f1f1;
}
.menu-user a:hover,
.menu-user a.active{
    color: var(--botones);
}
.menu-user a i{
    margin-right: .5rem;
}

.icono-contacto{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: var(--botones);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mapa iframe{
    width: 100%;
}

.tabs-ganacoins .nav-item .nav-link{
    border-radius: 10px;
    color: #41266b;
    background-color: #f1f1f1;
}
.tabs-ganacoins .nav-item .nav-link.active{
    background-color: #6d3b9c;
    color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50% 50% 50% 0%;
    width: 55px;
    height: 55px;
    bottom: 15px;
    left: 15px;
    background-color: #00e576;
    padding: 5px 12px 8px 12px;
    animation: 1s infinite alternate shimmy;
}
.whatsapp i {
   position: absolute;
    font-size: 2rem;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, -5px)
    }
}

@media (max-width: 1024px) {
    .bg-sus {
        margin-bottom: -45px;
    }
    .carousel {
        position: relative;
    }
    .carousel-item .info-slide {
        position: absolute;
        width: 50%;
        left: 0;
        top: 50%;
        transform: translateY(-60%);
    }
    
    .navbar-toggler {
        padding: 0.3rem 0.5rem!important;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #f80402!important;
        border: 1px solid #d40000!important;
        border-radius: 0.6rem!important;
        transition: box-shadow .15s ease-in-out;
    }
}

@media (max-width: 991px){
    .carousel-item .info-slide {
        position: absolute;
        width: 50%;
        left: 0;
        top: 50%;
        transform: translateY(-60%);
    }
    .carousel-item {
        height: 100vh;
        min-height: 400px;
        max-height: 800px;
    }
   
    .btn-carro {
        margin-top: -10px;
    }
    #navbar{
        padding: 10px 0!important;
    }
    .navbar-brand {
    padding-top: 0rem!important;
    padding-bottom: 0rem!important;
    }
    
    .cont-buscar{
        max-width: 300px;
        margin: auto;
    }
    .btn-color,
    .btn-linea,
    .btn-color-line-black {
        font-size: .9rem;
        padding: 8px 20px;
    }
    .btn-color-small{
        font-size: .8rem;
        padding: 5px 15px;
    }
    .cont-img-doble .cuadro {
        border: 8px solid #fafb00;
        width: 100px;
        position: absolute;
        top: 20%;
        right: 0;
        height: 100px;
    }
    .cont-img-doble .img-gris{
        width: 80%;
    }
    .cont-img-doble .img-color{
        width: 60%;
        top: 8%;
        position: absolute;
        right: 8%;
    }
    #mainNav .navbar-brand img {
        width: 170px;
    }
    .titulo-slide,
    .titulo-blanco,
    .titulo{
        font-size: 4rem;
        line-height: 4.3rem;
    }
    .heart{
        width: 60px;
    }
    .titulo{
        font-size: 2rem;
        line-height: 2rem;
    }
    .navbar .navbar-brand img {
        width: 130px;
    }
    .cont-carro{
        right: 70px!important;
        top: 0;
    }
}
@media (max-width: 768px){
    .bg-cli {
        background-color: #04ac80!important;
        clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 94%);
        margin-bottom: -45px;
        margin-top: -50px;
    }
    .clip-path-uno {
        clip-path: polygon(0 0, 100% 4%, 100% 96%, 0% 100%);
    }
    .bg-sus {
        background-color: #04ac80!important;
        clip-path: polygon(0 0%, 100% 6%, 100% 94%, 0% 100%);
        margin-bottom: -30px;
    }
    .clip-path-dos{
        clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0% 100%);
    }
    .bg-down {
        height: 70px;
    }
    .carousel-item{
        height: 100vh;
    }
    .simply-countdown > .simply-section {
        width: 80px;
        height: 80px;
    }
    .simply-amount,
    .numeros-reg {
        color: #41266b;
        font-size: 2.3rem;
        line-height: 2.3rem;
        font-weight: 800;
    }
    .titulo-slide,
    .titulo-blanco,
    .titulo{
        font-size: 3rem;
        line-height: 3.3rem;
    }
    .card-cat {
        border-radius: 25px!important;
        border: 0px;
        height: 350px;
    }
    .titulo-cat {
        color: #fff;
        font-size: 2.5rem;
        line-height: 2.5rem;
        font-weight: 700;
        text-shadow: 0px 1px 5px rgb(15 44 64 / 62%);
    }
    .texto-cat {
        color: #f1ca00;
        font-size: 1rem;
        line-height: 1rem;
        font-style: italic;
        font-weight: 400;
    }
}
@media (max-width: 767px){
    .card-cat {
        border-radius: 25px!important;
        border: 0px;
        height: 260px;
    }
    .titulo-cat {
        color: #fff;
        font-size: 1.8rem;
        line-height: 1.8rem;
        font-weight: 700;
        text-shadow: 0px 1px 5px rgb(15 44 64 / 62%);
    }
    .texto-cat {
        color: #f1ca00;
        font-size: .7rem;
        line-height: .6rem;
        font-style: italic;
        font-weight: 400;
    }
    .bg-regresiva {
        border: none;
        border-radius: 25px;
        width: 100%;
        box-shadow: 0 8px 25px #6d3b9c52;
        z-index: 2;
        margin: -30px auto 0 auto;
    }
    .simply-countdown {
        overflow: hidden;
        margin: 0!important;
        display: table;
    }
    .simply-countdown > .simply-section {
        width: 65px;
        height: 65px;
    }
    .cuadro-count{
        width: 65px;
        height: 65px;
    }
    .bg-img {
        position: absolute;
        overflow: hidden;
        width: 110%;
        top: 0%;
        right: -14%;
    }
    .carousel-control-next, .carousel-control-prev {
        display: none;
    }
   
    .cont-slide {
        position: absolute;
        width: 100%;
        left: -13%;
        top: 100%;
        transform: translateY(-100%);
    }
    .carousel-item .img-slide {
        position: absolute;
        width: 100%;
        right: -13%;
        top: 100%;
        transform: translateY(0%);
    }
    
    .menu-iniciar{
        float: inherit;
    }
}




