/*font 
div { font-family:'Titillium Web', 'Trebuchet MS', sans-serif; font-weight:normal; font-style:normal; }
div { font-family:"Titillium Web", 'Trebuchet MS', sans-serif; font-weight:600; font-style:normal; }
*/


@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

* {
    color: #514C48;
}

::placeholder {
    color: #968F8A;
}

.search-icon {
    color: #514C48 !important;
}


.breadcrumb-item.active {
    color: #968F8A
}



.tab_page {
    -webkit-animation: fadeIn 1.1s;
    animation: fadeIn 1.1s;
}



/* Evita coloreo en texto seleccionado*/
::selection {
    background-color: #fff/*d9d9d9*/;
}

::-moz-selection {
    background-color: #fff;
    color: #514C48;
}

/* Evita el coloreo en enlaces mobile */
a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #514C48;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-style: normal;

}

/*end*/

a {
    color: #514C48;
}

html {
    height: 100%;
}

body {
    letter-spacing: 0.4pt;
    font-family: "Titillium Web", 'Trebuchet MS', sans-serif;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
}

main {
    margin-top: 0px;
}

/******************* menu desplegable categorias *************/
#menu-trigger {
    position: absolute;
    top: 19px;
    left: 30px;
    width: 30px;
    height: 30px;
    z-index: 4;
}

@media (max-width: 61.9275em) {
    #menu-trigger {
        left: 20px;
        top: 14px;
    }
}

#menu-trigger span {
    position: absolute;
    width: 100%;
    height: 100%;
}

#menu-trigger span::after,
#menu-trigger span::before {
    content: '';
    position: absolute;
    width: 25px;
    left: 0;
    height: 1px;
    background: #514C48;
}

#menu-trigger span::before {
    top: 10px;
}

#menu-trigger span::after {
    top: 19px;
}

#menu-trigger::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 28px;
    /* Ajusta esta posición según sea necesario */
    transform: translateY(-50%);
    font-size: 19px;
    /* Ajusta el tamaño de la fuente según sea necesario */
    color: #514C48;
    white-space: nowrap;
    /* Evita que el texto se divida en varias líneas */
    padding-left: 5px;
    /* Ajusta el espacio entre el icono y el texto */
}



@media (min-width: 576px) and (max-width: 767.98px) {
    #menu-trigger::after {
        content: '';

    }
}

@media (max-width: 575.98px) {
    #menu-trigger::after {
        content: '';

    }
}


.closer {
    top: 38px;
    width: 25px;
    height: 25px;
    z-index: 10000000004;
    line-height: 1;
    position: fixed;
    display: none;
    border-bottom: 0;
}

.closer span {
    width: 100%;
    height: 1px;
    display: inline-block;
    position: relative;
}

.closer span::after,
.closer span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #514C48;
    top: -1px;
    left: 0;
}

.closer span::before {
    transform: rotate(45deg);
}

.closer span::after {
    transform: rotate(-45deg);
}

.closer::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 28px;
    /* Ajusta esta posición según sea necesario */
    transform: translateY(-50%);
    font-size: 19px;
    /* Ajusta el tamaño de la fuente según sea necesario */
    color: #514C48;
    white-space: nowrap;
    /* Evita que el texto se divida en varias líneas */
    padding-left: 5px;
    /* Ajusta el espacio entre el icono y el texto */
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .closer::after {
        content: '';
    }
}

@media (max-width: 575.98px) {
    .closer::after {
        content: '';
    }
}

.closer span:hover {
    /*background: #514C48;*/
}

/**********************************/
#menu-layer {
    position: fixed;
    width: 100%;
    top: 87px;
    height: auto;
    z-index: 10000;
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(0px);

    overflow: auto;
    /*Graceful degradation para Firefox*/
    overflow: overlay;
}

/*Webkit(Chrome, Android browser, Safari, Edge...)*/
#menu-layer::-webkit-scrollbar {
    display: none;
}

#menu-layer:hover::-webkit-scrollbar {
    display: initial;
}

#menu-layer::-webkit-scrollbar-thumb {
    background-color: transparent;
}

#menu-layer .wrapper .cell {
    position: relative;
    text-align: left
}

#menu-layer a {
    text-decoration: none;
    border-bottom: 0;
    color: #514C48;
}

#menu-layer a:hover {
    text-decoration: none;
    border-bottom: 0;
    color: #514C48;
}


#menu-layer .nav-menu {
    line-height: 1;
    padding-left: 150px
}

#menu-layer .nav-menu {
    padding: 50px 60px
}

/*******************************************/
@media only screen and (max-width: 767.98px) {
    #menu-layer .nav-menu {
        padding: 50px 45px;
    }
}

/*********************************************/
@media (max-width:29.99em) {
    #menu-layer .nav-menu {
        padding: 60px 120px
    }
}

#menu-layer .nav-menu:hover a {
    opacity: 1;
    /*para efecto con background negro usar opacity: .5*/
}

#menu-layer .nav-menu .main a:hover {
    opacity: 1
}

#menu-layer .nav-menu .main {
    margin: 0 0 50px;
    list-style: none;
    padding: 0px 0 0
}

@media (max-width:61.9275em) {
    #menu-layer .nav-menu .main {
        margin-bottom: 90px;
        padding: 0
    }
}

@media (max-width:29.99em) {
    #menu-layer .nav-menu .main {
        margin-bottom: 60px;
        padding: 0
    }
}

#menu-layer .nav-menu .main li {
    margin: 0 0 15px;
    padding: 0;
    display: block
}

@media (max-width:29.99em) {
    #menu-layer .nav-menu .main li {
        margin-bottom: 30px
    }
}

#menu-layer .nav-menu .main a {
    font-size: 16px;
    font-family: "Titillium Web", 'Trebuchet MS', sans-serif;
    text-decoration: none;
}

@media (max-width:61.9275em) {
    #menu-layer .nav-menu .main a {
        font-size: 40px
    }
}

@media (max-width:29.99em) {
    #menu-layer .nav-menu .main a {
        font-size: 26px
    }
}

#menu-layer .nav-menu .brand a:hover,
#menu-layer .nav-menu .main a:hover {
    opacity: 1
}

#menu-layer .nav-menu .brand {
    margin: 0;
    padding: 0 0 30px;
    list-style: none
}

#menu-layer .nav-menu .brand li {
    margin: 0 0 30px;
    padding: 0;
    display: block
}

#menu-layer .nav-menu .brand a {
    font-size: 14px;
    text-decoration: none;
    font-family: "Titillium Web", 'Trebuchet MS', sans-serif;
}

@media (max-width:61.9275em) {
    #menu-layer .nav-menu .brand a {
        font-size: 16px
    }

}

@media (max-width:29.99em) {
    #menu-layer .nav-menu .brand a {
        font-size: 14px
    }

    .main-content {
        padding-top: 80px;
    }

    #menu-layer .nav-menu {
        padding: 50px 30px;
    }

}


#menu-close {
    left: 30px;
    right: auto;
    border-bottom: 0;
    z-index: 10000000004;
    background-color: #fff;

}

#menu-close:hover {
    color: #fff
}


@media (max-width:991.98px) {
    #menu-close {
        left: 20px;
        top: 34px;
    }

}


@media (max-width:29.99em) {
    #menu-close {
        left: 20px;
        top: 33px;
    }

}

/******************* fin menu desplegable *************/





.resumen {
    font-size: 16px;
}

@media (min-width:767.98px) {
    body {
        overflow-y: scroll;
    }
}

fieldset {
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-style: normal;
}

/*******MODAL BOOTSTRAP*********/
.modal-backdrop {
    background-color: #514C48;
}

.modal-backdrop.fade {
    opacity: 0.5
}

.modal-backdrop.show {
    opacity: 0.5
}



.h3 {
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 26px;
    padding: 0;
    color: #333;
    font-weight: 400;
    display: block;
    position: relative;
}


.message--color-info {
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    border-radius: 3px;
}

.box-l {
    padding: 0 20px 0 0px;
}

.box-r {
    padding: 0 0px 0 20px;
}

.medida_custom {
    padding: 0;
}

.medida_custom_editor {
    text-align: center;
}

.jcrop-centered {
    margin: auto 0;
}


.search-btn {
    position: absolute;
    top: 38px;
    right: -3px;
    cursor: pointer;
}

@media only screen and (max-width:1199.98px) {
    .main-menu {
        position: absolute;
        top: 20px;
        right: 15px;
        width: 40px;
    }

    .menu-btn {
        display: block;
        margin: -5px -6px 0px 0;
        position: relative;
        right: 0px;
        top: 0px;
        height: 40px;
    }

    .menu-btn:before {
        position: absolute;
        border-radius: 5px;
        top: 12px;
        right: 5px;
        width: 4px;
        height: 4px;
        background: transparent;
        box-shadow: 0 4px #514C48, 0 4px #fff, 0 12px #514C48, 0 12px #fff, 0 19px #514C48;
        content: '';
    }

    .search-btn {
        position: absolute;
        top: 8px;
        right: -10px;
        cursor: pointer;
    }

}

