body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Quicksand';
    font-weight: 500;
}

/***********  MENU LEFT *************/
.column-left {
    padding: 20px 0 0 0;
}
.column-left #logo-cash {
    display: block;
    margin: 0 auto;
}
.column-left .menu-left {
    text-transform: uppercase;
    font-weight: bold;
    list-style: none;
    padding: 20px 0 0;
}
.column-left #logo-cash-responsive {
    display: none;
}
nav .input-btn-menu-responsive[type="checkbox"],
nav .btn-menu-responsive {
	  display: none;
}
.column-left .menu-left li {
    border-bottom: 1px solid #dddddd;
}
.column-left .menu-left li a {
    text-decoration: none;
    color: #000;
    transition: .3s all ease;
    display: flex;
    width: 100%;
    align-items: center;
    text-align: left;
    min-height: 50px;
}
.column-left .menu-left li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    max-width: 30px;
    max-height: 30px;
    transition: .3s all ease;
}
.column-left .menu-left li a:hover {
    color: #df006d;
}
.column-left .menu-left li a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.menu-img {
    width: 60px;
    text-align: center;
}
.menu-text {
    line-height: 16px;
}
/***********  RIGHT  ************/
.color-article {
    background: #f8f9fb;
    padding: 30px 15px;
    margin: 15px 0 30px 0;
}
.info {
    text-align: center;
    padding: 20px 45px 10px 45px;
}
.info #info-warning {
    font-size: 14px;
    color: #df006b;
    border: 1px solid #df006b;
    padding: 10px 20px;
    margin: 20px 0;
    font-weight: bold;
}
.info .info-contact-top {
    color: #777777;
}
.info .info-contact {
    color: #777777;
}
.info .info-contact a {
    color: #df006b;
    white-space: nowrap;
}
/************  SLIDER  *************/
.slider {
    display: flex;
    flex-direction: column-reverse;
    position:relative;
}
.thumb-article {
    padding-left: 0;
    display: flex;
    display: -webkit-flex;
    -moz-display:flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    list-style: none;
    -webkit-padding-start: 0px;
    margin-bottom:0;
    text-align: center;
    align-items: stretch;
}
.thumb-article li {
    border: 1px solid #dddddf;
    background: #fff;
    text-align: center;
    margin: 0 5px;
    padding: 5px;
    width: 100%;
    display: flex;
    align-items: center;
}
.thumb-article li:hover {
    border-color: #c0c0c1;
}
.thumb-article li:first-child {
    margin-left: 0;
}
.thumb-article li:last-child {
    margin-right: 0;
}
/*.thumb-article li .img-thumb {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}*/
.slider .thumb-article li .img-container {
    position: absolute;
    top: 1px;
    left: 0;
    padding: 15px;
    width: 100%;
    height: 434px;
    opacity: 0;
    margin: 0 auto;
    transition: .5s all ease;
}
.slider .thumb-article li .img-big {
    width: 100%;
    height: 100%;
}
.slider .thumb-article li .slider-radio {
    opacity: 0;
    display: none;
}
.slider .thumb-article li .slider-radio-label {
    width: 100%;
    height: 80px;
    margin-bottom: 0px;
    outline: none;
    cursor: pointer;
}
.slider .thumb-article li .slider-radio:checked ~ .img-container {
    opacity: 1;
}
.show-img {
    border: 1px solid #dddddf;
    margin-bottom: 10px;
    background: #fff;
    height: 434px;
}
/**********  DETAIL  **********/
.desc #desc-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}
.desc #desc-more {
    text-transform: uppercase;
    background: #eaeef1;
    padding: 10px 15px;
    font-weight: 800;
}
.desc .caracteristicas {
    width: 100%;
}
.desc .caracteristicas tr:nth-child(2n+1) {
    background: #eaeef1;
    border-bottom: 1px solid transparent;
}
.desc .caracteristicas tr:nth-child(2n) {
    background: #f1f3f6;
    border-bottom: 1px solid transparent;
}
.desc .caracteristicas th {
    padding: 10px 10px 10px 15px;
    font-weight: normal;
    line-height: 13px;
}
.desc .caracteristicas td {
    padding: 10px 15px 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 13px;
}
/**********  PRICE  **********/
.price {
    display: flex;
    align-items: baseline;
}
.price-left {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    align-items: baseline;
}
.price-left p {
    text-transform: uppercase;
    border: 2px solid #c7ddda;
    background: #e3f7ee;
    padding: 10px 20px;
    font-weight: bold;
    color: #3dbd83;
    margin-left: 20px;
}
.price-left span {
    font-weight: bold;
    text-transform: uppercase;
}
.price-right {
    margin-top: 30px;
    text-align: right;
}
.price-right #price {
    color: #df006b;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 0;
}
.price-right span {
    color: #909090;
    font-size: 12px;
}
/**********  BUTTON BUY  ***********/
.buttons {
    margin-top: 30px;
    margin-left: -5px;
    margin-right: -5px;
}
.buttons-col {
    padding-left: 5px;
    padding-right: 5px;
}
a.append {
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    background: #bcbfc1;
    width: 100%;
    height: 70px;
    outline: none;
    text-decoration: none;
    display: block;
    text-align: center;
    padding-top: 22px;
    transition: .3s all ease;
}
a.append:hover {
    background: #a2a2a5;
}
a.buy {
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    background: #df006b;
    width: 100%;
    height: 70px;
    outline: none;
    text-decoration: none;
    display: block;
    text-align: center;
    padding-top: 22px;
    transition: .3s all ease;
}
a.buy:hover {
    background: #c70060;
}
/********** INFO RESPONSIVE *********/

