@charset "UTF-8";
@import url("base.css");

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #363636;
}

a {
    color: #5a499d;
}

header .navbar-brand img {
    max-height: 55px;
    margin-top: -5px;
    margin-bottom: 0px;
}

header {
    height: 130px;
}

.navbar {
    padding-bottom: 0;
    padding-top: 15px;
}

.navbar-nav {
    margin-top: 0px;
}

.navbar-nav li {
    margin: 0 15px;
    height: 65px;
    margin-top: 25px;
}

.navbar-nav li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 2px;
    font-weight: 600;
    font-size: 13px;
}

.navbar-nav > li:hover a {
    color: #ffc600;
}

.navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu {
    border-radius: 0;
}

.navbar-nav .dropdown-menu li {
    height: auto;
    margin-top: 0;
    padding: 5px 15px;
    padding-top: 4px;
    margin: 0;
    background-color: #47476b;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-nav .dropdown-menu li:last-child {
    border-bottom: 0;
}

.navbar-nav .dropdown-menu li a {
    color: #fff;
}

.navbar-nav .dropdown-menu li:hover {
    background-color: rgb(124, 82, 156);
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.navbar-nav .dropdown-menu li:hover a {
    color: #fff;
}

.dropdown-menu {
    top: 40px;
    min-width: 14rem;
    padding: 0;
}

.dropdown-large {
    min-width: 23rem;
}

#navegacion-fija {
    display: block;
    background-color: #071436;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

footer {
    background-color: #071436;
    padding: 30px 0;
    color: #fff;
    font-size: 13px;
}

footer .phone-number {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
}

footer a:hover {
    color: #fff;
    opacity: 0.8;
}

footer p {
    color: #fff;
    line-height: 22px;
    font-family: "Poppins", sans-serif;
}

.footer-logo {
    margin-bottom: 15px;
}

#disclaimer {
    background-color: #cccccc;
    color: #071436;
    padding: 15px 0;
    font-size: 12px;
}

#disclaimer a {
    color: #071436;
}

footer h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}

.footer-nav {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.footer-nav a {
    color: #fff;
    padding: 3px 0;
    display: inline-block;
    font-weight: 500;
}

.circle-icon {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 40px;
    color: #071436;
    text-align: center;
    margin-right: 10px;
}

.horarios-footer {
    margin-top: 15px;
}

/* BUTTONS */
.btn-easy {
    border-width: 2px;
    height: 36px;
    line-height: 32px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
}

.btn-easy:hover {
    color: #fff;
}

.btn-transparent {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.btn-transparent-blue {
    border-color: #071436;
    background-color: transparent;
    color: #071436;
}

.btn-purple {
    border-color: #5a499d;
    background-color: #5a499d;
    color: #fff;
}

.btn-light-purple {
    background-color: #ab7fb7;
    background-color: #ab7fb7;
    color: #fff;
}

.btn-blue {
    border-color: #071436;
    background-color: #071436;
    color: #fff;
}

.btn-delete {
    background-color: #d7292a;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    padding: 0;
}

.btn-delete:hover {
    color: #fff;
}

.btn-gray,
.btn-gray:hover {
    background-color: #f1f1f1;
    color: #333;
}

.color-purple {
    color: #5a499d;
}

.titulo-central {
    font-size: 36px;
    text-align: center;
    font-weight: 500;
}

/* WEBSITE */
#banner-principal {
    height: 550px;
    width: 100%;
    margin-top: 90px;
}

#navegacion-fija .form-inline {
    width: 400px;
    margin-left: 15px;
    position: relative;
}
#navegacion-fija .form-inline .form-control {
    width: 100%;
    font-size: 14px;
    border-radius: 20px;
    border: 0;
    height: 34px;
}

#navegacion-fija .form-inline .search {
    position: absolute;
    right: 0;
    height: 34px;
    border: 0;
    background-color: #5a499d;
    color: #fff;
    width: 40px;
    border-radius: 0 17px 17px 0;
    padding-right: 10px;
}

#shop-button {
    background-color: transparent;
    color: #fff;
    border: 0px;
    font-size: 24px;
    margin-top: -5px;
}

#banner-principal .item {
    background: #efefef;
    height: 610px;
}

.banner-bar {
    background: rgb(94, 200, 221);
    background: linear-gradient(
        90deg,
        rgba(94, 200, 221, 1) 35%,
        rgba(171, 127, 183, 1) 100%
    );
    height: 320px;
    border-radius: 0 150px 150px 0;
    width: 70%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grid {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.grid img {
    max-height: 100%;
    width: auto !important;
}

.banner-bar-grid {
    background-image: url(../img/banner/grilla.png),
        linear-gradient(
            90deg,
            rgba(94, 200, 221, 1) 35%,
            rgba(171, 127, 183, 1) 100%
        );
    background-repeat: no-repeat;
    background-size: auto 150%;
}

.banner-bar-message {
    position: absolute;
    z-index: 4;
    color: #fff;
    padding-left: 150px;
    width: calc(100% - 150px);

    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-bar-message span {
    color: #071436;
}

.banner-bar-message h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
}

.producto-banner {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60% !important;
    max-width: 40%;
    width: auto !important;
    right: 30%;
    margin-right: -25%;
}

.coloured-banner {
    background: rgb(94, 200, 221);
    background: linear-gradient(
        90deg,
        rgba(94, 200, 221, 1) 35%,
        rgba(171, 127, 183, 1) 100%
    );
    opacity: 0.4;
}

#banner-principal .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.banner-bar-simple {
    z-index: 3;
    background: rgba(255, 255, 255, 0.5) !important;
    width: 65%;
}

.banner-bar-simple h2 {
    color: #5a499d;
}

#banner-principal .owl-dots {
    margin-top: -40px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #5a499d;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #ab7fb7;
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
}