#fs_opcional_pedido_corte {
    margin-top: -10px;
}

#photos-copy ol {
    margin-top: 0px;
}

@media only screen and (max-width:767.98px) {
    #fs_opcional_pedido_corte {
        margin-top: 0px;
    }
}

.menu_edit {
    background-color: #fff;
    color: #514C48;
    display: none;
    max-width: 480px;
    height: auto;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin-left: 0px;
    border-radius: 0px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.registro {
    overflow: hidden;
    text-align: center;
    margin: auto;
    background-color: #fff;
    color: #514C48;
    display: none;
    width: 550px;
    height: auto;
    padding: 30px 30px 30px 30px;
    margin-left: auto;
    margin-top: auto;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    border-radius: 5px;
}

@media only screen and (max-width:767.98px) {
    .registro {
        overflow: hidden;
        text-align: left;
        margin: auto;
        background-color: #fff;
        color: #514C48;
        display: none;
        width: 350px;
        /*height: auto;*/
        padding: 30px 30px 30px 30px;
        margin-left: auto;
        margin-top: auto;
        height: 550px;
        overflow-y: scroll;
    }

    .registro input {
        text-align: left;
    }
}

a.disabled {
    color:
        /*#ebebeb*/
        #c4c4c4;
    pointer-events: none;
    background-color: #c4c4c4;
    text-shadow: 1px 1px
        /*white*/
        , -1px -1px #777;
    border-width: 1px;
    border-style: solid;
    border-color: #c4c4c4;
}

.contenedor {
    flex: 1 0 auto;
}

.area {
    margin-bottom: 0px;
    position: relative;
}

.area h2 {
    margin: 0 0 0px;
    padding: 0;
    color: #333;
    font-weight: 400;
    display: block;
    position: relative;
}

.order-area {
    margin-bottom: 0px;
    position: relative;
}

.order-area h1 h2 {
    margin: 5px 0 0 0px;
    padding: 0;
    color: #333;
    font-weight: 400;
    display: block;
    position: relative;
}

.order-buttons-screen {
    margin-top: 20px;
}

.order-buttons-screen #btn-select-all {
    margin-right: 5px;
    float: right;
}

.order-buttons-mobile {
    margin-top: -20px;
    /*si se desea mostrar select cantidad el valor es 10px*/
    ;
}

#progress_upload {
    border-radius: 5px;
    border: 1px solid #E9522C;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
}

#progress_upload_bar {
    width: 100%;
    height: 8px;
    background-color: #E9522C;
}

#view-list {
    width: 24px;
    height: 24px;
    background-image: url(../images/links/iconmonstr-list.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0px;
    display: block;
}

#view-grid {
    width: 24px;
    height: 24px;
    background-image: url(../images/links/iconmonstr-grid.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0px -3px 0 0px;
    display: none;
}

@media (max-width:992px) {
    #view-list {
        visibility: hidden;
    }

    #view-grid {
        visibility: hidden;
    }
}

h1,
h2 {
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-style: normal;
}

h3 {
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-style: normal;
}

a:link {
    text-decoration: none;
}

a.underline {
    text-decoration: underline;
    font-size: 13px;
}

a.underline:hover {
    text-decoration: none;
}

a.data {
    top: -1px;
    left: 3px;
    position: relative;
    /*color: #999;*/
    color: #E9522C;
    font-weight: 600;
}

.file-view {
    width: 235px;
}

.file-view .text {
    vertical-align: middle;
}

.file-view .text span.hscrollthis {
    display: block;

    font-size: 14px;
    white-space: nowrap;
    width: 235px;
    overflow: hidden;
    margin: 2px auto 0 auto;
    text-overflow: ellipsis;
}

@media only screen and (max-width:1200px) {



    .file-view {
        width: 160px;
    }

    .file-view .text span.hscrollthis {
        width: 160px;
    }
}

.file-view .text span.hscrollthis.active span {
    display: inline-block;
}

.file-view:hover .text span.hscrollthis.active span {
    animation: scroll 4s linear infinite;
}

@media only screen and (max-width:767.98px) {
    .file-view {
        width: 160px;
    }

    .file-view .text span.hscrollthis {
        display: block;

        font-size: 14px;
        white-space: nowrap;
        width: 180px;
        overflow: hidden;
        margin: 2px auto 0 auto;
        text-overflow: ellipsis;
    }

    .file-view .text span.hscrollthis.active span {
        display: inline-block;
    }

    .file-view:hover .text span.hscrollthis.active span {
        animation: scroll 4s linear infinite;
    }
}

.fieldset-list {
    margin: 0px 0 0px;
    text-align: left;
    display: block;
    top: 1px;
    left: 0;
}

.fieldset-list {
    margin: 0px 0 0px;
    text-align: left;
    display: block;
    top: -1px;
    left: 0;
}

.control-qty.list {
    text-align: center;
    padding: 0px;
    margin: 0px 0 0 0;
}

@media only screen and (max-width:992px) {

    .list-container,
    pi_elem {
        display: none;
    }
}

#list-photos-copy {
    position: relative;
    display: none;
    background-color: #fff;
    height: auto;
    margin-top: 10px;
}

#list-photos-copy .select:after {
    margin: 0;
    padding: 0;
    content: '';
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    color: #999;
    text-align: center;
    width: 25px;
    height: 23px;
    position: absolute;
    top: 1px;
    right: 1px;
    pointer-events: none;
}

#list-photos-copy .select select {
    padding: 0px 0px 0px;
    background-color: #FFF;
    -webkit-padding-before: 0;
    -webkit-padding-start: 10px;
    height: 25px;
    float: left;
    color: #555;
    border: 1px solid #BBB;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

/********************************************************************/
#list-container div {
    float: left;
    position: relative;
}

.list-container div {
    float: left;
    position: relative;
}

@media (max-width:992px) {
    #list-container div {
        display: none;
    }
}

.list-check {
    margin: 5px 0px 0px 0;
}

.list-file-name {
    margin: 5px 10px 0px 0;
}

.list-resolution {
    margin: 5px 10px 0px 0;
    width: 25px;
}

.list-preview {
    margin: 5px 10px 0px 0;
    width: 40px;
}

.list-preview .preview {
    position: absolute;
    top: 2px;
    left: 10px;
}

.list-qty {
    margin: 8px 20px 0px 0;
}

.list-qty .control-product {
    margin: 0px;
}

.list-copy-size {
    margin: 5px 15px 0px 0;
    width: 18%;
}

.list-printing-options {
    margin: 5px 15px 0px 0;
    width: 18%;
}

.list-border {
    margin: 5px 15px 0px 0;
    width: 18%;
}

.list-corte {
    margin: 5px 10px 0px 0;
    width: 18%;
}

.list-corte-tela {
    margin: 5px 10px 0px 0;
    width: 20%;
    display: none;
}

.list-laterales {
    margin: 5px 10px 0px 0;
    width: 20%;
    display: none;
}

.list-delete {
    margin: 5px 0px 0px 28px;
    width: 18px;
}

.list-price {
    margin: 10px 10px 0px 0;
    width: 20%;
}

span.preferencias-list {
    position: relative;
    display: block;
    width: 100%;
    top: 0;
    height: 35px;
    font-size: 15px;
}

#switch div {
    float: right;
    position: relative;
    margin-top: 10px;
}

@media (max-width:992px) {
    #switch div {
        float: right;
        position: relative;
        margin-top: -10px;
        display: none;
    }
}

#view-grid-alert {
    display: none;
}

#view-grid-alert p {
    margin-top: 30px;
    text-align: center;
    font-weight: 600;
}

@media (max-width:992px) {
    #view-grid-alert {
        display: block;
        cursor: pointer;
    }
}

#comment {
    margin: 10px 0 10px 0;
}

#summary-copy {
    margin-bottom: 20px;
}

#total-car {
    text-align: center;
    font-size: 16px;
}


/********PREFERENCIAS COPY********/

#personal-size div {
    float: left;
    position: relative;
    margin-bottom: 8px;
}

#personal-size input {
    width: 100%;
    float: left;
}

.x {
    width: 14px;
    text-align: center;
    margin: 5px 5px 5px 5px;
}

#personal-size input {
    display: inline-block;
    float: left;
    width: 12%;
    text-align: center;
}

input [type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input [type=number] {
    -moz-appearance: textfield;
}

@media (max-width: 1199px) and (min-width: 992px) {


    #personal-size input {
        display: inline-block;
        float: left;
        width: 16%;
    }

    .x {
        width: 12px;
        text-align: center;
        margin-top: 5px;
    }


}


@media only screen and (min-width:768px) and (max-width:991.98px) {

    #personal-size input {
        display: inline-block;
        float: left;
        width: 16%;
    }

    .x {
        width: 33px;
        text-align: center;
        margin-top: 5px;
    }

    /**********************************************************************/
}

@media only screen and (max-width:767.98px) {

    .x {
        width: 35px;
        text-align: center;
        margin-top: 5px;
    }

    .qty-options input {
        width: 70%;
    }
}


