:root{
    --azul-tony: #1f4292;
    --rojo-tony: #e30137;
    --white: #ffffff;
    --bp-small: 48em;
    --bp-medium: 64em;
    --bp-large: 85.375em;
    --bp-xlarge: 120em;
    --bp-xxlarge: 160em;
}

body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: var(--white);
    margin: 0;
    min-width: 100%;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
}

/* default font size */
/*
.fa {
    font-size: 14px;
}*/
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: var(--azul-tony);
}
a:focus, a:hover {
    text-decoration: none;
    color: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 14px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 14px;
    font-weight: bold;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 14px;
}
.input-group .input-group-addon {
    font-size: 14px;
    height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label-top:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
    top: 10px;
    position:relative; /*comment */
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: 7px;
}



/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: var(--white);
    background-color: #8dc148;
    /*
    text-decoration: none;
    color: var(--white);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    */
}
/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}
#top .container {
    padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: var(--white);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 var(--white);
    text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
    color: #444;
}
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: var(--white);
}
#top .btn-link strong {
    font-size: 14px;
        line-height: 14px;
}
#top-links {
    padding-top: 6px;
}
#top-links a + a {
    margin-left: 15px;
}
/* logo */
#logo {

}
.logotony{
    transition: all 0.5s ease;
    height: 85px;
    width: auto;
}
/* search */
#search {
    /*margin: 0px 0 0 2px;*/
}
@media(max-width: 575px){
    #search {
    margin: 10px 0 0 4px;
}
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 0;
    text-align-last: left;
    font-weight: bold;
    font-size: 1.7rem;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 20px;
    text-shadow: 0 1px 0 var(--white);
    border-radius: 0px 10px 10px 0px;
}
/* cart */
#cart {
    /* margin-bottom: 10px; */
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: var(--white);
}
#cart.open > .btn {
    background-image: none;
    background-color: var(--white);
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
    overflow-y: auto;
    max-height: 800px;
    scrollbar-width: thin;
    overflow-x: hidden;
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/* menu */
#menu {
    background-color: var(--rojo-tony);
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
    border-radius: 0;
    font-size: 1.5rem;
    margin-bottom: 0;
}
#menu .nav > li > a {
    color: var(--white);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}
#menu .dropdown-inner li a:hover {
    color: var(--white);
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: var(--white);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: var(--white);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: var(--white);
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: var(--white);
    background-color: #229ac8;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: var(--white);
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: var(--white);
    }
}
/* content */
#content {
    /*min-height: 300px;*/
}

/* alert */
.alert {
    padding: 8px 30px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0px;
}
.breadcrumb ul {
    margin-bottom: 0px;
}
.breadcrumb ul a {
    color: #484848;
    text-shadow: none;
    font-size: 1.2em;
    line-height: 32px;
    margin: 0px 5px;
}
.breadcrumb ul i {
    font-size: 15px;
}
.breadcrumb ul>li {
    text-shadow: 0 1px 0 var(--white);
    padding: 0px;
    position: relative;
    white-space: nowrap;
    display: inline;
}
.breadcrumb ul>li+li:before {
    content: '';
    padding: 0;
}
.breadcrumb ul>li:after {
    content: '/';
    padding: 0px 15px;
}
.breadcrumb ul>li:nth-last-child(-n+1):after {
    content: '' !important;
    padding: 0px 20px;
}
.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 1.5em;
    border: 1px solid #cccccc;
    border-radius: 0;
    /*box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default:hover{
    color: #333;
    background-color: #e6e6e6;
}

.btn-default {
    /*color: #777;*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    /*background-image: linear-gradient(to bottom, #eeeeee, #dddddd);*/
    /*background-repeat: repeat-x;*/
    /*border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;*/
}
/*.btn-primary {
    color: var(--white);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}*/
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #9e052b;
    background-position: 0 -15px;
}
.btn-warning {
    color: var(--white);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: var(--white);
    background-color: var(--rojo-tony);
    height: 40px;
    padding: 0 20px 0 20px;
    /*
    color: var(--white);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    */
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: var(--white);
    background-color: #8dc148;
    border-color: #8dc148;
    height: 40px;
    border-radius: 10px;
    /*
    color: var(--white);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    */
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: var(--white);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: var(--white);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}
.btn-order{
    border-radius: 0.80rem;
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 var(--white);
}
/* carousel */
.carousel-caption {
    color: var(--white);
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
}
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
}
.product-grid .product-thumb .caption {
    min-height: 0;
}
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #444;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    /*margin-left: -20px;*/
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}
.col-center{
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.preciobox{
    align-items: center !important;
}
.datosGen{
    font-size: 1.8rem;
}
.special_price{
    color: var(--rojo-tony);
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* FOOTER */
footer {
    padding-top: 10px;
    background-color: var(--azul-tony);
    color: var(--white);
    display: table;
    width: 100%;
    border: 1px solid var(--azul-tony);
}
#lidernacional {
    width: 100% !important;
    margin: 0 !important;
}
#lidernacional h2 {
    margin: 0px;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid var(--white);
}
footer a {
    color: var(--white);
}
footer a:hover {
    color: white;
}
footer li {
    transition: .2s transform ease;
}
footer li:hover {
    color: var(--white);
    transform: scale(1.1);
}
footer h5 {
    font-size: 1.2em;
    color: var(--white);
    margin: 5px 0 15px;
    font-weight: bold;
}

