:root {
    --secundario: #5cc516;
    --primario: #2c2020;
    --texto: #ebebeb;
    --texto2: #2c2c2c;
    --texto3: #063046;
    --texto4: #e2d411;
    --fondo: #ffffff;
    --fondo2: #0e0e0e;
    --fondo3: #1f1f1f;
    --fondo4: #fcfcfc;
}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* ============ GENERALES ============ */
html {
    min-height: 100%;
    max-width: 100%;
    position: relative;
}
body {
    max-width: 100%;
    min-height: 100%;
    margin-bottom: 300px;
    background-color: var(--fondo);
    color: var(--texto2);
    font-size: 1rem;
    font-weight: 500!important;
    font-family: 'Nanum Gothic', sans-serif;
    /* font-family: 'Lato', sans-serif; */
}
@media(min-width: 768px){
    body {
        margin-bottom: 200px;
    }
}
.imgSombra {
    -webkit-box-shadow: 10px 10px 10px 0px rgba(19, 19, 19, 0.40);
    -moz-box-shadow: 10px 10px 10px 0px rgba(19, 19, 19, 0.40);
    box-shadow: 10px 10px 10px 0px rgba(19, 19, 19, 0.40);
}
.cardSombra {
    -webkit-box-shadow: 10px 10px 10px 0px rgba(19, 19, 19, 0.40);
    -moz-box-shadow: 10px 10px 10px 0px rgba(19, 19, 19, 0.40);
    box-shadow: 10px 10px 10px 0px rgba(19, 19, 19, 0.40);
}
.bordesRedondos {
    border-radius: 15px;
}
.jumbotron{
    background-color: var(--texto);
}
.alinearVertical{
    margin: auto 0;
}
.contenedorTarj2 .svg-inline--fa{
    font-size: 3rem;
}
#suma-total{
    font-size: 2rem;
}
/* =================================== */


/* ============== TEXTOS ============= */
    a {
        color: var(--texto);
        transition: all 200ms;
    }
    a:hover {
        color: #000;
    }
    .advertencia a {
        color: #ffa500;
        transition: all 200ms;
    }
    .advertencia a:hover {
        color: var(--texto2);
    }
    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;
    }

    ul{
        padding-left: 20px;
    }
    .tu-mejor-eleccion ul{
        list-style: none;
    }
    
    .letrasCh {
        font-size: .8rem;
        color: #7acc2d;
    }
    .txtBlanco{
        color: #fff!important;
    }
    
    b{
        font-weight: 900;
        color: var(--texto3);
    }
    small{
        font-size: .8rem;
    }
    h2, h4{
     text-transform: uppercase;
    }

    @media(min-width: 768px){
        h2, h4{
            text-transform: uppercase;
        }
    }
    .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;
    }
}

.btnEliminarShop{
    color: var(--texto)!important;
    position: absolute;
    left: 0;
    top: -10px;
    max-height: 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.075)!important;
    color: var(--texto2)!important;
    transition: all 300ms ease-out;
    border-color: var(--fondo2);
}
.btn.btn-primary:disabled{
    border-color: #e2e2e2!important;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: rgba(198, 250, 202, 0.13)!important;
    color: var(--texto2)!important;
    border-color: var(--fondo2);
}
.btn-primary2{
    width: 100%;
    background-color: transparent!important;
    color: rgb(6, 241, 96)!important;
    border: 1px solid rgb(6, 241, 96);
    border-radius: 30px;
    padding: 10px;
    font-size: .6rem;
    transition: all 200ms;
}
.btn-primary2 span{
    font-size: 1.1rem;
}
.btn-primary2 i{
    font-size: 2.6rem;
}
.btn-primary2:hover{
    background-color: transparent!important; 
    border: 1px solid rgb(31, 255, 43);
    color: rgb(31, 255, 43)!important;
}
.btn-primary3{
    width: 100%;
    background-color: transparent!important;
    color: rgb(255, 30, 30)!important;
    border: 1px solid rgb(255, 30, 30);
    border-radius: 30px;
    padding: 10px;
    font-size: .6rem;
    transition: all 200ms;
}
.btn-primary3 span{
    font-size: 1.1rem;
}
.btn-primary3 i{
    font-size: 2.6rem;
}
.btn-primary3:hover{
    background-color: transparent!important; 
    border: 1px solid rgb(235, 11, 11);
    color: rgb(245, 11, 11)!important;
}
.svg-inline--fa {
    font-size: 2rem;
}
/* =================================== */


