﻿.unslider-fade {
    height: 100%;
}

.unslider-arrow.prev {
    left: 0px !important;
}

body, html {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2em;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    overflow: auto;
    overflow-x: hidden;
    background: #FFFFFF;
}

body {
    opacity: 0;
    overflow: hidden;
}

.body {
    overflow-y: hidden;
    overflow-x: hidden;
}

#relatedProducts, #descriptionBody {
    display: none;
    top: -40px;
}

* {
    position: relative;
    box-sizing: border-box;
}

p {
    margin: 0;
}

#SideText {
    top: 7px;
    left: 10%;
    display: inline-table;
}

#user #logout {
    margin-top: 0px;
    display: block;
}

.shadow-top {
}

    .shadow-top:before {
        content: "";
        position: absolute;
        /* z-index: -1; */
        box-shadow: 0 0 20px rgba(0,0,0,.2);
        top: 1px;
        width: 98%;
        left: 0;
        height: 10px;
        left: 1%;
        border-radius: 100% / 10px;
    }

    .shadow-top.inset {
        overflow: hidden;
    }

        .shadow-top.inset:before {
            top: -10px;
            z-index: 1;
        }

section {
    display: block;
    text-align: center;
}

    section#header {
        padding: 5px;
    }

    section#menu nav ul {
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-direction: row;
        padding: 0;
        margin: 0;
    }

        section#menu nav ul li {
            flex: 1;
            list-style: none;
            text-decoration: none;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            color: #222222;
            cursor: pointer;
            transition: all 300ms;
        }

            section#menu nav ul li.selected {
                color: #DA251B;
                background: rgba(0,0,0,.05);
                transition: all 300ms;
            }

            section#menu nav ul li:hover {
                color: #DA251B;
                background: rgba(0,0,0,.05);
                transition: all 300ms;
            }

.submenu {
    display: none;
    z-index: 1000;
}

section#Soluciones-index {
    background-color: #F0F0F0;
}

.fadeIn {
    display: none;
}

.wrapper-1 {
    max-width: 1250px;
    margin: 0 auto;
}

.wrapper-2 {
    max-width: 960px;
    margin: 0 auto;
}

.wrapper-3 {
    max-width: 400px;
    margin: 0 auto;
}

.separador {
    display: block;
    width: 100%;
}

    .separador.xs {
        height: 10px;
    }

    .separador.s {
        height: 25px;
    }

    .separador.m {
        height: 50px;
    }

    .separador.l {
        height: 88px;
    }

.logo {
    background-image: url(../../Images/logo-intelektron.svg);
    height: 54px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

    .logo + div {
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        font-family: 'Franklin Gothic', sans-serif;
    }

    .logo.white {
        background-image: url(../../Images/logo-white.png);
    }

.menu-item {
    cursor: pointer;
}

    .menu-item .hover {
        opacity: 0;
    }

    .menu-item:hover .hover {
        opacity: 1;
    }

.img {
    background-image: attr(data-img url);
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    background-position: center center;
}

    .img.circle {
        box-shadow: inset 0 0 0 5px;
        border-radius: 50%;
        width: 115px;
        height: 115px;
        background-size: 85%;
        transition: none;
        transition: all 150ms;
    }

        .img.circle.min {
            background-size: 65%;
        }

        .img.circle.icon {
            width: 40px;
            height: 40px;
        }

        .img.circle.shadow-1 {
            box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
        }

        .img.circle.xl {
            width: 150px;
            height: 150px;
        }

    .img.l {
        width: 115px;
        height: 115px;
    }

    .img.m {
        width: 96px;
        height: 96px;
    }

    .img.s {
        width: 50px;
        height: 50px;
    }

    .img.circle.animated {
        box-shadow: none;
        transition: transform 0.2s, opacity 0.3s;
    }

        .img.circle.animated:hover {
            transform: scale(1.1);
        }

        .img.circle.animated:after {
            position: absolute;
            top: 0;
            left: 0;
            box-shadow: inset 0 0 0 3px;
            border-radius: 50%;
            width: 100%;
            height: 100%;
            content: "";
            transition: box-shadow 0.2s, opacity 0.3s;
        }

        .img.circle.animated:hover:after {
            box-shadow: inset 0 0 0 2px;
        }

    .img.contain {
        background-size: contain;
    }

    .img.parallax {
        background-position: center center;
        background-attachment: fixed;
        transform: translateZ(-1px) scale(1.1);
    }

    .img.blurred {
        filter: blur(1px);
        transform: scale(1);
    }

.img-light::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.6);
}

.img-dark::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}

.img-pad-10 {
    background-size: auto 90%;
}


.grid-item {
    transition: all 200ms;
}

    .grid-item:hover {
        z-index: 1000;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5), 0 0 0 1px rgba(0,0,0,0.08);
        transition: all 200ms;
    }

    .grid-item > div > a {
        display: grid;
        width: 90%;
        height: 70%;
        margin: auto;
        justify-content: stretch;
    }

.galleryItem {
    opacity: .8;
    cursor: pointer;
}

    .galleryItem:hover {
        opacity: 1;
        box-shadow: inset 0 0 0 1px #d0d0d0;
    }

    .galleryItem.selected {
        opacity: 1;
        box-shadow: inset 0 0 0 1px #d0d0d0;
    }

.checked {
    padding: 0 !important;
    padding-left: 1.7em !important;
}

    .checked:before {
        content: '';
        background-image: url(../Images/check.png);
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
        height: 1.2em;
        width: 1.2em;
    }

.arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    display: block;
    width: 35px;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

    .arrow svg {
        color: #b92a21;
    }

.arrow-left {
    left: -40px;
}

.arrow-right {
    right: -40px;
}

.loop {
    white-space: nowrap;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.listItem {
    width: 100%;
    background-color: rgb(246, 246, 246);
    padding: 8px;
    border: 1px solid rgb(230, 230, 230);
    border-bottom-width: 2px;
    text-align: left;
    cursor: n-resize;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .listItem:hover {
        background-color: rgb(250,250,250);
    }

    .listItem.catalogo:after {
        content: '\E06D';
        font-family: 'Material Icons';
        right: 10px;
        position: absolute;
    }

.sorteable .listItem:before {
    content: '\E25D';
    font-family: 'Material Icons';
    margin: 0 10px 0 0;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: auto;
    padding: 5px;
    text-align: left;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 36px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 36px;
    }

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.carrito-item, .carrito-item * {
    cursor: default;
}

    .carrito-item .deleteItem, .carrito-item .deleteItem * {
        cursor: pointer;
    }


.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .whatsapp_float:hover {
        background-color: #20af55;
        box-shadow: 2px 2px 3px #9999998a;
        color: #fff;
    }

#footer .mdi, #footer svg {
    font-size: 24px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background-color: #dadada;
    color: #c0342c;
    border-radius: 50px;
    text-align: center;
    z-index: 100;
    flex-shrink: 0;
}

#footer .email svg {
    display: inline-block;
    position: absolute;
    margin-top: 7px;
    margin-left: 7px;
}

#user {
    display: flex;
}

@media screen and (max-width:500px) {
    .whatsapp_float {
        width: 60px;
        height: 60px;
        bottom: 10px;
        right: 10px;
        font-size: 30px;
    }
}


