a {
    color: inherit;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

.cart-nav {
    height: 50px;
    background-color: #303030;
}

.cart-nav .container {
    height: 100%;
}

.cart-nav .cart {
    background-color: #e42e37;
    height: 100%;
    margin-left: 30px;
    padding: 0 30px;
}

.cart-nav .cart img {
    height: 20px;
    margin: 0 10px;
}

.cart-nav h6 {
    margin: 0;
    font-size: .7rem;
    color: #fff;
    font-weight: 100;
}

.cart-nav h6 span {
    font-weight: 700;
}

.navbar {
    background-color: #b22930;
}

.navbar .navbar-nav > li > a > .fa {
    background-color: #fff;
    color: #b22930;
    border-radius: 50%;
    height: 37px;
    width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.navbar .navbar-brand img {
    height: 100px;
}

.navbar .navbar-nav .nav-item {
    margin: 0 10px;
    transition: all .3s ease;
}

.navbar .navbar-nav .nav-item:nth-child(7) {
    margin: 0;
}

.navbar .navbar-nav .nav-item:nth-child(7) .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-size: .9rem;
    position: relative;
}

.navbar .navbar-nav .nav-item.active .nav-link:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 50%;
    bottom: -5px;
    left: calc(50% - 5px);
}

.navbar .navbar-nav {
    position: relative;
}

.navbar .navbar-nav .search {
    position: absolute;
    right: 0;
}

.navbar .navbar-nav .search:before {
    position: absolute;
    height: 37px;
    width: 37px;
    right: 0;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b22930;
    z-index: -1;
}

.navbar .navbar-nav .search.before:before {
    z-index: 10000;
}

.navbar .navbar-nav .search input::placeholder {
    text-align: right;
    padding-right: 37px;
    font-style: italic;
    color: #afafaf;
}

.navbar .navbar-nav .search input {
    height: 37px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 0;
    width: 37px;
    opacity: 0;
    transition: all .3s ease;
}

.navbar .navbar-nav .search input:focus {
    background-color: #fff;
    opacity: 1;
    outline: inherit;
}

.navbar .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all .3s ease;
}

.navbar .navbar-nav .dropdown > button {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: .9rem;
    height: 37px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #e42e37;
    color: #fff;
}

.navbar .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
}

.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    color: #303030;
    cursor: pointer;
}

.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    color: #e42e37;
    background-color: #fff;
}

.navbar .navbar-nav .dropdown .dropdown-menu a:hover {
    text-decoration: none;
}

.index-slider .item {
    height: 500px;
    background-color: #303030;
    background-size: cover;
    background-position: center;
}

.index-slider .item.one {
    background-image: url(../img/nosotros2.png);
    background-position: center 35%;
}

.index-slider .item.two {
    background-image: url(../img/slide1.jpg);
}

.index-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 570px);
}

.index-slider .owl-dots .owl-dot span {
    background-color: transparent !important;
    border: 2px solid #e42e37;
    height: 16px !important;
    width: 16px !important;
}

.index-slider .owl-dots .owl-dot.active span {
    background-color: #e42e37 !important;
}

.index-slider .item .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.index-slider .item h5 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
}

.index-slider .item h5:not(:first-child) {
    color: #e42e37;
    margin-bottom: 0;
}

.index-slider .item h1 {
    color: #e42e37;
    font-weight: 300;
    font-size: 3rem;
    margin-top: 30px;
    margin-bottom: 30px;
}

.index-slider .item h1 span {
    color: #fff;
    font-weight: 700;
    text-transform: lowercase;
}

.section {
    padding: 30px;
}

.msj .row div:last-child {
    padding: 60px;
}

.contacto,
.msj {
    background-color: #f1f2f2;
}

.msj h2 {
    font-size: 1.9rem;
    color: #e42e37;
    font-weight: 700;
}

.msj h6 {
    color: #909090;
    font-weight: 400;
}

.msj .row div:first-child {
    background-image: url(../img/recepcionista.png), url(../img/logo_msj.png);
    background-size: 58%, 90%;
    background-position: bottom, center 30%;
    background-repeat: no-repeat;
}

.contacto h1 {
    color: #e42e37;
    font-weight: 300;
}

.products-tabs h2,
.categorias h2 {
    color: #e42e37;
    font-weight: 300;
    font-size: 1.8rem;
}

