body
{
	font-family: GT Eesti Pro Display;
}

.container
{
	max-width:80% !important;
}

header
{
	padding:40px 20px;
	color:#111;	
	top:0px;
	width:100%;
	z-index: 9;
	background:#fff;
}

h1
{
	font-size:62px;
	font-weight:bold;
}

h1.nombreproducto
{
	font-size:30px;
}

h2.nombreproducto
{
	font-size:24px;
}

h2.titulo-seccion-home {
    font: normal normal 200 35px/73px GT Eesti Pro Display;
}

p.descripcion-seccion-home {
    font: normal normal 100 14px/25px GT Eesti Pro Display;
}

h5
{
	font-size:16px;
}

#menu
{
	list-style:none;
}

#menu li
{
	display:inline-block;
	font-size: 14px;
}

#menu li a
{
	color: inherit;
    display: inline-block;
    padding: 0px 10px;
    font-size: .875rem;
    font-weight: 500;
    -webkit-transition: .25s var(--easeoutcubic);
    transition: .25s var(--easeoutcubic);
    -webkit-transition-property: background-color,color,border-color,opacity;
    transition-property: background-color,color,border-color,opacity;
    
}

#filtros-catalogo-categorias{
    padding: 18px;
    padding-left: 0;
}

#filtros-catalogo-categorias li {
    font: normal normal 300 12px/25px GT Eesti Pro Display;
    letter-spacing: 2px;
}

#filtros-catalogo-categorias li:hover{
	
	text-decoration:underline;
	font-weight:bold;
}

.catalogo-sidebar .col {
    padding-left: 0;
}

.catalogo-sidebar .row ul {
    padding-left: 0;
}

.catalogo-sidebar-seccion {
    margin-bottom: 20px;
    border-bottom: 1px solid black;
}

.catalogo-sidebar-seccion h3 {
    cursor: pointer;
    font: normal normal 100 20px/30px GT Eesti Pro Display;
    margin: 0;
}

.catalogo-sidebar-seccion.todos {
    margin-bottom: 40px;
}

#iconos
{
	list-style:none;
}

#iconos li
{
	display:inline-block;
	font-size: 14px;
}

#iconos li a
{
	color: inherit;
    display: inline-block;
    padding: 0px 10px;
    font-size: .875rem;
    font-weight: 500;
    -webkit-transition: .25s var(--easeoutcubic);
    transition: .25s var(--easeoutcubic);
    -webkit-transition-property: background-color,color,border-color,opacity;
    transition-property: background-color,color,border-color,opacity;
}



footer
{
	background:white;
	padding:50px 110px 50px 110px;
	color: black;
}

footer .logo
{
    margin: 15px;
	max-width:45px;
}

footer p {
    font: normal normal 300 14px/30px GT Eesti Pro Display;
    line-height: 1.5;
    letter-spacing: 0.7px;
}
footer ul {
    list-style: none;
    padding: 0;
    line-height: 1.5;
}
footer ul li {
    font: normal normal 300 14px/30px GT Eesti Pro Display;
    letter-spacing: 0.7px;
}
footer a {
    color: black;
}
footer a:hover {
    color: black;
}
footer .listados {
    margin-top: 10px;
}
footer .social i {
    margin-left: 15px;
}
footer .row.copyright p {
    margin-left: 15px;
    font-size: 10px;
}
.product h3
{
	font-size:16px;
	margin-top:25px;
}

.cabecera-catalogo
{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://insignademo.atic.green/wp-content/uploads/2021/09/04-1.jpg');
 
	/*background-image:url("https://insignademo.atic.green/wp-content/uploads/2021/09/04-1.jpg");*/
	height:450px;
	background-position:50% 50%;
	margin-bottom: 50px;
}

.cabecera-producto
{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://insignademo.atic.green/wp-content/uploads/2021/09/04-1.jpg');
 
	/*background-image:url("https://insignademo.atic.green/wp-content/uploads/2021/09/04-1.jpg");*/
	height:150px;
	background-position:50% 50%;
	margin-bottom: 50px;
}


.home-catalogo
{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://insignademo.atic.green/wp-content/uploads/2021/09/04-1.jpg');
 
	/*background-image:url("https://insignademo.atic.green/wp-content/uploads/2021/09/04-1.jpg");*/
	height:90vh;
	background-position:50% 50%;
	margin-bottom: 50px;
}

.imagen-container {
    width: 100%;
    height: 190px;
}

.img-ficha
{
    float:left;
    width:100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
}

.menu-header-responsive img {
    width: 100%;
    max-height: 2em;
}

.menu-header-responsive .col {
    display: flex;
    align-items: center;
}

.menu-header-responsive .col-6 {
    justify-content: center;
}

