body *{
	font-family: 'Open Sans', sans-serif;
	outline: none;
}
header{
	padding: 2em 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.primary-menu{
	justify-content: flex-end;
}
.primary-menu li a{
	text-transform: uppercase;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 600;
	border-bottom: 2px solid transparent;
}
.primary-menu li a:hover{
	border-bottom: 2px solid #dc0018;
}
#hero{
	background: #00000094;
	height: 100vh;
	position: relative;
}
#hero:before{
    content: '';
    position: absolute;
    background: url(../img/borda-hero.svg);
    width: 100%;
    height: 158px;
    bottom: -65px;
    z-index: 1;
}
#hero #header-image{
    background-repeat:none;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.call-action-reserva-wrapper{
	position: absolute;
	top: 35vh;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.button-reserva{
    background: #FA121B;
    border-radius: 30px;
    padding: 11px 2em !important;
}
#logo{
	width: 232px;
}
#hero h1{
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
}
#hero h2{
	font-size: 18px;
	color: #FFF;
	font-weight: 400;
	text-align: center;
}
#hero h4{
	font-size: 18px;
	color: #FFF;
	text-align: center;
	font-weight: 600;
}
.wrapper-form-call-action{
    background: #FFF;
    padding: 1em 0;
    border-radius: 5px;
    box-shadow: 1px 1px 17px -1px #CCC;
}
.wrapper-form-call-action input{
	margin-bottom: 0;
}

.form-floating-label {
  position: relative;
}
.form-floating-label input{
	background: #ECECEC;
    box-shadow: none;
    border: 0;
    height: 50px;
    padding: 15px 0px 2px 12px;
    font-size: 14px;
}
.form-floating-label label {
  color: #898989;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  left: 25px;
  bottom: 13px;
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}


