* {
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    cursor: default;
}

strong {
   
}

html, body {
    width: 100%;
    height: 100%;
}

html, body, div {
    margin: 0;
    padding: 0;
    border: 0;
}

div {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table tr td {
        padding: 0;
        margin: 0;
    }

img {
    width: 100%;
    height: auto;
}

a:link, a:visited {
    text-decoration: none;
    cursor: pointer;
}

/* -------------------------------------------------------------------------------- */
.container {
    max-width: 1470px;
    height: inherit;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.button {
    height: 2.2rem;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
}

    .button.blue-1 {
        border: 1px solid #ddd;
        background-color: white;
        color: #197bbd;
    }

    .button.blue-2 {
        border: 1px solid #197bbd;
        background-color: #197bbd;
        color: #fff;
    }

.title {
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}

.menu {
}

.menu-title {
    font-size: 1.6rem;
    line-height: 1.4rem;
    text-align: left;
}

.menu-content {
    padding: 10px 0;
}

    .menu-content a {
        display: block;
        font-size: 1.4rem;
        padding: 6px 0;
    }

/* -------------------------------------------------------------------------------- */
.main-section {
    height: 110px;
    background-color: #0086d6;
}

    .main-section .container {
        padding: 10px 25px;
    }

.linea-1 {
    height: 40px;
    margin-bottom: 10px;
}

.logo {
    float: left;
    width: 110px;
    height: 40px;
    cursor: pointer;
}

.search {
    float: left;
    width: calc(100% - 30px - 110px - 40px);
    margin: 0 15px;
}

.search-text {
    float: left;
    width: calc(100% - 50px);
    line-height: 38px;
    border: 1px solid white;
    border-radius: 2px 0 0 2px;
    padding: 0 10px;
    font-size: 1.3rem;
}

.search-button {
    float: left;
    width: 50px;
    height: 40px;
    border-radius: 0 2px 2px 0;
    background-color: #197bbd;
    cursor: pointer;
}

    .search-button > img {
        width: 24px;
        height: 24px;
        margin: 8px 13px;
        cursor: inherit;
    }

.cart {
    float: left;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .cart > img {
        width: 24px;
        height: 24px;
        margin: 8px;
        cursor: inherit;
    }

.linea-2 {
    height: 40px;
}

.main-option {
    float: left;
    font-size: 1.3rem;
    line-height: 40px;
    font-weight: bold;
    color: white;
    margin-right: 20px;
    cursor: pointer;
}

.main-banners {
    width: 100%;
    height: 290px;
}

.main-banner {
    width: 100%;
    height: 100%;
}

#banner1 {
    background-image: url("../images/banner1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}

.item {
    margin: 10px;
    border-radius: 4px;
    cursor: pointer;
}


.nuevos-lanzamientos-section .item {
    border-radius: 2px 2px 0 0;
    position: relative;
    height: 332px;
    margin: 10px 0;
    overflow: hidden;
    border: 1px solid rgba(127,127,127,0.16);
    box-shadow: 0 1px 4px rgba(127,127,127,0.11);
}

    .nuevos-lanzamientos-section .item .top {
        padding: 30px 10px;
        cursor: inherit;
    }

.search_input {
    padding-top: 13px;
}



.submit-search {
    background-color: #197bbd;
    border: 1px solid #197bbd;
}



.nuevos-lanzamientos-section .item .top img.not-active {
    display: block;
    transition: 0.3s ease-out;
}

.nuevos-lanzamientos-section .item .top img.active {
    display: none;
    transition: 0.3s ease-out;
}




.nuevos-lanzamientos-section .item:hover .top img.active {
    display: block;
    transition: 0.3s ease-out;
}




.nuevos-lanzamientos-section .item img {
    cursor: inherit;
}

.nuevos-lanzamientos-section .item .center {
    padding: 0 10px;
    background-color: #ffffff;
}

.nuevos-lanzamientos-section .item .precio {
    text-align: left;
    color: #0086d6;
    font-weight: bold;
    font-size: 2rem;
    padding: 10px 0 2px;
}

.nuevos-lanzamientos-section .item .producto {
    text-align: left;
    text-transform: uppercase;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 3px 0;
}

    .nuevos-lanzamientos-section .item .producto p strong {
        font-size: 15px;
    }

    .nuevos-lanzamientos-section .item .producto p {
        margin: 0;
    }


.nuevos-lanzamientos-section .item .distribuidor {
    text-align: left;
    font-size: 1.2rem;
    color: #bbb;
    padding: 4px 0 7px 0;
    border-radius: 0 0 2px 2px;
}



.nuevos-lanzamientos-section .item .bottom {
    background-color: white;
    padding: 0 10px;
    position: absolute;
    right: 0;
    left: 0;
    transition: .1s ease-out;
    opacity: 0;
    bottom: 80px;
    visibility: hidden;
}


    .nuevos-lanzamientos-section .item .bottom button {
        font-size: 14px;
    }



.nuevos-lanzamientos-section .item:hover .bottom {
    position: relative;
    opacity: 1;
    bottom: 0;
    transition: .1s ease-out;
    visibility: visible;
}

.nuevos-lanzamientos-section .item:hover {
    height: auto;
    transition: .1s ease-out;
}

.nuevos-lanzamientos-section .item .bottom .button.blue-1,
.nuevos-lanzamientos-section .item .bottom .button.blue-2 {
    width: 100%;
    height: 3rem;
    margin-bottom: 10px;
}

.promociones-section .item {
    height: 196px;
    padding: 2%;
    text-align: center;
    border: 1px solid #ddd;
}

    .promociones-section .item .button-buy {
        position: absolute;
        left: 15px;
        top: 15px;
    }

        .promociones-section .item .button-buy a {
            width: 180px;
            padding: 12px 18px;
            border-radius: 3px;
            font-weight: 700;
            font-size: 14px;
            background: #197bbd;
            color: white;
        }


    .promociones-section .item img {
        width: 96%;
    }



    .promociones-section .item.main {
        height: 403px;
    }

        .promociones-section .item.main.blank {
            border: 1px solid #ddd;
            background-color: #f8f8f8;
        }

.lineas-productos-section {
}

    .lineas-productos-section .item {
        cursor: pointer;
        border: none;
    }

    /*clase para linea de producto inactivo*/
    .lineas-productos-section .not-active {
        opacity: .3;
    }


    .lineas-productos-section .item img {
        border-radius: 4px;
        cursor: inherit;
    }

.styl-galeon {
    background: linear-gradient(to right, #4b3d2a,#433625) !important;
    background-position: center;
    transition: background 1s ease-out;
    background-repeat: no-repeat;
    width: 100%;
}

.styl-lussome {
    background: linear-gradient(to right, #191919,#000000) !important;
    background-position: center;
    transition: background 1s ease-out;
    background-repeat: no-repeat;
    width: 100%;
}

.footer-section .menu * {
    color: white;
}
