html {
    min-height: 100%;
    position: relative;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #f6f7f8;
    font-size: 16px;
    margin-bottom: 237px;
}

.fade-in {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

header {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 9;
    margin-bottom: 30px;
}

header.interior {
    background: url("../images/header/bkgGral1.jpg") no-repeat center;
    background-size: cover;
}

footer {
    position: absolute;
    width: 100%;
    height: 237px;
    background-color: rgb(0 0 0 / 0.9);
    z-index: 9;
    padding: 50px 0px 0px 0px;
    margin-top: 30px;
    bottom: 0;
}

footer>div>div>div.colOne>h4 {
    color: #ffffff;
    text-align: center;
}

footer>div>div>div.colOne>a.contactFoot {
    display: table;
    position: relative;
    color: #999999;
    margin: 20px auto 10px auto;
    text-align: center;
}

footer>div>div>div.colOne>a.contactFoot:hover {
    text-decoration: none;
    color: #ffffff;
}

footer>div>div>div.colOne>a>svg {
    color: #D6110B;
}

footer>div>div>div.colOne>a.termFoot {
    display: table;
    margin: 0 auto;
    color: #ffffff;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
    text-align: center;
}

footer>div>div>div.colOne>a.termFoot:hover {
    text-decoration: none;
    color: #999999;
}

footer>div>div>div.colTwo {
    border-top: 1px solid #424242;
    margin-top: 10px;
}


footer>div>div>div.colTwo>p.Copy {
    font-size: 13px;
    text-align: center;
    color: #787878;
    padding: 20px 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

footer>div>div>div.colTwo>p.Copy>a {
    color: #54a506;
}

footer>div>div>div.colTwo>p.Copy>a:hover {
    text-decoration: none;
}


footer>div>div>div.colTwo>p.Copy>a>img {
    width: 30px;
}

.bkgGral {
    position: fixed;
    z-index: 0;
    top: 0;
    background-image: url("../images/body/bkgGral1.jpg");
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
}

h1.titleGral {
    color: #ee3226;
    margin-top: 10px;
}

h1.titleGral>span {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 2.5rem;
    background-color: #ee3226;
    -webkit-border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-topright: 100px;
    -moz-border-radius-bottomright: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 1px 10px;
    margin-right: 10px;
}

h1.titleGral>span>svg {
    width: 35px;
}

h3 {
    color: #738694;
    margin-bottom: 30px;
}

h4.gar {
    color: #4e6372;
    text-align: center;
    margin: 30px 0;
    border-bottom: 2px dotted rgb(238 50 38 / 35%);
    padding-bottom: 5px;
}

p {
    font-family: 'Poppins', sans-serif;
}

img {
    width: 100%;
}

label {
    font-family: 'Poppins', sans-serif;
    color: #4e6371;
}

input {
    font-family: 'Poppins', sans-serif;
    border-radius: 0 !important;
    height: calc(1.75em + .75rem + 2px) !important;
    margin-bottom: 10px;
}

input.check {
    height: inherit !important;
}

a,
button {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

:focus,
button:focus {
    outline: inherit;
}

.btn.focus,
.btn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 transparent !important;
}

.form-control:focus {
    border-color: rgb(238 50 38 / 23%);
    box-shadow: 0 0 0 0.2rem rgb(238 50 38 / 12%);
}

.logoGMikels {
    max-width: 300px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.admin-title {
    position: relative;
    padding: 40px 0px 40px 30px;
    width: fit-content;
    margin: 0 auto 35px auto;
}

.admin-title>h1 {
    color: #ffffff;
    text-align: left;
    border-bottom: 15px solid #ee3226;
    padding-bottom: 2px;
}


@keyframes fadeInUp {
    from {
        transform: translate3d(0, 500px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.admin-content {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 auto 20px auto;
    border-bottom: 2px dotted #d62c06;
    padding-bottom: 20px;
}

.admin-content>h2 {
    font-family: 'Fjalla One', sans-serif;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    margin: 20px 0 35px 0;
    width: 100%;
    text-shadow: 0px 0px 10px #000000;
}

.admin-content>h2.int {
    color: #4e6371;
    text-shadow: 0 0 0 transparent;
}

.admin-content>ul {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

.admin-content>ul>li {
    float: left;
    position: relative;
    width: 23%;
    min-height: 250px;
    list-style: none;
    color: #4e6371;
    font-weight: 300;
    padding: 2%;
    margin: 0 1% 20px 1%;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.admin-content>ul>li>a {
    color: #4e6371;
}

.admin-content>ul>li>a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.admin-content>ul>li>a>span.clic {
    font-weight: 600;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}

.admin-content>ul>li>span.icono,
.admin-content>ul>li>a>span.icono {
    display: table;
    color: #ee3226;
    padding: 0;
    margin: 0 auto 10px auto;
    font-size: 50px;
    vertical-align: middle;
}

.admin-content>ul>li>span.numero,
.admin-content>ul>li>a>span.numero {
    position: absolute;
    bottom: 0;
    right: 11px;
    color: #c5c5c5;
    font-size: 80px;
    font-weight: bold;
}

a.iniciar {
    float: right;
    position: relative;
    right: 7px;
    font-family: 'Fjalla One', sans-serif;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    margin: 24px auto;
    padding: 5px 25px;
    letter-spacing: 1px;
    font-size: 20px;
}

a.iniciar:hover,
a.Start:hover {
    color: #ee3325;
    text-decoration: none;
}

div.modal-header {
    background-color: #000000;
    border-radius: 0px;
    border-bottom: 0px;
}

.perfil {
    float: right;
    position: relative;
    text-align: center;
}

.image_perfil {
    float: right;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 10px 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 3px solid #c5c5c5;

}

img.crop_perfil{
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 50%;
    padding-right: 1px;  
}

.perfil>p {
    float: right;
    position: relative;
    color: #ffffff;
    margin: 30px 0 30px 5px;
}

h5.modal-title {
    font-family: 'Fjalla One', sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
}

.close {
    color: #ee3226;
    text-shadow: inherit;
    opacity: 1;
}

.close:hover {
    color: #ffffff;
}

.modal-content {
    border-radius: 0px;
    border: 0px;
}

.modal-body>h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.5rem;
    text-align: center;
    color: #ee3226;
}

form.buscar,
form.usuario {
    margin: 0 auto;
}

form.buscar>.form-group>input {
    margin-bottom: 10px;
    font-weight: 300;
}

form.buscar>.form-group>input {
    margin-bottom: 0px;
}

a.OlvPass {
    display: table;
    margin: 10px auto;
    font-weight: 300;
    text-align: center;
    color: #ee3226;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

p>a.check-cuenta {
    color: #ee3226;
}

a.OlvPass:hover,
p>a.check-cuenta:hover {
    text-decoration: none;
    color: #4e6371;
}

button.btn,
.btn {
    background-color: #ee3226;
    border-radius: 0;
    color: #ffffff;
    display: table;
    margin: 15px auto;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
}

button.btn.dropdown-toggle {
    float: right;
    position: relative;
    background-color: transparent;
    color: #ffffff;
    margin: 20px auto;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    border: 0;
    padding: 5px 25px 5px 7px;
}

button.btn.dropdown-toggle:hover {
    background-color: transparent;
    color: #ee3325;
}

.dropdown-item {
    font-family: 'Poppins', sans-serif;
    color: #4e6371;
}

button.btn:hover {
    background-color: #4e6371;
    color: #ffffff;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #4c4c4c;
    text-decoration: none;
    background-color: #c5c5c5;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.dropdown-menu.show {
    right: 25px;
    left: initial !important;
    top: 70% !important;
}

button.btn.modify {
    margin: 15px 0 15px auto;
}

.modal-body>div>p {
    text-align: center;
    color: #4e6371;
    font-weight: 300;
}

.modal-body>div>p>a {
    color: #ee3226;
}

div#primero {
    display: block;
}

div#segundo {
    display: none;
}

div#primero,
div#segundo {
    animation: pulse 1s;
}

@keyframes pulse {
    0% {
        Opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.busqueda {
    padding-bottom: 40px;
}

button.btn.buscar,
button.btn.usuario {
    border: 0px;
    margin: 0;
}

select.form-select {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    border-radius: 0 !important;
    height: calc(1.75em + .75rem + 2px) !important;
    color: #4e6371;
    border: 1px solid #ced4da;
    font-size: 1rem;
}

table.producto {
    width: 100%;
    margin: 20px auto;
    font-family: 'Poppins', sans-serif;
    color: #4e6371;
    font-weight: 300;
}

table.producto>tbody>tr:nth-child(1) {
    background-color: #ffffff;
}

table.producto>tbody>tr>th {
    text-align: center;
}

table.productoDetalle>tbody>tr>td {
    width: 50%;
}

table.productoDetalle>tbody>tr>td.img-Prod {
    text-align: center;
    background-color: #ffffff;
    border-right: 5px solid rgb(206 212 218 / 0.3);
}

table.producto>tbody>tr>th>img {
    max-width: 50%;
}

table.producto>tbody>tr>td {
    width: 50%;
}

table.producto>tbody>tr>td:nth-child(1) {
    text-align: right;
    font-weight: 600;
}

table.producto>tbody>tr>td:nth-child(2) {
    text-align: left;
}

table.producto>tbody>tr:nth-child(2) {
    border-top: 1px solid #ced4da;
}

form.usuario>div>input {
    width: 100%;
}

form.usuario>div.form-group.d-flex>label,
form.usuario>div.form-group.d-flex>input {
    width: auto;
    margin: 0 1%;
    line-height: 42px;
    height: fit-content;
}

.inputfile-1+label {
    color: #ffffff;
    background-color: #ee3226;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    padding: .375rem .75rem;
    cursor: pointer;
}

.inputfile-1+label:hover {
    background-color: #4e6371;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.garantiaPrev {
    margin: 0 auto;
}

div.Preview>table {
    width: 100%;
    margin-bottom: 10px;
}

div.Preview>table>tbody>tr>td {
    font-family: 'Poppins', sans-serif;
    color: #4e6371;
    font-weight: 600;
}

div.Preview>table>tbody>tr>td>.shadow-sm.bg-white {
    font-family: 'Poppins', sans-serif;
    color: #4e6371;
    padding: 1% 2%;
    margin: 0px 1%;
    font-weight: 400;
}

p.datos {
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
}

div#div_detalleProducto {
    display: table;
    position: relative;
    width: 80%;
    border-bottom: 3px dotted #ced4da;
    border-top: 3px dotted #ced4da;
    margin: 0 auto 20px auto;
}

.productoDetalle {
    display: table;
    position: relative;
    width: 100%;
    margin: 20px 0%;
    font-family: 'Poppins', sans-serif;
    color: #4e6371;
    font-weight: 300;
    padding: 0 5%;
}

.productoDetalle>p {
    display: table;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 5% 1% 1% 1%;
    vertical-align: middle;
    text-align: center;
}

.productoDetalle>img {
    position: relative;
    width: 100%;
    display: table;
    margin: 0 auto;
    max-width: 300px;
}

.admin-contentInt {
    display: table;
    position: relative;
    width: 90%;
    margin: 0 auto 20px auto;
    padding: 2%;
}

.perfilEmpleado {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ced4d9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.perfilEmpleado>div.Foto {
    display: inline-block;
    position: relative;
    width: 160px;
    height: 160px;
    text-align: center;
}

.perfilEmpleado>div.Foto>a {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #4e6371;
    font-size: 20px;
    background-color: #ffffff;
    padding: 2% 5%;
    border-radius: 100px;
    display: block;
}

.perfilEmpleado>div.Foto>a:hover {
    color: rgb(78 99 113 / 0.7);
    text-decoration: none;
}

.fileInput {
    cursor: pointer;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    font-size: 50px;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.perfilEmpleado>div.Foto{
    display: inline-block;
    width: 160px;
    height: 160px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #ee3325;
    padding: 4px;
}

.perfilEmpleado>.infoPerfilEmpleado {
    display: inline-block;
    margin-left: 10px;
}

.perfilEmpleado>.infoPerfilEmpleado>h2.nombre-perfil {
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
    color: #4e6371;
}

.perfilEmpleado>.infoPerfilEmpleado>p.correo {
    color: #4e6371;
}

h2.int {
    font-family: 'Fjalla One', sans-serif;
    text-align: center;
    letter-spacing: 1px;
    margin: 20px 0 35px 0;
    width: 100%;
    color: #4e6371;
}

.info-personal {
    float: left;
    position: relative;
    width: 50%;
    padding: 0 3%;
}

.ChangePass {
    float: right;
    position: relative;
    width: 50%;
    padding: 0 3%;
    border-left: 1px solid #ee3325;
}

.shopMade {
    display: inline-block;
    position: relative;
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
    margin: 20px 0;
}

.shopMade>ul {
    display: inline-block;
    position: relative;
    width: 96%;
    margin: 10px 0;
    padding: 0;
}

.shopMade>ul>li {
    position: relative;
    border: 1px solid#cccccc;
    padding: 2%;
    margin-bottom: 20px;
    list-style: none;
    color: #4e6371;
    font-family: 'Poppins', sans-serif;
}

.shopMade>ul>li>img.ProdVistaPrev {
    float: right;
    position: absolute;
    top: 5px;
    right: 5px;
    max-width: 200px;
    border: 2px dotted #cccccc;
    width: 25%;
}

.contentGarantia {
    display: block;
    padding: 2%;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 0.2);
}

.HeaderGarantia {
    display: block;
    background-color: #000000;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    padding: 2%;
}

.HeaderGarantia>img {
    max-width: 300px;
}

.TitleCodigo {
    display: inline-block;
    position: relative;
    width: 100%;
}

.TitleCodigo>h2>span {
    font-size: 1.75rem;
    font-weight: 100;
}

.TitleCodigo>h2 {
    float: left;
    position: relative;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
    color: #4e6371;
    text-align: left;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 0 auto;
}

.TitleCodigo>img.codigo {
    float: right;
    position: relative;
    margin: 0 0 0 auto;
    max-width: 150px;
}

h3.subtitle {
    display: block;
    position: relative;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
    color: #738694;
    margin: 30px 0;
    border-bottom: 2px dotted rgb(238 50 38 / 35%);
    padding-bottom: 5px;
    font-weight: 600;
}

p.sello {
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.card {
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background-color: transparent;
}

.pagar {
    border: 2px dotted #ee3325;
    padding: 2%;
}

input.fecha {
    width: auto;
    display: inline-block;
}


.spinner>div.modal-dialog {
    max-width: max-content;
}

.spinner>div>div.modal-content {
    border-radius: 100px;
    max-width: 110px;
}

.spinner>div>div.modal-content>div.modal-body {
    padding: 1%;
}

.spinner>div>div>div>img {
    max-width: 100px;
}

.file-drop-zone-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1em !important;
}

.krajee-default .file-footer-caption {
    font-family: 'Poppins', sans-serif;
}

.file-caption .orm-control.kv-fileinput-caption,
#dos_form>div.form-group.d-flex.fv-plugins-icon-container.has-success>div.file-input.theme-fas>div.input-group.file-caption-main>div.file-caption.form-control.kv-fileinput-caption.icon-visible {
    width: 100%;
}

.file-caption .orm-control.kv-fileinput-caption>input {
    height: initial !important;
}

#dos_form>div:nth-child(4)>div.file-input.theme-fas.file-input-ajax-new>div.input-group.file-caption-main>div.file-caption.form-control.kv-fileinput-caption {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0;
}

.btn-secondary,
.btn-primary,
.btn-outline-secondary {
    border-color: transparent;
}

.btn-primary {
    margin-left: 10px !important;
}

.btn-primary:hover {
    background-color: #4e6371 !important;
    border-color: transparent !important;
    cursor: pointer;
}

.input-group-append {
    margin-left: auto;
    margin-bottom: 40px !important;
}

#dos_form>div:nth-child(4)>div.file-input.theme-fas.file-input-ajax-new>div.input-group.file-caption-main>div.file-caption.form-control.kv-fileinput-caption>input {
    height: initial !important;
}

i.text-warning {
    display: none !important;
}

.file-caption.icon-visible .file-caption-name {
    padding-left: 15px;
    height: initial !important;
}

.krajee-default.file-preview-frame {
    display: table !important;
    margin: 8px auto !important;
    float: none !important;
}

.form-control {
    border-radius: 0 !important;
}

a.Start {
    float: right;
    position: relative;
    color: #ffffff;
    margin: 29px 15px;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
}

#fecha_compra~i,
#costo_producto~i {
    position: relative;
    top: initial;
}

#archivo~i {
    position: relative;
    color: #ffffff;
}

#kvFileinputModal>div>div>div.modal-header>div {
    display: flex;
}

#dos_form>div:nth-child(4)>label {
    line-height: normal;
}