@media (min-width: 1001px) {
    footer .container {
        width: 980px;
        padding: 10px 10px;
    }
    footer .list-unstyled li {
        padding: 5px 0px;
        font-size: 14px;
    }
}
@media (max-width: 767.98px) {
    footer .list-unstyled li {
        padding: 5px 0px;
    }
}
/* FOOTER IR-ARRIBA */
.ir-arriba {
    /*display: list-item !important;*/
    list-style: none;
    padding: 10px 15px 10px 15px;
    background: var(--rojo-tony);
    color: var(--white);
    cursor: pointer;
    position: fixed;
    bottom: 85px;
    right: 0px;
    z-index: 9;
    border-radius: 50%;
    height: 43px;
    margin-top: 13px;
}

/* BANNER CENTRAL */
.bannercen{
	padding-top: 20px;
	padding-bottom: 20px;
}

.bannercen:after, .bloque:after {
    content: "";
    display: table;
    clear: both;
}

.bannercen .column, .bloque .column-p {
    float: left;
    width: 50%;
    padding: 10px;
}

.bannercen a {
    text-align: center !important;
}

.bannerCentral{
    max-width: 100%;
    height: auto;
}
.bannerCentral:hover{
  transform: scale(1.03);
  transition: transform .2s, box-shadow 0.2s ease-in-out;
  /*box-shadow: 8px 8px 2px 0px rgba(0, 0, 0, 0.2);*/
  position: relative;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 720px
    }
}

@media (min-width:992px) {
    .container {
        width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1140px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.container-home{
    padding-left: 3%;
    padding-right: 3%;
}



.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        align-self: center !important
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.secciones, b {
    font-weight: 700;
    color: #d21746;
    font-size: 32x;
    margin-bottom: 15px;
}

.secciones, h2{
    font-weight: 500;
    color: var(--azul-tony) !important;
    font-size: 32x;
    margin-bottom: 15px;
}

.close {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 var(--white);
    opacity: .5;
}

.modal-header .close {
    padding: 1rem;
    margin: -4rem -1rem -1rem auto;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}


.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    /*padding: .375rem .75rem;*/
    font-size: 1.5rem;
    line-height: 1.5;
    /*border-radius: .25rem;*/
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}


.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: var(--white);
    background-color: var(--rojo-tony);
border-color: var(--rojo-tony);
height: 40px
}

.btn-primary:hover {
    color: var(--white);
    background-color: #9e052b;
    border-color: var(--rojo-tony)
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: var(--white);
    background-color: #9e052b;
    border-color: var(--rojo-tony)
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: var(--white);
    background-color: var(--azul-tony);
    border-color: var(--azul-tony)
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
    color: var(--white);
    background-color: var(--azul-tony);
    border-color: var(--azul-tony)
}

.btn-secondary:hover {
    color: var(--white);
    background-color: #0059a4;
    border-color: #0059a4
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: var(--white);
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: var(--white);
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
    color: var(--white);
    background-color: #8dc148;
    border-color: #8dc148;
    height: 40px;
    border-radius: 10px;
}