@media only screen and (max-width:767.98px) {
    .fiscal {
        margin-top: 20px;
        text-align: center;
    }
}

.control-qty {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.control-qty button {
    margin: 0 2px;
    border: none;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #efefef url("../images/picto01.png") no-repeat;
    color: transparent;
}

.control-qty span {
    margin: 0 2px;
    border: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: #BBB;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/up-down.png") no-repeat;
    color: transparent;
}

.control-qty span.down {
    background-position: 0px 0px;
    margin-right: 2px;
}

.control-qty span.up {
    background-position: -20px 0px;
}


.jcrop-centered {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}



.editor-paper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 450px;
    height: 450px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    background-color: #bbb;
}

.editor-imagen {
    position: absolute;
    top: 25px;
    width: 300px;
    height: 400px;
    background-color: #ff0000;
    margin: 0px auto;
    text-align: center;
    vertical-align: central;
}


.personal-proof label {
    font-weight: normal;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.personal-proof-input-container div {
    float: left;
    position: relative;
}

.personal-proof-input-container .input-size {
    width: 40%;
}

.personal-proof-input-container .x {
    width: 20%;
    font-size: 14px;
    margin: 5px 0px 0 0px;
    text-align: center;
}

@media (min-width:992px) and (max-width:1199px) {


    .editor-paper {
        position: relative;
        width: 360px;
        height: 360px;
        margin: 0px auto;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        text-align: center;
        vertical-align: central;
    }

    .editor-imagen {
        position: absolute;
        top: 10px;
        width: 240px;
        height: 340px;
        background-color: #C39
            /*violeta*/
        ;
        margin: 0px auto;
        text-align: center;
        vertical-align: central;
    }





    .editor-paper {
        position: relative;
        width: 320px;
        height: 320px;
        margin: 0px auto;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        text-align: center;
        vertical-align: central;
    }

    .editor-imagen {
        position: absolute;
        top: 15px;
        width: 213px;
        height: 290px;
        background-color: #6FF
            /*celeste*/
        ;
        margin: 0px auto;
        text-align: center;
        vertical-align: central;
    }



    #personal-size input {
        display: inline-block;
        float: left;
        width: 20%;
    }




}

@media only screen and (max-width:767.98px) {




    .editor-paper {
        position: relative;
        width: 330px;
        height: 330px;
        margin: 0px auto;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        text-align: center;
        vertical-align: central;
    }

    .editor-imagen {
        position: absolute;
        top: 15px;
        width: 240px;
        height: 300px;
        background-color: #514C48
            /*negro*/
        ;
        margin: 0px auto;
        text-align: center;
        vertical-align: central;
    }

    .list-resolution {
        margin: 10px 15px 10px 0;
        width: 25px;
    }

    /*input,*/
    select #detail {
        text-align: center;
        background-color: transparent;
        border-color: #555;
        margin: 0;
        padding: 0 10px;
        line-height: 30px;
        border-width: 1px;
        border-style: solid;
        overflow: hidden;
        left: 0;
        outline: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-appearance: none;
        transition: all .2s cubic-bezier(.33, 0, .2, 1) 0s;
        -moz-transition: all .2s cubic-bezier(.33, 0, .2, 1) 0s;
        -webkit-transition: all .2s cubic-bezier(.33, 0, .2, 1) 0s;
        -o-transition: all .2s cubic-bezier(.33, 0, .2, 1) 0s;
    }

    #detail .select select {
        padding: 0px 0px 0px;
        background-color: transparent;
        -webkit-padding-before: 0;
        -webkit-padding-start: 10px;
        height: 30px;
        float: left;
        color: #555;
        border: 1px solid #bbb;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
    }

    #detail .control-product input {
        text-align: right;
        padding: 0 5px;
        font-size: 12px;
        margin: 0 3px 0 3px;
        vertical-align: middle;
        width: 33px;
        height: 20px;
        border: 1px solid #514C48;
        font-weight: normal;

        line-height: 0px;
        display: inline;
    }


    #detail .control-product button {
        margin: 0 2px;
        border: solid;
        border-width: 1px;
        border-radius: 3px;
        border-color: #514C48;
        vertical-align: middle;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(../images/up-down.png);
        color: transparent;
    }

    #detail ::-webkit-input-placeholder {
        color: #555;
    }

    #detail .photo-view {
        display: inline-block;
        width: auto;
        margin: auto 0px auto;
        position: relative;
    }

    #detail .list-resolution {
        margin: 10px 0px 10px 0;
        width: 25px;
    }

    #detail .list-qty {
        margin: 10px 0px 0px 25px;
    }

    #detail .list-file-name {
        margin: 10px 0px 10px 0px;
    }

    .it-hides {
        display: none;
    }

    #detail .select:after {
        margin: 0;
        padding: 0;
        content: '';
        background-color: transparent;
        background-image: url(../images/arrow-down-icon-png-4.png);
        background-repeat: no-repeat;
        background-size: 11px;
        background-position: center;
        color: #999;
        line-height: 38px;
        text-align: center;
        width: 25px;
        height: 28px;
        position: absolute;
        top: 1px;
        right: 1px;
        pointer-events: none;
    }

    #options a {
        color: #514C48;
    }

    #options a:hover {
        color: #514C48;
    }

    #view-image-btns {
        margin: -20px 0 15px 0;
    }

    #btn-edit-img-prev {
        min-width: 50px;
    }

    #btn-edit-img-guardar {
        min-width: 130px;
        margin: 0 5px 0 5px;
    }

    #btn-edit-img-next {
        min-width: 50px;
    }
}

#div_prompt_dialog {
    background-color: #fff;
    color: #514C48;
    display: none;
    min-width: 450px;
    min-height: auto;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin-left: auto;
    margin-top: auto;
    height: auto;
    border-radius: 5px;
}

@media only screen and (max-width:767.98px) {
    #div_prompt_dialog {
        display: none;
        min-width: 350px;
        min-height: auto;
        padding: 30px 30px 30px 30px;
        text-align: center;
        margin-left: auto;
        margin-top: auto;
        height: auto;
    }
}

#div_wait {
    display: none;
    min-height: 450px;
    min-width: 450px;
    height: 50px;
    width: 50px;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin-top: 10%;
}

.wait-gif {
    max-width: 20%;
    height: auto;
    padding-right: 15px;
}

@media only screen and (max-width:767.98px) {
    #div_wait {
        display: none;
        height: 50px;
        width: 50px;
        padding: 30px 30px 30px 30px;
        text-align: center;
        margin-top: 50%;
    }

    .wait-gif {
        max-width: 20%;
        height: auto;
    }
}

.message-entry {
    background-color: #fff;
    color: #514C48;
    display: none;
    min-width: 500px;
    max-width: 550px;
    min-height: auto;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin-left: auto;
    margin-top: auto;
    height: auto;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    border-radius: 5px;
}

.message-info {
    background-color: #fff;
    color: #514C48;
    display: none;
    min-width: 450px;
    max-width: 550px;
    min-height: auto;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin-left: auto;
    margin-top: auto;
    height: auto;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    border-radius: 5px;
}

.message-info p {
    font-size: 16px;
}

.message-info-large {
    background-color: #fff;
    color: #514C48;
    display: none;
    min-width: 450px;
    max-width: 600px;
    /*min-height: auto;*/
    padding: 30px 30px 30px 30px;
    text-align: left;
    margin-left: auto;
    margin-top: auto;
    height: auto
        /*720px*/
    ;
    overflow-y: scroll;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    border-radius: 5px;
}

.message-info p,
ul,
li {
    text-align: left;
}

.message-info a {
    font-weight: bold;
}

.message-info a:hover {
    color: #bbb;
}

.message-info a.mp-btn {
    font-weight: normal;
}

.message-info a:hover.mp-btn {
    color: #fff;
}

.message-info p {
    font-size: 16px;
}

/*************************************************************************************/

.message-espacial {
    background-color: #fff;
    color: #514C48;
    display: none;
    min-width: 450px;
    max-width: 1000px;
    min-height: auto;
    /*padding: 30px 30px 30px 30px;*/
    text-align: center;
    margin-left: auto;
    margin-top: auto;
    height: auto;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    border-radius: 5px;
}





#lbl_tiempo_entrega.message {
    margin: 0;
    padding: 0px;
    font-size: 16px;
    line-height: 14px;
    color: #514C48;
    letter-spacing: .5px;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#div_general_dialog {
    background-color: #fff;
    color: #514C48;
    display: none;
    max-width: 550px;
    min-width: 350px;
    min-height: auto;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin-left: auto;
    margin-top: auto;
    height: auto;
    /*white-space: nowrap;*/
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    border-radius: 5px;
}

.error-file {
    font-weight: bold;
    white-space: nowrap;
    width: 490px;
    overflow: hidden;
}