.products-tabs nav .nav-tabs {
    margin-top: 30px;
    border-bottom-color: #e42e37;
    display: flex;
}

.products-tabs nav .nav-tabs .nav-item {
    color: #000;
    transition: all .3s ease;
    border: 0;
    border-radius: 0;
    flex: 1;
    text-align: center;
}

.products-tabs nav .nav-tabs .nav-item:hover {
    color: #fff;
    background-color: #e42e37;
    opacity: .9;
    border-color: #e42e37;
}

.products-tabs nav .nav-tabs .nav-item.active {
    color: #fff;
    background-color: #e42e37;
}

.products-tabs nav .nav-tabs .nav-item.active:hover {
    opacity: 1;
}

.products-tabs .tab-content .tab-pane {
    padding-top: 30px;
}

.products-tabs .tab-content .tab-pane .row > div[class*="col"] .producto {
    border: 1px solid #dcdedf;
    height: 100%;
    padding: 15px;
    transition: all .3s ease;
}

.products-tabs .tab-content .tab-pane .row > div[class*="col"]:hover .producto {
    border-color: #e42e37;
    transform: translateY(-10px);
    box-shadow: 0px 10px 10px 0px rgba(228, 46, 55, 0.2);
}

.products-tabs .w-100 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.products-tabs .producto {
    position: relative;
    overflow: hidden;
}

.products-tabs .producto:hover .links {
    bottom: 0;
}

.products-tabs .producto.main:hover .links {
    bottom: -16px;
}

.products-tabs .producto.main h5 {
    margin: 0;
}

.products-tabs .producto.main h5:first-child {
    color: #e42e37;
}

.products-tabs .producto.main h5:nth-child(2) {
    font-size: 1rem;
    margin-bottom: 20px;
}

.products-tabs .producto.main h6 {
    font-size: .85rem;
}

.products-tabs .producto h6 {
    margin-bottom: 0;
}

.products-tabs .producto h2 {
    font-weight: 700;
    margin-bottom: 0;
}

.products-tabs .producto.main h2 {
    margin-top: 40px;
}

.products-tabs .producto h2 span {
    font-weight: 300;
    color: #333;
    font-size: 1.4rem;
}

.products-tabs .producto .links img {
    height: 40px;
}

.products-tabs .producto .links {
    background-color: #e42e37;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -70px;
    padding: 15px;
    transition: all .3s ease;
}

.products-tabs .producto.main .links {
    bottom: -86px;
}

.products-tabs .producto .links a:nth-child(1) img {
    border-right: .5px solid #fff;
    padding-right: 15px;
}

.products-tabs .producto .links a:nth-child(2) img {
    border-left: .5px solid #fff;
    padding-left: 15px;
}

.categorias {
    background-color: #f1f2f2;
    position: relative;
}

.categorias .categoria .content {
    position: relative;
}

.categorias .categoria .content .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(228, 46, 55, 0.0);
    top: 0;
    transition: all .3s ease;
}

.categorias .categoria:hover .content .overlay {
    background-color: rgba(228, 46, 55, 0.6);
}

.categorias .categoria:hover .title {
    background-color: #303030;
}

.categorias .categoria:hover .title h3 {
    color: #fff;
}

.categorias .categoria .content img {
    transition: all .3s ease;
}

.categorias .categoria:hover .content img {
    filter: grayscale(100%);
}

.categorias .categoria .title {
    background-color: #fff;
    transition: all .3s ease;
}

.categorias .categoria .title h3 {
    color: #e42e37;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 700;
    font-size: 1.5rem;
    transition: all .3s ease;
}

.categorias .owl-carousel {
    margin-top: 30px;
}

.categorias .owl-carousel .owl-nav {
    position: absolute;
    top: -60px;
    margin: 0;
    padding: 0;
    right: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
    border: 2px solid #e42e37 !important;
    background-color: transparent !important;
    border-radius: 50% !important;
    padding: 0px 9px !important
}

.owl-theme .owl-nav [class*='owl-'] .fa {
    color: #e42e37;
    font-size: 24px;
}

.cards {
    background-color: #e42e37;
    padding: 20px 0;
}

.cards img {
    max-height: 70px;
    filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
    opacity: .2;
}