.menu-header-responsive .carrito {
    justify-content: flex-end;
}

.numero-carrito {
    position: absolute;
    top: -12px;
    right: -6px;
    height: 20px;
    width: 20px;
    background-color: red;
    color: white;
    font-size: 10px;
}

.submenu {
    display: none;
    position: absolute;
    z-index: 2;
    background-color: white;
    margin: 0;
    padding: 20px 95px 70px 95px;
    left: 0;
    right: 0;
}

.submenu h6.cat {
    margin: 10px 0 10px 0;
    font: normal normal 800 14px/30px GT Eesti Pro Display;
    line-height: 2;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.submenu ul {
    list-style: none;
    padding: 0;
}

.submenu .subcat {
    line-height: 2;
    letter-spacing: 0.7px;
}

.submenu li.subcat a {
    font: normal normal 300 16px/30px GT Eesti Pro Display;
    text-decoration: none;
}

.submenu a {
    font: normal normal 300 16px/30px GT Eesti Pro Display;
    text-decoration: underline;
    color: black;
}

.submenu img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.submenu .imagen {
    margin-top: 20px;
    height: 322px;
    width: 451px;
    position: relative;
}

.submenu-responsive .imagen {
    margin-top: 50px;
    position: relative;
}

.submenu .imagen:before, .submenu-responsive .imagen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000045;
    z-index: 1;
}

.submenu .imagen a, .submenu-responsive .imagen a {
    color: rgb(247, 244, 244);
    font: normal normal 300 10px/30px GT Eesti Pro Display;
    cursor: pointer;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 70%;
    width: 70%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.submenu hr {
    border-top: 1px solid black;
}

.menu-footer-responsive {
    display: none;
    background-color: white;
    padding: 0 15px 0 15px;
    box-shadow: 1px 1px 11px -1px gray !important;
}

.menu-footer-responsive .col {
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu-footer-responsive.filtros {
    z-index: 20;
    display: none;
    height: 75px;
}

.menu-footer-responsive span a {
    font-weight: 300;
    font-size: 14px;
}

.menu-footer-responsive .borra-filtros {
    background-color: rgb(236, 236, 236);
}


.menu-footer-responsive .aplica-filtros {
    background-color: black;
}

.menu-footer-responsive .borra-filtros a {
    color: black;    
}

.menu-footer-responsive .aplica-filtros a {
    color: white;
}

.menu-responsive {
    position: fixed;
    top: 85px;
    background-color: #f2f2f2;
    color: black;
    width: 100%;
    height: 100vh;
    z-index: 2000;
    overflow-y: auto;
    left: 0;
    transition: left 0.3s ease-in-out;
  }
  
  .menus-responsive ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    background-color: white;
  }
  
  .menus-responsive ul li {
    flex-grow: 1;
  }
  
  .menus-responsive ul li a {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    color: black;
    text-decoration: none;
    text-align: left;
    padding: 10px;
  }

  .titulo-menu {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
  }

  #menu-principal-container-responsive hr, .menus-responsive hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .checkbox-1x {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
  }

  .checkbox-2x {
    transform: scale(2);
    -webkit-transform: scale(2);
  }

  input[type='checkbox'] {
    accent-color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #000;
  }

  input[type='checkbox']:checked {
    background-color: black;
  }

  input[type="checkbox"]::before {
    content: '\2713';
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    color: #fff;
    visibility: hidden;
  }
  
  /* Estilo para mostrar el pseudo-elemento ::before cuando el checkbox está seleccionado */
  input[type="checkbox"]:checked::before {
    visibility: visible;
  }

  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-radius: 0;
  }

  .pointer {
    cursor: pointer !important;
  }

  .volver-menu-responsive, .volver-submenu-responsive {
    margin-left: -20%;
  }
  
  .submenu-responsive, .submenu-subcategorias-responsive {
    background-color: white;
    color: black;
    width: 100%;
    height: 100vh;
    z-index: 2000;
    padding: 10px;
    position: fixed;
    left: 0;
    top: 85px;
    transform: translateX(+100%);
    transition: transform 0.3s ease-in-out;
  }

  .menu-responsive-content-main, .menu-responsive-content-catalogo {
    display: none;
  }

  .menu-footer-responsive.main .menu-responsive-content-main, .menu-footer-responsive.main .menu-responsive-content-catalogo {
    display: flex;
  }

  .menu-filtros {
    display: none;
    background-color: white;
    color: black;
    width: 100%;
    padding: 10px;
    position: fixed;
    overflow-y: auto;
    left: 0;
    top: 0;
    z-index: 10;
    height: calc(100vh - 60px);
    overflow-x: hidden;
  }

  .menu-filtros ul {
    list-style: none;
    padding: 0;
  }

  .menu-filtros .submenu-filtros span {
    font-weight: 100;
    font-size: 17px;
    letter-spacing: 1px;
  }

  .menu-filtros .cierra-menu-filtros i {
    margin-top: -4px;
    color: black;
  }
  
  .menu-responsive.active {
    left: 0;
  }

  .menu-responsive.inactive {
    left: -100%;
  }

  .submenu-responsive.active, .submenu-subcategorias-responsive.active {
    transform: translateX(0%);
  }

  .submenu-responsive.inactive, .submenu-subcategorias-responsive.inactive {
    transform: translateX(+100%);
  }

  .submenu-responsive.hidden {
    transform: translateX(-100%);
  }

  .menu-footer-responsive.main .ver-filtros {
    background-color: rgb(236, 236, 236);
  }

  .menu-footer-responsive.main .ver-filtros i {
    color: #466BDD;
  }
  
  .submenu-responsive ul, .submenu-subcategorias-responsive ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .submenu-responsive ul li, .submenu-subcategorias-responsive ul li {
    margin-bottom: 5px;
  }
  
  .submenu-responsive ul li a, .submenu-subcategorias-responsive ul li a {
    color: black;
    text-decoration: none;
  }


