﻿body {
}


.h-83 {
    max-height: 83% !important;
}

.img-cart {
    cursor: pointer;
}

.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}
.w-65 {
    width: 65% !important;
}

.amount-container i {
    color: #F40000 !important;
    font-size: 1.7em !important;
    text-shadow: 0px 0px black;
}

.img-imperdonable {
    margin: 2px 0px 2px 0px;
}

.pagination {
    text-align: right !important;
    margin-right: 8px
}

.miMeta .card-content small {
    position: absolute !important;
    top: unset !important;
}

.avanceActual p {
    margin-top: 0rem !important;
}

.modal-footer-center {
    text-align: center !important;
    margin-bottom: 2em!important;
}

  /*  .modal-footer-center button {
        text-transform: none !important;
    }*/

    .modal-footer-center > .modal-close {
        float: none !important;
    }

.carritoDos .input-field .prefix {
    right: 10px;
    left: auto;
    font-size: 26px;
}

.w-550px {
    width: 550px !important;
}

@media only screen and (max-width:992px) {
    .w-40 {
        width: 60% !important;
    }
}
@media only screen and (max-width:768px) {
    .w-40 {
        width: 80% !important;
    }
}
@media only screen and (max-width:576px) {
    .w-40 {
        width: 95% !important;
    }
}