.form-floating-label input:focus ~ label,
.form-floating-label input:disabled[value] ~ label,
.form-floating-label.has-value input ~ label {
  top: 0;
  font-size: 11px;
  color: dodgerblue;
  font-weight: 400;
  left: 10px;
}
.form-floating-label img{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}
.form-floating-label .button{
    background: #fa121b;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    padding: 16px;
}
.button-whatsapp img{
	width: 27px;
	height: 27px;
}
.button-whatsapp{
	background: linear-gradient(180deg, #5DB350 0%, #3A912D 100%);
	box-shadow: 0px 4px 4px rgba(26, 104, 14, 0.22);
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	padding: 0.8em 1em;
	text-transform: uppercase;
    box-shadow: 1px 6px 7px -1px #0000001f;
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
}
.button-whatsapp:hover, .button-whatsapp:active, .button-whatsapp:focus{
	color: #FFFFFF;
	top: -5px;
}
.z-index-2{
	position: relative;
	z-index: 2;
}
.about{
	margin-top: 6em;
}
.about h2{
	color: #2A2224;
	font-size: 38px;
	margin-bottom: 0;
}
.about h3{
	font-size: 18px;
	font-weight: lighter;
}

#conceito h2{
	font-size: 28px;
	color: #DC0018;
	font-weight: bold;
}
#conceito p{
	font-size: 16px;
	color: #505050;
	margin-top: 10px;
}
.wrapper-icon-conceito {
	margin-bottom: 2em;
}
.wrapper-icon-conceito h4{
	color: #505050;
	font-size: 16px;
}
#acomodacoes{
	position: absolute;
    right: 53%;
    border-radius: 0 10px 10px 0;
}
.relative{
	position: relative;
	min-height: 450px;
}
.button-red{
	background: #DC0018;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
.button-red:hover, .button-red:active, .button-red:focus{
	background: #BD0317;
}
#atributos{
	border-top: 6px solid #FA121B;
	background: #333333;
	padding: 1em 0;
}
#atributos .tabs {
    margin: 0;
    border: 0;
    background: none;
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;

}
.tabs-title{
	width: 100%;
	position: relative;
}
.tabs-title:hover{
    background: #4F4F4F;
    border-radius: 5px;
}
.tabs-title > a{
	padding: 0;
}
.wrapper-icon{
	height: 160px;
    padding: 1.3em;
    text-align: center;
    display: flex;
    flex-direction: column;
	justify-content: center;
    align-items: center;
    border: 1px solid #484747;
}
.tabs .is-active{
    background: #4F4F4F;
    border-radius: 5px;
    position: relative;
}
.is-active .wrapper-icon:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fa121b;
    top: -35px;
}
.tabs-title > a:hover {
    border-radius: 5px;
    background:#4F4F4F;
    color: #258faf;
}
.wrapper-icon img{
	width: 50px;
}
.wrapper-icon h3{
	padding-top: 0.8em;
    color: #FFF;
    font-size: 13px;
    text-transform: inherit;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true']{
	background: transparent;
}
.tabs-title{
	margin: 1.2em;
}
.tabs-content h2{
	color: #DC0018;
	font-size: 30px;
	font-weight: bold;
}
.tabs-content p{
	font-size: 15px;
	color: #666666;
}
.tabs-content{
    border: 0;
    padding: 1em 0;
    overflow: hidden;
    padding-bottom: 8em;
    background: linear-gradient(to bottom, #F4F4F4 0%,#F4F4F4 80%,#FFF 50%,#FFF 100%);
}
.atributos-right{
    position: absolute;
    top: 0;
    left: 53%;
    border-radius: 0 0 0px 35px;
    z-index: 2;
}
.tabs-panel{
	min-height: 400px;
}
#atributos-tabs{
	min-height: 530px;
}
#depoimentos{
	position: relative;
}
#depoimentos:before{
    content: '';
    background: url(../img/depoimento-curva1.svg);
    width: 371px;
    height: 238px;
    position: absolute;
    top: -109px;
    right: 0;
}
#depoimentos:after{
	content: '';
	background: url(../img/depoimento-curva2.svg);
	width: 287px;
	height: 269px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#depoimentos h2{
	color: #2A2224;
	font-size: 38px;
	font-weight: lighter;
	margin-top: 10px;
}
#depoimentos h2 strong{
	font-weight: #DC0018;
}
.box-depoimento{
	padding: 1.3em;
    box-shadow: 3px 3px 46px -17px #ccccccb3;
    border-radius: 5px;
    margin-bottom: 3em;
    position: relative;
}
.box-depoimento:before{
	content: '';
    position: absolute;
    background: url(../img/aspas2.svg);
    height: 51px;
    width: 62px;
    right: 16px;
    top: 17px;
}
.box-depoimento h3{
	color: #DC0018;
	font-size: 22px;
	font-weight: bold;
}
.box-depoimento p{
	font-size: 14px;
	color: #666666;
	margin-bottom: 0;
}
.swiper-button-next1, .swiper-button-prev1{
	background: none;
}
.swiper-button-prev1{
    top: -40px;
    right: 50px;
    left: auto;
}
.swiper-button-next1{
	top: -40px;
	right: 0;
}
.swiper-button-next1 img, .swiper-button-prev1 img{
	max-width: 80px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #dc0018;
}
#call-action{
	background: url(../img/call-action.jpg) no-repeat;
	width: 100%;
	text-align: center;
	padding: 5em 0;
}
#call-action h2{
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
}
#call-action h4{
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 1em;
}
#call-action .button{
	margin-bottom: 0;
}
#localizacao{
	background: #333333;
	padding: 2em 0;
}
#localizacao h5{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 0;
	letter-spacing: 0.5px;
}
#full-map iframe{
	width: 100%;
	margin-bottom: -1em;
}
footer{
	background: #333333;
	padding: 2em 0;
	border-bottom: 5px solid #DC0018;
}
footer h3{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}
footer ul{
	list-style: none;
	margin: 0;
}
footer ul li, footer ul li a{
	color: #D6D6D6;
	font-size: 14px;
	line-height: 1.7;
}
footer ul li a:hover{
	color: #ffffff;
}
#menu{
	height: 40px;
	margin-right: 1em;
}
#menu:hover{
	cursor: pointer;
}
.inner-header{
    background: #080808e3;
    border-bottom: 3px solid #dc0018
}
#hero.inner-hero{
	height: 600px;
	background: transparent;
}
.no-border{
	border-radius: 0 !important;
}
.wrapper-foto, .wrapper-foto-big{
	height: 404px;
	overflow: hidden;
	background: #FA121B;
	position: relative;
	margin-bottom: 2em;
}
.wrapper-foto img, .wrapper-foto-big img{
	object-fit: cover;
	width: 100%;
	height: 100%;
-webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  opacity: 1;
}
.wrapper-foto-big{
	height: 840px;

}
.wrapper-foto-big:hover img, .wrapper-foto:hover img{
	opacity: 0.4;
}
.icon-plus{
-webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	object-fit: inherit;
	position: absolute;
	width: 115px;
	height: 115px;
	max-width: 100px;
	max-height: 100px;
	z-index: 10;
	top: 0;
	bottom: -1000px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}
.wrapper-foto:hover .icon-plus, .wrapper-foto-big:hover .icon-plus{
	bottom: 0px;
	opacity: 1;
	cursor: pointer;
}

.card-dicas{
	background: #FFF;
    padding: 0.5em;
    border: 1px solid #EAEAEA;
    margin-bottom: 2em;
}
.card-thumb{
	height: 200px;
}
.card-thumb img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.no-photo{
	object-fit: scale-down !important;
}

.card-content h3{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.5em 0;
}
.card-content p{
	font-size: 14px;
}
.card-content .button-red{
	padding: 0.4em 1.3em;
	border-radius: 4px;
	display: inline-block;
	width: 100%;
}
.card-content .button-red:hover, .card-content .button-red:active, .card-content .button-red:focus{
	background: #f31c34;
	color: #FFF;
}

