body {
     font-family: "Source Sans Pro", sans-serif;
     background: #f8f8f8;
     overflow-x: hidden;
}
 a {
     color: #F86262;
}
 a:hover {
     color: #3B3B63;
     text-decoration: underline;
}
 button:focus {
     outline: 0;
     box-shadow: none;
}
 .btn:focus, .btn.focus {
     box-shadow: none;
}
 .navbar-light .navbar-toggler {
     color: rgba(0, 0, 0, 0.5);
     border-color: transparent;
     float: right;
     padding: 0;
}
 nav.navbar .row {
     width: 100%;
     margin-right: auto;
     margin-left: auto;
}
 .navbar a:hover {
     text-decoration: none;
}
 .hidden-lg {
     display: none !important;
}
 ul.socials {
     display: inline-flex;
     align-items: center;
     float: right;
     padding: 0;
     text-align: right;
     list-style: none;
     margin: 40px 20px;
}

ul.socialpages{
    display: inline-flex;
    align-items: center;
    padding: 0;
    text-align: right;
    list-style: none;
}

 ul.profile-items {
     display: inline-flex;
     align-items: center;
     list-style: none;
     padding: 0;
     margin: 0;
     float: right;
}
 .form-inline .form-control {
     width: 80% !important;
}
 .cateBox {
     text-align: center;
     cursor: pointer;
     padding: 0 7px;
}
 .cateBox:hover img {
     opacity: 0.8;
     transition: 0.3s;
     -webkit-transition: 0.3s;
     -ms-transition: 0.3s;
     -moz-transition: 0.3s;
}
 .navbar-light .navbar-brand {
     color: rgba(0, 0, 0, 0.9);
     background: url(../images/logo.png);
     background-repeat: no-repeat;
     background-size: contain;
     text-indent: -99999px;
     width: 100%;
     background-position: center;
}
 .sidebar .navbar-brand {
     color: rgba(0, 0, 0, 0.9);
     background: url(../images/logo.png);
     background-repeat: no-repeat;
     background-size: contain;
     text-indent: -99999px;
     width: 191px;
     background-position: center;
     display: inline-block;
     float: left;
     margin: 40px 0;
}
 .navbar {
     padding: 20px 10px;
}
 .navbar .col-md-12 {
     margin-top: 20px;
     border-top: 1px solid #ddd;
}
 .bg-light {
     background-color: #fff !important;
}
/* .navbar form.my-2.my-lg-0 {
     margin-right: 20px;
}
 input.form-control.mr-sm-2 {
     background: url(../images/search.svg);
     background-repeat: no-repeat;
     background-position: 10px;
     padding-left: 40px;
     width: 100%;
     -webkit-transition: width 0.4s ease-in-out;
     transition: width 0.4s ease-in-out;
}
 */
 ul.profile-items li {
     font-size: 16px;
     color: #000;
}
/* inicio modificaciones y agregados de Gustavo */
/* ul.profile-items li:first-child:before {
     content: "";
     background: url(../images/avatar.svg);
     padding: 17px;
     background-repeat: no-repeat;
     background-size: 28px;
     display: inline-block;
     vertical-align: middle;
     cursor: pointer;
}
 */
 .btn-primary.btn-login {
     font-size: 17px;
     font-weight: 600;
     padding: 10px 40px;
}
 .user-logged-avatar {
     display: grid;
     grid-auto-flow: column;
     align-items: center;
     line-height: 16px;
     font-size: 16px;
     column-gap: 8px;
     white-space: nowrap;
     padding: 5px;
}
 .user-logged-avatar strong {
     color: #F86262;
}
 ul.profile-items li {
     display: flex;
}
/* fin modificaciones y agregados de Gustavo */
 ul.profile-items li:first-child {
     margin-right: 20px;
}
 ul.profile-items a {
     color: #000;
}
 li.cart:before {
     content: "";
     background: url(../images/cart.svg);
     padding: 20px;
     background-repeat: no-repeat;
     background-size: 37px;
     display: inline-block;
     background-position: left center;
     vertical-align: middle;
     margin-right: -14px;
}
/* inicio modificaciones y agregados de Gustavo */
 #cartItem.cart {
     margin-left: 14px;
}
 ._cart_info_wrapper .Total {
     margin-left: 17px;
     display: flex;
     margin-top: -12px;
}
 li.cart:before {
     padding: 16px;
     background-size: 32px 28px;
     margin-right: -10px;
     width: 32px;
     height: 28px;
}
/* fin modificaciones y agregados de Gustavo */
 .navbar-light .navbar-nav .nav-link {
     color: #2c2c2c;
     font-size: 15px;
}
 .navbar-expand-lg .navbar-nav .nav-link {
     padding-right: 1.5rem;
     padding-left: 0;
}
 ul.socials li {
     text-indent: -9999999px;
     background: url(../images/redes.svg);
     background-position: 0px -33px;
     overflow: hidden;
     padding: 14px;
     background-size: 165px;
     margin-right: 5px;
     cursor: pointer;
     transition: 0.3s;
     -webkit-transition: 0.3s;
     -ms-transition: 0.3s;
     -moz-transition: 0.3s;
}

ul.socialpages li {
    text-indent: -9999999px;
    background: url(../images/redes.svg);
    background-position: 0px -33px;
    overflow: hidden;
    padding: 14px;
    background-size: 165px;
    margin-right: 5px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}

