section #carrito #carrito-izda .sec-tit3 {
    margin-bottom: 0;
}
section #carrito #carrito-izda .tour .row img {
    margin-right: 3rem;
    vertical-align: middle;
}
section #carrito #carrito-izda #detalles span {
    display: inline-block;
}
section #carrito #carrito-dcha > div {
    background-color: rgba(181, 187, 0, 0.25);
}
section #carrito #carrito-dcha > div + div {
    margin-top: 0.5rem;
}
section #carrito #carrito-dcha > div + div .pull-right {
    font-size: 7rem;
    line-height: 1;
}
section #carrito #carrito-dcha .sec-tit3,
section #carrito #carrito-dcha .form-group {
    margin-bottom: 10rem;
}
section #carrito #carrito-dcha .btn-block,
section #carrito-vacio {
    margin-top: 10rem;
}
section #carrito #carrito-dcha #carrito-pvp {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    text-align: center;
}
.dcModal .logos-pago {
    margin: 5rem -3.75rem;    
}
.dcModal .logos-pago > * {
    margin: 0 3.75rem;    
    display: inline-block;
    vertical-align: middle;
}
.dcModal .logos-pago > * img {
    width: 27.5rem;
    display: block;
}
#modalConidionesVisa img {
    width: 25rem;
    margin-left: auto;
    display: block;
}
/*.dcModal .logos-pago a .logo-visa {
    width: 27.5rem;
}
.dcModal .logos-pago a .logo-mastercard {
    width: 27.5rem;
}*/

.checkbox-destacado {
    padding: 1.25rem;

}
.checkbox-destacado.has-error {
    border: 0.25rem solid #a94442;
}
.checkbox-destacado.has-error label {
    font-weight: 700;
}


@media (min-width: 992px) {
    section {
        padding-right: 20rem;
    }
    section #top {
        height: 66rem;
        padding-right: calc(50% - 20rem);
    }
    section #top:after {
        display: none;
    }
    section #top #top-img img {
        width: 120rem;
    }
    section #carrito {
        padding: 0 20rem;
        display: -webkit-flex;
        display: flex;
    }
    section #carrito #carrito-izda {
        width: calc(50% + 20rem);
        padding: 9rem 0;
        font-size: 5rem;
    }
    section #carrito #carrito-izda .tour {
        margin-bottom: 25rem;
    }
    section #carrito #carrito-izda .tour .row > div > div {
        margin-top: 10rem;
    }
    section #carrito #carrito-izda .tour .row img {
        width: 5rem;
        height: 5rem;
    }
    section #carrito #carrito-izda #detalles .text-semibold {
        font-size: 6rem;
    }
    section #carrito #carrito-izda #detalles p + p {
        margin-top: 10rem;
    }
    section #carrito #carrito-izda #detalles p + p + p {
        padding-top: 10rem;
        border-top: 0.5rem solid #acacac;
    }
    section #carrito #carrito-izda #detalles p img {
        width: 6rem;
        height: 6rem;
        margin-right: 3rem;
    }
    section #carrito #carrito-dcha {
        width: calc(50% - 42rem);
        margin-left: 42rem;
    }
    section #carrito #carrito-dcha > div {
        padding: 10rem 20rem;
    }
    section #carrito-vacio {
        padding: 0 20rem;
    }
}
@media (max-width: 991px) {
    section #top #top-img,
    section #carrito #carrito-izda #detalles .text-semibold,
    #toursCarousel {
        display: none;
    }
    section #carrito > div {
        margin-top: 10rem;
    }
    section #carrito #carrito-izda .tour {
        margin-bottom: 10rem;
    }
    section #carrito #carrito-izda .tour .row > div > div {
        margin-top: 5rem;
    }
    section #carrito #carrito-izda .tour .row img {
        width: 4rem;
        height: 4rem;
    }
    section #carrito #carrito-izda #detalles {
        font-size: 3rem;
    }
    section #carrito #carrito-izda #detalles p {
        padding-left: 7rem;
        margin-bottom: 5rem;
        position: relative;
    }
    section #carrito #carrito-izda #detalles p img {
        width: 4rem;
        height: 4rem;
        position: absolute;
        top: 0.5rem;
        left: 0;
    }
    section #carrito #carrito-dcha > div {
        width: calc(100% + 10rem);
        padding: 8rem 6rem;
        padding-right: 8rem;
    }
    section #carrito #carrito-dcha .sec-tit3 {
        margin-bottom: 8rem;
        font-size: 6rem;
    }
}