.btn-success:hover {
    color: var(--white);
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: var(--white);
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: var(--white);
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: var(--white);
    background-color: #17a2b8;
    border-color: #17a2b8;
    height: 40px
}

.btn-info:hover {
    color: var(--white);
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: var(--white);
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: var(--white);
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    background-color: #ffbf00;
color: white;
height: 40px
}

.btn-warning:hover {
color: white;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
/*
.btn-danger {
    color: var(--white);
    background-color: var(--rojo-tony);
    border-color: var(--rojo-tony);
    height: 40px
}
*/

.btn-danger:hover {
    color: var(--white);
    background-color: #9e0d31;
    border-color: #9e0d31
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    background-color: #9e0d31;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: var(--white);
    background-color: var(--rojo-tony);
    border-color: var(--rojo-tony)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: var(--white);
    background-color: var(--rojo-tony);
    border-color: var(--rojo-tony);
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: var(--white);
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: var(--white);
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: var(--white);
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: var(--white);
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #4e7717;
    background-color: transparent;
    background-image: none;
    border-color: transparent
}

.btn-outline-primary:hover {
    color: var(--white);
    background-color: #8dc148;
    border-color: #8dc148;
    box-shadow: 4px 5px 0px 1px #4e7717
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: var(--white);
    background-color: #4e7717;
    border-color: #4e7717
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: var(--azul-tony);
    background-color: transparent;
    background-image: none;
    border-color: transparent;
}

.btn-outline-secondary:hover {
    color: var(--white);
    background-color: #8dc148;

border-color: #8dc148;

box-shadow: 3px 4px 0px 1px #527d1a;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: var(--white);
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: var(--white);
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: var(--white);
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: var(--white);
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: var(--white);
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: var(--white);
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: var(--white);
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: var(--white);
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: var(--white);
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    /*border-radius: .3rem*/
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.text-primary{
    color: var(--azul-tony);
}

.pointable{
    cursor: pointer;
}


/***************** HEADER *****************/
header{
    background-color: var(--azul-tony);
    /*padding: 0 0 10px 0;*/
    z-index: 9;
    position: relative;
    width: 100%;
}
.headerFijo {
    transition: all .5s ease;
    position: fixed;
    margin: 0px;
    min-width: 100%;
}
.tienda-activa {
    box-shadow: 3px 4px 0px 1px #385d06;
    background-color: #8dc148;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    border-radius: 4px;
    color: white !important;
}
.buttons-top-header, .buttons-bottom-header{
    color: white;
    font-size: 17px;
    line-height: 36px;
    text-align-last: right;
    transition: all 0.2s ease;
    /*margin: 10px 0 10px 0;*/
}
.buttons-top-header{
    margin: 10px 0 0 0;
}
#ul-TopInfo{
    padding: 0;
}
.dropdown-menu-header-down{
    top: auto !important;
    font-size: 1em;
    right: auto !important;

}
@media(max-width: 768px){
    .buttons-top-header, .buttons-bottom-header{
        text-align-last: center !important;
}
}
.btnCuenta{
    height: auto;
}
.buttons-top-header>ul>li, .buttons-bottom-header>ul>li{
    display: inline-block;
}

.buttons-top-header>ul>li>a:hover {
    transform: scale(1.2);
    color: white;
}
.buttons-top-header>ul>span, .buttons-bottom-header>ul>span {
    font-weight: bold;
}

.li:hover {
    transform: scale(1.2);
}
.li {
    transition: transform .2s;
    list-style: none;
}
.dropdown-menu{
    right: 0;
    left: auto;
    font-size: 1em;
    text-align-last: left;
}
.aTopHeader{
    color: white;
    margin: 15px;
    line-height: 25px;
}
.liBottomHeader{
    margin: 0 15px 0 15px;
}

.btn-marcas {
    border-radius: 10px 0px 0px 10px;
    border: none;
}
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 50%);
    border: none;
}
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 50%);
    border: none;
}
.btn{
    outline: none !important;
}
.display-cart{
    padding: 0 1rem;
    margin: -4px 0;
}
.display-cart:hover {
    text-decoration: none;
    color: white;
    cursor: default !important;
}
.display-cart:focus {
    box-shadow: none;
    color: white;
}
.display-cart:active {
    box-shadow: none;
}
.divMarcas{
    box-shadow: rgb(0 0 0 / 25%) 10px 10px;
    position: absolute;
    overflow-y: auto;

    background-color: white !important;
    display: none;
    width: 100%;
    z-index: 1010 !important;
}
.divContainerMarcas{
    text-align:center;
    margin-top:50px;
    margin-bottom:50px;
}

    @media (max-width:575px) {
        #listaMarcas {
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2;
            padding-bottom: 0px;
            padding-inline-start: 0px;
            text-align: center;
            list-style: none;
        }
    }

    @media (min-width:576px) {
        #listaMarcas {
            columns:3;
            -webkit-columns:3;
            -moz-columns:3;
            padding-bottom: 0px;
            padding-inline-start: 0px;
            text-align: center;
            list-style: none;
        }
    }

    @media (min-width:768px) {
        #listaMarcas {
            columns: 4;
            -webkit-columns: 4;
            -moz-columns: 4;
            padding-bottom: 0px;
            padding-inline-start: 0px;
            text-align: center;
            list-style: none;
        }
    }

      #listaMarcas >li{
          font-size: 125%;
      }
      .letra{
        width: 40px;
        height: 40px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        border: 5px solid var(--azul-tony);
        text-transform: uppercase;
        color: var(--white);
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
        background-color: var(--azul-tony);
      }

      .buscarMarcas{
        border: 2px solid #9fa1a4;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 125%;
      }

    .div-centro {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .img-marcas {
        max-height: 70px
    }
    .slideMarcas{
        margin: 25px 0 25px 0;
    }
    .marcas-pagination{
        margin-top: 30px;
    }
    #menuAZbody{
        margin-top: 30px;
    }
    .modal-content, .swal2-popup {
        box-shadow: 25px 25px 0px -15px rgba(0, 0, 0, 0.20) !important;
        border-radius: 0px !important;
        border: none !important;
    }
    .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: var(--white);
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }
    .stepAct {
        cursor: pointer;
    }
    .stepDis {
        cursor: not-allowed;
    }
    .wizardActivo {
        background-color: #2c4d98;
        border-bottom: 5px solid #d29d00;
        transition: .2s all ease;
    }
    .wizard {
        display: inline-block;
        padding: 15px;
        transition: .2s all ease;
    }
    .wizardInactivo {
        background-color: rgba(150, 150, 150, 0.5019607843137255);
        border-bottom: 5px solid #636363;
        transition: .2s all ease;
    }
    .ulMenuAZ{
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
        list-style: none;

    }
    .modal h5 {
        color: var(--azul-tony);
        font-size: 1.25em;
    }
    .modal-title {
        margin: 0;
        line-height: 1.42857143;
    }
    .letraAZ {
        padding: 10px;
        background-color: var(--azul-tony);
        width: 40px;
        height: 40px;
        display: block;
        text-align: center;
        color: white;
        margin-top: 0px;
        cursor: pointer;
    }
    .liMenuAZ {
        padding-top: 5px;
        margin-bottom: 5px;
        text-align: center;
        display: block;
        width: 40px;
        margin-left: auto;
        margin-right: auto;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        cursor: pointer;
        transition: .2s transform ease;
    }
    .liMenuAZ:hover{
        transform: scale(1.2);
    }
    .liMenuAZ a:hover {
        text-decoration:  none;
        color: white;
    }
    .pasoWizard {
        font-weight: bold;
        font-size: 1.2em;
        font-style: italic;
    }
    .wizard p {
        color: white;
        text-align: center;
    }
    .wizardInactivo p {
        color: black;
        text-align: center;
    }
    .liCategory{
        transition: .2s transform ease;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        margin-bottom: 10px;
    }
    .liCategory:before {
        font-family: 'FontAwesome';
        content: "\f0da";
        margin: 0 5px 0 0px;
        color: #8dc148;
    }
    .aCategory{
        margin-left: 5px;
        color: var(--azul-tony);
        transition: .2s transform ease;
    }
    .liCategory:hover {
        transform: scale(1.1);
    }
    .pLoanding {
        width:100%;
        text-align-last:center;
        color: black;
    }
    .how2buy{
        cursor: pointer;
    }