.nueva-coleccion {
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    min-height: 85vh;
    background: url(https://programadepuntos.insignamaniqui.com/images/nueva_coleccion_background.png);
    background-size:cover;
}

.nueva-coleccion .col {
    left: 100px;
}

.nueva-coleccion .col h2 {
    color: white;
    font: normal normal 200 40px/30px GT Eesti Pro Display;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 15px 0;
}

.nueva-coleccion .col p {
    color: white;
    font: normal normal 100 13px/30px GT Eesti Pro Display;
    letter-spacing: 2px;
}

.destacados {
    margin: 100px 0;
    width: 100%;
    height: 90vh;
    flex-wrap: nowrap;
}

.destacados .producto-destacado-principal {
    width: 100%;
    height: 100%;
    position: relative;
}

.destacados .producto-destacado-principal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destacados .producto-destacado-principal a {
    position:absolute;
    width:100%;
    top: 90%;
    left: 0;
    text-align: center;
}

.destacados .grid {
    display: flex;
    flex-wrap: wrap;
}

.destacados .grid .producto-destacado {
    width: calc(50% - 20px);
    height: calc(50% - 20px);
    margin: 0 10px;
    object-fit: cover;
}

.destacados .grid .producto-destacado img {
    width: 100%;
    height: 90%;
    object-fit: cover;
}

.destacados .grid .producto-destacado p {
    color: black;
    font: normal normal 300 13px/30px GT Eesti Pro Display;
}

.categorias {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
    overflow-x: scroll;
    padding-bottom: 40px;
}

.categorias .categoria {
    position: relative;
    min-width: 20%;
    height: 500px;
}

.categorias .categoria img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categorias .categoria p {
    position: absolute;
    color: white;
    font: normal normal 300 16px/30px GT Eesti Pro Display;
    top: 85%;
    left: 10%;
    width: 50%;
    z-index: 1;
}

.categorias .before {
    width: 100%;
    height: 100%;
}

.categorias .before::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, 80%,rgba(0, 0, 0, 0.7));
}

.enlace-standard {
    color: black;
    text-decoration: underline;
}

.enlace {
    font: normal normal 300 11px/30px GT Eesti Pro Display;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 0.5em;
    letter-spacing: 2px;
}

.negro {
    color: black;
}

.blanco {
    color: white;
}

.hover-negro:hover {
    color: black;
}

.hover-blanco:hover {
    color: white;
}

.qty {
    margin: 0;
    padding: 0;
}

.qty .count, .qty .count-agentes {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 2px;
    margin: 0 10px;
    width: 65px;
    height: 42px;
    text-align: center;
    border: 1px solid lightgray;
    border-radius: 0.3em;
}
.qty .plus, .qty .plus-agentes {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: lightgray;
    width: 28px;
    height: 28px;
    font-size:18px;
    line-height:25px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid lightgray;
    }
.qty .minus, .qty .minus-agentes {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: lightgray;
    width: 28px;
    height: 28px;
    font-size:18px;
    line-height:25px;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    border: 1px solid lightgray;
}


.minus:hover{
    background-color: #c0c0c0 !important;
}
.plus:hover{
    background-color: #c0c0c0 !important;
}

.container-breadcrumbs {
    margin: 0 90px;
}

