
.barra-roja{
    
}

.imagen-check-out-destino {
    background-position: center;
    background-size: cover;
    width: 100%;
    margin-bottom: 10px;
    height: 180px;
    background-size: cover !important;
    background-repeat: no-repeat;
}

.imagen-check-out-destino span {
}

.imagen-check-out-destino h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.imagen-check-out-destino h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding-left: 20px;
    margin-top: 5px;
    padding-top: 40px;
}

.imagen-check-out-destino p {
    color: #fff;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 18px;
    margin-top: 5px;
}


.texto-tipo-paquete h5{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    color: #fff;
    font-weight: 400;
    background: #03363D;
    display: inline-block;
    border-radius: 6px;
    padding: 5px 20px 6px 20px;
}

.texto-tipo-paquete h3{
    font-size: 26px;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
}

.texto-tipo-paquete p{
    margin-top: 0px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.columna-precio-responsive{
    display: none;
}

.descripcion-min p{
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
}

.ver-detalle-paq p{
    margin-top: 12px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #da2032;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width:768px) {


.imagen-check-out-destino{
    margin-top: 18px;
}

.columna-precio-responsive{
    display: block !important;
}


}