/**************************************/
/**************************************/
.btn-tony {
    color: var(--white);
    background-color: var(--azul-tony);
    border-color: var(--azul-tony);
    height: 40px;
}
.btn-tony:hover {
    background-color: #0059a4;
    border-color: #0059a4;
    color: #ddd;
}

/* BLOQUES PRODUCTOS HOME */

@media (max-width: 1000px){
	.recomendados .buttons-lower .input-group-prepend {
		width: 100% !important;
	}
	.recomendados .buttons-lower .input-group input{
		width: 50% !important;
	}
	.buttons-lower{
		z-index: 99;
	}
	.recomendados .buttons-lower .input-group-prepend a{
		font-size: 1.3rem;
        padding-top: 7px;
	}
	.recomendados .buttons-lower {
        bottom: -30px !important;
        z-index: 0 !important;
    }
    .recomendados:hover .buttons-upper .menu-rapido{
        display: none !important;
    }

}
@media (min-width: 1001px){
	.recomendados .buttons-lower .input-group button{
		display: none;
	}
	.recomendados .buttons-lower .input-group-prepend {
		width: 70% !important;
	}
	.recomendados .buttons-lower .input-group input{
		width: 30% !important;
	}
	.recomendados .buttons-lower .input-group-prepend a{

	}

	.buttons-upper .fa {
		font-size: 18px;
	}
}
@media (max-width: 1000px){
	.recomendados .buttons-lower .input-group input{
		width: 38% !important;
	}
	.recomendados .buttons-lower .input-group .bloque_movil{
		/*width: 29% !important;*/
        background-color: white;
        color: black;
        border-color: #4e4e4e;
	}

	.recomendados .buttons-lower {
		width: 100% !important;
		margin-left: 0px !important;
		height: 59px !important;
	}

	.recomendados .input-group{
		position: relative !important;
		display: block !important;
	}

	.recomendados .fa {
		font-size: 14px;
	}

	.recomendados .input-group .form-control{
		float: inherit !important;
	}
}