/*Prevent text selection*/
span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
input{  
    border: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:disabled{
    background-color:white;
}
/*
.btn-solicitar
{
	border:1px solid #333;
	border-radius:0px;
	padding:10px 40px;
}

.btn-solicitar:hover
{
	background:#eaeaea;
	border:1px solid #eaeaea;
}
*/
.agente
{
	
	margin-bottom:30px;
	padding:10px;
}

.agente h5
{
	border-bottom:1px solid #555;
	padding-bottom:5px;
}

.btn-revisar, .btn-solicitar
{
	border:1px solid #333;
	border-radius:0px;
	padding:8px 25px;
	font-size:12px;
}

.solicitar-prendas .btn {
    border-radius: 29px;
    opacity: 1;
    font-size: 14px;
    font-weight: 300;
}

.solicitar-prendas #solicitar_prendas .btn {
    background: #466BDD 0% 0% no-repeat padding-box;
    border-color: #466BDD;
    color: white;
}

.solicitar-prendas #solicitar_prendas .btn:hover {
    background: white 0% 0% no-repeat padding-box;
    border-color: #466BDD;
    color: #466BDD;
}

.solicitar-prendas #solicitar_prendas_sinpuntos .btn {
    background: white 0% 0% no-repeat padding-box;
    color: #466BDD;
}

.solicitar-prendas #solicitar_prendas_sinpuntos .btn:hover {
    background: rgb(203, 0, 0) 0% 0% no-repeat padding-box;
    color: white;
}

.numitems
{
	position:absolute;
	font-size:8px;
	padding:4px;

}

.saldo, .saldo_azul, .saldo_gris, .saldo_negro
{
	padding:4px 5px;

}

.total-puntos {
    text-align: end;
}

.agentes-info .saldo, .agentes-info .saldo_azul, .agentes-info .saldo_gris {
    padding: 10px 0;
    font-weight: 300;
    font-size: 18px;
}

.espaciador-xs {
    height: 25px;
}

.espaciador-s {
    height: 50px;
}

.espaciador-m {
    height: 100px;
}

.espaciador-l {
    height: 150px;
}

.espaciador-xl {
    height: 200px;
}

.espaciador-xxl {
    height: 300px;
}

.table-responsive table {
    margin-bottom: 40px;
}

.table-responsive .dataTables_info, .table-responsive .dataTables_paginate {
    font-size: 13px;
    font-weight: 300 !important;
    color: #94A0B3;
    text-transform: uppercase;
}

.table-responsive th {
    font-size: 13px;
    font-weight: 300 !important;
    padding: 15px 0 !important;
    color: #94A0B3;
    border: none;
}

.table-responsive td {
    font-size: 15px;
    font-weight: 400 !important;
    padding: 15px 0 !important;
}

.breadcrumb {
    background-color: white;
    padding: 0 1rem;
    margin: 0;
}

.breadcrumb a {
    color: black;
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
}

/** css **/

.home-catalogo{
	position: relative;
}
.home-catalogo .botones-slide{
	position: absolute;
	bottom: 80px;
	width: 100%;
}
.home-catalogo h4{
	font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: white;
}
.home-catalogo h2{
	font-size: 42px;
    font-weight: 800;
    line-height: 1.2em;
    color: white;
}
.home-catalogo .botones-slide .item-boton span{
	display: block;
}
.home-catalogo .botones-slide{
	margin-top: 50px;
}
.home-catalogo .botones-slide .item-boton a{
	color: #777777;
}
.home-catalogo .botones-slide .item-boton a:hover{
	text-decoration: none;
}
.home-catalogo .botones-slide .item-boton{
	color: #777777;
	position: relative;
    padding: 30px;
    border: 2px solid #777777;
    float: left;
    width: calc(20% - 33px);
    margin-right: 30px;
    min-height: 200px;
}
.home-catalogo .botones-slide .botonera{
	margin-top: 50px;
}
.home-catalogo .botones-slide .item-boton span.descubre{
	font-size: 12px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 40px;
    color: #737373;
    opacity: 0;
    display: block;
}
.home-catalogo .botones-slide .item-boton:hover{
	background-color: rgba(255,255,255,.7);
}
.home-catalogo .botones-slide .item-boton:hover span.descubre{
	opacity: 1;
}
.home-catalogo .botones-slide .item-boton span.titular{
	font-size: 20px;
}
.home-catalogo .botones-slide .item-boton span.subtitular{
	font-size: 14px;
}
.home-catalogo .botones-slide .ver_catalogo{
	background-color: white;
	padding: 0.625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    color: #777777;
    display: none;
    margin-top: 30px;
}