@media only screen and (max-width:767.98px) {

    #div_general_dialog {
        display: none;
        max-width: 290px;
    }

    .message-entry {
        min-width: 340px;
    }

    .message-info {
        min-width: 340px;
    }

    .message-espacial {
        min-width: 340px;
        margin: 0 10px 0 10px;
    }

    .message-info-large {
        min-width: 340px;
        height: auto
            /*600px*/
        ;
        overflow-y: scroll;
    }
}

.message-entry input {
    text-align: left;
}

.message-entry p {
    text-align: center;
}

#div_modal_confirm {
    background-color: #fff;
    color: #514C48;
    display: none;
    min-width: 400px;
    min-height: 180px;
    padding: 30px 35px 30px 35px;
    text-align: center;
    margin-left: 0px;
    border-radius: 0px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    border-radius: 5px;
    position: relative;
}

#form-account,
.form-close a {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#form-account p,
#pass-recovery p,
#form_u_register p {
    text-align: left;
}

#pass-recovery {
    background-color: #fff;
    color: #514C48;
    display: none;
    min-width: 400px;
    min-height: 180px;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin-left: 0px;
    border-radius: 0px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    position: relative;
}

#form-account,
.form-close a {
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
}

@media only screen and (max-width:767.98px) {

    #form-account,
    #pass-recovery,
    #form_u_register {
        min-width: 300px;
    }

    #pass-recovery {
        min-width: 300px;
    }

    #div_general_dialog {
        display: none;
        max-width: 350px;
    }

    .error-file {
        font-weight: bold;
        white-space: nowrap;
        width: 290px;
        overflow: hidden;
    }
}

/*******************end overlay*********************************/

#photos .select optgroup[label],
.select option,
.select select {
    line-height: 15px;
    font-size: 14px;
}

@media only screen and (max-width:1200px) {

    #photos .select optgroup[label],
    .select option,
    .select select {
        line-height: 15px;
        font-size: 13px;
    }
}

#photos {
    margin-top: 20px;
    margin-bottom: 40px;
}

.photos-content {
    margin-top: 0px;
    margin-bottom: 0px;
}

.photos-content hr {
    margin-bottom: 20px;
    margin-top: 0px;
}

#photos-content hr {
    margin-top: 20px;
}

.control-product button {
    margin: 0 2px;
    border: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: #514C48;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/up-down.png") no-repeat;
    color: transparent;
}

.control-product {
    position: relative;
    margin: 6px 0 10px 0;
}

.control-product button.down {
    background-position: 0px 0px;
    margin-right: 2px;
}

.control-product button.up {
    background-position: -20px 0px;
}

.control-product input {
    text-align: right;
    padding: 0 5px;
    font-size: 12px;
    margin: 0 3px 0 3px;
    vertical-align: middle;
    width: 33px;
    height: 20px;
    border: 1px solid #514C48;
    font-weight: normal;

    line-height: 0px;
    display: inline;
}

.qty-options-popup {
    position: relative;
    margin: 6px 0 10px 0;
    font-size: 15px;
    text-align: left;
}

.qty-options-popup input {
    text-align: center;
    padding: 0 5px;
    font-size: 14px;
    margin: 0 3px 0 3px;
    vertical-align: middle;
    width: 69px;
    height: 30px;
    border: 1px solid #514C48;
    font-weight: normal;

    line-height: 14px;
    display: inline;
}

.qty-options-popup span {
    margin: 14px 9px 0 9px;
}


.wrap-photo-view {
    text-align: center;
}

.photo-view {
    display: inline-block;
    width: auto;
    margin: auto 5px auto;
    position: relative;
}

@media (min-width:768px) {
    .photo-view {
        display: inline-block;
        width: auto;
        margin: auto 5px auto;
    }
}

@media (min-width:767.98px) {
    .photo-view {
        display: inline-block;
        width: auto;
        margin: auto 0px auto;
    }
}


a.preview {
    height: 20px;
    width: 20px;
    display: inline-block;
    background: url("../images/preview.png") no-repeat top left;
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
    z-index: 1000;
}

a.preview:hover {}

a.preview:before {
    height: 18px !important;
    width: 18px !important;
}

a.del {
    height: 18px;
    width: 18px;
    display: inline-block;
    background: url("../images/del.png") no-repeat top left;
    position: absolute;
    top: 3px;
    right: 0;
    float: right;
}

a.del:hover {
    background-position: bottom left;
}

a.del:before {
    height: 18px !important;
    width: 18px !important;
}

.control-product a.del {
    height: 18px;
    width: 18px;
    display: inline-block;
    background: #f00;
    background: url("../images/del.png") no-repeat top left;
}

.control-product a.del:hover {
    background-position: bottom left;
}

.control-product a.del:before {
    height: 18px !important;
    width: 18px !important;
}

.photo-view a.delete {
    height: 18px;
    width: 18px;
    display: inline-block;
    background: #f00;
    background: url("../images/del.png") no-repeat top left;
    position: absolute;
    top: 4px;
    right: 3px;
    float: right;
    z-index: 1000;
}

.photo-view a.delete:hover {
    background-position: bottom left;
}

.photo-view a.delete:before {
    height: 18px !important;
    width: 18px !important;
}

.main-navigation-wrapper {
    display: none;
    margin: 0px;
}

.main-navigation-wrapper {
    overflow: hidden;
    position: relative;
}

/*********************** side-nav-top ***************************/
.side-nav-top h2 {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 28px;
    text-transform: none;
    color: #FFF;
    display: none;
}

.generic .side-nav-top h2 {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 28px;
    text-transform: none;
    color: #58585a;
}

.side-nav-top h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    text-transform: uppercase;
    background: none;
}

.side-nav-top li {
    margin: 0;
    font-size: 14px;
    text-align: center;
}

.side-nav-top ul {
    margin: 0px 0 0px 0px;
    list-style: none;
    padding: 10px 10px 10px 10px;
}

.side-nav-top ul li a {
    margin: 0;
    font-size: 15px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 12px;
    font-style: normal;
    font-style: normal;
    letter-spacing: 0.02em;
}

.side-nav-top ul li a.nav-selected {
    color: #E9522C;
    margin: 0;
    font-size: 15px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 12px;
    border-color: #ccc;
}

.side-nav-top ul li ul li a {

    font-style: normal;
    letter-spacing: 0.02em;
    font-size: 14px;
    border-color: #ccc;
}

.side-nav-top ul li ul li a.nav-selected {

    font-style: normal;
    letter-spacing: 0.02em;
    font-size: 14px;
    text-transform: uppercase;
    border-color: #ccc;
}


.nav-top .nav-top li {
    text-transform: none;
    background-color: #ffffff;
}

.nav-top li a {
    margin: 0;
    padding: 10px 0px 10px 0;
    display: block;
    float: none;
    text-decoration: none;
    /*color: #514C48111;*/
    border-bottom: 0px solid #bbb;
    text-transform: uppercase;
}

.nav-top li a:hover,
.nav-top li a.nav-selected {
    /*color: #E9522C;*/
}

.nav-top li ul {
    margin: 0 0 10px 0;
}

.nav-top li li {
    text-transform: none;
    font-weight: normal;
    background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent;
}

.nav-top li li a {
    margin: 0;
    padding: 15px 0 15px 15px;
    display: block;
    float: none;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    color: #58585a;
    font-weight: normal;
}

.nav-top li li a:hover {
    color: #E9522C;
    text-transform: none;
    font-weight: normal;
    background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent;
    text-transform: uppercase;
}

.nav-top li li a.nav-selected {
    color: #E9522C;
    text-transform: none;
    font-weight: normal;
    background: url(../images/punto_n.png) no-repeat scroll 1px 15px transparent;
}



.nav-top li li li {
    text-transform: none;
    font-weight: normal;
    background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent;
}

.nav-top li li li a {
    margin: 0;
    padding: 4px 0 4px 15px;
    display: block;
    float: none;
    font-size: 14px;
    text-decoration: none;
    color: #777;
    padding-left: 25px;
}

.nav-top li li li a:hover {
    color: #E9522C;
    text-transform: none;
    font-weight: normal;
    background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent;
}

.nav-top li li li a.nav-selected {
    color: #777;
    text-transform: none;
    font-weight: normal;
    background: url(../images/punto_n.png) no-repeat scroll 1px 15px transparent;
}


.nav-top-white {
    color: #ffffff;
}

.nav-top-black {
    color: #514C48;
}