/* =========== 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-fija {
    background-color: var(--fondo2);
    min-height: 60px;
    position: fixed;
    margin-top: 0px;
    width: 100%;
    z-index: 100;
    transition: all .5s ease;
    color: var(--texto)!important;
}
.navegacion-fija.activo {
    background-color: var(--fondo3);
    color: var(--texto2)!important;
    font-size: 1.1rem;
    /* margin-right: 15px; */
    /* padding: .5rem .3rem; */
    transition: all .3s ease-in-out;
}
.nav-link:hover {
    color: rgb(97, 97, 97);
}
.navContacto{
    border-radius: 15px;
    color: var(--texto2);
    background-color: var(--texto4);
    transition: all .3s ease-in-out;
    /* padding: 15px; */
}
.navContacto:hover{
    color: #000;
}
.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;
    }

}
.contactoActive {
    /* color: var(--texto4); */
    background-color: rgb(240, 119, 6)!important;
}
.active {
    color: var(--texto4);
    border-bottom: var(--texto4) solid 2px;
}
#nav_secundario nav a{
    font-size: 1.5rem;
    margin-left: 10px;
}
.lineaInfNav{
    display: block;
    height: 1.5px;
    border-top: var(--texto4) solid 1.5px;
}
/* .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: var(--fondo);
    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);
}

/* =================================== */


/* ============= 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: var(--texto);
    font-size: 2rem;
    position: relative;
    top: 80px!important;
    right: 0;
    bottom: -100px;
    left: 0;
    margin: auto;
    overflow: hidden;
}
.txt_encabezado_landing h2 {
    font-weight: 300;
    /* font-size: 2rem; */
    color: var(--texto);
}
.txt_encabezado_landing p {
    font-size: 1.5rem;
    color: var(--texto);
}
.txt_encabezado_landing h3 {
    font-size: 2rem;
    color: var(--texto);
}
.btn-encabezado_landing{
    background-color: rgba(255, 255, 255, 0.075)!important;
    color: var(--texto)!important;
    font-size: 1.2rem;
    padding: 10px;
    bottom: 5px;
    transition: all 300ms ease-out;
    border-color: var(--texto);;
}
.btn-encabezado_landing:hover{
    background-color: rgba(255, 255, 255, 0.13)!important;
    color: var(--texto)!important;
    border-color: var(--texto);
}
.imgHeader img{
    padding-top: 10px;
    max-width: 150px!important;
}
.cardsHeader {
    background-color: var(--fondo2);
}
.cardsHeader .card{
    background-color: var(--texto4);
    color: var(--texto2);
}
.cardsHeader .card-body p{
    color: var(--texto2);
}
.cardsHeader .card-body .icoHeader svg{
    margin-top: 15px;
    font-size: 3rem;
}
.cardsHeader2 {
    background-color: var(--fondo2);
    border-radius: 10px;
}
.cardsHeader2 .card{
    background-color: var(--texto1);
    color: var(--texto);
}
.cardsHeader2 .card-body p{
    color: var(--texto);
}
.cardsHeader2 .card-body .icoHeader svg{
    margin-top: 15px;
    font-size: 3rem;
}
.ocultarLg{
    margin: 0 auto;
    display: none;
    max-width: 50%;
}
@media (min-width: 1900px){
    .ocultarLg{
        display: block;
    }
}
@media (min-width: 375px){
    .encabezado_landing {
        height: 100vh;
    }
    .txt_encabezado_landing {
        top: 20px;
    }
    .imgHeader img{
        padding-top: 0px;
    }
}
@media (min-width: 768px){
    .encabezado_landing {
        height: 100vh;
    }
    .txt_encabezado_landing {
        top: 50px;
        max-width: 1200px;
        font-size: 3.2rem;
    }
    .txt_encabezado_landing h2 {
        line-height: 70px;
        font-size: 3rem;
    }
    .txt_encabezado_landing p {
        font-size: 1.8rem;
    }
    .txt_encabezado_landing h3 {
        font-size: 3.5rem;
    }
    .btn-encabezado_landing{
        background-color: transparent!important;
        color: var(--texto)!important;
        font-size: 1.5rem;
    }
    .cardsHeader {
        background-color: transparent;
    }
    .imgHeader img{
        padding-top: 0px;
        max-width: 400px!important;
    }

    .cardsHeader .card-body .icoHeader svg{
        font-size: 5rem;
        margin-top: 0px;
    }
}

.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: 250px;
    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 {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    background-color: var(--fondo2);
    color: var(--texto);
}

.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: var(--texto);
    transition: all .3s ease-in-out;
}

.nav-footer ul li a:hover {
    color: var(--texto);
}

.copyright p {
    font-size: 1rem!important;
    color: var(--texto);
    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: 1.2rem;
    color: var(--texto)!important;
}