div.file-caption.form-control.kv-fileinput-caption.icon-visible {
    width: 100%;
}

.buttonsAll {
    display: flex;
    width: min-content;
    margin: 0 auto;
}

.buttonsAll>button {
    margin: 15px 10px;
}

span.status {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    border-radius: 10px;
    vertical-align: middle;
    margin-right: 5px;
}

span.bullet {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-color: rgb(255 255 255 / 0.5);
    border-radius: 10px;
    left: 12px;
}

span.generada {
    background-color: #00BCD4;
}

span.activa {
    background-color: #76b72b;
}

span.validada {
    background-color: #843fa0;
}

span.rechazada {
    background-color: #B92025;
}

span.vencida {
    background-color: #dfa626;
}

.CuponGarantia {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 10px;
    margin-bottom: 2px;
    width: 50%;
}

.CuponGarantia>p {
    display: table;
    position: relative;
    width: auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #738694;
    margin: 0 0 0 auto;
    padding: 2%;
    border: 2px dashed #dadada;
    font-size: inherit;
}

.CuponGarantia>p>span {
    font-family: 'Fjalla One', sans-serif;
    color: #738694;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 100;
}

.CuponGarantia>p>strong {
    font-family: 'Fjalla One', sans-serif;
    color: #738694;
    letter-spacing: 1px;
    font-size: 1.2rem;
}

