/* CSS MODULO PRODUCTOS /modules/m_productos.php */

.box-product-v2 {
    max-height: 438px;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.18)
}

@media only screen and (max-width:1199px) {
    .box-product-v2 {
        min-height: 0;
        background: white
    }
}

.box-product-v2 * {
    text-align: center
}

.box-product-v2__main-cont {
    z-index: 1;
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    bottom: -102px;
    left: 0;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

@media only screen and (max-width:1199px) {
    .box-product-v2__main-cont {
        bottom: -160px
    }
}

@media only screen and (max-width:991px) {
    .box-product-v2__main-cont {
        bottom: -170px
    }
}

@media only screen and (max-width:1199px) {
    .box-product-v2__main-cont {
        background: white;
        width: 100%;
        bottom: auto;
        top: 0;
        height: 100%;
        position: relative;
        padding: 20px 0 0;
        margin-bottom: 0!important
    }
}

.box-product-v2:hover .box-product-v2__main-cont {
    bottom: -14px
}

@media only screen and (max-width:1199px) {
    .box-product-v2:hover .box-product-v2__main-cont {
        bottom: -14px
    }
}

@media only screen and (max-width:991px) {
    .box-product-v2:hover .box-product-v2__main-cont {
        bottom: -38px
    }
}

.box-product-v2 h4 {
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: bold
}

@media only screen and (max-width:1199px) {
    .box-product-v2 h4 {
        margin-bottom: 10px
    }
}

.box-product-v2 h5 {
    margin-bottom: 14px;
    font-size: 16px;
    color: #273F75
}

.box-product-v2 .icon-circle {
    margin: -40px auto 10px;
    background: transparent
}

@media only screen and (max-width:1199px) {
    .box-product-v2 .icon-circle {
        margin: 0px auto 20px;
        background: #eee
    }
}

.box-product-v2 .head {
    margin-top: -50px;
    z-index: 2;
    position: relative
}

@media only screen and (max-width:1199px) {
    .box-product-v2 .head {
        margin-top: 0
    }
}

.box-product-v2 .body {
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 27px;
}

.box-product-v2 .footer {
    top: 0!important
}

.box-product-v2 .footer img {
    width: 100%;
    max-width: 110%!important;
    height: auto
}

@media only screen and (max-width:1199px) {
    .box-product-v2 .footer img {
        display: none
    }
}

.box-product-v2__base-circle {
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -60px;
    width: 114px;
    height: 60px;
    overflow: hidden;
    border-radius: 130px 130px 0 0
}

.box-product-v2 .link-arrow {
    color: #fff;
    background: #B5153D;
    padding: 7px 10px;
    border-radius: 5px;
    margin: 10px auto;
}


/* .box-product-v2 .link-arrow:after {
    width: 5px;
    padding-left: 6px;
    overflow: hidden;
    font-size: 9px
} */