﻿/**************************** Colour reference chart ****************************
 ********************************************************************************
    Footer                          Background                  #F0F1F5
    Textos del footer                                           
    Zonas grises                                                #F0F1F5  ///f4f0f0
    Amarillo carrito                                            #EFB414
    AZUL ZINET                                                  #4093CB
    AZUL BOTONES OFERTA DESTACADA                               #1B2138

 */

/*# MASTER - BODY+FOOTER #*/
body {
    font-family: 'Quattrocento Sans';
    font-size: 18px;
    padding-bottom: 0px;
    width: 100% !important;
    margin-bottom: 0px;
    height: 100% !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Quattrocento Sans';
}

@font-face {
    font-family: 'Quattrocento Sans';
    src: url('../../fonts/quattrocentosans-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Quattrocento Sans';
    src: url('../../fonts/quattrocentosans-bold.ttf') format('truetype');
    font-weight: 700;
}

.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.general {
    width: 90%;
}

footer {
    font-size: 14px;
    z-index: 1030;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 15px;
    background-color: #F7F4F4;
    border: none;
}

footer,
footer p,
footer a {
    color: #999 !important;
}

footer p {
    margin: 20px 0px;
}

footer .text-footer a {
    margin-left: 15px;
    margin-right: 15px;
}

.circle-icon {
    background: #DED3D3;
    color: #F0F1F5 !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 13px;
    margin-left: 10px;
    margin-right: 10px;
}

a {
    color: #333;
    cursor: pointer !important;
    cursor: hand !important;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: underline;
}

a.btn-link {
    color: inherit;
}

a.btn-link:hover,
a.btn-link:focus,
a.btn-link:active,
a.btn-link.active {
    text-decoration: none;
}

a img:focus,
a img:hover {
    cursor: pointer !important;
    cursor: hand !important;
    filter: brightness(70%);
}

input[type=text],
input[type=password],
select {
    height: 50px !important;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer !important;
    cursor: hand !important;
}

input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 1px solid #555555;
    border-radius: 3px;
    background-color: white;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid green;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}

.check_inline label {
    display: block;
    margin-left: 25px;
    font-size: 13px;
}

.check_inline input {
    float: left;
    margin: 0px;
}

.check_inline input {
    margin-top: 2px;
}

.check_inline_varios label {
    margin-left: 10px;
    margin-right: 15px;
    font-size: 13px;
}

.check_inline_varios input {
    margin: 0px;
    margin-top: 2px;
}

.check_inline_not_important label {
    padding-left: 20px;
    font-size: 11.5px;
}

.body-modal {
    padding-top: 0px !important;
}

.modal-body {
    margin-top: 20px !important;
}

.modal-title {
    display: none;
}

.modal-header {
    border-bottom: none !important;
}

.modal-lg-oferta {
    width: 90%;
}

.modal-sm-oferta {
    width: 70%;
}

@media (max-width: 767px) {
    .modal-sm-oferta {
        width: 90%;
    }
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer !important;
    cursor: hand !important;
}

.navbar {
    border-radius: 0px;
    min-height: 0px;
    margin-bottom: 0px;
    padding: 0px 0px;
}

:focus {
    outline-width: 0px !important;
}

img[src=""], img:not([src]) {
    display: none !important;
}

/*# SPINNER #*/
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: $spinner-width;
    height: $spinner-height;
    vertical-align: text-bottom;
    border: $spinner-border-width solid currentColor;
    border-right-color: transparent;
    animation: spinner-border .75s linear infinite;
    display: inline-block;
    width: 11rem;
    height: 11rem;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

.spinner-border {
    display: inline-block;
    width: 12rem;
    height: 12rem;
    vertical-align: text-bottom;
    border: 1em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    color: #4093CB;
}

/*# TOAST #*/
.toast-success {
    background-color: #EFB414;
    font-weight: bold;
}

#toast-container {
    top: 80px!important;
}

/*# BOTONES #*/
.btn {
    font-size: medium;
}

.btn-small {
    font-size: small;
}

.btn,
.btn-small {
    font-weight: bold;
}

.btn-color {
    background: #4093CB;
    border-color: #006FB6;
    text-align: center;
    min-width: 90px;
    color: #EAEFEA;
    text-transform: uppercase;
    font-size: 18px;
}

.btn-color:hover,
.btn-color:focus,
.btn-color:active,
.btn-color:active:focus {
    background-color: #006FB6;
    color: #EAEFEA;
}

