@font-face{
	font-family: "MyriadPro";
	src:url(fonts/MyriadPro-Regular.otf);
}
@font-face{
	font-family: "MyriadPro-light";
	src:url(fonts/MyriadPro-light.otf);
}
html{
	height: 100%;
}
body{
	font-family: "Roboto", sans-serif;
	height: 100%;
	/*display: inline-block;*/
	/*background: -webkit-linear-gradient(to right, #000000, #FF0000);
	background: -o-linear-gradient(left, #000000, #FF0000);
	background: linear-gradient(to right, #000000, #FF0000);*/
}
p{margin: 0;}
header {position: fixed;z-index: 9999;width: 90%;left: 5%;background-image: url(../img/fundo-topo-footer.png);background-size: 100% 100%;padding-bottom: 1.5em;min-width: 1100px;}
.halfTop ul{padding: 0;margin: 0;display: flex;justify-content:space-around;width: 37%;float: left;}
.halfTop ul:first-child{padding-right: 13%;}
.halfTop ul:last-child{padding-left: 13%;}
.halfTop ul li {padding: 1em 0.5em;color: #fff;font-weight: bold;list-style: none;}
.boxLogo {padding: 1.5em 1em;background: linear-gradient(to top,rgba(255,255,255,.7),transparent);border-bottom-left-radius: 4em;border-bottom-right-radius: 4em;margin-bottom: -2em;position: absolute;width: 224px;left: calc(50% - 122px);}
.boxLogo img {width: 100%;}
form.formReserva {font-family: "MyriadPro",sans-serif;float: left;width: 37%;padding-left: 2.5%;}
.colForm {display: inline-block;vertical-align: middle;width: calc((100% / 6) - 15px);color: #fff;font-size: 0.7em;}
.colForm:last-child{vertical-align: initial;}
.colForm.colFormDate {width: calc((100% / 6) + 15px);}
.colForm span {font-weight: 600;font-size: 1.2em;}
.colForm input {width: 100%;padding: 0;border: none;}
.colForm input[type="text"] {font-family: "MyriadPro-light",sans-serif;font-size: 1.3em;padding: 0.1em 0.4em;width: calc(100% - 0.8em);}
.colForm select {width: 100%;border: none;padding: .1em 0;font-size: 1.2em;font-family: "MyriadPro-light",sans-serif;}
.colForm select,.colForm input{border-radius: .3em;background-color: #b8bceb;}
.colForm select option {text-align: center;}
.colForm input[type="submit"] {background: #70bdf3;padding: .5em 0;font-weight: bold;vertical-align: top;}
.pacotes {float: right;width: 35%;display: flex;align-items: center;}
.pacotes img {width: 2em;margin-left: -0.5em;}
.pacotes div {color: #fff;font-weight: bold;padding: 0.3em 0.7em;}
.pacotes div:first-child{background: #0495d8;border-top-left-radius: .3em;border-bottom-left-radius:.3em;}
.pacotes div:not(:first-child){background: #7583bf;color: #fdf400;}
footer{position: fixed;bottom:0;z-index: 9999;width: 90%;left: 5%;background-image: url(../img/fundo-footer.png);background-size: 100% 100%;padding-bottom: .5em;min-width: 1100px;display: flex;padding-top: 1.5em;}
footer nav {display: flex;width: 60%;justify-content: space-around;align-items: center;}
footer nav a {color: #fff;font-weight: 500;padding: .5em 6%;background: #7685c0;border-radius: .5em;}
.boxTel {text-align: center;color: #fff;font-weight: 500;width: 25%;display: flex;justify-content: space-around;align-items:center;}
.boxTel img {display: block;margin: .5em auto;}
.boxRedes {width: 15%;text-align: center;}
.boxRedes img {margin: 0 .5em;display: inline-block;margin-top: 0.8em;}
.openForm,.formReserva i{display: none;}

.interna{
	float: left;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #FFFFFF, rgba(145, 151, 203, .9), #FFFFFF);
	overflow-x: hidden;
	overflow-y: auto;
}

.wrapper{
	width: 80%;
	margin: 0 auto;
}

.interna .wrapper .content{
	float: left;
	width: 100%;
	margin-top: 165px;
	margin-bottom: 100px;
}

.acomodacao{
	position: relative;
	float: left;
	width: 100%;
	background: #F2F2F2;
	border: solid 1px #D7D7D7;
	margin-bottom: 20px;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.acomodacao .galeria{
	float: left;
	width: calc(45% - 15px);
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.acomodacao .galeria .gallery{
	margin-top: 10px;
	margin-left: 10px;
}

.acomodacao .box-right{
	float: left;
	margin-left: 1%;
	width: 50%;
	margin-bottom: 10px;
}

.box-right .header{
	float: left;
	width: 100%;
}

.box-right .header h2{
	float: left;
	margin: 0;
	margin-top: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #333;
}

.box-right .header span.diaria{
	float: right;
	margin-top: 25px;
	color: #888;
	font-size: 14px;
}

.box-right .infos{
	float: left;
	width: 100%;
	margin: 15px 0;
}

.box-right .infos .info{
	float: left;
	width: 25%;
}

.box-right .infos .info span{
	float: left;
	width: 100%;
	text-align: center;
	color: #444;
	font-size: 14px;
}

.box-right .infos .info span:first-child{
	font-weight: bold;
	font-size: 15px;
}

.box-right .descricao{
	float: left;
	width: 100%;
	line-height: 22px;
	color: #444;
}

.box-right .reservar{
	float: right;
	text-transform: uppercase;
	color: #fff;
	background: #7685C0;
	padding: 10px 15px;
	border-radius: 10px;
	margin-top: 10px;
}

/*.galeria{
	float: left;
	width: 50%;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #343d91;
	padding-bottom: 0;
}*/

.galeria .swiper-container {
	margin-left: auto;
	margin-right: auto;
}
.galeria .swiper-slide {
	background-size: cover;
	background-position: center;
}
.galeria .gallery-top {
	height: 67%;
	width: 95%;
	margin-top: 20px;
	margin-left: 15px;
}
.galeria .gallery-top .swiper-slide img {
	float: left;
	width: 100%;
}
.galeria .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
	width: 95%;
	margin-left: 15px;
}
.galeria .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.galeria .gallery-thumbs .swiper-slide img{
	float: left;
	width: 100%;
}
.galeria .gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

.form-reserva{
	float: left;
	width: 95%;
	margin-left: 2.5%;
	margin-top: 20px;
}

.form-reserva .input{
	float: left;
	margin: 0 10px;
	width: calc(25% - 20px);
}

.form-reserva .input label{
	float: left;
	width: 100%;
	font-size: 14px;
}

.form-reserva .input input{
	float: left;
	width: calc(100% - 20px);
	padding: 5px 10px;
	font-size: 14px;
	color: #444;
}

.form-reserva .salvar{
	float: right;
	text-transform: uppercase;
	color: #fff;
	background: #7685C0;
	padding: 7px 15px;
	border-radius: 10px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 20px;
	width: 56px;
}

.alerta-form{
	top: -1px;
	left: 0;
	width: 100%;
	height: 0;
	display: none;
	position: absolute;
	background: #EF2D2D;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	align-content: center;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.mask {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 20px;
}

.loading{
	margin-left: 4px;
}

.loading span{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 5px;
	margin: 0 3px;
	cursor: default;
	-webkit-animation: loading_dots 0.8s linear infinite;
	   -moz-animation: loading_dots 0.8s linear infinite;
		-ms-animation: loading_dots 0.8s linear infinite;
			animation: loading_dots 0.8s linear infinite;
}
.loading span:nth-child(1){
	-webkit-animation-delay: 0.4s;
	   -moz-animation-delay: 0.4s;
		-ms-animation-delay: 0.4s;
			animation-delay: 0.4s;
}

.loading span:nth-child(2){
	-webkit-animation-delay: 0.2s;
	   -moz-animation-delay: 0.2s;
		-ms-animation-delay: 0.2s;
			animation-delay: 0.2s;
}

@-webkit-keyframes loading_dots {
	0% {
		background: transparent;
	}
	50% {
		background: #ffffff;
	}
	100% {
		background: transparent;
	}
}

@-moz-keyframes loading_dots {
	0% {
		background: transparent;
	}
	50% {
		background: #ffffff;
	}
	100% {
		background: transparent;
	}
}
@-ms-keyframes loading_dots {
	0% {
		background: transparent;
	}
	50% {
		background: #ffffff;
	}
	100% {
		background: transparent;
	}
}
@keyframes loading_dots {
	0% {
		background: transparent;
	}
	50% {
		background: #ffffff;
	}
	100% {
		background: transparent;
	}
}

.payment .box-left{
	float: left;
	width: 68%;
}

.payment .box-right{
	float: left;
	width: 30%;
	margin-left: 1%;
}

.payment .box-left, .payment .box-right{
	position: relative;
	background: #F2F2F2;
	border: solid 1px #D7D7D7;
	margin-bottom: 20px;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.payment-type{
    float: left;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 10px;
}

.payment-type span{
    float: left;
    width: 100%;
    font-size: 25px;
    color: #444;
    margin-bottom: 10px;
}

.payment-type div{
    float: left;
    width: 100%;
    margin: 2.5px 0;
}

.payment-type div input{
	float: left;
	margin-top: 1px;
}

.payment-type div label{
    float: left;
    font-size: 14px;
    color: #666;
    margin-left: 5px;
}

.form{
	float: left;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 10px;
    padding-bottom: 15px;
}

.form span.title{
    float: left;
    width: 100%;
    font-size: 25px;
    color: #444;
    margin-bottom: 10px;
}

.form .fields{
	float: left;
	width: 100%;
}

.form .form-fields div{
	float: left;
	width: 50%;
	margin: 5px 0;
}

.form .form-fields div label{
    float: left;
    width: 95%;
    font-size: 14px;
    color: #444;
}

.form .form-fields div input,
.form .form-fields .textarea textarea{
    float: left;
    width: calc(95% - 20px);
    border: solid 1px #cdcdcd;
    padding: 5px 10px;
}

.form .form-fields div:nth-child(even) label,
.form .form-fields div:nth-child(even) input{
	margin-left: 5%;
}

.form .form-fields .textarea{
	width: 100%;
}

.form .form-fields .textarea textarea{
	float: left;
	width: calc(100% - 20px);
}

.payment input[type="submit"]{
	float: right;
	text-transform: uppercase;
	color: #fff;
	background: #7685C0;
	padding: 7px 15px;
	border-radius: 10px;
	margin-top: 10px;
	margin-right: 18px;
	margin-bottom: 20px;
	border: none;
	cursor: pointer;
}
.payment .box-right{
	border: none;
	border-radius: 0;
}
.payment .box-right span{
	float: left;
	width: 100%;
	padding: 12px 0;
	text-align: center;
	border-bottom: dotted 1px #dddddd;
	color: #666;
}

.payment .box-right span.title{
	font-size: 25px;
	color: #444;
	background: #7685C0;
	color: #fff;
	border-bottom: none;
}

.payment .box-right span.big{
	font-size: 25px;
	background: #ddd;
	color: #000;
}

.payment .box-right span:last-child{
	border-bottom: none;
}