@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .questionPrinting {
        position: relative;
        left: 66px;
        top: 7px;
    }
}

.button:hover {
    color: #000;
    background-image: -webkit-linear-gradient(0deg, #7dff1abd 0%, #17c53dc9 100%);
}

.card {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 20px;
}

.card-product {
    border: 0;
    margin-bottom: 30px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.card-icon {
    width: 60px;
    color: #fff;
    font-size: 30px;
    border-radius: 3px;
    background-color: #999999;
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
    background: linear-gradient(60deg, #15cc91, #23b32a);
    position: relative;
    bottom: 20px;
}

.accordion .card {
    padding: 0;
}

.more-less {
    float: right;
}

.panel-title>a {
    display: block;
    /* padding: 15px; */
    text-decoration: none;
}

@media(min-width: 800px) {
    #container-cotizador {
        position: relative;
        right: -131px;
    }
    .single {
        margin-bottom: 440px;
    }
}

.imgProducto {
    display: flex;
    grid-template-columns: 1fr 1fr;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #45a016;
}

input:focus+.slider {
    box-shadow: 0 0 1px #45a016;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#btnCotizar.disabled {
    background-color: #cccccc;
    background-image: none;
}