@charset "UTF-8";
.owl-pagination {
	position: absolute;
	right: 50%;
	bottom: 10px;
	margin-right: -48px;
}
.owl-theme .owl-controls .owl-page.active span {
    background-color: #fff;
    border: 2px solid #fff;
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #fff;
}
.rotator_image {
	width: 100%;
	height: auto;
}
.rotator_text_box {
	position: relative;
	height: 100%;
	
}
.rotator_text {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	top: 40%;
	font-family: 'Playfair Display', serif;
	text-shadow: 1px 0px 3px rgba(0,0,0,0.69);
	font-size: 20px;
}
.small_text_rotator {
	font-size: 34px;
}
.big_text_rotator {
	font-size: 50px;
	line-height: 41px;
}
.intro_box {
	text-align: center;
	padding-bottom: 61px;
}
.intro_text_box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}
.room_picture {
	width: 100%;
	height: auto;
}
.room_content {
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
}

.room_info {
	border-bottom: 2px solid #D3D3D3;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.name_room {
	color: #2D2E82;
	font-family: 'Playfair Display', serif;
	font-size: 21px;
}
.price_box {
	font-family: 'Lora', serif;
	font-size: 18px;
	color: #9EA0A2;
}
.yellow_price {
	color: #F8B133;
}
.reserve_button {
	display: inline-block;
	border: 2px solid #F8B133;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #2D2E82;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
	font-size: 17px;
	-webkit-transition: all 3s ease-in-out;
	-moz-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	transition: all .3s ease-in-out;
}
.reservation_button_box {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
.reserve_button:hover {
	text-decoration: none;
	background-color: hsla(38,92%,59%,0.49);
}
#galardon_box h1 {
	font-size: 34px;
	line-height: 36px;
}
.footer_line.reservation_box {
	margin-top: -10px;
}
#galardon_box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 70px;
}
.galardon_text {
	padding-top: 15px;
}
.picture_galardon {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.s_logo {
	position: absolute;
	right: 10px;
	z-index: 100;
	top: -35px;
	width: 36%;
	height: auto;
	max-width: 186px;
}
.link_galardon_total_box {
	position: absolute;
	top: 80px;
	z-index: 10;
}
.galardon_link_box {
	position: relative;
}
.button_box_down {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgba(21,21,51,0.58);
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 11px;
}
.location_box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.location_content {
	padding-bottom: 15px;
}
#bahia_rotator2 {
	margin-bottom: 30px;
	margin-top: 30px;
}
.video_box {
    padding-bottom: 50px;
    padding-top: 30px;
}
.video_back {
    background-image: url(../img/index/back_video_site.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 54%;
    position: relative;
}
.button_play {
    position: absolute;
    top: 50%;
    right: 50%;
    color: #FFFFFF;
    font-size: 80px;
    margin-top: -45px;
    margin-right: -25px;
    text-shadow: 4px 4px 9px rgba(0,0,0,0.68);
    -webkit-transition: all 3s ease-in-out;
	-moz-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	transition: all .3s ease-in-out;
}
.button_play:hover {
    color: #F8B133;
}
.video_total {
    padding-top: 30px;
    padding-bottom: 50px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width:991px){
.row .col-md-6 .picture_galardon {
	padding-bottom: 40px;
}
.back_crop.link_galardon_total_box {
	position: relative;
	top: 0px;
}
}

@media screen and (max-width:767px){
.location_box {
	padding-left: 0px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (max-width:500px){
.rotator_text   {
    display: none;
}
.footer_line {
    height: 5px;
}
}
