@font-face {
    font-family: Helvetica-Nueue-Bold;
    src: url(../fonts/HelveticaNeueLTStdBd.otf);
}
@font-face {
    font-family: Helvetica-Nueue-Regular;
    src: url(../fonts/HelveticaNeueLTStdTh.otf);
}

body {
    font-family: HelveticaNeue, ”Helvetica Neue”, Helvetica, Arial, sans-serif;
}

a:hover {
    text-decoration: no; /* ne; !important*/
}

.nav {
    background-color: #0077c8;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}

.nav-container {
    display: flex;
    justify-items: center;
    align-items: center;
}

.nav-container {
    display: flex;
    justify-items: center;
    align-items: center;
}

@media (min-width: 1px) and (max-width: 768px) {
    .nav {
        padding: 10px !important;
        justify-content: center;
        align-items: center;
    }
}

.nav div img {
    padding: 15px 0;
}

.icons-container {
    margin: 10px 0;
    display: flex;
}

.no-mg {
    margin: 0 !important;
}

.no-pd {
    padding: 0 !important;
}
.footer-vertical-menu > ul {
    margin-bottom: 0px;
}

.search-input {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 50px;
    padding: 15px 20px;
    line-height: 1.5;
    font-size: 11px;
    width: 700px;
    border: 0px;
}

@media (min-width: 1px) and (max-width: 768px) {
    .search-input {
        width: 300px;
    }
}

input:focus {
    outline: none;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #0077c8;
    font-weight: 800;
    letter-spacing: 0.1em;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #0077c8;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.search-input::placeholder {
    color: #0077c8;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.icon-menu i {
    color: #fff;
}

.icon-menu {
    padding: 8px;
    border-radius: 50px;
    height: 2.5rem;
    width: 2.5rem;
    justify-content: center;
    align-items: center;
}

.icon-menu:first-of-type,
.icon-menu:last-of-type {
    margin: 0 0.6rem;
}

.notification-number {
    display: flex;
    font-size: 0.8rem;
    color: #fff;
    font-family: Helvetica-Nueue-Regular;
}

.notification-container {
    margin-bottom: 1.8rem;
    margin-left: 1.2rem;
    border: #fff 0.5px solid;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #d9000d;
    padding: 0.8rem;
    border-radius: 50px;
    height: 3px;
    width: 3px;
    font-size: 10px;
}

.active-icon {
    background-color: #66c35f;
}

.top-menu {
    width: 100%;
    display: flex;
    background-color: #155c90;
    padding: 1rem 2rem;
    color: #fff;
    font-size: 0.8rem;
    justify-content: flex-end;
    align-items: center;
}

.top-menu p {
    font-size: 12px;
    font-family: Helvetica-Nueue-Regular;
}

.nav-menu {
    height: 65px;
    display: flex;
    padding: 0 30px;
    align-items: center;
    box-shadow: 0 4px 2px -2px gray;
    background-color: #fff;
}

.nav-menu p:first-of-type {
    color: #d9000d;
    width: 30%;
    font-weight: 100;
    text-transform: uppercase;
}

.md-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.md-menu a {
    height: 100%;
    color: #0077c8;
    text-decoration: none;
    margin: 0 40px;
    font-size: 14px;
    list-style-type: none;
    font-family: "Helvetica-Nueue-Bold";
}

/* footer */

.footer-top {
    display: flex;
    padding: 30px 60px 0px 60px;
    /*justify-content: space-between;*/
}

.footer-vertical-menu ul li {
    list-style-type: none;
    color: #888;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

@media (min-width: 1px) and (max-width: 768px) {
    .list-head {
        color: #0077c8 !important;
    }

    .footer-middle {
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #f7f7f7;
        justify-content: center;
        padding: 1.2rem 0;
    }

    .follow-container {
        margin-top: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

.image-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    border: 2px #4d4d4d solid;
    padding: 5px 10px;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .footer-middle {
        display: flex;
        padding: 5px 60px;
        align-items: center;
        background-color: #f7f7f7;
        justify-content: space-between;
    }

    .follow-container {
        margin-top: 30px;
    }
}

.image-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    border: 2px #4d4d4d solid;
    padding: 5px 10px;
    margin-right: 10px;
}

.image-list {
    display: flex;
}

.footer-contact {
    margin-top: 10px;
}

.footer-contact p {
    color: #888;
    padding: 0;
    font-size: 0.8rem;
}

.follow-label {
    display: block;
    font-family: Helvetica-Nueue-Regular;
    text-transform: uppercase;
    color: #0077c8;
}

.follow-container img {
    height: 25px;
}

.footer-middle img {
    max-height: 65px;
    max-width: 222px;
    margin-bottom: 3px;
}

.image-container img {
    max-height: 20px;
}

.footer-bottom {
    color: #fff;
    height: 30px;
    display: flex;
    font-size: 0.8rem;
    align-items: center;
    justify-content: center;
    background-color: #0077c8;
}

/* Testimonials */

.slick-prev {
    z-index: 100;
}

.testimonials-container {
    display: flex;
}

.testimonial-comment {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    text-align: center;
}

.blue {
    background-color: #0077c8 !important;
}

.red {
    background-color: #d9000d !important;
}

.green {
    background-color: #66c35f !important;
}

.breadcrums {
    background: #f7f7f7;
    padding: 10px;
    font-size: 14px;
    font-family: "Helvetica-Nueue-Bold";
    margin-top: 180px;
}

/* @media screen and (min-width: 0px) and (max-width: 467px) {
    .breadcrums {
        margin-top: 231px !important;
        position: fixed;
        width: 100%;
        z-index: 5;
    }
} */
@media screen and (min-width: 0px) and (max-width: 562px) {
    
}

@media screen and (min-width: 563px) and (max-width: 575px) {

    .sort-filter-container {
        top: 185px !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 769px) {
    .breadcrums {
        margin-top: 116px !important;
        position: fixed;
        width: 100%;
        z-index: 5;
    }
}

.italics {
    font-family: Helvetica-Nueue-Regular;
    font-size: 0.8rem;
    text-align: center;
    font-style: italic;
}

.testimonial-comment-red {
    margin: 20px 20px;
    color: #d9000d;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: solid;
    padding: 10px;
}

.testimonial-comment-blue {
    margin: 20px 20px;
    color: #0077c8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: solid;
    padding: 10px;
}

.testimonial-comment-red i {
    font-size: 1rem;
    color: #d9000d;
}

.testimonial-comment-blue i {
    font-size: 1rem;
    color: #0077c8;
}

.testimonial-comment-red p {
    font-family: Helvetica-Nueue-Regular;
    color: #d9000d;
    font-style: italic;
}

.testimonial-comment-blue p {
    font-family: Helvetica-Nueue-Regular;
    color: #0077c8;
    font-style: italic;
}

.comment:before {
    content: '"';
}

.comment:after {
    content: '"';
}

.star-meter {
    display: flex;
}

.star-meter i {
    font-size: 17px;
}

.arrow-button {
    border-radius: 50px;
    justify-content: center;
}

.arrow-button i {
    font-size: 1.2rem;
}

/*Sections*/

.section-title {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-family: Helvetica-Nueue-Bold;
    font-size: 18px;
}

.bold {
    font-family: Helvetica-Nueue-Bold;
}

/*Blog*/
.entries {
    display: flex;
}

.entry {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    -webkit-box-shadow: -2px 8px 10px 1px rgba(0, 0, 0, 0.16);
    box-shadow: -2px 8px 10px 1px rgba(0, 0, 0, 0.16);
    min-height: 608px;
}

.entry .entry-img > img {
    width: 100%;
    max-height: 300px;
    transition: transform 0.6s;
}

.entry .entry-text {
    padding: 20px;
    text-align: left;
}

.entries-container {
    padding-left: 50px;
    padding-right: 50px;
}

.blog-title {
    margin: 0;
    font-size: 1.4rem;
    font-family: Helvetica-Nueue-Bold;
    text-align: left;
}

.mb-5 {
    margin-bottom: 10px;
}

.button {
    width: 200px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Helvetica-Nueue-Bold;
    padding: 1rem 0;
    border: 0;
    border-radius: 10px;
    background-color: #da291c;
}

/*Newsletter*/

@media (min-width: 1px) and (max-width: 768px) {
    .newsletter {
        flex-direction: column;
    }

    .newsletter-label {
        text-align: center;
        margin: 1rem 0 1rem 0 !important;
    }

    .newsletter-input {
        width: 100% !important;
    }

    .newsletter-input-container {
        padding: 0 1rem;
    }
}

@media (min-width: 768px) {
    .newsletter {
        align-items: center;
        justify-content: center;
    }
}

.newsletter {
    display: flex;
    background: #0077c8;
    padding: 30px 0;
}

.newsletter span {
    color: #fff;
    font-size: 1.2rem;
}

.newsletter-input {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    line-height: 1.5;
    margin-right: -60px;
    width: 500px;
    border: 0px;
    font-size: 11px;
}

.newsletter-label {
    margin-right: 20px;
}

.newsletter-label::placeholder {
    color: #0077c8;
    letter-spacing: 0.05em;
}

.newsletter-button {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #00d8ff;
    border-width: 0;
    margin-right: -40px;
}

#title {
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 1);
    font-family: "Open Sans", sans-serif;
    z-index: 9999;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33),
        -1px 0px 2px rgba(255, 255, 255, 0);
}

