/* overead */

:root {
    /* --primary: #00706c; */
    --primary: #484949;
    --secondary: #484949;
}

.breadcrumb li {
    max-width: 520px;
}

.level:not(:last-child) {
    margin-bottom: 0rem;
}

.text-compras-details {
    font-size: 0.8rem;
    color: #afafaf;
}

.fa.fa-search {
    color: var(--primary);
}

.level.is-mobile .level-item:not(.is-narrow) {
    flex-grow: 0;
}

.little-slider {
    padding-left: 20px;
    padding-right: 20px;
}

.little-slider img {
    max-height: 75px;
}

.slider-marcas {
    margin-bottom: 40px;
}

.slider-marcas .slick-next::before {
    content: url("../img/next.png");
    width: 28px;
    height: 28px;
}

.slider-marcas .slick-next {
    right: -35px;
}

.slider-marcas .slick-prev::before {
    content: url("../img/previous.png");
    width: 28px;
    height: 28px;
}

.slider-marcas .slick-prev {
    left: -35px;
}

.content-news a {
    border: 1px solid #e0e0e0;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content-news a:hover {
    background-color: rgba(0, 0, 0, 0.01);
}

.has-width-full {
    width: 100%;
}

.box-product {
    margin-bottom: 5px;
}

.content-news a:hover .info {
    text-decoration: underline;
}

.content-news a .img-new {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 150px;
}

.navbar-item img {
    max-height: 2.75rem !important;
}

.content-news a .info {
    background-color: var(--primary);
    color: white;
    padding: 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1024px) {
    .navbar {
        min-height: 6.5rem;
    }
}

@media screen and (min-width: 769px) {
    .modal-content,
    .modal-card.fast {
        width: 900px;
    }
}

.navbar {
    border-bottom: 1px solid #e0e0e0;
}

.navbar-item {
    font-weight: 500;
    font-size: 0.9rem;
}

.navbar-item.is-active,
.navbar-item.is-hovered:hover {
    background-color: #fff !important;
    color: var(--primary) !important;
    font-weight: 800;
    border-bottom: 3px solid var(--primary);
}

.hero-body.content {
    padding-top: 50px;
    padding-bottom: 100px;
}

.field-body {
    padding-right: 15px !important;
}

.input,
.select,
select {
    height: 50px !important;
}

.new-control-content .fr-view,
.new-control-content .note-editing-area,
.new-content {
    max-width: 800px;
    margin: 0 auto;
}

.fr-wrapper > div[style^="z-index"] {
    display: none;
}

.new-content datetime {
    font-size: 0.9rem;
    color: rgba(120, 120, 120);
}

.new-content .fr-fil {
    float: left;
}

.new-content .fr-fir {
    float: right;
}

.new-content .fr-fir,
.new-content .note-float-right {
    padding-left: 30px;
}

.new-content .fr-fir,
.new-content .note-float-right img {
    padding-bottom: 30px;
}

.new-content .fr-fil,
.new-content .note-float-left {
    padding-right: 30px;
}

.new-content .fr-fil,
.new-content .note-float-left img {
    padding-bottom: 30px;
}

.is-admin .navbar-item {
    font-size: 0.7rem;
}

[data-f-id="pbf"] {
    display: none;
}

@media screen and (max-width: 800px) {
    .new-content {
        max-width: 90vw;
    }

    .new-content .note-float-left,
    .new-content .note-float-right {
        display: block;
    }

    .new-content .note-float-right {
        float: none !important;
    }

    .new-content .note-float-left {
        float: none !important;
    }
}

/* .modal-card-head {
    background-color: #419491;
    color: #fff;
    padding: 10px;
} */

.modal-card-head {
    background-color: #000;
    color: #fff;
    padding: 10px;
}

.modal-card-title {
    color: #fff;
    font-size: 1em;
    font-weight: 800;
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
    top: 7px;
}

.breadcrumb li + li::before {
    content: "" !important;
    background-image: url("../img/arrow-nav.png");
    width: 5px;
    height: 9px;
}

/* custom */

body {
    font-family: "Open Sans", sans-serif;
}

