﻿
/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */
body {
    padding-top: 80px;
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}





/*footer*/
.col_white_amrc {
    color: #FFF;
}

footer {
    width: 100%;
    background-color: #f7f7f7;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

footer p {
    font-size: 13px;
    padding-bottom: 0px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

    .footer_ul_amrc li {
        padding: 0px 0px 5px 0px;
    }

        .footer_ul_amrc li a {
            color: #CCC;
        }

            .footer_ul_amrc li a:hover {
                color: #fff;
                text-decoration: none;
            }

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

    .footer_ul2_amrc li p {
        display: table;
    }

    .footer_ul2_amrc li a:hover {
        text-decoration: none;
    }

    .footer_ul2_amrc li i {
        margin-top: 5px;
    }


.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin: 10px auto, 10px, auto;
}

    .foote_bottom_ul_amrc li {
        display: inline;
    }

        .foote_bottom_ul_amrc li a {
            color: #999;
            margin: 0 12px;
        }

.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
}

    .social_footer_ul li {
        padding-left: 20px;
        padding-top: 10px;
        float: left;
    }

        .social_footer_ul li a {
            color: #CCC;
            border: 1px solid #CCC;
            padding: 8px;
            border-radius: 50%;
        }

        .social_footer_ul li i {
            width: 20px;
            height: 20px;
            text-align: center;
        }





ul {
    list-style: none;
}

.my-row {
    display: flex;
    flex-wrap: wrap;
}

/*
** Style Simple Ecommerce Theme for Bootstrap 4
** Created by T-PHP https://t-php.fr/43-theme-ecommerce-bootstrap-4.html
*/
.bloc_left_price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}

.category_block li:hover {
    background-color: #007bff;
}

    .category_block li:hover a {
        color: #ffffff;
    }

.category_block li a {
    color: #343a40;
}

.add_to_cart_block .price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    margin-bottom: 0;
}

.add_to_cart_block .price_discounted {
    color: #343a40;
    text-align: center;
    text-decoration: line-through;
    font-size: 140%;
}

.product_rassurance {
    padding: 10px;
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #6c757d;
    color: #6c757d;
}

    .product_rassurance .list-inline {
        margin-bottom: 0;
        text-transform: uppercase;
        text-align: center;
    }

        .product_rassurance .list-inline li:hover {
            color: #343a40;
        }

.reviews_product .fa-star {
    color: gold;
}

.pagination {
    margin-top: 20px;
}

footer {
    background: #343a40;
    padding: 40px;
}

    footer a {
        color: #f8f9fa !important
    }

.divAlertas {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000b5;
    z-index: 1000000;
}

.messagealert {
    position: absolute;
    top: 35%;
    left: 30%;
    z-index: 1000001;
    width: 40%;
    min-height: 15%;
    margin: 0 0.5%;
    -webkit-box-shadow: 3px 4px 6px #999;
}
@media (max-width: 767px) {
    .messagealert {
        left: 10%;
        width: 80%;
    }

    .form-general {
        padding-bottom: 40px;
        min-height: calc(100% - 80px);
    }
}
@media (min-width: 768px) {
    .form-general {
        padding-bottom: 400px;
        min-height: calc(100% - 57px);
    }
}

    .closeAlert {
        position: absolute;
        top: 5px;
        right: 5px;
    }

        .closeAlert i {
            font-size: 20px;
            border-radius: 5px;
            padding: 0 10px;
            color: Gray;
        }

            .closeAlert i:hover {
                background-color: #d20202;
                color: #f1f1f1;
                padding: 0 10px;
            }

    .icon-blue {
        color: #0909a9;
    }

    .img-Cart img {
        border-radius: 50%;
    }



    button.mercadopago-button {
        box-shadow: 3px 3px 0px 0px #1564ad;
        background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
        background-color: #79bbff;
        border-radius: 5px;
        border: 1px solid #0578eb;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-family: Arial;
        font-weight: bold;
        text-decoration: none;
        text-shadow: 0px 1px 0px #528ecc;
    }

        button.mercadopago-button:hover {
            background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
            background-color: #378de5;
        }

    /*button.mercadopago-button {
    box-shadow: 3px 4px 0px 0px #a61212;
    background: linear-gradient(to bottom, #f27b7b 5%, #d90404 100%);
    background-color: #f27b7b;
    border-radius: 5px;
    border: 1px solid #f50827;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px #c70000;
}

    button.mercadopago-button:hover {
        background: linear-gradient(to bottom, #d90404 5%, #f27b7b 100%);
        background-color: #d90404;
    }*/











    #demo {
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .green {
        background-color: #6fb936;
    }

    .thumb {
        margin-bottom: 30px;
    }

    .page-top {
        margin-top: 85px;
    }


    img.zoom {
        width: 100%;
        height: auto;
        border-radius: 5px;
        object-fit: cover;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
    }


    .transition {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .modal-header {
        border-bottom: none;
    }

    .modal-title {
        color: #000;
    }

    .modal-footer {
        display: none;
    }


    .line-through {
        text-decoration: line-through;
    }

.vencido{
    opacity: 0.5;
}
.div-subastado {
    background: red;
    position: absolute;
    opacity: 0.8;
    z-index: 1;
    top: 20%;
    font-size: 30pt;
    border-radius: 10px;
    width: 100%;
}