#categorias-home {
    padding: 80px 0;
}

.categoria-destacada {
    border-radius: 15px;
    border: 5px solid #5a499d;
    height: 320px;
    background-color: #efefef;
    overflow: hidden;
    position: relative;
}

.circle-cropped {
    width: 250px; /* width of container */
    height: 250px; /* height of container */
    object-fit: cover;
    border-radius: 50%;
    background-color: #e5e5e5;
    margin-left: calc(100% - 200px);
    position: relative;
}

.producto-categoria-destacada {
    position: absolute;
    right: 0;
    max-height: 90%;
    max-width: 70%;

    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.categoria-destacada h3 {
    color: #5a499d;
    position: absolute;
    left: 15px;
    bottom: 0px;
    font-weight: bold;
    font-size: 36px;
    line-height: 38px;
    z-index: 3;
}

.categoria-destacada.no-border {
    border: 0px;
}

.categoria-destacada.no-border h3 {
    color: #fff;
}

.categoria-destacada.no-border h3.align-center {
    top: 60%;
}

.categoria-destacada-gradiente {
    position: absolute;
    width: 100%;
    height: 100%;

    background: rgb(94, 200, 221);
    background: linear-gradient(
        90deg,
        rgba(94, 200, 221, 1) 0%,
        rgba(96, 109, 178, 1) 100%
    );
    opacity: 0.7;
    top: 0;
    z-index: 2;
}

.categoria-destacada-full {
    position: absolute;
    width: 100%;
    height: 100%;

    background-color: rgba(90, 73, 157, 0.85);
    top: 0;
    z-index: 2;
}

.categoria-destacada-texto {
    position: absolute;
    width: 100%;
    height: 100%;

    background-color: rgba(7, 20, 54, 0.9);
    top: 0;
    z-index: 3;
    opacity: 0;

    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;

    color: #fff;
    text-align: center;
    padding: 30px;
}

.categoria-destacada-texto h4 {
    font-weight: 600;
}

.categoria-destacada-texto p {
    font-weight: 300;
}

.categoria-destacada:hover .categoria-destacada-texto {
    opacity: 1;
}

.middle-bar {
    background-color: #5a499d;
    width: 300px;
    height: 2px;
    margin-top: 10px;
}

#grilla-productos {
    padding-bottom: 60px;
}

.product-grid4,
.product-grid4 .product-image4 {
    position: relative;
    min-height: 240px;
}
.product-grid4 {
    font-family: Poppins, sans-serif;
    text-align: center;
    border-radius: 0;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease 0s;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
}
.product-grid4 .product-image4 a {
    display: block;
}
.product-grid4 .product-image4 img {
    width: 80%;
    height: auto;
    max-height: 100%;
}
.product-grid4 .pic-1 {
    opacity: 1;
    transition: all 0.5s ease-out 0s;

    top: 45%;
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
    position: absolute;
    left: 45%;
    margin-left: -35%;
}

.product-grid4 .pic-2 {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
}

.product-grid4 .social {
    width: 180px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}
.product-grid4 .social li {
    display: inline-block;
    opacity: 0;
    transition: all 0.7s;
}
.product-grid4 .social li:nth-child(1) {
    transition-delay: 0.15s;
}
.product-grid4 .social li:nth-child(2) {
    transition-delay: 0.3s;
}
.product-grid4 .social li:nth-child(3) {
    transition-delay: 0.45s;
}
.product-grid4:hover .social li {
    opacity: 1;
}
.product-grid4 .social li a {
    color: #222;
    background: #fff;
    font-size: 17px;
    line-height: 36px;
    width: 40px;
    height: 36px;
    border-radius: 2px;
    margin: 0 5px;
    display: block;
    transition: all 0.3s ease 0s;
}
.product-grid4 .social li a:hover {
    color: #fff;
    background: #16a085;
}
.product-grid4 .social li a:after,
.product-grid4 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}
.product-grid4 .social li a:after {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1;
}
.product-grid4 .social li a:hover:after,
.product-grid4 .social li a:hover:before {
    opacity: 1;
}
.product-grid4 .product-discount-label,
.product-grid4 .product-new-label,
.product-new-label {
    color: #fff;
    background-color: #16a085;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 45px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 15px;
    transition: all 0.3s;
}

#detalle-productos .product-new-label {
    height: 85px;
    width: 85px;
    font-size: 18px;
    line-height: 85px;
    left: -15px;
    top: -15px;
}

.product-grid4 .product-new-label {
    font-size: 10px;
}

.product-grid4 .product-discount-label {
    left: auto;
    right: 10px;
    background-color: #d7292a;
}

.product-grid4 .product-discount-convenio {
    background-color: #ab7fb7;
}

.product-grid4 .product-content {
    padding: 15px;
    min-height: 195px;
}

.product-content .badge {
    font-size: 12px;
    text-transform: uppercase;
}
.product-grid4 .title {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 7px;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 20px;

    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;

    margin-top: 10px;
}

.product-grid4 .title a {
    color: #222;
    font-weight: 500;
}

.product-grid4 .title a:hover {
    color: #5a499d;
}
.product-grid4 .price {
    color: #5a499d;
    font-size: 28px;
    font-weight: 700;
    margin: 0 2px 15px 0;
    display: block;
    line-height: 22px;
}

.bottom-price {
    position: absolute;
    bottom: 15px;
    width: 100%;
    vertical-align: bottom;
    left: 0;
}