input#cupon_compra {
    display: table;
    position: relative;
    margin: 0 auto 40px auto;
    width: 100%;
    max-width: 335px;
}

.btn-primary,
.btn.btn-primary.btn-file {
    border-color: transparent !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #ee3226;
    border-color: transparent;
}

/*Codigo CSS Vane*/
.errors{
    color:#ee3226;
}
.crop{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
  }

/*---------------------------------------MEDIAS-------------------------------*/

@media screen and (max-width: 991px) {
    .admin-content>ul>li {
        width: 48%;
    }
}

@media screen and (max-width: 768px) {
    table.producto {
        width: 80%;
    }

    div.Preview>table>tbody>tr>td {
        width: 100%;
        display: inline-block;
    }

    h2.int {
        font-size: 1.5rem;
    }

    .TitleCodigo>h2 {
        float: none;
        display: table;
        text-align: center;
        margin: 0 auto;
    }

    .TitleCodigo>img.codigo {
        float: none;
        display: table;
        margin: 10px auto 0 auto;
    }

    h3.subtitle {
        text-align: center;
    }

    .informa {
        display: inline-block;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .informa>p {
        width: 100% !important;
        max-width: 100%;
    }

    .HeaderGarantia>img {
        max-width: 150px;
    }

    .info-personal,
    .ChangePass {
        width: 100%;
    }

    .ChangePass {
        border-left: 0;
        border-top: 1px solid #ee3325;
    }

    .shopMade>ul>li>img.ProdVistaPrev {
        float: inherit;
        position: relative;
        top: inherit;
        right: inherit;
        max-width: 200px;
        border: 2px dotted #cccccc;
        width: 40%;
        display: table;
        margin: 0 auto;
    }

    .shopMade>ul>li>p {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .logoGMikels {
        display: table;
        margin: 10px auto;
    }

    a.iniciar {
        float: none;
        display: table;
        margin: 30px auto 5px auto;
        padding: 0;
        right: inherit;
    }

    .admin-title {
        padding: 0px;
    }

    .admin-title>h1 {
        text-align: center;
    }

    .perfil {
        display: table;
        float: inherit;
        margin: 0 auto;
    }

    .perfilEmpleado {
        text-align: center;
    }

    .perfilEmpleado>div.Foto {
        display: table;
        margin: 0 auto 10px auto;
    }


    .perfilEmpleado>div.Foto>img.photo {
        display: table;
        margin: 0 auto 10px auto;
    }

    .perfilEmpleado>.infoPerfilEmpleado {
        display: inline-block;
        margin-left: 0;
    }

    a.Start {
        float: inherit;
        margin: 10px auto;
        display: table;
    }

}

@media screen and (max-width: 580px) {
    .admin-title {
        padding: 2% 5%;
        margin: 0 auto 20px auto;
    }

    .admin-title::after,
    .admin-title::before {
        width: 0px;
        height: 0px;
    }

    .admin-content>ul>li {
        width: 98%;
    }

    .admin-content>ul>li>span.numero {
        position: relative;
        bottom: inherit;
        right: inherit;
        display: table;
        margin: 0 auto;
    }

    table.producto {
        width: 100%;
    }

    h1.titleGral {
        text-align: center;
        padding: 65px 0 0 0;
    }

    h1.titleGral>span {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        -webkit-border-bottom-right-radius: 100px;
        -webkit-border-bottom-left-radius: 100px;
        -moz-border-radius-bottomright: 100px;
        -moz-border-radius-bottomleft: 100px;
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 100px;
        padding: 0;
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        border-top-right-radius: 0px;
        max-width: 100px;
        margin: 0 auto;
        text-align: center;
    }

    .admin-contentInt {
        width: 100%;
        padding: 2% 0;
    }
}

@media screen and (max-width: 480px) {
    .admin-title>h1 {
        font-size: 2rem;
    }

    .admin-content>h2 {
        font-size: 1.5rem;
        margin: 20px 0
    }

    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1rem;
    }

    .d-flex {
        display: inline-block !important;
        width: 100%;
    }

    button.btn.buscar {
        margin: 10px auto 0 auto;
    }

    form>.form-group>input {
        text-align: center;
    }

    footer>div>div>div.colOne>a.contactFoot,
    table.producto>tbody>tr>td {
        word-break: break-word;
    }
}

.oculto{
    display:none !important;
}
.mostrar{
    display:block !important;
}