/*cards*/

@media only screen and (max-width: 1300px) {
    .card-container {
        flex-direction: column;
        align-items: center;
    }

    .card {
        margin: 10px 0 !important;
    }
}

.spanner {
    height: 350px;
}

.highlight-span {
    text-transform: uppercase;
    font-family: Helvetica-Nueue-Regular;
    font-size: 1.2rem;
}

.card-container {
    display: flex;
    width: 100%;
    justify-content: space-around;
    top: 40rem;
    z-index: 10;
    padding: 0 4rem;
}

.card {
    background-color: #fff;
    display: flex;
    border-radius: 15px;
    margin: auto 10px;
    flex-wrap: wrap;
    -webkit-box-shadow: -2px 8px 10px 1px rgba(0, 0, 0, 0.16);
    box-shadow: -2px 8px 10px 1px rgba(0, 0, 0, 0.16);
    max-width: 250px;
    min-width: 250px;
}

.title-card {
    padding: 0 1rem;
    text-align: center;
    min-height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-card p {
    font-size: 18px;
}

.crates-bg {
    min-height: 200px;
    max-height: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.crates-bg.card-1 {
    background-image: url("../img/card-1.png");
}

.crates-bg.card-2 {
    background-image: url("../img/card-2.png");
}

.crates-bg.card-3 {
    background-image: url("../img/card-3.png");
}

.crates-bg.card-4 {
    background-image: url("../img/card-4.png");
}

.containerImg:hover .overlay {
    width: 100%;
    left: 0;
}

.containerImg {
    position: relative;
    width: 100%;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    overflow: hidden;
    width: 0%;
    height: 100%;
    transition: 0.5s ease;
    border-radius: 15px;
}

.overlay-green {
    background-color: rgba(48, 190, 38, 0.7);
}

.overlay-red {
    background-color: rgba(178, 0, 12, 0.7);
}

.overlay-purple {
    background-color: rgba(125, 0, 190, 0.7);
}

.containerImg:hover .overlay {
    width: 100%;
    left: 0;
}

/*.overlay:hover {*/
/*background-color: rgba(30, 123, 190, .8);*/
/*}*/

/*querys*/

@media (max-width: 992px) {
    /*.overlay {
    left: 0;
    width: 100%;
  }*/
    img.image {
        height: 235px;
    }
}

.instruments-bg {
    min-height: 200px;
    max-height: 200px;
    background-image: url("../img/instrumentos.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.material-bg {
    min-height: 200px;
    max-height: 200px;
    background-image: url("../img/estetoscopio.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.card-link {
    padding: 30px 0;
    text-transform: initial;
    font-family: Helvetica-Nueue-Bold;
    font-size: 14px;
    text-align: center;
    color: #212529;
    text-decoration: none;
}

/*Products*/

.product-image {
    margin: 0 auto;
    width: 250px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.6s;
}

.product {
    width: 100%;
    min-width: 250px;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.product:hover {
    box-shadow: -2px 8px 10px 1px rgb(0 0 0 / 46%);
}

.product:hover .button-prod {
    visibility: visible;
}

.product:hover .wish-button {
    visibility: visible;
}

.product-button {
    text-align: center;
    padding-bottom: 15px;
}

.button-prod {
    height: 40px;
    padding: 0px;
    visibility: hidden;
}

.home-product {
    padding-left: 40px;
    padding-right: 40px;
}

.colors-container {
    display: none;
}

.colors {
    display: flex;
    flex-direction: row;
    left: 20%;
}

.color {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 8px;
    margin-right: 8px;
}

.heart-container {
    display: none;
    position: absolute;
    right: -2%;
}

.heart-container i {
    font-size: 1.8rem;
    color: #0077c8;
    margin-right: 5rem;
}

.left-products-container {
    position: absolute;
    top: 50%;
}

.left-products-container span {
    background-color: #d9000d;
    padding: 0.6rem;
    font-size: 1rem;
}

.left-stock {
    position: relative;
    background-color: #dc1e2a;
    font-size: 12px;
    bottom: 60px;
    left: 0;
    padding: 5px 10px;
    color: white;
}

.product-promotion {
    width: 80px;
    background-color: #dc1e2a;
    font-size: 12px;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
}

.offer-button {
    position: relative;
    background-color: #dc1e2a;
    bottom: 215px;
    left: 90px;
    padding: 17px 10px;
    border-radius: 45px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-family: "Helvetica-Nueue-Bold";
}

.wish-button {
    position: relative;
    bottom: 240px;
    left: 150px;
    visibility: hidden;
}

.tab-product {
    padding-left: 200px;
    padding-right: 200px;
    background-color: transparent;
    margin-top: 70px;
    margin-bottom: 15px;
}

.but-tab {
    font-size: 20px;
    font-family: "Helvetica-Nueue-Bold";
    color: #212925;
}

.but-tab:hover {
    color: #0077c8;
}

.product-data {
    padding: 10px 0;
    text-align: center;
}

.product-data p {
    margin: 0 0 5px 0 !important;
}

.product-title {
    font-family: Helvetica-Nueue-Bold;
    color: #0e4165;
}

product-title-2 {
    font-weight: bold;
    font-size: 18px;
}

.product-brand {
    color: #0077c8;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-family: Helvetica-Nueue-Bold;
}

.product-price {
    color: #0077c8;
    font-size: 1.2rem;
    font-family: Helvetica-Nueue-Bold;
}

.discount-price {
    color: #0077c8;
    font-size: 12px;
    text-decoration: line-through;
    padding-left: 5px;
}

.price {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1px) and (max-width: 768px) {
    .products-container {
        padding: 0 2rem;
    }
}

.product-filter-group {
    padding: 0 5rem;
    display: flex;
    justify-content: space-around;
    text-align: center;
    font-family: Helvetica-Nueue-Bold;
    font-size: 20px;
    margin-bottom: 50px;
    margin-top: 100px;
}

.product-filter-group p {
    cursor: pointer;
    text-align: center;
    width: 233px;
}

.product-filter-group p:hover {
    color: #0077c8 !important;
}

/*brand carrousel*/

.brand-carousel {
    background: #fff;
}

.owl-dots {
    text-align: center;
    margin-top: 4%;
}

.owl-dot.active {
    background-color: #000 !important;
}

.right-nav {
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 20px;
}

.left-nav {
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: 20px;
}

.next-button {
    height: 40px;
    width: 40px;
    background-color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*home sections*/
.light-green {
    background-color: #f3fae8;
}

.light-blue {
    background-color: #e5fbff;
}

.register-bg {
    height: 80px;
    background-image: url("../img/registradora.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.dove-bg {
    height: 80px;
    background-image: url("../img/dove.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-banners {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    flex-wrap: nowrap;
}

.custom-banner-body {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 20px;
}

.custom-banner-container {
    padding: 10px 20px;
}

.custom-banner-body p {
    font-size: 14px;
}

@media (min-width: 1px) and (max-width: 768px) {
    .custom-banner-container img {
        height: 200px;
    }

    .custom-banner {
        flex-direction: column;
        margin-bottom: 2rem;
    }
}

@media (min-width: 768px) {
    .custom-banner-container img {
        height: 250px;
    }
}

.custom-banner {
    padding: 1rem 0;
    border-radius: 10px;
    display: flex;
    margin: 0 10px;
    align-items: center;
    justify-content: center;
    max-width: 660px;
}

.custom-banner-title {
    text-align: center;
    font-size: 15px;
    font-family: Helvetica-Nueue-Bold;
}

.green-btn {
    background-color: #66c35f;
}

.sm-link-button {
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-size: 0.8rem;
    /*text-align: center;*/
}

.color-blue {
    color: #0077c8;
}

.color-green {
    color: #66c35f;
}

.font-bg {
    font-family: Helvetica-Nueue-Bold;
    font-size: 1.2rem;
}

.mt-1 {
    margin-top: 0.8rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.gray {
    background: #f7f7f7;
}

.pd-4 {
    padding: 4rem 0;
}

.ml1 {
    margin-left: 1rem;
}

.section-equipment {
    border-radius: 0.8rem;
    min-height: 400px;
    max-height: 400px;
    background-image: url("../img/instrumentos.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.section-invoice {
    border-radius: 0.8rem;
    min-height: 400px;
    max-height: 400px;
    background-image: url("../img/cajas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1px) and (max-width: 768px) {
    .panel-container {
        padding: 4rem !important;
    }
}

.panel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10rem;
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
}

.panel-container p:first-of-type {
    font-size: 1.2rem;
    font-family: Helvetica-Nueue-Bold;
}

.white {
    background-color: white !important;
}

.sm-button {
    width: 15rem !important;
}

.div-link {
    text-decoration: none;
    color: #fff;
}

.product-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d2e5f2;
    padding: 1rem 0;
}

.product-breadcrumbs p {
    text-transform: capitalize;
}

.product-breadcrumbs p span:hover {
    color: #0077c8;
}

.image-showcase {
    display: block;
    width: 100%;
}

.icon-showcase {
    margin-left: 2rem;
    color: #0077c8;
    font-size: 26px !important;
}

.title-element {
    float: left;
}

.product-img-container {
    width: 100%;
    height: 100%;
}

.description-container {
    border-top-color: black;
    border-top-style: solid;
    border-top-width: thin;
    padding-top: 2rem;
}

.description {
    font-size: 14px;
}

.showcase {
    border-radius: 1rem;
    margin-top: 1rem;
    height: 33rem;
}

.align-left {
    text-align: left !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.product-price {
    font-size: 1.2rem;
    color: #0077c8;
}

.flex-row {
    display: flex;
    flex-direction: row !important;
}

.column {
    display: flex;
    flex-direction: column !important;
}

.full-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.quantity-box {
    border: #000 1px solid;
    border-radius: 10px;
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0.8rem;
}

.quantity-control {
    border-radius: 10px;
    background-color: #e3e3e3;
    width: 1.8rem;
    height: 1.8rem;
}

.quantity-control:hover {
    background-color: #f7f7f7;
}

.thumbnail {
    border-radius: 1rem;
}

.thumbnail img {
    max-width: 7rem;
}

.link-list {
    padding: 1rem 0;
}

.link-list a {
    color: #0077c8;
    margin-bottom: 1rem;
}

.action-label {
    font-size: 18px;
    font-weight: bold;
    color: #0077c8 !important;
}

.product-info {
    padding: 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
    border-radius: 10px;
    background-color: #f5f5f5;
    line-height: 25px;
}

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

/* external css: flickity.css */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery {
    background: #eee;
}

.gallery-cell {
    width: 100%;
    height: 200px;
    margin-right: 10px;
    background: #8c8;
    counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.responsive img {
    max-height: 600px;
}

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

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.2rem;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 2rem;
    margin-left: 50px;
}

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

    .sidenav a {
        font-size: 0.8rem;
    }
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #0077c8;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.4rem;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 2rem;
    margin-left: 50px;
}

.openbtn {
    font-size: 1rem;
    cursor: pointer;
    background-color: #0077c8;
    color: white;
    border: none;
    margin: 0;
    padding: 0;
}

#main {
    transition: margin-left 0.5s;
    padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 1rem;
    }
}

.entry button:hover {
    background-color: #e3e3e3;
    color: #000;
    transition: all 0.2s;
}

.entry:hover img {
    transform: scale(1.2);
}

.invoice-card:hover button {
    background-color: #d9000d !important;
    color: #fff !important;
}

.breadcrumbs {
    height: 32px;
    font-size: 14px;
    background-color: #d2e5f2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
}

/* New home CSS */

.header-background {
    margin-top: 232px;
}

.items-container {
    display: flex;
    padding: 50px 0;
    align-items: center;
    justify-content: space-evenly;
}

.items-container .item {
    width: 370px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.items-container .item img {
    height: 220px;
}

.items-container .item p {
    margin: 0;
}

.items-container .item p.dots {
    padding-bottom: 10px;
    border-bottom: 5px dotted #79d661;
}

.items-container .item button {
    background-color: #79d661;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    padding: 10px 35px;
    border: none;
    text-decoration: none;
    border-radius: 25px;
}

.items-container .item button:hover {
    opacity: 0.8;
}

.single-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-logo img {
    width: auto !important;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1440px) {
    .custom-banners {
        align-items: center;
    }

    .custom-banner {
        max-width: 620px;
    }
}

@media only screen and (max-width: 1300px) {
    .items-container .item {
        width: 370px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
}

@media only screen and (max-width: 1000px) {
    .product-filter-group {
        flex-direction: column;
        align-items: center;
    }

    .product-filter-group p {
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    .tab-product {
        display: flex;
        flex-direction: column;
    }

    .items-container {
        flex-direction: column;
    }

    .items-container .item {
        margin: 10px 0;
    }

    .entry {
        margin-bottom: 25px;
    }

    .testimonials-container {
        display: flex;
        flex-direction: column;
    }

    .testimonial-comment {
        margin: 10px 0;
    }

    .promotions-button {
        background-color: #da291c;
        color: #fff;
        border: none;
        border-radius: 24px;
        display: flex;
        padding: 10px 20px;
        position: absolute;
        right: 20px;
        align-items: none;
        font-family: "Helvetica-Nueue-Bold";
    }

    .discounts-button {
        background-color: #da291c;
        color: #fff;
        border: none;
        border-radius: 24px;
        display: flex;
        padding: 10px 20px;
        position: absolute;
        right: 170px;
        align-items: none;
        font-family: "Helvetica-Nueue-Bold";
    }
}

.entry-horizontal {
    display: flex;
    max-height: 750px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: -2px 8px 10px 1px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: -2px 8px 10px 1px rgba(0, 0, 0, 0.16);
}

.entry-horizontal:first-of-type {
    margin-bottom: 25px;
}

.entry-horizontal .entry-horizontal-img > img {
    transition: transform 0.6s;
    height: 100%;
    object-fit: cover;
    width: 300px;
}

.entry-horizontal .entry-horizontal-text {
    padding: 20px;
    text-align: left;
}

.promotions-button {
    background-color: #da291c;
    color: #fff;
    border: none;
    border-radius: 24px;
    display: flex;
    padding: 10px 20px;
    position: absolute;
    right: 20px;
    align-items: center;
    font-size: 14px;
}

.promotions-button i {
    margin-right: 5px;
}

.discounts-button{
    background-color: #da291c;
    color: #fff;
    border: none;
    border-radius: 24px;
    display: flex;
    padding: 10px 20px;
    position: absolute;
    right: 170px;
    align-items: center;
    font-size: 14px;
}

.discounts-button i {
    margin-right: 5px;
}

.social-icons i {
    color: #0077c8;
    font-size: 2rem;
    margin: 5px 10px;
    transition: 0.3s;
}

.social-icons i:hover {
    color: #888;
}

.label-title {
    margin-top: 100px;
}

.img-carousel {
    padding: 0.4rem;
    height: 5rem;
    width: 10rem !important;
}

.static-menu {
    position: fixed;
    z-index: 100;
    width: 100%;
}

.filters {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 60px;
}

.group-filters {
    background-color: #f7f7f7;
    padding: 10px;
}
.group-filters p {
    color: #0077c8;
    font-size: 14px;
    font-weight: 600;
}

.group-filters i {
    color: #616161;
}

.group-filters span {
    font-size: 12px;
}

.filter {
    display: flex;
    justify-content: space-between;
}

.pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    left: -25px;
}

.pagination a {
    color: #333;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #ededed;
    color: #0077c8;
    border-radius: 25px;
}

.pagination a:hover:not(.active, .chevron) {
    background-color: #ededed;
    border-radius: 25px;
}

.container-fluid {
    padding: 15px 80px;
}

.container-faqs {
    padding: 50px 50px;
}

.container-favorites {
    padding-top: 25px;
}

.blog-image {
    width: 400px;
    margin-right: 25px;
    margin-bottom: 20px;
    float: left;
}

.search-favorite {
    padding: 0.575rem 1.25rem 0.675rem 1.75rem;
    border: 1px solid #ccd1d1;
    border-radius: 10px;
    color: black;
    line-height: 1.5;
    font-size: 11px;
    width: 300px;
}

.search-favorite::placeholder {
    color: #9fa1a1;
    font-family: "Font Awesome 5 Free", "Helvetica-Nueue-Regular";
}

.search-div {
    text-align: right;
}

@media (max-width: 600px) {
    .search-div {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .price {
        display: flex;
        flex-direction: column;
    }

    .list-faqs {
        margin-top: 20px;
        margin-bottom: 70px;
    }

    .container-fluid {
        padding: 20px 40px;
    }

    .home-product {
        padding-left: 70px;
        padding-right: 70px;
    }

    .custom-banners {
        display: flex;
        flex-direction: column;
    }

    .form-select {
        width: 65%;
    }

    .select-order {
        display: flex;
        justify-content: center;
    }

    .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0px;
        margin-top: 25px;
    }

    .pagination a {
        padding: 6px 10px;
    }

    .maps {
        margin-top: 50px;
    }

    .blog-publication {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .blog-image {
        margin-right: 0px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .entry .entry-img > img {
        width: 100%;
        height: 233px;
        transition: transform 0.6s;
    }
}

@media (max-width: 710px) {
    .entry-horizontal {
        display: flex;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: -2px 8px 10px 1px rgb(0 0 0 / 16%);
        -webkit-box-shadow: -2px 8px 10px 1px rgb(0 0 0 / 16%);
        flex-direction: column;
        align-items: center;
        height: auto;
    }
}

@media (max-width: 763px) {
    .header-background {
        margin-top: 190px;
    }
}

@media (max-width: 1132px) {

}

@media (max-width: 935px) {

}

@media (min-width: 750px) {
    .container-favorites {
        padding-right: 40px;
        padding-left: 40px;
    }

    .hr-ft {
        width: 95%;
        margin-left: 2%;
    }
}

.tab-product#nav-tab {
    border: none;
}

.tab-product#nav-tab > .nav-link.active {
    border: none;
    box-shadow: 0 4px 2px -2px #0077c8;
}

#div-img > .thumbnail {
    margin: 0rem 0rem 1rem 3rem;
    cursor: pointer;
}
/**
blogs section
**/
#blogs-section,
#faqs-section,
#sucursales-section {
    margin-top: 130px;
}
@media (max-width: 768px) {
    #blogs-section,
    #faqs-section,
    #sucursales-section {
        margin-top: 159px;
    }

    #blogs-section > .breadcrums,
    #faqs-section > .breadcrums,
    #sucursales-section > .breadcrums {
        margin-top: -36px !important;
    }
}

@media (max-width: 575px) {
    #blogs-section,
    #faqs-section,
    #sucursales-section {
        margin-top: 225px;
    }
}

@media (max-width: 540px) {
    #blogs-section,
    #faqs-section,
    #sucursales-section {
        margin-top: 264px;
    }
}

@media only screen and (max-width: 600px) {
    .footer-bottom {
        font-size: 0.7rem !important;
    }
    .p-sm {
        padding: 2em !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 915px) and (orientation: landscape) {
    #static-menu{
        display: none;
    }
    #body-content{
        display: none;
    }
    #footer-content{
        display: none;
    }
    #config_ads{
        display: none;
    }
}

/**
end blogs section**/

#pages{
    display: flex;
    max-width: 300px;
    overflow: hidden;
}