.product-grid4 .price span {
    color: #909090;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: line-through;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
}

.product-grid4 .price span.notdashed {
    text-decoration: none;
    color: #ab7fb7;
    font-weight: 600;
}

#detalle-productos .price span.notdashed {
    text-decoration: none;
    color: #ab7fb7;
    font-weight: 600;
}

.price span.badge {
    text-decoration: none !important;
    color: #fff !important;
    font-weight: bold !important;
    vertical-align: top !important;
}

.cart-detail span.badge {
    vertical-align: middle !important;
    font-size: 11px;
}

.product-grid4 .add-to-cart {
    border: 1px solid #5a499d;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s;
    border-radius: 15px !important;
    background-color: #5a499d;
}
.product-grid4:hover .add-to-cart {
    border: 1px solid transparent;
    border-color: #5a499d;
    color: #fff;
}
.product-grid4 .add-to-cart:hover {
    background-color: #47476b;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 990px) {
    .product-grid4 {
        margin-bottom: 30px;
    }
}

#breadcrumb {
    background-color: #efefef;
    margin-top: 130px;
    padding-top: 12px;
    padding-bottom: 9px;
}

.breadcrumb a:hover {
    color: #071436;
}

.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    line-height: 30px;
}

.breadcrumb-item {
    font-weight: 300;
}

.breadcrumb-item a {
    color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "»";
}

.breadcrumb-item.active {
    font-weight: 600;
    color: #5a499d;
}

#breadcrumb h2 {
    font-weight: 600;
    margin-top: 0;
    font-size: 26px;
    text-transform: uppercase;
    display: inline-flex;
    margin-bottom: 0;
}

.text-page {
    padding: 20px 0;
    padding-bottom: 60px;
}

#contenido h3,
.contenido h3 {
    font-size: 20px;
    font-weight: bold;
    color: #5a499d;
    margin-top: 30px;
}

#contenido p,
.contenido p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #666;
}

#faqs {
    padding: 60px 0;
    padding-bottom: 100px;
}

#faqbox {
    border-radius: 0;
}

#faqbox.accordion > .card {
    border: 0;
}

#faqbox.accordion > .card > .card-header {
    background-color: #071436;
    border-radius: 0 !important;
}

#faqbox.accordion .btn-link {
    color: #fff;
    text-decoration: none !important;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
}

#faqbox.accordion .btn-link:focus {
    box-shadow: none;
}

#faqbox.accordion > .card {
    margin-bottom: 10px;
}

#faqbox .card-body {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #666;
}

#menu-categorias {
    font-family: "Poppins", sans-serif;
}

#menu-categorias h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #071436;
}

#menu-categorias h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #071436;
}

#menu-categorias .panel-title a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

#menu-categorias .panel-title i {
    font-size: 18px;
    padding-top: 6px !important;
    cursor: pointer;
    color: #5a499d !important;
}

#menu-categorias ul {
    margin-left: 0;
    padding-left: 15px;
}

#menu-categorias ul li {
    list-style-type: none;
    margin-left: 0;
}

#menu-categorias ul li a {
    padding: 5px 0;
    display: inline-block;
    font-weight: 600;
    color: #071436;
}

#menu-categorias .btn-purple {
    background-color: #ab7fb7;
    border-color: #ab7fb7;
}

.thirdlevel {
    padding-left: 20px;
}

.thirdlevel a {
    font-weight: 400 !important;
    color: #575757;
}

#filtros,
#barra-busqueda {
    background-color: #efefef;
    height: 50px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-right: 10px;
    color: #5a499d;
    border-radius: 10px;
}

#barra-busqueda {
    background-color: #5a499d;
    color: #fff;
    line-height: 50px !important;
    border-radius: 0;
    padding: 0;
}

#barra-busqueda h6 {
    line-height: 50px;
    padding-left: 15px;
}

#filtros .navbar-nav li {
    height: 50px;
    margin-top: 0;
}

.form-check-label {
    color: #5a499d;
}

.form-check {
    margin-bottom: 10px;
}

#carouselExampleIndicators {
    background-color: #efefef;
}

.carousel-item {
    text-align: center;
    padding: 80px 0;
}

#detalle-productos {
    padding: 80px 0;
}

#detalle-productos h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 5px;
}

.category-link {
    color: #5a499d;
    font-weight: bold;
}

#detalle-productos .price {
    color: #5a499d;
    font-size: 38px;
    font-weight: 700;
    margin: 0 2px 15px 0;
    display: block;
    line-height: 38px;
}
#detalle-productos .price span {
    color: #909090;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: line-through;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
}

#especificaciones-productos {
    background-color: #efefef;
    padding: 50px 0;
}

#especificaciones-productos p {
    text-align: justify;
    line-height: 22px;
}

.detail-table td {
    font-size: 13px;
    padding: 15px 0.75rem;
    vertical-align: middle;
    border-top: 0;
}

.detail-table tr td:first-child {
    font-weight: bold;
    font-size: 16px;
}

.sensacion {
    width: 100%;
}

#especificaciones-productos h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}

#informacion-contacto {
    background-color: #071436;
    color: #fff;
    padding: 35px 30px;
    padding-bottom: 60px;
}

#informacion-contacto h4 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.circulo-informacion {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-right: 15px;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
}

#informacion-contacto p {
    display: inline-block;
    margin-bottom: 0;
    line-height: 18px;
    vertical-align: middle;
    color: #fff;
}

#informacion-contacto p strong {
    font-weight: 600;
}

.box-informacion {
    margin-bottom: 15px;
    color: #fff;
}

#informacion-contacto h5 {
    font-weight: bold;
    font-size: 18px;
}