.galeria{
	width: 100%;
    height: 190px;
    object-fit: cover;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.wrapper-foto, .wrapper-foto-big{
		height: auto;
	}
	#hero{
		height: auto;
		min-height: 1090px;
		border-top: 6px solid #fa121b;
	}
	.primary-menu {
	    display: block;
	    background: #000000e8;
	    padding: 1em 0.5em;
	    border-radius: 6px;
	    margin-top: 1em;
	}
	.primary-menu li a{
		border-bottom: none;
		padding: 1em;
	}
	.primary-menu li a:hover{
		border-bottom: none;
	}
	.toggle-menu{
		display: none;
	}
	.form-floating-label input{
		margin-bottom: 1em;
	}
	.form-floating-label{
		text-align: center;
	}
	.form-floating-label .button{
		width: 80%;
	}
	#hero h1{
		font-size: 35px;
	}
	header{
		border-bottom: 1px solid #ffffff29;
	}
	#acomodacoes {
	    position: inherit;
	    right: 0;
	    border-radius: 10px;
	    margin-bottom: 1em;
	}
	.about {
	    margin-top: 0em;
	}
	.button-red{
		width: 100%;
	}
	.tabs-title {
	    margin: 0.5em;
	}
	.is-active .wrapper-icon:before {
		display: none;
	}
	.wrapper-icon h3{
		font-size: 16px;
	}
	.wrapper-icon img{
		height: 65px;
	}
	.atributos-right {
	    border-radius: 0 0 0px 35px;
	    z-index: 2;
	    position: inherit;
	    border-radius: 10px;
	    margin-bottom: -1em;
	}
	#depoimentos:before, #depoimentos:after{
		display: none;
	}
	.aspas{
	    left: 17px;
	    position: relative;
	}
	.box-depoimento{
		border: 1px solid #EAEAEA;
		background: #FFFFFF;
	}
	#depoimentos {
	    position: relative;
	    background: #f9f9f9;
	    padding: 3em 0;
	}
	#atributos-tabs{
		min-height: auto;
		height: auto;
	}
	.tabs-content{
		padding: 0;
		background: #FFFFFF;
	}
	#atributos .tabs{
		flex-wrap: wrap;
	}
	#call-action{
		padding: 2em 0;
	}
	#call-action h2{
		font-size: 28px;
	}
	#call-action h4{
		font-size: 16px;
	}
	#call-action h4 br{
		display: none;
	}
	#hero.inner-hero{
		min-height: 600px;
	}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	#hero{
		height: auto;
		min-height: 860px;
		border-top: 6px solid #fa121b;
	}
	#hero.inner-hero{
		min-height: 600px;
	}
	.primary-menu {
	    display: block;
	    background: #000000e8;
	    padding: 1em 0.5em;
	    border-radius: 6px;
	    margin-top: 1em;
	}
	.primary-menu li a{
		border-bottom: none;
		padding: 1em;
	}
	.toggle-menu{
		display: none;
	}
	.form-floating-label input{
		margin-bottom: 1em;
	}
	.form-floating-label{
		text-align: center;
	}
	.form-floating-label .button{
		width: 50%;
	}
	#hero h1{
		font-size: 35px;
	}
	header{
		border-bottom: 1px solid #ffffff29;
	}
	.wrapper-foto, .wrapper-foto-big{
		height: 184px;
	}
	.wrapper-foto-big{
		height: 400px;
	}
	#acomodacoes {
	    position: inherit;
	    right: 0;
	    border-radius: 10px;
	    margin-bottom: 1em;
	    width: 100%;
	}
	.about {
	    margin-top: 2em;
	}
	.button-red{
		width: 100%;
	}
	.tabs-title {
	    margin: 0.5em;
	}
	.is-active .wrapper-icon:before {
		top: -24px;
	}
	.wrapper-icon h3{
		font-size: 12px;
	}
	.wrapper-icon img{
		height: 45px;
	}
	.atributos-right {
	    border-radius: 0 0 0px 35px;
	    z-index: 2;
	    position: inherit;
	    border-radius: 10px;
	    margin-bottom: -1em;
	}
	#depoimentos:before, #depoimentos:after{
		display: none;
	}
	.aspas{
	    left: 17px;
	    position: relative;
	}
	.box-depoimento{
		border: 1px solid #EAEAEA;
		background: #FFFFFF;
	}
	#depoimentos {
	    position: relative;
	    background: #f9f9f9;
	    padding: 3em 0;
	}
	#atributos-tabs{
		min-height: auto;
		height: auto;
	}
	.tabs-content{
		padding: 0;
		background: #FFFFFF;
	}
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	#hero{
		height: 800px;
	}
	#depoimentos:after {
	    bottom: -54px;
	    left: -61px;
	    transform: scale(0.6);
	}
	.form-floating-label .button{
		font-size: 13px;
	}
	.primary-menu li a{
		font-size: 14px;
	}
	.primary-menu{
		display: flex !important;
	}
}

@media screen and (min-width: 74.9376em) and (max-width: 90.9375em) {
	#hero{
		height: 850px;
	}
}

/* Large and up */
@media screen and (min-width: 90.9375em) {
	.primary-menu{
		display: flex !important;
	}
	#hero{
		min-height: 800px;
	}
}