.recomendados:hover .buttons-lower {
    z-index: 11;
}

.recomendados .buttons-lower {
	border-top: 1px solid #ededed;
    z-index: 2;
    position: absolute;
    height: 45px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-color: white;
    transition: backgroud-color .2s ease-in-out;
}

.recomendados .input-group{
	display: flex;
	position: initial;
}

.recomendados:hover .img-box .img-responsive {
    transform: scale(1.1);
    transition: transform 0.2s ease-in-out;
}

.recomendados .img-box .img-responsive {
    display: inherit;
}

.buttons-upper .fa {
    margin-top: 12px;
}

.buttons-upper a, .buttons-lower a {
    cursor: pointer;
}

.recomendados:hover .buttons-upper {
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(31, 66, 146, 0.10);
    overflow: hidden;
    transition: .2s ease-in-out;
    /* bottom: 10px; */
    position: absolute;
    width: 100%;
    left: 0px;
    height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    top: 0;
    height: 100%;
    z-index: 8;
}

.recomendados:hover .buttons-upper .menu-rapido{
    display: block;
    transition: 1s;
}
.buttons-upper .menu-rapido {
    margin-top: 2px;
    position: absolute;
    top: 40%;
    /* z-index: 10; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    width: 100%;
    margin-left: -10px;
    transition: 1s;
    display: none;
}

.recomendados .buttons-upper .menu-rapido div {
       /* padding-left: 10px; */
    /* padding-right: 15px; */
    color: var(--white);
    background-color: rgba(210, 23, 70, 0.56);
    border: 0px;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 47px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    transition: 1s;
}
.recomendados .buttons-upper .menu-rapido div:hover {
    background-color: rgb(210, 23, 70);
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.5);
    transition: .2s;
}

.buttons-lower a {
    height: 40px;
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    background-color: transparent;
    color: #4e4e4e;
    border: 0px;
    padding-right: 0px;
    border-radius: 0px;
	padding: 10px 0;
}

.recomendados:hover .buttons-lower a {
    background-color: var(--azul-tony);
    color: white;
}
.buttons-lower a:hover {
    background-color: var(--azul-tony);
}
.buttons-lower input {
    height: 40px;
    display: inline-block;
    width: 35px;
    position: absolute;
    border: 1px solid #ededed;
    text-align: center;
}