#contacto {
    padding: 70px 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom-color: #efefef;
}

.nav-tabs .nav-link {
    color: #666;
}

.bignav-link {
    background-color: #ab7fb7;
    color: #fff;
    height: 40px;
    line-height: 42px;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 20px;
}

.bignav-link:hover {
    background-color: #5a499d;
    color: #fff;
}

.nav-tabs .nav-link.active {
    font-weight: bold;
    color: #5a499d;
}

#about {
    background-color: #efefef;
    padding: 60px 0;
    margin: 50px 0;
    margin-bottom: 0;
}

#about p {
    text-align: justify;
}

.foto-oficina {
    max-width: 90%;
    float: right;
}

.calidad {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.calidad:hover .inner-text {
    display: block;
}

.inner-text {
    text-align: center;
    background-color: rgba(90, 73, 157, 0.85);
    width: 100%;
    height: 100%;
    color: #fff;
    display: none;
}

.inner-text p {
    padding: 0 20px;
    line-height: 24px;
    padding-top: 80px;
}

#marcas {
    margin: 50px 0;
}

.marca {
    border: 1px solid #efefef;
    width: 90% !important;
}

#bg-mini-cart {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1049;
    display: none;
    top: 0;
}

#mini-cart {
    width: 400px;
    background-color: #fff;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1050;
    right: -400px;
    padding-left: 10px;
    padding-right: 10px;
}

.cart-pic {
    max-width: 100%;
}

.cart-product {
    font-weight: bold;
    font-size: 14px;
}

.cart-product a {
    color: #575757;
}

.cart-detail strong {
    color: #5a499d;
}

.cart-detail {
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.cart-detail i {
    color: #47476b;
}

#mini-cart h3 {
    font-weight: bolder;
    font-family: "Poppins", sans-serif;
    margin: 20px 0;
    color: #071436;
    margin-top: 30px;
}

#mini-cart .btn-easy {
    margin-bottom: 10px;
    padding: 5px 0;
    height: auto;
}

.subtotal,
.total {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.total span {
    color: #5a499d;
    font-size: 20px;
    font-weight: bold;
}

.close-button {
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 26px;
    cursor: pointer;
}

#carro-compras {
    padding-top: 50px;
    padding-bottom: 80px;
}

#tabla-carro .cantidad {
    height: 36px;
}

#tabla-carro {
    color: #333;
}

#tabla-carro th {
    background-color: #071436;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.td-update {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.td-update img {
    margin-bottom: 10px;
}

.product-name {
    font-weight: 600;
    color: #333;
}

.tabla-total {
    font-size: 18px;
    color: #5a499d;
}

#tabla-carro .btn-easy {
    padding: 0 10px;
    box-shadow: none;
}

#carro-totales {
    border: 3px solid #f1f1f1;
    padding: 20px;
}

#carro-totales h2 {
    font-size: 22px;
    font-weight: bold;
}

.cart-row {
    padding: 14px 0;
    border-bottom: 1px solid #f1f1f1;
}

.f11 {
    font-size: 11px;
}

.total-row {
    font-size: 26px;
    padding: 14px 0;
}

.accede {
    border: 1px solid #f1f1f1;
    padding: 15px 10px;
    font-size: 13px;
}

.accede .btn-easy {
    border-radius: 0;
    height: auto;
    padding: 0px 10px;
    line-height: 26px;
    margin-top: -4px !important;
}

.barra-checkout {
    background-color: #eee;
    color: #333;
    padding: 15px 20px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

#form-checkout label,
.form-checkout label {
    margin-bottom: 5px !important;
    font-size: 12px;
    font-weight: 500;
}

#form-checkout .form-control,
.form-checkout .form-control {
    border-radius: 0;
    font-size: 14px;
    border-color: #eee;
}

#registro {
    padding: 20px;
}

#solicitud-registro {
    padding: 60px 0;
}

#registro h2,
#acceso h2,
#lost-password h2,
#solicitud-registro h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

#registro p,
#registro > div {
    font-size: 13px;
    font-weight: 400;
}

#acceso,
#lost-password {
    padding: 20px 30px;
}

#login {
    padding: 120px 0;
}

#panel {
    padding: 50px 0;
}

.recupera {
    font-size: 13px;
}

.menu-cliente h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.link-cliente {
    padding: 10px 20px;
    background-color: #eee;
    width: 100%;
    display: block;
    font-weight: 600;
    color: #444;
    margin-bottom: 15px;
}

.link-cliente.activo,
.link-cliente:hover {
    color: #fff;
    background-color: #5a499d;
}

.interno h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
    color: #5a499d;
    margin-top: -5px;
    margin-bottom: 0;
}

.interno h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}
.interno h3 {
    font-size: 20px;
    font-weight: bold;
}
.row-compra {
    border: 1px solid #eee;
    padding: 15px 30px;
    font-size: 13px;
    margin-top: 20px;
}

.row-compra strong {
    font-size: 16px;
}

.state-ball {
    width: 100px;
    height: 100px;
    background-color: #eee;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    font-size: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 15px;
}

.box-compra-activo .state-ball {
    background-color: #5a499d;
    color: #fff;
}

.box-compra h5 {
    font-size: 12px;
}

.box-compra {
    width: 20%;
    float: left;
    color: #999;
}

.box-compra-activo h5 {
    color: #3b2525;
}

#navegacion-fija {
    background-color: transparent;
    border-bottom: 0;
}

#banner-principal {
    margin-top: 40px;
    height: 610px;
    margin-bottom: 50px;
}

#banner-principal .owl-dots {
    margin-top: -10px;
}

.navbar-nav li a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.navbar-nav > li:hover a {
    color: #69d9eb;
}