@media only screen and (max-width:768px) {
    .side-nav-top {
        margin: 1px 20px 0 0px;
        width: 100%;
        font-size: 20px;
        position: relative;
        background: hsla(0, 0%, 100%, .99);
        background-image: initial;
        background-position-x: initial;
        background-position-y: initial;
        background-size: initial;
        background-repeat-x: initial;
        background-repeat-y: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgba(255, 255, 255, 0.7);
        border-bottom: solid 1px #dfdfdf;
        transition-duration: 0.6s;
        transition-delay: 0.2s;
    }

    .side-nav-top h2 {
        margin: 0 0 15px 0;
        font-size: 20px;
        line-height: 28px;
        text-transform: none;
        color: #FFF;
        display: none
    }

    .generic .side-nav-top h2 {
        margin: 0 0 15px 0;
        font-size: 20px;
        line-height: 28px;
        text-transform: none;
        color: #514C48
    }

    .side-nav-top h3 {
        margin: 0 0 10px 0;
        font-size: 20px;
        text-transform: uppercase;
        background: none
    }

    .side-nav-top li {
        margin: 0;
        font-size: 14px
    }

    .side-nav-top ul li a {
        margin: 0;
        font-size: 15px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: right 12px;

        font-style: normal;
        letter-spacing: 0.02em
    }

    .side-nav-top ul li a.nav-selected {
        margin: 0;
        font-size: 15px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: right 12px;
        border-color: #777
    }

    .side-nav-top ul li ul li a {

        font-style: normal;
        letter-spacing: 0.02em;
        font-size: 14px;
        border-color: #ccc
    }

    .side-nav-top ul li ul li a.nav-selected {

        font-style: normal;
        letter-spacing: 0.02em;
        font-size: 14px;
        text-transform: uppercase;
        border-color: #777
    }


    .nav-top .nav-top li {
        text-transform: none;
    }

    .nav-top li a {
        margin: 0;
        padding: 15px 0px 15px 0;
        display: block;
        float: none;
        text-decoration: none;
        /*color: #514C48;*/
        border-bottom: 0px solid #bbb;
        text-transform: uppercase;
    }

    .nav-top li a:hover,
    .nav-top li a.nav-selected {
        /*color: #E9522C;*/
    }

    .nav-top li ul {
        margin: 0 0 10px 0;
    }

    .nav-top li li {
        text-transform: none;
        font-weight: normal;
        background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent;
    }

    .nav-top li li a {
        margin: 0;
        padding: 15px 0 15px 15px;
        display: block;
        float: none;
        font-size: 15px;
        line-height: 15px;
        text-decoration: none;
        color: #58585a;
        font-weight: normal;
    }

    .nav-top li li a:hover {
        color: #E9522C;
        text-transform: none;
        font-weight: normal;
        background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent;
        text-transform: uppercase;
    }

    .nav-top li li a.nav-selected {
        color: #E9522C;
        text-transform: none;
        font-weight: normal;
        background: url(../images/punto_n.png) no-repeat scroll 1px 15px transparent;
    }

    .nav-top li ul ul {}

    .nav-top li li li {
        text-transform: none;
        font-weight: normal;
        background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent;
    }

    .nav-top li li li a {
        margin: 0;
        padding: 4px 0 4px 15px;
        display: block;
        float: none;
        font-size: 14px;
        text-decoration: none;
        color: #777;
        padding-left: 25px;
    }

    .nav-top li li li a:hover {
        color: #E9522C;
        text-transform: none;
        font-weight: normal;
        background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent;
    }

    .nav-top li li li a.nav-selected {
        color: #777;
        text-transform: none;
        font-weight: normal;
        background: url(../images/punto_n.png) no-repeat scroll 1px 15px transparent;
    }
}


/***************************************************************************************/

@media only screen and (max-width:1199.98px) {
    .main-navigation-wrapper {
        overflow: hidden;
        position: relative;
        color: #ffffff;
    }
}

.main-navigation-wrapper .side-nav {
    margin-top: 0px;
}





/*CARRO TABLE ELEMENTS*/

td,
th {
    border: 1px solid #ccc;
    text-align: center;
}

.carro_elem_editar {
    cursor: pointer;
    text-align: center;
}

.carro_elem_borrar {
    cursor: pointer;
}


/* END CARRO TABLE ELEMENTS*/

.logo {
    width: 260px;
}

@media (max-width:1199px) {
    .logo {
        width: 230px;
    }
}

@media (max-width:768px) {
    img.logo {
        padding: 0;
        width: 200px;
        height: auto;
        margin-top: 0px;
    }


}

@media only screen and (max-width:767.98px) {
    img.logo {
        padding: 3px 0 0;
        width: 200px;
        height: auto;
    }
}

@media (min-width:1199px) {

    /***** top links *****/
    .top-links {
        font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
        font-weight: normal;
        font-style: normal;
        height: 45px;
        background-color: #ffffff;
        text-decoration: none;
    }

    .top-links ul {
        padding: 0;
        list-style: none;
        text-transform: none;
        height: 45px;
        float: right;
        margin: 2px 0px 0 0;
    }

    .top-links li {
        margin-left: 8px;
        margin-top: 4px;
        padding: 0;
        list-style: none;
        float: right;
        font-size: 15px;
        height: 30px;
        width: 30px;
    }

    .top-links li a {
        color: #bfbfbf;
        text-decoration: none;
        border-bottom-style: none;
        border-bottom-width: 1px;
        font-weight: bold;
    }

    .top-links li a:hover {
        color: #ffffff;
        border-bottom: 0px solid #fff;
    }

    .top-links .active a:hover {
        color: #FFF;
        border: 1;
        background-color: #514C48;
        border-bottom: none;
    }

    /***** top links END *****/
    ;
}

@media (min-width:768px) {

    /***** top links *****/
    .top-links {
        font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
        font-weight: normal;
        font-style: normal;
        height: 40px;
        background-color: #ffffff;
        text-decoration: none;
    }

    .top-links ul {
        padding: 0;
        list-style: none;
        text-transform: none;
        height: 45px;
        float: right;
        margin: 2px 0px 0 0;
    }

    .top-links li {
        margin-left: 8px;
        margin-top: 4px;
        padding: 0;
        list-style: none;
        float: right;
        font-size: 15px;
        height: 30px;
        width: 30px;
    }

    .top-links li a {
        color: #bfbfbf;
        text-decoration: none;
        border-bottom-style: none;
        border-bottom-width: 1px;
        font-weight: bold;
    }

    .top-links li a:hover {
        color: #ffffff;
        border-bottom: 0px solid #fff;
    }

    .top-links .active a:hover {
        color: #FFF;
        border: 1;
        background-color: #514C48;
        border-bottom: none;
    }

    /***** top links END *****/
    ;
}

@media only screen and (max-width:767.98px) {

    /***** top links *****/
    .top-links {
        font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
        font-weight: normal;
        font-style: normal;
        height: 45px;
        background-color: #ffffff;
        text-decoration: none;
    }

    .top-links ul {
        padding: 0;
        list-style: none;
        text-transform: none;
        height: 45px;
        float: right;
        margin: 2px 0px 0 0;
    }

    .top-links li {
        margin-left: 8px;
        margin-top: 4px;
        padding: 0;
        list-style: none;
        float: right;
        font-size: 15px;
        height: 30px;
        width: 30px;
    }

    .top-links li a {
        color: #bfbfbf;
        text-decoration: none;
        border-bottom-style: none;
        border-bottom-width: 1px;
        font-weight: bold;
    }

    .top-links li a:hover {
        color: #ffffff;
        border-bottom: 0px solid #fff;
    }

    .top-links .active a:hover {
        color: #FFF;
        border: 1;
        background-color: #514C48;
        border-bottom: none;
    }


}

@media only screen and (max-width:767.98px) {
    .top-links ul {
        padding: 0;
        list-style: none;
        text-transform: none;
        height: 45px;
        float: right;
        margin: 0px 0px 0 0;
    }

    ul.top-links,
    ul.top-navigation,
    .button_info {
        display: none;
    }
}

.top-menu {
    margin: 32px auto 0 auto;
    background-color: #f9f9f9;
}

.top-menu .slider {
    width: 0%;
    height: 0px;
    background-color: #F03861;
    display: none;
}

.top-menu ul {
    font-size: 0;
    list-style-type: none;
    float: right;
    margin: 0 -5px 0 0px;
    padding-right: 0px;
}

.top-menu li {
    margin: 0 0px 0px 12px;
}

.top-menu ul li {

    font-size: 1rem;
    font-weight: 400;
    color: #333;
    display: inline-block;
    padding-top: 15px;
    padding-right: 12px;
    padding-bottom: 15px;
    padding-left: 15px;
    position: relative;
    z-index: 900;
}

.top-menu ul li ul {
    display: none;
    margin: 10px 0 20px -80px;
    border-style: solid;
    border-width: 1px;
    border-color: #bebebe;
}

.top-menu ul li:hover {
    cursor: pointer;
}

.top-menu ul li:hover ul {
    display: block;
    margin-top: 15px;
    width: 180px;
    left: 0;
    position: absolute;
}

.top-menu ul li:hover ul li {
    display: block;
    background-color: #fff;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-menu ul li:hover ul li span {
    float: right;
    color: #f9f9f9;
    background-color: #bebebe;
    padding: 2px 5px;
    text-align: center;
    font-size: .8rem;
    border-radius: 3px;
}

.top-menu ul li:hover ul li:hover {
    background-color: #e0e0e0;
}

.top-menu ul li:hover ul li:hover span {
    background-color: #ee204e;
}

