/* ==================================================================
=====================================================================
ESTILOS PARA EL BOTON DE ADJUNTAR ARCHIVO DE VISTA ADJUNTAR CURRICULUM
=====================================================================
===================================================================== */

#file {
    display: none;
}

.file_label {
    display: block;
    font-size: 20px;
    font-family: Arial;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #e4002b;
    color: #fff;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.file_label:hover {
    background-color: #e62b4d;
    color: #ffffff;
}

.fa {
    margin-right: 5px;
}


/* ================================================
==================================================
ESTILOS PARA LA INFORMACION DEL CARRITO EN PUPUP
================================================
================================================ */

@media screen and (max-width: 767px) {
    .responsive-text {
        margin-top: -7px;
        font-size: 12px;
    }
    .responsive-img {
        width: 40px;
    }
}

.barmod::-webkit-scrollbar {
    width: 8px;
    /* Tamaño del scroll en vertical */
    height: 8px;
    /* Tamaño del scroll en horizontal */
}


/* Ponemos un color de fondo y redondeamos las esquinas del thumb */

.barmod::-webkit-scrollbar-thumb {
    padding: 8px;
    background: #e4002b;
    border-radius: 5px;
}


/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */

.barmod::-webkit-scrollbar-thumb:hover {
    background: #fd274e;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}


/* Cambiamos el fondo cuando esté en active */

.barmod::-webkit-scrollbar-thumb:active {
    background-color: #c91737;
}

.bombahov:hover {
    color: #e4002b;
}


/* ==================================
=====================================
ESTILOS PARA LA VISTA DE MI PERFIL
==================================
================================== */

.emp-profile {
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}

.profile-img {
    text-align: center;
}

.profile-img img {
    width: 70%;
    height: 100%;
}

.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}

.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

.profile-head h5 {
    color: #333;
}

.profile-head h6 {
    color: #0062cc;
}

.profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}

.proile-rating2 {
    font-size: 10px;
    color: #818182;
    margin-top: 5%;
}

.proile-rating {
    font-size: 19px;
    color: #818182;
    margin-top: 5%;
}

.proile-rating span {
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}

.profile-head .nav-tabs {
    margin-bottom: 5%;
}

.profile-head .nav-tabs .nav-link {
    font-weight: 600;
    border: none;
}

.profile-head .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #0062cc;
}

.profile-work {
    padding: 14%;
    margin-top: -15%;
}

.profile-tab label {
    font-weight: 600;
}

.profile-tab p {
    font-weight: 600;
    color: #0062cc;
}

.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