.navbar-nav li a {
    font-weight: 500;
}

.banner-bar-grid {
    background-image: none;
}

.banner-bar-message span {
    color: #69d9eb;
}

.banner-bar-grid p {
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 30px;
}

.banner-bar-grid p i {
    margin-right: 5px;
}

.banner-bar-message h2 {
    font-size: 42px;
    line-height: 48px;
}

#navegacion-fija.bg-dark {
    background-color: #071436 !important;
}

.bg-dark-important {
    background-color: #071436 !important;
}

#contacto {
    padding: 100px 0;
    padding-top: 70px;
}

#contacto h1 {
    font-weight: 600;
}

#contenedor-contacto {
    position: relative;
}

#contenedor-formulario {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(170, 170, 170, 1);
    -moz-box-shadow: 3px 3px 10px 0px rgba(170, 170, 170, 1);
    box-shadow: 3px 3px 10px 0px rgba(170, 170, 170, 1);
    padding: 50px;
    width: 80%;
    position: relative;
    padding-right: 260px;
    padding-bottom: 80px;
}

#contenedor-informacion {
    background-color: #5a499d;
    border-radius: 15px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(170, 170, 170, 1);
    -moz-box-shadow: 3px 3px 10px 0px rgba(170, 170, 170, 1);
    box-shadow: 3px 3px 10px 0px rgba(170, 170, 170, 1);
    padding: 20px;
    width: 38%;
    right: 0;
    position: absolute;
    padding-top: 40px;
    top: 150px;
    text-align: left;
}

#contenedor-informacion #informacion-contacto {
    background-color: #5a499d;
}

#contenedor-informacion h4 {
    font-size: 28px;
}

#contenedor-formulario h1 {
    font-size: 32px;
}

#informacion-contacto h4 {
    margin-bottom: 5px;
}

.entrada {
    background-image: url(../img/entrada.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: 150px;
}

#grilla-productos,
#detalle-productos {
    margin-top: 110px;
}

#grilla-productos {
    margin-top: 40px;
}

#grilla-productos h1 {
    font-size: 32px;
    font-weight: 600;
    color: #5a499d;
}

#detalle-productos {
    background-color: #071436;
    padding: 100px 0;
}

#detalle-productos h2,
#detalle-productos p {
    color: #fff;
}

.category-link {
    color: #cc7af7;
}

#detalle-productos .price {
    color: #fff;
}

#detalle-productos .btn-purple {
    background-color: #cc7af7;
    border-color: #cc7af7;
    font-size: 20px;
    height: 40px;
    line-height: 37px;
    padding-left: 30px;
    padding-right: 30px;
}

#especificaciones-productos {
    background-color: #fff;
    padding-top: 20px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 0px !important;
    border-bottom: 3px solid #ab7fb7 !important;
}

.nav-link {
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.nav-item {
    margin-right: 40px;
}

#especificaciones-productos p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

#detalle-productos h2 {
    font-size: 38px;
    margin-bottom: 3px;
}

#detalle-productos p {
    font-size: 13px;
    text-align: justify;
}

.p-important {
    font-size: 18px !important;
    text-align: left !important;
    margin-bottom: 5px;
    line-height: 22px;
}

.beneficio {
    font-size: 32px;
    color: #6171fe;
}

.font-bold {
    font-weight: bold;
    color: #5a499d;
}

#caracteristicas-detalle {
    font-family: "Open Sans", sans-serif;
    color: #666;
}

#profile {
    font-family: "Open Sans", sans-serif;
}

.h4-espc {
    font-weight: bold;
    color: #5a499d;
    font-size: 20px !important;
}

.detail-table td:first-child {
    font-weight: 400 !important;
}

.banner-bar .btn-easy {
    text-transform: uppercase;
}

.box-informacion a {
    color: #fff;
}

.epigrafe {
    color: #fff;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.disponibilidad {
    color: #fff;
    font-weight: 400;
    margin-top: 30px;
    font-size: 14px;
    line-height: 42px;
}

.disponibilidad i {
    color: #6171fe;
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    margin-top: 4px;
    transform: scaleX(-1);
}

.unidades {
    color: #ccc;
    padding-top: 5px;
    font-size: 13px;
}

.cart-icon {
    width: 26px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(8deg)
        brightness(102%) contrast(105%);
}

.prod-qty {
    border: 1px solid #ccc;
    width: 100px;
    display: inline-flex;
}

.prod-qty .input-group-prepend,
.prod-qty .input-group-append {
    position: absolute;
    right: 0;
}

.prod-qty .input-group-prepend .btn,
.prod-qty .input-group-append .btn {
    background-color: #fff;
    color: #6171fe;
    line-height: 22px;
    border-radius: 0;
    border: 0;
    padding: 0;
    text-align: center;
    height: 22px;
    width: 25px;
    border-left: 1px solid #ccc !important;
    font-size: 12px;
    outline: none !important;
    box-shadow: none !important;
}

.prod-qty .input-group-prepend .btn {
    border-top: 1px solid #ccc !important;
}

.prod-qty .input-group-prepend {
    top: 22px;
    right: 1px;
}