.btn-color-destacado {
    background: #1B2138;
    border-color: #1B2138;
    text-align: center;
    width: 100%;
    color: #EAEFEA;
}

.btn-color-destacado-segundo,
.btn-color-destacado-segundo:focus,
.btn-color-destacado-segundo:hover {
    background: #EFB414;
    border-color: #EFB414;
    text-align: center;
    width: 100%;
    color: #EAEFEA;
}

.btn-color-destacado:focus,
.btn-color-destacado:hover,
.btn-color-destacado:active,
.btn-color-destacado-segundo:focus,
.btn-color-destacado-segundo:hover,
.btn-color-destacado-segundo:active {
    background: #4093CB;
    border-color: #4093CB;
}

/*# ICONOS #*/
.buscador-i {
    background-image: url(../../img/buscador.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.buscador-c {
    content: url(../../img/buscador.svg);
}

.ayuda-i {
    background-image: url(../../img/ayuda.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.login-i {
    background-image: url(../../img/loguin.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.carrito-i {
    background-image: url(../../img/carrito.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.papelera-i {
    background-image: url(../../img/papelera.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.icono20px {
    width: 20px;
    height: 20px;
}

.icono30px {
    width: 30px;
    height: 30px;
}

.fa-facebook-f:hover,
.fa-facebook-f:focus {
    background: #4267B2;
}

.fa-twitter:hover,
.fa-twitter:focus {
    background: #1DA1F2;
}

.fa-linkedin-in:hover,
.fa-linkedin-in:focus {
    background: #2867B2;
}

.fa-20px {
    font-size: 20px;
}

/*# MENU LATERAL #*/
#sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 9997;
    background-color: white;
    color: #999;
    transition: all 0.3s;
    overflow: visible;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#sidebar #dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer !important;
    cursor: hand !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebar #dismiss:hover {
    color: #4093CB;
}

#sidebar ul.components {
    padding: 5em 0;
}

#sidebar ul.components a {
    font-size: 22px;
    display: block;
    font-weight: bold;
    padding: 10px 10px 10px 50px;
}

#sidebar ul.components ul a {
    font-size: 20px;
    display: block;
    padding: 10px 10px 10px 70px;
    font-weight: normal !important;
}

#sidebar ul li a:hover,
#sidebar ul li.active > a {
    color: #4093CB;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/*# MENU TOP #*/
.navbar-toggle {
    display: block;
    padding: 4px;
    margin: 4px;
    float: left;
}

.navbar-toggle .icon-bar {
    height: auto !important;
}

.navbar-toggle .icon-bar:hover,
.navbar-toggle .icon-bar:focus {
    color: #4093CB;
}

.navbar-sticky-top {
    top: 0;
    position: sticky;
    z-index: 1030;
}

#navTop,
#navSearch {
    border-radius: 0px;
    min-height: 0px;
    margin: 0px;
    padding: 0px;
    background-color: white;
    border: none;
}

#navTop {
    padding: 20px 0px 20px 0px;
}

#navSearch {
    z-index: 1029;
}

#navTop > div,
#navSearch > div {
    margin: 0px 5% 0px 5%;
}

#idSearch > div {
    margin-top: 10px;
    margin-bottom: 10px;
}

#idSearch > div > div {
    width: 65%;
}

.breadcrumb {
    background-color: #FFF;
    font-size: 14px;
    margin-left: 5%;
    margin-right: 5%;
}

#navTop a,
#navSearch a {
    color: black;
    opacity: 0.8;
}

#navTop a:focus,
#navTop a:hover,
#navSearch a:focus,
#navSearch a:hover {
    background-color: transparent;
    color: #4093CB
}

#navTop div.margin-top {
    margin-top: 10px;
}

#navTop div.margin-top .navbar-toggle {
    margin-top: 10px;
}

/*# MENU TOP - LOGO CENTRAL #*/
#navTopLogoCentral .logo-cabecera > p,
#navTopLogoCentral .texto-cabecera > p {
    margin-bottom: 0;
}

#navTopLogoCentral .logo-cabecera > p > input {
    height: 60px;
}

#navTopLogoCentral .texto-cabecera > p > a {
    text-decoration: none;
    color: #006FB6 !important;
    padding-left: 1em;
}