.cards .row [class*='col-'] {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    background-color: #303030;
    padding: 30px 0 10px 0;
}

footer img {
    width: 100px;
}

footer h5 {
    color: #e42e37;
    font-size: .85rem;
}

footer ul {
    padding: 0;
    list-style: none;
}

footer ul li,
footer ul li a {
    color: #fff;
    font-size: .8rem;
    transition: all .3s ease;
}

footer ul li.red,
footer ul li a span,
footer ul li a:focus,
footer ul li a:hover {
    color: #e42e37;
}

footer ul li img {
    width: 25px !important;
}

footer ul li img + span,
footer ul li i + span {
    color: #e42e37;
    font-size: 1.25rem !important;
    font-weight: 700;
}

footer ul li.m-20 {
    margin-top: 20px;
}

footer ul li a .fa {
    font-size: 2.5em;
    margin-right: 10px;
}

footer .row .w-100 + div {
    border-top: 1px solid #fff;
    margin-top: 80px;
}

footer h6 {
    margin-top: 10px;
    font-size: .75rem;
    color: #fff;
}

.img-prod {
    height: 28px;
}

.breadcrumbs {
    padding-top: 30px;
}

.breadcrumbs h4 {
    margin: 0 10px 0;
    color: #e42e37;
}

.breadcrumbs .breadcrumb {
    background-color: #fff;
    margin-bottom: 0;
}

.breadcrumbs .breadcrumb li {
    color: #898989;
    font-size: .85rem;
}

.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #868e96;
    content: "/";
}

.banner-categorias {
    height: 270px;
    background-image: url(../img/seccion.jpg);
}

.background {
    background-position: center;
    background-size: cover;
}

.categoria {
    padding: 30px 0;
}

.linea-categorias > div {
    border: 1px solid #e42e37;
}

.linea-categorias > div:last-child {
    border-top: 0;
}

.linea-categorias > .buscar {
    padding: 20px;
}

.linea-categorias > .buscar input {
    background-color: #ebebeb;
    border-radius: 0;
    border: 0;
}

.linea-categorias > .buscar input:focus {
    box-shadow: 0 0 0 0;
}

.linea-categorias > .buscar input::placeholder {
    color: #e42e37;
}

.linea-categorias > .buscar .form {
    position: relative;
}

.linea-categorias .lineas {
    padding: 15px 10px;
}

.linea-categorias .lineas h5 {
    font-weight: 300;
    color: #e42e37;
}

.accordeon-categorias {
    padding-left: 20px;
}

.accordeon-categorias > li {
    position: relative;
    list-style: none;
}

.accordeon-categorias > li:before {
    font-family: 'FontAwesome';
    position: absolute;
    content: "\f054";
    width: 10px;
    height: 10px;
    left: -20px;
    top: 2px;
}

.accordeon-categorias > li.open:before {
    content: "\f078";
}

.accordeon-categorias > li > ul {
    padding-left: 20px;
    display: none;
}

.accordeon-categorias > li > ul > li {
    color: #e42e37;
    list-style: disc;
}

.linea-categorias {
    margin-bottom: 30px;
}

.destacados .item {
    height: 170px;
    display: flex;
    align-items: flex-end;
    background-position: center;
    background-size: cover;
    margin-bottom: 15px;
}

.destacados .item .item-title {
    height: 40px;
    background-color: #b2282f;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.destacados .item .item-title h5 {
    font-size: 1.10rem;
    margin: 0;
    color: #fff;
}

.destacados a:nth-child(1) .item {
    background-image: url(../img/promo1.jpg);
}

.destacados a:nth-child(2) .item {
    background-image: url(../img/promo2.jpg);
}

.destacados a:nth-child(3) .item {
    background-image: url(../img/promo3.jpg);
}


/****** Selects *****/

.custom-selects {
    position: relative;
    font-family: Arial;
    height: 24px;
    width: 60px;
}

.custom-selects select {
    display: none;
}

.select-selected {
    background-color: #fff;
    color: #e42e37 !important;
    padding-left: 5px;
    border: 1px solid #e42e37;
    border-radius: 4px;
}

/*style the arrow inside the select element:*/

.select-selected:after {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f0d7";
    right: 0px;
    width: 24px;
    height: 24px;
    top: 0;
    background-color: #e42e37;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.select-selected.select-arrow-active:after {
    content: "\f0d8";
}

