.fondo-tag-tren {
    height: 38px;
    margin-top: -10px;
    font-weight: 400;
    line-height: 38px;
    color: #ffffff;
    font-size: 14px;
}

.color-tag {
    background-color: var(--color-06);
}


.ancho-tag {
    width: 22%;
}

.bd-form {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0 0 10px 10px;
    background-color: #ffffff;
}

.title-recomendado{
	font-size: 18px;
	color:var(--color-01);
	font-weight: 500;
	padding-top:20px;
	padding-bottom:20px;
}

.hora-recomendada{
	font-size: 21px;
	color:#555555;
	font-weight: 500;
    line-height: 1.2;
    padding-bottom: 5px;
}

.hora-recomendada > .destino-vuelo {
    color:  #555555;
    font-weight: 500;
}
.duracion-recomendada{
	font-size: 16px;
	color:#555555;
	font-weight: 500;
	text-align: center;
}

.img-flecha-recomendada{
	margin-top: -15px;
	text-align: center;
    max-width:  100%;
}

.tren-recomendado{
	margin-top: -10px;
}

img {
    max-width: 100%;
}

.bd-right-recomendado{
	border-right: 1px solid #dadada;
}

.tren-recomendado-ida{
	text-align: center;
}
.ocultar-lg{visibility: hidden;display: none;}

.bloque-imagen-recomendado > img {
    max-width: 100%;
}

.btn-buscar {
    background-color: var(--color-01);
    padding: 10px 20px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    border: none;
    letter-spacing: 1px;
}

.btn-cambiar-hab {
    background-color: #a6a6a6;
    padding: 10px 20px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    border: none;
    letter-spacing: 1px;
    float:right;
}
.btn-cambiar-hotel {
    background-color: var(--color-06) !important;
    padding: 10px 20px;
    color:#FFFFFF;
    font-weight: 700;
    font-size: 14px;
    border:none;
    letter-spacing: 1px;
    margin-left: 2px;
}
.btn-cambiar-hotel:hover {
    background-color: var(--color-05) !important;   
}

.title-hotel-recomendado{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    color:#444;
    line-height: 1.2;
}

.star-recomendada i {
    color: var(--color-01);
    font-size: 10px;
    margin-top: -8px;
}

.tipohabitacion-recomendado{
    font-size: 12px;
    margin:0;
}

.img-trip{
    margin-top: 10px;
    margin-bottom: 5px;
}


.img-trip .logo-tripad{
    width: 20%;
}

.img-trip .icon-tripad{
    width: 70%;
    margin-left:5%;
}

.servicios-recomendado img{
    width: 20px;
}
.servicios-recomendado span{
    margin-left: 5px;
    margin-right: 10px;
}

.precio-hotel-recomendado{
    color:var(--color-06);
    font-size: 42px;
}
.precio-hotel-recomendado span{
    color: #888888;
    font-size: 14px !important;
}
.precio-hotel-recomendado span.precio-prov{
    color: #888888;
}
.precio-hotel-recomendado span.precio-prov .int_number{
    font-size: 14px !important;
}
.precio-hotel-recomendado span.precio-prov .decimal_number{
    font-size: 10px !important;
}
.precio-hotel-recomendado span.precio-prov .divisa{
    font-size: 10px !important;
}

.producto-recomendado{
    color: var(--color-01);
    font-size: 18px;
    font-weight: 500;
}
.btn-continuar-recomendado{
    background-color: var(--color-06);
    padding: 10px 20px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    border: none;
    letter-spacing: 1px;
    margin-top:20px;
}
.precio-hotel-recomendado .int_number {
    font-size:  36px !important;
}
.precio-hotel-recomendado .decimal_number {
    font-size:  26px !important;
}
.precio-hotel-recomendado > .tooltip_precio .int_number {
    font-size:  24px !important;
}   
.precio-hotel-recomendado > .tooltip_precio .decimal_number {
    font-size:  16px !important;
}

@media (max-width: 1170px){
.ancho-tag {width: 35% !important;}
}

@media (max-width: 990px){
.ancho-tag {width: 100% !important;}
.ocultar-resp{visibility: hidden;display: none;}
}


@media (max-width: 767px){
.bd-right-recomendado {border:none;}
.title-recomendado{text-align: center;}
.minititle-recomendado{border-radius:5px; color: var(--color-01); border: solid 1.5px var(--color-01); text-align: center; font-size: 14px; font-weight: 500; padding:5px; width: 30%;margin-left:35%; margin-bottom:10px;}
.mostrar-resp{visibility: visible;display: block;}
.bd-bottom-recomendado{border-bottom:1px solid #dadada;}
.btn-buscar{ float:none;}
.btn-cambiar-hab{width: 100%; float:none;}
.btn-cambiar-hotel{width: 100%; float:none;}
.btn-continuar-recomendado{width: 100%; float:none;}
.precio-hotel-recomendado{margin-top:20px;}
}

@media (max-width: 450px){
.minititle-recomendado{width: 50%;margin-left:25%;}
}