/*# MENU TOP - ICONOS #*/
#navIconos > ul {
    list-style: none;
    text-align: right;
    margin: 0px;
}

#navIconos > ul > li {
    display: inline-block;
    text-align: center;
}

#navIconos > ul > li > a {
    position: relative;
    display: block;
    text-decoration: none;
}

#navIconos > ul > li > a > label {
    cursor: pointer !important;
    cursor: hand !important;
}

#navIconos .navbar-color-selected {
    color: #4093CB;
}

#navIconos > ul > li > a.margin-right {
    margin-left: 15px;
}

@media (min-width: 767px) {
    #navIconos > ul > li > a.margin-right {
        margin-left: 20px;
    }
}

#navIconos .navIconos-label,
#navIconos .navIconos-label label {
    font-size: 18px;
    text-transform: none !important;
    font-weight: normal !important;
    margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
    #navIconos .navIconos-label,
    #navIconos .navIconos-label label {
        font-size: 14px !important;
    }
}

#lblCartCount {
    font-size: 14px;
    background: #EFB414;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
    border: 1px solid #EFB414;
}

#lblCartCount label {
    margin-bottom: 2px;
    margin-top: 2px;
}

#lblCartCount.badge-warning[href] {
    background-color: #c67605;
}

/*# MENU TOP - MENU USUARIO #*/
#navIconos .dropdown-bubble .dropdown-menu {
    margin-top: 1em;
    left: auto;
    right: 0;
    padding: 20px;
    z-index: 2000;
    min-width: 50px;
}

#navIconos .dropdown-bubble .dropdown-menu:before,
#navIconos .dropdown-bubble .dropdown-menu:after {
    content: ' ';
    display: block;
    border-style: solid;
    border-width: 0 .5em .8em .5em;
    border-color: transparent;
    position: absolute;
    right: 1.5em;
}

#navIconos .dropdown-bubble .dropdown-menu:before {
    top: -.8em;
    border-bottom-color: rgba(0,0,0,0.5);
}

#navIconos .dropdown-bubble .dropdown-menu:after {
    top: -.7em;
    border-bottom-color: #fff;
}

#navIconos .dropdown-bubble .dropdown-menu li {
    text-align: left;
}

#navIconos .dropdown-bubble .dropdown-menu li a {
    padding-left: 0px;
    padding-right: 0px;
    color: #000;
    font-size: 16px;
}

/*# MODAL ZOOM #*/
.zoom {
    border-radius: 5px;
    transition: 0.3s;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.zoom:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal-zoom {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 5%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: transparent; /* Fallback color */
    justify-content: center;
    align-items: center;
}

/* Modal Content (Image) */
.modal-zoom,
.modal-zoom > img {
    margin: auto;
    max-height: 100%;
}

/* Add Animation - Zoom in the Modal */
.modal-zoom > img {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    transition-duration: 0.6s;
}

.modal-zoom {
    background: rgba(0,0,0,0.5);
}

.container-zoom {
    z-index: 9998;
    max-width: 80%;
    max-height: 90%;
}

.span-close-main {
    z-index: 9999;
}

.container-zoom img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer !important;
    cursor: hand !important;
}

#ImgZoom {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 767px) {
    #ImgZoom {
        max-width: 85%;
    }
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/*# POPUP OFERTA #*/
#ModalPopUp {
    z-index: 9998;
    max-width: 80%;
    max-height: 90%;
}

#DivInnerModalPopUp {
    background-color: white;
}

#DivInnerModalPopUp .container-zoom-completo h1 {
    font-size: 34px !important;
    font-weight: bold !important;
    text-align: center !important;
}

#DivInnerModalPopUp .container-zoom-completo > div.datos {
    margin-top: 25px !important;
}

#DivInnerModalPopUp .container-zoom-completo .popup-precio {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

#DivInnerModalPopUp .container-zoom-completo h4 {
    font-size: 26px !important;
    margin: 0px !important;
}

#DivInnerModalPopUp .container-zoom-completo a {
    font-size: 24px !important;
    margin: 0px !important;
    border: 0px;
}

#DivInnerModalPopUp .container-modal-popup {
    max-width: 450px;
    padding-bottom: 30px;
}

#DivInnerModalPopUp > img {
    max-height: 100%;
    max-width: 100%;
}

#ModalPopUp div.imagen img {
    width: 100%;
}

@media (max-width: 767px) {
    #ModalPopUp div.imagen img {
        width: 60%;
    }
}