.sociales ul li .svg-inline--fa {
    font-size: inherit;
    color: var(--texto);
}
/* =================================== */


/* ============== Paralax ============ */
.bg-contacto {
    background-image: url(../img/paralax/01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    font-weight: bold;
    color: #ffffff;
}
.bg-contacto .btn-primary {
    color: #ffffff!important;
}

.bg-contacto h3 {
    font-size: 2.5rem;
}
.bg-contacto p {
    font-size: 1.3rem;
    line-height: 2rem;
}
@media (min-width: 768px) {
    .bg-contacto h3 {
        font-size: 3rem;
    }    
    .bg-contacto p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

/* =================================== */


/* =================================== */
.total #resumenP, .total #totalP {
    font-size: 1.2rem;
    font-weight: bold;
}
.imagenCot{
    margin: 0 auto;
}
/* =================================== */


/* =================================== */
.panel .panel-heading {
    font-size: 1.2rem; }
  
.panel .panel-heading a {
    background: var(--fondo2);
    color: #fff;
    display: block;
    padding: 1rem;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  
.panel .panel-heading a:hover {
    background: var(--texto4);
    color: #000; }
/* =================================== */


/* =================================== */
/* .sec1Fondo{
    background-color: var(--fondo3);
    min-height: 400px;
    color: var(--texto3);
}
.sec2Fondo{
    background-color: var(--fondo4);
    min-height: 400px;
    color: var(--texto3);
}
.sec2Fondo ul li h5{
    font-weight: 600;
}
.sec2Fondo ul p{
    color: var(--texto4)!important;
} */
/* =================================== */


/* =================================== */
.misionIdx{
    background-color: var(--fondo);
    color: var(--texto2);
}
/* =================================== */


/* =================================== */
.visionIdx{
    background-color: var(--fondo);
    color: var(--texto3);
}
/* =================================== */


/* =================================== */
.equipoIdx{
    background-color: var(--fondo4);
    color: var(--texto3);
}
/* =================================== */


/* =================================== */
.equipoIdx img{
    max-height: 180px;
}
/* =================================== */










/* =============== RLL ============== */
.txtRLL{
    height: 100%;
    width: 100%;
    margin: auto 0px;;
}
.imgRLL{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
}
/* =================================== */



/* =============== OFERTA ============== */
/* .seccionPopular p{
    font-weight: 400;
} */
/* .card {
    border: none;
    background-color: transparent;
}
.card img {
    max-height: 400px!important;
    max-width: 250px;
}
.card .imgProdsCard {
    max-height: 500px!important;
    max-width: 500px;
}
.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;
}
#mapid {
    background-color: #8A8C99;
    width: 100%;
    height: 300px; }
/* =================================== */


/* ============= MODALES ============= */
.modal-body {
    /* background-color: #232627; */
    color: #000;
    background-color: var(--texto);
}

.modal-header {
    color: #fff!important;
    background-color: var(--fondo2);
    margin-bottom: 0px!important;
}

.modal-title {
    color: #fff;
    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 ========= */

/*==================== 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;
}
/* =============================================== */


/*==================== 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;
}
.alert-info {
    background-color: #f7f7f7;
    color: var(--texto2);
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
/* =============================================== */

/* =================================== */
























.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 */
.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);
}
@media(min-width: 768px){
    #myCarousel .carousel-inner, .carousel-item, .carousel-item img {
        max-height: 600px;
        width: 100%;
    }
    #myCarousel .carousel-indicators {
        bottom: -95px;
        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;
}
@media(min-width: 768px){
    .itemsProd{
        align-items: start;
    }
}


/* CARRITO */
.alert-info{
    background-color: var(--primario);
    color: var(--texto);
}
.alert-success{
    background-color: var(--texto2)!important;
    color: var(--texto);
}
.formDelete{
    position: relative;
}
.btnEliminarShop{
    color: var(--primario);
    position: absolute;
    right: 0;
    top: -10px;
    max-height: 10px;
}
.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;
}



/* SWAL */
.swal-overlay {
    background-color: rgba(82, 82, 82, 0.521)!important;
  }
  .swal-modal {
    background-color: rgba(37, 37, 37, 0.952);
    border: 2px solid white;
    max-width: 350px;
  }
  .swal-text {
    display: block;
    margin: 22px;
    font-size: 1.3rem;
    text-align: center;
    color: var(--texto);
  }
  .swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: var(--primario);
    font-size: 12px;
    border: 1px solid var(--secundario);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
    transition: all 500ms;
  }
  .swal-button:hover {
    background-color: var(--secundario)!important;
  }
