html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

/*====INDEX====*/

.main-bd {
    background: url('../img/bg-main.jpg');
    background-size: cover;
}

.main-bd .wrap-all {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-bd .features {
    width: 48%;
    display: inline-table;
    vertical-align: top;
}

.main-bd .features article {
    width: 100%;
    color: #fafbfc;
    margin: 25px;
}

.main-bd .features article i {
    font-size: 26px;
    margin-right: 15px;
    display: inline-table;
    vertical-align: top;
    width: 30px;
}

.main-bd .features article h2 {
    font-size: 18px;
    display: inline-table;
    vertical-align: top;
    width: 90%;
}

.wrap-login .box-container{
    background: #d6d2d3;
    width: 330px;
    height: 340px;
    margin: 0 auto;
    padding: 20px 20px;
    text-align: center;
    border-radius: 10px;
}

.wrap-login .box-container form.box-content{
    width: 85%;
    margin: 0 auto;
}

.wrap-login .box-container form.box-content .logo-login img {
    width: 100%;
}
.wrap-login .box-container form.box-content h1 {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 1em;
}
.wrap-login .box-container form.box-content h6 {
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    width: 100%;
}

.wrap-login .box-container form.box-content h6 a {
    color: #3339ab;
}
.wrap-login .box-container form.box-content .field{
    margin: .5em 0;
}
.wrap-login .box-container form.box-content .field input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #cecece;
    padding: .8em 1em;
    outline: none;
}
.wrap-login .box-container form.box-content .field .invalid-feedback{
    font-weight: 300;
    font-size: 11px;
    text-align: left;
    padding: .3em;
    color: #BF0000;
}
.wrap-login .box-container form.box-content .buttons{
    text-align: right;
    margin: .5em 0;
}
.wrap-login .box-container form.box-content .buttons button{
    border-radius: 4px;
    background-color: #BF0000;
    color:#FFF;
    padding: .6em 1em;
    outline: none;
    transition: .2s;
}
.wrap-login .box-container form.box-content .buttons button:hover{
    background-color: #d10000;
}
.wrap-login .box-container form.box-content .buttons button:active{
    background-color: #700000;
    color: rgba(255,255,255,.6);
}

.wp-wrap-msg {
    color: #fafbfc;
    width: 330px;
    margin: 0 auto;
    padding: 15px 20px;
    text-align: center;
}

.logo-markdata {
    margin: 15px auto 0 auto;
    width: 120px;
}

.logo-markdata img {
    width: 100%;
}

/*
.wp-wrap-msg {
    color: #fafbfc;
}
*/
/**/
.wrap-client {
    width: 160px;
    height: 50px;
    padding: 5px 0px 5px 20px;
    position: absolute;
    left: 0;
    top: 0;
}

/*=====Cajas principales=====*/

.wrap-content {
    width: 100%;
    padding-top: 60px;
    padding-left: 250px;
    height: 100%;
    display: flex;
}

.wrap-content .main-tracker {
    width: 100%;
    height: auto;
    padding: 1em;
}

/*=====Contenido Tracker=====*/

.box-producto {  /*Titulos Producto*/
    width: 100%;
    border-bottom: 5px solid #adadad;
}

.box-producto h4 {
    width: 100%;
    height: 30px;
    padding: 9px 5px;
    color: #fafbfc;
    background: #ba0202;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    user-select: none;
}

.box-producto .producto-titulo {
    width: 100%;
    padding: 15px 5px;
    color: #787878;
    text-transform: uppercase;
    font-size: 34px;
}