#ModalPopUp div.datos {
    margin-top: 25px;
}

#ModalPopUp div.imagen,
#ModalPopUp div.titulo,
#ModalPopUp div.descripcion,
#ModalPopUp div.precio,
#ModalPopUp div.boton {
    text-align: center;
}

#ModalPopUp div.titulo h1 {
    font-size: 34px;
    font-weight: bold;
}

#ModalPopUp div.descripcion h4 {
    font-size: 26px;
    margin: 0px;
}

#ModalPopUp div.precio h3 {
    font-weight: bold;
    color: #4093CB;
    font-size: 34px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#ModalPopUp div.boton a {
    font-size: 24px;
    margin: 0px;
    border: 0px;
}

/*# AUXILIARES #*/
.nopaddingmargin {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nopaddingmarginbottom {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.nopaddingmarginleft {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.div-externo-centrado {
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

    .div-externo-centrado > a > img {
        max-width: 100%;
    }

@media (max-width: 767px) {
    .div-externo-centrado-xs {
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .div-externo-centrado-sm {
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
    }
}

.div-externo-centrado-derecha {
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.div-externo-izquierda {
    display: -webkit-flex;
}

@media screen and (min-width: 768px) {
    .s2i-visible-xs {
        visibility: hidden;
        height: 0px;
        padding: 0px;
        margin: 0px;
    }
}

@media screen and (min-width: 380px) {
    .s2i-visible-xxs {
        visibility: hidden;
        height: 0px;
        padding: 0px;
        margin: 0px;
    }
}

@media screen and (max-width: 380px) {
    .s2i-hidden-xxs {
        visibility: hidden;
        height: 0px;
        padding: 0px;
        margin: 0px;
    }
}

@media screen and (min-width: 991px) {
    .s2i-visible-sm, .s2i-visible-sm div {
        visibility: hidden !important;
        height: 0px !important;
        padding: 0px !important;
        margin: 0px !important;
    }
}

.pd-lateral-40 {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}

.padding-tb-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
    .pd-lateral-40 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.div-bottom {
    position: absolute;
    bottom: 0;
}

.margin-title {
    margin-top: 30px;
    margin-bottom: 30px;
}

.required:after {
    content: " *";
    color: darkred;
}

.widthAuto {
    width: auto!important;
}

@media (max-width: 767px) {
    .widthAuto {
        width: 100%!important;
    }
}

.content-right {
    text-align: right;
}

.content-right-center {
    text-align: right;
}

@media (max-width: 767px) {
    .content-right-center {
        text-align: center;
    }
}

.no-borders {
    border: none !important;
}

.element-invisible {
    display: none !important;
    visibility: hidden;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.margin-top-1 {
    margin-top: 1em;
}

.margin-bottom-1 {
    margin-bottom: 1em;
}

.margin-left-1 {
    margin-left: 1em;
}

.margin-right-1 {
    margin-right: 1em;
}

@media (max-width: 990px) {
    .margin-left-1 {
        margin-left: 0em;
    }

    .margin-right-1 {
        margin-right: 0em;
    }
}

@media (min-width: 786px) {
    .div-inline {
        display: inline-flex !important;
    }
}

@media (min-width: 1169px) {
    .div-inline-sm {
        display: inline-flex !important;
    }
}

.group-title {
    font-weight: bold;
    font-size: 30px;
    color: #585858;
    border-bottom: none;
}

.group-title-nosub {
    font-weight: bold;
    font-size: 24px;
    color: #585858;
}

/*# SEARCHER #*/
.searcher {
    padding-top: 3px;
    width: 300px;
    float: left;
}

@media screen and (max-width: 768px) {
    .searcher {
        width: 100%;
    }
}

.searcher a:hover {
    background: #fff;
    color: #4093CB;
}

.searcher-input {
    padding: 6px 10px !important;
    font-size: 20px;
    height: 30px;
    border-right: none !important;
    border-color: #000000 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.searcher-input:focus {
    border-color: #000000 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.searcher-button {
    padding: 0px 0px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 30px;
    color: #3B3F45 !important;
    border-left: none !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #000000 !important;
}

/*# CLOSE BUTTON #*/
.span-close {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: -1px 0 0 10px;
    vertical-align: middle;
    cursor: pointer !important;
    cursor: hand !important;
    border-radius: 50%;
    border: 2px solid #3B3F45;
    opacity: 0.8;
    font-size: 14px;
}

.seracher-close {
    border-color: #000;
    color: #000;
}

.zoom-close {
    position: absolute;
    background: white;
    color: black;
    opacity: 1;
    z-index: 9999;
    width: 40px;
    height: 40px;
    font-size: 24px;
}

.i-close {
    padding-top: 6px;
}

.i-close-small {
    padding-top: 4px;
}

/*# CARRUSEL #*/
.slick-slider {
    margin-bottom: 100px;
    margin-left: 30px;
    margin-right: 30px;
}

.slick-slide img {
    display: inline-block;
}

.slick-arrow {
    height: 40px;
    width: 40px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
}

.slick-prev:before {
    content: url(../../img/left.svg);
}

.slick-next:before {
    content: url(../../img/right.svg);
}

.slick-prev {
    margin-left: -30px !important;
    z-index: 999;
    left: -15px !important;
}

.slick-next {
    margin-right: -30px !important;
    z-index: 999;
    right: -15px !important;
}


.sliderFullWidth .slick-prev {
    margin-left: 0px !important;
}

.sliderFullWidth .slick-next {
    margin-right: 0px !important;
}

.slick-prev-fixed {
    margin-left: 30px !important;
    z-index: 999
}

.slick-next-fixed {
    margin-right: 30px !important;
    z-index: 999;
}

.slick-fullwidth > .slick-prev {
    margin-left: 30px;
}

.slick-fullwidth > .slick-next {
    margin-right: 50px;
}

.slick-fullwidth > .slick-list {
    border-bottom: 5px solid #4093CB;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    color: #4093CB;
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .slider-ofertas {
        margin-bottom: 0px !important;
    }

    .slick-dots {
        display: none !important;
    }

    .slick-slider {
        margin-bottom: 20px;
    }
}

/*# OFERTAS DESTACADAS #*/
#HomePage .span-oferta-destacada,
#ProductoPage .span-oferta-destacada {
    background: #4093CB;
    color: #fff;
    vertical-align: top;
    margin-left: -1em;
    border-radius: 90%;
    position: absolute;
    height: 90px;
    width: 90px;
    cursor: pointer;
}

#HomePage .span-oferta-destacada label,
#ProductoPage .span-oferta-destacada label {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    text-align: center;
}

#HomePage .ultimas-publicaciones,
#ProductoPage .ultimas-publicaciones,
#ContenidoDigitalPage .ultimas-publicaciones,
#CarritoPage .ultimas-publicaciones {
    text-align: center;
}

#HomePage .ultimas-publicaciones .oferta-destacada,
#ProductoPage .ultimas-publicaciones .oferta-destacada,
#ContenidoDigitalPage .ultimas-publicaciones .oferta-destacada,
#CarritoPage .ultimas-publicaciones .oferta-destacada {
    display: -webkit-flex;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 12px;
}

#HomePage .ultimas-publicaciones .oferta-destacada > div,
#ProductoPage .ultimas-publicaciones .oferta-destacada > div,
#ContenidoDigitalPage .ultimas-publicaciones .oferta-destacada > div,
#CarritoPage .ultimas-publicaciones .oferta-destacada > div {
    width: 60%;
    height: 100%;
}

@media (max-width: 767px) {
    #HomePage .ultimas-publicaciones .oferta-destacada > div,
    #ProductoPage .ultimas-publicaciones .oferta-destacada > div,
    #ContenidoDigitalPage .ultimas-publicaciones .oferta-destacada > div,
    #CarritoPage .ultimas-publicaciones .oferta-destacada > div {
        width: 100%;
    }
}

#HomePage .ultimas-publicaciones .oferta-destacada > div > div,
#ProductoPage .ultimas-publicaciones .oferta-destacada > div > div,
#ContenidoDigitalPage .ultimas-publicaciones .oferta-destacada > div > div,
#CarritoPage .ultimas-publicaciones .oferta-destacada > div > div {
    width: 100%;
}

