:root {
    --secundario: #5cc516;
    --primario: #2c2020;
    --texto2: #2c2c2c;
    --texto: #e2e2e2;
    --fondo: #080808;
    --fondo2: #f7f7f7;
}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* ============ GENERALES ============ */
@font-face {
    font-family: 'badaboom';
    src: url(../fonts/badaboom.TTF);
    /* font-display: swap; */
}
html {
    min-height: 100%;
    max-width: 100%;
}
body {
    max-width: 100%;
    min-height: 100%;
    color: #fff;
    font-size: 1rem;
    font-weight: 500!important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #02b7ff;
    background-image: url('../img/loader.gif');
    /* font-family: 'badaboom', sans-serif; */
    font-family: 'Montserrat', sans-serif;
}
.cardSombra {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(213, 213, 213, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(213, 213, 213, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(213, 213, 213, 0.75);
}
.radiusImg{
    border-radius: 10px;
}
.centrarRow{
    margin: 0 auto;
}
.jumbotron{
    background-color: var(--texto2);
}
.loading1 {
    width: 80px;
    height: 80px;
    border: 10px solid rgb(188, 216, 30);
    border-top: 10px solid rgb(29, 174, 241);
    border-radius: 50%;
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    position: absolute;
    left: 40%;
    top: 190%;
    z-index: 2;
  }
  @media(min-width: 768px){
    .loading1 {
        width: 100px;
        height: 100px;
        left: 50%;
        top: 50%;
      }
  }
  @keyframes girar {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .form-control-lg {
    height: auto;
}
/* .gardienteVA{
    background: rgba(210,255,82,1);
    background: -moz-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(156,191,52,1) 43%, rgba(125,158,250,1) 71%, rgba(49,113,191,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,255,82,1)), color-stop(43%, rgba(156,191,52,1)), color-stop(71%, rgba(125,158,250,1)), color-stop(100%, rgba(49,113,191,1)));
    background: -webkit-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(156,191,52,1) 43%, rgba(125,158,250,1) 71%, rgba(49,113,191,1) 100%);
    background: -o-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(156,191,52,1) 43%, rgba(125,158,250,1) 71%, rgba(49,113,191,1) 100%);
    background: -ms-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(156,191,52,1) 43%, rgba(125,158,250,1) 71%, rgba(49,113,191,1) 100%);
    background: linear-gradient(to bottom, rgba(210,255,82,1) 0%, rgba(156,191,52,1) 43%, rgba(125,158,250,1) 71%, rgba(49,113,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#3171bf', GradientType=0 );
} */

.txtAM{
    color: #000!important;
}
/* .gardienteTRA{
    background: rgba(255,234,112,1);
    background: -moz-linear-gradient(top, rgba(255,234,112,1) 0%, rgba(255,217,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,234,112,1)), color-stop(100%, rgba(255,217,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,234,112,1) 0%, rgba(255,217,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,234,112,1) 0%, rgba(255,217,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,234,112,1) 0%, rgba(255,217,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,234,112,1) 0%, rgba(255,217,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea70', endColorstr='#ffd900', GradientType=0 );
} */
.gardienteAM{
    background: rgba(255,217,0,1);
    background: -moz-linear-gradient(top, rgba(255,217,0,1) 0%, rgba(255,157,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,217,0,1)), color-stop(100%, rgba(255,157,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,217,0,1) 0%, rgba(255,157,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,217,0,1) 0%, rgba(255,157,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,217,0,1) 0%, rgba(255,157,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,217,0,1) 0%, rgba(255,157,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd900', endColorstr='#ff9d00', GradientType=0 );
}
.gardienteTRA{
    background: rgba(5,230,31,1);
background: -moz-linear-gradient(top, rgba(5,230,31,1) 0%, rgba(39,179,56,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,230,31,1)), color-stop(100%, rgba(39,179,56,1)));
background: -webkit-linear-gradient(top, rgba(5,230,31,1) 0%, rgba(39,179,56,1) 100%);
background: -o-linear-gradient(top, rgba(5,230,31,1) 0%, rgba(39,179,56,1) 100%);
background: -ms-linear-gradient(top, rgba(5,230,31,1) 0%, rgba(39,179,56,1) 100%);
background: linear-gradient(to bottom, rgba(5,230,31,1) 0%, rgba(39,179,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05e61f', endColorstr='#27b338', GradientType=0 );
}
.gardienteMO{
    background: rgba(39,179,56,1);
    background: -moz-linear-gradient(top, rgba(39,179,56,1) 0%, rgba(7,120,22,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(39,179,56,1)), color-stop(100%, rgba(7,120,22,1)));
    background: -webkit-linear-gradient(top, rgba(39,179,56,1) 0%, rgba(7,120,22,1) 100%);
    background: -o-linear-gradient(top, rgba(39,179,56,1) 0%, rgba(7,120,22,1) 100%);
    background: -ms-linear-gradient(top, rgba(39,179,56,1) 0%, rgba(7,120,22,1) 100%);
    background: linear-gradient(to bottom, rgba(39,179,56,1) 0%, rgba(7,120,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27b338', endColorstr='#077816', GradientType=0 );
}
.gardienteNA{
    background: rgba(255,72,0,1);
    background: -moz-linear-gradient(top, rgba(255,72,0,1) 0%, rgba(237,80,19,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,72,0,1)), color-stop(100%, rgba(237,80,19,1)));
    background: -webkit-linear-gradient(top, rgba(255,72,0,1) 0%, rgba(237,80,19,1) 100%);
    background: -o-linear-gradient(top, rgba(255,72,0,1) 0%, rgba(237,80,19,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,72,0,1) 0%, rgba(237,80,19,1) 100%);
    background: linear-gradient(to bottom, rgba(255,72,0,1) 0%, rgba(237,80,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4800', endColorstr='#ed5013', GradientType=0 );
}
.gardientePRO{
    background: rgba(255,133,89,1);
background: -moz-linear-gradient(top, rgba(255,133,89,1) 0%, rgba(255,72,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,133,89,1)), color-stop(100%, rgba(255,72,0,1)));
background: -webkit-linear-gradient(top, rgba(255,133,89,1) 0%, rgba(255,72,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,133,89,1) 0%, rgba(255,72,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,133,89,1) 0%, rgba(255,72,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,133,89,1) 0%, rgba(255,72,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8559', endColorstr='#ff4800', GradientType=0 );
}
.gardienteVE{
    background: rgba(0,212,0,1);
background: -moz-linear-gradient(top, rgba(0,212,0,1) 0%, rgba(39,122,39,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,212,0,1)), color-stop(100%, rgba(39,122,39,1)));
background: -webkit-linear-gradient(top, rgba(0,212,0,1) 0%, rgba(39,122,39,1) 100%);
background: -o-linear-gradient(top, rgba(0,212,0,1) 0%, rgba(39,122,39,1) 100%);
background: -ms-linear-gradient(top, rgba(0,212,0,1) 0%, rgba(39,122,39,1) 100%);
background: linear-gradient(to bottom, rgba(0,212,0,1) 0%, rgba(39,122,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d400', endColorstr='#277a27', GradientType=0 );
}
.AZC{
    background: rgba(2,183,255,1);
    }
.gardienteAZC{
    background: rgba(2,183,255,1);
    background: -moz-linear-gradient(top, rgba(2,183,255,1) 0%, rgba(0,136,194,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,183,255,1)), color-stop(100%, rgba(0,136,194,1)));
    background: -webkit-linear-gradient(top, rgba(2,183,255,1) 0%, rgba(0,136,194,1) 100%);
    background: -o-linear-gradient(top, rgba(2,183,255,1) 0%, rgba(0,136,194,1) 100%);
    background: -ms-linear-gradient(top, rgba(2,183,255,1) 0%, rgba(0,136,194,1) 100%);
    background: linear-gradient(to bottom, rgba(2,183,255,1) 0%, rgba(0,136,194,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02b7ff', endColorstr='#0088c2', GradientType=0 );
    }
.gardienteAZM{
    background: rgba(0,136,194,1);
    background: -moz-linear-gradient(top, rgba(0,136,194,1) 0%, rgba(0,66,92,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,136,194,1)), color-stop(100%, rgba(0,66,92,1)));
    background: -webkit-linear-gradient(top, rgba(0,136,194,1) 0%, rgba(0,66,92,1) 100%);
    background: -o-linear-gradient(top, rgba(0,136,194,1) 0%, rgba(0,66,92,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,136,194,1) 0%, rgba(0,66,92,1) 100%);
    background: linear-gradient(to bottom, rgba(0,136,194,1) 0%, rgba(0,66,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088c2', endColorstr='#00425c', GradientType=0 );
    }
.gardienteCTO{
    background: rgba(2,183,255,1);
    background: -moz-linear-gradient(top, rgba(2,183,255,1) 0%, rgba(0,66,92,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,183,255,1)), color-stop(100%, rgba(0,66,92,1)));
    background: -webkit-linear-gradient(top, rgba(2,183,255,1) 0%, rgba(0,66,92,1) 100%);
    background: -o-linear-gradient(top, rgba(2,183,255,1) 0%, rgba(0,66,92,1) 100%);
    background: -ms-linear-gradient(top, rgba(2,183,255,1) 0%, rgba(0,66,92,1) 100%);
    background: linear-gradient(to bottom, rgba(2,183,255,1) 0%, rgba(0,66,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02b7ff', endColorstr='#00425c', GradientType=0 );
    }
.gardienteAZO{
    background: rgba(0,66,92,1);
    background: -moz-linear-gradient(top, rgba(0,66,92,1) 0%, rgba(1,19,26,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,66,92,1)), color-stop(100%, rgba(1,19,26,1)));
    background: -webkit-linear-gradient(top, rgba(0,66,92,1) 0%, rgba(1,19,26,1) 100%);
    background: -o-linear-gradient(top, rgba(0,66,92,1) 0%, rgba(1,19,26,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,66,92,1) 0%, rgba(1,19,26,1) 100%);
    background: linear-gradient(to bottom, rgba(0,66,92,1) 0%, rgba(1,19,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00425c', endColorstr='#01131a', GradientType=0 );
    }
.gardienteAZN{
    background: rgba(1,19,26,1);
    background: -moz-linear-gradient(top, rgba(1,19,26,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,19,26,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(1,19,26,1) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(1,19,26,1) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(1,19,26,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(1,19,26,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01131a', endColorstr='#000000', GradientType=0 );
    }
/* =================================== */


/* ============== TEXTOS ============= */
    a {
        color: #fff;
        text-decoration: none!important;
        transition: all 200ms;
    }
    a:hover {
        color: #fff;
    }
    hr{
        background-color: #f8f8f8;
    }
    
    p{
        font-size: 1rem;
        font-weight: 500;
    }
    .custom-control-label{
        font-size: .9rem!important;
        font-weight: 300;
    }
    
    .productos .card a {
        color: #e2e2e2!important;
    }
    
    ol li {
        font-size: 1rem;
    }
    
    .letrasCh {
        font-size: .8rem;
        color: #7acc2d;
    }
    
    b{
        font-weight: 900;
        color: #000000;
    }
    h2{
        font-family: 'badaboom', sans-serif;
        text-transform: uppercase;
        font-size: 2rem!important;
    }
    h4{
        font-family: 'badaboom', sans-serif;
        text-transform: uppercase;
        font-size: 1.5rem;
    }
    h5 {
        /* font-family: 'badaboom', sans-serif; */
        font-size: 1rem;
    }
    @media(min-width: 768px){
        h2{
            font-family: 'badaboom', sans-serif;
            text-transform: uppercase;
            font-size: 3.5rem!important;
        }
        h4{
            font-family: 'badaboom', sans-serif;
        text-transform: uppercase;
        font-size: 1.5rem;
        }
    }
    .txtNoOrig{
        font-size: 2.5rem;
    }
    @media(min-width: 768px){
        .txtNoOrig{
            font-size: 3.5rem;
        }
    }
    .baitsTxt{
        color: teal;
    }
    .baitsTxt:hover{
        color: rgb(12, 196, 196);
    }
/* =================================== */


/* ============= BOTONES ============= */
/* Icono WhatsApp */
.flotante {
    display:scroll;
    position:fixed;
    z-index: 10;
    bottom:20px;
    right:5px;
}
.flotante img {
    width: 60px;
}
.img-flecha{
    max-width: 30px;
}
@media (min-width: 768px) {
    .flotante {
        right:10px;
    }
}

/* Botón Ir arriba */
.ir-arriba {
	display:none;
	padding:0px;
	font-size:20px;
	color:#000;
	cursor:pointer;
	position: fixed;
	bottom:20px;
    left:10px;
    z-index: 10;
    opacity: 0.7;
    width: 60px;
}
.ir-arriba:hover {
    opacity: 1;
}
.img-flecha{
    max-width: 50px;
}

/* Botones primario y secundario */
.btn-primary {
    background-color: rgba(255, 255, 255, 0)!important;
    color: white!important;
    transition: all 300ms ease-out;
    border-color: #d9ff02;
}
.btn.btn-primary:disabled{
    border-color: #202020!important;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: rgba(8, 214, 250, 0.062)!important;
    color: #fff!important;
    border-color: #ffffff!important;
    }
/* Botones primario y secundario */
.btn-secondary {
    background-color: rgba(255, 255, 255, 0)!important;
    color: #1a1d1f!important;
    transition: all 300ms ease-out;
    border-color: #d9ff02;
}
.btn.btn-secondary:disabled{
    border-color: #202020!important;
}
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: rgba(8, 214, 250, 0.062)!important;
    color: #080808!important;
    border-color: #ffffff!important;
    }

/* =================================== */


/* =========== ANIMACIONES =========== */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fast {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: fadeIn;
}
/* =================================== */


/* ============== NAVBAR ============= */


/* NAVEGACION */
.navegacion-scroll {
    font-family: 'badaboom', sans-serif;
    background-color: #02b7ff!important;
    /* background-color: transparent!important; */
    padding: 12px 16;
}

.navegacion-fija {
    font-family: 'badaboom', sans-serif;
    /* background-color: rgba(22, 22, 22, 0.466); */
    position: fixed;
    margin-top: 0px;
    width: 100%;
    z-index: 100;
    transition: all .5s ease;
}

.navegacion-fija.activo {
    opacity: 0;
    margin-top: -400px;
}

.navbar-light .navbar-toggler {
    background-color: #ffffff;
    font-size: .8rem;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
    color: #ffffff;
}

.nav-link {
    color: #ffffff;
    background-color: rgba(59, 78, 117, 0.7);
    font-size: 1.6rem;
    padding: 2px 0;
    margin: 5px 20px;
    transition: all .3s ease-in-out;
    display: inline!important;
}

.nav-link:hover {
    /* background-color: rgba(46, 46, 46, 0.7); */
    color: #ffffff;
}
.nav-link-soc {
    color: #ffffff;
    /* background-color: rgba(59, 78, 117, 0.7); */
    width: 100%;
    font-size: 1.6rem;
    padding: 2px 5px;
    margin: 5px auto;
    transition: all .3s ease-in-out;
}

.iconsNavResponsive i {
    color: #FFF;
    font-size: 1.8rem;
}


@media (min-width: 768px) {
    .navegacion-scroll {
        background-color: #02b7ff!important;
        padding: 12px 16;
    }
    
    .navegacion-fija {
        /* background-color: rgba(22, 22, 22, 0.466); */
        position: fixed;
        margin-top: 0px;
        width: 100%;
        z-index: 100;
        transition: all .5s ease;
    }
    
    .nav-link {
        color: #ffffff;
        background-color: rgba(29, 29, 31, 0);
        font-size: 1.7rem;
        width: auto;
        padding: 5px;
        margin: auto 10px;
        transition: all .3s ease-in-out;
    }

}

.active {
    color: rgba(46, 46, 46, 0.7);
}

.active .nav-link {
    color: rgba(46, 46, 46, 0.7)!important;
}

.logo-nav {
    height: 5rem;
}
.logo-nav-scroll {
    height: 2.5rem;
}

.nav-contact {
    background-color: rgb(255, 230, 0);
    color: black!important;
    border-radius: 16px;
    padding: 4px 20px;
}

.nav-contact:hover {
    background-color: rgba(27, 27, 27, 0.7);
}

@media (min-width: 768px) {
    .logo-nav {
        min-height: 8rem;
    }
    .logo-nav-scroll {
        min-height: 4rem;
    }
}

.header-scroll {
    opacity: 0;
    position: fixed;
    margin-top: -300px;
    width: 100%;
    z-index: 100;
    transition: all .5s ease;
}

.header-scroll.activo {
    margin-top: 0;
    opacity: 1;
}
.navbar-brand {
    margin-right: 0rem!important;
}

.iconosNav{
    position: relative;
}

.iconosNav .carritoNav span {
    position: absolute;
    top: 0;
    right: -5px;
    background-color: var(--secundario);
/*     margin-right: -15px;
    margin-top: -20px; */
    font-size: 10px;
}
@media(min-width: 768px){
    .iconosNav .carritoNav span {
        top: 5px;
        right: 10px;
    }
}
        

/* BOTON MENU RESPONSIVE ANIMADO */
.menu-toggle {
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  margin: 3px auto;
    width: 28px;
}
.menu-toggle:hover {
    color: rgb(255, 255, 255);
}
.menu-toggle i,
.menu-toggle i:after,
.menu-toggle i:before {
    display: block;
    position: absolute;
    height: 2px;
    width: 35px;
    right: 0;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.menu-toggle i:after,
.menu-toggle i:before {
    content: '';
}
.menu-toggle i:after {
    top: -20px;
}
.menu-toggle i:before {
    top: -10px;
}
.menu-toggle i {
    top: 21px;
}
.menu-toggle.open i{
    top: 32px;
}
.menu-toggle.open i:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -22px;
}
.menu-toggle.open i:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -22px;
}

.carritoResp .svg-inline--fa.fa-w-14 {
    font-size: 1.5rem;
    color: var(--fondo2)!important;
}
.carritoResp .svg-inline--fa {
    color: var(--fondo2)!important;
}
.carritoResp{
    padding-top: 3px;
    font-size: 1.2rem;
    text-align: right;
    width: 55%;
    color: var(--fondo2)!important;
}
@media(min-width: 375px){
    .carritoResp{
        width: 63%;
    }
}
@media(min-width: 414px){
    .carritoResp{
        width: 67%;
    }
}




/* .navegacion-fija {
    background-color: transparent;
    border-bottom: var(--fondo2) solid 2px;
    min-height: 60px;
    position: fixed;
    margin-top: 0px;
    width: 100%;
    z-index: 100;
    transition: all .5s ease;
    background-color: rgba(20, 20, 20, 0.89)!important;
}
.navegacion-fija.activo {
    background-color: rgba(20, 20, 20, 0.973)!important;
}

@media (min-width: 768px) {
    .navegacion-fija {
        min-height: 85px;
        background-color: transparent!important;
    }
    .navegacion-fija.activo {
        background-color: rgba(20, 20, 20, 0.836)!important;
    }
}

.nav-link {
    color: var(--texto);
    font-size: 1.2rem;
    margin-right: 15px;
    padding: .5rem .3rem;
    transition: all .3s ease-in-out;
}
.nav-link:hover {
    color: #fff;
}
.logo-nav img{
    max-height: 40px;
    margin: 0px 0px 15px 15px;
}
@media (min-width: 780px) {
    .nav-link {
        border-bottom: none;
    }
    .logo-nav img{
        max-height: 65px;
    }
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

}
.active {
    color: #ffffff;
    border-bottom: var(--fondo2) solid 1px;
}
#nav_secundario nav a{
    font-size: 1.5rem;
    margin-left: 10px;
}
.lineaInfNav{
    display: block;
    height: 1px;
    border-top: var(--fondo2) solid 1px;
}
/* .imgNavBar{
    border-left: var(--fondo) solid 1px;
    border-right: var(--fondo) solid 1px;
} */


/* Menú Móvil
.hamburger {
    margin-right: 50px;
    min-height: 30px;
    max-width: 50px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #f8f8f8;
    position: absolute;
    width: 40px;
    height: 2px;
    border-radius: 5px;
    content: '';
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: transform,opacity;
}
.hamburger-inner:before {
    top: 10px;
}
.hamburger-inner:after {
    top: 20px;
}

.hamburger.open .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(45deg);
}
.hamburger.open .hamburger-inner:after {
    transform: translate3d(0,-20px,0) rotate(-90deg);
}
.hamburger.open .hamburger-inner:before {
    transform: translate3d(0,-12px,0) rotate(90deg);
}

.iconosNav{
    position: relative;
}

.iconosNav .carritoNav span {
    position: absolute;
    top: -3px;
    right: -3px;
    background-color: var(--texto);
    color: #2c2c2c!important;
    margin-right: -15px;
    margin-top: -20px;
    font-size: 10px;
}
@media(min-width: 768px){
    .iconosNav .carritoNav span {
        position: absolute;
        top: 5px;
        right: 10px;
        background-color: var(--texto);
        color: #2c2c2c!important;
        margin-right: -15px;
        margin-top: -20px;
        font-size: 10px;
    }
}

.carritoResp .svg-inline--fa.fa-w-14 {
    font-size: 1.5rem;
}
.carritoResp{
    font-size: 1.4rem;
    text-align: right;
    width: 58%;
}
@media(min-width: 375px){
    .carritoResp{
        width: 65%;
    }
}
@media(min-width: 414px){
    .carritoResp{
        width: 70%;
    }
} */

/* =================================== */


/* ============= HEADER ============== */
.encabezado_landing {
    background-position-y: top;
    background-position: center;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-attachment: fixed !important;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.txt_encabezado_landing {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    color: #eeeeee;
    /* font-size: 2.5rem; */
    position: relative;
    top: 30px;
    right: 0;
    bottom: -100px;
    left: 0;
    margin: auto;
    overflow: hidden;
}
.txt_encabezado_landing h2 {
    font-family: 'badaboom', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    color: #ffffff;
}
.txt_encabezado_landing h3 {
    font-family: 'Montserrat', cursive;
    font-size: 1.5rem;
    color: #ffffff;
}
.btn-encabezado_landing{
    background-color: rgba(255, 255, 255, 0.075)!important;
    color: #ffffff!important;
    font-size: 1.2rem;
    padding: 10px;
    bottom: 70px;
    transition: all 300ms ease-out;
    border-color: #e2e2e2;
}
.btn-encabezado_landing:hover{
    background-color: rgba(250, 234, 8, 0.13)!important;
    color: #ffffff!important;
    border-color: #fffb06!important;
}
@media (min-width: 768px){
    .encabezado_landing {
        height: 70vh;
    }
    .txt_encabezado_landing {
        top: 10px;
        max-width: 900px;
        font-size: 3.2rem;
    }
    .txt_encabezado_landing h2 {
        font-size: 4rem;
    }
    .txt_encabezado_landing h3 {
        font-size: 2rem;
    }
    .btn-encabezado_landing{
        background-color: transparent!important;
        color: #ffffff!important;
        font-size: 1.5rem;
    }
}

.flecha-bajar {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
}

  .flecha-bajar a {
    display: inline-block;
    color: var(--texto);
    font-size: 3rem;
    -webkit-animation: flecha-animada 2s ease-in-out infinite;
            animation: flecha-animada 2s ease-in-out infinite; }
  
  @-webkit-keyframes flecha-animada {
    from {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    50% {
      -webkit-transform: translateY(6px);
              transform: translateY(6px); }
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  
  @keyframes flecha-animada {
    from {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    50% {
      -webkit-transform: translateY(6px);
              transform: translateY(6px); }
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }


.encabezadoInternas {
    /* height: 100vh; */
    max-height: 190px;
    /* background: no-repeat center center scroll; */
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    /* -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background-attachment: fixed; */
}
.encabezadoInternas_info {
    padding-top: 120px;
    color: #fff;
    height: 280px;
}
.encabezadoInternas_info h2{
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .encabezadoInternas {
        max-height: 300px;
    }
    .encabezadoInternas_info {
        height: 500px;
    }
    .encabezadoInternas_info h2{
        font-size: 5rem;
        padding-right: 50px;
    }
}
/* =================================== */


/* ============== FOOTER ============= */
.footer {
    /* border-top: #02b7ff solid 2px; */
    background-color: #fffb06;
    color: #fff;
}

.nav-footer ul {
    list-style: none;
    margin:0;
    padding:0;
}
.nav-footer ul li {
    position: relative;
    display: inline-block;
}

.nav-footer ul li a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 0.4rem;
    font-size: 1.2rem;
    color: #fff;
    transition: all .3s ease-in-out;
}

.nav-footer ul li a:hover {
    color: #fff;
}

.copyright p {
    font-size: 1rem!important;
    color: #fff;
    font-weight: 500!important;
}


/* REDES SOCIALES */
.sociales ul {
    list-style: none;
    margin:0;
    padding:0;
}

.sociales ul li {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    font-size: 2rem;
    color: var(--texto)!important;
}

.sociales ul li .svg-inline--fa {
    font-size: inherit;
    color: #fff;
}
/* =================================== */


/* =============== RLL ============== */
.txtRLL{
    color: white;
    height: 100%;
    width: 100%;
    margin: auto 0px;;
}
.imgRLL{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
}
.imgRLL2{
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    padding: 100px;
}
/* =================================== */



/* =============== OFERTA ============== */
.seccionPopular{
    color: #FFF!important;
}
.seccionPopular p{
    font-weight: 400;
}
.card {
    color: #FFF!important;
    border: none;
    background-color: transparent;
}
.card-title{
    font-size: 1rem;
}
@media(min-width: 768px){
    .card-title{
        font-size: 1.2rem;
    }
}
.card img {
    max-height: 400px!important;
    max-width: 250px;
}
.card-columns {
    column-count: 1;
}
@media (min-width: 500px) {
    .card-columns {
        column-count: 2;
    }
}
@media (min-width: 800px) {
    .card-columns {
        column-count: 3;
    }
}
@media (min-width: 1600px) {
    .card-columns {
        column-count: 3;
    }
}
/* ==================================== */


/* ================ CATEGORIAS =============== */
/* .seccionCateg{
    min-height: 400px;
} */

.cat-item{
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    position: relative;
}

.cat-item img{
    width: 100%;
    height: 100%;
}

.cat-item h3{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    opacity: 1;
    padding: 6px;
    z-index: 2;
}

.cat-item:after {
    content: '';
    width: 100%;
    height: 110%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
}

@media(min-width: 768px){
    .cat-item{
        cursor: pointer;
    }
    
    .cat-item h3{
        transform: translate(-50%, -50%) scale(0.8);
        opacity: .8;
        transition: all 500ms;
    }
    .cat-item:hover h3{
        transform: translate(-50%, -50%) scale(1)!important;
        opacity: 1;
    }
    
    .cat-item:after {
        opacity: 0;
        transition: all 700ms;
    }
    
    .cat-item:hover:after{
        opacity: 0.6;
    }
}
/* ============================================== */


/* ============= PIELES ============== */
.pieles a img{
    cursor: pointer;
    border-radius: 20px;
}
.popover-header{
    background-color: var(--texto);
    color: var(--texto2);
}

.popover-body{
    background-color: var(--texto2);
    color: var(--texto);
}
/* =================================== */


/* ============= HILOS ============== */
.imgHilos{
    cursor: pointer;
    border-radius: 20px;
}
/* =================================== */


/* ============ CONTACTO ============= */
.txtDireccion{
    font-weight: 500;
}
/* =================================== */


/* ============= MODALES ============= */
.modal-body {
    /* background-color: #232627; */
    color: #f8f8f8;
    background-color: #c91902;
}

.modal-header {
    background-color: var(--fondo2);
    margin-bottom: 0px!important;
}

.modal-title {
    color: #1a1d1f;
    margin-bottom: 0px;
    position: relative;
    font-size: 1.5rem!important;
}

button.close span {
    color: #c91902;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 50%;
    margin: 0 auto;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.modalProds .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 50%;
    margin: 0 auto;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}



@media (max-width: 768px) {
.vertical-alignment-helper {
    width: 92%;
}
.modalProds .vertical-alignment-helper {
    width: 92%;
}
.g-recaptcha, #rc-imageselect {
    transform: scale(0.84);
    transform-origin: 0 0;
}
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}
/* =================================== */


/* ========== NOSOTROS IDX =========== */
.contenedorComoComprar{
    padding: 10px 0px!important;
}
.seccionNos{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 500px;
    min-width: 100%;
    padding: 0px 0px 0px 30px;
}
.infoSecNos{
    padding: 20px;
    text-align: left;
}
.infoSecNos h2{
    text-align: center;
}
@media(min-width: 768px){
    .seccionNos{
        padding: 0px;
    }
    .infoSecNos{
        padding: 30px 75px;
        text-align: left;
    }
}
.backOpacity{
    min-height: 500px;
    background-color: rgb(46, 46, 46);
    opacity: 0.4;
}
/* =================================== */


/* ======== PAGINAS INTERNAS ========= */

/*==================== Trabajos ====================*/
.cardsFamily .card img {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(49, 49, 49, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(49, 49, 49, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(49, 49, 49, 0.75);
    border-radius: 15px;
    /* min-height: 300px!important;
    min-width: 300px!important; */
}
@media(min-width: 768px){
    .cardsFamily .card img {
        min-height: 100px!important;
        min-width: 100px!important;
    }
}
/* ================================================ */


/*==================== CARRITO ====================*/
.carritoVacio{
    min-height: 200px;
}
.carritoVacio a .svg-inline--fa{
    min-height: 150px!important;
    font-size: 10rem!important;
    color: gray;
}
.alert-info {
    background-color: #f7f7f7;
    color: var(--texto2);
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.alert-info a{
    color: var(--texto2)!important;
}
.carritoVacio a .svg-inline--fa{
    color: #FFF!important;
}
/* =============================================== */


/*==================== Tienda ====================*/
.prodsCor{
    align-items: center;
}
.prodsCor img{
    border-radius: 10px;
}
.carritoVacio a .svg-inline--fa{
    min-height: 150px!important;
    font-size: 10rem!important;
    color: gray;
}
/* =============================================== */

/* =================================== */
























.contenedorVideo {
    height: 600px;
}

@media (max-width: 768px) {
    .contenedorVideo {
        height: 200px;
    }
}




/* CAROUSEL */
.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.prodsCarr .carousel-item {
    height: 35vh;
    min-height: 200px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.testimCarr .carousel-item {
    height: 49vh;
    min-height: 220px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-item {
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}


.carousel-caption p{
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .carousel-caption h2{
        font-size: 2.5rem;
    }
    .testimCarr .carousel-item {
        height: 55vh;
        min-height: 320px;
    }
    .prodsCarr .carousel-item {
        height: 50vh;
        min-height: 320px;
    }
}



/* CONTADOR */
.counter{
    text-align: center;
    font-size: 100px;
  }



/* TESTIMONIALES */
.testimoniales {
    background-color: #131212;
}

.testimoniales .carousel {
    background-color: #161616;
    max-height: 430px;
}

.testimoniales .carousel-item h4 {
    font-weight: 700;
}

.testimoniales .carousel-item blockquote {
    font-size: 1.8rem;
    font-weight: 100;
    font-style: italic;
}

.testimoniales .carousel-item p {
    font-size: .8rem;
}



/* CONTACTO */
#contacto{
    color: #FFF!important;
}
.g-recaptcha, #rc-imageselect {
    -webkit-transform: scale(0.84);
    -moz-transform:    scale(0.84);
    -ms-transform:     scale(0.84);
    -o-transform:      scale(0.84);
    transform:         scale(0.84);

    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
@media (min-width: 768px) {
    .g-recaptcha, #rc-imageselect {
        transform: scale(0.95);
        transform-origin: 0 0;
    }
    }


/* FOOTER */




/* --------------------- */
/* PAGINA PRODUCTOS */
/* --------------------- */

/* PRODUCTOS */


.productos {
    color: #ffffff;
}
.productosFondo1 {
    background-color: #131212;
}
.productosFondo2 {
    background-color: none;
}

div .productosPag {
    background-color: #131212!important;
}

.productos  .card-body, .card-footer {
    background-color: #131212;
}

.productos .card a {
    color: #2a3238;
}

.productos .card a:hover {
    text-decoration: none;
}

.productos .card h4 {
    font-size: 1.2rem;
    color: #ffffff;
}

.productos .card p {
    font-size: .8rem;
    color: #dddddd;
}

.productos .card .precio {
    color: #5cc516;
    font-weight: 700;
    font-size: 1.2rem;
}

.text-muted {
    font-size: .9rem;
    color: #7acc2d!important;
}

.precio-prod {
    font-size: 1.5rem;
}

.rectangulo{
    padding: 60px;
}

.rectangulo img{
    max-width: 400px;
}

.rectangulo p {
    font-family: 'BebasNeue-Regular';
    font-size: 2rem;
}

@media (max-width: 768px) {
    .rectangulo{
        padding: 10px;
    }
    
    .rectangulo p {
        font-family: 'BebasNeue-Regular';
        font-size: 1.8rem;
    }
}

.moneda{
    font-size: .8rem;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 1rem;
    margin: 5px 8px;
    padding: 4px 10px;
    background: #202020;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; 
}

.owl-theme .owl-nav [class*="owl-"]:hover{
    background: #2a3238;
}

.pieles img{
    max-width: 100px;
    margin: 5px 2.5px;
}

@media (max-width: 768px) {
    .pieles img{
        max-width: 60px;
        margin: 5px 2.5px;
    }
}




/* COMPRAR */
.comprar h2 {
    color: #7acc2d;
    text-align: center;
}



/* PRODUCTO */
#myCarousel .carousel-inner, .carousel-item, .carousel-item img {
    max-height: 280px;
}
#myCarousel .carousel-indicators {
    position: absolute;
    left: 0;
    width: initial;
    display: none !important;
    /* background-color: var(--fondo); */
    border-radius: 20;
}
@media(min-width: 768px){
    #myCarousel .carousel-inner, .carousel-item, .carousel-item img {
        max-height: 600px;
        width: 100%;
    }
    #myCarousel .carousel-indicators {
        bottom: -55px;
        display: flex !important;
    }
    #myCarousel .list-inline-item, .list-inline-item img {
        border-radius: 10px!important;
    }
    #myCarousel .list-inline-item{
        background-color: transparent!important;
    }
}
#myCarousel .contenedorCarr{
    max-width: 85%;
}
#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}
#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}
#myCarousel .carousel-indicators > li.active img {
    opacity: 0.9;
}

.itemsProd{
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.inputCant{
    width: 50%!important;
}
.btnCrear{
    margin: 0 auto;
}
@media(min-width: 768px){
    .itemsProd{
        align-items: start;
    }
}


/* CARRITO */
.alert-success{
    background-color: var(--texto2)!important;
    color: var(--texto);
}
.formDelete{
    position: relative;
}
.btnEliminarShop{
    color: var(--texto);
    position: absolute;
    left: -25px;
    top: -10px;
    max-height: 10px;
}
.saltoResp{
    padding-top: 15px;
}
.saltoResp h3{
    text-align: center;
}
@media(min-width: 375px){
    .btnEliminarShop{
        left: -10px;
    }
}
@media(min-width: 768px){
    .btnEliminarShop{
        left: -10px;
    }
    .saltoResp{
        padding-top: 0px;
    }
    .saltoResp h3{
        text-align: left;
    }
}
.custom-control-label{
    font-size: 1rem;
    font-weight: 300;
    padding-top: 3px;
}
.custom-control-label b{
    font-size: 1rem;
    font-weight: 500;
    color: var(--primario)!important;
}
.custom-control-label::before,   
.custom-control-label::after {  
    width: 1rem;  
    height: 1rem;  
}  
.custom-control-label:before{
    background-color: var(--primario);
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color: var(--secundario);
    border-color: #e2e2e2;
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}


  /* COLLAPSES */
  .card-header button{
    text-align: center!important;
    color: #fff;
    font-size: 2rem;
    transition: all 500ms;
    text-decoration: none!important;
  }
  .card-header button:hover{
    color: var(--secundario);
    text-decoration: none!important;
  }
  .numCaja{
      border-radius: 20px;
      max-width: 150px!important;
      margin: 15px 0;
  }
  @media(min-width: 768px){
      .numCaja{
          margin-top: 0px;
      }
  }