.verTodosActivities
{
	font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #0F5D82 !important;
    text-decoration: none;
    padding: 13px;
    border: solid 2px #0F5D82;
    display: inline-block;
    width: calc(100% - 100px);
    cursor: pointer;
	margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 26px;
    transition: 0.3s;
}
.verTodosActivities:hover
{
	background:#0F5D82;
	color: white !important;
	text-decoration: none;
}
.brandSlideShow .slick-track , .brandSlideShow .slick-list.draggable
{
	width: 100% !important;
	height: 100%;
}
.brandSlideShow .slick-slide
{
	width: 100%;
}
.navSlidecasa_da_pedra_rolada
{
	margin-bottom: 40px;
}
.navSlidecasa_da_pedra_rolada .prev, .navSlidecasa_de_janeiro .prev
{
	color: rgba(254,254,254,0.64);
    position: absolute;
    left: 30px;
    z-index: 3000;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);

}
.navSlidecasa_da_pedra_rolada .next, .navSlidecasa_de_janeiro .next
{
	color: rgba(254,254,254,0.64);
    position: absolute;
    right: 30px;
    z-index: 3000;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);

}
.blueColor{
	color:#0F5D82 !important;
}
.brandSlideShow img
{
	object-fit:fill;
}
.brandSlideShow .slick-track .slick-slide:not(.slick-current)
{
	display: none;
	transition:0.3s
}
.houseDiv img
{
	min-height: 397px;
}
.homepageLogo img
{
	width: 312px;
	max-width: unset !important;
	margin: auto;
	display: block;
	margin-bottom: 0.45;
}
.homepageText
{
	color: #FFFFFF;
	font-weight: 100;
	font-family: Montserrat;
	font-size: 18px;
	margin: auto;
	display: block;
	text-align: center;
	font-weight: bold;
}

.houseName
{
	transition: 0.3s;
	height: calc(100% + 1px);	
	line-height: 397px;
	z-index: 2000;
}
.houseName:hover
{
	text-decoration: none;
	background: rgba(245,245,247,.85);
	color: #0F5D82;
	cursor: pointer;
}
.houseName:hover .navArrow  { color: #0F5D82}

.verTodosFull
{
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.11;
	letter-spacing: normal;
	text-align: center;
	color: white ;
	width: calc(100% - 30px);
	text-decoration:none;
	padding:13px;
	border: solid 2px #0F5D82;
	display: inline-block;
	cursor: pointer;
	position: absolute;
    left: 0;
    right: 0;
    background: #0F5D82;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 100.5px;
      transition: 0.3s;
}
.verTodosFull:hover
{
	background: white;
	color: #0F5D82 !important;
	text-decoration: none;
}


@media screen and (max-width: 1200px) {
	.navSlidecasa_da_pedra_rolada .prev, .navSlidecasa_de_janeiro .prev
	{
		font-size: 60px;
	}
	.navSlidecasa_da_pedra_rolada .next, .navSlidecasa_de_janeiro .next
	{
		font-size: 60px;
	}
	.QuartosDiv
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.QuartosDiv .row
	{
		padding: 0px;
	}
	.QuartosDiv .normalHeader
	{
		padding-left: 60px;
	}
	.QuartosDiv .houseDiv
	{
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.roomsHomeDiv{
		display: none;
	}
	
}
.room_details strong
{
	    font-weight: bold;
}
.room_details .descrip p
{
	margin-bottom: 0px;
}