#HomePage .ultimas-publicaciones .oferta-destacada img,
#ProductoPage .ultimas-publicaciones .oferta-destacada img,
#ContenidoDigitalPage .ultimas-publicaciones .oferta-destacada img,
#CarritoPage .ultimas-publicaciones .oferta-destacada img {
    max-width: 100%;
    max-height: 400px;
    padding-top: 1em;
}

@media (max-width: 767px) {
    #HomePage .ultimas-publicaciones .oferta-destacada img,
    #ProductoPage .ultimas-publicaciones .oferta-destacada img,
    #ContenidoDigitalPage .ultimas-publicaciones .oferta-destacada img,
    #CarritoPage .ultimas-publicaciones .oferta-destacada img {
        max-width: 80%;
    }
}

#HomePage .ultimas-publicaciones .oferta-destacada .texto-oferta-destacada a,
#ProductoPage .ultimas-publicaciones .oferta-destacada .texto-oferta-destacada a,
#ContenidoDigitalPage .ultimas-publicaciones .oferta-destacada .texto-oferta-destacada a,
#CarritoPage .ultimas-publicaciones .oferta-destacada .texto-oferta-destacada a {
    line-height: 1.4;
    display: block;
    display: -webkit-box;
    max-height: 100px;
    font-size: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#HomePage .ultimas-publicaciones .oferta-destacada .texto-oferta-destacada a.btn-color-destacado,