.single-chart {
    width: 50%;
    justify-content: space-around;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 150px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.blue .circle {
    stroke: #e4002b;
}

.percentage {
    fill: #e4002b;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

.titleInfo {
    font-weight: bold;
}

@media (max-width: 770px) {
    .pc {
        display: none;
    }
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

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


/* Large devices (desktops, 992px and up) */

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


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 760px) {
    .cel {
        display: none;
    }
}


/* =======================================
=======================================
ESTILOS PARA LAS CARDS DE LOS PRODUCTOS
=======================================
======================================= */

.product-grid3 {
    font-family: Roboto, sans-serif;
    text-align: center;
    position: relative;
    z-index: 1;
}

.product-grid3:before {
    content: "";
    height: 81%;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.product-grid3:hover:before {
    opacity: 0;
    /*height: 100%;*/
}

.product-grid3 .product-image3 {
    position: relative;
    padding: 0rem !important;
    max-width: 100% !important;
}

.product-grid3 .product-image3 a {
    display: block;
}

.product-grid3 .product-image3 img {
    height: 300px;
    object-fit: contain;
}

.product-grid3 .pic-1 {
    opacity: 1;
    transition: all 0.5s ease-out 0s;
}

.product-grid3:hover .pic-1 {
    opacity: 0;
}

.product-grid3 .pic-2 {
    position: absolute;
    /*top: 0;*/
    left: 0;
    opacity: 0;
    /*max-height: 170px;
    min-height: 170px;*/
    transition: all 0.5s ease-out 0s;
}

@media screen and (max-width: 720px) {
    .product-grid3 .pic-2 {
        left: 8px;
    }
}

.product-grid3:hover .pic-2 {
    opacity: 1;
    /* max-height: 170px;
  min-height: 170px; */
}

.product-grid3 .product-discount-label,
.product-grid3 .product-content {
    z-index: -1;
    padding: 15px;
    text-align: left;
}

.product-grid3 .title {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0 7px;
    transition: all 0.3s ease 0s;
}

.product-grid3 .title a {
    color: #414141;
}

.product-grid3 .price {
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-right: 2px;
    display: inline-block;
}

.product-grid3 .price .rebaja-producto {
    color: #909090;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: line-through;
    text-align: left;
    display: inline-block;
    margin-top: 3px;
}

@media only screen and (max-width: 990px) {
    .product-grid3 {
        margin-bottom: 30px;
    }
}

img {
    max-width: 100%;
}

@media screen and (max-width: 800px) {
    .imgprod {
        width: 60px;
    }
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.card {
    margin-top: 10px;
    background: #fff;
    padding: 3em;
    line-height: 1.5em;
}

@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-title,
.price,
.sizes,
.colors {
    text-transform: UPPERCASE;
    font-weight: bold;
}

.product-title {
    margin-top: 0;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* ======================================
=======================================
ESTILOS PARA LAS MARCAS EN VISTA HOME
======================================
====================================== */

.bomba-marcas {
    width: 100%;
    background-color: #e8e8e8;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 5px;
}

.bomba-marcas>img {
    max-width: 100%;
    height: 100px;
}


/* ================================================
  ================================================
  ESTILOS PARA LA VISTA DE PRODUCTO CATEGORIA
  ===============================================
  ============================================== */

@keyframes ldio-c95zb1pkhrq {
    0% {
        transform: translate(2.01px, 2.01px);
    }
    33.33% {
        transform: translate(102.50999999999999px, 2.01px);
    }
    66.66% {
        transform: translate(42.209999999999994px, 102.50999999999999px);
    }
    100% {
        transform: translate(2.01px, 2.01px);
    }
}

.ldio-c95zb1pkhrq>div {
    transform: scale(0.88);
    transform-origin: 100.49999999999999px 100.49999999999999px;
}

.ldio-c95zb1pkhrq>div>div {
    animation: ldio-c95zb1pkhrq 1.3157894736842106s linear infinite;
    position: absolute;
}

.ldio-c95zb1pkhrq>div>div div:nth-child(1) {
    width: 72.35999999999999px;
    height: 72.35999999999999px;
    border-radius: 50%;
    border: 12.059999999999999px solid #e4002b;
    background: #ffffff;
}

.ldio-c95zb1pkhrq>div>div div:nth-child(2) {
    width: 17.084999999999997px;
    height: 51.254999999999995px;
    transform: rotate(-45deg);
    background: #e4002b;
    border-radius: 0 0 8.04px 8.04px;
    position: absolute;
    top: 68.33999999999999px;
    left: 85.425px;
}

.loadingio-spinner-magnify-mznmwfa5tys {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    background: rgba(221, 221, 221, 0);
}

.ldio-c95zb1pkhrq {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    padding-left: 40%;
    padding-right: 40%;
}

.ldio-c95zb1pkhrq div {
    box-sizing: content-box;
}

@keyframes ldio-2cmf9i1ebjf {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ldio-2cmf9i1ebjf div {
    position: absolute;
    width: 87px;
    height: 87px;
    border: 6px solid #e4002b;
    border-top-color: transparent;
    border-radius: 50%;
}

.ldio-2cmf9i1ebjf div {
    animation: ldio-2cmf9i1ebjf 0.6711409395973155s linear infinite;
    top: 75px;
    left: 75px;
}

.loadingio-spinner-rolling-4ngcnq9a509 {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
}

.ldio-2cmf9i1ebjf {
    width: 100%;
    height: 100%;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
    margin-left: 35%;
    margin-right: 35%;
    margin-bottom: 100%;
}

.ldio-2cmf9i1ebjf div {
    box-sizing: content-box;
}


/* ===================================================
===================================================
ESTILOS DE PAGINACION PARA VISTA PRODUCTO CATEGORIA
===================================================
=================================================== */

.pagination>li>a,
.pagination>li>span {
    color: #e4002b;
    font-size: 18px !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #e4002b !important;
    border-color: #f3153d !important;
    color: #ffffff;
}

.pagination>.active {
    background-color: #e4002b !important;
    border-color: #f3153d;
    color: #ffffff !important;
}

.page-item.active .page-link {
    background-color: #e4002b;
    border-color: #f3153d !important;
    color: #ffffff;
}

.page-item.page-link:hover {
    background-color: #fab2c0 !important;
    border-color: #f3153d !important;
    color: #ffffff !important;
}

.pagination>a:hover {
    color: #ffffff !important;
}


/* ==============================================
==============================================
ESTILOS PARA LA VISTA DE PRODUCTO DEPARTAMENTO
==============================================
==============================================   */

@keyframes ldio-c95zb1pkhrq {
    0% {
        transform: translate(2.01px, 2.01px);
    }
    33.33% {
        transform: translate(102.50999999999999px, 2.01px);
    }
    66.66% {
        transform: translate(42.209999999999994px, 102.50999999999999px);
    }
    100% {
        transform: translate(2.01px, 2.01px);
    }
}

.ldio-c95zb1pkhrq>div {
    transform: scale(0.88);
    transform-origin: 100.49999999999999px 100.49999999999999px;
}

.ldio-c95zb1pkhrq>div>div {
    animation: ldio-c95zb1pkhrq 1.3157894736842106s linear infinite;
    position: absolute;
}

.ldio-c95zb1pkhrq>div>div div:nth-child(1) {
    width: 72.35999999999999px;
    height: 72.35999999999999px;
    border-radius: 50%;
    border: 12.059999999999999px solid #e4002b;
    background: #ffffff;
}

.ldio-c95zb1pkhrq>div>div div:nth-child(2) {
    width: 17.084999999999997px;
    height: 51.254999999999995px;
    transform: rotate(-45deg);
    background: #e4002b;
    border-radius: 0 0 8.04px 8.04px;
    position: absolute;
    top: 68.33999999999999px;
    left: 85.425px;
}

.loadingio-spinner-magnify-mznmwfa5tys {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    background: rgba(221, 221, 221, 0);
}

.ldio-c95zb1pkhrq {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
    padding-left: 40%;
    padding-right: 40%;
}

.ldio-c95zb1pkhrq div {
    box-sizing: content-box;
}


/*===================== ESTILOS DE PAGINACION =============================== */

.pagination>li>a,
.pagination>li>span {
    color: #e4002b;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #e4002b !important;
    border-color: #f3153d !important;
    color: #ffffff;
}

.pagination>.active {
    background-color: #e4002b !important;
    border-color: #f3153d;
    color: #ffffff !important;
}

.page-item.active .page-link {
    background-color: #e4002b;
    border-color: #f3153d !important;
    color: #ffffff;
}

.page-item.page-link:hover {
    background-color: #fab2c0 !important;
    border-color: #f3153d !important;
    color: #ffffff !important;
}

.pagination>a:hover {
    color: #ffffff !important;
}

@keyframes ldio-2cmf9i1ebjf {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ldio-2cmf9i1ebjf div {
    position: absolute;
    width: 87px;
    height: 87px;
    border: 6px solid #e4002b;
    border-top-color: transparent;
    border-radius: 50%;
}

.ldio-2cmf9i1ebjf div {
    animation: ldio-2cmf9i1ebjf 0.6711409395973155s linear infinite;
    top: 75px;
    left: 75px;
}

.loadingio-spinner-rolling-4ngcnq9a509 {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
}

.ldio-2cmf9i1ebjf {
    width: 100%;
    height: 100%;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
    margin-left: 35%;
    margin-right: 35%;
    margin-bottom: 100%;
}

.ldio-2cmf9i1ebjf div {
    box-sizing: content-box;
}


/* =================================================
=================================================
ESTILOS PARA LA VISTA DE PRODUCTO SUB CATEGORIAS
=================================================
================================================= */

@keyframes ldio-c95zb1pkhrq {
    0% {
        transform: translate(2.01px, 2.01px);
    }
    33.33% {
        transform: translate(102.50999999999999px, 2.01px);
    }
    66.66% {
        transform: translate(42.209999999999994px, 102.50999999999999px);
    }
    100% {
        transform: translate(2.01px, 2.01px);
    }
}

.ldio-c95zb1pkhrq>div {
    transform: scale(0.88);
    transform-origin: 100.49999999999999px 100.49999999999999px;
}

.ldio-c95zb1pkhrq>div>div {
    animation: ldio-c95zb1pkhrq 1.3157894736842106s linear infinite;
    position: absolute;
}

.ldio-c95zb1pkhrq>div>div div:nth-child(1) {
    width: 72.35999999999999px;
    height: 72.35999999999999px;
    border-radius: 50%;
    border: 12.059999999999999px solid #e4002b;
    background: #ffffff;
}

.ldio-c95zb1pkhrq>div>div div:nth-child(2) {
    width: 17.084999999999997px;
    height: 51.254999999999995px;
    transform: rotate(-45deg);
    background: #e4002b;
    border-radius: 0 0 8.04px 8.04px;
    position: absolute;
    top: 68.33999999999999px;
    left: 85.425px;
}

.loadingio-spinner-magnify-mznmwfa5tys {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    background: rgba(221, 221, 221, 0);
}

.ldio-c95zb1pkhrq {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
    padding-left: 40%;
    padding-right: 40%;
}

.ldio-c95zb1pkhrq div {
    box-sizing: content-box;
}

@keyframes ldio-2cmf9i1ebjf {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ldio-2cmf9i1ebjf div {
    position: absolute;
    width: 87px;
    height: 87px;
    border: 6px solid #e4002b;
    border-top-color: transparent;
    border-radius: 50%;
}

.ldio-2cmf9i1ebjf div {
    animation: ldio-2cmf9i1ebjf 0.6711409395973155s linear infinite;
    top: 75px;
    left: 75px;
}

.loadingio-spinner-rolling-4ngcnq9a509 {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
}

.ldio-2cmf9i1ebjf {
    width: 100%;
    height: 100%;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
    margin-left: 35%;
    margin-right: 35%;
    margin-bottom: 100%;
}

.ldio-2cmf9i1ebjf div {
    box-sizing: content-box;
}


/*===================== ESTILOS DE PAGINACION =============================== */

.pagination>li>a,
.pagination>li>span {
    color: #e4002b;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #e4002b !important;
    border-color: #f3153d !important;
    color: #ffffff;
}

.pagination>.active {
    background-color: #e4002b !important;
    border-color: #f3153d;
    color: #ffffff !important;
}

.page-item.active .page-link {
    background-color: #e4002b;
    border-color: #f3153d !important;
    color: #ffffff;
}

.page-item.page-link:hover {
    background-color: #fab2c0 !important;
    border-color: #f3153d !important;
    color: #ffffff !important;
}

.pagination>a:hover {
    color: #ffffff !important;
}


/* ============================================================
============================================================
ESTILOS PARA EL DISEÑO RESPONSIVE DE LAS CAJAS DE CATEGORIAS
============================================================
============================================================ */

@media screen and (max-width: 360px) {
    .bomba-home-0-x-circleItem {
        line-height: 1.15;
        -webkit-font-smoothing: antialiased;
        font-family: Lato;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0;
        font-size: 1rem;
        -webkit-box-direction: normal;
        cursor: pointer;
        box-sizing: border-box;
        background: #f0f0f0;
        border-radius: 50%;
        box-shadow: 0 3px 6px 0 #f0f0f0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        width: 50px;
        height: 50px;
        margin-bottom: 30px;
        overflow: hidden;
    }
}


/* ===================================
===================================
ESTILOS PARA LA VISTA QUIENES SOMOS
===================================
=================================== */

.quienes-somos-parallax {
    background-image: url("https://almacenesbomba.com/wp-content/uploads/2018/05/middle1.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


/* ===============================================
===============================================
ESTILOS PARA LA BARRA LATERAL DE REDES SOCIALES
===============================================
=============================================== */


/* Small devices (landscape phones, 576px and up) */

@media (max-width: 580px) {
    .icon-bar {
        display: none;
    }
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

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


/* Large devices (desktops, 992px and up) */

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


/* Extra large devices (large desktops, 1200px and up) */

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

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 15x;
}

.icon-bar a:hover {
    background-color: #f02d2d;
}

.facebook {
    background: #3b5998;
    color: white;
}

.twitter {
    background: #55acee;
    color: white;
}

.instagram {
    background: #f0a32d;
    color: white;
}

.pinterest {
    background: #e08080;
    color: white;
}

.whatsapp {
    background: #25d366;
    color: #fff;
}

.youtube {
    background: #bb0000;
    color: white;
}


/* boton whatsapp */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover {
    text-decoration: none;
    color: #25d366;
    background-color: #fff;
}

.my-float {
    margin-top: 16px;
}


/*
	==========================================
	==========================================
	estilos de checkbox de la barra de filtros
	==========================================
	==========================================
*/


/* The container */

.label-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.label-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #ccc;
}


/* On mouse-over, add a grey background color */

.label-check:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.label-check input:checked~.checkmark {
    background-color: #e4002b;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.label-check input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.label-check .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*
	====================================================================
	====================================================================
	estilos para la barra de filtrado de productos en desktop responsive
	====================================================================
	====================================================================
*/

@media screen and (min-width: 767px) {
    .filtro-productos-desktop {
        display: block;
    }
    .boton-filtro-productos-movil {
        display: none;
    }
    .muestra-cantidad-productos {
        display: block;
    }
    .seccion-productos-movil {
        display: none;
    }
    .seccion-productos-desktop {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .filtro-productos-desktop {
        display: none;
    }
    .boton-filtro-productos-movil {
        display: block;
    }
    .muestra-cantidad-productos {
        display: none;
    }
    .seccion-productos-movil {
        display: block;
    }
    .seccion-productos-desktop {
        display: none;
    }
}


/*
	====================================================================
	====================================================================
	estilos para la barra de filtrado de productos en movil responsive
	====================================================================
	====================================================================
*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #e8e8e8;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: black;
    display: block;
    transition: 0.3s;
}

.sidenav .closebtn {
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}


/*
  =========================================================================
  =========================================================================
  estilos para el multi input range de la barra de filtros
  =========================================================================
  =========================================================================
  */

.multi-range-slider {
    position: relative;
    width: 100%;
    height: 20px;
    display: block;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 10;
    height: 100%;
    margin: 0;
    pointer-events: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    -webkit-appearance: none;
    cursor: pointer;
    border: 0 none;
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}


/* All the same stuff for Firefox */

input[type=range]::-moz-range-thumb {
    pointer-events: all;
    cursor: pointer;
    border: 0 none;
    width: 15px;
    height: 15px;
    background-color: #e4002b;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

input[type=range]::-moz-focus-outer {
    border: 0;
}


/* All the same stuff for IE */

input[type=range]::-ms-thumb {
    pointer-events: all;
    border: 0 none;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-color: #2698D9;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

input[type=range].hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 10px rgba(38, 152, 217, 0.1);
}

input[type=range].hover::-moz-range-thumb {
    box-shadow: 0 0 0 10px rgba(38, 152, 217, 0.1);
}

input[type=range].hover::-ms-thumb {
    box-shadow: 0 0 0 10px rgba(38, 152, 217, 0.1);
}

input[type=range].active::-webkit-slider-thumb {
    box-shadow: 0 0 0 20px rgba(38, 152, 217, 0.2);
}

input[type=range].active::-moz-range-thumb {
    box-shadow: 0 0 0 20px rgba(38, 152, 217, 0.2);
}

input[type=range].active::-ms-thumb {
    box-shadow: 0 0 0 20px rgba(38, 152, 217, 0.2);
}

input[type=range]::-webkit-slider-runnable-track {
    background: transparent;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
}

input[type=range]::-moz-range-track {
    background: transparent;
}

input[type=range]::-ms-track {
    background: transparent;
}

input[type=range]::-ms-fill-lower {
    background: transparent;
}

input[type=range]:focus::-ms-fill-lower {
    background: transparent;
}

input[type=range]::-ms-fill-upper {
    background: transparent;
}

input[type=range]:focus::-ms-fill-upper {
    background: transparent;
}

.slider {
    position: absolute;
    width: 100%;
    top: 7px;
    z-index: 1;
    height: 6px;
}

.slider2 {
    position: absolute;
    width: 100%;
    top: 7px;
    z-index: 1;
    height: 6px;
}

.slider>.track {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #777;
}

.slider2>.track2 {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #777;
}

.slider>.range {
    position: absolute;
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #e4002b;
}

.slider2>.range2 {
    position: absolute;
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #e4002b;
}

.price__wrapper {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 20px;
    width: 80%;
}

.price__wrapper2 {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 20px;
    width: 80%;
}


/* ================================================
================================================
ESTILOS DE LA FICHA TECNICA DEL DETALLE PRODUCTO
================================================
================================================ */


/**Classic Tabs Wrap**/


/**Floating**/

.floating .tab-wrap .nav-tabs {
    padding: 18px;
    border: none;
    background: #e8e8e8;
    border-radius: 7px;
}

.floating .tab-wrap .nav-tabs .nav-item {
    margin: 0;
    width: 33.33%;
    text-align: center;
}

.floating .tab-wrap .nav-tabs .nav-item a {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    border: none;
    padding-left: 35px;
    padding-right: 35px;
    opacity: 1;
}

.floating .tab-wrap .nav-tabs .nav-item a.active {
    background: #E4002B;
    border-radius: 5px;
    color: #fff;
}

.floating .tab-wrap .nav-tabs .nav-item a i {
    margin: 0 5px 0 0;
}


/* Estilos para la galeria en la vista del detalle del producto */

.asyncGallery {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2000;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.95);
    transition: opacity 200ms, visibility 200ms;
}

.asyncGallery.is-visible {
    opacity: 1;
    visibility: visible;
}

.asyncGallery__Item {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translate(-50%, -50%);
    transition: opacity 200ms, visibility 200ms;
}

.asyncGallery__Item.is-visible {
    opacity: 1;
    visibility: visible;
}

.asyncGallery__ItemImage img {
    max-height: 80vh;
}

.asyncGallery__ItemDescription,
.asyncGallery__Loader {
    color: #fff;
}

.asyncGallery__Loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    color: #fff;
    z-index: 100;
}

.asyncGallery__Loader.is-visible {
    display: block;
}

.asyncGallery button {
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    font-size: 0;
    cursor: pointer;
}

.asyncGallery__Close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
    z-index: 1000;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEycHgiIHZlcnNpb249IjEuMSIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDY0IDY0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCI+CiAgPGc+CiAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjguOTQxLDMxLjc4NkwwLjYxMyw2MC4xMTRjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDljMC4zOTMsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5ICAgYzAuNTE2LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OWwyOC41NDEtMjguNTQxbDI4LjU0MSwyOC41NDFjMC4zOTQsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5YzAuNTE1LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OSAgIGMwLjc4Ny0wLjc4NywwLjc4Ny0yLjA2MiwwLTIuODQ5TDM1LjA2NCwzMS43ODZMNjMuNDEsMy40MzhjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OWMtMC43ODctMC43ODYtMi4wNjItMC43ODYtMi44NDgsMCAgIEwzMi4wMDMsMjkuMTVMMy40NDEsMC41OWMtMC43ODctMC43ODYtMi4wNjEtMC43ODYtMi44NDgsMGMtMC43ODcsMC43ODctMC43ODcsMi4wNjIsMCwyLjg0OUwyOC45NDEsMzEuNzg2eiIvPgogIDwvZz4KPC9zdmc+Cg==");
}

.asyncGallery__Counter {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    right: 40px;
    bottom: 40px;
}

.asyncGallery__Dots {
    position: absolute;
    left: 50%;
    bottom: 40px;
    display: flex;
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
    list-style-type: none;
    z-index: 1000;
}

.asyncGallery__Dots button {
    padding: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 0;
    outline: 0;
    border-radius: 50%;
}

.asyncGallery__Dots li {
    opacity: 0.2;
    transition: opacity 200ms;
}

.asyncGallery__Dots li+li {
    margin-left: 10px;
}

.asyncGallery__Dots li.is-active {
    opacity: 1;
}

.asyncGallery__Next,
.asyncGallery__Prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    z-index: 1000;
    transition: transform 200ms, opacity 200ms;
    transform: translateY(-50%);
}

.asyncGallery__Next:disabled,
.asyncGallery__Prev:disabled {
    opacity: 0.2;
    cursor: default;
}

.asyncGallery__Next:before,
.asyncGallery__Prev:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E%3Cg%3E%3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

.asyncGallery__Next {
    right: 40px;
}

.asyncGallery__Next:hover {
    transform: translateX(2px) translateY(-50%);
}

.asyncGallery__Next:before {
    transform: translate3d(-50%, -50%, 0);
}

.asyncGallery__Prev {
    left: 40px;
}

.asyncGallery__Prev:hover {
    transform: translateX(-2px) translateY(-50%);
}

.asyncGallery__Prev:before {
    transform: translate3d(-50%, -50%, 0) scale(-1);
}


/* DEMO */

* {
    box-sizing: border-box;
}

.gallery {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.gallery div {
    max-width: calc(33.333% - 40px);
    margin: 20px;
    transition: opacity 200ms;
    cursor: pointer;
}

.gallery div:hover {
    opacity: 0.8;
}

.gallery div img {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .asyncGallery__Close {
        top: 15px;
        right: 15px;
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    .asyncGallery__Dots {
        bottom: 15px;
    }
    .asyncGallery__Counter {
        right: 15px;
        bottom: 15px;
        font-size: 12px;
    }
    .asyncGallery__Item {
        width: 100%;
    }
    .asyncGallery__ItemImage img {
        max-height: none;
        max-width: 100%;
    }
    .asyncGallery__ItemDescription {
        padding: 0 20px;
    }
    .asyncGallery__Next,
    .asyncGallery__Prev {
        display: none;
        /* color: black !important; */
    }
    /* DEMO */
    .gallery {
        display: block;
    }
    .gallery div {
        max-width: 100%;
        /* margin: 20px 0 0; */
    }
    .gallery div img {
        max-width: 100%;
        min-width: 100%;
    }
}


/** ======== start styles products timer ============== **/

.border-width-1 {
    border-width: 1px !important;
}

.border-bomba {
    border-color: #eeeeee !important;
}

.borders-radius-20 {
    border-radius: 1.25rem !important;
}

.bg-white {
    background-color: #fff !important;
}

.min-width-370 {
    min-width: 18.125rem !important;
}

.text-lh-28 {
    line-height: 1.75rem;
}

.max-width-120 {
    max-width: 7.5rem;
}

.height-20 {
    height: 1.25038rem;
}

.width-20 {
    width: 1.25038rem;
}

.height-35 {
    height: 2.188rem;
}

.width-35 {
    width: 2.188rem;
}

.height-75 {
    height: 3.8rem;
}

.width-75 {
    width: 3.95rem;
}

.max-width-180 {
    max-width: 11.25rem;
}

.text-lh-1 {
    line-height: 1;
}

.text-lh-35 {
    line-height: 2.188rem;
}

.text-lh-18 {
    line-height: 1.125rem;
}

/** start font size **/
.font-size-12 {
    font-size: 1rem;
}

.font-size-14 {
    font-size: 0.875rem;
}

.font-size-18 {
    font-size: 1.125rem;
}

.font-size-22 {
    font-size: 1.375rem;
}

.font-size-25 {
    font-size: 1.563rem;
}
/** end font size **/

.text-red {
    color: #ee0000;
}

.bg-gray-3 {
    background-color: #eeeeee !important;
}

.height-13 {
    height: 0.813rem;
}

.min-height-849 {
    min-height: 22.3rem;
}

.left-0 {
    left: 0;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.right-0 {
    right: 0;
}

.bg-bomba {
    background-color: #e4002b !important;
}

.bg-yellow-4 {
    background-color: #ffdb71 !important;
}

.box-shadow:hover {
    box-shadow: 0 4px 8px 1.5px rgb(0 0 0 / 16%) !important;
}

.box-shadow, .box-shadow:active {
    box-shadow: 0 4px 8px 1.5px rgb(0 0 0 / 8%);
}

.scale-image {
    transform: scale(1);
    transition: .2s ease-in-out;
}

.scale-image:hover {
    transform: scale(1.1);
}

.overflow-hidden {
    overflow: hidden;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.sin-padding [class*="col-"] {
    padding: 5px;
}

.center-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/** ======== end styles products timer ============== **/