[class^="icon-"],
[class *=" icon-"] {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-cerrar:before {
    content: "\e930"
}

.icon-whatsapp:before {
    content: "\ea93";
  }
  
.alerta_fijada {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #57bb90;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 10px;
    line-height: 13px;
    z-index: 1000
}

.alerta_fijada .btn-close {
    display: block;
    position: absolute;
    z-index: 999999;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    background: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    border-bottom-left-radius: 50%
}

@media screen and (min-width: 768px) {
    .alerta_fijada {
        padding: 15px;
        font-size: 16px;
        line-height: 20px
    }
}

.mac-price div {
    clear: both;
    overflow: hidden;
}

.mac-price label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.mac-price input[type="checkbox"]:empty {
    display: none;
}

.mac-price input[type="checkbox"]:empty~label {
    position: relative;
    line-height: 1.9em;
    text-indent: 3.25em;
    /*margin-top: 2em;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mac-price input[type="checkbox"]:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.mac-price input[type="checkbox"]:hover:not(:checked)~label {
    color: #888;
}

.mac-price input[type="checkbox"]:hover:not(:checked)~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.mac-price input[type="radio"]:checked~label,
.mac-price input[type="checkbox"]:checked~label {
    color: #777;
}

.mac-price input[type="checkbox"]:checked~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.mac-price input[type="checkbox"]:focus~label:before {
    box-shadow: 0 0 0 3px #999;
}

.mac-price-success input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #5cb85c;
}

.block {
    margin: 0px;
}

@media screen and (max-width: 600px) {
    .ocultar-div {
        display: none;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.mac-price-detail {

    padding-left: 20px;
}

.mac-price-titulo {
    margin: 5px;
    color: #57bb90;
    font-weight: bold;
}