#ProductoPage .ultimas-publicaciones .oferta-destacada .texto-oferta-destacada a.btn-color-destacado,
#ContenidoDigitalPage .ultimas-publicaciones .oferta-destacada .texto-oferta-destacada a.btn-color-destacado,
#CarritoPage .ultimas-publicaciones .oferta-destacada .texto-oferta-destacada a.btn-color-destacado {
    font-size: 20px;
}

/*# HOME #*/
#HomePage .home-seccion-destacada {
    background-color: #F7F4F4;
}

#HomePage .texto-home-oferta h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

#HomePage .texto-home-ultimas-oferta h4 {
    font-size: 24px;
}

#HomePage .sliders-home {
    width: 95%;
}

#HomePage .imagen-logo > img,
#HomePage .imagen-logo > a > img {
    max-height: 2em;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
}

#HomePage .imagen-ultimapublicacion > img,
#HomePage .imagen-ultimapublicacion > a > img {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
}

#HomePage .banner-home img {
    width: 100%;
}

/*# USUARIO #*/
#LoginPage .btn-color-destacado-segundo,
#RegistroPage .btn-color-destacado-segundo {
    padding: 10px 50px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 25px;
}

#RegistroPage .gestion-datos a {
    font-size: medium;
    font-weight: bold;
}

@media (min-width: 767px) {
    #RegistroPage .gestion-datos a.btn-editar {
        margin-left: 3em;
    }
}

#RegistroPage .gestion-datos a.btn-no-selected {
    font-weight: normal;
}

#RegistroPage .datos-usuario {
    padding-top: 20px;
    padding-bottom: 20px;
}

#RegistroPage .border-direccion {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    height: 100%;
    width: 98%;
    background: linear-gradient(to right, white, #FAFAFA);
    margin-bottom: 5px;
}

#RegistroPage .compras-usuario {
    padding-top: 20px;
    padding-bottom: 20px;
}

#RegistroPage .min-btn-digital {
    min-width: 350px;
}

@media (max-width: 767px) {
    #RegistroPage .min-btn-digital {
        min-width: 0px;
    }
}

#DireccionPage .btn-color-destacado-segundo {
    padding: 10px 50px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 25px;
}

/*# CARRITO + PAGO #*/
#PagoPage .input-registro label {
    margin: 0px 5px;
}

#PagoPage .btn-color-destacado-segundo {
    padding: 10px 50px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 25px;
}

#CarritoPageContent {
    padding-top: 15px;
    padding-bottom: 20px;
}

#CarritoPageContent .contenido {
    margin-top:2%;
}

#CarritoPage .btn-procesar-carrito,
#PagoPage .btn-procesar-carrito {
    font-size: 25px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

#CarritoPage .banner-carrito {
    background: linear-gradient(135deg, rgba(64,147,203,1) 0%, rgba(218,232,247,0.89) 100%);
    width: 100%;
    height: 6vw;
}

#CarritoPage .resumen-carrito,
#PagoPage .resumen-carrito {
    border: none;
    background: #F5F5F5;
    float: initial;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#CarritoPage .resumen-carrito > h3,
#PagoPage .resumen-carrito > h3 {
    visibility: hidden;
    height: 0;
    padding: 0px;
    margin: 0px;
}

#CarritoPage .resumen-carrito > .inner,
#PagoPage .resumen-carrito > .inner {
    margin-bottom: 3%;
    background: #F7F4F4;
    padding: 5%;
}