.prod-qty .quantity {
    width: calc(100% - 25px);
    flex: none;
    height: 44px;
    border: 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.btn-compra {
    height: 46px !important;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    line-height: 43px !important;
    margin-left: 5px;
    font-size: 18px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Chrome, Safari, Edge, Opera */
.prod-qty .quantity::-webkit-outer-spin-button,
.prod-qty .quantity::-webkit-inner-spin-button,
.cantidad::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.prod-qty .quantity[type="number"],
.cantidad[type="number"] {
    -moz-appearance: textfield;
}

.ofuscator {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 9;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    padding-top: 100px;
}

.ofuscator img {
    margin-bottom: 20px;
    width: 60px;
}

.emptyCart {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.emptyCart img {
    width: 120px;
    margin-bottom: 20px;
    margin-top: 60px;
}

.cart-detail .btn {
    box-shadow: none;
}

.cart-detail p.precios {
    font-size: 20px !important;
    line-height: 22px;
}

.precio-real {
    font-size: 13px;
}

#shop-button .badge {
    font-size: 12px;
    vertical-align: super;
    margin-left: -2px;
    z-index: 9;
    position: absolute;
}

#shop-button span {
    font-size: 14px;
}

#form-registro {
    margin-bottom: 30px;
}

#form-registro label {
    margin-bottom: 5px !important;
    font-weight: 400;
}

#form-registro .form-control,
.easyform .form-control {
    border-radius: 0;
    font-size: 14px;
    border-color: #eee;
}

.easyform .has-error .form-control {
    border: 1px solid #d7292a !important;
}

.easyform .error {
    color: #d7292a;
    font-size: 11px;
    font-weight: 400 !important;
}

.easyform .help {
    font-size: 12px;
    font-weight: 400;
    color: #5a499d;
}

.easyform .label-describe::after {
    content: "* Obligatorio";
    font-size: 10px;
    position: absolute;
    right: 15px;
}

.easyform .label-describe-min::after {
    content: "*";
}

.easyform .fa-asterisk {
    color: #d7292a;
    font-size: 8px;
    vertical-align: top;
}

.easyform .form-group {
    margin-bottom: 25px;
}

.select2-container--default .select2-selection--single {
    border-color: #eee;
    font-weight: 300;
    height: 35px;
    line-height: 35px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 35px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-top: 2px;
}

.select2-dropdown {
    border-color: #eee;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #eee;
    outline: none;
}

.select2-selection {
    outline: none !important;
}

.verify {
    width: 120px;
}

.error-box {
    text-align: center;
    padding: 30px 0;
}

.error-box img {
    width: 100px;
}

.error-box h2 {
    font-weight: 600;
    font-size: 22px;
}

#barra-fija {
    background-color: #db4437;
    height: 40px;
    width: 100%;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
}

#barra-fija a {
    color: #fff;
    font-weight: 500;
    margin-right: 30px;
}

.topbar-icon {
    font-size: 22px;
    vertical-align: middle;
}

.topbar-social {
    margin-left: 8px !important;
    margin-right: 0 !important;
}

#error-404 {
    margin-top: 130px;
    padding: 50px 0;
}

#error-404 h2 {
    font-weight: 600;
    color: #071436;
}

.sku {
    font-weight: bold;
    color: #fff;
}

.precio-real {
    color: #909090;
}

.precio-real em {
    text-decoration: line-through;
    font-style: normal;
}

#tabla-carro .product-name .badge {
    vertical-align: top;
}

.reload-required {
    font-size: 11px;
    line-height: 10px;
    padding-bottom: 5px;
}

.productList {
    height: calc(100% - 320px);
    overflow-y: auto;
    position: absolute;
    overflow-x: hidden;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
}

.cartSubtotals {
    position: absolute;
    bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
}

#barra-compra {
    height: 140px;
    padding-left: 100px;
    padding-right: 100px;
}

.etapa-compra {
    text-align: center;
    position: relative;
}

.etapa-compra .barra-back {
    background-color: #ddd;
    height: 6px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 30px;
}

.etapa-compra span {
    font-weight: 600;
}

.etapa-compra .barra-back.activa {
    background-color: #47476b;
}

.etapa-compra .circulo-back {
    width: 60px;
    height: 60px;
    line-height: 53px;
    border-radius: 50%;
    text-align: center;
    border: 5px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    display: block;
    z-index: 9;
    background-color: #fff;
    position: relative;
    font-weight: bold;
    font-size: 28px;
    color: #ccc;
    margin-bottom: 10px;
}

.etapa-compra .circulo-back.activa {
    border-color: #47476b;
    color: #47476b;
}

.cart-area {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.medio-pago {
    border-radius: 5px;
    border: 2px solid #ddd;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 13px;
    padding-left: 15px;
}

.medio-pago.activo {
    border-color: #ab7fb7;
    background-color: #ab7fb7;
    color: #fff;
}

.medio-pago .form-check-label {
    color: #575757;
    cursor: pointer;
}

.medio-pago.activo .form-check-label {
    color: #fff;
}

.final-price {
    font-size: 18px;
}

#carro-compras .form-check-input {
    margin-top: 3px;
}

.coloured-label {
    border-radius: 5px;
    border: 2px solid #ddd;
    padding: 10px 5px;
    padding-bottom: 9px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    width: 100%;
    cursor: pointer;
}

.coloured-label i,
.medio-pago label i {
    display: none;
    font-size: 20px;
    vertical-align: middle;
}

.medio-pago label {
    width: 100%;
}

.coloured-label.activo {
    border-color: #47476b;
    background-color: #47476b;
    color: #fff;
    font-weight: 400;
}

.coloured-label.activo i,
.medio-pago.activo i {
    display: inline-block;
}

.coloured-label input[type="radio"],
.medio-pago input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.instrucciones-retiro {
    background-color: #eee;
    padding: 15px;
    border-radius: 5px;
}

.instrucciones-retiro strong {
    font-size: 18px;
}

.table-review td {
    padding: 5px 10px;
    font-size: 14px;
}

.table-review td p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
}

.table-review td em {
    font-weight: 300;
}

