﻿body {
    background-color:#FDFDFD;
    background-image: url(../images/background.png)
}

/*
body {
    background-color:#d8cca9;
}

.container {
    background-color: #ffffff;
}

.navbar {
    margin-left: -15px;
    margin-right: -15px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.table_cell_id {
    text-align: left;
}

.table_cell_text {
    text-align: left;
}

.table_cell_number {
    text-align: right;
}

.table_cell_date {
    text-align: right;
}
*/
.tabSlider{
    padding-left: 0;
    padding-right: 0;
}


.cta-item {
    margin: 15px 0px;
    /*width: calc(94%/3);
    margin: 1%;
    float: left;*/
    overflow: hidden;
    position: relative;
}
.cta-item img {
    min-width: 100%;
    display: block;
    transition: all 0.5s ease;
}

/*effect 1*/
.cta-effect img {
    /*-webkit-filter: grayscale(85%);*/
    /*filter: grayscale(85%);*/
    transition: all 0.3s ease;
}
.cta-text {
    width:100%;
    position: absolute;
    height: 80px;
    bottom: 0%;
    /*left: 20px;*/
    color: #ffffff;
    transition: all 0.5s ease;
    cursor: pointer;
    text-align: center;
}
#cta-text-cumpleannos {
    background-color: rgba(82,153,143,0.5);
}
.cta-effect:hover #cta-text-cumpleannos {
    background-color: rgba(82,153,143,0.9);
}
#cta-text-amor {
    background-color: rgba(225,175,117,0.5);
}
.cta-effect:hover #cta-text-amor {
    background-color: rgba(225,175,117,0.9);
}
#cta-text-sanvalentin {
    background-color: rgba(210,131,35,0.5);
}
.cta-effect:hover #cta-text-sanvalentin {
    background-color: rgba(210,131,35,0.9);
}
#cta-text-tematico {
    background-color: rgba(102,176,168,0.5);
}
.cta-effect:hover #cta-text-tematico {
    background-color: rgba(102,176,168,0.9);
}
#cta-text-promociones {
    background-color: rgba(79,24,1,0.5);
}
.cta-effect:hover #cta-text-promociones {
    background-color: rgba(79,24,1,0.9);
}
.cta-text p {
    /*text-align: center;*/
    opacity: 0;
}
.cta-effect:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.cta-effect:hover .cta-text {
    position: absolute;
    /*bottom: 18%;*/
    height: 120px;
}
.cta-effect:hover p {
    opacity: 1;
}

header {
    padding-bottom: 15px;
}

#menu-principal li a {
    min-width:150px;
}

.front-center-small {
    display: none;
}
.front-center-large {
    display: block;
}
@media screen and (max-width: 992px) {
    .front-center-small {
        display: block;
    }
    .front-center-large {
        display: none;
    }
}

footer {
    background-color: #E68F22;
    color: #FFF;
    padding: 20px 0px;
}


.footer-bottom {
    background-color: #000; /*#15224f;*/
    min-height: 20px;
    width: 100%;
    font-size: 10px;
}
.copyright {
    color: #fff;
    line-height: 20px;
    min-height: 20px;
    padding: 5px 0;
}
.design {
    color: #fff;
    line-height: 20px;
    min-height: 20px;
    padding: 5px 0;
}
.design a {
    color: #fff;
}

.list-unstyled {
    padding-left: 15px;
    list-style: none;
}
.text-muted {
    color: #efefef!important;
    font-size: 12px;
}

#menu-principal li a {
    color: #5A1B00;
}
#menu-principal li a:hover {
    color: #E68F22;
}

a.contact-phone {
    color: #444;
    text-decoration: none;
}

a.contact-phone:hover {
    color: #FF5252;
    text-decoration: none;
}

a.shopping-cart {
    color: #444;
    text-decoration: none;
}

a.shopping-cart:hover {
    color: #FF5252;
    text-decoration: none;
}