#CarritoPage .resumen-carrito-linea p,
#PagoPage .resumen-carrito-linea p {
    font-size: 18px;
    padding-bottom: 20px;
}

#CarritoPage .resumen-carrito-linea-precio p,
#PagoPage .resumen-carrito-linea-precio p {
    font-size: 20px !important;
}

#CarritoPage .imagen-oferta > a {
    text-align: center;
}

#CarritoPage .imagen-oferta > a > img {
    width: 100%;
}

@media (max-width: 767px) {
    #CarritoPage .imagen-oferta > a > img {
        width: 60% !important;
    }
}

#CarritoPage p.detalles-ofertas,
#PagoPage p.detalles-ofertas {
    font-size: 20px;
    font-weight: bold;
}

#CarritoPage p.gastos-envio,
#PagoPage p.gastos-envio {
    color: #727272;
    margin-top: 20px;
}

#CarritoPage .total-importe,
#PagoPage .total-importe {
    border-top: 2px solid #707070;
    padding-top: 30px;
    margin-top: 30px;
}

#CarritoPage .desc-carrito {
    margin-top: 30px;
}

@media (max-width: 786px) {
    #CarritoPage .desc-carrito {
        margin-top: 0px;
    }
}

#CarritoPage .cantidad-oferta {
    background-color: white !important;
    text-align: center;
    margin-top: 6px;
    height: 40px !important;
}

#CarritoPage .cantidad-oferta input {
    height: 40px !important;
}

#CarritoPage .precio-oferta-linea,
#CarritoPage .texto-cantidad-oferta {
    font-size: 24px;
}

#CarritoPage .datos-oferta {
    text-align: left;
}

#CarritoPage .datos-oferta p {
    padding: 6px 0px !important;
}


#CarritoPage .datos-oferta input {
    margin-right: 15px;
    margin-left: 15px;
    max-width: 4em;
    min-width: 2em;
    margin-top: 0;
}

#CarritoPage .datos-oferta a {
    padding: 11px 0px !important;
}

    #CarritoPage .datos-oferta a.btn {
        padding: 11px 6px !important;
    }

#CarritoPage .datos-oferta h3 {
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    #CarritoPage .datos-oferta h3,
    #CarritoPage .datos-oferta p {
        text-align: center;
    }
}

#CarritoPage .texto-productos-relacionados h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

#PagoPage #carrito {
    top: 180px;
    left: auto !important;
    right: auto !important;
    position: sticky !important;
}

/*# TEMA #*/
#TemaPage .general-tema {
    width: 80%;
}

#TemaPage .producto-tema {
    margin-top: 30px;
    padding-bottom: 10px;
}

#TemaPage .imagen {
    text-align: center;
}

#TemaPage .imagen-tema {
    max-width: unset;
}

#TemaPage .imagen-tema > img {
    width: 70%;
}

#TemaPage .descripcion-tema,
#TemaPage .descripcion-tema p {
    font-size: 16px;
}

#TemaPage .datos > h3 {
    margin-top: 0px;
}

@media (max-width: 767px) {
    #TemaPage .datos {
        text-align: center;
    }
}


@media (max-width: 767px) {
    #TemaPage .margin-top20-xs {
        margin-top: 20px !important;
    }
}

#TemaPage .btn-tema {
    margin-top: 20px;
    width: 16em;
    font-size: medium;
}

/*# NAVBAR AREAS #*/
#ProductoPage .nav-areas,
#OfertaPage .nav-areas {
    background-color: white;
    border-color: white;
    border-bottom: 1px solid #999;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#ProductoPage .nav-areas > ul > li > a,
#OfertaPage .nav-areas > ul > li > a {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    #ProductoPage .nav-areas > ul > li > a,
    #OfertaPage .nav-areas > ul > li > a {
        width: fit-content;
        width: -moz-fit-content;
    }
}

#ProductoPage .nav-areas > ul > li > a:hover,
#ProductoPage .nav-areas > ul > li > a:focus,
#ProductoPage .nav-areas-li-selected,
#OfertaPage .nav-areas > ul > li > a:hover,
#OfertaPage .nav-areas > ul > li > a:focus,
#OfertaPage .nav-areas-li-selected {
    padding-bottom: 5px;
    border-bottom: solid 2px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: white;
}