.table-review label {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0;
    color: #999;
}

.instrucciones {
    background-color: #eee;
    padding: 15px;
}

.agotado {
    background-color: #eee !important;
    color: #bbb !important;
    border-color: #eee !important;
}

#navegacion {
    padding: 30px 0;
}

.page-item .page-link {
    color: #5a499d;
    font-size: 16px;
    width: 40px;
    text-align: center;
    font-weight: bold;
    box-shadow: none !important;
}

.page-item.active .page-link {
    background-color: #5a499d;
    border-color: #5a499d;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0;
}

#slider-range {
    width: 100%;
}

.rango {
    width: 100%;
    border: 0;
    border: 0px !important;
    font-weight: bold;
    font-size: 18px;
    color: #5a499d;
    margin-top: -5px;
    margin-bottom: 10px;
}

.rango:focus {
    border: 0px !important;
    outline: none !important;
}

.label-rango {
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 0px;
}

.ui-widget-header {
    background: #ab7fb7 !important;
}

.ui-corner-all {
    border-radius: 0px !important;
    border-color: #ddd;
}

.custom-control-input:checked ~ .custom-control-label::before {
    box-shadow: none !important;
    background-color: #5a499d;
    border-color: #5a499d;
}

.custom-control-label {
    line-height: 24px;
}

.custom-checkbox {
    margin-bottom: 8px;
}

.custom-checkbox label {
    color: #5a499d;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .banner-bar {
        margin-left: 5%;
        width: 90%;
    }

    .banner-bar-message {
        padding-left: 0;
        width: 100%;
    }

    .banner-bar-message h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .banner-bar-grid p {
        font-size: 14px;
    }

    #banner-principal .item {
        height: 520px;
    }

    .phone-number {
        float: left;
    }

    #categorias-home {
        padding-top: 0;
    }

    #banner-principal {
        margin-bottom: 0;
    }

    .titulo-central {
        font-size: 22px;
    }

    .categoria-destacada {
        height: 170px;
    }

    .categoria-destacada h3 {
        font-size: 22px;
        line-height: 26px;
    }

    footer .phone-number {
        width: 100%;
        margin-bottom: 10px;
    }

    footer h3 {
        margin-bottom: 5px;
    }

    .horarios-footer {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .categoria-destacada-texto {
        padding: 10px;
    }

    .categoria-destacada-texto h4 {
        margin-top: 0 !important;
    }

    #contenedor-formulario {
        width: 100%;
        padding: 15px;
        box-shadow: none;
    }

    #contenedor-informacion {
        position: relative;
        width: 100%;
        top: 60px;
        padding-top: 20px;
    }

    #contacto {
        padding-top: 20px;
    }

    #informacion-contacto {
        padding: 10px;
    }

    #contenedor-informacion h4 {
        font-size: 22px;
    }

    #filtros,
    #barra-busqueda {
        height: auto;
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 2px;
        padding-bottom: 1px;
    }

    .product-grid4 .product-image4 img {
        max-height: 230px;
        width: auto;
    }

    .product-grid4 .pic-1 {
        left: 50%;
        margin-left: -30%;
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
    }

    .product-grid4 .title {
        font-size: 20px;
    }

    .product-grid4 .product-content {
        min-height: 165px;
    }

    .product-grid4 .add-to-cart {
        font-size: 16px;
    }

    .product-grid4 .product-discount-label,
    .product-grid4 .product-new-label,
    .product-new-label {
        width: 65px;
        height: 65px;
        line-height: 65px;
        font-size: 20px;
    }

    .product-grid4 .product-new-label {
        font-size: 14px;
    }

    .product-content .badge {
        font-size: 14px;
    }

    .product-grid4,
    .product-grid4 .product-image4 {
        min-height: 260px;
    }

    #grilla-productos {
        padding-bottom: 0;
    }

    #menu-categorias {
        margin-bottom: 50px;
    }

    #grilla-productos,
    #detalle-productos {
        margin-top: 60px;
    }

    #detalle-productos .img-fluid {
        margin-bottom: 60px;
    }

    #detalle-productos h2 {
        font-size: 28px;
    }

    #caracteristicas-detalle {
        margin-top: 40px;
    }

    .nav-item {
        margin-right: 0;
    }

    .nav-link {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
    }

    .detail-table tr td:first-child {
        font-size: 14px;
    }

    #mini-cart {
        width: 100%;
        right: -100%;
    }

    #mobile-fijo {
        background-color: #071436 !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #navbarCollapse {
        width: 100%;
        background: #ab7fb7;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 5px;
    }

    #navegacion-fija .form-inline {
        width: calc(100% - 10px);
        margin-left: 0;
        margin-top: 15px;
    }

    .navbar-toggler {
        color: #fff;
        padding-top: 12px;
        margin-left: 10px;
    }

    .bignav-link {
        display: none;
    }

    .navbar-nav {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .navbar-nav li {
        margin-top: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        height: 40px;
    }

    #login {
        padding: 30px 0;
        padding-bottom: 0;
    }

    #acceso,
    #lost-password {
        padding: 20px 0;
    }

    #registro h2,
    #acceso h2,
    #lost-password h2,
    #solicitud-registro h2 {
        color: rgba(90, 73, 157, 0.85);
        font-size: 22px;
    }

    #registro {
        background-color: #5a499d;
        margin-top: 30px;
        color: #fff;
        padding-top: 30px;
    }

    #registro h2 {
        color: #fff;
        text-align: center;
        font-size: 20px;
    }

    #registro p,
    #registro > div {
        text-align: justify;
    }

    #registro .btn-easy {
        width: 100%;
        margin-top: 25px !important;
        margin-bottom: 20px;
    }

    #breadcrumb h2 {
        font-size: 22px;
    }

    #breadcrumb nav {
        margin-top: -5px;
    }

    .link-cliente {
        margin-bottom: 5px;
    }

    #panel,
    #solicitud-registro {
        padding: 30px 0;
    }

    .menu-cliente {
        margin-top: 40px;
    }

    #form-checkout .btn-easy {
        width: 100%;
    }

    #form-checkout label,
    .form-checkout label {
        margin-top: 20px;
    }

    .interno h2 {
        font-size: 16px;
    }

    .interno h1 {
        font-size: 28px;
    }

    .easyform .form-group {
        margin-bottom: 5px;
    }

    .row-compra {
        padding: 15px;
    }

    .row-compra strong {
        font-size: 14px;
    }

    .breadcrumb-item a {
        font-size: 12px;
    }

    #form-registro label {
        font-size: 12px;
        margin-top: 15px;
    }

    #form-registro.easyform .form-group {
        margin-bottom: 10px;
    }

    #navegador-tabla {
        width: 100%;
        overflow-x: auto;
    }

    #tabla-carro {
        width: 700px;
    }

    #carro-compras .btn-reload {
        width: 100%;
        margin-bottom: 50px;
        margin-top: -10px !important;
    }

    #barra-compra {
        padding-left: 10px !important;
        padding-right: 10px !important;
        height: 120px;
    }

    .etapa-compra span {
        font-size: 11px;
    }

    .etapa-compra .circulo-back {
        font-size: 22px;
    }

    #carro-compras {
        padding: 20px 0;
        padding-top: 0;
    }

    .accede {
        padding-bottom: 50px;
        text-align: center;
        font-size: 12px;
        background-color: #ab7fb7;
        color: #fff;
        margin-bottom: 15px;
    }

    .accede .btn-easy {
        width: 100%;
        margin-top: 10px !important;
    }

    #carro-totales {
        margin-top: 30px;
    }
}