.home-productos .titular-enlace{
	background-color: #f7f7f7;
	padding: 40px;
	min-height: 710px;
	padding-top: 40%;
	margin-bottom: 30px;
}
.home-productos .titular-enlace h2{
    font-size: 38px;
    line-height: 1.2em;
    letter-spacing: -1px;
    color: #777777;
}
.home-productos .titular-enlace p{
    margin-bottom: 30px;
    font-size: 18px;
    color: #777777;
}
.home-productos .titular-enlace a{
	color: #777777;
	font-size: 14px;
	display: inline-block;
	border: 1px solid #777777;
	padding: 10px 60px 10px 20px;
	position: relative;
}
.home-productos .titular-enlace a:after {
    background: #777777;
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 30px;
    right: 12px;
}

.home-productos .item-producto{
	min-height: 340px;
	margin-bottom: 30px;
	position: relative;
}
.home-productos .item-producto .overlay{
	background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.home-productos .item-producto .contenido {
    z-index: 99;
    position: absolute;
    bottom: 40px;
    left: 30px;
    right: 30px;
}
.home-productos .item-producto a{
	color: white;
}
.home-productos .item-producto a:hover{
	text-decoration: none;
}
.home-productos .item-producto p.leer-mas{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid white;
    display: inline-block;
    opacity: 0;
}
.home-productos .item-producto p.titulo{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.home-productos .item-producto p.puntos{
	font-weight: bold;
}
.home-productos .item-producto:hover p.leer-mas{
	opacity: 1;
}
.home-productos .item-producto:hover .overlay{
	background: rgba(0,0,0,.5);
}
.home-catalogo.catalogo-section .botones-slide {
    margin: 0;
}



/*	RESPONSIVE */

@media only screen and (max-width: 1300px){
	.home-catalogo .botones-slide .ver_catalogo{
		display: inline-block;
	}
	.home-catalogo .botones-slide .botonera{
		display: none;
	}
}
@media only screen and (max-width: 1160px){
	.home-productos > .col-sm-8,
	.home-productos > .col-sm-4{
		width: 100% !important;
		max-width: 100% !important;
		flex: 100%;
	}
	.home-productos .titular-enlace{
		min-height: auto;
		padding: 30px;
	}
}


/* Custom css */

.w-md-50 {
    width: 50% !important;
}

header > .container{
	width: 100%;
	max-width: 100% !important;
}
header .container > .row {
	margin-left: 60px;
	margin-right: 60px;
}
.login-page{
	background: url('../images/login.png');
	background-size: cover;
	height:100vh;
}
.login-page header,
.login-page .cabecera-producto{
	display: none;
}
.login-insignia{
	padding:80px 14%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.login-insignia h1{

	text-align: center;
	font: normal normal 300 40px/50px GT Eesti Pro Display;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 1;
	margin-top:30px;
	margin-bottom:30px;
    width: 270px;
    margin: 60px auto;
}

.login-insignia img.logo {
    width: 215pt;
    margin: 0 auto;
}

.login-page .logo-insignia{
	text-align: center;
}
.login-page .logo-insignia img{
	width: 200px;
	margin-top: 50px;
}
.login-insignia .card{
	border-radius: 10px;
	width:489px;
	height: 828px;
}
.login-insignia .card .card-header{
	background-color: white;
}
.login-insignia .card .card-header h3{
	text-align: center;
	text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.login-insignia .card .card-body
{
	padding: 60px 60px 0 60px;
	text-align:center;
    display: flex;
    flex-direction: column;
}

.login-insignia span.input-group-text {
    position: absolute;
    top: 18px;
    left: 5px;
    z-index: 1;
    border: none;
    background-color: transparent;
}

.login-insignia .card .card-body form {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.login-insignia .card .card-body .footer {
    font-size: 13px;
    margin-top: auto;
    color: black;
}

.login-insignia .card .card-body a {
    color: black;
    text-decoration: underline;
}

.login-insignia .card .card-body .form-row {
    font-size: 12px;
    color: #94A0B3;
}

.login-insignia .card .card-body .form-row i {
    color: #94A0B3;
}

.placeholder-negro::placeholder {
    color: black;
}

.placeholder-gris::placeholder {
    color: #94A0B3;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
input:autofill,
input:autofill:hover, 
input:autofill:focus, 
input:autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.login-insignia .card .card-body input[type="text"],
.login-insignia .card .card-body input[type="password"],
.login-insignia .card .card-body input[type="email"] {
	background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
	border: 1px solid var(--unnamed-color-000000);
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #94A0B3;
	border-radius: 8px;
	opacity: 1;
	width:100%;
    padding-left: 40px;
    margin-bottom: 20px;
    height: 50px;
}

.login-insignia .card .card-body input[type="text"]:focus,
.login-insignia .card .card-body input[type="password"]:focus,
.login-insignia .card .card-body input[type="email"]:focus {
    background-color: transparent;
    box-shadow: none;
}


.login-insignia .card .card-body input[type="submit"]{
	background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
	background: #000000 0% 0% no-repeat padding-box;
	border-radius: 8px;
	opacity: 1;
    height: 50px;
}
.login-insignia .card .card-body input[type="submit"]:hover{
	background: #212121;
	border-color: #f0841a;
}

.login-insignia .card .card-body button[type="submit"]{
	background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
	background: #000000 0% 0% no-repeat padding-box;
	border-radius: 8px;
	opacity: 1;
    width: 100%;
    height: 50px;
    border: none;
}
.login-insignia .card .card-body button[type="submit"]:hover{
	background: #212121;
}
.login-insignia .card .card-body .datos-usuario {
    color: #94A0B3;
    font-size: 13px;
}
.login-insignia .card .card-body .datos-usuario .recuerdame .form-check-input {
    margin-top: 0.15rem !important;
}
.login-insignia .card .card-body .datos-usuario a {
    color: #94A0B3;
}
.login-insignia .card .card-body .recovery-msg {
    margin-bottom: 30px;
}
.login-insignia .card .card-body .recovery-msg p {
    font-size: 14px;
    color: #F08541;
}
.home-catalogo{
	position: relative;
    height: auto;
    padding-top: 200px;
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
	background: url('../images/login.png');
    background-repeat: no-repeat;
    background-size: cover;
	text-align:center;
	color:#fff;
}
.home-catalogo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004d;
}
.home-catalogo.catalogo-section {
    min-height: calc(100vh - 250px);
    margin: 0 90px 40px 90px;
}
.home-catalogo .home-catalogo-inner h1 {
    font: normal normal 200 50px/70px GT Eesti Pro Display;
    letter-spacing: 6px;
}
.home-catalogo p {
    text-align: center;
    font: normal normal 100 14px/25px GT Eesti Pro Display;
    letter-spacing: 1px;
    font-weight: 200;
    color: #FFFFFF;
    opacity: 1;
    margin: 0 auto;
    margin-bottom: 20px;
}
.home-catalogo p.descripcion {
    width: 300px;
    font-size: 15px;
}
.home-catalogo .botones-slide {
    position: relative;
    width: 100%;
}
.home-catalogo.home .botones-slide {
    bottom: 50px;
}
.home-catalogo {
    position: relative;
    height: auto;
    padding-top: 200px;
}
.info-home {
    margin-top: 70px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-home h2 {
    text-transform: uppercase;
    margin: 0;
    font: normal normal 200 32px/73px GT Eesti Pro Display;
    letter-spacing: 1px;
    line-height: 55px;
}
.info-home p {
    margin: 0;
    font: normal normal 100 13px/25px GT Eesti Pro Display;
}
.info-home .row {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info-home.secciones .row {
    max-width: 315px;
}
.info-home.secciones h1 {
    font-weight: 200;
    font-size: 40px;
    margin: 15px 0 15px 0;
}
.info-home.secciones p {
    color: #262626;
}
.info-home.secciones p.seccion-descripcion {
    font-size: 16px;
}
header .logo-insignia img{
	width: 150px;
	max-width: 100%;
}
header #menu {
    margin: 0;
    padding: 0;
}
header #menu li a {
	letter-spacing: 2px;
	font-size: 12px;
	margin-top: 7px;
    font-weight: normal;
}
header .saldo{
	border: 1px solid #E88C4B;
	border-radius: 5px;
	width: 150px;
	opacity: 1;
	text-align: center;
	font: normal normal 300 15px/24px GT Eesti Pro Display;
	letter-spacing: 0px;
	color: #E88C4B;
}

header .saldo.fill {
    color: white;
    background-color: #E88C4B;
    font-size: 18px;
    padding: 9px;
}

.menu-responsive .saldo.fill {
    color: white;
    background-color: #E88C4B;
    font-size: 18px;
    padding: 9px;
}

header #menu li a:hover {
    text-underline-offset: 0.5em;
    text-decoration-thickness: 2px;
}

header #menu .menu-item-catalogo {
    padding-right: 0;
}

header #menu i {
    margin-right: 10px;
}

header .carrito span {
    font-size: 12px;
    font-weight: 400;
    color: #466BDD;
}

header .carrito i {
    background-color: #466BDD;
    color: white;
    border-radius: 50%;
    padding: 10px;
}

header .carrito-responsive i {
    background-color: #F2F2F5;
}

.custom-icon {
    background-color: #F2F2F2;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-icon-2 {
    background-color: #466BDD;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-2x {
    width: 44px;
    height: 44px;
}

header .carrito a {
    text-decoration: none;
}

header .user span {
    font-size: 12px;
    font-weight: 400;
    color: lightgray;
}

header .user i {
    background-color: rgb(238, 238, 238);
    color: #466BDD;
    border-radius: 50%;
    padding: 14px;
}

header .user a {
    text-decoration: none;
    cursor: default;
}

header .menu-usuario {
    list-style: none;
    padding: 0;
}

header .menu-usuario ul {
    list-style: none;
    padding: 0;
}

header .muestra-menu-usuario {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.menu-flotante-usuario {
    position: absolute;
    top: 40px;
    z-index: 10;
    min-width: 350px;
    display: none;
}

.menu-flotante-usuario.modal {
    top: 0;
    position: relative;
    width: 100%;
    min-width: 0;
    display: block;
}

.menu-flotante-usuario p {
    list-style: none;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
}

.menu-flotante-usuario ul.footer {
    line-height: 5px;
}

.menu-flotante-usuario p.info {
    color: black;
    border-radius: 0.3em;
    background-color: #F2F2F5;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
    margin-bottom: 23px;
}

.menu-flotante-usuario p.info.lotes {
    background-color: #E8634B;
    color: white;
    font-size: 17px;
}

.menu-flotante-usuario h6 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3em;
    margin: 17px 0;
}

.menu-flotante-usuario p.info-proceso {
    text-align: right;
    color: #E88C4B;
}

.menu-flotante-usuario a {
    color: black;
    text-decoration: underline;
}

.menu-flotante-usuario ul {
    list-style: none;
    padding: 0;
}

.modal.modal-bottom .modal-dialog {
    position: absolute;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 95%;
  }

.modal.flotante-usuario .close:focus {
    outline: 0 !important;
}

.no-decoration {
    text-decoration: none !important;
}

#modal-user, #modal-user .modal-body {
    padding: 0 !important;
}

#modal-user .modal-content {
    background-color: transparent;
}