/*# PUBLICACION #*/
#ProductoPage .producto-tema {
    margin-top: 30px;
    padding-bottom: 10px;
}

#ProductoPage .desc-producto {
    width: 70%;
    text-align: justify;
}

#ProductoPage .titulo-area {
    font-size: 28px;
    font-weight: normal;
}

#ProductoPage .btn-ver-mas {
    padding: 10px 50px;
    font-size: 20px;
    border-width: 3px;
    border-color: #333;
    margin-top: 50px;
    margin-bottom: 50px;
}

#ProductoPage .btn-ver-mas:hover,
#ProductoPage .btn-ver-mas:focus,
#ProductoPage .btn-ver-mas:active {
    border-color: #adadad;
}

#ProductoPage .grupo-areas {
    margin-top: 20px;
    margin-bottom: 20px;
}

#ProductoPage .order-control {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
}

#ProductoPage .order-control > label {
    white-space: nowrap;
    font-weight: normal;
    padding: 6px 12px;
    margin: 0px;
}


#ProductoPage .order-control > select {
    width: 100%;
    background-image: url(../../img/down.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    font-size: 20px;
}

/*# OFERTA #*/
#OfertaPage .nav-areas-oferta {
    border-bottom: none !important;
}

#OfertaPage .logo-producto-min > img {
    width: 70%;
}

#OfertaPage .btn-oferta {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#OfertaPage .btn-oferta-add {
    width: auto !important;
    padding: 10px 30px;
    margin-right: 30px;
}

#OfertaPage .precio-oferta {
    font-size: 24px;
    min-width: 150px;
}

@media screen and (min-width: 768px) {
    #OfertaPage .precio-oferta {
        margin-right: 50px;
    }
}

#OfertaPage .descripcion-oferta {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 786px) {
    #OfertaPage .descripcion-oferta {
        margin-top: 0px;
        font-size: 16px;
        line-height: 1.6;
    }
}

#OfertaPage .product-color {
    margin-bottom: 30px;
}

#OfertaPage .color-choose div,
#OfertaPage .text-choose div,
#OfertaPage .img-choose div {
    display: inline-block;
}

#OfertaPage .span-color {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -1px 5px 0 5px;
    vertical-align: middle;
    cursor: pointer !important;
    cursor: hand !important;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
}

#OfertaPage .color-choose input:checked + label span {
    background-repeat: no-repeat;
    background-position: center;
}

#OfertaPage .color-choose input[type="radio"],
#OfertaPage .text-choose input[type="button"] {
    display: none;
}

#OfertaPage .text-choose {
    margin-bottom: 20px;
}

#OfertaPage .text-choose > div {
    padding: 0px 10px;
}

#OfertaPage .text-choose > div > label {
    border: none !important;
    font-size: 20px;
    background-color: #fff;
    cursor: pointer !important;
    cursor: hand !important;
    transition: all .5s;
    font-weight: normal;
}

#OfertaPage .item-selected > label > span {
    border-bottom: 2px solid black !important;
}

#OfertaPage .item-color-selected > label > span {
    border: 3px solid black;
}

#OfertaPage .text-config {
    border-bottom: 1px solid #E1E8EE;
    margin-bottom: 20px;
}

#OfertaPage .text-config a {
    color: #358ED7;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    margin: 10px 0;
    display: inline-block;
}

#OfertaPage .text-config a:before {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid rgba(53, 142, 215, 0.5);
    display: inline-block;
    text-align: center;
    line-height: 16px;
    opacity: 0.5;
    margin-right: 5px;
}

#OfertaPage .img-choose input[type="image"] {
    max-width: 7em;
}

#OfertaPage .product-img > p,
#OfertaPage .product-text > p,
#OfertaPage .product-color > p {
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
}

#OfertaPage .product-text,
#OfertaPage .product-color {
    display: inline-flex;
}

@media (max-width: 767px) {
    #OfertaPage .datos {
        text-align: center;
    }
}

#OfertaPage #DivImgOferta > div:first-of-type {
    width: 80%;
}

@media screen and (max-width: 768px) {
    #OfertaPage #DivImgOferta > div:first-of-type {
        width: 100%;
    }
}

#OfertaPage .imagen-oferta {
    text-align: center;
}

    #OfertaPage .imagen-oferta > img {
        width: 100%;
    }

@media (max-width: 767px) {
    #OfertaPage .imagen-oferta > img {
        width: 60% !important;
    }
}