.recomendados .item {
    box-shadow: none;
    border-bottom: 0px;
	padding: 0 0 45px;
}
.recomendados .thumb-wrapper {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.item-price {
    font-size: 1.3em !important;
    font-weight: normal !important;
    color: var(--rojo-tony) !important;
    margin-top: 5px;
}

.buttons-upper .fa {
    margin-top: 12px;
}

/* */

#menuAZbody{
	margin-top: 30px;
}
.modal-content, .swal2-popup {
	box-shadow: 25px 25px 0px -15px rgba(0, 0, 0, 0.20) !important;
	border-radius: 0px !important;
	border: none !important;
}
.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: var(--white);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}
.stepAct {
	cursor: pointer;
}
.stepDis {
	cursor: not-allowed;
}
.wizardActivo {
	background-color: #2c4d98;
	border-bottom: 5px solid #d29d00;
	transition: .2s all ease;
}
.wizard {
	display: inline-block;
	padding: 15px;
	transition: .2s all ease;
}
.wizardInactivo {
	background-color: rgba(150, 150, 150, 0.5019607843137255);
	border-bottom: 5px solid #636363;
	transition: .2s all ease;
}
.ulMenuAZ{
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
	list-style: none;

}
.modal h5 {
	color: var(--azul-tony);
	font-size: 1.25em;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.letraAZ {
	padding: 10px;
	background-color: var(--azul-tony);
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	color: white;
	vertical-align: middle;
	margin-top: 0px;
	cursor: pointer;
}
.liMenuAZ {
	padding-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	display: block;
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	cursor: pointer;
	transition: .2s transform ease;
}
.liMenuAZ:hover{
	transform: scale(1.2);
}
.liMenuAZ a:hover {
	text-decoration:  none;
	color: white;
}
.pasoWizard {
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
}
.wizard p {
	color: white;
	text-align: center;
}
.wizardInactivo p {
	color: black;
	text-align: center;
}
.liCategory{
	transition: .2s transform ease;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 10px;
}
.liCategory:before {
	font-family: 'FontAwesome';
	content: "\f0da";
	margin: 0 5px 0 0px;
	color: #8dc148;
}
.aCategory{
	margin-left: 5px;
	color: var(--azul-tony);
	transition: .2s transform ease;
}
.liCategory:hover {
	transform: scale(1.1);
}
/**************************************/
.seccion {
    width: 100%;
    background-color: white;
    margin-bottom: 30px;
    padding: 10px;
}

.folleto:hover {
    transform: scale(1.2);
    transition: transform .2s;
}
.folleto {
    cursor: pointer;
    transition: transform .2s;
}

.folleto button{
    border: none;
	font-size: 25px;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    background-color: #26348c;
    color: white;
	outline:none;
	padding: 5px;
	min-height: 90px;
}

.folleto button b{
	color: white;
}

@media (max-width:768px) {
	.folleto {
		width: 75%;
        float: left;
	}

	.folleto button {
		font-size: 14px;
        min-height: 60px;
	}
}

.iva, .ir{
    float:left;
    color:black;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.existencias{
    float:right;
    color:black;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Sweet Alert */

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #1e4292 !important;
}
.swal2-popup .swal2-title {
    color: #1e4292 !important;
    font-size: 2em !important;
    font-weight: bold !important;
}
.swal2-popup #swal2-content {
    color: black !important;
    font-size: 1.5em !important;
}

.modal-content, .swal2-popup {
	box-shadow: 25px 25px 0px -15px rgba(0, 0, 0, 0.20) !important;
	border-radius: 0px !important;
	border: none !important;
}

.swal2-popup{
	font-size: 1.7rem !important;
}

.embed-box {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.embed-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*
@media (min-width: 576px)
.container {
    max-width: 560px;
}
*/

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

#search.input-group {
    display: table !important;

}



@media (min-width: 1001px) {
    .img-recomendados {
        transition: transform .2s
    }
    .img-recomendados:hover {
        transform: scale(1.1);
        z-index: 1000;
    }
    .banner {
        transition: transform .2s, box-shadow 0.2s ease-in-out;
    }
    .banner:hover {
        transform: scale(1.1);
        transition: transform .2s, box-shadow 0.2s ease-in-out;
        z-index: 1003;
        box-shadow: 8px 8px 2px 0px rgba(0, 0, 0, 0.2);
        position: relative;
    }
    .notificaciones ul {
        text-align: right !important;
    }
    #imgprincipal {
        width: auto;
        height: 450px;
        /*border-right: 1px solid #eeeeee;*/
    }
    .suscribete-modal {
        background-image: url(../../../../../images/emailing.png);
        background-position: top right;
        background-repeat: no-repeat;
        box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.38);
    }
}
@media (max-width: 1280px) {
    .htexto {
        /*display: none !important;*/
    }
    }