.box-producto .producto-componentes {
    width: 100%;
    padding: 5px 5px;
    color: #787878;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}

.box-producto .producto-lab {
    width: 100%;
    padding: 5px 5px;
    color: #787878;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.wrap-precios {  /*Contenido Precios*/
    width: 100%;
    padding: 25px 0px;
    text-align: center;
    height: 150px;
}

.wrap-precios article { 
    width: 14%;
    display: inline-table;
    vertical-align: top;
    position: relative;
}

.box-precio-producto {
    width: 80%;
    margin: 0 auto;
}

.box-precio-producto .farmacia-titulo {
    width: 100%;
    background: #383838;
    color: #fafbfc;
    text-transform: uppercase;
    padding: 5px 0px;
    text-align: center;
    height: 30px;
    position: absolute;
    top: 0px;
    z-index: 9;
}

.box-precio-producto .farmacia-precio {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    background: #f5f1f0;
    font-size: 25px;
    position: absolute;
    top: 30px;
    height: 50px;
    z-index: 9;
}

.box-precio-producto .farmacia-pdescuento {
	width: 10px;
	/* padding: 10px 0px; */
	text-align: center;
	/* background: #f5f1f0; */
	font-size: 15px;
	position: absolute;
	top: 32px;
	height: 20px;
	z-index: 10;
	left: 230px;
	color: #e51610;
}

article:nth-child(1) .box-precio-producto h2 {
    color: #4cad3c;
}

article:nth-child(2) .box-precio-producto h2 {
    color: #5394d4;
}

article:nth-child(3) .box-precio-producto h2 {
    color: #e51610;
}

article:nth-child(4) .box-precio-producto h2 {
    color: #524ead;
}

article:nth-child(5) .box-precio-producto h2 {
    color: #f58110;
}

.box-precio-producto .farmacia-porcentaje {
    width: 60px;
    height: 60px;
    position: absolute;
    text-align: center;
    padding: 34px 0px 20px 0px;
    top: 50px;
    left: 44%;
    z-index: 8;
    color: #fafbfc;
    border-radius: 50%;
    font-size: .9rem;
    /*background: #000 !important;*/
}

article:nth-child(1) .box-precio-producto h4  {
    background: #4cad3c;
}

article:nth-child(2) .box-precio-producto h4  {
    background: #5394d4;
}

article:nth-child(3) .box-precio-producto h4  {
    background: #e51610;
}

article:nth-child(4) .box-precio-producto h4  {
    background: #524ead;
}

article:nth-child(5) .box-precio-producto h4  {
    background: #f58110;
}

.wrap-tabla-productos {
    width: 100%;
}

.wrap-tabla-productos h4 {
    width: 100%;
    padding: 8px 0px 8px 5px;
    color: #fafbfc;
    background: #f5a510;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    user-select: none;
}

.wrap-tabla-productos table {
    width: 100%;
    font-size: 12px;
}

.wrap-tabla-productos table thead {
    border-bottom: 3px solid #ababab;
}

.wrap-tabla-productos table thead th {
    height: 35px;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
    user-select: none;
}
.wrap-tabla-productos table thead th.center{
    text-align: center;
}
.wrap-tabla-productos table thead th.center div{
    color: #333;
}


.wrap-tabla-productos table tbody tr td {
    height: 34px;
    padding: 8px 0px 0px 5px;
    text-align: left;
}
.wrap-tabla-productos table tbody tr td button{
    font-size: inherit;
    font-family: inherit;
    padding: .2rem .4rem;
    border-radius: 2px;
    background-color: #BF0000;
    color:#FFF;
    outline: none;
    transition: .2s;
}
.wrap-tabla-productos table tbody tr td button:hover{
    background-color: #d10000;
}
.wrap-tabla-productos table tbody tr td button:active{
    background-color: #700000;
    color: rgba(255,255,255,.6);
}
.wrap-tabla-productos table tbody tr td button[disabled]{
    background-color: #EEE;
    color: #999;
}

.wrap-tabla-productos table tbody tr:nth-child(odd) td {
    background: #f5f1f0;
}

.wrap-tabla-productos table tbody tr:nth-child(2n) td {
    background: #fafbfc;
}


/*=====Pantalla Periodo=====*/

.wrap-precios-periodo {
    width: 100%;
}

.wrap-precios-periodo .filter-periodo {
    background: #2c2e2d;
    color: #fafbfc;
    height: 35px;
    padding: 4px 5px;
    font-size: 11px;
    font-weight: 300;
    margin-top: 5px;
    user-select: none;
}

.wrap-precios-periodo .filter-periodo p {
    display: inline-table;
    vertical-align: middle;
}

.filter-periodo .item-filtro {
    background: #2c2e2d;
    color: #fafbfc;
    padding: 4px 5px;
    font-size: 11px;
    font-weight: 300;
    display: inline-table;
    vertical-align: middle;
    margin: 0 .2em;
}
.filter-periodo .item-filtro input {
    margin: 0;
    display: inline-block;
}

.wrap-precios-periodo .wp-article {
    width: 100%;
    text-align: center;
}

.wrap-precios-periodo .wp-article article {
    padding: 10px;
    display: inline-table;
    vertical-align: top;
    width: 17%;
}

.box-precio-periodo {
    width: 100%;
    margin: 0 auto;
}

.wp-periodo-precio {
    background: #f5f1f0;
}

.box-precio-periodo .farmacia-titulo {
    width: 100%;
    background: #383838;
    color: #fafbfc;
    text-transform: uppercase;
    padding: 5px 0px;
    text-align: center;
}

.box-precio-periodo .periodo-precio {
    width: 48%;
    display: inline-table;
    vertical-align: top;
    text-align: center;
    padding: 8px 0px;
}
.box-precio-periodo .periodo-precio h6 {
    font-size: 12px;
}
.box-precio-periodo .periodo-precio h4 {
    padding-top: 3px;
    font-size: 17px;
}

.box-precio-periodo .periodo-precio-a {
    width: 48%;
    display: inline-table;
    vertical-align: top;
    text-transform: uppercase;
    padding: 5px 0px;
}

article:nth-child(1) .box-precio-periodo .periodo-precio h4 {
    color: #4cad3c;
}

article:nth-child(2) .box-precio-periodo .periodo-precio h4 {
    color: #5394d4;
}

article:nth-child(3) .box-precio-periodo .periodo-precio h4 {
    color: #e51610;
}

article:nth-child(4) .box-precio-periodo .periodo-precio h4 {
    color: #524ead;
}

article:nth-child(5) .box-precio-periodo .periodo-precio h4 {
    color: #f58110;
}

.box-variacion {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.box-variacion .box-variable-flecha {
    background: #383838;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 5px 0px;
    display: inline-table;
    vertical-align: middle;
}

.box-variacion .box-variable-flecha i {
    color: #fafbfc;
}