#modal-user .modal-content, #modal-user .modal-header, #modal-user .modal-body {
    border: 0;
}

#modal_asignar_agentes p {
    margin: 30px 0 0 0;
    padding-left: 12px;
    font-size: 14px;
    color: #94A0B3;
}

#modal_asignar_agentes input[type="search"] {
    background-color: whitesmoke;
}

#modal_asignar_agentes input[type="search"]::placeholder {
    color: #94A0B3;
}

#modal_asignar_agentes input[type="search"]:focus {
    box-shadow: none;
}

#modal_prendas label {
    font-weight: 300;
}

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

.modal .modal-header {
    border-radius: 15px 15px 0 0;
}

.modal .modal-footer {
    border-radius: 0 0 15px 15px;
    box-shadow: 0 -3px 17px -5px lightgray;
}

.toast-container {
    z-index: 10;
    padding: 20px;
    left: 70%;
    top: 0;
}

.toast-container .toast {
    background-color: white;
    color: black;
    min-width: 410px;
}

.toast-container .toast-central-content {
    background-color: white;
    padding: 0 37px 10px 37px;
    margin: 0;
}

.informative-toast {
    right: 0;
    bottom: 0;
    z-index: 2000;
}

.informative-toast .toast-body .row .col-2, .informative-toast .toast-body .row .col-8 {
    margin: 0;
}