.hero-body.content {
    max-width: 1408px;
    margin: 0 auto;
}

.over-header {
    background-color: #2c2d30;
    padding: 8.5px;
}

.over-header .icon,
.over-header a {
    color: #fff;
}

.over-header a {
    font-size: 0.7em;
}

.over-header a:hover {
    color: #ccc;
}

.search-header {
    border-radius: 20px;
}

.is-category-product {
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: 295px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    position: relative;
}

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

.is-category-product .overlay {
    background-color: rgba(200, 204, 208, 0.8);
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    transition: opacity 0.5s;
}

.is-category-product .overlay p {
    color: #fff;
    font-weight: 800;
    line-height: 265px;
    text-align: center;
}

/* line 34, ../sass/style.scss */

.is-category-product:hover .overlay {
    opacity: 0.9;
    transition: opacity 0.5s;
}

.is-category-product:hover .info {
    display: none;
}

.is-category-product .info {
    background-color: rgba(157, 159, 162, 0.7);
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 51px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 52px;
    opacity: 1;
    transition: opacity 0.5s;
}

.banner {
    min-height: 150px !important;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: center;
}

.is-itanea,
.is-itannea {
    background-color: var(--primary);
    color: #fff;
}

.is-itanea.is-loading,
.is-itannea.is-loading {
    background-color: var(--primary) !important;
    color: #fff !important;
}

.breadcrumb li + li {
    white-space: break-spaces;
}

.has-text-red,
.has-text-red strong {
    color: red;
}

.is-itanea.blue,
.is-itannea.blue {
    background-color: #7293ff;
    color: #fff;
}

.is-itannea.gray {
    background-color: #c8c9ca;
    color: #fff;
}

.banner .title {
    color: #fff;
    border-left: 4px solid var(--primary);
    padding-left: 20px;
}

.button.is-itanea,
.button.is-itanea:hover {
    color: #fff;
    border-radius: 16px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 6%;
}

.button.is-itannea.gray,
.button.is-itannea.gray:hover {
    color: #fff;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 800;
}

.button.is-itannea,
.button.is-itannea:hover {
    color: #fff;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 800;
}

.margin-banner {
    margin-top: 6px;
}

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    width: 80%;
    height: 100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    max-width: 200px;
    height: 50px;
    margin-right: 1px;
}