ul.socialpages li.whatsapp {
     background-position: 31px -31px;
}
 ul.socialpages li.whatsapp:hover {
     background-position: 31px -2px;
}

 ul.socials li.facebook:hover {
     background-position: 0 -1px;
}
 ul.socials li.instagram {
     background-position: -33px -33px;
}
 ul.socials li.instagram:hover {
     background-position: -33px -1px;
}
 ul.socials li.linkedin {
     background-position: 60px -33px;
}
 ul.socials li.linkedin:hover {
     background-position: 60px -1px;
}
 ul.socials li.blog {
     background-position: 27px -32px;
}
 ul.socials li.blog:hover {
     background-position: 27px -2px;
}
ul.socials li.whatsapp {
     background-position: 31px -31px;
}
 ul.socials li.whatsapp:hover {
     background-position: 31px -2px;
}
 .Nodos {
     background: #3b3b63;
     padding: 16px 0;
}
 .Nodos h5 {
     color: #61d69b;
     font-size: 18px;
     margin: 0;
}
 .Nodos .col-6:first-child {
     display: inline-flex;
     align-items: center;
}
 .Nodos h5:before {
     content: "";
     background: url(../images/shop.svg);
     display: inline-block;
     padding: 19px;
     background-repeat: no-repeat;
     background-size: contain;
     vertical-align: middle;
     margin-right: 16px;
}
 .btn {
     border-radius: 4px;
}
 .btn-primary {
     color: #fff;
     border-color: #F86262;
     border: solid 1px #F86262;
     background-color: #F86262;
     padding: 6px 24px;
}
 .btn-primary:hover {
     color: #F86262;
     background-color: transparent;
     border-color: #F86262;
}
 .btn-primary:focus, .btn-primary.focus {
     box-shadow: 0 0 0 0.2rem rgba(255, 106, 73, 0.5);
}
 .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle{
     color: #fff;
     background-color: #F86262;
     border-color: #F86262;
}
 .Categories {
     background: #fff;
     padding: 6px 0 0;
     top: 80px;
     border-top: 1px solid #eaeaea;
     height: 60px;
}
 .slick-dotted.slick-slider {
     margin-bottom: 0;
}
 .cateName {
     color: #cccccc;
     font-size: 19px;
     margin-bottom: 0;
     border: 0;
     border-radius: 5px;
     width: auto;
     padding: 10px 0;
     background: transparent;
}
 .cateName.active {
     background: transparent;
     color: #F86262;
     border: 0;
     border-bottom: 5px solid #F86262;
     border-radius: 0;
     width: auto;
     font-weight: 600;
}
 .cateName:hover {
     color: #F86262;
}
 .cateName strong {
     font-weight: 600;
}
 .slick-dots {
     display: none !important;
}
 .Destacados {
     padding: 37px 0;
}
 .Destacados h2 {
     font-weight: 600;
     font-size: 24px;
     margin-bottom: 20px;
}
 .card {
     padding: 0 0 11px;
     border: 0;
     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
     border-radius: 0;
     text-align: left;
}
 .card-img-top {
     width: 100%;
     border-top-left-radius: 0;
     border-top-right-radius: 0;
     background: #eaeaea url(../images/noimage.png) no-repeat center center;
}
 .card-title {
     margin-bottom: 0;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     font-size: 18px;
}
 .Price {
     font-weight: 700;
     font-size: 28px;
     margin-bottom: 18px;
     color: #636362;
}
 .Price:before {
     content: "$";
     font-size: 16px;
}
 .Fraction {
     font-size: 14px;
     font-weight: 300;
}
/* p.Price {
     font-weight: 700;
     font-size: 18px;
     margin-bottom: 5px;
}
 p.Price:before{
     content:'$';
     font-size: 16px;
}
 p.Price:after{
     content:' / Kg';
     font-size: 14px;
     font-weight: 300;
}
 */
 p.Profiles {
     margin-top: 12px;
     font-size: 19px;
     margin-bottom: 0;
}
 p.Profiles a {
     font-weight: 600;
}
 p.card-text {
     line-height: 1em;
}
 .btn-secondary {
     color: #fff;
     background-color: transparent;
     border-color: #F86262;
     color: #F86262;
     font-size: 18px;
     padding: 10px 40px;
}
 .btn-secondary:hover {
     color: #F86262;
     background-color: #fff;
     border-color: #F86262;
}
 .card-deck {
     margin-bottom: 30px;
}
 footer {
     margin-top: 30px;
     background: #fff;
     padding: 30px 0 10px;
}
 footer p {
     margin-bottom: 0;
     color: #696969;
}
 footer p strong {
     color: #000;
}
 footer .col-md-2 {
     display: inline-flex;
     align-items: start;
}
 footer ul {
     list-style: none;
     padding: 0;
     color: #696969;
}
 footer ul li a {
     color: #696969;
}
 footer ul.socials {
     float: left;
     margin: 0;
}
 footer ul.socials li {
     background-position: 0px -36px;
     padding: 18px;
     background-size: 200px;
     transition: 0.3s;
     -webkit-transition: 0.3s;
     -ms-transition: 0.3s;
     -moz-transition: 0.3s;
}
 footer ul.socials li.facebook:hover {
     background-position: 0px 0px;
}
 footer ul.socials li.instagram {
     background-position: 162px -36px;
}
 footer ul.socials li.instagram:hover {
     background-position: 162px 1px;
}
 footer ul.socials li.linkedin {
     background-position: 68px -36px;
}
 footer ul.socials li.linkedin:hover {
     background-position: 68px 0px;
}
 footer ul.socials li.blog {
     background-position: 35px -36px;
}
 footer ul.socials li.blog:hover {
     background-position: 35px 0px;
}
footer ul.socials li.whatsapp{
     background-position: 42px -34px;
}
 footer ul.socials li.whatsapp:hover {
     background-position: 42px 2px;
}
 footer .col-md-12 {
     margin-top: 30px;
}
 span.Total {
     font-weight: 700;
     color: #F86262;
}
 span.Total:before {
     content: "$";
}
 span.badge {
     background: #F86262;
     color: #fff;
     border-radius: 50%;
     width: 18px;
     height: 18px;
     text-align: center;
     padding: 3px;
     position: relative;
     top: -13px;
}
/* inicio modificaciones y agregados de Gustavo */
 span.badge {
     width: 16px;
     height: 16px;
     padding: 0;
     top: -7px;
     line-height: 16px;
     display: block;
     font-size: 11px;
}
/* fin modificaciones y agregados de Gustavo */
 li.cart {
     cursor: pointer;
}
 .cateImage {
     width: 123px;
     height: 123px;
     margin: auto;
     border-radius: 50%;
     overflow: hidden;
     background-image: url(../images/categorias/frutas-hortalizas.jpg);
     background-position: center center;
     background-size: cover;
}
 .carousel-control-prev, .carousel-control-next {
     width: 3%;
}
 .carousel-caption {
     position: absolute;
     right: 7em;
     bottom: 5em;
     left: auto;
     z-index: 10;
     padding-top: 20px;
     padding-bottom: 20px;
     color: #3b3b63;
     text-align: left;
     max-width: 400px;
}
 .carousel-caption h5 {
     font-weight: 700;
     font-size: 30px;
}
 .carousel-caption p {
     font-size: 20px;
}
 .alert.alert-cookies {
     background: #F86262;
     border-radius: 0;
     position: fixed;
     width: 100%;
     bottom: -16px;
     z-index: 99999;
     display: block;
     color: #fff;
     font-size: 15px;
     padding: 22px;
}
 .alert button.btn.btn-outline-light {
     padding: 7px 20px;
     margin: 0;
     float: right;
     font-size: 14px;
}
 .productsContent, .pageContent {
     padding: 20px;
}
 .breadcrumbs ul {
     list-style: none;
     padding-left: 0;
}
 .breadcrumbs .form-inline.hidden-xs .form-control {
     width: auto !important;
}
 .breadcrumbs .form-inline.hidden-xs label {
     font-weight: 700;
     text-transform: uppercase;
}
 .breadcrumbs .form-group.form-inline.float-right.hidden-xs {
     font-size: 14px;
}
 select#Ordenar {
     background: transparent;
     border: 0;
     color: #F86262;
}
 select#Ordenar.form-control {
     color: #F86262;
}
 select#Ordenar:focus {
     box-shadow: none;
}
 label.title {
     font-weight: 700;
     text-transform: uppercase;
     font-size: 14px;
}
 .prodFilters label.form-check-label {
     font-weight: 600;
     color: #666;
     margin-bottom: 21px;
}
 form.prodFilters button {
     width: 100%;
}
 ul.pagination.justify-content-center {
     margin-top: 30px;
}
 .page-item.disabled .page-link {
     color: #6c757d;
     pointer-events: none;
     cursor: auto;
     background-color: transparent;
     border-color: #dee2e6;
}
 .page-link {
     color: #333;
     background-color: transparent;
     border: 1px solid #dee2e6;
     margin-left: 8px;
}
 .page-link {
     position: relative;
     display: block;
     padding: 5px 10px;
     text-align: center;
     margin-left: 8px;
     line-height: 1.25;
     color: #333;
     background-color: transparent;
     border: 1px solid #dee2e6;
}
 .page-link:hover {
     z-index: 2;
     color: #F86262;
     text-decoration: none;
     background-color: transparent;
     border-color: #F86262;
}
 .page-item.active .page-link {
     z-index: 1;
     color: #fff;
     background-color: #F86262;
     border-color: #F86262;
}
 ul.pagination li:first-child {
     margin-right: 30px;
}
 ul.pagination li:last-child {
     margin-left: 30px;
}
 .productsContent button.navbar-toggler {
     float: none;
     display: block;
     font-size: 18px;
     margin-bottom: 20px;
     color: #F86262;
}
 .productsContent button.navbar-toggler small {
     color: #F86262;
}
 div#navproductos.collapse.show {
     margin-bottom: 30px;
}
 .breadcrumbs ul li:after {
     content: "/";
     margin-left: 5px;
     font-size: 12px;
     color: #5c8bf4;
}
 .breadcrumbs ul>li {
     display: inline-block;
}
 .breadcrumbs ul>li:last-child:after {
     content: "";
}
 .pageContent h4 {
     color: #3b3b63;
     font-weight: 700;
     margin-top: 20px;
     margin-bottom: 20px;
}
 input.form-control.mr-sm-2.nodosearch {
     border-color: #3b3b63;
     border-width: 2px;
     color: #3b3b63;
     width: 86%;
     display: inline-block;
     vertical-align: middle;
}
 .puntosEntrega {
     margin-top: 30px;
}
 .puntosEntrega .card .col-md-6:nth-child(2) {
     text-align: left;
     padding: 15px 40px;
}
 h5.nodo-title {
     font-weight: 700;
     margin-bottom: 0 !important;
}
 p.nodo-address {
     color: #F86262;
}

