/* overead */

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

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

.fa.fa-search {
    color: #58a19f;
}

.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;
}

@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;
}

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

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

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

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

.modal-card-head {
    background-color: #419491;
    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: 295px;
    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 .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: .9;
    transition: opacity .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 .5s;
}

.banner {
    height: 200px;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: center;
}

.is-itanea,
.is-itannea {
    background-color: #00706c;
    color: #fff;
}

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

.banner .title {
    color: #fff;
    border-left: 4px solid #00706c;
    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: 40px;
    font-weight: 800;
}

.button.is-itannea,
.button.is-itannea:hover {
    color: #fff;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 14px;
    padding-bottom: 40px;
    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: .5;
    cursor: default;
}

.title.itannea {
    font-weight: 800;
    border-bottom: 5px solid #00706c;
    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 #00706c;
}

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

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

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

.contacto-green {
    padding: 7%;
    background-color: #00706c;
    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 {
    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: #06706c;
}

.is-cotizacion thead:hover {
    background-color: #06706c !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;
}

.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 #127773;
    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 #127773;
    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: #127773;
    color: #fff;
}

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

a.gray {
    color: #98999b;
}

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

.header-product {
    position: relative;
}

.header-product .product-info {
    background-color: rgba(237, 233, 231, 0.8);
}

.header-category {
    position: relative;
}

.header-category .category-info {
    background-color: rgba(237, 233, 231, 0.7);
    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: #509491;
    font-weight: 800;
}

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

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

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

.breadcrumb li.is-active a {
    color: #6c9d9b;
    font-weight: 900;
}

.breadcrumb li a:hover {
    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: 110px;
}

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

.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: #00706C;
    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);
}

#categorias {
    text-align: center;
}

#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, .3);
    background-color: #509491;
}

.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: #00706c !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: #00706c;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 18px;
    padding-top: 5px;
    color: #fff;
    font-weight: 800;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

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

.pagination-link,
.pagination-next,
.pagination-previous {
    color: #00706c;
}

.pagination-link.is-current {
    border-color: #00706c;
    background-color: #00706c;
    color: #fff;
}

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

@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;
    }
}