@media (max-width: 1000px) {
    #tuSucCercana {
        display: none;
    }
    #catAlfabeto {
         columns: 2 !important;
    -webkit-columns: 2 !important;
    -moz-columns: 2 !important;
    }
    .recomendados .buttons-lower {
        bottom: -30px !important;
        z-index: 0 !important;
    }
    .buttons-lower a {
        background-color: var(--azul-tony) !important;
        color: white !important;
    }
    .buttons-lower a .fa {
        display: none;
    }
    ul.container {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    .contenido_prod {
        text-align: center;
    }
    .addthis_toolbox {
        justify-content: center;
        display: flex;
        -ms-flex-pack: center;
    }
    #preciobox {
        -ms-flex-pack: center;
        justify-content: center;
    }
    #contenidowrapper {
        text-align: center;
    }
    #tiendaFiltros {
        display: block;
        margin-bottom: 15px;
    }
    #miUbicacion {
        display: block;
        margin-bottom: 15px;
    }
    .container-fluid {
        padding-right: 25px !important;
        padding-left: 25px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        max-width: 600px;
    }
    /*
    header {
        background-color: white;
    }
    */
    .banner {
        margin-bottom: 25px;
    }
    header .col-sm-2, header .col-sm-10 {
        ms-flex: unset !important;
        flex: unset !important;
        max-width: 100% !important;
        width: 100% !important;


    }
    /*
    .folleto {
        margin-bottom: 20px;
    }
    */
    .folleto img {
        /*width: 100% !important;*/
        padding: 0em !important;
    }
    #dl-menu, #dl-menu ul {
        width: 100% !important;
    }
    #aviso {
        display: none;
    }
    #marcas-carrusel {
        width: 100%;
        /*display: none !important;*/
    }
    .notif img {
        height: 25px !important;
        /*margin-top: 10px !important;*/
    }
    .htexto {
        /*display: none !important;*/
    }
    .notificaciones {
        background-color: var(--azul-tony);
        border-radius: 6px;
        color: white;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    #logo img {
      /*  margin-left: auto;
        margin-right: auto;*/
    }
    .thumb-content>p {
        line-height: 22px;
        font-size: 1.2rem;
    }
    .thumb-content>p>span {
        font-size: 1.2rem;
    }

}

.button-cart {
    height: 43px;
    border-radius: 0px;
    background-color: var(--azul-tony);
    border: 1px solid var(--azul-tony);
}

/* TABLA PRODUCTOS */
.oferta{
    text-decoration: line-through;
    font-size: 1.6rem;
}
.ofertaproducto{
    color:red;
}
.wish-icon{
    position: absolute;
    right: -15px;
    padding: 5px 15px;
    top: 0px;
    font-size: 13px;
    z-index: 9;
}

/* HISTORIAL PEDIDO */
.historial-pedido{
    margin: auto;
    width: 50%;
}
.btn-pedido{
    height: auto;
    border-radius: 5px;
}

/* PEDIDO */
.order-info{
    margin: auto;
    width: 80%;
}

#table-products thead th, #table-products tbody td{
    padding: 10px 6px;
}

.redondo{
    border-radius: 10px 10px 10px 10px;
}
.btnQuitar{
    padding: 0 10px 0 10px;
    background-color: white;
    color: var(--rojo-tony);
    font-size: 2rem;
}
.btnQuitar:hover{
    color: var(--rojo-tony);
}

/* BANNER LIMITE CREDITO */
.banner_credito{
    background-color: #ffbf00;
    color:#1f4292;
    margin: 0px;
    text-align: center;
}