p.nodo-horario{
    margin-top: -15px;
}

 p.nodo-hours, p.nodo-phone, p.nodo-email {
     margin-bottom: 0;
     font-size: 15px;
     color: #666;
}
 .puntosEntrega small.text-muted {
     color: #272727;
     font-size: 15px;
     margin-right: 6px;
}
 .puntosEntrega .card-body .btn {
     margin-top: 20px;
}
 button#menu-toggle {
     border: 0;
     background: transparent;
     display: inline-block;
     margin-right: 20px;
}
 .navbar .col-md-3 {
     display: inline-flex;
}
 .navbar form.form-inline.my-2.my-lg-0 {
     display: inline-block;
     margin-right: 20px;
}
 span.badge.badge-pill {
     position: relative;
     top: auto;
     width: auto;
     border-radius: 4px;
     height: auto;
     text-align: left;
     display: inline-block;
     padding: 15px 11px;
     font-weight: 300;
     font-size: 16px;
     background: url(../images/ptoventa.svg) #636362;
     background-repeat: no-repeat;
     background-position: 10px;
     padding-left: 33px;
     padding-right: 20px;
}
 span.badge.badge-pill:hover {
     background: url(../images/ptoventa-hover.svg) #F86262;
     background-repeat: no-repeat;
     background-position: 10px;
}
 .navbar .col-md-7 {
     padding-left: 0;
     display: inline-flex;
     align-items: center;
}
 .navbar .col-md-6, .navbar .col-lg-7 {
     padding-left: 0;
     display: inline-flex;
     align-items: center;
}
 a span.helpcompra {
     color: #333;
     margin: 0 23px;
}
 span.helpcompra:before {
     content: "";
     background: url(../images/helpcompra.svg);
     background-size: contain;
     background-repeat: no-repeat;
     vertical-align: middle;
     display: inline-block;
     padding: 16px;
     margin-right: 3px;
}
 span.helpcompra:hover:before {
    /*margin-right: -2px;
     transition: 0.15s;
     -webkit-transition: 0.15s;
     -ms-transition: 0.15s;
     -moz-transition: 0.15s;
     */
}
 .list-group {
     display: -ms-block;
     display: block;
}
 a.list-group-item.list-group-item-action {
     display: inline-flex;
     vertical-align: middle;
     align-items: center;
     line-height: 1em;
}
 span.iconNav {
     margin-right: 7px;
}
 a.list-group-item.list-group-item-action:after {
     content: "";
     background: url(../images/chev-right.svg);
     background-repeat: no-repeat;
     background-size: contain;
     padding: 6px;
     position: absolute;
     right: 11px;
     text-align: right;
}
 a.list-group-item.list-group-item-action:hover:after {
     right: 2px;
     transition: 0.15s;
     -webkit-transition: 0.15s;
     -ms-transition: 0.15s;
     -moz-transition: 0.15s;
}
 h3.popover-header {
     padding: 14px;
     margin-bottom: 0;
     font-size: 14px;
     background-color: #3b3b63;
     border-bottom: 1px solid #3b3b63;
     border-top-left-radius: calc(0.3rem - 1px);
     border-top-right-radius: calc(0.3rem - 1px);
     color: #ff694a;
     text-align: center;
}
 h3.popover-header p {
     margin-bottom: 0;
}
 .bs-popover-bottom>.arrow::after, .bs-popover-auto[x-placement^="bottom"]>.arrow::after {
     top: 1px;
     border-width: 0 0.5rem 0.5rem 0.5rem;
     border-bottom-color: #3b3b63;
}
 .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
     border-bottom: 1px solid #3b3b63;
}
 .popover-body ul {
     padding: 0;
     margin-bottom: 0;
     margin-top: 7px;
     width: 200px;
}
 .popover-body ul li {
     list-style: none;
     border-bottom: 1px solid #eaeaea;
     margin-bottom: 10px;
     padding-bottom: 10px;
}
 .popover-body ul li:last-child {
     border-bottom: 0;
}
 .popover-body {
     padding: 0;
     color: #333;
}
 .popover-body a {
     color: #333;
     padding: 14px 25px;
}
 .card-footer {
     padding: 0 1.25rem 0.5rem;
     background-color: transparent;
     border-top: 0;
     text-align: center;
}
 .card-body {
     padding: 0 1.25rem;
     margin-top: 18px;
}
 span.moreinfo {
     background: #3b3b63 url(../images/moreinfo.svg);
     background-repeat: no-repeat;
     background-size: 19px;
     background-position: center center;
     position: absolute;
     left: 22px;
     padding: 19px;
     border-radius: 50%;
     top: 43%;
     box-shadow: 0 0 6px #ddd;
     cursor: pointer;
     z-index: 1;
}
 span.moreinfo:hover {
     background: #5aaf41 url(../images/moreinfo.svg);
     background-repeat: no-repeat;
     background-size: 19px;
     background-position: center center;
}
 .nostock img {
     opacity: 0.4;
}
 .nostock:after {
     content: "";
     background: url(../images/sinstock.svg);
     background-repeat: no-repeat;
     background-position: center;
     background-size: contain;
     padding: 40px;
     position: absolute;
     left: 15%;
     right: 15%;
     top: 23%;
     display: inline-flex;
     align-items: center;
}
 .list-group-item-action:hover, .list-group-item-action:focus {
     background-color: transparent;
     cursor: pointer;
}
 .sidebar {
     height: 100%;
     width: 0;
     background-color: #fff;
     position: fixed !important;
     z-index: 9999;
     overflow: auto;
     -webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1);
    /* older webkit */
     -webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
     -moz-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
     -o-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
     transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* easeOutBack */
     -webkit-transition-timing-function: cubic-bezier( 0.175, 0.885, 0.32, 1);
    /* older webkit */
     -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
     -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
     -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
     transition-timing-function: cubic-bezier( 0.175, 0.885, 0.32, 1.275);
    /* easeOutBack */
}
 .sidebar.toggled {
     width: 290px;
     box-shadow: 0 0 10px #888;
}
 button.close {
     background: transparent url(../images/close.png);
     text-indent: -99999px;
     background-size: contain;
     padding: 8px !important;
     display: block;
     background-repeat: no-repeat;
     margin: 13px !important;
     background-position: center;
}
 a.list-group-item.list-group-item-action:first-child {
     border-top: 0;
}
 .nodoHeader {
     margin-bottom: 45px;
}
 .Resultados .card-body {
     padding: 20px;
     margin-top: 0;
}
 .Resultados h5 {
     margin-top: 0;
     margin-bottom: 34px;
}
 .card-body strong {
     display: block;
}
 .Resultados {
     height: 400px;
     overflow-y: auto;
     margin-top: 43px;
}
 .nodoHeader h4 {
     display: inline-block;
     margin-left: 20px;
}
 .nodoHeader img {
     max-width: 50px;
}
 .Resultados .card {
     margin-bottom: 10px;
}
 .gm-style-iw-d {
     text-align: left;
     margin: 16px;
}
 .card-footer .btn {
     width: 100%;
}
 .btn-primary.disabled, .btn-primary:disabled {
     color: #888;
     background-color: #eaeaea;
     border-color: #eaeaea;
     cursor: not-allowed;
}
 .input-number {
     border-radius: 6px !important;
     border-width: 0;
     max-width: 40px !important;
     height: 32px;
     text-align: center;
     font-size: 15px;
     font-weight: 700;
     margin: 0 !important;
}
 .input-group>.form-control {
     margin: auto;
}
 .btn-number span.glyphicon {
     color: #F86262;
     font-weight: 700;
     font-size: 20px;
     padding: 5px;
}
 button.btn.btn-default.btn-number {
     padding: 0;
     width: 100%;
}
 span.input-group-btn {
     width: auto;
     padding: 0;
}
 .Carrito {
     padding: 40px 0;
     min-height: 415px;
}
 ul.breadcrumbs li {
     display: inline-block;
     margin-right: 10px;
     font-size: 15px;
}
 ul.breadcrumbs {
     padding-left: 0;
     color: #666;
     font-weight: 600;
     margin-bottom: 30px;
}
 ul.breadcrumbs a {
     font-weight: 400;
     color: #666;
}
 ul.breadcrumbs li:after {
     content: "/";
     padding-left: 10px;
     font-size: 11px;
}
 ul.breadcrumbs li:last-child:after {
     content: '';
}
 .Carrito .col-md-6 .imgThumb {
     max-width: 68px;
     border-radius: 10px;
     overflow: hidden;
}
 .Carrito .col-md-6 {
     display: inline-flex;
     align-items: center;
     margin-bottom: 10px;
     padding: 10px;
}
 .Carrito h2 {
     font-size: 20px;
     margin-left: 17px;
}
 button.btn_comprar._offer_remove_cart_button {
     border: 0;
     background: transparent url(../images/trash.svg);
     text-indent: -9999px;
     background-repeat: no-repeat;
     background-position: center;
     background-size: contain;
     padding: 10px;
     position: relative;
     top: -8px;
     left: -13px;
}
 .Carrito .col-md-3:last-child {
     display: inline-flex;
     align-items: center;
     text-align: center;
}
 .Carrito .Resume {
     background: #fff;
     margin-bottom: 20px;
}
 p#Total {
     font-size: 20px;
}
 .disabled span.badge {
     background: #eaeaea;
}
 .disabled span.Total {
     color: #eaeaea;
}
 .sidebarRight button.close {
     position: absolute;
     top: -9px;
     right: 0;
}
 .sidefooter {
    /*position: absolute;
     width: 87%;
     bottom: 30px;
     padding: 10px;
     border-top: 1px solid #eaeaea;
     */
     padding-top: 22px;
     margin-top: 40px;
}
 ._form_cart_item .input-group {
     width: 188px;
     display: inline-flex;
}
 ._form_cart_item .Fraction {
     font-size: 18px;
     font-weight: 300;
}
 form.row._form_cart_item {
     display: inline-flex;
     align-items: center;
}
 span.onCart {
     display: block;
     margin: auto;
     width: 100%;
     text-align: center;
     color: #fff;
     background: #F86262;
     font-size: 14px;
     position: absolute;
     left: 0;
     padding: 4px;
     bottom: 0;
}
 form._form_cart_preview_item {
     width: 100%;
     display: inline-flex;
     align-items: center;
     margin-bottom: 25px;
}
 .cartList form._form_cart_preview_item:last-child {
     margin-bottom: 8px;
}
 .sidebarRight .input-group {
     width: auto;
}
 .sidebarRight span.Fraction {
     margin-right: 7px;
     margin-left: 7px;
}
 .sidebarRight .productName {
     font-size: 16px;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     max-width: 120px;
}
 .sidebarRight p#Total {
     margin-bottom: 0;
     font-size: 16px;
     margin-left: 6px;
     font-weight: 300;
}
 .sidebarHeader img {
     display: none;
     margin-bottom: 10px;
}
 .sidebarHeader p {
     color: #666;
     font-size: 20px;
}
 .sidefooter p {
     margin-bottom: 0;
     font-weight: 700;
}
 span.totalCompra {
     color: #000;
     font-size: 19px;
}
 .cartList {
     background: #eaeaea;
     padding: 10px;
     border-radius: 4px;
}
 .sidebarRight button.btn {
     width: 100%;
     padding: 10px;
     font-size: 18px;
     margin: 0;
}
 a._register_button.btn.btn-secondary {
     width: 100%;
}
 .puntoSeleccion {
     margin: 20px 0;
}
 .puntoSeleccion span.badge {
     width: 100%;
     text-align: center;
}
 .confirmacionFinal {
     margin-top: 20px;
}
 form.sb_form_cart_preview_item {
     display: inline-flex;
     align-items: center;
     margin-bottom: 15px;
}
 .card-footer input.input-number {
     width: 100%;
     background: #eaeaea;
     font-size: 17px;
     max-width: 50px !important;
}
 .card-footer form.h_choose_offer_form {
     width: auto;
     display: inline-block;
     margin: auto;
}
 .ticketCompra {
     background: #fff;
     max-width: 600px;
     margin: auto;
     padding: 30px;
     text-align: center;
     box-shadow: 0 0 6px #eaeaea;
}
 p.orderNumber {
     background: #F86262;
     border-radius: 20px;
     color: #fff;
     padding: 6px 20px;
     display: inline-block;
}
 ul.datosCliente {
     padding-left: 0;
     background-color: #fcf8e3;
     padding: 20px;
     border-radius: 4px;
}
 ul.datosCliente li {
     text-align: center;
     list-style: none;
}
 ul.datosCliente li:first-child {
     font-weight: 900;
     font-size: 20px;
     color: #3b3b63;
}
 .puntoEntrega {
     background: #636362;
     color: #fff;
     text-align: center;
     border-radius: 4px;
     padding: 28px;
}
 .boxLegales {
     max-width: 600px;
     margin: auto;
     padding: 30px;
     text-align: center;
}
 .list-group.list-group-flush._sidebar_cart_content h4 {
     color: #F86262;
}
 form#regForm {
     margin-top: 30px;
}
 button#nextBtn {
     background: #F86262;
     border: 0;
     color: #fff;
     padding: 7px 20px;
     border-radius: 4px;
}
 button#registerBtn {
     background: #F86262;
     border: 0;
     color: #fff;
     padding: 7px 20px;
     border-radius: 4px;
}
 .step {
     height: 5px;
     width: 5px;
     margin: 0 2px;
     background-color: #F86262;
     border: none;
     border-radius: 50%;
     display: inline-block;
     opacity: 0.5;
}
 button#prevBtn {
     background: #eaeaea;
     border: 0;
     color: #333;
     padding: 7px 20px;
     border-radius: 4px;
     margin-right: 10px;
}
 .step.finish {
     background-color: #F86262;
     opacity: 1;
}
/* Mark the active step: */
 .step.active {
     opacity: 1;
}
/* Mark input boxes that gets an error on validation: */
 input.invalid {
     background-color: #ffdddd;
}
/* Hide all steps by default: */
 .tab {
     display: none;
}
 .buttonsRegister {
     display: inline-flex;
}
 span.seleccionEntrega {
     color: #3b3b63;
     font-weight: 700;
     font-size: 21px;
     line-height: 1em;
     margin-top: 7px;
     display: block;
}
 button.btn span img {
     width: 25px;
     margin-right: 10px;
     height: auto;
}
 .btn-group.btn-group-lg button.btn-primary:hover {
     background: #FF5A35;
     color: #fff;
}
 .btn-group.btn-group-lg button {
     font-weight: 600;
     font-size: 19px;
}
 .container.Datos small {
     text-transform: uppercase;
     font-weight: 700;
}
 .container.Datos .col-md-4 {
     background: #eaeaea;
     padding: 23px;
     border-radius: 8px;
}
 .container.Datos {
     font-size: 18px;
     font-weight: 400;
}
/* Card User Data*/
 .card-user-profile .card-title {
     color: #F86262;
     font-weight: 700;
     font-size: 25px;
}
 .card-user-profile .label-group {
     font-size: 18px;
     line-height: 20px;
     font-weight: 400;
}
 .card-user-profile .label-title {
     color: #696969;
     line-height: 14px;
     margin: 0;
}
 .card-user-profile .label-content {
     line-height: 14px;
}
 .card-user-profile .label-content span {
     line-height: 27px;
     color: #ff6949;
     font-weight: 600;
}
 .card-user-profile .text-link {
     font-size: 14px;
     border: 1px solid;
     color: #03b5ed;
     text-align: center;
     padding: 1px 6px;
     border-radius: 4px;
}
 .card-user-profile .text-link.fsize-12 {
     font-size: 12px;
}
 .card-user-profile .btn.btn-secondary {
     background: #fff;
}
 .card-user-profile .btn.btn-secondary:hover {
     background: #F86262;
     color: #fff;
}
 .nowrap {
     white-space: nowrap
}
 .btn-outline {
     font-size: 12px;
     color: #989898;
     background: #fff;
     border: 1px solid #989898;
     max-width: 133px;
     display: block;
     text-align: center;
     border-radius: 24px;
     line-height: 24px;
     font-weight: 600;
}
 .btn-outline:hover {
     color: #fff;
     border: 1px solid #989898;
     background: #989898;
     text-decoration: none;
}
 .bg-card-user-profile {
     background-image: url(../images/bg-card-user-profile.png);
     background-position: bottom right;
     background-repeat: no-repeat;
     min-height: 300px;
}
/* Card User Product List */
 .user-product-list {
     display: grid;
     border: 0;
     padding: 20px 0;
     font-size: 16px;
     line-height: 1em;
     box-shadow: 0 0 6px #ddd;
     border-radius: 10px;
     margin-bottom: 21px;
}
 .user-product-list-header, .user-product-list-body {
     display: grid;
     grid-template-columns: 59px 166px 59px auto;
     align-items: center;
}
 .user-product-list-header {
     column-gap: 7px;
     font-size: 14px;
     color: #696969;
     padding-top: 5px;
     padding-bottom: 5px;
}
 .user-product-list-body {
     column-gap: 7px;
     grid-template-rows: 45px;
}
 .user-product-list-body::after {
     content: "";
     display: block;
     height: 1px;
     background: #707070;
     width: 285px;
     opacity: 0.3;
}
 .user-product-list-body:last-child::after {
     display: none;
}
 .upl-header-date {
     text-align: center;
     color: #F86262;
     font-size: 14px;
     font-weight: 700;
}
 .upl-header-quantity {
     text-align: center;
}
 .upl-body-thu {
     text-align: center;
}
 .upl-body-quantity {
     text-align: center;
}
 .upl-body-action {
     text-align: center;
}
 .btn-repeat {
     font-size: 14px;
     color: #F86262;
     border: 1px solid #F86262;
     display: inline-block;
     text-align: center;
     border-radius: 4px;
     line-height: 19px;
     padding: 0 7px;
}
 .btn-repeat:hover {
     color: #fff;
     border: 1px solid #F86262;
     background-color: #F86262;
     text-decoration: none;
}
 .btn-delete {
     font-size: 14px;
     line-height: 14px;
     color: #656565;
     margin-top: 5px;
     margin-bottom: 5px;
     display: inline-block;
     padding: 1px 6px;
}
 .btn-delete:hover {
     color: #F86262;
     text-decoration: none;
}
 .card-user-profile .btn-group.btn-group-lg button {
     font-size: 15px;
}
/* ==Begin Added by Elvis ======================*/
 [hidden], .vrt-hidden {
     display: none !important;
}
 .chgColor {
     animation: vrt-pulse 1s;
     border-radius: 20px;
}
 @keyframes vrt-pulse {
     0% {
         background-color: white;
    }
     50% {
         background-color: rgb(255, 160, 122);
    }
     100% {
         background-color: white;
    }
}
 .sidebarRight.toggledCart {
     width: 340px;
     box-shadow: 0 0 10px #888;
     padding: 20px 30px;
}
 .sidebarRight .navbar-brand {
     color: rgba(0, 0, 0, 0.9);
     background: url(../images/logo.png);
     background-repeat: no-repeat;
     background-size: contain;
     text-indent: -99999px;
     width: 191px;
     background-position: center;
     display: inline-block;
     float: right;
     margin: 40px 0;
}
 .sidebarRight {
     height: 100%;
     width: 0;
     background-color: #fff;
     position: fixed !important;
     right: 0px;
     z-index: 99999;
     overflow: auto;
     -webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1);
    /* older webkit */
     -webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
     -moz-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
     -o-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
     transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* easeOutBack */
     -webkit-transition-timing-function: cubic-bezier( 0.175, 0.885, 0.32, 1);
    /* older webkit */
     -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
     -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
     -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
     transition-timing-function: cubic-bezier( 0.175, 0.885, 0.32, 1.275);
    /* easeOutBack */
}
/* scoreboard password meter */
 #scorebarBorder {
     background: #333;
     border: 1px #000 solid;
     height: 12px;
     margin-bottom: 2px;
     width: 100px;
}
 #score {
     color: white;
     font-size: 10px;
     padding-top: 0;
     text-align: center;
     position: relative;
     width: 100%;
     z-index: 10;
}
 #score {
    /*font-weight: bold;
     */
}
 #complexity {
    /*font-size: 60%;
     padding-left: 5px;
     position: relative;
     top: -5px;
     padding-bottom: 10px;
     float: left;
     */
     font-size: 14px;
     padding-left: 0;
     position: relative;
     top: -15px;
     padding-bottom: 10px;
     float: left;
     display: block;
}
 #scorebar {
     background-image: url(../images/bg_strength_gradient.jpg);
     height: 18px;
     background-position: 0 0;
     position: relative;
     border-radius: 0;
     position: relative;
     top: -19px;
     width: 100%;
     z-index: 0;
     background-repeat: no-repeat;
     background-size: cover;
}
/* Hiding arrows in input type=number */
/* Chrome, Safari, Edge, Opera */
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
/* Firefox */
 input[type=number] {
     -moz-appearance: textfield;
}
/* ==End Added by Elvis ======================*/
/* inicio modificaciones y agregados de Gustavo */
 .grid-navbar {
     display: grid;
     grid-template-columns: 50px 166px 1fr auto auto auto;
     justify-content: space-between;
     align-items: center;
     width: 100%;
     column-gap: 30px;
}
 .grid-navbar button#menu-toggle {
     margin-right: 0;
     padding: 0;
     min-height: 44px;
     min-width: 44px;
}
 .grid-navbar .logo {
     width: 166px;
     height: 46px;
     padding: 0;
     margin: 0;
}
 .grid-navbar .navbar-searchform .form-control {
     background: url(../images/search.svg);
     background-position-x: 0%;
     background-position-y: 0%;
     background-repeat: repeat;
     background-repeat: no-repeat;
     background-position: 10px;
     padding-left: 40px;
     width: 100%;
     -webkit-transition: width 0.4s ease-in-out;
     transition: width 0.4s ease-in-out;
     margin: 0;
}
 .grid-navbar span.helpcompra {
     margin: 0;
}
 ._cart_info_wrapper {
     padding-right: 15px;
}
 .card-image {
     position: relative;
}
 a.moreinfo {
     background: #FF8A4D url(../images/moreinfo.svg);
     background-repeat: no-repeat;
     background-size: 19px;
     background-position: center center;
     position: absolute;
     left: 15px;
     padding: 19px;
     border-radius: 50%;
     bottom: 5px;
     box-shadow: 0 0 6px #ddd;
     cursor: pointer;
     z-index: 1;
}
 a.moreinfo:hover {
     background: #F8D043 url(../images/moreinfo.svg);
     background-repeat: no-repeat;
     background-size: 19px;
     background-position: center center;
}
 .modalmoreinfo .modal-dialog {
     min-width: 90%;
}
 .modalmoreinfo .modal-header {
     background: #3B3B63;
     padding: 6px;
     min-height: 43px;
}
 .modalmoreinfo .modal-title {
     color: #fff;
     font-size: 18px;
     font-weight: bold;
     line-height: 26px;
     margin-left: 50px;
}
 .modalmoreinfo button.close {
     background-image: url(../images/close-modal.svg);
     background-size: auto;
     width: 16px;
     height: 16px;
}
 .modalmoreinfo .modal-header .close {
     padding: 0;
     margin: 7px;
}
 .modalmoreinfo .modal-body {
     padding: 37px;
}
 .column-left {
     font-size: 14px;
     line-height: 20px;
}
 .column-left .d-table {
     padding-left: 20px;
}
 .column-left .mp-name {
     font-size: 22px;
     font-weight: bold;
     color: #F86262;
     line-height: 22px;
}
 .column-left .mp-lead {
     font-size: 18px;
     line-height: 20px;
}
 .br-tb {
     border-top: #ccc 1px solid;
     border-bottom: #ccc 1px solid;
     padding: 6px 0;
     line-height: 20px;
}
 .column-center {
     font-size: 14px;
}
 .column-info-title {
     font-size: 18px;
     line-height: 24px;
     color: #F86262;
     font-weight: 600;
}
 .column-right {
     font-size: 16px;
     line-height: 24px;
     color: #F86262;
     font-weight: 600;
     padding-left: 50px;
}
 .circle-badge {
     font-size: 18px;
     line-height: 39px;
     width: 39px;
     color: #fff;
     background-color: #F86262;
     display: block;
     border-radius: 50%;
     text-align: center;
     font-weight: bold;
     margin-top: 3px;
}
 .timeline-box {
     font-size: 16px;
     line-height: 18px;
}
 .timeline-icon {
     text-align: center;
     display: grid;
     justify-content: center;
     min-height: 80px;
     align-items: center;
}
 .timeline-title {
     text-align: center;
     min-height: 58px;
     display: grid;
     align-items: center;
     color: #fff;
     position: relative;
}
 .timeline-title p {
     margin-bottom: 0;
}
 .timeline-txt {
     color: #5F5F5F;
     font-size: 14px;
     padding: 20px;
}
 .pill-badge {
     font-size: 16px;
     line-height: 39px;
     color: #fff;
     background-color: #F86262;
     border-radius: 39px;
     text-align: center;
     font-weight: 600;
     display: inline-block;
     padding: 0 10px;
     margin-right: 4px;
     margin-bottom: 4px;
}
 .timeline-gradient-arrow {
     display: block;
     position: absolute;
     bottom: -10px;
     left: calc(50% - 10px);
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-top: 10px solid #ee664b;
}
 .timeline-gradient-1 {
     background: #F86262;
     background: -moz-linear-gradient(left, #F86262 0%, #de624d 100%);
     background: -webkit-linear-gradient(left, #F86262 0%, #de624d 100%);
     background: linear-gradient(to right, #F86262 0%, #de624d 100%);
     filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#F86262', endColorstr='#de624d', GradientType=1);
}
 .timeline-gradient-1 .timeline-gradient-arrow {
     border-top: 10px solid #ee664b;
}
 .timeline-gradient-2 {
     background: #de624d;
     background: -moz-linear-gradient(left, #de624d 0%, #a45455 100%);
     background: -webkit-linear-gradient(left, #de624d 0%, #a45455 100%);
     background: linear-gradient(to right, #de624d 0%, #a45455 100%);
     filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#de624d', endColorstr='#a45455', GradientType=1);
}
 .timeline-gradient-2 .timeline-gradient-arrow {
     border-top: 10px solid #BC5A52;
}
 .timeline-gradient-3 {
     background: #a45455;
     background: -moz-linear-gradient(left, #a45455 0%, #6a465d 100%);
     background: -webkit-linear-gradient(left, #a45455 0%, #6a465d 100%);
     background: linear-gradient(to right, #a45455 0%, #6a465d 100%);
     filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a45455', endColorstr='#6a465d', GradientType=1);
}
 .timeline-gradient-3 .timeline-gradient-arrow {
     border-top: 10px solid #824C5A;
}
 .timeline-gradient-4 {
     background: #6a465d;
     background: -moz-linear-gradient(left, #6a465d 0%, #3b3b63 100%);
     background: -webkit-linear-gradient(left, #6a465d 0%, #3b3b63 100%);
     background: linear-gradient(to right, #6a465d 0%, #3b3b63 100%);
     filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6a465d', endColorstr='#3b3b63', GradientType=1);
}
 .timeline-gradient-4 .timeline-gradient-arrow {
     border-top: 10px solid #4E4060;
}
 .border-orange {
     border: 1px solid #F86262;
}
 .text-orange {
     color: #F86262;
}
 .btn_comprar {
     line-height: 18px;
     padding: 10px 15px;
}
/* fin modificaciones y agregados de Gustavo */
/** gise 17 de Dic **/
 .alert-dismissible .close {
     background-size: 13px;
     margin: 0;
}
 div#_alert_no_phone .alert {
     text-align: center;
     margin-bottom: 0;
     position: absolute;
     z-index: 99;
     width: 100%;
     border-radius: 0;
}
 .form-control {
     margin-bottom: 20px;
}
/*inicio preguntas frecuentes*/
 .header-mini {
     display: flex;
     min-height: 170px;
     align-items: center;
     color: #fff;
     background-color: #eee;
     background-size: cover;
     margin-bottom: 30px;
}
 .header-mini.faq {
     background-image: url(../images/header-mini.jpg);
}
 .header-mini.puntodeentrega {
     background-image: url(../images/header-mini-puntodeentrega.jpg);
}
.header-mini.productor {
     background-image: url(../images/header-mini-productor.jpg);
}
 .header-mini-title {
     font-size: 32px;
     font-weight: bold;
}
 #accordionFaq .card {
     background: transparent;
}
 .accordion .item {
     font-size: 18px;
     font-weight: bold;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .accordion .item .icon-arrow {
     background-image: url("data:image/svg+xml,%3Csvg width='19' height='12' viewBox='0 0 19 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='9.62561' y='11.3139' width='2.7429' height='13.2574' transform='rotate(-135 9.62561 11.3139)' fill='%23FF6A49'/%3E%3Crect x='11.5652' y='9.37437' width='2.7429' height='13.2574' transform='rotate(135 11.5652 9.37437)' fill='%23FF6A49'/%3E%3C/svg%3E%0A");
     width: 20px;
     height: 20px;
     display: block;
     background-position: center center;
     background-repeat: no-repeat;
     margin-left: 50px;
     -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .accordion .item.collapsed .icon-arrow {
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -o-transform: rotate(0);
     -ms-transform: rotate(0);
     transform: rotate(0);
}
 #accordionFaq .card-header, #accordionFaq .card-body {
     padding-left: 0;
     padding-right: 0;
     background: transparent;
}
 .accordion .card-body {
     font-size: 18px;
}
/*fin preguntas frecuentes*/
 .sb_remove_cart_button {
     width: 24px;
     height: 24px;
     display: block;
     background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI9JREFUeNpiYBhsgBHG+J/leR5IGQDxAsZp2xPxaQKqnQ+kEoD4AlCtIUiMCUneAEonQBUSMgRZD4pBC5DYWA1DMwRFDyMhhTBv4pPDMIiArTgNwWoQDsMY8BmC0yA8huGMUSaqpyOqe40qgU2V6CekkJAa5MBOIBgOELEF2PQgG3SBUBRjMewCw6AFAAEGAGzLWxQIbYOAAAAAAElFTkSuQmCC");
     background-repeat: no-repeat;
     background-position: center;
     background-size: 12px;
}
 .btn.google {
     background-color: #dd4b39;
     color: white;
     width: 100%;
     margin-bottom: 15px;
     padding: 10px 40px;
}
 .btn.fb {
     background-color: #3B5998;
     color: white;
     width: 100%;
     margin-bottom: 15px;
     padding: 10px 40px;
}
 .mcmj.btn {
     background-color: rgb(255, 106, 73);
     color: white;
     width: 100%;
     margin-bottom: 15px;
     padding: 10px 40px;
}
 .btn.google:hover, .btn.fb:hover,.mcmj.btn:hover {
     color: #fff;
     text-decoration: underline;
}

.cel_format{
    font-size: 12px;
}
/**socials**/
/** {
    box-sizing: border-box
}
 input, .btn {
     width: 100%;
     padding: 12px;
     border: none;
     border-radius: 4px;
     margin: 5px 0;
     opacity: 0.85;
     display: inline-block;
     font-size: 17px;
     line-height: 20px;
     text-decoration: none;
}
*/
/* style the submit button */
 input[type=submit] {
     background-color: #4CAF50;
     color: white;
     cursor: pointer;
}
 input[type=submit]:hover {
     background-color: #45a049;
}
/* Two-column layout .col {
     float: left;
     width: 50%;
     margin: auto;
     padding: 0 50px;
     margin-top: 6px;
}
*/
/* Clear floats after the columns .row:after {
     content: "";
     display: table;
     clear: both;
}
*/
/* vertical line .vl {
     position: absolute;
     left: 50%;
     transform: translate(-50%);
     border: 2px solid #ddd;
     height: 175px;
}
*/
/* text inside the vertical line .inner {
     position: absolute;
     top: 50%;
     transform: translate(-50%, -50%);
     background-color: #f1f1f1;
     border: 1px solid #ccc;
     border-radius: 50%;
     padding: 8px 10px;
}
*/
/* hide some text on medium and large screens */
 .hide-md-lg {
     display: none;
}
/* bottom container .bottom-container {
     text-align: center;
     background-color: #666;
     border-radius: 0px 0px 4px 4px;
}
*/
/* Responsive layout - when the screen is less than 650px wide, make the two columns stack on top of each other instead of next to each other @media screen and (max-width: 650px) {
     .col {
         width: 100%;
         margin-top: 0;
    }
     .vl {
         display: none;
    }
     .hide-md-lg {
         display: block;
         text-align: center;
    }
}
*/
/*modal notificacion home*/
 #_modal_notification .modal-title {
     color: #F86262;
     margin: 0 auto;
     font-size: 34px;
     font-weight: 600;
}
 #_modal_notification .btn.btn-primary {
     min-width: 271px;
}
#_modal_notification h5.modal-title {
    color: #F86262;
    text-align: center;
    margin: auto;
    font-weight: 700;
    font-size: 30px;
}


/*Region*/
.page-region ._header.sticky-top {
    display: none;
}
.page-region > footer {
    display: none;
}
.bg-deco-1 {
     background: url(../images/deco-01.svg);
     background-position: top right;
     background-repeat: no-repeat;
     background-size: auto 130px;
}
.bg-deco-2 {
     background: url(../images/deco-02.svg);
     background-position: bottom right;
     background-repeat: no-repeat;
     background-size: auto 230px;
}
.section-region .col-picture {
     -ms-flex: 0 0 37%;
     flex: 0 0 37%;
     max-width: 37%;
}
.section-region .col-content {
     -ms-flex: 0 0 58.333333%;
     flex: 0 0 58.333333%;
     max-width: 58.333333%;
}
.section-region .text-content {
     display: grid;
     padding-top: 150px;
     padding-bottom: 70px;
     grid-template-rows: 110px 222px 245px auto;
     align-items: end;
     padding-left: 140px;
}
.section-region .title {
     margin-bottom: 29px;
     font-style: normal;
     font-weight: bold;
     font-size: 36px;
     line-height: 45px;
     color: #212121;
}
.section-region .fit {
     object-fit: cover;
     max-width: 100%;
}
.section-region .group-btn {
     display: flex;
     align-self: flex-start;
}
.section-region .btn-region {
     width: 340px;
     height: 245px;
     padding: 24px;
     color: #fff;
     background-color: #F86262;
     display: grid;
     align-content: center;
}
.section-region .btn-region:hover {
     background-color: #3b3b62;
}
.btn-region-icon img {
     max-height: 80px;
}
.section-region .btn-region-name {
     font-style: normal;
     font-weight: bold;
     font-size: 26px;
     line-height: 33px;
     padding-top: 15px;
}
.section-region .btn-region-description {
     font-style: normal;
     font-weight: 600;
     font-size: 19px;
     line-height: 25px;
}
.section-region .btn-link {
     font-style: normal;
     font-weight: normal;
     font-size: 18px;
     line-height: 23px;
     color: #3b3b62;
     padding-top: 30px;
}
/*section-region-resumen*/
.section-region-resumen {
     margin-top: -87px;
}
.region-txt {
     padding-top: 130px;
}
.region-aside {
     background: #f3f3f3;
     height: 100vh;
}
.region-aside .title {
     font-style: normal;
     font-weight: normal;
     font-size: 27px;
     line-height: 40px;
     color: #181818;
     padding-top: 90px;
}
.region-aside .small {
     color: #808080;
}
.btn-mcmj-secondary {
     background-color: #d4d4dc;
     color: #181818;
     white-space: nowrap;
}
.btn-mcmj-primary {
     background-color: #3b3b63;
     color: #fff;
     white-space: nowrap;
}
.btn-mcmj-primary:hover {
     color: #fff;
}
.region-txt .title {
     font-style: normal;
     font-weight: bold;
     font-size: 32px;
     line-height: 40px;
     color: #181818;
     margin: 0;
}
.group-btn-check {
     display: flex;
     justify-content: space-between;
}
.custom-control.custom-radio.radio-mdp {
     padding: 0;
}
.radio-mdp .custom-control-label::before {
     display: none;
}
.radio-mdp .custom-control-label::after {
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #f3f3f3;
     border-radius: 8px;
     border: none;
}
.radio-mdp .custom-control-input:checked ~ .custom-control-label::after {
     background: #3b3b63;
}
.radio-mdp .custom-control-input:checked ~ .custom-control-label .radio-mdp-btn-name {
     color: #fff;
}
.radio-mdp .custom-control-input:checked ~ .custom-control-label .radio-mdp-btn-icon {
     fill: #fff;
}
.radio-mdp .custom-control-label {
     width: 310px;
     height: 220px;
     display: grid;
     align-content: center;
     align-items: center;
     cursor: pointer;
}
.radio-mdp-btn-icon {
     position: relative;
     z-index: 1;
     text-align: center;
}
.radio-mdp-btn-icon svg {
     max-height: 90px;
}
.radio-mdp-btn-icon img {
     max-height: 90px;
}
.radio-mdp-btn-name {
     position: relative;
     z-index: 1;
     font-style: normal;
     font-weight: bold;
     font-size: 16px;
     line-height: 20px;
     text-align: center;
     padding-top: 18px;
     color: #181818;
}
.card-mdp-info {
     background: #f3f3f3;
     box-shadow: none;
     padding: 28px 33px;
}
.card-mdp-info .col-info {
     color: #7a7a7a;
     font-size: 14px;
}
.btn-text {
     color: #3b3b63;
     text-decoration: none;
}
.section-region-resumen .text-info {
     color: #F86262 !important;
 }
/*forma de pago*/
.forma-de-pago .section-title {
     font-family: 'Source Sans Pro', Sans-serif;
     font-style: normal;
     font-weight: 700;
     font-size: 24px;
     line-height: 30px;
     color: #212121;
 }
.btn-radio-mdp {
     max-width: 362px;
     max-height: 360px;
     display: flex;
     flex-direction: column;
     background: #E6E6F3;
     height: 360px;
     width: 362px;
     align-items: center;
     justify-content: center;
     border-radius: 13px;
     cursor: pointer;padding: 0;
 }
.btn-radio-mdp i {
     margin-top: 75px;
 }
 .btn-radio-mdp span {
     font-family: 'Source Sans Pro', Sans-serif;
     font-weight: 700;
     font-size: 18px;
     line-height: 23px;
     color: #212121;
     margin-top: 55px;
     margin-bottom: 20px;
 }
 .btn-radio-mdp .custom-control-label {
     display: grid;
     text-align: center;
     width: 100%;
height: 100%;
 }
 .btn-radio-mdp .custom-control-label:before {
     width: 100%;
     height: 100%;
     padding: 0;
     margin: 0;
     border: none;
     background: transparent;
     top: 0;
     left: 0;
      border-radius: 13px;
 }
 .btn-radio-mdp .custom-control-input:checked ~ .custom-control-label::before {
     background: transparent;
     border: 11px solid #9292B1;
 }
 .custom-radio.btn-radio-mdp .custom-control-input:checked ~ .custom-control-label::after {
     display: none;
 }
 .bg-gray {
     background-color: #F8F8F8;
 }
 .btn-default {
     background: #E6E6F3;
     border-radius: 6px;
     cursor: pointer;
     font-family: 'Source Sans Pro', Sans-serif;
     font-weight: 600;
     font-size: 14px;
     color: #212121!important;
 }
 .btn-default.active {
     background: #3B3B63;
     border-radius: 6px;
     cursor: pointer;
     font-family: 'Source Sans Pro', Sans-serif;
     font-weight: 600;
     font-size: 14px;
     color: #fff!important;
 }
 .page-forma-de-pago > footer {
     margin-top: 0;
 }
 .resumen-de-compra {
     font-weight: 600;
     font-size: 14px;
     color: #212121;
 }
 .resumen-de-compra .title {
     font-weight: 700;
     font-size: 18px;
     line-height: 23px;
     color: #212121;
 }
 .resumen-de-compra .muted {
     font-weight: 400;
     font-size: 14px;
     line-height: 18px;
     color: #808080;
 }
 .total-price {
     color:#35488B
 }
 /*Transferencia electrónica*/
 .forma-de-pago .well {
     background: #F1F1F1;
     border-radius: 8px;
 }
 .forma-de-pago .well .title {
     font-weight: 600;
     font-size: 18px;
     line-height: 23px;
     color: #212121;
 }
 .forma-de-pago .well .content {
     font-size: 14px;
     line-height: 18px;
     color: #7A7A7A;
 }
.forma-de-pago .well .text-link {
     font-weight: 700;
     font-size: 14px;
     line-height: 18px;
     color: #3B3B63;
 }
 .forma-de-pago .form-row label {
     font-weight: 600;
     font-size: 14px;
     line-height: 18px;
     color: #252525;
 }
 .forma-de-pago .form-row .form-control {
     border: 1px solid #A5A5A5;
     border-radius: 6px;margin: 0;
 }
 .forma-de-pago .text-orange {
     font-weight: 400;
     font-size: 14px;
     line-height: 18px;
     color: #F86262;
 }


/*lista de nodos*/
.btn-ver-nodos {
     background: #3b3b63;
     color: white;
 }
 .btn-ver-nodos {
     background: #3b3b63;
     color: white;
 }
 #nodoListCollapse {
     max-height: 450px;
     overflow-y: scroll;
 }
 .btn-ver-nodos:hover {
     background: #F86262;
     color: #fff;
 }
 .list-group-nodos .list-group-item.active {
     background-color: #F86262;
     border-color: #F86262;
 }
 .list-group-nodos .list-group-item {
     border: 1px solid rgba(0, 0, 0, 0.06);
 }
 .list-group-nodos .list-group-item:hover {
     background: #F86262;
     color: white;
     text-decoration: none;
 }
 .list-group-nodos .list-group-item p, .list-group-nodos .list-group-item small {
     color: #3b3b63;
 }

 span.iconNav img {
     width: auto;
     max-height: 29px;
     min-width: 23px;
 }
 
 #customRadioTransferencia.custom-control-input ~ .mensaje1 {
    display: none;
}
#customRadioTransferencia.custom-control-input:checked ~ .mensaje1 {
    display: grid;
    width: 100%;
    height: auto;
    background-color: #F86262;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    padding: 20px;
    color: white;
}
#customRadioTransferencia.custom-control-input:disabled ~ .mensaje2 {
    display: grid;
    width: 100%;
    height: auto;
    background-color: #F86262;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    padding: 20px;
    color: white;
    cursor: initial;
}
 #customRadioDebito.custom-control-input ~ .mensaje1 {
    display: none;
}
#customRadioDebito.custom-control-input:checked ~ .mensaje1 {
    display: grid;
    width: 100%;
    height: auto;
    background-color: #ff6a49;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    padding: 20px;
    color: white;
}
#customRadioDebito.custom-control-input:disabled ~ .mensaje2 {
    display: grid;
    width: 100%;
    height: auto;
    background-color: #ff6a49;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    padding: 20px;
    color: white;
    cursor: initial;
}