.info-responsive {
    text-align: center;
    padding: 20px 45px 10px 45px;
    display: none;
}
.info-responsive #info-warning {
    font-size: 14px;
    color: #df006b;
    border: 1px solid #df006b;
    padding: 10px 20px;
    margin: 20px 0;
    font-weight: bold;
}
.info-responsive .info-contact {
    color: #777777;
}
.info-responsive .info-contact a {
    color: #df006b;
    white-space: nowrap;
}
/**********  BANNERS  **********/
.shadow-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    background: -moz-linear-gradient(left,rgba(0,0,0,0.2) 20%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.2) 20%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.2) 20%,rgba(0,0,0,0) 100%);
}
.banners {
    margin: 0 -5px;
}
.banners .banners-col {
    padding: 0 5px
}
.yellow-banner{
    background-image: url('../images/01_fondo_banner.png');
}
.green-banner{
    background-image: url('../images/02_fondo_banner.png');
}
.grey-banner{
    background-image: url('../images/03_fondo_banner.png');
}
.blue-banner{
    background-image: url('../images/04_fondo_banner.png');
    background-size: contain;
}
.yellow-banner,
.green-banner,
.grey-banner,
.blue-banner {
    width: 100%;
    position: relative;
    text-align: center;
    height: 110px;
}
.yellow-banner img,
.green-banner img,
.grey-banner img,
.blue-banner img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.banner-text {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding-top: 23px;
    max-width: 50%;
    position: relative;
    z-index: 5;
}
.banner-text:after {
    content: ' ';
    background: #fff;
    width: 15px;
    height: 2.4px;
    position: absolute;
    top: 105%;
    left: 45%;
}
.footer {
    margin: 30px 0;
}
.footer a {
    text-decoration: none;
}
.banner-footer {
    position: relative;
    background-image: url('../images/fondo_banner_ventaexpress.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.banner-footer #container-banner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: .9;
}
.banner-footer #container-banner-responsive {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: .9;
    display: none;
}
.banner-footer .footer-text {
    position: relative;
    z-index: 5;
    padding: 40px;
    width: 550px;
}
.banner-footer p#footer-white {
    color: #fff;
    font-size: 22px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
}
.banner-footer p#footer-blue {
    color: #00b5fe;
    font-size: 17px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}
.banner-footer .footer-btn {
    position: absolute;
    top: 155px;
    right: 50px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    border: none;
    background: #df006b;
    width: 150px;
    height: 40px;
    outline: none;
    z-index: 6;
    text-align: center;
    padding-top: 9px;
}
.banner-footer .footer-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 21px;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 20px;
    border-color: transparent transparent #df006b transparent;
    
}
.banner-footer .footer-btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 21px;
    height: 0;
    border-style: solid;
    border-width: 40px 20px 0 0;
    border-color: #df006c transparent transparent transparent;
}
.logo-footer-ve {
    text-align: center;
    display: none;
}