.jcarousel img {
    max-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.jcarousel .loading {
    text-align: center;
    line-height: 50px;
    /* Fake vertical aligning */
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font: 24px/27px Arial, sans-serif;
}

.jcarousel-control-prev {
    left: -50px;
}

.jcarousel-control-next {
    right: -50px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: 0.5;
    cursor: default;
}

.title.itannea {
    font-weight: 800;
    border-bottom: 5px solid var(--primary);
    display: inline-block;
    line-height: 38px;
}

.title.itanneam {
    font-weight: 800;
    display: inline-block;
    line-height: 38px;
}

.title.itanneam:after {
    content: "";
    display: inherit;
    width: 50%;
    margin: 10px auto;
    border-top: 5px solid var(--primary);
}

footer.hero {
    background-color: #2c2d30;
}

footer.hero .icon {
    color: #fff;
    font-weight: 800;
}

footer.hero .icon span {
    white-space: nowrap;
}

footer.hero .icon img {
    margin-left: 10px;
    min-width: 40px;
    max-width: 40px;
}

.contacto-green {
    padding: 7%;
    background-color: var(--primary);
    color: #fff;
}

.contacto-gray {
    padding: 7%;
    background-color: #98999b;
    color: #fff;
}

.contacto-green h2,
.contacto-gray h2 {
    color: #fff;
    font-weight: 800;
}

.img-contacto,
.img-contacto div {
    min-height: 200px;
}

.img-contacto img {
    height: 100%;
}

.text-contact {
    line-height: 20px;
}

.text-contact a {
    color: #fff;
}

.text-contact a:hover {
    text-decoration: underline;
}

.is-padding-7p {
    padding: 0% 7% 7% 7%;
}

.is-padding-50 {
    padding: 50px !important;
}

.is-cotizacion thead {
    background-color: var(--primary);
}

.is-cotizacion thead:hover {
    background-color: var(--primary) !important;
    color: #fff;
}

.is-cotizacion thead tr th {
    color: #fff !important;
    border-width: 0px !important;
}

.is-cotizacion tr {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.is-cotizacion tbody tr td {
    line-height: 60px;
}

.is-cotizacion.is-compras tbody tr td {
    line-height: 30px;
}

.quantity {
    position: relative;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.quantity input {
    width: 80px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    padding-left: 20px;
    border: 1px solid var(--);
    font-size: 1em;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid var(--);
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 15px;
    border-bottom: 1px solid #fff;
    background-color: var(--primary);
    color: #fff;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -15px;
    height: 50%;
    background-color: var(--primary);
    color: #fff;
}

a.gray {
    color: #98999b;
}

a.gray:hover {
    color: #ccc;
}

.header-product {
    position: relative;
}

.header-product .product-info {
    background-color: var(--secondary);
}

.header-category {
    position: relative;
}

.header-category .category-info {
    background-color: var(--secondary);
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 70px;
}

.is-padding-top-22 {
    padding-top: 22px !important;
}

.product {
    border: 7px solid #fff;
}

.title.product {
    border: 0px;
}

.title.category,
.title.product {
    color: white;
    font-weight: 800;
}

.title.product {
    padding-left: 25px;
}

.product-separation {
    font-size: 0.8rem;
    color: #999999;
}

.product-price {
    color: #19302f;
    font-weight: 800;
    font-size: 1.5rem;
}

.product-price-small {
    font-weight: 800;
    font-size: 1rem;
}

.product-alert-just-cotizacion {
    font-size: 0.8rem;
    color: #fc8282;
}

.subtitle.category {
    color: #909090;
    font-size: 500;
}

.breadcrumb li a {
    color: #9f9f9f;
}

.breadcrumb li.is-active a {
    color: white;
    font-weight: 900;
}

.breadcrumb li a:hover {
    color: rgb(195, 195, 195);
    text-decoration: underline;
}

.is-padding-left-20 {
    padding-left: 20px !important;
}

.is-padding-right-20 {
    padding-right: 20px !important;
}

.info-product {
    background-color: #c8c9ca;
}

.info-product .is-sale {
    background-color: #fff;
    height: auto;
}

.info-product .img {
    background-color: #fff;
    height: 200px;
}

.info-product .img img {
    max-height: 185px;
}

.share {
    border: 1px solid #ccc;
}

.content-category {
    padding: 1.75rem !important;
}

.icon.show {
    color: #67d5ff;
    border-radius: 50%;
    font-size: 1.5em;
}

.icon.image {
    color: #f7a01d;
    border-radius: 50%;
    font-size: 1.5em;
}

.icon.edit {
    color: #2a963e;
    border-radius: 50%;
    font-size: 1.5em;
}

.icon.delete-record {
    color: #ff0000;
    border-radius: 50%;
    font-size: 1.5em;
}

.fa.fa-check {
    color: #2a963e;
}

.fa.fa-close {
    color: #ff0000;
}

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #000000;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "SÍ";
    padding-left: 10px;
    background-color: var(--primary);
    color: #ffffff;
}

.onoffswitch-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #eeeeee;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 14px;
    margin: 8px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #000000;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

td.img img {
    max-width: 150px;
    max-height: 150px;
}

#mapa {
    min-height: 150px;
}

.note-popover.popover.in.bottom {
    display: none;
}

.upper {
    text-transform: uppercase !important;
}

.header-category img {
    width: 100%;
}

td.middle {
    width: 50%;
}

#puerta-big {
    position: relative;
}

#puerta-big img {
    height: 600px;
    width: 228px;
}

#puerta-big #puerta-color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    mix-blend-mode: multiply;
    height: 600px;
    width: 228px;
    margin: 0 auto;
    opacity: 1;
}

.is-small-door {
    width: 100px;
    height: 281px;
    position: relative;
    display: inline-flex;
}

.small-door-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    mix-blend-mode: multiply;
}

.separator-40 {
    content: "";
    height: 40px;
}

