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

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

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

@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: relative;
    width: 100%;
    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>p {
    color: #999999;
    text-align: center;
    margin: 15px 0 10px 0;
    font-size: 1rem;
}

footer>div>div>div.colOne>p>span {
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
}

footer>div>div>div.colOne>h5 {
    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;
    font-family: 'Poppins', sans-serif;
}

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;
}

h1.titleGral>span {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 3rem;
    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: 1% 2%;
    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,
textarea {
    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 0;
    width: fit-content;
    margin: 0 auto 35px auto;
}

.admin-title>h1 {
    color: #ffffff;
    text-align: center;
    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: table;
    position: relative;
    width: 50%;
    margin: 0 auto 20px auto;
    background-color: #f6f7f8;
    padding: 2%;
    box-shadow: 0px 0px 10px #000000;
}

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

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

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

p.sinCuenta,
p.Inp {
    color: #4e6371;
    text-align: center;
}

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

a.iniciar:hover {
    color: #4e6371;
    text-decoration: none;
}

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

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

img.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;

}

.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;
}

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

p.sinCuenta,
p.Inp {
    color: #4e6371;
    text-align: center;
}

p.sinCuenta>a {
    color: #ee3226;
}

.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;
    border-color: transparent !important;
}

.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;
}

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

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

.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.sello {
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.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: #707981;
    border: 1px solid #ced4da;
    font-size: 1rem;
    font-weight: 300;
    padding-left: 8px;
    margin-bottom: 15px;
}

table.producto {
    width: 50%;
    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;
}

.productoDetalle {
    width: 80%;
    margin: 20px auto;
    font-family: 'Poppins', sans-serif;
    color: #4e6371;
    font-weight: 300;
    border-bottom: 3px dotted #ced4da;
    border-top: 3px dotted #ced4da;
}

.productoDetalle>img,
.productoDetalle>p {
    display: inline-block;
    position: relative;
    max-width: 50%;
}

.productoDetalle>p {
    margin: 0;
    padding: 1%;
}

.card {
    border-radius: 0px;
    border: none;
    background-color: transparent;
}

.xshadow {
    box-shadow: 0 0 0 transparent !important;
}

.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;
}

h2.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;
}

.informa>p {
    font-family: 'Poppins', sans-serif;
    color: #4e6371;
    font-size: 16px;
    font-weight: 400;
}

.compradas {
    background-color: #f6f7f8;
}

table.GarComp {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
}

table.GarComp>tbody>tr {
    border-bottom: 1px dotted #e0e0e0;
}

table.GarComp>tbody>tr>th {
    font-family: 'Poppins', sans-serif;
    color: #4e6371;
    font-size: 16px;
    font-weight: 600;
    background-color: #f6f7f8;
    padding: 1% 2%;
    border-right: 2px solid #e0e0e0;
    border-bottom: 2px solid #f6f7f8;
    text-align: center;
}

table.GarComp>tbody>tr>th.btnVer,
table.GarComp>tbody>tr>td.btnVer {
    border-right: 0px;
}

table.GarComp>tbody>tr>td {
    font-family: 'Poppins', sans-serif;
    color: #4e6371;
    font-size: 16px;
    font-weight: 400;
    background-color: #ffffff;
    padding: 1% 2%;
    border-right: 2px solid #e0e0e0;
    text-align: center;
}

.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: 150px;
    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>img.photo {
    display: inline-block;
    width: 150px;
    height: 150px;
    -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: left;
    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;
}

.btn.nuevaBusc {
    margin: 0 0 0 auto;
}

textarea.comentario {
    width: 100%;
    border: 1px solid #e0e0e0;
    color: #4e6371;
}

.btn-primary,
.btn.btn-primary.btn-file {
    border-color: transparent !important;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px !important;
    vertical-align: middle;
}

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