@media (min-width:768px) {
    #btn-login-account {
        margin-top: 20px;
    }

    #btn-add-files {
        margin-right: 0px;
        text-decoration: none;
    }

    #btn-select-all {}

    #btn-apply-select {
        margin-right: 0px;
        float: right;
    }

    #btn-check {
        margin-top: 10px;
    }

    #btn-add-to-cart {
        margin-top: 10px;
        float: right;
    }

    #btn-carro-comprar-mas {}

    #btn-carro-comprar {}

    #save-form-account {}

    #cancel-form-account {}
}

@media (min-width:1199px) {
    #btn-create-account {
        margin-top: 20px;
        position: absolute;
        bottom: 42px;
    }

    #btn-add-files {
        margin-right: 0px;
        text-decoration: none;
    }

    #btn-select-all {}

    #btn-apply-select {
        margin-right: 0px;
        float: right;
    }

    #btn-check {}

    #btn-add-to-cart {
        float: right;
    }

    #btn-carro-comprar-mas {}

    #btn-carro-comprar {}
}

@media only screen and (max-width:767.98px) {
    #btn-create-account {
        width: 150px;
        margin-top: 20px;
    }

    #btn-add-files {
        margin-right: 0px;
        text-decoration: none;
    }

    #btn-select-all {}

    #btn-apply-select {
        margin-top: 10px;
    }

    #btn-check {}

    #btn-add-to-cart {
        margin-top: 10px;
        float: left;
    }

    #btn-carro-comprar-mas {
        margin-top: 10px;
        margin-right: 0px;
    }

    #btn-carro-comprar {
        margin-top: 10px;
        margin-left: 0px;
    }

    #save-form-account {
        margin-top: 10px;
    }

    #cancel-form-account {}
}

@media (min-width:992px) {
    #btn-create-account {
        margin-top: 20px;
        position: absolute;
        bottom: 42px;
    }
}

@media (min-width:768px) {
    .btn.btn--size-l {
        padding: 0 20px;
        line-height: 50px;
        min-height: 50px;
        min-width: 50px;
        font-size: 17px;
    }
}

@media (min-width:768px) {

    .label,
    label {

        padding: 5px 16px 0 0;
        float: left;
        width: 30%;
        text-align: right;
    }
}

@media (min-width:1199px) {

    .label,
    label {

        padding: 5px 16px 0 0;
        float: left;
        width: 100%;
        text-align: left;
    }
}

@media (min-width:768px) {
    .data {
        font-weight: 500;
    }

    .data-file {
        position: absolute;
        display: table;
        top: 0px;
    }
}

@media (min-width:1199px) {
    .data {
        font-weight: 500;
    }

    .data-file {
        display: table;
        margin-top: -5px;
        position: absolute;
        left: 20px;
    }
}

@media only screen and (max-width:767.98px) {
    .data-file {
        position: absolute;
        left: 0px;
    }
}

@media (min-width:768px) {
    .photo-preferences {
        margin-top: 35px;
    }
}

@media only screen and (max-width:767.98px) {
    .photo-preferences {
        margin-top: 40px;
    }
}

@media (min-width:768px) {
    .time {
        color: #FF0000;
    }
}

@media only screen and (max-width:768px) {

    /*toogle footer mobile*/
    #show-footer {
        font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
        font-style: normal;
        font-size: 23px;
        line-height: 25px;
        margin: 0 0 16px;
        padding: 0;
        color: #333;
        font-weight: 400;
        display: block;
        position: relative;
    }

    #content-footer {
        display: block;


    }


}

/* end toogle footer mobile*/

#content-footer h3 {
    text-align: left;
    padding-left: 40px;
    font-size: 1.65rem;
    font-weight: normal;
    color: #fff;
}

@media only screen and (max-width:768px) {
    #content-footer h3 {
        padding-left: 10px;
    }
}

/************************************/

#content-footer {
    justify-content: center;
    /* centra horizontalmente en pantallas chicas */
    text-align: center;
    /* centra texto y contenido */
    padding-top: 20px;
    padding-bottom: 20px;
}

#content-footer .col {
    margin-bottom: 20px;
    /* espaciado entre bloques en pantallas chicas */
}

.footer-col {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    #content-footer {
        justify-content: space-between;
        /* distribución uniforme desde 768px */
        text-align: left;

    }

    #content-footer .col {
        margin-bottom: 0;
    }

    .footer-col {
        margin-bottom: 0px;
    }

}

/*******************************/

@media only screen and (max-width:767.98px) {
    .hide-mobile {
        display: none;
    }

    .table_item {
        background-color: #E4E4E4;
        margin-bottom: 20px;
        padding: 0px;
    }

    .table_item,
    tr {
        border: none;
    }

    .carro_elem_descr {
        font-weight: bold;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.go-top {
    position: fixed;
    bottom: 20px;
    right: 50px;
    padding: 20px 18px 5px 18px;
    display: none;
    cursor: pointer;
    background-image: url(../images/links/arrow-up.svg);
    background-repeat: no-repeat;
}

@media only screen and (max-width:767.98px) {
    .go-top {
        bottom: 10px;
        right: 10px;
    }
}

#tabla_carro {
    margin: 30px 0 40px;
    font-size: 16px;
}

.payment {
    text-align: center;
    margin: 50px 0 20px 0;
}

.payment img {
    margin: 0 12px 10px 0;
}

footer {
    padding: 0px 0 0px 0;
    margin-top: 100px;
    padding-top: 30px;
    background: #514C48;
    color: #fff;
    width: 100%;
    text-align: center;
    flex: 0 0 auto;
    font-size: 14px;
    -webkit-animation: fadeIn 1.1s;
    animation: fadeIn 1.1s;
}

footer ol {
    margin: 0px 0 0px 20px;
    display: block;
}

footer ul {
    list-style: none;
    margin: 0;
    font-size: 16px;
}

@media only screen and (max-width:768px) {
    footer ul {
        padding-left: 10px;
    }
}

footer ul li {
    margin: 0 0 5px;
    padding: 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

.sub-footer {
    padding: 10px 0 25px 0;
    background-color: #514C48;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.sub-footer a {
    color: #fff;
}

.sub-footer a:hover {
    color: #fff;
}

.fiscal {
    text-align: left;
    margin-top: 15px;
}

@media only screen and (max-width:767.98px) {
    .fiscal {
        text-align: center;
    }
}


/********************DIVs IFRAME DESDE MERCADO PAGO***************/
.data-card {
    width: 70%;
    height: 30px;
    float: right;
    border-width: 1px;
    border-radius: 3px;
    border-style: solid;
    border-color: #BBB;
    padding-left: 5px;
    margin-bottom: 5px;
}

@media (min-width:768px) and (max-width:1199px) {
    .data-card {
        width: 70%;
        margin-bottom: 5px;

    }
}

@media (max-width:767.98px) {
    .data-card {
        width: 100%;
        margin-bottom: 5px;

    }
}

.slider-envio {
    height: 40px;

}

.mask-envio {
    overflow: hidden;
    height: 24px;
}

.slider-envio ul {
    margin: 0;
    padding: 0;
    position: relative;
    width: 240px;
}

.slider-envio li {
    width: 260px;
    height: 24px;
    /*320*/
    position: absolute;
    top: -26px;
    list-style: none;
}

.slider-envio .quote {
    font-size: 18px;
    font-style: normal;
}



.slider-envio li.anim1 {
    animation: cycle 15s linear infinite;
}

.slider-envio li.anim2 {
    animation: cycle2 15s linear infinite;
}


.slider-envio li.anim3 {
    animation: cycle3 15s linear infinite;
}

.slider-envio li.anim4 {
    animation: cycle4 15s linear infinite;
}

.slider-envio li.anim5 {
    animation: cycle5 15s linear infinite;
}

.slider-envio:hover li {
    animation-play-state: paused;
}

@keyframes cycle {
    0% {
        top: 0px;
    }

    4% {
        top: 0px;
    }

    16% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }

    20% {
        top: 26px;
        opacity: 0;
        z-index: 0;
    }

    21% {
        top: -26px;
        opacity: 0;
        z-index: -1;
    }

    50% {
        top: -26px;
        opacity: 0;
        z-index: -1;
    }

    92% {
        top: -26px;
        opacity: 0;
        z-index: 0;
    }

    96% {
        top: -26px;
        opacity: 0;
    }

    100% {
        top: 0px;
        opacity: 1;
    }
}

@keyframes cycle2 {
    0% {
        top: -26px;
        opacity: 0;
    }

    16% {
        top: -26px;
        opacity: 0;
    }

    20% {
        top: 0px;
        opacity: 1;
    }

    24% {
        top: 0px;
        opacity: 1;
    }

    36% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }

    40% {
        top: 26px;
        opacity: 0;
        z-index: 0;
    }

    41% {
        top: -26px;
        opacity: 0;
        z-index: -1;
    }

    100% {
        top: -26px;
        opacity: 0;
        z-index: -1;
    }
}


@keyframes cycle3 {
    0% {
        top: -26px;
        opacity: 0;
    }

    36% {
        top: -26px;
        opacity: 0;
    }

    40% {
        top: 0px;
        opacity: 1;
    }

    44% {
        top: 0px;
        opacity: 1;
    }

    56% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }

    60% {
        top: 26px;
        opacity: 0;
        z-index: 0;
    }

    61% {
        top: -26px;
        opacity: 0;
        z-index: -1;
    }

    100% {
        top: -26px;
        opacity: 0;
        z-index: -1;
    }
}