.banner_credito button{
    float: right;
    height: auto;
}

.swiper-button-prev:before {
    /*position: relative;
    left: -35px;*/
}
.swiper-button-next:before {
    /*padding-left: 35px;*/
}


/*EXPO WELCOME*/
#loadingVid{
    z-index: 999999;
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: #000;

    opacity:    0.5;
}

#msg{
    font-size: 1.5em;
    font-weight: 600;
    position: fixed; /* or absolute */
    top: 50%;
    left: 35%;
    /*transform: translate(-50%, -50%);*/
    color:  #ddd
}


.unselectable{
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}


.text-azul-tony{
    color: var(--azul-tony);
    font-weight: 600;
}

.text-rojo-tony{
    color: var(--rojo-tony);
    font-weight: 600;
}

.boton-tony-rojo{
    background-color: var(--rojo-tony);
    color: #fff;
}

@media(max-width:1000px){
    #button-shipping-method{
        font-size: 1.2em;
        font-weight: 800;
        float:right;
    }
}

/* TABLE PRODUCTS MOBILE */
.ir_m{
    float:left;
    color:black;
    font-weight: bold;
    margin-top: 6px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.iva_m{
    float:left;
    color:black;
    font-weight: bold;
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    margin-left: 10px;
}
#carritocompra {
    background-color: #ffbf00;
    color: #e30137;
    border: none;
    margin-left: 12px;
    padding-left: 11px;
    padding-right: 11px;
    border-radius: 10px 10px 10px 10px;
    height: 40px;
}
.burbuja-cnt2[data-badge]::after {
    content: attr(data-badge);
    position: absolute;
    top: 8px;
    left: 30px;
    color: #e30137;
    font-size: .7em !important;
    border-radius: 50%;
    display: block;
    width: 17px;
    height: 17px;
    line-height: 15px !important;
    font-weight: bold;
    z-index: 1;
}
.thumb-wrapper .box{
    display: inline-flex;
    align-items: center;
}
.thumb-wrapper .img-box{
    width: 60%;
    margin: auto;
}
.thumb-wrapper .detalles{
    width: 40%;
    display: flex;
    flex-direction: column;
    color: red;
    font-size: 1.1em;
}
.thumb-wrapper .detalles strong{
    color: #1f4292;
}
.thumb-wrapper .detalles .iva-inc{
    font-size: 0.6em;
}
.thumb-wrapper .name{
    text-align: center;
    font-size: 1.2em;
}
.thumb-wrapper .cantidad-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumb-wrapper .cantidad-input{
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 4px 5px 4px 8px;
    background: #ea254a;
}
.thumb-wrapper .cantidad-input input{
    width: 50px;
    width: 6.5rem;
    font-size: 1em;
    border-radius: 20px;
}
.thumb-wrapper .cantidad-input label{
    font-size: 1.2em;
    color: white;
    margin-right: 7px;
    margin-bottom: 0px;
}

.thumb-wrapper .total{
    color: red;
    font-size: 1.2em;
    margin-left: 7px;
}
.thumb-wrapper .total label{
    color: #1f4292;
    font-size: 1em;
    margin-right: 7px;
}
.table_products_m .conditions{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
}
.table_products_m .condition-tab-container{
    display: flex;
    gap:3%;
    justify-content: flex-end;
}
.table_products_m .btn-condition {
    background-color: var(--rojo-tony);
    color: white;
    border: none;
    padding: 2px 10px;
}
.table_products_m #wholeOrder{
    height: min-content;
}
.table_products_m .btn-caret{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.table_products_m .active {
    background-color: #8dc148 !important;
}
.table_products_m .caret-down{
    position: absolute;
    font-size: 4rem;
    color: #8dc148;
    margin-top: 10px;
    display: none;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: flex;
    flex-wrap: wrap;
}

/*single product page mobile */
@media screen and (max-width:425px){

    #product-product  img{

            width: 50%
    }

    #product-product .col-sm-6{
        text-align:center;
    }

    .input-group.preciobox *, .iva-prod {
        font-size: 20px;
    }
}
@media (max-width: 1000px) {
	.breadcrumb{
		display: none;
	}
}

.lema{
    font-size: 0.65em !important;
}

.mfp-wrap{
    z-index: 1060 !important;
}