.precios-iva {
    color: #fff;
    background-color: #69d9eb;
    padding: 8px 15px;
    border-radius: 10px;
}

.filtros
{
    background-color: #efefef;
    padding: 15px 0;
    border-radius: 10px;
    margin-bottom: 20px;
}

.consumoSim
{
    font-size: 32px;
    text-align: right;
    line-height: 22px;
    color: #fff;
    background-color: #5a499d;
    padding: 0 15px;
    padding-bottom: 10px;
}

.consumoSim label
{
    font-size: 14px;
    line-height: 18px;
}

#thingForm, #thingGroupDelete, #smsForm, #multilineForm,.inlineModal
{
    display: none;
    min-width: 500px;
}

.simform h2
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
    color: #5a499d;
    margin-top: -5px;
    margin-bottom: 0;
}

.menuCliente li
{
    list-style-type: none;
    display: inline-block;
    height: 50px;    
    margin-left: -4px;
}

.menuCliente li a
{
    line-height: 50px;
    height: 50px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.menuCliente
{
    margin-bottom: 0 !important;
    margin-left: 0;
    padding-left: 0;
}

#breadcrumb.dashboard
{
    padding-top: 0;
    padding-bottom: 0;
}

.menuCliente li.active a, .menuCliente li:hover a {
    background-color: #5a499d;
    color: #FFF;
}

.enlaceDashboard
{
    background-color: #5a499d;
    color: #FFF;
    text-align: center;
    padding: 30px 15px;
    display: block;
    height: 100%;
}

.enlaceDashboard:hover
{
    color: #FFF;
    background-color: #ab7fb7;
}

.enlaceDashboard h3
{
    margin-bottom: 0;
}

.enlaceDashboard i
{
    font-size: 42px;
    margin-bottom: 15px;
}

.subtituloInterno
{
    font-size: 22px !important;
    text-transform: uppercase;
    color: #ab7fb7;
}

.table td
{
    vertical-align: middle;
}

#permisos h6
{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

#permisos .form-check
{
    font-size: 16px;
}

#permisos .form-check-label
{
    font-size: 14px !important;
    color: #575757;
}

.simform .custom-checkbox label
{
    font-size: 14px !important;
    color: #363636;
    text-transform: none;
}

.linkExpand
{
    font-weight: 500;
}

.grayForm
{
    background-color: #efefef;
    padding: 20px;
    padding-top: 30px;
    border-radius: 10px;
    padding-bottom: 5px;
}

.grayForm .coloured-label
{
    background-color: #FFF;
}

.grayForm .coloured-label.activo
{
    color: #5a499d;
}

.form-limite
{
    height: 40px;
    border: 1px solid #CCC !important;
}

.grayForm label
{
    font-size: 13px !important;
}

.obligatorio
{
    font-size: 10px;
    color: #d7292a;
}

.grayForm .input-group-text
{
    background-color: #5a499d;
    border-color: #5a499d;
    color: #FFF;
}

.select-simcards td
{
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.select-simcards .custom-control-label::before, .select-simcards .custom-control-label::after
{
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
}

.registrosSeleccionados
{
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    text-transform: uppercase;
    color: #5a499d;
}

.blueRow td
{
    background-color: #d1ecf1;
}

.sendCentered
{
    text-align: center;
    margin-top: 50px;
}

.sendCentered .btn-purple, .sendCentered .btn-gray
{
    font-size: 18px;
    padding: 0 30px;
}

tr.inactivo td
{
    background-color: #f8d7da;
}

tr.sending td
{
    background-color: #fff3cd;
}

tr.sent td {
    background-color: #c3e6cb;
}

#modalDiccionarioTable
{
    width: 800px;
}