.select-items div,
.select-selected {
    color: #ffffff;
    cursor: pointer;
    height: 24px;
}

.select-items {
    position: absolute;
    background-color: #e42e37;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.sel span {
    color: #999999;
    font-size: .8rem;
}

.categoria .pagination .page-item {
    margin: 0 5px;
}

.categoria .pagination .page-link {
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -1px;
    color: #e42e37;
    background-color: #fff;
    border: 0;
}

.categoria .pagination .page-item.active .page-link {
    color: #fff;
    background-color: #e42e37;
    border: 1px solid #e42e37;
    border-radius: 50%;
}

.categoria .modo a .fa {
    margin: 5px;
}

.categoria .modo a.active .fa {
    color: #e42e37;
}

.categoria .producto-categoria {
    border: 1px solid #d1d3d4;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.categoria .lista-productos > div {
    margin-top: 15px;
    margin-bottom: 15px;
}

.categoria .producto-categoria h5 {
    font-size: .9rem;
    font-weight: 700;
    color: #303030;
    margin-bottom: 0;
}

.categoria .producto-categoria h6 {
    font-weight: 300;
    color: #303030;
    margin-top: 5px;
}

.categoria .producto-categoria h6 span {
    color: #e42e37;
    font-weight: 700;
}

.categoria .producto-categoria.nuevo:after {
    position: absolute;
    content: "¡Nuevo!";
    width: 100%;
    height: 30px;
    background-color: #e42e37;
    color: #fff;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    transform: rotate(-45deg) translateX(-40px) translateY(-20px);
}

.detalle-producto h5 {
    color: #e42e37;
    font-weight: 500;
}

.detalle-producto h6 {
    color: #303030;
    font-weight: 500;
}

.detalle-producto p {
    font-size: .85rem;
}

.detalle-producto .btn-detalle {
    background-color: #e42e37;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
}

.detalle-producto .price {
    color: #303030;
    margin-top: 45px;
}

.detalle-producto .price span {
    color: #e42e37;
    font-size: 1.6rem;
    font-weight: 700;
}

.detalle-producto .form-control {
    width: 60px;
    border-radius: 0 !important;
}

.detalle-producto button {
    border-radius: 0 !important;
    background-color: #fff;
    border-color: #fff;
    color: #e42e37;
}

.detalle-producto .cantidad {
    margin: 0px 20px 0 30px;
}

.interes h3 {
    color: #e42e37;
    font-weight: 300;
    margin-top: 0;
}

.interes.categoria {
    padding: 10px 0 30px;
}

.contacto ul {
    list-style: none;
    padding-left: 0;
}

.contacto ul li img {
    height: 25px;
}

.contacto .fa {
    color: #e42e37;
}

.contacto ul li {
    font-weight: 700;
    margin-bottom: 5px;
}

.btn-danger {
    background-color: #e42e37;
}

.form-control:focus {
    border-color: #e42e37;
    box-shadow: 0 0 0 0.2rem rgba(228, 46, 55, .25);
}

.nosotros {
    height: 420px;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .8)), url(../img/nosotros.png);
    background-position: center;
    background-size: cover;
    padding-bottom: 50px;
}

.proposito {
    background-color: #e42e37;
}

.proposito .container .row > div:first-child {
    border-right: 1px solid #cc080c;
}

.mision {
    background-color: #f1f2f2;
}

.mision h1 {
    color: #e42e37;
}

.mision ul li,
.mision h6 {
    color: #636363;
}

.valores {
    padding-bottom: 120px;
}

.valores h2 {
    color: #555555;
}

.valores h6 {
    color: #959595;
}

.valores .container .row > div:last-child h2 {
    padding-top: 55px;
}

.valores .w-100 {
    position: relative;
    height: 1px;
}

.valores .w-100:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 170px;
    bottom: 0;
    left: calc(50% - 85px);
    background-color: #cccccc;
}

@media(max-width: 767px) {
    .nosotros {
        height: inherit;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media(max-width: 767px) {
    .destacados .col-sm-6 .item {
        background-size: contain;
        background-position: center top;
        height: 200px;
    }
    .destacados .item h1 {
        padding: 0 !important;
        font-size: 61px !important;
    }
}
form #website{ display:none; }