﻿.imperial_card{
	margin-bottom: 40px;
    background-color: white;
	border: 1px solid #efefef;
    border-radius: 10px;
}

.imperial_card_img{
	height: 300px;
	background-image: url('https://blocks.astratic.com/img/general-img-landscape.png');
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px 6px 0px 0px;
	cursor: pointer;
	opacity: 1;
	transition: opacity .4s;
}

.imperial_card_img:hover, .imperial_card_img:hover{
	opacity: .7;
	transition: opacity .4s;
}

.imperial_card_company{
	cursor: pointer;
	color: #204e93;
    font-weight: 700;
	font-size: 11pt;   
    padding: 8px 10px 10px 10px;	
}

.imperial_card_title{
	cursor: pointer;
	font-size: 12pt;
    margin-top: 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 10px 0px 10px;
}

.imperial_card_price{
	cursor: pointer;
	font-size: 11pt;   
    padding: 8px 10px 10px 10px;
}

.imperial_card_stars{
	cursor: pointer;
	font-size: 12pt;
	color: #bea624;
    padding: 8px 10px 0px 10px;
}

.imperial_card_reviews{
	font-size: 10pt;
	color: black;
}

.imperial_card_recommended{
	
}

._a_partir_de_{
	display: block;
    font-weight: 500;
    color: gray;
}

.currency_card{
	font-size: 9pt;
}

#experiencias_mais_vendidas div .imperial_card{
	margin-bottom: 0;
}


/*** DESCUBRA PROVINCIA ***/
.descubra_section{
    margin-top: 20px;
    margin-bottom: 20px;
}

.box_gray{
	background-color: #e9e9e9;
	padding: 15px;
    border-radius: 15px;
}

.box_white{
	background-color: white;
	padding: 15px;
    border-radius: 15px;
}

.box_descubra_white{
	background-color: #ffffff;
}

.box_items_parent{
	min-height: 450px;
}

.horizontal_wraper{
	height: auto;
    width: max-content;
}

.box_descubra_input_holder{
    max-width: 400px;
}

.box_descubra_input{
	background-color: white;
}

.box_descubra_items{
}

.box_items{
	overflow-x: scroll;
	overflow-y: hidden;
    scrollbar-color: #cbcbcb #b9b9b90d;	
}

.box_descubra_items .horizontal_wraper .imperial_card,
.box_items .horizontal_wraper .imperial_card{
	float: left;
    width: 320px;
	margin-right: 40px;
	min-height: 438px;
	max-height: 460px;
}
/*** DESCUBRA PROVINCIA END ***/

.imperial_card_small{
	border: 1px solid #c3c3c3;
    padding: 15px;
	padding-bottom: 28px;
    border-radius: 5px;
    max-width: 420px;
    margin-bottom: 25px;
	line-height: 30px;
}

.imperial_card_small .imperial_card_small_name a{
	font-weight: 600;
    font-size: 14pt;
    color: black;
}

.imperial_card_small .imperial_card_small_companya a{
	font-weight: 600;
    font-size: 12pt;
    color: black
}

.imperial_card_small .imperial_card_small_type{
	font-weight: 400;
    font-size: 12pt;
    color: black;
}

.imperial_card_small_buttons{
	margin-top: 20px;
}

.imperial_card_small_button_review, .imperial_card_small_button_ver{
	border-radius: 5px;
    border: 1px solid gray;
    padding: 8px 16px;
    cursor: pointer;
    margin-right: 12px;
}

.imperial_card_small_button_review a{ 
	color: black;
	text-decoration: none;
}