.btn-outline-secondary {
    border-color: transparent !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus {
    background-color: #ee3226 !important;
    border-color: transparent !important;
}

div.file-caption.form-control.kv-fileinput-caption {
    width: 100%;
    margin-bottom: 10px;
}

.addImage {
    display: inline-block;
    text-align: left !important;
    margin: 5px 0;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    color: #738694 !important;
}

.addImage~.file-input.file-input-new.theme-fas {
    display: inline-block;
}

.kv-zoom-actions {
    display: flex;
}

.file-upload-indicator {
    display: none !important;
}

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

.page-item.active .page-link {
    background-color: #ee3325 !important;
    border-color: transparent !important;
}

.modal-footer>button {
    margin: 0 10px;
}

.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;
}

#garantiasDataTable>tbody>tr>td.dt-center {
    display: flex;
}

td.dt-center>button {
    color: #738694;
    background-color: transparent;
}

td.dt-center>button:hover {
    color: #ee3226;
    background-color: transparent;
}

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: block;
    position: relative;
    width: 100%;
}

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

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

#divMediaObject>img, #divMediaObservaciones>img {
    display: table;
    position: relative;
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
    border: 1px dashed #ee3325;
}

#div_comentarios {
    font-family: 'Poppins', sans-serif;
    color: #4e6371;
    font-size: 16px;
    font-weight: 400;
    padding: 1%;
    margin-bottom: 15px;
    box-shadow: 0 0 0 transparent !important;
}

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

@media screen and (max-width: 1024px) {
    .admin-content {
        width: 70%;
    }
}

@media screen and (max-width: 980px) {

    table.GarComp>tbody>tr>th,
    table.GarComp>tbody>tr>td,
    table.GarComp>tbody>tr>td>button {
        font-size: 14px;
    }
}

@media screen and (max-width: 940px) {
    .btn.nuevaBusc {
        margin: 35px auto 10px auto;
    }
}

@media screen and (max-width: 880px) {
    table.GarComp>tbody>tr {
        border-bottom: 0;
    }

    table.GarComp,
    table.GarComp>tbody,
    table.GarComp>tbody>tr>th,
    table.GarComp>tbody>tr>td,
    table.GarComp>tbody>tr {
        display: block;
    }

    table.GarComp>tbody>tr>th {
        display: none;
    }

    table.GarComp>tbody>tr {
        margin: 0 0 1rem 0;
    }

    table.GarComp>tbody>tr>td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        border-right: 2px solid #e0e0e0;
    }

    table.GarComp>tbody>tr>td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        padding: 1% 2%;
        text-align: left;
        font-weight: 600;
    }

    table.GarComp>tbody>tr>td:nth-of-type(1):before {
        content: "Folio de garantía";
    }

    table.GarComp>tbody>tr>td:nth-of-type(2):before {
        content: "Activar / desactivar";
    }

    table.GarComp>tbody>tr>td:nth-of-type(3):before {
        content: "Inicio de garantía";
    }

    table.GarComp>tbody>tr>td:nth-of-type(4):before {
        content: "Vencimiento de garantía";
    }

    table.GarComp>tbody>tr>td {
        text-align: right;
        border-right: 0;
    }

    #collapse1>div>div>table>tbody>tr>td:nth-child(5) {
        padding-left: 0;
    }
}

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

    table.producto {
        width: 80%;
    }

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

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

@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>img.photo {
        display: table;
        margin: 0 auto 10px auto;
    }

    .perfilEmpleado>.infoPerfilEmpleado {
        margin: 0;
    }

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

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

    h2.int {
        text-align: center;
    }
}

@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;
    }

    table.producto {
        width: 100%;
    }

    h1.titleGral {
        text-align: center;
        padding: 0 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;
    }

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

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

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

    .contentGarantia>h2 {
        text-align: center;
    }

    .contentGarantia>p {
        padding: 0 5%;
    }

    table.GarComp>tbody>tr>td {
        padding-left: 0;
        text-align: center;
    }

    table.GarComp>tbody>tr>td:before {
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        padding-right: 0;
        white-space: nowrap;
        padding: 1% 2%;
        text-align: center;
        font-weight: 600;
        display: inline-block;
    }

    h2.subtitle {
        text-align: center;
    }
}

@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;
    }
}