.cabecera-producto {
    position: relative;
    height: auto;
    padding-top: 142px;
    color: white;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
}
.product{
	margin-bottom: 20px;
}
.product h3 {
    font-size: 18px;
    margin-top: 25px;
    color: #f0841a;
    font-weight: bold;
    margin: 12px 0 0 0;
    padding: 0;
}
.product p{
	font-size: 15px;
    font-style: italic;
}
.modal .modal-title {
    border-radius: 5px;
    border: 1px solid lightgray;
    background-color: white;
    padding: 4px 14px;
    font-weight: 400;
}
.modal .btn-close {
    border-radius: 5px;
    border: 1px solid lightgray;
    background-color: white;
    height: 30px;
    width: 30px;
}

.filacesta .fa-trash{
	color: #f0841a;
}
.filacesta p{
	margin-bottom: 5px;
	font-size: 14px;
}
.filacesta h5{
	font-weight: bold;
	color: #a5a5a5;
}
.filacesta h1{
    font-size: 26px;
}
.filacesta .cantartiulo{
	background-color: #f1f1f1;
	    background-color: #f1f1f1;
    padding: 5px;
    margin-right: 10px;
}
.filacesta {
	border-bottom: 1px solid #ccc !important;
}
.filacesta .valor {
    font-weight: 300;
    font-size: 14px;
}
.agentes-insignia{
	background: #f1f1f1;
	padding: 20px;
    margin-bottom: 15px;
}
.agentes-insignia .btn-revisar, .btn-solicitar{
	background: white;
}
.btn-revisar, .btn-solicitar{
	padding: 8px 25px;
}
.filaagente .fa-edit{
	color:#f0841a ;
}
.gestion-insigna{
	min-height:calc(100vh - 424px);
	margin-bottom: 50px;
}
.gestion-insigna h3{
	background: #f1f1f1;
	padding: 10px;
	font-size: 20px ;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
.filacesta label {
    text-align: left;
	font: normal normal 100 12px/19px GT Eesti Pro Display;
	letter-spacing: 0px;
	color: #94A0B3;
    text-transform: uppercase;
}
.gestion-insigna form .row{
	margin-bottom: 30px;
}
.gestion-insigna input[type="date"] {
    font-weight: 300;
    padding: 22px 12px;
    border: 1px solid #96A0B1;
}
.gestion-insigna input[type="radio"] {
    width: 25px; height: 25px; margin-right: 5px;
}
.gestion-insigna .btn {
    padding: 10px 25px;
    margin: 0;
}
.gestion-insigna label {
    text-transform: uppercase;
    color: #96A0B1;
    font-size: 14px;
}
::-webkit-calendar-picker-indicator {
    background-image: url('https://programadepuntos.insignamaniqui.com/assets/icons/custom/calendar.svg');
}
.product h3 {
    text-align: left;
    font: normal normal 100 14px/30px GT Eesti Pro Display;
    color:#000;
}
.product p {
    text-align: left;
    font: normal normal 100 14px/30px GT Eesti Pro Display;
}
.product p.puntos {
    font-weight: 600;
}
.imagen-catalogo {
	background: #F3F2F1 0% 0% no-repeat padding-box;
    background-position: center;
    background-size: cover;
	opacity: 1;
	max-width: 382px;
	height: 520px;
}

.despliega-agentes {
    cursor: pointer;
    padding-top: 5px;
}

.desplegable-agentes {
    display: none;
}

.desplegable-agentes ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.desplegable-agentes ul li {
    margin: 10px 0;
}

.modal-lg {
    width: 990px !important;
    max-width: 90%;
}

.wrapp_attribute {
    background: #fafafa;
    padding: 10px;
    clear: both;
}

.title_attribute {
    background: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    border-bottom: 2px solid #111;
    padding: 10px;
}

.attribute_group {
    width: 12%;
    display: inline-block;
    background: #fafafa;
    padding: 5px;
}

.attribute_label {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 14px;
}

.attribute_group input[type=text] {
    height: 50px;
    margin: 5px 10px 0px 10px;
    width: 90%;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
}

.mensaje {
    color: white;
    padding: 10px;
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto;
}

.mensaje.warning {
    background-color: orange;
}

@media only screen and (max-width: 1350px){
	header #menu{
		padding-left: 0px;
	}
}
@media only screen and (max-width: 1250px){
	header .row{
		/*display: block;*/
	}
	header .logo-insignia{
		text-align: center;
	    width: 100%;
	    display: table;
	    margin: 0 auto;
        padding: 0;
	}
	header .menu-insignia{
		width: 100%;
	    text-align: center;
	    max-width: 100%;
	    margin-top: 20px;
        margin-left: 0;
        padding-left: 0;
	}
	header .cesta-insignia,
	header .puntos-insignia{
		width: 50%;
		max-width: 50%;
		float: left;
	}
	header .cesta-insignia #iconos{
		padding-left: 0px;
	}
	header .puntos-insignia{
		text-align: right;
	}
	header .puntos-insignia .saldo{
		display: initial;
	}
	.container{
		max-width: 100% !important;
	}
	.home-productos .item-producto .contenido{
		left: 15px;
		right: 15px;
	}
	.cabecera-producto{
		padding-top: 207px;
	}

}
@media only screen and (max-width: 768px){
	.cabecera-producto {
    	padding-top: 241px;
    	padding-left: 15px;
    	padding-right: 15px;
	}
	.row{
		/*display: block;*/
	}
	.row > div{
		margin-bottom: 20px;
	}
	.login-insignia{
		min-height: calc(100vh - 378px);
		display: flex;
		align-items: center;
	}
	.row.home-catalogo{
		display: flex;
	}
	.home-productos .row > div{
		max-width: 100%;
	}
	.filaagente{
		height: auto !important;
	}
	.filaagente > div{
		margin-bottom: 5px;
	}
	.cabecera-filas-agentes {
		display: none;
	}
	.agentes-insignia > .row > div{
		margin-bottom: 10px;
	}
	.filas-agentes{
		margin-bottom: 30px;
	}

}

@media only screen and (max-width: 480px){
	header{
		padding: 30px 0px;
	}
	footer{
		padding: 20px 15px;
	}
	#iconos li:nth-child(2){
		display: block;
	}
	.home-catalogo{
		padding-top: 270px;
	}
}