@keyframes cycle4 {
    0% {
        top: -26px;
        opacity: 0;
    }

    56% {
        top: -26px;
        opacity: 0;
    }

    60% {
        top: 0px;
        opacity: 1;
    }

    64% {
        top: 0px;
        opacity: 1;
    }

    76% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }

    80% {
        top: 26px;
        opacity: 0;
        z-index: 0;
    }

    81% {
        top: -26px;
        opacity: 0;
        z-index: -1;
    }

    100% {
        top: -26px;
        opacity: 0;
        z-index: -1;
    }
}

@keyframes cycle5 {
    0% {
        top: -26px;
        opacity: 0;
    }

    76% {
        top: -26px;
        opacity: 0;
    }

    80% {
        top: 0px;
        opacity: 1;
    }

    84% {
        top: 0px;
        opacity: 1;
    }

    96% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }

    100% {
        top: 26px;
        opacity: 0;
        z-index: 0;
    }
}


/***********************************************/

.accordion-panel .accordion dt {
    display: block;
    font-weight: 600;
    color: #514C48;
    cursor: pointer;
    position: relative;
    user-select: none;
    font-size: 14px;
    padding: 5px 0 5px 0;
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}

.accordion-panel .accordion dd {
    height: 0;
    overflow: hidden;
    transition: height .35s ease-out;
    margin-left: 0;
    margin-bottom: 10px;
    background: #F4F4F4
}

.accordion-panel .accordion .content {
    padding: 10px;
    /*original*/
    overflow: auto;
    background-color: #f7f7f7;

}

.accordion-panel .accordion .content-impresion {
    padding: 10px;
    /*original*/
    overflow: auto;
    background-color: #f7f7f7;
    height: 230px
}


.accordion-panel .plus-icon {
    display: inline-block;
    width: 15px;
    height: 14px;
    /*position: relative;*/
    transition: transform 0.35s ease-out;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -11px
}

.accordion-panel .plus-icon:before,
.accordion-panel .plus-icon:after {
    content: '';
    background: #514C48;
    position: absolute
}

.accordion-panel .plus-icon:before {
    width: 2px;
    height: 15px;
    margin-left: -0.5px;
    left: 50%
}

.accordion-panel .plus-icon:after {
    width: 15px;
    height: 2px;
    margin-top: -0.5px;
    top: 50%;
    opacity: 1;
    transition: opacity 0.35s ease-out
}

.accordion-panel .is-open .plus-icon {
    transform: rotate(90deg)
}

.accordion-panel .is-open .plus-icon:after {
    opacity: 0
}

.accordion-panel .hidden {
    display: none
}

.accordion-panel .open-btn,
.accordion-panel .close-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 100px
}

.accordion-panel {
    position: relative;
    margin-bottom: 0px;
}

.accordion-panel .plus-icon {
    position: absolute;
    right: 10px;
    top: 18px
}

/***********************************************/
/*---------- radio buttons ---------------*/

.radio-group ul {
    text-align: center;
    padding-top: 25px;
}

.radio-group li {
    float: none;
    display: inline;
    list-style: none;
    font-size: 15px;

    padding-left: 7px;
    padding-right: 7px;
    padding-top: 20px;
    padding-bottom: 2px;
    margin-right: 10px;
    color: #f7f7f7;
    background-color: #ffffff;
    font-weight: bold;
    width: 30px;
}


