﻿/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.l-Page {
    display: flex;
    flex: 1 0 auto;
    flex-flow: column;
}

    a:link {
        color: #000 !important;
    }

a:visited {
    color: #000 !important;
}

    a:hover {
        color: #D40511 !important;
    }

    a:active {
        color: #D40511 !important;
    }

.bold {
    font-weight: bold;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background-color:#fff;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* End Reset CSS */

body {
    position: relative;
    min-height: 100%;
    font-family: Delivery, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

.page-menu-v {
    float: left;
    width: 20%;
    webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    visibility: visible;
    font-family: Delivery;
    position: fixed;
    z-index: 999;
}

.page-content {
    float: left;
    width: 100%;
    font-family: Delivery;
}

.page-new-content {
    float: left;
    width: 80%;
    margin-left:20%;
    font-family: Delivery;
}

.page-menu-h {
    float: left;
    width: 100%;
    font-family: Delivery;
}

.page-breadcrumb {
    float: left;
    width: 100%;
    font-family: Delivery;
}

.page-sub-content {
    float: left;
    width: 100%;
    font-family: Delivery;
}

.container {
    margin-top: 80px;
    width: 90%;
    max-width: 1096px;
    margin-right: auto;
    margin-left: auto;
}

h1 {
    font-size: 53px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 27px;
}

:root {
    --mdc-theme-primary: #d71c0f;
}

.mdc-button {
    text-transform: none;
    padding: initial;
    min-width: initial;
    height: initial;
}

.mdc-button__label {
    font-family: "Delivery";
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
    font-size:14px;
}

.material-icons {
    /*font-family: "Delivery";*/
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
}

.primary:has( .material-icons) {
    padding: 10px, 45px;
}





.container-left {
    float: left;
    width: 70%;
    padding: 10px 5px 0 15px;
}

.ln-left {
    border-left: 2px solid #fff;
    height: 30px;
    position: absolute;
    margin-left: -15px;
    margin-top: 10px;
    top: 0;
}

.ln-center {
    border-left: 1px solid #000;
    height: 16px;
    position: absolute;
    margin-left: 60px;
    margin-top: 17px;
    top: 0;
}

.img-corp {
    float: left;
    width:150px;
}

.text-corp {
    font-weight:bold;
    color: #D40511;
    padding: 10px 0px 10px 25px;
    display: block;
    float: left;
}

.vertical-order {
    margin-top: 13px;
}

.link {
    cursor: pointer;
    -webkit-transition: all .25s;
    transition: all .25s;
    text-decoration: none !important;
    color: #000;
}


#txtperfil {
    font-size: 14px;
    line-height: 48px;
}
.material-icons {
    display: inline-flex;
    vertical-align: top;
    margin-top:10px;
}

li {
    line-height: 25px;
}

.footer {
    text-align: left;
    padding: 10px 18px;
    background: #E5E5E5;
    color: #000;
    border-top: 1px solid #e4e5e7;
    transition: all .4s ease 0s;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    position: fixed;
}

.menu {
    /*position: absolute;*/
    float: left;
    width: 96%;
    margin: 0 2% 0 2%;
}

.field-icon {
    float: right;
    margin-left: -25px;
    /* margin-top: -29px; */
    position: relative;
    padding-right: 10px;
    color: #000;
    cursor: pointer;
}

.container {
    padding-top: 50px;
    margin: auto;
}

.content {
    width: 96%;
    margin: 10px 0 0 2%;
    float: left;
}

.page {
    height: auto;
}

.paddusr {
    text-align: right;
    margin-top: 80px;
    margin-bottom: 20px;
}

/*ICONS MENU*/
.menu_product {
    background-image: url('../../Images/m_products.png');
    background-repeat: no-repeat;
    padding: 4px 12px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
}
.menu_shipping {
    background-image: url('../../Images/m_shipping.png');
    background-repeat: no-repeat;
    padding: 4px 12px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
}
.menu_ask_for_supplies {
    background-image: url('../../Images/m_ask_for_supplies.png');
    background-repeat: no-repeat;
    padding: 4px 12px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
}
.menu_user {
    background-image: url('../../Images/m_user.png');
    background-repeat: no-repeat;
    padding: 4px 12px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
}
.menu_wine {
    background-image: url('../../Images/m_wine.png');
    background-repeat: no-repeat;
    padding: 4px 12px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
}
.menu_origin {
    background-image: url('../../Images/m_origin.png');
    background-repeat: no-repeat;
    padding: 4px 12px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
}
.menu_destination {
    background-image: url('../../Images/m_destination.png');
    background-repeat: no-repeat;
    padding: 4px 12px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
}

.menu_packaging {
    background-image: url('../../Images/m_packaging.png');
    background-repeat: no-repeat;
    padding: 4px 12px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
}
.menu_configuration {
    background-image: url('../../Images/m_configuration.png');
    background-repeat: no-repeat;
    padding: 4px 12px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
}
.menu_documents {
    background-image: url('../../Images/m_documents.png');
    background-repeat: no-repeat;
    padding: 4px 12px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
}
.menu_maximum_liter_vineyard {
    background-image: url('../../Images/m_maximum_liter_vineyard.png');
    background-repeat: no-repeat;
    padding: 4px 12px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
}

.menu_vat {
    background-image: url('../../Images/m_vat.png');
    background-repeat: no-repeat;
    padding: 4px 12px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
}

.menu_message {
    background-image: url('../../Images/m_messge.png');
    background-repeat: no-repeat;
    padding: 4px 12px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;

}
.menu_documents {
    background-image: url('../../Images/m_documents.png');
    background-repeat: no-repeat;
    padding: 4px 12px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
}

.add-user {
    background-image: url('../../Images/add-user.png');
    background-repeat: no-repeat;
    padding: 15px 25px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
}
    .add-user:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.edit-user {
    background-image: url('../../Images/edit-user.png');
    background-repeat: no-repeat;
    padding: 6px 18px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
    margin-left: 25%;
}
    .edit-user:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.delete-user {
    background-image: url('../../Images/delete-user.png');
    background-repeat: no-repeat;
    padding: 6px 18px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
    margin-left: 25%;
}
    .delete-user:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.add {
    background-image: url('../../Images/add.png');
    background-repeat: no-repeat;
    padding: 15px 25px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
}

    .add:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.edit {
    background-image: url('../../Images/edit.png');
    background-repeat: no-repeat;
    padding: 6px 18px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
    margin-left: 25%;
}

    .edit:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.delete {
    background-image: url('../../Images/delete.png');
    background-repeat: no-repeat;
    padding: 6px 18px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
    margin-left: 25%;
}

    .delete:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.todisable {
    background-image: url('../../Images/off.png');
    background-repeat: no-repeat;
    padding: 7px 15px;
    border: none;
    cursor: pointer;
    background-size: 100%;
    overflow: hidden;
    margin-left: 25%;
}

    .todisable:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.link-create {
    width: 100%;
    padding: 10px 0;
    text-align: right;
}

.print {
    background-image: url('../../Images/print.png');
    background-repeat: no-repeat;
    padding: 6px 18px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
    margin-left: 25%;
}

    .print:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.download_file {
    background-image: url('../../Images/file.png');
    background-repeat: no-repeat;
    padding: 6px 18px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
    margin-left: 25%;
}

    .download_file:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.tracking {
    background-image: url('../../Images/tracking.png');
    background-repeat: no-repeat;
    padding: 6px 18px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
    margin-left: 25%;
}

    .tracking:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.m-Header {
    background: linear-gradient(to right, #fc0 0%, #fc0 30%, #ffe57f 79%, #fff0b2 100%);
    background-color: #fc0;
    background-repeat: no-repeat;
    background-position-x: 228px;
    background-size: calc(100% - 228px) 100%;
    /*position: fixed;*/
    top: 0;
    right: 0;
    width: calc(100%);
    height: 60px;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-duration: 200ms;
    transition-property: all;
}

.m-Header-wrapper {

    top: 0;
    right: 0;
    left: 0;
    height: 60px;
}

.m-Header-menu {
    display: flex;
    align-items: center;
    height: 60px;
    padding-right: 1rem;
}

.m-Header-branding {
    height: 100%;
    margin-left: 100px;
    overflow: hidden;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-duration: 200ms;
    transition-property: all;
}

.m-Header-logoLink {
    display: flex;
    align-items: center;
    width: 128px;
    height: 100%;
    margin-left: 2%;
}

.dhl-Logo {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 14.08451%;
    overflow: hidden;
    text-indent: -999px;
    background-image: url(../../Images/dhl-logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.m-Header-account {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.c-BurgerButton {
    position: absolute;
    top: 6px;
    left: 6px;
    /*z-index: 4000;*/
    display: block;
    width: 64px;
    height: 48px;
    padding: 0;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    color: #fff;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    background: #d40511;
    border: none;
    border-radius: 4px;
    outline: none;
    transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-BurgerButton-bread, .c-BurgerButton-burger {
    position: absolute;
    top: calc(50% - 17px / 2);
    right: 0;
    bottom: 0;
    left: calc(50% - 20px / 2);
    display: block;
    width: 20px;
    height: 17px;
    color: inherit;
}

.c-BurgerButton-burger {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-BurgerButton-bread {
    transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0;
}

.c-BurgerButton-crust {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}

.c-BurgerButton-crust--top {
    top: 0;
}

.c-BurgerButton-crust--center {
    top: 50%;
    margin-top: -1.5px;
    transition: opacity 0.01s linear 0.15s;
}

.c-BurgerButton-crust--bottom {
    bottom: 0;
}









/************************************************/
/****************** NAVIGATION ******************/
/************************************************/
nav {
    background: #FFF;
    color: #1d1f20;
    /* left: 0; */
    position: relative;
    top: 0;
    width: 100%;
    height: 1000px;
    z-index: 9999;
    float: left;
}

    nav .btnClose {
        font-size: 30px;
        padding: 8px 0 30px 22px;
        font-weight:bold;
    }

    nav ul li{
        padding-left: 30px;
        line-height: 3;
    }
        nav ul li:hover {
            background-color: #E5E5E5;
            border-top: 1px solid #666666;
            border-bottom: 1px solid #666666;
        }

.menu-link {
    cursor: pointer;
    -webkit-transition: all .25s;
    transition: all .25s;
    text-decoration: none !important;
    color: #000;
    padding: 5% 100% 5% 0;
}
    .menu-link:hover {
        color: #000 !important;
    }

.navegation {
    overflow-x: hidden;
    overflow-y: scroll;
}

    .navegation h1 {
        padding-left: 30px;
    }
   
    
/*Menu inicio*/
.tbl_opciones {
    background: #f2f2f2;
    font-family: Frutiger W04,Verdana,sans-serif;
    margin-right: 1.4rem;
}

.tbl_opciones td {
    margin: 10px;
    border: 1px solid #b5b5b5;
}

div.opciones table {
    margin: 0 auto;
    text-align: left;
}

.opciones {
    text-align: center;
    background-color: #F2F2F2;
    padding: 20px;
}

.contenedor-img {
    width: 200px;
    height: 180px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
}

    .contenedor-img .mascara, .contenedor-img .contenido {
        width: 200px;
        height: 180px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .contenedor-img img {
        display: block;
        position: relative;
        margin: 15px auto 15px auto;
    }

    .contenedor-img h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 8px;
        background: #CC0000;
        margin: 20px 0 0 0
    }

    .contenedor-img p {
        font-family: Helvetica,Arial,sans-serif;
        font-size: 14px;
        position: relative;
        color: #CC0000;
        padding: 10px 20px 10px;
        text-align: center
    }

    .contenedor-img span {
        color: #5E5E5E;
    }

    .contenedor-img a.link {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        background: #0088CE;
        color: #fff;
        text-transform: uppercase;
        box-shadow: 0 0 1px #000
    }

        .contenedor-img a.link:hover {
            box-shadow: 0 0 5px #000;
        }

.detalle img {
    transition: all 0.2s linear;
    top: 0px;
    left: 0px;
}

.detalle .mascara {
    opacity: 0;
    background-color: rgba(221,221,221, 0.7);
    transition: all 0.3s ease-in-out;
}

.detalle h2 {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.detalle p {
    transform: translateX(200px);
    opacity: 0;
    transition: all 0.4s linear;
}

.detalle a.link {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: translateY(100px)
}

.detalle:hover img {
    transform: scale(1.1);
}

.detalle:hover .mascara {
    opacity: 1;
}

.detalle:hover h2, .detalle:hover p, .detalle:hover a.link {
    opacity: 1;
    transform: translateX(0px);
}

.detalle:hover p {
    transition-delay: 0.1s;
}

.detalle:hover a.link {
    transition-delay: 0.2s;
    transform: translateY(0px);
}

.alinear {
    padding-left: 15px;
}

.greeting {
    padding:30px;
}

.validate {
    float:left;
}

.text-validate {
    color: #D40511;
    width: 100%;
    float: left;
}
.content-form {
    float: left;
    width: 94%;
    padding: 20px 15px 0 15px;
    margin: 30px 3% 0 3%;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
}

.content-form2 {
    float: left;
    width: 60%;
    padding: 20px 15px 0 15px;
    margin: 30px 3% 0 3%;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
}

    .content-form h4 {
        font-weight: bold;
        line-height: 48px;
        width: 98%;
        display: inline-block;
    }


.content-product {
    float: left;
    width: 94%;
    padding: 20px 15px 0 15px;
    margin: 30px 3% 0 3%;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
}
    .content-product h4 {
        font-weight: bold;
        line-height: 48px;
        width: 98%;
        display: inline-block;
    }

.content-vineyard {
    float: left;
    width: 100%;
    padding: 3% 0;
}
.content-select-vineyard {
    float: left;
    width: 30%;
    margin: 10px 35% 2% 35%;
    position: absolute;
}

.content-country {
    float: left;
    width: 100%;
    padding: 3% 0;
}
.content-select-country {
    float: left;
    width: 30%;
    margin: 10px 35% 2% 35%;
    position: absolute;
}

.space {
    height:50px;
}

.display-none{
    display: none;
}

.hide-modal {
    display:none;
}

.content-tbl-countrys {
    margin: 20px 25% 0 25%;
    width:50%;

}


.content-country {
    float:left;
    width:100%;
}
.content-country-option {
    float: left;
    width: 25%;
}
.content-country-option-full {
    float: left;
    width: 100%;
    padding-top: 2%;
}
.content-country-section{
    padding: 20px 30px;
}

input[type="text"]:disabled {
    background: #dddddd;
}
select:disabled {
    background: #dddddd;
}



.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
    /*border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border: 1px solid;*/
}

    .file-upload-wrapper:after {
        content: attr(data-text);
        font-size: 18px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding: 10px 15px;
        pointer-events: none;
        height: 40px;
        color: #999;
        border-radius: 5px 10px 10px 5px;
        font-weight: 300;
    }

    .file-upload-wrapper:before {
        content: 'Archivo';
        position: absolute;
        top: 0;
        right: 0;
        padding: 12px 14px;
        background: #D40511;
        color: #fff;
        text-transform: uppercase;
        pointer-events: none;
        border-radius: 0 5px 5px 0;
    }

    .file-upload-wrapper input {
        opacity: 0;
        position: absolute;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    .spaces-1{
        float:left;
        width:100%;
        margin: 10px 0;
    }
    .spaces-2 {
        float: left;
        width: 100%;
        margin: 20px 0;
    }
    .spaces-3 {
        float: left;
        width: 100%;
        margin: 30px 0;
    }


.tbltypebox {
    color: #999999;
    font-weight: bold;
}

.tbltypebox th {
    padding: 0 0 20px 0;
}
    .tbltypebox td {
        padding: 8px 0;
    }

.tbltypeboxconfirm {
    color: #999999;
    font-weight: bold;
    text-align:center;
}
    .tbltypeboxconfirm th {
        padding: 8px 0;
        border-bottom: solid 2px;
    }

    .tbltypeboxconfirm td {
        padding: 8px 0;
        border-bottom: solid 2px;
    }

.mi-titulo {
    margin-top: 30px;
}


.mi-contenido {
    margin-top: 30px;
    text-align: left;
    background-color: #F2F2F2;
    padding: 20px;
    position: absolute;
    width: 96%;
    border: 0px solid #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mis-items {
    width:85%;
}

    .mis-items:hover {
    /*-webkit-transform: scale(1.01);
    -ms-transform: scale(1.4);
    transform: scale(1.0.1);*/
    -webkit-transform: matrix(1, 0, 0, 1, 0, -4); /** Chrome & Safari **/
    -o-transform: matrix(1, 0, 0, 1, 0, -4); /** Opera **/
    -moz-transform: matrix(1, 0, 0, 1, 0, -4); /** Firefox **/
    transition-duration: 500ms;
    /*opacity: 0.5;*/
    -webkit-box-shadow: 2px 3px 1px 1px #DEDEDE; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 2px 3px 1px 1px #DEDEDE; /* Firefox 3.5 - 3.6 */
    box-shadow: 2px 3px 1px 1px #DEDEDE; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    cursor: pointer;
}

.mi-carta {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    border-style: dashed;
    background-color: #fff;
    -webkit-box-shadow: 2px 1px 1px 1px #DEDEDE; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 2px 1px 1px 1px #DEDEDE; /* Firefox 3.5 - 3.6 */
    box-shadow: 2px 1px 1px 1px #DEDEDE; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    margin-bottom: 20px;
}

.mi-carta-image {
    display: flex;
    flex-shrink: 0;
    -webkit-box-align: center;
    align-items: center;
    align-self: stretch;
    -webkit-box-pack: center;
    justify-content: center;
    width: 10%;
    background-color: #DEDEDE;
}

.mi-carta-text {
    display: flex;
    flex-flow: column nowrap;
    -webkit-box-flex: 1;
    flex-grow: 1;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px 0px 16px 16px;
}

.mi-carta-action {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-right: 21px;
    padding-left: 21px;
    color: rgb(212, 5, 17);
}

.individual_search {
    background-image: url('../../Images/buscar_1.png');
    background-repeat: no-repeat;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
    margin-left: 18%;
}

    .individual_search:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.massive_search {
    background-image: url('../../Images/buscar_2.png');
    background-repeat: no-repeat;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
    margin-left: 18%;
}

    .massive_search:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.invoice_search {
    background-image: url('../../Images/buscar_3.png');
    background-repeat: no-repeat;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
    margin-left: 18%;
}

    .invoice_search:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.di_search {
    background-image: url('../../Images/buscar_4.png');
    background-repeat: no-repeat;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
    margin-left: 18%;
}

    .di_search:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.search {
    background-image: url('../../Images/search_rgb_black.png');
    background-repeat: no-repeat;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
    margin-left: 18%;
}

    .search:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.ask {
    background-image: url('../../Images/still_open_rgb_red.png');
    background-repeat: no-repeat;
    padding: 18px 20px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
    margin: 0 18% 0 0;
}

    .ask:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.info {
    background-image: url('../../Images/information_rgb_black.png');
    background-repeat: no-repeat;
    padding: 1px 12px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
    margin: 10px 0 0 0;
}

    .info:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.download_pdf {
    background-image: url(../../Images/descargar-pdf.png);
    background-repeat: no-repeat;
    padding: 6px 18px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
    margin-left: 45%;
}

    .download_pdf:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.more_information {
    background-image: url(../../Images/mas.png);
    background-repeat: no-repeat;
    padding: 4px 14px;
    border: none;
    cursor: pointer;
    background-size: 80%;
    overflow: hidden;
    margin-left: 1%;
}

    .more_information:hover {
        filter: brightness(0.8);
        transition: all .5s ease-in-out;
    }

.link_more_information {
    text-align: center;
    cursor:pointer;
}

.nav-menu {
    float: right;
    margin-top: 12px;
}

    .nav-menu:hover {
        cursor: pointer;
        text-decoration: none;
        color: #D40511;
    }

.mi-caja {
    font-family: Delivery, "Helvetica Neue", sans-serif;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid;
    padding: 12px 14px;
    transition: 0.4s;
    background: #FFF;
}

.mi-label-caja {
    position: absolute;
    width: 100%;
    top: -18px;
    color: #aaa;
    transition: 0.3s;
    letter-spacing: 0.5px;
    font-size: 12px;
    color: #8C8C8C;
    transition: 0.3s;
}

.mi-btn {
    background: #D40511;
    background-image: -webkit-linear-gradient(top, #D40511, #D40511);
    background-image: -moz-linear-gradient(top, #D40511, #D40511);
    background-image: -ms-linear-gradient(top, #D40511, #D40511);
    background-image: -o-linear-gradient(top, #D40511, #D40511);
    background-image: -webkit-gradient(to bottom, #D40511, #D40511);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    font-family: Delivery, "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 25px;
    border: solid #D40511 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

    .mi-btn:hover {
        border: solid #F91320 1px;
        background: #F91320;
        background-image: -webkit-linear-gradient(top, #F91320, #F91320);
        background-image: -moz-linear-gradient(top, #F91320, #F91320);
        background-image: -ms-linear-gradient(top, #F91320, #F91320);
        background-image: -o-linear-gradient(top, #F91320, #F91320);
        background-image: -webkit-gradient(to bottom, #F91320, #F91320);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-decoration: none;
    }

    .mi-btn:disabled {
        background: #CCCCCC;
        background-image: -webkit-linear-gradient(top, #CCCCCC, #CCCCCC);
        background-image: -moz-linear-gradient(top, #CCCCCC, #CCCCCC);
        background-image: -ms-linear-gradient(top, #CCCCCC, #CCCCCC);
        background-image: -o-linear-gradient(top, #CCCCCC, #CCCCCC);
        background-image: -webkit-gradient(to bottom, #CCCCCC, #CCCCCC);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #FFFFFF;
        font-family: Delivery, "Helvetica Neue", sans-serif;
        font-size: 12px;
        font-weight: bold;
        padding: 10px 25px;
        border: solid #CCCCCC 1px;
        text-decoration: none;
        display: inline-block;
        cursor: not-allowed;
        text-align: center;
    }

.body-content {
    background: url('/Images/dpdhl_4.jpeg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content-auto {
    width: 96%;
    margin: 10px 0 0 2%;
    float: left;
    background-color: white;
    border: 0px solid #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.splash-title {
    text-align: center;
    max-width: 500px;
    margin: 15% auto;
    padding: 20px;
}

    .splash-title h1 {
        font-size: 26px;
    }
.splashNoti {
    position: fixed;
    z-index: 2000;
    background: white;
    color: gray;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.color-line {
    background-color: #ffcc00;
    height: 6px;
    /*background: #f7f9fa;
  background-image: -webkit-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  background-image: -moz-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  background-image: -ms-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
  background-image: linear-gradient(to right, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);*/
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.spinner {
    margin: 20px auto;
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 15px;
}

    .spinner > div {
        background-color: #ffcc00;
        height: 100%;
        width: 8px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

@media only screen and (max-width: 700px) {
    #Cont_1 {
        width: 100% !important;
        margin-top: 300px;
    }
    #Cont_2 {
       width:100% !important;
       position:absolute;
    }

    .mis-items {
        width: 100% !important;
    }

    .mi-label-caja {
        position: unset;
        padding-top: 10px;
    }

    #OpResult {
        margin-left:0px !important;
    }

    #ContTabla {
        width: 100% !important;
        margin: 0px !important;
    }
    .mi-carta-image {
        display:none;
    }
    .mvl {
        margin-left:0px !important;
    }
    .inp_mvl {
        width:100% !important;
    }
}