.separator-70 {
    content: "";
    height: 70px;
}

#manilla {
    position: absolute;
    top: 53%;
    left: 4%;
}

#manilla img {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 30px;
}

.is-manilla img {
    padding: 10px 10% 10px 10%;
}

.is-manilla img.is-active {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.box-lacti {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -2px -1px 43px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px -1px 43px -10px rgba(0, 0, 0, 0.2);
    box-shadow: -2px -1px 43px -10px rgba(0, 0, 0, 0.2);
}

.block {
    display: block;
}

.radio.pretty {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.3rem;
}

.radio.pretty p {
    margin-bottom: 0 !important;
    display: inline-block;
}

.radio.pretty span {
    display: block;
    font-size: 0.7rem;
    color: #8f8f8f;
}

.checkout-table {
    text-align: left;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 1px;
}

.radio.pretty + .radio.pretty {
    margin-left: 0 !important;
}

.form-checkout-order,
.form-checkout-entrega {
    margin-bottom: 40px;
}

.form-checkout-order,
.form-checkout-entrega {
    display: none;
}

#categorias {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#categorias li {
    list-style: none;
    display: inline-flex;
    /* border-bottom: 4px solid #fff;
    background-color: rgba(237,233,231, 0.7);*/
    margin-left: 10px;
}

#categorias li a {
    width: 100%;
    height: 100%;
}

#categorias li:hover,
#categorias li.is-active {
    /*border-bottom: 4px solid #509491;*/
}

#categorias li a {
    color: #000;
}

.breadcrumb::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.breadcrumb::-webkit-scrollbar {
    width: 4px;
    height: 5px;
    background-color: #f5f5f5;
}

.breadcrumb::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #121212;
}

.text-deleted {
    text-decoration: line-through;
}

.admin-image-product {
    border: 1px solid #ccc;
}

.notification.is-danger {
    background-color: #ca181a !important;
    color: #fff;
}

.notification.is-success {
    background-color: var(--primary) !important;
    color: #fff;
}

.message.is-danger .message-header {
    background-color: #ca181a !important;
    color: #fff;
}

.message.is-danger .message-body {
    border-color: #ca181a !important;
    color: #cd0930;
}

.subcategory {
    position: relative;
}

.subcategory img {
    width: 270px;
    height: 175px;
    border-radius: 20px;
}

.subcategory span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: var(--secondary);
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 18px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    font-weight: 800;
}

.pagination-list li {
    list-style: none;
}

.pagination-link,
.pagination-next,
.pagination-previous {
    color: var(--secondary);
}

.pagination-link.is-current {
    border-color: var(--secondary);
    background-color: var(--secondary);
    color: #fff;
}

.sp-large a img {
    max-height: 500px;
}

.info-galeria {
    display: block;
    width: 100%;
    height: auto;
    font-size: 1rem;
    text-align: center;
}

.logo-product {
    max-height: 100px;
}

.pointer {
    cursor: pointer;
}

.note-editor .open .dropdown-menu {
    display: block;
}

.note-editor .open .dropdown-style,
.note-editor .open .dropdown-fontname {
    display: flex;
    flex-direction: column;
    color: #000 !important;
    font-size: 1rem;
    width: 200px;
}

.note-editor .open .dropdown-style,
.note-editor .open .dropdown-fontname li {
    list-style-type: none;
}

.note-editor .open .dropdown-style,
.note-editor .open .dropdown-fontname a {
    color: black;
}

.note-editor .dropdown-menu {
    background-color: white;
    color: black;
    border: 1px solid #bcbcbc;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1410px) {
    .is-category-product {
        max-height: 12.5rem;
    }
}

@media (max-width: 768px) {
    .product-info .is-padding-right-20 {
        padding-right: 0px;
    }

    .sp-large {
        float: none;
    }

    .sp-large a img {
        max-height: 300px;
    }

    .sp-thumbs {
        float: none;
        margin-left: 0px;
    }

    .header-product {
        max-width: 90vw;
    }

    .breadcrumb {
        max-width: 90vw;
    }

    .header-category .category-info {
        bottom: -40px;
    }
}