li.varilla-negra {
    background-image: url(../images/enmarcados/madera_negro.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 13px;
    padding-right: 15px;
}

li.varilla-marron {
    background-image: url(../images/enmarcados/madera_marron.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 13px;
    padding-right: 15px;
}

li.varilla-natural {
    background-image: url(../images/enmarcados/madera_natural.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 13px;
    padding-right: 15px;
}

li.varilla-blanca {
    color: #999999;
    background-image: url(../images/enmarcados/madera_blanca.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 14px;
    padding-top: 12px;
    padding-right: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;

}


li.passe-negro {
    background-image: url(../images/enmarcados/passe-negro.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 13px;
    padding-right: 15px;
}

li.passe-gull-grey-761 {
    background-image: url(../images/enmarcados/passe-gull-grey-761.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 13px;
    padding-right: 15px;
}

li.passe-off-white-128 {
    background-image: url(../images/enmarcados/passe-off-white-128.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 13px;
    padding-right: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
}

li.passe-blanco {
    color: #999999;
    background-image: url(../images/enmarcados/passe-blanco.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 14px;
    padding-top: 12px;
    padding-right: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;

}


li.varilla-negra:hover {
    opacity: 0.6;
}

li.varilla-marron:hover {
    opacity: 0.6;
}

li.varilla-natural:hover {
    opacity: 0.6;
}

li.varilla-blanca:hover {
    opacity: 0.6;
}

li.passe-negro:hover {
    opacity: 0.6;
}

li.passe-gull-grey-761:hover {
    opacity: 0.6;
}

li.passe-off-white-128:hover {
    opacity: 0.6;
}

li.passe-blanco:hover {
    opacity: 0.6;
}

.radio-group:hover {
    cursor: pointer;
}

.radio-group-active:hover {
    opacity: 1.0 !important;
}

/*---------- end radio buttons ---------------*/
@media only screen and (max-width:767.98px) {
    .passe-color {
        margin: 22px 0 10px 0;
    }

    .varilla-color {
        margin: 22px 0 10px 0;
    }

    #personal-size input {
        display: inline-block;
        float: left;
        width: 22%;
        text-align: center;
        margin: 0 0 8px 0;
    }


}


.radio input:checked+label:before,
.radio input[type=radio]:checked {
    border: 6px solid #444444;

}

.checkbox input:checked+label:before {
    background-color: #444444;

    border-color: #444444;

}

.content-varilla-estandar {}


.content-varilla {
    height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
}

.grid-varillas {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    align-content: space-between;
}


/********************************************************/
@media only screen and (max-width:767.98px) {
    .varilla {
        float: left;
        width: 45%;
        margin: 0 15px 20px 0;

    }

    .varilla img {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .varilla-nombre,
    .varilla-medida {
        text-align: center;
        width: 100%
    }



    .button-img {
        margin-right: 15px;
        align: middle;
        width: 22px;
        height: 22px;
    }



    .accordion-panel .accordion .content-impresion {
        padding: 10px;
        background-color: #f7f7f7;
        height: 290px;

    }

    span.good-resolution {
        /*position: absolute;*/
        height: 24px;
        width: 24px;
        top: 0px;
        left: 0px;
        float: left;
        margin-top: 6px;
        margin-right: 15px;
        background-image: url(../images/enmarcados/iconos/good-resolution.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }

    span.low-resolution {
        /*position: absolute;*/
        height: 24px;
        width: 24px;
        top: 0px;
        left: 0px;
        float: left;
        margin-right: 15px;
        margin-top: 6px;
        background-image: url(../images/enmarcados/iconos/low-resolution.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }

}

/*******************************************************/
@media only screen and (min-width:768px) and (max-width:991.98px) {
    .varilla {
        float: left;
        width: 29%;
        margin: 0 15px 20px 0;

    }

    .varilla img {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .varilla-nombre,
    .varilla-medida {
        text-align: center;
        width: 100%
    }

    .button-img {
        margin-right: 15px;
        align: middle;
        width: 22px;
        height: 22px;
    }

    .rotate-btn {
        padding: 0px 0;
        margin-top: 1px;
        float: left;
    }

    .accordion-panel .accordion .content-impresion {
        padding: 10px;
        background-color: #f7f7f7;
        height: 230px;

    }

    span.good-resolution {
        /*position: absolute;*/
        height: 24px;
        width: 24px;
        top: 0px;
        left: 0px;
        float: left;
        margin-top: 6px;
        margin-right: 15px;
        background-image: url(../images/enmarcados/iconos/good-resolution.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }

    span.low-resolution {
        /*position: absolute;*/
        height: 24px;
        width: 24px;
        top: 0px;
        left: 0px;
        float: left;
        margin-right: 15px;
        margin-top: 6px;
        background-image: url(../images/enmarcados/iconos/low-resolution.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }


}

/********************************************************/
@media (min-width:992px) {
    .varilla {
        float: left;
        width: 17%;
        margin: 0 14px 20px 0;

    }

    .varilla img {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .varilla-nombre,
    .varilla-medida {
        text-align: center;
        width: 100%;
        cursor: pointer;
        color: #878787;
    }

    .button-img {
        margin-right: 15px;
        align: middle;
        width: 20px;
        height: 20px;
    }

    .rotate-btn {
        padding: 7px 0;
        margin: 0px;
        float: left
    }

    span.good-resolution {
        /*position: absolute;*/
        height: 24px;
        width: 24px;
        top: 0px;
        left: 0px;
        float: left;
        margin-top: 7px;
        margin-right: 15px;
        background-image: url(../images/enmarcados/iconos/good-resolution.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }

    span.low-resolution {
        /*position: absolute;*/
        height: 24px;
        width: 24px;
        top: 0px;
        left: 0px;
        float: left;
        margin-top: 7px;
        margin-right: 15px;
        background-image: url(../images/enmarcados/iconos/low-resolution.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }


}

.varilla-nombre p {
    margin-bottom: 5px;
}

.varilla-medida {
    margin-top: 0px;
}

.ayuda {
    text-align: right;
    margin-top: 4px;
}

.ayuda a {
    color: #514C48;
    font-size: 18px;
}

.ayuda a:hover {
    color: #514C48;
}


@media only screen and (max-width:767.98px) {
    .ayuda {
        text-align: left;
        margin-top: 0px;
    }

    .ayuda a {
        color: #514C48;
    }

    .ayuda a:hover {
        color: #514C48;
    }

}

/****************Boton Whatsapp******************/
.whatsapp {
    width: 50px;
    height: 50px;
    bottom: 16px;
    right: 16px;
    position: fixed;
    z-index: 10000;
    border: 0px;
}

.whatsapp img {
    max-width: 100%;
    max-height: 100%;
}



@media (max-width:767.98px) {
    .whatsapp {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 20px;
        position: fixed;
        z-index: 10000;
        border: 0px;
    }

    .whatsapp img {
        max-width: 100%;
        max-height: 100%;
    }
}

/**************** end Boton Whatsapp******************/


.faq h3 {
    font-size: 18px;
    font-weight: 600;
}

.negrita {
    font-weight: bold;
}

.top-menu ul.horizontal-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.top-menu {
    margin-top: 90px;
}


.top-menu ul.horizontal-list li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;

}

.top-menu ul.horizontal-list li a {
    text-decoration: none;
    color: inherit;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease;
    font-size: 16px;
}


.top-menu ul.horizontal-list li a:hover {
    border-bottom: 2px solid #514C48;

}

.top-menu ul.horizontal-list li a.activo {
    border-bottom: 2px solid #514C48;

}


/******************************************* end carousel *********************************************/

header {
    background-color: #fff;
    left: 0;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 1000;
    transition: 0.0s;
    /*overflow-y: auto;*/
}

.top-navigation {
    position: relative;
    text-align: center;
    margin: 30px 0px 10px 0;
}


ul.top-navigation {
    float: right;
    padding: 0px 0 0 0;
    margin-top: 2px;
}

@media only screen and (max-width:767.98px) {


    ul.top-navigation,
    .button_info {
        display: none;
    }
}

ul.top-navigation li {
    padding: 0px 0 0px 7px;
    float: left;
    color: #514C48;
    border-right: 0px solid #ccc;
}

ul.top-navigation li.last {
    padding: 0 0 0 0px;
    border: none;
}



@keyframes redraw {
    from {
        transform: translateZ(0);
    }

    to {
        transform: translateZ(0);
    }
}



.horizontal-list {
    list-style: none;
    padding: 7px 20px 20px 0px;
    margin: 30px 0px 10px 0;
    display: flex;
    float: right;
}

.horizontal-list li {
    margin-right: 35px;
}


.horizontal-list li:last-child {
    margin-right: 0;
}


.horizontal-list li a {
    font-size: 14px;
    text-decoration: none;
    color: #514C48;
    padding: 0px 0px;
    border-bottom: none;

}

.horizontal-list li a:hover {
    border-bottom: 2px solid #514C48;
}


.img-container {
    margin-bottom: 12px;
    position: relative;
}

.img-container img {
    width: calc(100% - 12px);
    height: auto;
    /*border-radius: 8px;*/
    margin: 0 6px;

}

/************************** menú categorías *******************************/
.category-container {
    width: 100%;
}

.columns-container {
    display: flex;
    justify-content: space-between;
}

.column {
    flex: 1;
    margin: 0 10px;
    list-style-type: none;
    padding: 0;
}

@media (max-width: 992px) {
    .columns-container {
        flex-direction: column;
    }

    .column {
        margin: 0;
    }
}

.category-container ul,
.column ul {
    padding: 0;
    list-style-type: none;

}

.category-container ul li,
.column ul li {
    margin-bottom: 15px;
}

/************************** fin menú categorías *******************************/
.breadcrumb {
    background-color: transparent;
}

/************************************nuevo******************************/
/* Estilos generales */
.lye-btn--gris {
    background-color: rgb(138, 138, 138);
    padding: 5px 16px;
    font-size: 19px;
    color: #fff;
    border: 2px solid rgb(138, 138, 138);
    border-radius: 24px;
}

.lye-btn--gris:hover {
    background-color: transparent;
    color: rgb(138, 138, 138);
}

.search-box {
    position: relative;
    cursor: pointer;
}

.search-box input {
    padding-left: 40px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
}

.search-box .fa-search {
    position: absolute;
    top: 60%;
    left: 10px;
    transform: translateY(-50%);
}

.search-icon {
    position: absolute;
    top: 5px;
    right: 25px;
    color: #514C48;
    font-size: 18px;
    z-index: 9999;
}

.form-control {
    padding: 0;
}

/* Eliminar el borde y el box-shadow */
.search-box,
.search input:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
}

.search {
    display: none;
    margin: 20px 0;
    padding: 0 10px;
}

/* Textos responsivos */
.responsive-text::after {
    content: attr(data-full-text);
}

@media (max-width: 991.98px) {
    .responsive-text::after {
        content: attr(data-short-text);
    }
}

/* Estilos de la tarjeta */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 0;
}

.card-img-top {
    width: 100%;
}

.card-body {
    padding: 1.25rem 0;
}

/* Estilos del carrusel */
.carousel-control-prev-icon {
    background-image: url("../images/arrow-left.svg") !important;
}

.carousel-control-next-icon {
    background-image: url("../images/arrow-right.svg") !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 15px;
    height: 15px;
    background: no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-next,
.carousel-control-prev {
    color: #fff;
    width: 8%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575.98px) {

    .carousel-control-next,
    .carousel-control-prev {
        color: #fff;
        width: 12%;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 460px) {

    .carousel-control-next,
    .carousel-control-prev {
        color: #fff;
        width: 15%;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


.arrow-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}


/* fin Estilos del carrusel */

/* Masonry y layout */
#masonry-seleccion .img-container p {
    margin: 5px 12px 40px;
    line-height: 1.2;
    display: none;
}

@media (min-width: 992px) {
    #masonry-seleccion .col-lg-3 {
        width: 25%;
    }
}

@media (max-width: 991px) {
    #masonry-seleccion .col-lg-3 {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    #masonry-seleccion .col-lg-3 {
        width: 50%;
    }
}

@media (max-width: 576px) {
    #masonry-seleccion .col-lg-3 {
        width: 100%;
    }
}

.img-container {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
}

.img-container img {
    width: 100%;
    height: auto;
    margin: 0 12px;
}

.img-container p {
    text-align: center;
    margin: 10px 0;
}

/*
    .overlay {
        position: absolute;
        bottom: -25%;
        left: 12px;
        width: calc(100% - 12px);
        height: 25%;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        transition: bottom 1.0s;
        z-index: 2;
    }

    #masonry-seleccion .img-container .overlay p {
        font-size: 20px;
        color: #fff;
        display: block;
    }

    .img-container:hover .overlay,
    .img-container:focus .overlay,
    .img-container:active .overlay {
        opacity: 1;
    }

    .i-categoria {
        transition: filter 0.5s ease;
    }

    .i-categoria:hover {
        filter: opacity(.6);
    }/*
/**************FIN NUEVOS**************************/



.text-carousel {
    margin-top: 10px;
    background-color: #776f68;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.1em;
}


.menu-desktop {
    position: absolute;
    right: 15px;
}

/********* back to top **************/
 
.back-to-top{
  position: fixed;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);

  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  z-index: 999;

  border: none;
  outline: none;
  box-shadow: none;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.back-to-top.is-visible{
  opacity: 1;
  pointer-events: auto;
}


/* Flecha */
.back-to-top::before{
  --arrow-size: 25px;     /* tamaño de la flecha */
  --arrow-stroke: 2px;   /* grosor del trazo */

  content: "";
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-top: var(--arrow-stroke) solid #5d5854;
  border-right: var(--arrow-stroke) solid #5d5854;
  transform: rotate(-45deg);
}
@media (max-width: 767.98px){
  .back-to-top::before{
    --arrow-size: 20px;     /* más chica en mobile */
    --arrow-stroke: 2px;   /* o 1.5px si querés más fina */
  }
}

/* estados */
.back-to-top:hover{
  background: transparent;
}

.back-to-top:focus,
.back-to-top:active{
  outline: none;
  box-shadow: none;
}

.back-to-top:focus-visible{
  box-shadow: 0 0 0 2px rgba(255,255,255,.4);
}

.back-to-top{
  mix-blend-mode: difference;
}

.back-to-top::before{
  border-color: #fff;
}
