@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto Medium';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 400;
}


@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift.ttf') format('truetype');
    font-weight: 400;
}

html, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #5a5a5a;
}

.roboto-light {
    font-family: 'Roboto Light';
}

.roboto-medium {
    font-family: 'Roboto Medium';
}
.bahnschrift {
    font-family: 'Bahnschrift';
}

.bg-primary, .btn-primary, .alert-primary {
    background-color: #140B02 !important
}

.bg-secondary, .btn-secondary, .alert-secondary {
    background-color: #42271C !important;
}

.btn-warning {
    background-color: #E1A778;
}

.bg-light, .btn-light, .alert-light {
    background-color: #D8D9DA !important
}
.text-orange {
    color:#DF8C39
}
.text-secondary {
    color: #42271C;
}

.text-primary {
    color: #300D09 !important;
}
.ver-mas {
    background-color:#707070;
    color:white;
}
.cart-sum {
    width: 110px;
}

.active {
    color: #FFF3D9;
}

#navbarResponsive .nav-link {
    color: #CBCBCB;
    font-family:'Roboto Medium';
}

#navbarResponsive .nav-link:hover {
    color: #FFF3D9;
}

#top_arriba {
    height: 45vh;
    background-size: contain;
    background-repeat: repeat-x;
    background-image: url('../images/top-arriba.webp');
}

#nosotros {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50vw;
    background-image: url('../images/coffee-beans.webp');
}

.carousel-cell {
    padding-left: 10px;
    padding-right: 10px;
}

.ahref-max {
    position: relative;
    display: block;
    min-height: 92px;
    /* height: 20vh; */
}

.href-max a {
    display: block;
}

.href-max {
    position: relative;
    display: block;
    min-height: 50vh;
    /* height: 20vh; */
}

.carousel-cell {
    width: 100%;
}

.thumb-max {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    z-index: 3;
}

#faq .accordion-button {
    background-color: #42271C;
    color: white;
}

#faq .accordion-button::after {
    filter: grayscale(1) invert(1);
}

.item .card-body {
    height: 150px;
}

.item {
    position: relative;
    border: 0;
}

.item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.item:hover .overlay {
    opacity: 1;
}

a.item {
    position: relative;
    border: 1px solid #ccc;
    display: block;
}

.item>.card-image-top {
    min-height: 370px;
    display: block;
    background-size: cover;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.item>.card-body a:hover {
    color: #f27195;
}

.item .card-body a {
    font-size: 15px;
    text-decoration: none;
    line-height: 24px;
    display: block;
    margin-bottom: 4px;
}

.item>.card-body .price {
    font-weight: bold;
    font-size: 26px;
}

.flash:hover {
    opacity: 0;
    -webkit-animation: flash 1s;
    animation: flash 1s;
}

#myCarousel .carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#myCarousel {
    background: rgb(123, 77, 37);
    background: linear-gradient(0deg, rgba(123, 77, 37, 1) 0%, rgba(20, 12, 2, 1) 100%);
}

#myCarousel .carousel-item .container {
    position: relative;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color:#eee;
}
.caption-animate .carousel-item.active .carousel-caption.right {
    left: auto;
    right: 0;
}

#myCarousel .carousel-item {
    height: 80vh;
}

#myCarousel .carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 460px;
}

.ft-centered .ft-item span {
    padding: 0;
    width: 110px;
    margin-bottom: 8px;
}

.ft-centered .ft-material span,
.ft-centered .ft-material i {
    display: inline-block;
}

.producto-titulo {
    font-size: 1.9em !important
}

footer .nav-link {
    color: white;
}

footer .nav-link:hover {
    color: #666;
}

.days span {
    height: 40px;
    margin-right: 2px;
    margin-bottom: 0px;
}

.days input[type="radio"],
.days input[type="checkbox"] {
    opacity: 0;
}

input[type="radio"]:not(disabled),
.form-check-label,
.form-check-input:not(disabled) {
    cursor: pointer;
}

.days input[type="radio"]+label,
.days input[type="checkbox"]+label {
    cursor: pointer;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 0%);
    white-space: nowrap;
    background-color: white;
    color: #333;
}

.days input[type="radio"]:checked+label,
.days input[type="checkbox"]:checked+label {
    background-color: #42271C;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 40%);
    color: white;
}


@-webkit-keyframes flash {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media (min-width: 320px) {
    .productos .caption a {
        height: 180px;
    }
}

@media (max-width: 480px) {
    #myCarousel .carousel-item {
        height: 30vh;
    }

    .item>.card-image-top {
        background-size: contain;
    }

    #myCarousel .carousel-item {
        /* background-size: contain; */
    }

    #top_arriba {
        height: 15vh;
    }
}

@media (min-width: 480px) {
    .item {
        min-height: 240px;
    }
}

@media (min-width: 980px) {}

@media (min-width: 768px) {
    .productos .caption a {
        height: 280px;
    }

    .item {
        min-width: 0;
        margin-bottom: 35px;
    }

    .item>p {
        margin: 10px 0;
        min-height: 75px;
    }

    .typeahead__result {
        padding-top: 3rem !important;
    }
}